body{
  font-family: 'Montserrat', sans-serif;
}

#logo{
  position: fixed;
  z-index: 100;
  margin: 3rem 4%;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4)) );
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  left: 0;
  top: 0;

}

div#logo:before {
    content: '';
    width: 200vw;
    height: 100px;
    position: fixed;
    z-index: -1;
    top: -3rem;
    left: -10vw;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.06) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* background: rgba(0,0,0,0.1); */
    pointer-events: none;
}

#contacto-header {
    color: white;
    position: fixed;
    font-size: 17px;
    text-align: right;
    width: 50vw;
    top: 24px;
    right: 56px;
    z-index: 1000;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

/*
    border: 2px solid #ffff;
    padding: 6px 15px;
    border-radius: 18px;

*/
#contacto-header .empleos_{
  border: 2px solid #ffff;
  padding: 6px 15px;
  border-radius: 18px;
  margin-left: 10px;
}

#contacto-header .redes-header{
  display: inline-block;
  /*border-left: 1px solid rgba(255,255,255,0.5);*/
  margin-left: 20px;
}

#contacto-header .redes-header a i{
  color: rgba(255,255,255,1);
  margin-left: 10px;
}

#contacto-header .redes-header a i:hover{
  color: rgba(255,255,255,1);
  margin-left: 10px;
}

#contacto-header .fa-mobile-alt{
  margin: 10px;
}

#carouselExampleIndicators{
  height: 100%;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.carousel-control-prev {
    z-index: 10;
}

.carousel-control-next {
    z-index: 10;
}


.cd-section > div:first-of-type {
  height: 100vh!important;
  overflow: hidden;
}

.carousel-item {
    height: 100vh;
}

.cd-section div h2 {
  line-height: unset;
  text-align: center;
  font-size: 5rem;
  line-height: unset;
  margin-top: 38vh;
  display: inline-block;
}



.cd-section p {
  line-height: unset;
  text-align: center;
  font-size: 2.4rem;
  font-weight: lighter;
}

.btn-group-lg>.btn, .btn-lg {
  background-color: #00aeef;
  border: none;
  font-size: 1.2rem;
  padding: 0.5rem 2rem;
  margin-top: 3vh;
}

.btn-group-lg>.btn, .btn-lg {
    border-radius: 100px;
}

.carousel-caption {
    height: 100vh;
}

.card-body {
    height: auto;
}

.card-title {
    font-weight: bold;
    font-size: 2.3rem;
}

.card-text:nth-child(2) {
    margin-bottom: 0;
    font-weight: lighter;
    font-style: italic;
    font-size: 1.5rem;
    color: #989898;
    margin: 2rem;
}

.card-separador {
    height: 0.3rem;
    width: 16%;
    background-color: #00aeef;
}

.card{
  margin-top: 10vh;
  border: none;
  transition: all 300ms ease;
}

.card:hover{
  margin-top: 8vh;
}


#nosotros {
  padding: 15% 18% 18% 18%;
}

.building {
  padding: 10% 18% 10% 18%;
}

span{
  font-weight: bold;
}

#facts{
  color: white;
}

#facts .bloque {
    display: inline-block;
    width: 50%;
    height: 49%;
    float: left;
    text-align: center;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    text-align: left;
}

#facts .bloque p{
  font-size: 3rem;
  width: 50%;
}

#facts .bloque-sep{
  display: inline-block;
    width: 50%;
    height: 2%;
    float: left;
    text-align: center;
}

#facts .bloque-sep .card-separador{
  width: 8%;
}

#profesionales .bloque{
  width: 33.33%;
  height: 100%;
  text-align: center;
  float: left;
  color: white;
  padding-top: 19%;
  transition: all 300ms ease;
}

#profesionales .bloque ul {
  margin: 0;
  padding: 0 10%;
}

#profesionales .bloque ul li {
  font-size: 16px;
  visibility: hidden;
  opacity: 0;
  transition: 1s;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#profesionales .bloque ul li:first-child {
  border-top: 0;
}


#profesionales .bloque:hover {
    padding-top: 10%;
    background-color: rgba(0,0,0,0.2);
}

#profesionales .bloque:hover ul li {
  visibility: visible;
  opacity: 1;
  transition: 1s;
}

#profesionales .bloque:hover ul.list-categories{
  max-height: inherit;
  opacity: 1;
}

#profesionales .list-categories{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: opacity 300ms ease;
}

