@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
}

section::selection{
    background: #08bbd300;
    color: white;
}

p::selection{
    background: #03c2bf;
    color: white;
}

h1::selection{
    background: #03c2bf;
    color: white;
}

span::selection{
    background: #03c2bf;
    color: white;
}

a::selection{
    background: #03c2bf;
    color: white;
}

img::selection{
    background: #03c2bf;
    color: white;
}

#carouselExampleCaptions {
  position: relative;
}



.carousel-control.elements {
  background-image: none;
}


.carousel-control-prev,
.carousel-control-next {
  height: 50px;
  width: 50px;
  top: 41%;
  background-color: #03c2bf;
  border-radius: 50%;
}




.animate__animated.animate__fadeInDown {
    --animate-duration: 2s;
  
  }

  .prueba {
    --animate-duration: 2s;
    font-weight: 400;
    margin: 0;  
  
  }
  
  

  .carousel.slide img {
    height: 657px;
    box-shadow: none; 
    -moz-box-shadow: 10px 10px 5px rgba(204, 204, 204, 0);
    -webkit-box-shadow: 1px 1px 1px rgba(204, 204, 204, 0);
  }

  .carousel-item {
  
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
  }

  .carousel-caption {
    text-shadow: 1px 2px 5px rgb(0, 0, 0) !important;
  } 
.separador {
  height: 2px !important;
width: 100%;
  color: white;
  background-color: #fff;
  margin: 0;
}

.separador1 {
  height: 2px !important;
  width: 490px;
  color: #03c2bf;
    background-color:#03c2bf;
    margin: 0;
}

.separador2 {
  height: 2px !important;
  width: 490px;
    color: white;
    background-color: #fff;
    margin: 0 95px  auto;
    position: relative;
     right: 80px;

  }


.parrafo {
  margin-top: 30px;
  width: 490px;
}

.parrafo2 {
  margin-top: 30px;
  width: 490px;
  margin-right: 2000px;
}

.carousel-caption1  {
position: absolute;
top: 120px;
left: 55px;
z-index: 999;
color: white;
text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.349);
font-size: 22px;
width: 585px;
text-align: left;

display: flex;
padding: 40px;
border-radius: 2%;
}

.carousel-caption2 {
position: absolute;
display: flex;
top: 95px;
left: 709px;
z-index: 999;
color: white;
text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.349);
font-size: 22px;
width: 585px;

padding: 40px;
border-radius: 2%;
text-align: right;
}

.carousel-caption1 h1 {
  margin-bottom: 10px;
}

.carousel-caption2 h1 {
  margin-bottom: 10px;
}

.color1 {
  color: rgb(17, 172, 164);
}



.link{
  text-align: center;
  transition:  0.1s ease-in-out;
  display:inline-block;
  width:135px;
  height:55px;
  right: 5px;
  line-height:53px;
  border:2px solid white;
  margin:5px;
  position:relative;
  overflow:hidden;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: 400;
  font-size: 19px;
  font-family: 'Poppins', sans-serif;
  text-shadow: none;
}

.link2{
  text-align: center;
  transition:  0.1s ease-in-out;
  display:inline-block;
  width:135px;
  height:55px;
  right: 5px;
  line-height:53px;
  border:2px solid #03c2bf;
  margin:5px;
  position:relative;
  overflow:hidden;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: 200;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}


.link:hover{
  border: solid 2px rgb(255, 255, 255);
}



.l4 {
color: #fff;
}

.l5 {
  color: rgb(255, 255, 255);

}

.l5:hover {
  color: rgb(255, 255, 255);
}

.l4:hover{
  color: #03c2bf;
  

 }

.l4:before{
  content: attr(value);
  display:block;
  transition: 0.1s; 
}
.l4:after {
    transition:  0.1s ease-in-out;  
    content: "";
    display: block;
    background-color:rgb(255, 255, 255);
    margin-top:-60px;
    opacity:0;
    height: 60px;
 
}

.l4:hover:after{
  opacity:1;
}


.l5:before{
  content: attr(value);
  display:block;
  transition: 0.1s; 
}
.l5:after {
    transition:  0.1s ease-in-out;  
    content: "";
    display: block;
    background-color: #03c2bf;
    margin-top:-60px;
    opacity:0;
    height: 60px;
 
}

.l5:hover:after{
  opacity:1;
}



.flexbox {
    display: flex;
    height: 80px;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(0, 0, 0, 0.103);
    
}

.flexbox2 {
    display: none;
}

.lista {
    list-style: none;
    display: flex;
    margin-right: 100px;
    margin-top: 15px;
}

.lista li  {
   margin: 5px;
   width: 30%;
   background-color: #f1f1f1;
   border-radius: 10%;
   cursor: pointer;
}

.lista i {
    text-decoration: none;
    color: #03c2bf;
    margin: 13px;
    transition: .5s;
}

.lista .fa-brands.fa-facebook-f:hover {
    color: #114ec7;
    transition: .5s;
}

.lista .fa-brands.fa-square-instagram:hover {
    color: #E1306C;
    transition: .5s
}

.lista .fa-brands.fa-twitter:hover {
    color: #1DA1F2;
    transition: .5s;
}

.numeros {
    margin-top: 15px;
    display: flex;
    color: rgb(95, 95, 95);
    font-weight: 200;
}

