@charset "utf-8";
/* CSS Document */
/****General****/
html, body {
	margin:0;
	padding: 0;
	font-family: 'Dosis', sans-serif;
	color:#000;
	background-color:#FFF;
}
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
}
div {
	box-sizing: border-box;
}
p, li {
	/*font-size: 18px;*/
}
button:focus, a:focus, .btn:focus {
  outline: none;
  box-shadow: none;
}
.alteto {
  height: 100vh;
}
/****/
.bg-bleu {
  background-color: #586d70;
}
.tx-dark-bleu {
  color: #586d70;
}
.tx-sport {
  color: #cc702c;
}
.tx-digital {
  color: #1b488f;
}
.tx-corporate {
  color: #dcaf3c;
}
.btn-play {
  background-color: #FFF!important;
  color: #586d70;
}
.btn-play svg {
  color: #586d70 !important;
  transform: translateX(2px);
  font-size: 1.4rem;
  margin-top: 0.8rem;
}
/*****/
.navbar-brand {
  max-width: 50px;
}
.navbar .nav-item .nav-link {
  font-size: 13px;
}
/************/
.bold-300 {
  font-weight: 300;
}
.bold-500 {
  font-weight: 500;
}
.bold-600 {
  font-weight: 600;
}
.separar {
  letter-spacing: 1px;
}
.bg-foto {
  background-size: cover;
  background-position: center;
}
.super-title {
  font-size: 60px;
  /*color: transparent !important;*/
  position: relative;
}
.super-title:hover {
  animation: blinke linear infinite .8s;
}
@keyframes blinka {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  21%{
    opacity: 0;
  }
  40%{
    opacity: 0;
  }
  41%{
    opacity: 1;
  }
  60%{
    opacity: 1;
  }
  61%{
    opacity: 0;
  }
  80%{
    opacity: 0;
  }
  81%{
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinke {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  21%{
    opacity: 1;
  }
  40%{
    opacity: 1;
  }
  41%{
    opacity: 0;
  }
  60%{
    opacity: 0;
  }
  61%{
    opacity: 1;
  }
  80%{
    opacity: 1;
  }
  81%{
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.launch-video {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 2px;
}
.go-down {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 30px);
  opacity: .5;
}
.go-down:hover {
  opacity: 1;
}
.jarallax {
  min-height: 340px !important;
  position: relative;  
}
.sombra-int {
  -webkit-box-shadow: inset 0px 6px 5px -4px rgba(0,0,0,0.45);
  -moz-box-shadow: inset 0px 6px 5px -4px rgba(0,0,0,0.45);
  box-shadow: inset 0px 6px 5px -4px rgba(0,0,0,0.45);
}
.white-wave {
  position: absolute;
  left: 0;
  bottom: 0;
}
.launch-video .play-video {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(88,109,112,.9);
  /*background-image: url('../images/play-button.png');
  background-repeat: no-repeat;
  background-position: 50% 40%;*/
  transition: all .4s ease;
}
.launch-video:hover > .play-video {
  top: 0;
}
/*.launch-video .play-video a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}*/
.link-video {
  border-radius: 50%;
  width: 51px;
  height: 51px;
  display: block;
}
.link-video:hover {
  background-color:rgba(255,255,255,.3);
}
.wow {
  visibility: hidden;
}
button.close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  opacity: 1 !important;
  padding: 0;
  background-color: #FFF !important;
  border: 1px solid #586d70;
  color: #586d70 !important;
  z-index: 10;
  line-height: 0 !important;
}
button.close span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  width: 10px;
  height: 10px;
}
/****/
#status {
  background-color: #586d70;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: .5rem 1rem;
  border-radius: 1.5rem;
}
/***************/
@media (min-width: 992px) {
  #modalSomos .modal-lg {
    max-width: 1140px !important;
  }
  a.anchor {
    display: block;
    position: relative;
    top: -67px;
    visibility: hidden;
  }
}
@media (max-width: 992px) {
  a.anchor {
    display: block;
    position: relative;
    top: -312px;
    visibility: hidden;
  }
  .navbar .nav-flex-icons {
    border-top: 1px solid rgba(255,255,255,.3);
  }
}
@media (max-width: 720px) {
}
@media (max-width: 576px) {
  button.close {
    top: -18px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .modal-dialog {
    margin-top: 1.2rem;
  }
}
/****************/