#profesionales .bloque h3 {
    width: 50%;
    margin: 4% auto;
    font-size: 2.5rem;
    font-weight: bold;
}

#profesionales .bloque ul {
    font-size: 2rem;
    line-height: 4rem;
}

#whyhire .texto-50{
  width: 50%;
  text-align: left;
  color: white;
  padding-left: 10%;
  margin-top: 14%;
}

#whyhire .texto-50 h3, #whyhire .texto-50 p{
  margin: 4rem 0;
}

#whyhire .texto-50 h3 {
    font-size: 3rem;
    font-weight: bold;
}

#whyhire .texto-50 p {
    font-size: 2rem;
    text-align: left;
}

.building h3{
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 4rem;
}

.building p strong{
  font-weight: bold;
}

#cartas p {
    width: calc(100vw/3);
    height: calc(100vh/3);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4%;
    font-size: 2.2rem;
    text-align: left;
}

#cartas p:nth-child(1){
  background: white;
  padding-top: 6%;
}

#cartas p:nth-child(2){
  background: #333333;
    float: right;
    color: white;
}

#cartas p:nth-child(3){
  background: #00aeef;
    margin: calc(100vh/3) auto;
    color: white;
}

#caracteristicas .bloque{
  width: 25%;
  height: 100%;
  text-align: center;
  float: left;
  color: white;
  padding-top: 19%;
  transition: all 300ms ease;
}


#caracteristicas .bloque:hover {
    padding-top: 10%;
    background-color: rgba(0,0,0,0.2);
}

#caracteristicas .bloque:hover ul.list-categories{
  max-height: inherit;
  opacity: 1;
}

#caracteristicas .list-categories{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: opacity 300ms ease;
}

#caracteristicas .bloque h3 {
    width: 50%;
    margin: 4% auto;
    font-size: 2.2rem;
    font-weight: bold;
}

#caracteristicas .bloque ul {
    font-size: 1.8rem;
    line-height: 2.7rem;
    padding: 0 7rem;
}

#howenterprises .contenedor {
    display: flex;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

#howenterprises .contenedor .texto-50 {
    background: white;
    width: 50%;
    padding: 5%;
}

#howenterprises .contenedor .texto-50 h3 {
    font-size: 3rem;
    font-weight: bold;
}

#howenterprises .contenedor .texto-50 p {
    text-align: left;
    font-size: 2rem;
    margin-top: 8%;
}

#ourwork .uno {
    width: 25%;
    height: calc(100vh/3);
    display: flex;
    float: left;
    align-content: center;
    align-items: center;
    background-color: black;
    transition: all 0.35s ease;
}

#ourwork .uno .black {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    background: rgba(0,0,0,0);
    transition: all 0.35s ease;
}

#ourwork .uno .black p{
  color: white;
    text-align: center;
    width: 100%;
    opacity: 0;
    transform: scale(1.5,1.5);
    transition: all 0.35s ease;
}

#ourwork .uno:hover{
    opacity: 1;
}

#ourwork .uno:hover .black p{
  transform: scale(1,1);
    opacity: 1;
}

#ourwork .uno:hover .black{
    background: rgba(0,0,0,0.6);
}

#ourwork .uno:nth-child(2){
    background: url(../img/square1.jpg) center no-repeat;
    background-size: 125%
}

#ourwork .uno:nth-child(3){
    background: url(../img/square2.jpg) center no-repeat;
    background-size: 125%
}

#ourwork .uno:nth-child(4){
    background: url(../img/square3.jpg) center no-repeat;
    background-size: 125%
}

#ourwork .uno:nth-child(5){
    background: url(../img/square4.jpg) center no-repeat;
    background-size: 125%
}

#ourwork .uno:nth-child(6){
    background: url(../img/square5.jpg) center no-repeat;
    background-size: 125%
}

#ourwork .uno:nth-child(7){
    background: url(../img/square6.jpg) center no-repeat;
    background-size: 125%
}

#ourwork .uno:nth-child(8){
    background: url(../img/square7.jpg) center no-repeat;
    background-size: 125%
}

#ourwork .uno:nth-child(9){
    background: url(../img/square4.jpg) center no-repeat;
    background-size: 125%
}

#ourwork .uno:nth-child(10){
    background: url(../img/square8.jpg) center no-repeat;
    background-size: 125%
}

#ourwork .uno:nth-child(11){
    background: url(../img/square1.jpg) center no-repeat;
    background-size: 125%
}