.numeros p {
    color: rgb(95, 95, 95);
    font-weight: 500;
}

div .fa.fa-phone {
    color: #03c2bf;
}

.location {
    margin-left: 100px;
    display: flex;
    margin-top: 15px;
    color: rgb(95, 95, 95);
    font-weight: 500;
}



.location .fa-solid.fa-location-dot{
    color: #03c2bf;
}

.menu{
    background-color: #ffffff;
    color: #03c2bf;
    height: 82px;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    transition: 0.9s;
    z-index: 999;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.13);
}

nav.sticky{
    padding: 7.5px 50px;
    z-index: 999;
    background: #fff;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.10);
  
  }

.menu__inside {
    display: flex;
    justify-content: flex-start;
    width: 299px;
    font-size: 12px;
   
}

.menu__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.menu__links{
    height: 100%;
    transition: transform .5s;
    display: flex;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 550;
    z-index: 999;
    margin-top: 20px;
    
}

.menu__item{
    list-style: none;
    position: relative;
    height: 100%;
    --clip: polygon(0 0, 100% 0, 100% 0, 0 0);
    --transform: rotate(-90deg);
}

.menu__item:hover{
    --clip: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    --transform: rotate(0);
}

.menuimg1 {
    margin-left: 28px;
}

.menuimg2 {
    margin-left: 28px;
}

.menuimg3 {
    margin-left: 28px;
}

.menuimg4 {
    margin-left: 28px;
}

.menuimg5{
    margin-left: 28px;
}

.menuimg6 {
    margin-left: 28px;
}

.menuimg7 {
    margin-left: 28px;
}

.menuimg8 {
    margin-left: 28px;
}



.menu__link{
    color: rgb(95, 95, 95);
    text-decoration: none;
    padding: 0 20px;
    display: flex;
    height: 100%;
    align-items: center;
    transition: 1s;
    
}

.menu__link:hover{
    color: #03c2bf;
    transition: 1s;

}

.prueba {
    --animate-duration: 2s;
   font-weight: none;
    margin: 0;
   width: 700px;
   
     
  }



.menu__arrow{
    transform: var(--transform);
    transition: transform .3s;
    display: block;
  
}

.menu__nesting{
    list-style: none;
    transition:clip-path 0.5s;
    clip-path: var(--clip);
    position: absolute;
    right: 0;
    bottom: 2px;
    top: -365px;
    width: max-content;
    transform: translateY(100%);
    background-color: rgb(255, 255, 255);
    width: 250px;
    padding: 5px;
 
}

.menu__link--inside{
    padding: 7px 100px 30px 20px;
}

.menu__link--inside:hover{
    color: #03c2bf;
}

.bars__menu{
    width: 30px;
    height: 30px;
    position: relative;
display: none;
    cursor: pointer;
}

.menu__hamburguer{
    width: 30px;
    height: 30px;
    position: absolute;  
    transform: translate(-50%, -50%) scale(2);
    cursor: pointer;
    display: none;
  
}

.menu__hamburguer span {
    display: block;
    width: 100%;
    height: 2px;
    background: rgb(95, 95, 95);
    margin-top: 6px;
    transform-origin: 0px 100%;
    transition: all 300ms;
}

.activeline1__bars-menu{
    transform: rotate(45deg) translate(-2px, 1px); 
}

.activeline2__bars-menu{
    opacity: 0;
    margin-left: -30px; 
}

.activeline3__bars-menu{
    transform: rotate(-45deg) translate(-4px, 2px);
}

.contenido1 {
  display: flex;
}

.about {
    margin: 100px;
    width: 450px;
    position: relative;
    top: 120px
  }

  .separador3 {
    background-color:#03c2bf;
    color: #03c2bf;
    width: 2px;
    height: 24px;
    display: flex;
    margin: 0px 0px 0px 5px;
  }
  
  .about h5 {
    color: #03c2bf;
   font-weight: 560;
   margin: 0px 0px 15px 10px;
   
  }
  
 
  
  .about h1 {
    font-size: 38px;
    font-weight: 560;
    width: 410px;
    
  }
  
  .about p {
    color: rgb(75, 75, 75);
  }
  
  .about ul {
    height: 110px;
    width: 260px;
  }
  
  .about ul li {
    list-style: none;
    color: rgb(75, 75, 75);
    position: relative;
    right: 37px;
    bottom: 10px;
    justify-content: space-between;
    padding: 3px;
  
  }
  
  .about ul li i {
    color: #03c2bf;
  }

  .listas1 {
    display: flex;
  }

  .medallas {
    display: flex;
  }
  
  .medalla {
    
    width: 12.7%;
    padding: 12px;
    height: 55px;
    align-items: center;
    display: flex;
    position: relative;
    right: 20px;
    bottom: 18px;
    margin: 0 210px 0 0;
  
    
  }

  .medalla2 {
    width: 12.7%;
    padding: 12px;
    height: 55px;
    align-items: center;
    display: flex;
    position: relative;
    right: 20px;
    bottom: 18px;
  }
  
  .counter{
    top:4px;
    position: relative;
    left: 5px;
  }
  
  .counter p {
   width: 190px;
   line-height: 12px;
  
   
  }
  
  
  .counter span {
  font-size: 30px;
  color: #03c2bf;
  font-weight: 700;
  }
  
  .backgroundmedalla {
    margin: 0 auto;
    background-color: rgb(247, 245, 245);
    padding: 8px;
    margin-right: 12px;
    
  }
  
  .medal {
    height: 34px;
  
  }

  

  .imagenes-contenido1{
    display: flex;
  }
  
  .imgzoom1 {
  overflow: hidden;
  height: 350px;
  position: relative;
  top: 160px;
  border-radius: 20px;  
  }

  
  .imgzoom2 {
    position: relative;
    top: 470px;
    border-radius: 20px;
    overflow: hidden;
    height: 350px;
    
  }

  .imgzoom2-1 {
    height: 350px;
    width: 320px;
    border-radius: 20px;
  }
  
  .imgzoom {
    object-fit: cover;
    transition: 1s;
    height: 350px;
    width: 320px;
    border-radius: 20px;
  }