#ourwork .uno:hover{
    background-size: 135%;
}

#ourwork .dos {
    width: 50%;
    height: calc(100vh/3);
    display: flex;
    float: left;
    align-content: center;
    align-items: center;
    padding: 4%;
    padding-top: 6%;
}

#ourwork .dos h3, #ourwork .dos p{
    text-align: left;
}

#ourwork .dos h3{
    font-size: 3rem;
    font-weight: bold;
}

#ourwork .dos p{
    font-size: 2rem;
    margin-top: 2rem;
}

#contacto {
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact_form,
#overlay_form{
  position: relative;
}

#contacto .bloque-contacto {
    width: 50vw;
    margin: 0 auto 0 4vw;
}

#contacto .bloque-contacto h3 {
    text-align: center;
    font-size: 5rem;
    font-weight: bold;
}

#contacto .bloque-contacto form {
    text-align: center;
    margin-top: 5%;
}

#contacto .bloque-contacto form div.bloque_input {
    text-align: left;
    float: left;
    width: 50%;
    margin-top: 2%;
}

#contacto .bloque-contacto form input[type="text"] {
    border-radius: 5px;
    border: none;
    padding: 2rem;
    font-size: 1.5rem;
    width: 100%;
    margin-bottom: 5px;
}

#contacto .bloque-contacto form div.bloque_input:nth-child(odd) {
  padding-right: 1%;
}

#contacto .bloque-contacto form div.bloque_input:nth-child(even) {
  padding-left: 1%;
}

#contacto .bloque-contacto form div.bloque_textarea {
  padding: 0;
  float: none;
  width: 100%;
  text-align: left;
}

#contacto .bloque-contacto form input[type="text"]::placeholder {
    font-size: 1.5rem;
}

#contacto .bloque-contacto form input[type="text"]:nth-child(2), #contacto .bloque-contacto form input[type="text"]:nth-child(4){
    margin-left: 2%;
}

#contacto .bloque-contacto form textarea {
    width: 100%;
    border-radius: 5px;
    border: none;
    margin-top: 2%;
    padding: 2rem;
    font-size: 1.5rem;
}

#contacto .bloque-contacto form textarea::placeholder {
    font-size: 1.5rem;
}

#contacto .bloque-contacto form input[type="submit"] {
    background: #343434;
    border: none;
    color: white;
    padding: 1rem 6rem;
    border-radius: 100px;
    font-family: inherit;
    font-size: 1.5rem;
    margin-top: 2%;
}

#contacto img {
    position: absolute;
    bottom: 0;
    width: 5%;
}

#footer{
    /* color: #8c8c8c; */
    color: #212529;
    width: 45vw;
}

#footer .bloque {
    width: auto;
    height: 100vh;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -45px 3% 0 3%
}

#footer .bloque .contenedor h3 {
    font-size: 3rem;
    font-weight: bold;
}

#footer .bloque .contenedor ul {
    font-size: 1.5rem;
}

#footer .bloque .contenedor ul li.divisor {
    width: 49px;
    height: 3px;
    background: #00aeef;
    position: relative;
    margin-top: 30px;
}

#footer .bloque a {
    margin: 2%;
    display: inline-block;
    height: 90px;
}

#footer .bloque a:hover{
    text-decoration: none;
    color: inherit;
}


#footer .bloque a i {
    font-size: 2rem;
    background: #404040;
    text-align: center;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3%;
    border-radius: 100%;
    color: #8c8c8c;
}

#footer .bloque a i {
    font-size: 2rem;
    background: #404040;
    text-align: center;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3%;
    border-radius: 100%;
}



/*MENU*/

.filtroblanco{
  filter: brightness(0) invert(1)!important;
}
#contacto-header .fa-mobile-style{ 
  margin-right: 14px;
  font-weight: 300!important;
}
#contacto-header.desaparecer{
  transition: all 0.5s ease;
}

#contacto-header.desaparecer{
  opacity: 0;
}

body {
  background: #f5f5f5;
}

.container {
  position: absolute;
  width: 100%;
  heigh: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin: 0 auto;
}
.container p {
  font-size: 20px;
}
.container a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #ff5252;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}
.container a:after {
  content: "";
  position: absolute;
  background: #ff5252;
  height: 2px;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  transition: 0.35s ease;
}
.container a:hover:after, .container a:focus:after, .container a:active:after {
  width: 100%;
}