.imgzoom2-1 {
    object-fit: cover;
    transition: 1s;
    height: 350px;
    width: 320px;
    border-radius: 20px;
}
  
  
  
  .imgzoom:hover {
    transform: scale(1.2);
    transition: 1s;
  }

  .imgzoom2-1:hover {
    transform: scale(1.2);
    transition: 1s;
  }
  
  
  .item {
    border: 0.1px solid rgba(73, 73, 73, 0.041);
  }
  
  @media (min-width: 440px) {
    .item {
      width: 100%;
    }
  }
  
  
.textopol {
  color: #424242;
  font-weight: 500;
}

  .text-center span {
    color: #585858;
    font-size: 30px;
 
  }

  .text-center span::after {
    content: "";
    position: absolute;
    top: 100px;
    left: 42.2%;
    background-color: #03c2bf;
    height: 2px;
    width: 15.5%;
  }
  
  .card {
    transition: 1.5s;
    overflow: hidden;
    height: 420px;
  }
  
  .card-body {
    position: relative;
    margin: 0 ;
    bottom: 0px;
    width: 100%;	
    background-color: #ffffff;
    text-align: center;	
    height: 142px;
  }
  
  .card-title {
    position: relative;
    top: 20px;
  }
  
  .card-title a {
    text-decoration: none;
  }
  
  
  .card-text {
    height: 80px;
  }
  
  .type {
    font-weight: 700;
    color: rgb(158, 157, 157);
    top: 12px;
    position: relative;
  }
  
  .selector1 {
    position: relative;
    top: -10px;
      text-decoration: none;
    font-size: 28px;
    font-weight: 800;
    color: #03c2bf;
    transition: 1s;
    margin: 0;
  }
  
  .selector2 {
    position: relative;
    top: -10px;
      text-decoration: none;
    font-size: 28px;
    font-weight: 800;
    color: #03c2bf;
    transition: 1s;
    margin: 0;
  }
  
  .selector3 {
    position: relative;
    top: -10px;
      text-decoration: none;
    font-size: 28px;
    font-weight: 800;
    color: #03c2bf;
    transition: 1s;
    margin: 0;
  }
  
  .selector4 {
    position: relative;
    top: -10px;
      text-decoration: none;
    font-size: 28px;
    font-weight: 800;
    color: #03c2bf;
    transition: 1s;
    margin: 0;
  }
  
  .selector5 {
    position: relative;
    top: -10px;
      text-decoration: none;
    font-size: 28px;
    font-weight: 800;
    color: #03c2bf;
    transition: 1s;
    margin: 0;
  }
  
  .selector6 {
    position: relative;
    top: -10px;
      text-decoration: none;
    font-size: 28px;
    font-weight: 800;
    color: #03c2bf;
    transition: 1s;
    margin: 0;
  }
  
  .selector6 {
    position: relative;
    top: -10px;
      text-decoration: none;
    font-size: 28px;
    font-weight: 800;
    color: #03c2bf;
    transition: 1s;
    margin: 0;
  }
  
  .selector7 {
    position: relative;
    top: -10px;
      text-decoration: none;
    font-size: 28px;
    font-weight: 800;
    color: #03c2bf;
    transition: 1s;
    margin: 0;
  }
  
  .selector8 {
    position: relative;
    top: -10px;
      text-decoration: none;
    font-size: 28px;
    font-weight: 800;
    color: #03c2bf;
    transition: 1s;
    margin: 0;
  }
  
  #polhr {
      color: #03c2bf;
      width: 100%;
      height: 6px;
    opacity: 1;
    position: relative;
    top: 2px;
  }
  
  
  .owl-theme .owl-dots .owl-dot span{
      width:50px !important;
      height:4px !important;
      margin:2px 4px !important;
      background: #869791!important;
      display:block;
      -webkit-backface-visibility:visible;
      -webkit-transition:opacity 200ms ease;
      -moz-transition:opacity 200ms ease;
      -ms-transition:opacity 200ms ease;
      -o-transition:opacity 200ms ease;
      transition:opacity 200ms ease;
      -webkit-border-radius:30px;
      -moz-border-radius:30px;
      border-radius:0 !important;
  }
  
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #03c2bf !important;}
  
  /*.card-title:before {
      content:" ";
      background:rgba(255, 255, 255, 0.349);
      display: block;
      width:250px;
      height: 125px;
    border: transparent;
      border-radius: 0 0 125px 125px;
  }*/
  
  
  
  .card1 {
    position: absolute;
    top: 70%;
    left: 40%;
    width: 30px;
    height: 30px;
    perspective: 500px;
    z-index: 99;
  }
   
  .content {
    position: absolute;
    width: 63px;
    height: 63px;
    bottom: 110px;	
    transition: transform 0.6s;
    transform-style: preserve-3d;
  
  }
  
  .content img {
      height: 63px;
      width: 63px;
  
      padding: 12px;
  }
  
  
    
  .card:hover .content {
    transform: rotateY( 540deg ) ;
    transition: transform 0.9s;
  
  }
  
  
    
    .front,
    .back {
    border-radius: 8%;
    position: absolute;
    height: 63px;
    width: 63px;
    background:#03c2bf;
    line-height: 300px;
    color: #03c2bf;
    text-align: center;
    font-size: 60px;
    top: 10px;
    left: 1px;
    
    backface-visibility: hidden;
    }
  
  .back {
    position: absolute;
    background: #066eaa;
    color: rgb(5, 92, 163);
    transform: rotatex( 180deg );
    height: 63px;
    width: 63px;
    left: -1px;
  
  }
  
  span.num {
    color: #ffffff;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 3em;
  }
   
  
  
  
  .btn-img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    cursor:default;
  
    }
    
    .btn-img:active {
  
    transition: opacity 0.1s;
  
    }
    
    
    /* 
    -------------------------
    .btn-img-gradient
    */
    
    
    .btn-img-gradient:hover::before, .btn-img-combo:hover::before {
    opacity: 1;
    transition: opacity 0.9s;
  
    }
    
    .btn-img-gradient::before, .btn-img-combo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    background-image: linear-gradient(
      to top ,
      rgb(8, 174, 196, 0.6),
      rgba(255, 255, 255, 0),
      rgba(0, 0, 0, 0)
    );
    opacity: 0;
    transition: opacity 0.9s;
    }
  
    .edit {
    background-image: red;
    position: absolute;
    background-position: center;
    }

    .owl-nav {
      display: none;
    }



 