h1 {
  position: relative;
  text-align: center;
}
.btn-envio{
  padding-left: 14px;
  -webkit-appearance: none;
}
.button_container {
  display: none;
  position: fixed;
  top: 3rem;
  right: 4%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 1000;
  transition: opacity 0.25s ease;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.button_container.active{
  -webkit-filter: none;
  filter: none;
}

.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container span {
    background: white;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #ff5252;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 99;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.overlay nav {
    position: relative;
    height: 100%;
    font-size: 50px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    padding: 100px 4%;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 70%;
  float: left;
}

.overlay.open li{
  opacity: 0;
}

.overlay ul:nth-child(1) {
    overflow-x: hidden;
}

.overlay ul:nth-child(2) {
  width: 30%;
}

.overlay ul:nth-child(2):before {
    content: '';
    position: absolute;
    display: block;
    height: 200vh;
    width: 100vw;
    background: #db4646;
    left: -20%;
    top: -50vh;
}

.overlay ul:nth-child(1) li {
    margin-bottom: 99px;
}

.overlay ul:nth-child(1) li:nth-child(2), .overlay ul:nth-child(1) li:nth-child(3), .overlay ul:nth-child(1) li:nth-child(4) a {
    margin-top: 17px;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 26px;
}

.overlay ul li h4 {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px!important;
}

.overlay ul li p {
    font-weight: normal;
    color: white;
    font-size: 16px;
    line-height: 20px;
}

.overlay ul li .separador{
  content: ''
  display: inline-block;
  width: 50px;
  height: 2px;
  background: white;
}

.overlay ul:nth-child(2) li:nth-child(4) a{
    display: inline-block;
    font-size: 20px;
    margin-right: 20px;
}

/*contacto*/
#overlay_form .error{
  font-size: 12px;
  font-weight: 400;
}

/*.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 50%;
}

.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #fff;
  transition: 0.35s;
}

.overlay ul:nth-child(2) li a:after {
  content: none;
} */

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

/*MENU NUEVO MAQUETADO*/

nav.overlay-menu{
    padding: 0;
}

nav.overlay-menu .primera-mitad {
    height: 100vh;
    width: 60%;
    background: #ff5252;
    display: inline-block;
    float: left;
    font-weight: 600!important;
}

nav.overlay-menu .primera-mitad ul {
    height: 70%;
    width: 100%;
    margin: 15% 0;
}

nav.overlay-menu .primera-mitad ul li {
    display: flex;
    align-items: center;
    height: 25%;
    margin: 0!important;
    padding-left: 8%;
    overflow: hidden;
}

nav.overlay-menu .primera-mitad ul li a{
    transition: all 0.5s ease;
    opacity: 0.7;
}

nav.overlay-menu .primera-mitad ul li:hover > a{
    /*color: #db4646;*/
    transform: scale(1.02);
    opacity: 1;
}

nav.overlay-menu .primera-mitad ul li a:after {
    content: '';
    width: 100vw;
    height: 100vh;
    position: absolute;
    display: inline-block;
    top: -82px;
    left: -125vw;
    background: white;
    z-index: -1;
    transition: all 1s ease;
}

/*nav.overlay-menu .primera-mitad ul li:hover > a:after{
    left: -115px;
}*/

nav.overlay-menu .primera-mitad ul li a {
    margin: 0!important;
}



nav.overlay-menu .segunda-mitad-arriba {
    height: 65vh;
    width: 40%;
    background: #db4646;
    display: inline-block;
    float: right;
}

nav.overlay-menu .segunda-mitad-arriba ul {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 8%;
}

nav.overlay-menu .segunda-mitad-arriba ul li{
    margin: 0;
}

nav.overlay-menu .segunda-mitad-arriba ul li:nth-child(1) {
    width: 100%;
    position: relative;
}

nav.overlay-menu .segunda-mitad-arriba ul li h4{
  font-weight: 600;
  cursor: pointer;
}

nav.overlay-menu .segunda-mitad-arriba ul li .fas{
    margin-right: 20px;
}

nav.overlay-menu .segunda-mitad-arriba ul li .fas{
    margin-right: 20px;
}



.overlay.open nav.overlay-menu .segunda-mitad-arriba ul li.form-desplegable {
    width: 335px;
    position: absolute;
    bottom: 27px;
    float: right;
    margin-left: 0;
    opacity: 1;
    transition: all 0.5s ease;
    /*z-index: 1;*/
}

.overlay.open nav.overlay-menu .segunda-mitad-arriba ul li.form-desplegable.oculto {
    margin-left: -400px;
    opacity: 0;
    z-index: -1;
}

nav.overlay-menu .segunda-mitad-arriba ul li form {
    display: flex;
    flex-direction: column;
    height: 50%;
}

nav.overlay-menu .segunda-mitad-arriba ul li input {
    height: 20px;
    margin: 5px 0;
    font-size: 12px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    color: white;
    background: none;
    padding-bottom: 6px;
    transition: all 0.5s ease;
}

input:focus, textarea:focus {
    outline: none!important;
}
nav.overlay-menu input:focus, nav.overlay-menu textarea:focus {
    border-bottom: 1px solid rgba(255,255,255,1)!important;
}

nav.overlay-menu .segunda-mitad-arriba ul li input::placeholder {
    color: white;
    opacity: 0.5;
}

nav.overlay-menu .segunda-mitad-arriba ul li input[type="submit"] {
    border: 1px solid white;
    width: 90px;
    border-radius: 100px;
    margin-top: 15px;
    transition: all 0.5s ease;
}

input[type="submit"]:hover {
    cursor: pointer;
    color: #ff5252!important;
    background: white!important;
}

nav.overlay-menu .segunda-mitad-arriba ul li textarea {
    font-size: 12px;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    color: white;
    background: none;
    transition: all 0.5s ease;
}

nav.overlay-menu .segunda-mitad-arriba ul li textarea::placeholder {
    color: white;
    opacity: 0.5;
}




nav.overlay-menu .segunda-mitad-abajo {
    height: 35vh;
    width: 40%;
    background: url(../img/contacto-abajo.jpg);
    background-size: cover;
    background-position: center;
    display: inline-block;
    float: right; 
}


nav.overlay-menu .segunda-mitad-abajo ul {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 8%;
}

nav.overlay-menu .segunda-mitad-abajo ul li {
    margin: 0!important;
}


nav.overlay-menu .segunda-mitad-abajo ul li h4 {
    display: block;
    margin: 0;
    font-weight: normal;
}

nav.overlay-menu .segunda-mitad-abajo ul li h4 .fas{
    margin-right: 20px;
}

nav.overlay-menu .segunda-mitad-abajo ul li a .fab{
    margin-right: 10px;
}

nav.overlay-menu .segunda-mitad-abajo ul li a {
    display: inline-block;
    font-size: 23px;
    opacity: 0.5;
    transition: all 0.5s ease;
}

nav.overlay-menu .segunda-mitad-abajo ul li a:hover {
    opacity: 1;
}
/*MENU LATERAL*/
.links a{
  color: #ececec;
  text-decoration: none;
}
/*.links a i{
  color: #fe3f31;
  text-decoration: none;
}*/
.lenguajesEj{
  color: #ffffff;
  margin-left:3px;
}
.links a:hover{
  color: none;
}
.lenguajesEj:hover{
  color: #ffffff;
  text-decoration: none;
}


/*MENU fin*/

[data-animation="parallax"] .cd-section:nth-of-type(2) > div, [data-animation="fixed"] .cd-section:nth-of-type(2) > div, [data-animation="opacity"] .cd-section:nth-of-type(2) > div {
  background: white;
}



#facts{
  pointer-events: none;
  background: transparent;

  height: 100vh!important;
    overflow: hidden;
}

.tilt{
  position: relative;

}



#meeting-img {
    width: auto;
    height: 50vh;
    position: absolute;
    top: 22vh;
    right: 15vw;
}



/*----WHATSAPP WEB-----*/

div#contacto-whatsapp {
    width: 60px;
    height: 60px;
    position: fixed;
    background: #25d366;
    z-index: 99999!important;
    bottom: 0;
    right: 0;
    border-radius: 200px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    margin: 20px 4%;
}

div#contacto-whatsapp a {
    text-decoration: none;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

div#contacto-whatsapp a .fab {
    text-align: center;
    width: 100%;
    font-size: 25px;
}


/*----WHATSAPP WEB-----*/

div#whatsapp-chat {
    width: 280px;
    position: fixed;
    z-index: 99999!important;
    bottom: 0;
    right: 0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    margin: 0 4%;
    background: white;
    transition: all 1s ease;
}

div#whatsapp-chat.wp-cerrado {
    bottom: -230px;
}