* {
  margin: 0;
  padding: 0;
}



.title3{
  text-align: center;
  position: relative;
 
  color: rgb(86, 87, 87);
  font-size: 30px;
  font-weight: 700;
  top: 130px;

}

.title3::after{
  content: "";
  position: absolute;
  width: 8%; height: 2px;
  background-image: linear-gradient(0deg,#03c2bf, #03c2bf 40%, #03c2bf);
  bottom: -20px; left: 50%;
  transform: translate(-50%);
} 

.container4 {
  display: flex;
  justify-content: space-between;
  padding: 50px ;
  max-width: 100%;
  position: relative;
  top: 190px;
}

.info h2 {
  color: #03c2bf;
  font-weight: 700;
}

.container4 i {
  color: #03c2bf;
}

.mapa {
  max-width: 100%;
}

.ubicación p {
  margin: 0;
} 

.subcontainer4 {
  display: flex;
  padding: 30px ;
}

.textoubicacion {
  width: 30%;
  margin: 0 90px 0 0;
}

.ubicación i {
  margin-top: 4px;
}

.ubicaciondot {
  display: flex;
}

.ubicaciondot i {
  padding: 0 3px 0 0;
}

.telefonicomap {
  display: flex;
}

.telefonicomap i {
  padding: 0 3px 0 0;
}

.emailmap {
  display: flex;
}

.emailmap i {
  padding: 0 3px 0 0;
}

.container4 .img {
  padding: 0 0 0 20px;
}

.mapayinfo {
  width: 100%;
}

.ubicacionimg {
  position: relative;
  bottom: 30px;
}

@media (max-width:1108px ) {
  .container4 .img {
      display: none;
  }
  
}

@media (max-width: 1208px ) {
  .container4 .mapa{
      width: 100%;
      max-width: 100%;
  }
}
   

   #achievements {
    position: relative;
    top: 110px;
	background: url(imagenes/atencion.png) no-repeat center  fixed;
	background-color: #e5e5e5;	
	background-size: cover;
    height: 549px;

}