div#whatsapp-chat > div:nth-child(1) {
    height: 50px;
    padding: 8px 15px;
    background: #00786f;
}


div#whatsapp-chat div:nth-child(1) i.fab.fa-whatsapp {
    color: white;
    font-size: 30px;
    display: inline-block;
}

div#whatsapp-chat div:nth-child(1) h4 {
    color: white;
    font-size: 16px;
    display: inline-block;
    opacity: 0.5;
    position: relative;
    top: -3px;
    left: 6px;
    font-weight: lighter;
}


div#whatsapp-chat > div:nth-child(1) svg#Capa_1 {
    width: 15px;
    height: 15px;
    background: #015852;
    border-radius: 100px;
    padding: 3px;
    display: inline-block;
    float: right;
    position: relative;
    top: 11px;
    cursor: pointer;
}


div#whatsapp-chat > div:nth-child(2) {
    background: url(../img/chat-background.jpg);
    background-size: cover;
    width: 100%;
    padding: 15px;
    height: 123px;
}

#whatsapp-chat div:nth-child(2) .mensaje {
    background: white;
    display: inline-block;
    border-radius: 6px;
    padding: 9px;
    font-size: 12px;
    z-index: 99!important;
    position: relative;
    font-weight: 600;
}

#whatsapp-chat div:nth-child(2) .triangulito {
    content: '';
    width: 15px;
    height: 15px;
    background: white;
    display: block;
    position: absolute;
    top: 79px;
    left: 12px;
    transform: rotate(45deg);
    z-index: 0;
}


div#whatsapp-chat > div:nth-child(3) {
    height: 50px;
    background: #d3d3d3;
    padding: 8px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div#whatsapp-chat > div:nth-child(3) img{
  width: 18px;
}


div#whatsapp-chat > div:nth-child(3) input {
    width: 82%;
    border: none;
    background: white;
    padding: 5px;
    padding-left: 12px;
    border-radius: 100px;
    font-size: 12px;
}




/*MENU LATERAL*/

#menu-lateral-mobile {
  display: none;
}

#menu-lateral {
    position: absolute;
    top: 0;
    right: 0;
    margin: 2%;
    z-index: 98;
    color: white;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

#menu-lateral ul li .contenespan {
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 5px;
}

#menu-lateral ul li .navegar {
    opacity: 0;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    top: 3px;
    right: -100px;
    margin-right: 6px;
    transition: all 0.5s ease;
}
/*#menu-lateral ul li .anclas{
  font-size: 15px;

}*/

#menu-lateral ul li:hover .navegar{
    opacity: 1;
    right: 0;
}

#menu-lateral ul li.actual .fas {
    opacity: 1;
    color:#fe3f31;
}

#menu-lateral ul li .fas {
    opacity: 0.5;
    transform: scale(0.5);
    transition: all 0.5s ease;
}

#menu-lateral ul li:hover .fas {
    opacity: 0.8;
    transform: scale(1);
}

#menu-lateral-back {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
    z-index: 2;
    transition: all 1s ease;
    visibility: hidden;
}

#menu-lateral-back.activo {
    background: rgba(0,0,0,0.5);
    z-index: 2;
    visibility: visible;
}


.owl-carousel {
    display: none;
    position: relative;
    width: 100%!important;
    -ms-touch-action: pan-y;
    margin: auto!important;
    text-align: center;
}
 .owl-carousel .owl-item {
 }
.owl-theme .owl-controls {
  z-index:200!important
}
.owl-carousel .owl-wrapper-outer {
  z-index:400!important
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    /* display: inline-block; */
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    /*background: #ffffff!important;
    filter: Alpha(Opacity=50);
    opacity: 0.5;*/
  height:52px
}
.clientesPage .owl-pagination{
  display:none;
}
.clientesPage .owl-carousel img{
  max-width:100%;
}
.owl-theme .owl-controls{
  display:block!important;
  position: absolute;
    top: 0;
    width: 100%;
  height:100%;
  margin-top:0
}
.clientesPage .itemClientes{
  display:flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  text-align:center;
  height:110px;
  float:left;
  width:20%
}

#clienteMobile .itemClientes{
  width:50%!important;
}
.clientesPage .itemClientes img{
  vertical-align:middle;
  text-align:center;
  opacity:0.8
  
}