#achievements .overlay {
	padding: 244.5px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c54daa+0,1b71d6+100&0.6+0,0.6+100 */
	background: -moz-linear-gradient(left, rgba(17, 172, 164, 0.6) 0%, rgba(17, 172, 164,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(17, 172, 164,0.6) 0%, rgba(17, 172, 164,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(17, 172, 164,0.6) 0%, rgba(27, 208, 214, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99c54daa', endColorstr='#991b71d6', GradientType=1 ); /* IE6-9 */
}

.slogan {
  position: relative;
  font-size: 30px;
  display: flex;
  justify-content: center;
  color: white;
  font-weight: lighter;
}




/* Formulario */








.title2{
  text-align: center;
  position: relative;
  color: rgb(86, 87, 87);
  font-size: 30px;
  font-weight: 700;
  top: 75px;
}

.title2::after{
  content: "";
  position: absolute;
  width: 8%; height: 2px;
  background-image: linear-gradient(0deg,#03c2bf, #03c2bf 40%, #03c2bf);
  bottom: -20px; left: 50%;
  transform: translate(-50%);
} 




.contactoimg {
height: 600px;
width: 540px;
margin-top: 120px;
float: left;
position: relative;
left: 0px;
}



* { box-sizing:border-box; }

.containers1 {
  display: flex;
  justify-content: space-evenly;
margin-top: 140px;
text-align: center;

}

.group 			  { 
  position:relative; 
  margin-bottom:45px; 
}
input 				{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:300px;
  border:none;
  border-bottom:1.5px solid #757575;
}
input:focus 		{ outline:none; }

/* LABEL ======================================= */
label 				 {
  color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color:#03c2bf;
}

@import url(https://fonts.googleapis.com/css?family=Roboto);

html {
  font-family: 'Roboto', sans-serif;
}

.form__group1 {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
}

.form__field1 {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #757575;
  outline: 0;
  font-size: 16px;
  color: #212121;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.form__field1::placeholder {
  color: transparent;
}

.form__field1:placeholder-shown ~ .form__label1 {
  font-size: 18px;
  cursor: text;
  top: 20px;
}

.form__label1,
.form__field1:focus ~ .form__label1 {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 14px;
  color: #999;
}

.form__field1:focus ~ .form__label1 {
  color: #03c2bf;
}

.form__field1:focus {
  padding-bottom: 6px;
  border-bottom: 2px solid #03c2bf;
}




.button-57 {
  position: relative;
  overflow: hidden;
  border: 1px solid #5f5f5f;
  color: #18181a;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-57 span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.button-57 span:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 7.5px;
  line-height: 13px;
}

.button-57:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #03c2bf;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.button-57:hover {
  border: rgb(255, 255, 255) 1px solid;
}

.button-57:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.button-57:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:300px; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:0px; 
  position:absolute;
  background:#03c2bf;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}


.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}



footer {
    background-color: #f3fbfd;
    font-size: 13px;
    font-weight: bold;
    color: rgb(189, 196, 203);
    padding: 15px;
    margin-top: 118px;
    position: relative;
}


footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer ul>li {
    padding: 4px;
    color:#C5CAE9;
}

footer ul>li:hover {
    color: #03c2bf;
    cursor: pointer
}

footer hr {
    border-width: 3px
}

footer .card {
    padding: 2% 4%;
    height:325px;
    position: relative;
 
}

.footer-20192 .cta {
  padding: 20px;
  background-color: #03c2bf;
  top: -70px;
  margin: 20px 32px 0 32px;
  position: relative; }
  .footer-20192 .cta h2, .footer-20192 .cta h3 {
    line-height: 1.5; }
  .footer-20192 .cta h3 {
    font-size: 15px; 
    
}

footer .text-dark {
  color: white !important;
}

footer .btn {
  background-color: #ffffff;
  color:#03c2bf;
  border: none;
  transform: scale(1.1);
  border-radius: 35px !important;
 padding: 14px;
 margin-left: 69px;
}


footer .mb-0{
  color: white;
  font-size: 23px; 
}

.align-items-center  {
 justify-content: space-between;
}

footer .social {
  display:flex;
}

.col-md-2 {
  padding: 0;
}

.col-md-4 {
  padding: 0;
}

.social.mt-2.mb-3 {
   display: flex;
  height: 40px;
  align-items: center;
  margin: 0 0 0 5px !important;
  background-color: rgb(255, 255, 255);

}

.flexboxfooter {
  display: flex;
  position: relative;
  height: 80px;
  width: 100%;
  align-items: center;
  background-color: rgb(255, 255, 255);

}



.listafooter {
  list-style: none;
  display: flex;
  margin-right: 100px;
  margin-top: 15px;
}

.listafooter li  {
  margin: 5px;
  width: 30%;
  background-color: #f1f1f1;
  border-radius: 10%;
  cursor: pointer;
}

.listafooter i {
  text-decoration: none;
  color: rgb(3, 173, 173);
  margin: 13px;
  transition: .5s;
}

.listafooter .fa-brands.fa-facebook-f:hover {
  color: #114ec7;
  transition: .5s;
}

.listafooter .fa-brands.fa-square-instagram:hover {
  color: #E1306C;
  transition: .5s
}

.listafooter .fa-brands.fa-twitter:hover {
  color: #1DA1F2;
  transition: .5s;
}



footer .policy>div {
    padding: 4px
}

footer .heading {
  font-family: 'Poppins', sans-serif;
    color: rgb(95, 95, 95);
}

footer .heading1 {
  font-family: 'Poppins', sans-serif;
  color: rgb(95, 95, 95);

}

footer .divider {
    border-top: 2px solid;
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
}


@media (max-width:800px ) {
    .carousel.slide img {
      height: 510px;
      width: 100px;
    }
}

@media (max-width:600px ) {
    .carousel.slide img {
      height: 350px;
      width: 100px;
    }
}

@media (max-width:400px ) {
    .carousel.slide img {
      height: 290px;
      width: 100px;
    }
}

@media (max-width:1200px ) {
    .carousel-caption2 {
        position: absolute;
        display: flex;
      top: 95px;
      left: 500px;
      z-index: 999;
      color: white;
      text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.349);
      font-size: 22px;
      width: 585px;
}
}

@media (max-width: 1073px ) {
    .carousel-caption2 {
        position: absolute;
        display: flex;
      top: 95px;
      left: 370px;
      z-index: 999;
      color: white;
      text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.349);
      font-size: 22px;
      width: 585px;
}
}

@media (max-width: 931px ) {
    .carousel-caption2 {
        position: absolute;
        display: flex;
      top: 95px;
      left: 280px;
      z-index: 999;
      color: white;
      text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.349);
      font-size: 22px;
      width: 585px;
}
}