a.prev {
  position: absolute;
  top: 0;
  margin-top:0px;
  display: block;
  outline: none;
  text-align: left;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.next {
  position: absolute;
  top: 0;
  display: block;
  outline: none;
  text-align: left;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.prev {
  left: 0;
  width:40px;
  height:40px;
}
a.next {
  right: 0;
  width:40px;
  height:40px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {
  top:50%!important;
  margin-top:-35px!important;
  width:50px;
  height:70px;
  padding:0;
  margin-bottom:0
}
#clienteMobile .owl-theme .owl-controls .owl-buttons .owl-prev, #clienteMobile .owl-theme .owl-controls .owl-buttons .owl-next {
  top:50%!important;
  margin-top:-35px!important
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left:-40px!important
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right:-40px!important
}
.clientesPage .owl-buttons {
  display:block;
  clear:both;
  position:absolute;
  height:100%;
  top:0;
  width:100%
}
.clientesPage .owl-buttons a {
  width: 50px;
  height: 70px;
  transform: translateY(0%)!important;
}
.clientesPage .owl-buttons .icon-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.clientesPage .owl-buttons a:before,
.clientesPage .owl-buttons a:after,
.clientesPage .owl-buttons .icon-wrap:before,
.clientesPage .owl-buttons .icon-wrap:after {
  position: absolute;
  left: 0%;
  width: 3px;
  height: 50%;
  background: #d2d2d2;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.clientesPage .owl-buttons a.next:before,
.clientesPage .owl-buttons a.next:after,
.clientesPage .owl-buttons a.next .icon-wrap:before,
.clientesPage .owl-buttons a.next .icon-wrap:after {
  right:0;
  left:inherit
}
.clientesPage .owl-buttons .icon-wrap:before,
.clientesPage .owl-buttons .icon-wrap:after {
  z-index: 100;
  height: 0;
  background: #009aff;
  -webkit-transition: height 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, transform 0.3s;
}
.clientesPage .owl-buttons a:before,
.clientesPage .owl-buttons .icon-wrap:before {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg);
  transform: translateX(-50%) rotate(-135deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.clientesPage .owl-buttons a.next:before,
.clientesPage .owl-buttons a.next .icon-wrap:before {
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.clientesPage .owl-buttons a:after,
.clientesPage .owl-buttons .icon-wrap:after {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.clientesPage .owl-buttons a.next:after,
.clientesPage .owl-buttons a.next .icon-wrap:after {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.clientesPage .owl-buttons h3 {
  position: absolute;
  top: 50%;
  margin: 0;
  color: #d2d2d2;
  font-weight: 300;
  font-size: 0.85em;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.clientesPage .owl-buttons a.prev h3 {
  left: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.clientesPage .owl-buttons a.next h3 {
  right: 100%;
  text-align: right;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}
.clientesPage .owl-buttons a:hover .icon-wrap::before,
.clientesPage .owl-buttons a:hover .icon-wrap::after {
  height: 50%;
}
.clientesPage .owl-buttons a:hover::before,
.clientesPage .owl-buttons a:hover .icon-wrap::before {
  -webkit-transform: translateX(-50%) rotate(-125deg);
  transform: translateX(-50%) rotate(-125deg);
}
.clientesPage .owl-buttons a.next:hover::before,
.clientesPage .owl-buttons a.next:hover .icon-wrap::before {
  -webkit-transform: translateX(-50%) rotate(125deg);
  transform: translateX(-50%) rotate(125deg);
}
.clientesPage .owl-buttons a:hover::after,
.clientesPage .owl-buttons a:hover .icon-wrap::after {
  -webkit-transform: translateX(-50%) rotate(-55deg);
  transform: translateX(-50%) rotate(-55deg);
}
.clientesPage .owl-buttons a.next:hover::after,
.clientesPage .owl-buttons a.next:hover .icon-wrap::after {
  -webkit-transform: translateX(-50%) rotate(55deg);
  transform: translateX(-50%) rotate(55deg);
}
.clientesPage .owl-buttons a:hover h3 {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}

#clienteMobile{display: none!important}
@media all and (max-width: 768px) {
  .owl-theme .owl-controls .owl-buttons .owl-prev {
    left:-22px!important
  }
  .owl-theme .owl-controls .owl-buttons .owl-next {
    right:-22px!important
  }
  #home {
    display:none
  }
  #clienteDesktop {
    display:none!important;
  }
  #clienteMobile {
    display:block!important
  }
  .clientesPage {
    height:auto!important
  }
}