@media (max-width: 856px ) {
    .carousel-caption2 {
        position: absolute;
        display: flex;
      top: 95px;
      left: 200px;
      z-index: 999;
      color: white;
      text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.349);
      font-size: 22px;
      width: 585px;
}
}

@media (max-width:945px){

    .flexbox {
        display: none;
    }

    .bars__menu{
        width: 28px;
        height: 28px;
        position: relative;
    display: none;
        cursor: pointer;
    }
    
    
    
    .menu__hamburguer{
        width: 25px;
        height: 25px;
        position: absolute;  
        transform: translate(-50%, -50%) scale(1);
       
        display: block;
        left: 90%;
        bottom: 25%;

       
        
      
    }

    .menu__hamburguer span {
        display: block;
        
   
 
       
    }

    .activeline1__bars-menu{
        transform: rotate(45deg) translate(-1px, 1px); 
    }
    
    .activeline2__bars-menu{
        opacity: 0;
        margin-left: -30px; 
    }
    
    .activeline3__bars-menu{
        transform: rotate(-45deg) translate(-1.5px, 1px);
    }

    .menu__item{
        --clip:0;
        overflow:hidden ;
    }

    .menu__item--active{
        --transform: rotate(0);
        --background: #d1def8;
        transition: none;
    }

    .menu__item--show{
        background-color: var(--background);
        
    }


    .menu__links{
        position: fixed;
        max-width: 400px;
        width: 100%;
        top: 62px;
        bottom: 0;
        right: 0;
        background-color: rgb(255, 255, 255);
        overflow-y: auto;
        display: grid;
        height: 80%;
        grid-auto-rows: max-content;
        transform: translateX(100%);
        border: 1px solid rgba(0, 0, 0, 0.212);
        
    }

    .menu__links--show{
        transform: unset;
        width: 100%;
        padding: 0;
    }

    .menu__link{
        padding: 25px 0;
        padding-left: 30px;
        height: auto;
    }

    .menu__arrow{
        margin-left: auto;
        margin-right: 20px;
    }

    .menu__nesting{
        display: grid;
        position: unset;
        width: 100%;
        transform: translateY(0);
        height: 0;
        transition: height .3s;
        padding: 0;
    }

    .menu__link--inside{
        width: 80%;
        margin-left: auto;
        
    }

    .menu__inside {
        width: 320px;
        display: flex;
        align-items: center;
        padding-left: 30px;
    }

    .menuimg1 {
        margin-left: 20px;
        padding-left: 10px;
        border-left: 1px solid #08bbd3;
    }
     .menuimg2 {
        margin-left: 20px;
        padding-left: 10px;
        border-left: 1px solid #08bbd3;
       
    }
    .menuimg3 {
        margin-left: 20px;
        padding-left: 10px;
        border-left: 1px solid #08bbd3;
    }
    .menuimg4 {
        margin-left: 20px;
        padding-left: 10px;
        border-left: 1px solid #08bbd3;
    }
    .menuimg5 {
        margin-left: 20px;
        padding-left: 10px;
        border-left: 1px solid #08bbd3;
    }
    .menuimg6 {
        margin-left: 20px;
        padding-left: 10px;
        border-left: 1px solid #08bbd3;
    }
    .menuimg7 {
        margin-left: 20px;
        padding-left: 10px;
        border-left: 1px solid #08bbd3;
        
    }
    .menuimg8 {
        margin-left: 20px;
         padding-left: 10px;
        border-left: 1px solid #08bbd3;
    }

    .flexbox2 {
        display: block;
    }

    .lista {
        list-style: none;
        display: flex;
       padding: 0px 20px 20px 20px;
       margin: 0 auto;
    }
    
    .lista li  {
       
       width: 38px;
       background-color: #f1f1f1;
       border-radius: 10%;
       cursor: pointer;
    }
    
    .lista i {
        text-decoration: none;
        color: rgb(3, 173, 173);
        margin: 13px;
        transition: .5s;
    }
    
    .lista .fa-brands.fa-facebook-f:hover {
        color: #114ec7;
        transition: .5s;
    }
    
    .lista .fa-brands.fa-square-instagram:hover {
        color: #E1306C;
        transition: .5s
    }
    
    .lista .fa-brands.fa-twitter:hover {
        color: #1DA1F2;
        transition: .5s;
    }

    .numeros {
        margin: 0px 0px 0px 30px;
        display: flex;
        color: rgb(95, 95, 95);
        font-weight: 200;
    }

    .location {
        margin: 10px 0 0 30px;
        display: flex;
        margin-top: 15px;
        color: rgb(95, 95, 95);
        font-weight: 500;
    }

}

@media (max-width: 1200px ) {

.imgzoom {
height: 300px;
width: 300px;
}
    .imgzoom1 {
        position: relative;
      
        height: 300px;
        width: 248px;
       
    }

    .imgzoom2 {
      height: 300px;
      width: 248px;
      top: 420px;
      }
          .imgzoom2-1 {
              position: relative;
            
              height: 300px;
              width: 300px;
             
          }

    .about {
      margin: 100px;
      width: 400px;
      position: relative;
      top: 115px
    }
}

@media (max-width:1114px ) {
  .contenido1 {
    display: block;
    bottom: 200px;
    margin-top: -100px;
    
  }

  .about h1 {
    width: auto;
  }

  .about {
    margin: 100px;
    width: auto;
    position: relative;
    top: 115px
  }

  .medalla {
    
    width: 110px;
    padding: 12px;
    height: 55px;
    align-items: center;
    display: flex;
    position: relative;
    right: 20px;
    bottom: 18px;
    margin: 0 160px 0 0;
  
    
  }

  .medalla2 {
    width: 12.7%;
    padding: 12px;
    height: 55px;
    align-items: center;



    bottom: 18px;
  }

  .imgzoom {
    height: 300px;
    width: 300px;
 
    }
        .imgzoom1 {
            position: relative;
         
            height: 300px;
            width: 300px;
           
        }
    
        .imgzoom2 {
          height: 300px;
          width: 300px;
       
          }
              .imgzoom2-1 {
                  position: relative;
                
                  height: 300px;
                  width: 300px;
                 
              }
              
}

@media (max-width:1114px ) {


  .imgzoom {
    height: 400px;
    width: 400px;
    
 
    }
        .imgzoom1 {
            position: relative;
            margin: 0 50px 0 120px;
            height: 400px;
            width: 400px;
            top: 40px;
           
        }
    
        .imgzoom2 {
          height:400px;
          width: 400px;
          position: relative;
          top: 40px;
          margin-right: 120px;
       
          }
              .imgzoom2-1 {
                  position: relative;
                  height: 400px;
                  width: 400px;
                 
              }

              .ubicacionimg {
                display: none;
              }

#achievements {
  top: 200px;
}

            
}



@media (max-width: 900px ) {
    .owl-dots {
      display: none;
    }

    .owl-nav {
      display: block;
    }


    .owl-carousel .owl-nav .owl-prev {
      background: #0bc6c7!important;
      transform: scale(2.2) !important;
      width: 30px !important;
      height: 30px !important;
      margin-right: 50px !important;
      color: white !important;
    }

    .owl-carousel .owl-nav .owl-next {
      background: #0bc6c7 !important;
      transform: scale(2.2) !important;
      width: 30px !important;
      height: 30px !important;
      color: white !important;
    }

  }
    

@media (max-width: 998px) {
  .imgzoom {
    height: 300px;
    width: 300px;
    
 
    }
        .imgzoom1 {
            position: relative;
            margin: 0 50px 0 120px;
            height: 300px;
            width: 300px;
            top: 40px;
           
        }
    
        .imgzoom2 {
          height:300px;
          width: 300px;
          position: relative;
          top: 40px;
          margin-right: 120px;
       
          }
              .imgzoom2-1 {
                  position: relative;
                  height: 300px;
                  width: 300px;
                 
              }

}

@media (max-width: 950px) {
  .card1 {

    top: 70%;
    left: 38%;
    width: 30px;
    height: 30px;
    perspective: 500px;
    z-index: 99;
  }

  .contactoimg {
    display:none;
  }
}

@media (max-width: 899px ) {
  .card1 {
    position: absolute;
    top: 70%;
    left: 41.5%;
    width: 30px;
    height: 30px;
    perspective: 500px;
    z-index: 99;
  }
}

@media (max-width: 815px ) {

  .about {
    margin: 90px 0 0 80px;
  }

  .imagenes-contenido1 {
    display: block;
    width: auto;

    
  }
  .imgzoom {
    height: 500px;
    width: 500px;
   
    
    
 
    }
        .imgzoom1 {
            position: relative;
            margin: 0 50px 0 121px;
            height: 500px;
            width: 500px;
            top: 140px;
           
           
        }
    
        .imgzoom2 {
          height:500px;
          width: 500px;
          position: relative;
          top: 190px;
          margin: 0px 50px 0 121px;

          }
              .imgzoom2-1 {
                  position: relative;
                  height: 500px;
                  width: 500px;
                 
              }

        .textopol {
          margin-top: 120px;
        }
        
        .text-center span::after {
          top: 85px;
    
        }

}



@media (max-width: 767px ) {
  .card1 {
    position: absolute;
    top: 70%;
    left: 39%;
    width: 30px;
    height: 30px;
    perspective: 500px;
    z-index: 99;
  }
}

@media (max-width: 623px ) {
  .card1 {
    position: absolute;
    top: 68%;
    left: 38%;
    width: 30px;
    height: 30px;
    perspective: 500px;
    z-index: 99;
  }




  
}

@media (max-width: 600px ) {
  .card1 {
    position: absolute;
    top: 60%;
    left: 38%;
    width: 30px;
    height: 30px;
    perspective: 500px;
    z-index: 99;
  }

  .cta {
    margin: 0 !important;
  }
}

@media (max-width: 560px ) {
  .card1 {
    position: absolute;
    top: 55%;
    left: 38%;
    width: 30px;
    height: 30px;
    perspective: 500px;
    z-index: 99;
  }
}

@media (max-width: 542px ) {
  .card1 {
    position: absolute;
    top: 50%;
    left: 36%;
    width: 30px;
    height: 30px;
    perspective: 500px;
    z-index: 99;
  }
}

@media (max-width: 540px ) {
  .card1 {
    position: absolute;
    top: 55%;
    left: 38.2%;
    width: 30px;
    height: 30px;
    perspective: 500px;
    z-index: 99;
  }
}

@media (max-width: 539px) {

    .card1 {
      position: absolute;
      top: 75%;
      left: 43.2%;
      width: 30px;
      height: 30px;
      perspective: 500px;
      z-index: 99;
    }

    .container4 {
      padding: 10px;
    }

    .subcontainer4 {
      display: block;
    }

    .textoubicacion {
      width: 100%;
      margin: 0 0 20px 0;
    }
}

@media (max-width: 480px) {
    .card1 {
      left: 42%;
    }
}

@media (max-width: 420px) {
  .card1 {
    left: 41%;
  }
}

@media (max-width: 380px) {

    .card1 {
    

      left: 40%;
     
    }
  }

  @media (max-width: 350px) {
    .card1 {
      left: 39%;
      top: 70%;
    }
}

@media (max-width: 320px) {
  .card1 {
    left: 37%;
    top: 60%;
  }
}

@media (max-width: 280px) {
  .card1 {
    left: 33%;
    top: 50%;
  }
}


@media (max-width:750px ) {

  .imagenes-contenido1 {
    display: block;
margin: 0px 0 0 12%;
    
  }
  .imgzoom {
    height: 300px;
    max-width: 100%;
    
    
 
    }
        .imgzoom1 {
            position: relative;
            margin: 0 50px 0 105px;
            height: 300px;
            width: 300px;
            top: 140px;
           
           
        }
    
        .imgzoom2 {
          height: 300px;
          width: 300px;
          position: relative;
          top: 190px;
          margin: 0px 50px 0 105px;

          }
              .imgzoom2-1 {
                  position: relative;
                  height: 300px;
                  width: 300px;
                 
              }

}



@media (max-width:616px ) {
  .listas1{
    display: block;
  }

  .medallas {
    display: block;
  }

  .about {
    margin: 90px 0 0 20px;
  }

  .medalla2 {
    margin: 20px 0 0 0;
    width: 12.7%;
    padding: 12px;
    height: 55px;
    align-items: center;
    position: relative;
    left: -20px;
    bottom: 18px;
  }

.imagenes-contenido1{
  padding: 0 30px 0 0;
  margin:  0 0 0 25%;
}

  .imgzoom {
    height: 300px;
    width: 300px;
    

    
    
 
    }
        .imgzoom1 {
            position: relative;
            margin: 0 0px 0 0px;
           
            height: 300px;
            width: 300px;
            top: 140px;
           
           
        }
    
        .imgzoom2 {
          position: relative;
          margin: 0 0px 0 0px;
         
          height: 300px;
          width: 300px;
          top: 180px;
          

          }
              .imgzoom2-1 {
                  position: relative;
                  height: 300px;
                  width: 300px;

                  
    
}

}


@media (max-width:500px ) {
  .imagenes-contenido1{
    padding: 0 30px 0 0;
    margin: 0 0 0 10%;
  }
  
    .imgzoom {
      height: 300px;
      width: 100%;
      
  
      
      
   
      }
          .imgzoom1 {
              position: relative;
              margin: 0 0px 0 0px;
             
              height: 300px;
              width: 100%;
              top: 140px;
             
             
          }
      
          .imgzoom2 {
            position: relative;
            margin: 0 0px 0 0px;
           
            height: 300px;
            width: 100%;
            top: 180px;
            
  
            }
                .imgzoom2-1 {
                    position: relative;
                    height: 300px;
                    width: 100%;
  
                    
      
  }
  
}

@media (max-width: 572px ) {
  .text-center span::after {
    top: 78px;

  }
}

@media (max-width:687px ) {
  #achievements {
   
    height: 555px;

}
}


@media (max-width:335px ) {
  .text-center span::after {
    top: 108px;

  }
}

@media (max-width:687px ) {
  .slogan {
    font-size: 28px;
    display: block;
    justify-content: center;
    color: white;
    text-align: center;
    font-weight: lighter;
  }

  #achievements .overlay {
    padding-bottom: 194px;
  }
  
}



@media (max-width: 364px) {
    .px-5 {
      padding: 0 !important;
      margin: 0 !important;
    }
}

@media (max-width: 331px ) {
  #achievements .overlay {

    max-height: 100%;
  }

  .formulario {
    transform: scale(0.9);
  }
}



@media(max-width: 767px){
  footer .btn {
    margin: 0;
  }
}

@media (max-width:632px ) {
  footer .card {
    padding: 2% 7%;
    height:360px;   
  }
}
@media(max-width: 574px){
footer .heading {
  padding: 25px 0 0 0;
}

footer .card {
  padding: 2% 7%;
  height:770px;   
}

footer .heading1 {
  font-family: 'Titillium Web', sans-serif;
  color: rgb(95, 95, 95);
  padding: 55px 0 0px 0;

}
}



