*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;

}

.container {
    width: 80%;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;

  }

.containernew{
  width: 70%;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}
 

#scrollUp {
  bottom: 20px;
  right: 20px;
  height: 40px;
  width: 40px;
  background: url(../img/arrow-up.svg);
  color: #fff;
  border-radius: 50px;
}

.titles {
  margin-top: 110px;
  text-align: center;
  font-size: 50px;
  margin-bottom: 10px;
  color: #0061AB;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.center{
  text-align: center;
  width: 50%;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
}

.center img{
  margin-bottom: 40px;
  height: 20px;
}

.sub-line-left{
  border-top: 5px solid #B5CE42;
  width:100px;
  display: flex;
 }


 .cont-background{
  background-image: url(../img/fondo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*nuevo nav*/

/*------------index.html-----------*/

/*--------  Menu  --------*/
header nav{
  height: 80px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  box-shadow: 1px 1px 10px 0 rgb(0 0 0 / 20%);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1001;
}


/*selección de enlace*/
.fondo-enlace{
  background: #0061AB;
  border-radius: 15px;
}

#letra-enlace{
  color: #fff;
}

.nav_menu{
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 65%;
  padding: 0;
  list-style: none;
  font-family: 'Montserrat', sans-serif;
  padding: 70px 0;
}

.nav{
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container_{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
 /* max-width: 1200px;*/
}

.nav img{
  margin-left: 20px;
  height: 70px;
  width: 107px;
}

.nav_hamburguer{
  width: 30px;
  height: 100%;
  background-image: url("../img/bars.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 1003;
  transition: background-image .3s;
  margin: 0 20px 0 0;
}

.nav_hamburguer-open{
  background-image: url("../img/close.svg");
}

.nav_overlay{
  background-color: #000000a7;
  position: fixed;
  inset: 0;
  z-index: 1001;

  opacity: 0;
  pointer-events: none;
 /* transition: .3s opacity;*/
}

.nav_overlay-show{
  opacity: 1;
  pointer-events: unset;
}

.nav_menu{
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 85%;
  max-width: 300px;
  padding: 0;
  list-style: none;
  overflow: auto;
  padding: 70px 0;
}

.nav_item{
  width: 80%;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  padding: 15px 0;
  transition: 0.7s ease-in-out;
}

.nav_item a{
  text-decoration: none;
  color: var(--almost-black);
  font-size: 16px;
  padding: 8px 20px;
  font-weight: 550;
  transition: 0.7s ease-in-out;
}

.nav_item a:hover{
  color: #868686;
}

.nav_item:hover{
  transform: scale(1.1);
  transition: 0.7s ease-in-out;
}




@media (min-width:1165px){
  .nav{
    gap: 2em;
    overflow: visible;
    /*padding: 50px 0 0;*/
    height: 70px;
    width: 100%;
    position: fixed;
    display: flex;
   /* justify-content: flex-end;*/
    margin: 0 auto;
    font-weight: 400;
  }

  .nav_hamburguer{
    display: none;
  }

  .nav_overlay{
    position: unset;
    background-color: transparent;
    opacity: 1;
    pointer-events: unset;
    flex: 1;
  }

  .nav_menu{
    position: unset;
    /*width: 100%;*/
    max-width: unset;
    background-color: unset;
    padding: 0;
    overflow: unset;
    display: flex;
    align-items: center;
    gap: 1em;
    height: 100%;
    width: 60%;
    margin: 0 auto;
    justify-content: space-around;
  }

  .nav img{
    margin-left: 15px;
  }
}

@media (max-width:1489px){

  .nav_menu{
    width: 80%;
  }
}

/*
nav .logo{
    height: 50%;
    background: #fff;
    margin-left: 30px;
}
nav .logo img{
    object-fit: cover;
    height: inherit;
}
.menu-icono{
    display: none;
}
.menu-icono span{
    color: rgb(3, 3, 3);
    font-size: 35px;
}
.enlaces{
    display: flex;
    height: 100%;
    width: 55%;
    justify-content: space-around;
    align-items: center;
}
.enlaces a{
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: 4px 12px;
    transition: 0.7s ease-out;
    color: #223477;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.enlaces a:hover, .active{
  background: #26814f;
  transform: scale(1.0);
  border-radius: 10px;
  padding: 12px 14px;
}
*/

.header-index{
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  /*background: #0061AB; 
    background: -webkit-linear-gradient(to right, #0061abd3, #b4ce42bb), url(../img/img8.jfif);
  background: linear-gradient(to right, #0061abd3, #b4ce42bb), url(../img/img8.jfif);*/
  background: -webkit-linear-gradient(to right, #0061ab, #b4ce42);
  background: linear-gradient(to right, #0061ab, #b4ce42);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
 }

 .img-index{
  display: grid;
  grid-template-columns: 2fr 0.8fr;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
 }

.index-uno{
  width: 70%;
  height: 90%;
  display: grid;
  justify-content: left;
  align-content: center;
  color: #fff;
  margin: 0 auto;
 }

 .upper{
  text-transform: uppercase;
 }

 .index-uno h4{
    font-size: 60px;
    /*letter-spacing: 4px;  */
 }

 .index-uno p{
  width: 100%;
  font-size: 18px;
  margin: 10px 0;
  color: #fff;
 }


 .miSliderind{
  margin-top: 10px;
  overflow: hidden;
  height: 80px;
  width: 100%;
}

.miSliderind h1{
  font-size: 30px;
}

.miSliderind p{
  font-size: 25px;
}

 .btns-img-index{
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    height: 80px;
 }



.boton {
    font-family: 'Montserrat', sans-serif;
    display: inline-flex;

    margin: 0 10px;
    font-size: 20px;

    align-items: center;
    align-content: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: .3s ease all;
    position: relative;
    overflow: hidden;
  }

  .boton span{
    position: relative;
    z-index: 2;
    transition: .3s ease all;
  }

/*btn5*/
  .btns-index{
    text-decoration: none;
    background: #04477b;
    width: 190px;
    height: 35px;
    color: #fff;
    
    margin-right: 15px;
    font-weight: 300;

    font-family: 'Montserrat', sans-serif;
    display: inline-flex;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    align-items: center;
    align-content: center;
    justify-content: center;
    transition: .3s ease all;
    position: relative;
    overflow: hidden;
   }

   .btns-index a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
   }


.btns-index.cinco a{
  transition: .4s ease-in-out all;
  position: absolute;
  left: 25%;
}

.btns-index.cinco .icono{
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;

  left: -40px;
  transition: .3s ease-in-out all;
  opacity: 0;
  color: #fff;
  font-size: 15px;
}

.btns-index.cinco icon{
  color: #fff;
  font-size: 18px;
}

.btns-index.cinco:hover{
  background: #b5ce42;
}

.btns-index.cinco:hover .icono{
  left: calc(100% - 50px);
  opacity: 1;
}

.btns-index.cinco:hover a{
  left: 30px;
}


/*btn3*/


/*
.nav_item  a:hover{
  color: #8a8b8b;
  transition: .3s ease all;;
}*/


/*btn 6*/
.boton.seis {
  background: none;
  color: #000;
}

.boton.seis svg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}

.boton.seis rect{
  width: 100%;
  height: 100%;
  stroke: #0061AB;
  stroke-width: 4px;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: .6s ease all;
}

.boton.seis:hover rect{
  stroke-dashoffset: 0;
}



  /*

  .boton.tres::after {
    content: "";
    width: 100%;
    height: 300px;
    background: #eaf1f6;   
    position: absolute;
    z-index: 1;
    top: -300px;
    left: 0;
    transition: .4s ease-in-out ;
    border-radius: 0px 0px 400px 400px;
  }

  .boton.tres:hover::after{
    top: 0; 
  }
*/
  .boton.tres a{
    z-index: 2;
  }

 /*
 .btns-img-index a{
    text-decoration: none;
    background: #04477b;
    color: #b5ce42;
    padding: 8px 16px;
    font-size: 16px;


    border: 2px solid #fff;
    border-radius: 90px;
    margin: 0 10px;
    font-weight: 500;
    box-shadow: 0 0 1px 1px rgb(255, 255, 255);
 }

 .btns-img-index a:hover{
   border: 2px solid #04477b;
   background: #fff;
   color: #04477b;
   padding: 10px 16px;
 }
*/

 .index-dos{
    
    background-image: url(../img/mancha--.png);
     width: 100%;
     height: 90%;
     display: flex;
     align-items: center;
     justify-content: center;
     background-repeat: no-repeat;
     background-size: cover;
     }

/*
.miSliderind img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    
    height: inherit;
    object-fit: cover;
    vertical-align: top;
    transition: 2s;
}*/


/*
.miSlider{
  margin-bottom: 20px;
}
.miSlider h1{
  background: #fff;
  width: auto;
  padding: 5px ;
  border-radius: 10px;
 }

 /*
 .index-dos img{
  width: 100%;
  height:100%;
 position: relative;---
  transition: 0.7s ease-in-out;
 }
*/

.wave{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 180px; 
    overflow: hidden;
    transition: 0.7s ease-in-out;
}



/**------OLA--------*/
/*
.container-ola{
  position: relative;
  width: 100%;
  height: 10vh;
  background-color: #0061AB;
  overflow: hidden;
}


.ola{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(../img/ola.png);
  background-size: 1000px 100px;

  animation: ola 10s linear infinite;
}





@keyframes ola{
  0%{
    background-position-x: 0;
  }
  100%{
    background-position-x: 1000px;
  }
}

*/
.ola-{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../img/ola.png);
  background-size: 1000px 100px;
}

.ola-#ola1{
  z-index: 10;
  opacity: 1;
  bottom: 0;
  animation: animateola 9s linear infinite;
}

 .ola-#ola2{
  z-index: 9;
  opacity: 0.5;
  bottom: 10px;
  animation: animateola_02 9s linear infinite;
}

 .ola-#ola3{
  z-index: 10;
  opacity: 0.2;
  bottom: 15px;
  animation: animateola 8s linear infinite;
}

.ola-#ola4{
  z-index: 9;
  opacity: 0.7;
  bottom: 20px;
  animation: animateola_02 8s linear infinite;
}

@keyframes animateola{
  0%{
    background-position-x:1000px ;
  }
  100%{
    background-position-x: 0px;
  }
}
@keyframes animateola_02{
  0%{
    background-position-x:0 ;
  }
  100%{
    background-position-x: 1000px;
  }
}





/*-----Redes sociales-----*/

.redes-sociales {
  z-index: 101;
  position: fixed;
  left: 45px;
  top: 320px;
  transition: 0.7s ease-in-out;
}

.redes-sociales ul {
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.redes-sociales li {
  text-align: center;
  margin-bottom: 18px;
}

.redes-sociales ul li a{
  width: 40px;
  height: 40px;
  background-color: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 26px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
  padding: 2px
}

.redes-sociales ul li a .icon {
  position: relative;
  color: #0061AB;
  transition: .9s;
  z-index: 3;
}

.redes-sociales a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.redes-sociales li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .9s;
  z-index: 2;
}

.redes-sociales ul li a:hover:before {
  top: 0;
}

ul li:nth-child(1) a:before{
  background: #3b5999;
}

ul li:nth-child(2) a:before{
  background: #55acee;
}

ul li:nth-child(3) a:before {
  background: #00bb2d;
}

ul li:nth-child(4) a:before {
  background: linear-gradient(to right, #ffba43, #a202f9);
}

/*-----Redes sociales responsive-----*/
@media (max-width:868px) {

  .redes-sociales {
    left: 28px;
  }

  .redes-sociales ul li a{
    width: 34px;
    height: 34px;
    line-height: 26px;
    font-size: 20px;

    z-index: 1;
    padding: 2px
  }

}
/*
.redes-sociales ul {
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.redes-sociales li {
  text-align: center;
  margin-bottom: 18px;
}

.redes-sociales ul li a .icon {
  position: relative;
  color: #0061AB;
  transition: .9s;
  z-index: 3;
}

/*---------------------*/

.sec-bienvenidos{
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin: 10px auto 0 auto;
  width: 100%;
}

.sec-bienvenidos h1{
  font-size: 50px;
  color: #0061ab;
  margin: 10px;
  text-align: center;
  margin: 0 auto;
}

.oo{
  display: flex;
  margin: 0 auto;
  width: 300px;
}
.sec-bienvenidos .ooo{
  color: #000;
  font-size: 50px;
  margin-left: 10px;
}
.sec-bienvenidos h2{
  color: #47ac47;
  font-size: 30px;

}

.sec-bienvenidos h6{
  margin: 10px auto 18px auto;
  font-size: 18px;
  width: 70%;
  text-align: center;
  font-style: oblique;
}
.sec-bienvenidos p{
  font-size: 16px;
}

.seccion-cards{
    margin: 50px auto 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows:  1fr 1fr ;
    grid-gap: 30px;
    width: 65%;
    height: auto;
    font-family: 'Montserrat', sans-serif;
}

.icon span{
  font-size: 50px;
  color: #0061AB;
  text-align: right;
}

.icon h1{
  font-size: 22px;
  margin-bottom: 9px;
}

.c-uno{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    box-shadow: 0 0 10px 1px rgba(193, 191, 191, 0.345);
    padding: 30px 22px;
    height: auto;
    border-radius: 20px;
    margin: 5px;
}

.c-dos{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    box-shadow: 0 0 10px 1px rgba(193, 191, 191, 0.345);
    padding: 30px 22px;
    height: auto;
    border-radius: 20px;
    margin: 5px;
}

.c-tres{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    box-shadow: 0 0 10px 1px rgba(193, 191, 191, 0.345);
    padding: 30px 22px;
    height: auto;
    border-radius: 20px;
    margin: 5px;
}

.c-cuatro{  
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    box-shadow: 0 0 10px 1px rgba(193, 191, 191, 0.345);
    padding: 30px 22px;
    height: auto;
    border-radius: 20px;  
    margin: 5px;
}

/*boton ver mas*/
.view-more-gall{
  text-align: center;
  margin: 0 auto 100px auto;
}

.view-more-gall a{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  background: #0061ab;
  color: #fff;
  text-decoration: none;
  margin: 40px auto 0 auto;
  border: 2px solid #0061ab;
  border-radius: 30px;
  padding: 6px 30px;
  text-align: center;
  transition: .5s ease-in-out;
}

.view-more-gall a:hover{
  background: #fff;
  color: #0061ab;
  padding: 6px 45px;
  transition: .5s ease-in-out;
}

.img-{
  text-align: center;
}

.img- img{
  width: 50%;
  height: 10%;
  margin: 0 auto;
}

/*infoslider*/

.area{
  font-family: 'Montserrat', sans-serif;
  display: grid;
  grid-template-columns: 2fr 1fr;
  width: 70%;
  margin: 80px auto 50px auto;
  height: auto;
  padding: 10px 0;
}

.contenedor{
  padding: 20px 0;
  width: 100%;
  overflow: hidden;
}

.slider-contenedor{
  width: 100%;
  height: auto;
  display: flex;
}

.contenido-slider{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-shrink: 0;
}

.card-slider{
  box-shadow: 1px 1px 8px 2px rgba(193, 191, 191, 0.345);
  margin: 0 20px;
  padding: 28px 20px;
  height: auto;
  width: 50%;
  transition: .6 ease-in-out;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: .4s ease;
  border-radius: 20px;
}

.card-slider img{
  margin: 10px auto;
  text-align: center;
  width: 70%;
  height: 70%;
  border-radius: 50%;
}

.card-slider h1{
color: #0061ab;
font-size: 24px;
margin: 10px 0;
}

.card-slider h5{
  font-size: 16px;
  margin-bottom: 10px;
  color: #008036;
  font-weight: 600;
}
.card-slider p{
  font-style: italic;
  font-size: 14px;
}

.area-info{
  padding: 40px 20px;
}

.area-info h6{
  text-transform: uppercase;
  font-size: 15px;
  color: #008036;
  margin-top: 16px;
  margin-bottom: 10px;
}

.area-info h1{
  color: #0061ab;
  font-size: 30px;
  margin: 20px 0;
  text-align: right;
}

.area-info h5{
  font-size: 24px;
  margin-bottom: 10px;
  text-align: right;
  font-style: italic;
}

.area-info p{
  text-align: right;
}

.btn-services a{
  text-decoration: none;
  background: #b5ce42;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 18px;
  font-weight: 500;
  border: 2px solid #b5ceb5;
  transition: 0.7s ease-in-out;
  float: right;
  margin-top: 30px;
  bottom: 0;
}
.btn-services a:hover{
  transition: 0.7s ease-in-out;
  
  background: #fff;
  color: #b5ce42;

  border: 2px solid #b5ce42;
  
}

.cont-google{
  background: #0061ab;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  color: #fff;
  height: auto;
  margin: 100px auto;
  padding: 50px 0;
  overflow: hidden;
}

.cont-google p{
  font-size: 25px;
}


.cont-google a{
  margin-top: 10px;
  text-decoration: none;
  background: #fff;
  font-size: 18px;
  color: #000;
  padding: 5px;
  width: 18%;
  margin: 20px auto 0 auto;
  transition: 0.7s ease-in-out;
  border-radius: 8px;
  border: 2px solid #0061ab;

}
.cont-google a:hover{
  background: #0061ab;
  border: 2px solid #fff;
  color: #fff;
}


/*
.contenido-slider:nth-child(2){
  background: #332863;
  color: #fff;
}

.contenido-slider:nth-child(3){
  background: #611a68;
}

.contenido-slider > img{
  width: 400px;
}

.contenido-slider > div{
  width: 40%;
}

.contenido-slider h2{
  font-weight: 300;
  text-align: justify;
  line-height: 30px;
}


.contenido-slider:nth-child(2) a{
  background: #fff;
  color: #332863;
  
}*/


/*Encuentranos*/

/*contenedor encuentranos "ubicación*/

.find-us {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  /*row-gap: 40px;*/
  justify-content: center;
  align-items: center;
  margin: 70px auto 0 auto;
  font-family: 'Montserrat', sans-serif;

}

.find-us h1 {
  font-size: 45px;
  text-align: left;
  color: #0061AB;
  margin: 80px 0 10px 0;
  font-family: 'Montserrat', sans-serif;
}

.subb-line{
  border-top: 5px solid #B5CE42;
  width:100px;
  display: flex; 
}

.find-us .info-find-us .sub-find {
  font-size: 17px;
  margin: 15px 0 35px 0;
}

.find{
  display: flex;
  margin: 20px 0;
}
.find span{
  color: #0061AB;
  font-size: 24px;
  margin-right: 10px;

}
.find h6{
  font-size: 17px;
  font-weight: 500;
}

.find-us .img-find-us {
  text-align: center;
}

.find-us iframe {
  width: 100%;
}


@media screen and (max-width:1440px){
.miSliderind{
  height: 100px;
  }
}

@media screen and (max-width:900px){
/*  .contenido-slider > img{
      width: 250px;
  }

  .contenido-slider > div{
      width: 40%;
  }

  .contenido-slider h2{
      font-size: 23px;
  }
*/
.upper{
  text-transform: uppercase;
  padding-top: 50px;
 }

.img-index{
  grid: none; 
  margin-top: 100px;

}
.index-uno{
  height: 70%;
}

.index-uno h4{
  font-size: 40px;
  margin-top: 10px;
}

.slide-contenedor-index{
  margin-bottom: 10px;
}

.miSliderind{
  height: 110px;
}

.miSliderind h1{
  font-size: 26px;
}

.miSliderind p{
  font-size: 17px;
}

.btns-img-index{
  height: 70px;
  flex-direction: column;
  /*align-items:flex-end;*/
  align-items: flex-start;
}

.btns-index.cinco{
  margin-top: 7px;
}

.index-dos{
   background: transparent;
   height: 250px;
   display: block;
   text-align: center;
   padding-top: 15px;
  
 }

 .wave{
   height: 100px;   
}

.sec-bienvenidos h1{
  font-size: 40px;  
  margin: 0;
}

.oo{
  margin: auto;
  text-align: center;
  justify-content: center;
}

.sec-bienvenidos .ooo{
  color: #000;
  font-size: 40px;
  margin: 0 5px;

}
.sec-bienvenidos h2{
  color: #47ac47;
  font-size: 28px;
}

  .c-uno{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    margin: 10px;
  }
  .c-dos{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    margin: 10px;
  }
  .c-tres{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4; 
    margin: 10px;
  }
  .c-cuatro{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    margin: 10px;
  }

  .area{
    grid-template-rows: 0.37fr 1fr;
    margin-bottom: 0;
  }
  .area-info{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1 ;
    grid-row-end: 2;
    justify-content: center;
    align-items: center;
  }
  .contenedor{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2 ;
    grid-row-end: 3;  
    width: 100%;
  }

  .contenido-slider{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .contenido-slider > div{
    width: 90%;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (max-width: 500px) {

.btns-img-index{
  align-items: center;
}

.sec-bienvenidos h6{
  font-size: 17px;
  margin: 10px auto 20px auto;
  width: 100%;
}
.sec-bienvenidos p {
  font-size: 15px;
}
}

@media only screen and (max-width: 877px) {

  /*find us*/
 
  .find-us{
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }

  .info-find-us{
    width: 100%;
  }

  .info-find-us h1{
    margin-top: 40px;
  }
  .find span{
    font-size: 20px;
  }
  .find h6{
    font-size: 15px;
  }
  
  .containernew .find-us .img-find-us {
    margin: 20px 0;
    width: auto;
    height: auto;
    text-align: center;
  }
  
  .containernew .find-us iframe {
    height: 100%;
    width: 100%;
  }
  }
  

/**/


/*-----------------ABOUT US------------------*/
.cont-line{
  width: 80%;
  margin-bottom: 10px;
}

.line{
  border-top: 5px solid #B5CE42;
  width: 18%;
  margin-top: 180px;
  display: flex;
}

.info-title h2{
  color: #0061ab;
  font-size: 30px;
}
.cont-fund{
  font-family: 'Montserrat', sans-serif;
  padding: 40px 30px;
  margin: 100px 0 30px 0;
}


.cont-fund h2{
  font-size: 34px;
  color: #0061ab;
}

.cont-fund h3{
  font-weight: 600;
}

.cont-fund{ 
  background: #f5f9fc;
  height: auto;
  width: 100%;
  /*position: absolute;*/
  display: grid;
  grid-template-columns: 1fr 2fr;
  text-align: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  color:#000;
  border-radius: 70% 30% 70% 30%;
  
}

.cont-fund img{
  width: 60%;
  height: 60%;
  position: relative;
  filter: drop-shadow(-40px 0px 30px rgba(188, 188, 188, 0.5));
  border-radius: 40% 50%  30%  60%;
}

.cont-fund h1{
  font-size: 34px;
  color: #0061ab;
  text-align: left;
}

.cont-fund h5{
  color: #000;
  font-size: 16px;
  text-align: left;
}

.cont-fund p{
  font-size: 18px;
  font-weight: 400;
  text-align: left;

}

.about{
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  color: #000;
  margin-top: 100px;
  border-radius: 90px;
  padding: 30px 50px;
  border: 5px solid #f5f9fc;
}

.about-info{
  padding: 20px 40px;
  text-align: left;
  align-self: center;
  color: #000;
  font-size: 18px;
}

.about-info h3{
  font-size: 26px;
  margin-bottom: 5px;
}

.about img{
  width: 90%;
  height: 90%;
  border-radius: 80% 70% 80% 100%;
}

.about-{
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  color: #000;
  margin-top: 50px;
  background: #f5f9fc;
  padding: 30px 50px;
  border-radius: 40% 80% 50% 80%;
}

.about- img{
  width: 80%;
  height: 80%;
  border-radius: 100% 90%  90%  100%;
  align-content: center;
  align-items: center;
}
.cont-mv{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  margin: 150px auto 100px auto;

}

.card-mv{
  width: 90%;
  height: 100%;
  border-radius: 20px;
  padding: 20px;
  color: #0061AB;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0 0 10px 1px rgba(211, 211, 211, 0.345);
  margin: auto;
}
.card-mv h1{
  color: #0061ab;
  font-size: 30px;
}

.card-mv p {
  margin: 20px;
  color: #000
}

/*slider con barras*/
.background{
  background-image: url(../img/fondo.png);
}

.slide-contenedor{
  max-width: 100%;
  max-height: 100vh;/*abarca todo el alto de la pagina*/
  width: 70%;
  height: 500px;
  position: relative;
  overflow: hidden;
  margin: 100px auto;
}

.cont-presupuesto{
  background: #0061ab;
  padding: 40px 30px;
  border-radius: 10px;
  margin: 80px auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  overflow: hidden;
}

.cont-presupuesto p{
  color: #fff;
  margin-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.cont-presupuesto h2{
  color: #fff;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 100;
}
.cont-presupuesto a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #b5ce42;
  border: 3px solid #fff;
  width: 130px;
  height: 50px;
  font-weight: 100;
  color: #fff;
  transition: 0.7s ease-in-out;
}

.cont-presupuesto a:hover{
  transition: 0.7s ease-in-out;
  transform: scale(1.1);
  background: #ffffff;
  color: #0061ab;
}
/*
.miSlider{
  display: none;
  transition: 2s;
  max-height: 100vh;
}*/

.miSlider img{
  width: 100%;
  max-height: 100vh;
  height: inherit;
  object-fit: cover;
  vertical-align: top;
  transition: 2s;
}
/*
.direcciones{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  padding: 0 10px;
}

.direcciones a{
  color: #aaa;
  display: inline-block;
  padding: 15px 25px;
  text-decoration: none;

}

.direcciones a:hover{
  background: rgba(0,0,0, .5);
  transition: .5s;
  border-radius: 50px;
}*/

.barras{
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.barra{
  cursor: pointer;
  height: 6px;
  width: 30px;
  margin: 0 2px;
  background: #dcdde1;
  display: inline-block;
  margin-left: 6px;
 
}
.active{
  background: #00a0e4;
}


.fade{
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4;}
  to{opacity: 1;}
}


.values{
  display: grid;
  grid-template-columns: 0.5fr 0.5fr 0.5fr;
  text-align: center;
  justify-content: center;
  margin: 100px 100px;
  font-family: 'Montserrat', sans-serif;

}

.value span{
  color: #0061AB;
  font-size: 50px;
  background: #f0f5f9;
  padding:28px 33px 20px 33px;
  border-radius: 50%;
  margin: 100px 0;
  transition: 0.7s ease-in-out; 
}

.value{
  transition: 0.7s ease-in-out;
}

.value:hover{
  transform: translateY(-15px);
}


.value h3{
  margin-top: 40px;
}

.sub-title{
  text-align: center;
  margin-bottom: 30px;
  font-size: 45px;
  font-family: 'Montserrat', sans-serif;
  color: #0061AB;
}

/*responsive about*/


@media only screen and (max-width:1180px){

  .line{
    margin-top: 120px;
  }

  .info-title h2{
    font-size: 28px;
  }

  .info-title h3{
    font-size: 18px;
  }

  .cont-fund{ 
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 0.5fr;
    width: 100%;
    height: 700px;
    padding: 10px 20px;  
    margin: 70px auto 70px auto ;
  }

  .cont-fund .info-img{
    margin-top: 20px;
    margin-bottom: 80px;
    color: #000;
    width: 100%;
  }

  .about{
    display: grid;
    grid-template-columns: 1fr;
   
    width: 100%;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 25px 0 25px 0;
  }
  .about-img img{
    width: 40%;
    
  }

  .about p{
    width: 100%;
    padding: 10px 15px;
  }

  .about-{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.3fr 0.3fr;
    text-align: center;
    align-content: center;
    padding: 0;
    width: 100%;
  }

  .about-img{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about-info{
    text-align: center;
    padding: 20px 10px;
    width: 100%;
  }

  .about-info p{
   padding: 10px 15px;
  }

.cont-mv{
  margin-top: 100px;
}

.card-mv{
  grid-column: 1/4;
}

.slide-contenedor{
  height: auto;
}
  .values{
   margin: 50px auto; 
  }

  .containernew .value span{
    color: #0061AB;
    font-size: 60px;
    padding:38px 43px 30px 43px;
  }

  .cont-presupuesto{
    display: flex;
    flex-direction: column;
  }
  .cont-presupuesto h2{
    font-size: 18px;
    margin-top: 10px;
  }
  .cont-presupuesto a{
    margin-top: 20px;
  }  
}

@media only screen and (max-width:870px){
  .about-img img{
    width: 60%;
  }

  .containernew .value{
    grid-column: 1/4;
    margin: 20px 0 50px 0;
  }

}

/*--------------------------------------------/



/*--------------services----------------*/


.service-text{
  margin-top: 120px;
  font-family: 'Montserrat', sans-serif;
  

}

.service-text h1{
  font-size: 32px;
  color: #0061ab;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.service-text h4{
  margin-top: 30px;
  font-size: 30px;
  text-align: center;
  color: #008036;
  margin-bottom: 10px;
}

.service-text p{
  font-size: 17px;
  width: 100%;
  font-style: italic;
  text-align: center;
}

.bck-blue{
  background: #f5f9fc;
  border-radius: 70% 70% 50% 100%;
  padding: 10px;
  margin: 5px auto 120px auto;
}

.t-service{
  font-size: 32px;
  color: #008036;
  margin-bottom: 20px;
}

.services-images{
  display: grid;
  grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr;
  grid-gap: 40px;
  margin: 30px auto 50px auto;
  width: 90%;
  height: 100%;
}

.services-images img{
  width: 100%; 
  margin-bottom: 20px;
  border-radius: 70% 70% 80% 60%;
}

.service-image h4{
text-align: center;
}

.service-image{
  transition: 0.7s ease-in-out;
  padding: 20px 25px;  
}

.service-image:hover{
  transform: scale(1.03);
  filter: drop-shadow(-10px 0px 10px rgba(177, 177, 177, 0.5));
}

.cont-services{
  width: 100%;
}

.cont-services h4{
  color: #0061ab;
  font-size: 25px;
  margin: 20px 0 30px 10px;
}

.cont-card-services{
  display: grid;
  grid-template-columns: 0.5fr 0.5fr 0.5fr;
  grid-gap: 40px;
  /*  box-shadow: 0 0 10px 1px rgba(216, 216, 216, 0.363);
  border-bottom: 2px solid #c4d38279;*/
  padding: 40px 70px;
  scroll-margin-top: 250px;
  width: 100%;
}

.cont-card-services img{
  padding: 20px;
  width: 100%;
}

.card-service ul{
  list-style-position: outside;
}
.card-service li{
  padding-bottom: 5px;
  font-size: 15px;
}

.card-service li::marker{
  color: #b4ce42;
  font-size: 20px;
  line-height: 3px;
}

.card-service img{
  width: 100%;
  height: auto;
  border-radius: 70% 110% 70% 110%;
}

.cont-o-services{
  width: 95%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 80px auto;
  grid-gap: 30px;
}

.card-os{
  padding: 20px 50px;
  box-shadow: 0 0 10px 1px rgba(200, 200, 200, 0.363);
  transition: 0.7s ease-in-out;
  border-radius: 30px;
}

.card-os:hover{
  transition: 0.7s ease-in-out;
  box-shadow: 0 0 10px 1px rgba(96, 96, 96, 0.363);
}

.card-os img{
  width: 100%;
  margin-bottom: 10px;
}

.card-os ul{
  list-style-position: outside;
}

.card-os li{
  padding-bottom: 5px;
  font-size: 15px;
}

.card-os li::marker{
  color: #b4ce42;
  font-size: 20px;
  line-height: 3px;
}

/*responsive services*/
@media only screen and (max-width:1190px){

  .service-text p{
    width: 100%;
    margin-top: 15px;
  }

  .bck-blue{
    margin-bottom: 70px;
  }
  .services-images{
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 60%;
  
    margin-bottom: 40px;
    grid-gap: 10px;
  }
}



@media only screen and (max-width:855px){
  .cont-card-services{
    grid: none;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 50px;
  }
  .cont-card-services img{
    width: 50%;
    margin: 0 auto;

  }
  .services-images{
    
    width: 80%;
  
 
  }

}


@media only screen and (max-width:1308px){
  .t-service{
    text-align: center;
  }

  .cont-o-services{
    grid: none;
    width: 70%;
    margin: 10px auto;
  }
  .card-os{
    width: 70%;
    margin: 0 auto;
   
  }
}
@media only screen and (max-width:970px){

  .cont-o-services{
    grid: none;
    width: 90%;
    margin: 10px auto;
  }
  .card-os{
    width: 90%;
    margin: 0 auto;
   
  }
}

@media only screen and (max-width:744px){

 

  .service-text h1{
    font-size: 28px;
  }

  .center{
    width: 100%;
  }

  .cont-card-services img{
    width: 80%;
  }


}

@media only screen and (max-width:599px){

.services-images{
  grid: none;
  grid-gap: 0;
  width: 50%;

}
}
@media only screen and (max-width:500px){

  .cont-card-services img{
    width: 100%;
  }
  .cont-o-services{
    width: 90%;
    margin-top: 0 auto;
 
  }

  .card-os{

    margin: 0 auto;
  }

  .t-service{
    font-size: 28px;
  }

}
@media only screen and (max-width:407px){

  .cont-o-services{

    margin: 0;
  }


}
@media only screen and (max-width:389px){

  .card-os {

    padding: 20px 40px ;
    margin: 5px;
  }

}



/*---------------------------------------*/


/*Galeria de imagenes*/

.contenedor-galeria {
  box-sizing: border;
  margin: 0 0 50px 0;
  padding: 0;
}

.sub-line-center{
  border-top: 5px solid #B5CE42;
  width: 140px;
  display: flex;
  margin: 0 auto;
}

.sub-gallery{
  margin: 15px 0;
}

.sub-gallery h2{
  font-size: 24px;
  text-align: center;
  color: #0061AB;
  font-family: 'Montserrat', sans-serif;
  margin-top: 10px;
}

.sub-gallery h1{
  font-size: 18px;
  text-align: center;
  color: #696767;
  font-family: 'Montserrat', sans-serif;
  margin-top: 5px;
}

.galeria {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  width: 70%;
  margin: auto;
  grid-gap: 45px;
  padding: 40px 0;
  overflow: hidden;
}

.galeria img {
  vertical-align: top;
  height: 300px;
  object-fit: cover;
}

figure{
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(88, 88, 88, 0.4);
}

figure img{
  width: 100%;
  height: 100%;
  transition: all 500ms ease-out;
}

/*transparencia azul de galeria*/

figure .capa{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 120, 190, 0.522);
  transition: all 500ms ease-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 100px;
}

figure:hover > .capa{
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

/*imagen con pantalla negra */
.popup-img{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1002;
  display: none;
}

.popup-img span{
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 60px;
  font-weight: bolder;
  z-index: 100;
}

.popup-img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 5px;
  width: 750px;
  object-fit: cover;
}

@media (max-width:768px) {
  .popup-img img{
    width: 90%;
    border: 5px solid #fff;
  }
}


/*-----------------------------------------*/


/*--------Appointment----------formulario citas-------------------*/
.img-header{
  width: 100%;
  height: 370px;
  background-image: url(../img/header3.jfif);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: rgba(37, 37, 37, 0.329);
  background-blend-mode: soft-light;

}

.img-header h1{
  color: #0061ab;
  margin-top: 190px;
  font-size: 50px;
  font-family: 'Montserrat', sans-serif;

}

.cont-info-date{
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
  padding: 0 30px;
}

.flex-{
  display: flex;
}

.grid-{
  display:grid;
  grid-template-columns: 1fr 1fr;
  width: 50%;
  margin: 0 auto;
  justify-items: center;
}

.cont-info-date span{
  color: #0061ab;
  font-size: 24px;
  margin-right: 10px;
}
.cont-info-date h1{
  color: #008036;
  font-size: 45px;
  margin-bottom: 30px;
  margin-top: 10px;
  text-align: center;
  font-weight: 100;
}

.cont-info-date h2{
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.cont-info-date h3{
  font-size: 20px;
  font-weight: 500;
 /* background: linear-gradient(to left, #0061ab, #b4ce42);*/

}

.cont-info-date p{
  font-size: 20px;
  color: #0061ab;

}


.form-citas{
  margin: 30px auto;
  width: 95%;
  height: auto;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 0.5fr;
  /*display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;*/
  font-family: 'Montserrat', sans-serif;
  scroll-margin-top: 180px;
  
}

.info-form{
  width: 100%;
  height: auto;
  padding: 20px 30px;
  box-shadow: 0 0 8px 1px rgba(226, 226, 226, 0.9);
  border-radius: 30px;
}
.info-form h1{
  text-align: left;
  color: #000;
  margin: 20px 25px;
  font-size: 30px;
}
.column{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap:10px;
}

.form-citas .info-form label{
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 3px;
}

.info-form input[type="text"]{
  width: 100%;
  padding: 4px 15px;
  color: #6f6f6f;
  border: none;
  border-bottom: 2px solid #d5e6f4;
  font-weight: 400;
  outline: none;
  font-size: 13px; 
  font-family: 'Montserrat', sans-serif;
 
}
.info-form input[type="email"]{
  width: 100%;
  padding: 4px 15px;
  color: #6f6f6f;
  border: none;
  border-bottom: 2px solid #d5e6f4;
  font-weight: 400;
  outline: none;
  font-size: 13px; 
  font-family: 'Montserrat', sans-serif;
}

.info-form input[type="number"]{
  width: 100%;
  padding: 4px 15px;
  color: #435e7e;
  border: none;
  border-bottom: 2px solid #d5e6f4;
  outline: none; 
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}

.info-form input[type="date"]{
  border: none;
  width: 60%;
  padding: 4px 15px;
  color: #435e7e;
  font-size: 13px;
  border: 2px solid #d5e6f4;
  border-radius: 10px;
  margin-top: 7px;
  font-family: 'Montserrat', sans-serif;
}

.info-form input[type="time"]{
  width: 60%;
  padding: 4px 15px;
  color: #435e7e;
  font-size: 13px;
  border: 2px solid #d5e6f4;
  border-radius: 10px;
  margin-top: 7px;
  font-family: 'Montserrat', sans-serif;
}

::-webkit-calendar-picker-indicator{
  cursor: pointer;
  padding: 5px;
}

select{
  border: none;
  padding: 10px;
  color: #435e7e;
  border-bottom: 2px solid #d5e6f4;
  outline: none;
  font-size: 13px;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}

.box{
  padding: 5px 10px;
  margin-bottom: 5px;
}

.box i{
  color: #0061ab;
  font-size: 14px;
}

.input-fondo{
  background: #f1f5f9;
  margin: 5px 12px;
}

.box-{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.box input:focus{
  border-bottom: 2px solid #0680dd;
}

/*efecto de input radio*/
.box input[type="radio"] {
  display: none;
}

.box input[type="radio"] + label {
  color: #0061AB;
  padding: 4px 15px;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box input[type="radio"] + label:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: none;
  border: 2px solid #0061AB;
  border-radius: 50%;
}

.box input[type="radio"] + label:hover {
  background: rgba(181, 213, 255, 0.842);
}

.box input[type="radio"]:checked + label {
  background: #0061AB;
  border-radius: 3px;
  color: #fff;
}

.box input[type="radio"]:checked + label:before {
  display: none;
}

.btn-send{
  width: 50%;
  background: #0061ab;
  padding: 10px 20px;
  border: none;
  color: white;
  font-weight: 500;
  cursor: pointer;
  transition: 0.7s ease-in-out;
  font-size: 16px;
  float: center;
  margin: 25px 0 15px 0;
  border-radius: 8px;
  box-shadow: 0 0 8px 1px rgba(191, 191, 191, 0.4);
  transition: 0.3s ease-in-out;
}

.btn-send:hover{
 /*transform: scale(1.05);*/
  box-shadow: 0 0 8px 1px rgba(162, 169, 174, 0.9);
  color: #fff;
  background: #2f8dd5;
}

.img-form{
  width: 100%;
  height: 100%;
  /*background: linear-gradient(to top, #86aecd, #b9fdd5);*/
  padding: 10px 30px;
  color: #000;
  text-align: left;
  display: flex;
  flex-direction: column;  
}

.img-form h1{
  font-size: 28px;
  color: #0061ab;
  margin-bottom: 10px;

}

.img-form h2{
  margin-top: 10px;

}

.img-form h3{
  font-size: 20px;
  font-weight: 200;
}

.img-form p{
  margin-top: 20px;
}


.cont-appoint{
  width: 70%;
  margin: 70px auto;
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  justify-items: left;
  align-items: center;
}



.cont-appoint h3{
  font-size: 30px;
  color: #0061ab;
}

.i-info{
  display: flex;
  margin-top: 7px;
}

.box .i-info i{
  color: #008036;
  font-size: 20px;
  margin-right: 7px;
}
.i-info h1{
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.cont-appoint img{
  width: 100%;
}




/*Validaciones campos*/
.box .formulario__input-error{
 font-size: 12px;
 display: none;
 color: rgb(207, 9, 9);
}

.box .formulario__input-error-activo{
  display: block;
 }
 
.formulario__mensaje{
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  border-radius: 5px;
  background: #f66060;
  margin: 10px 12px;
  display: none;
}

.formulario__mensaje-activo{
  display: block;
}

.formulario__mensaje-exito{
  font-size: 15px;
  color: #119200;
  font-weight: bold;
  display: none;
}
.formulario__mensaje-exito-activo{
  display: block;
}
.formulario__grupo-correcto-checked{
  color: #00a0e4;
}

/*estilos para validacion (colores)*/

/*
.column .formulario__grupo-correcto{
  color: #008036;
}

.column .formulario__grupo-correcto .formulario__label{
  color: #489a4f;
  opacity: 1;
}
.column .formulario__grupo-correcto .formulario__icono{
  color: #489a4f;
  opacity: 1;
}*/
/*
.column .formulario__grupo-correcto .formulario__input{
  border-bottom: 2px solid #35b46a;
}*/

/*
.column .formulario__grupo-incorrecto .formulario__label{
  color: #bb2929;
  opacity: 1;
}
.column .formulario__grupo-incorrecto .formulario__icono{
  color: #bb2929;
  opacity: 1;
}
.column .formulario__grupo-incorrecto .formulario__input{
  border-bottom: 2px solid #bb2929;
}

*/

/*responsive citas*/
@media (max-width:1440px) {
  .column{
  grid: none;
  }
  .img-form h1{

    margin-bottom: 15px;
    font-size: 30px;
  }
}

@media (max-width:1180px) {
  .form-citas{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 0.5fr;
    transition: 0.7s ease-in-out;
    width: 70%;
    margin: 10px auto;
  }

  .info-form{
    padding: 20px 60px;
  }

  .info-form h1{
    text-align: center;
    transition: 0.7s ease-in-out;
    margin: 20px 0;
  }

  .img-form{
    border-radius: 20px;
    height: 500px;
  }
  .img-form p{
    text-align: justify;
  }

  .cont-card-services{
    padding: 20px;
  }
}

@media (max-width: 1451px){
  .grid-{

   width: 60%;
  }
 }

 @media (max-width: 1249px){
  .grid-{
  
   width: 80%;
  }
 }
 @media (max-width: 939px){
  .grid-{
   grid:none;
   width: 100%;
  }
 }
 
@media (max-width:830px) {
  .cont-info-date h1{
    font-size: 35px;
  }
  .info-form{
    margin: 0 auto;
    padding: 20px 15px;
  }

  .img-form{
    width: 100%;
    margin: 0;
  }

  .img-form h1{
    width: 100%;
  font-size: 26px;
  text-align: left;
  }

  .img-form p{
  font-size: 14px;
  }

  .cont-appoint{
    grid: none;
    justify-content: center;
    justify-items: center;
    margin: 20px auto;

  }
  .cont-appoint img{
    margin-top: 20px;
    width: 100%;
    padding: 0 20px;
    
  }
  .cont-appoint h3 {
    font-size: 22px;
    margin-left: 10px;
    margin-top: 10px;
  }

  .formulario__input-error{
    font-size: 10px;
  }

}


@media (max-width:620px) {

 /* .titles{
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 90px;
  }*/

  .info-form h1{
    font-size: 20px;
  }
  .info-form{
    width: 80%;
    margin: 0;
  }
  .img-form{
    width: 90%;
    margin: 0;
  }

  .box .i-info i{
    font-size: 17px;
  }

  .img-form h1 {
    width: 100%;
    font-size: 24px;
    text-align: left;
  }
  .img-form h2{
    font-size: 18px;
  }
}



@media (max-width:499px) {

  .form-citas{
    width: 100%;
    height: auto;
    margin: 0 10px 0 10px;
  }

  .info-form{
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .box .i-info h1{
    font-size: 16px;
  }
  .img-form{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  
    height: auto;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto;


  }
  .img-form p{
    font-size: 14px;
  }

.cont-info-date p{
  font-size: 16px;
}
.cont-info-date span{
  color: #0061ab;
  font-size: 15px;
  margin-right: 5px;
}
}

@media (max-width:429px) {
  .info-form{
    width: 85%;
    margin: 10px 0;
    
  }
  .img-form h1 {
    width: 100%;
    font-size: 20px;
    text-align: left;
  }
}

@media (max-width:397px) {
  .box-{
    grid: none;
  }
}

@media (max-width:391px) {
  .info-form{
    width: 80%;
    margin: 5px 0 0 5px;
  
  }
}

@media (max-width:368px) {
  .info-form{
    width: auto;
    margin: 5px auto;
  
  }
}

@media (max-width:366px) {
  .info-form{
    width: 80%;
    margin: 5px 0;
  
  }
}
@media (max-width: 380px){
.img-form {
  
  margin: 0 ;
}
.cont-appoint {
  
  width: 80%;
}
}

/*----------------REVIEW-------------------*/
.img-header2{
  width: 100%;
  height: 380px;
  background-image: url(../img/contact7.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: rgba(94, 92, 92, 0.329);
  background-blend-mode: soft-light;

}

.img-header2 h1{
  color: #0061ab;
  margin-top: 190px;
  font-size: 50px;
  font-family: 'Montserrat', sans-serif;

}

.tit-coment h4{
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.t-wrapp{
  font-size: 34px;
  color: #008036;
  text-align: center;
  margin-top: 85px;
  margin-bottom: 20px;
  font-weight: 400;
}
.wrapper{
	width: 80%;
  height: 200px;
  /*height: 300px;*/
	margin: 10px auto 0 auto;
  font-family: 'Montserrat', sans-serif;
	padding: 30px 0;
  box-shadow: 1px 1px 10px 0 rgb(0 0 0 / 10%);
 


  color: #000;
  /*background: linear-gradient(to right, #f4faff, #fdfff3);*/

}

.slider-testimonial{
	width: 80%;
  height: 200px;
    /*height: 300px;*/
	margin: 0 auto;
  padding: 0 30px;
  
}

.testimonial-client{
	margin-bottom: 15px;
}

.testimonial-client img{
	width: 120px;
 
	margin:0 auto;
  border-radius: 50%;
}

.stars-{
  display: flex;
  width: 15%;
  height: 25px;
  margin: 0 auto 10px auto;
}

.stars- img{
  width: 15px;
}

.client-name{
  font-size: 22px;
	text-align: center;
}

.testimonial-text{
	padding: 10px 120px;
}

.testimonial-text p{
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
	text-align: center;
	color: #000;
  margin-bottom: 10px;
}

.coment-facebook{
  margin: 80px auto;
}
.coment-facebook h4{
  color: #0061ab;
  text-align: center;
  font-size: 26px;
  font-weight: 100;
}

@media (max-width: 1553px){
  .wrapper{
    height: auto;
    width: 100%;
  }
  .testimonial-text{
    padding: 10px 50px;
  }
  .testimonial-text p{
    font-size: 17px;
  }
}

@media (max-width: 843px){
  .wrapper{

    height: 330px;
 
  
  }
  
  .slider-testimonial{

    height: 330px;

  }
  
}



@media (max-width: 679px){
  .t-wrapp{
    font-size: 28px;
  }

  .coment-facebook h4{
    font-size: 24px;
  }
  .wrapper{
    height: 360px;
  
  }
  
  .slider-testimonial{

    height: 360px;

  }
  .client-name{
    font-size: 18px;
  }
  
}


@media (max-width: 499px){
  .t-wrapp{
    margin-top: 10px;
  }

  .testimonial-text p{
    font-size: 14px;


  }
  
}
@media (max-width: 420px){
.wrapper{
  height: auto;

}

.slider-testimonial{

  height: auto;

}
}

@media (max-width: 760px){
  .stars- {
    width: 50%;
  }

}


 /*--------------pie de pagina-------------------*/

footer {
  background: #0061AB;
  /*overflow: hidden;*/
  position: relative;
  margin-top: 140px;

}

 /*OLAAA WAVE*/

 .wave-{
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../img/wave.png);
  background-size: 1000px 100px;
}

.wave-#wave1{
  z-index: 100;
  opacity: 1;
  bottom: 0;
  animation: animateWave 9s linear infinite;
}

 .wave-#wave2{
  z-index: 99;
  opacity: 0.5;
  bottom: 10px;
  animation: animateWave_02 9s linear infinite;
}

 .wave-#wave3{
  z-index: 100;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWave 8s linear infinite;
}

.wave-#wave4{
  z-index: 99;
  opacity: 0.7;
  bottom: 20px;
  animation: animateWave_02 8s linear infinite;
}

@keyframes animateWave{
  0%{
    background-position-x:1000px ;
  }
  100%{
    background-position-x: 0px;
  }
}
@keyframes animateWave_02{
  0%{
    background-position-x:0 ;
  }
  100%{
    background-position-x: 1000px;
  }
}

/*------------------------*/
.certificado{
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;

}

.certificado a{
  background: #fff;
  border-radius: 10px;
}
.certificado img{
  align-items: center;
  justify-content: center;
  text-align: center;
}
.certificado .logo{
  width: 60%;
  margin-top: 10px;
}

.contenedor-footer {
  display: flex;
  margin: auto;
  width: 80%;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 0; 
}

.contenedor-footer .cont-footer {
  text-align: justify;
  padding: 15px;
  color: #fff;
}

.cont-footer h4 {
  font-size: 20px;
  color: #b5ce42;
  margin-bottom: 17px;
}

.footer-social{
  margin-top: 18px;
}

.footer-social a {
  padding: 0 30px 0 0;
}

.footer-social a span {
  height: 30px;
  width: 30px;
  color: #0061AB;
  background: #ffffff;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  border-radius: 50px;
  margin: 10px 0;
  transition: 0.7s;
}

.footer-social a span:hover{
  transform: translateY(-10px);
}

.address {
  display: flex;
  margin-top: 10px;
  line-height: 32px;
  font-size: 15px;
}

.address span {
  color: #00a0e4;
  margin-top: 10px;
  margin-right: 9px;
  text-align: center;
}

.content .contact {
  display: unline-block;
  text-align: center;
  align-items: center;
  margin: 25px 0 0 0;
  transition: 0.7s;
}

.content .contact a {
  display: flex;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  font-size: 14px;
  width: 100%;

  justify-content: center;
  align-items: center;
  padding: 5px 0;
  /*background: #024171;*/
  background: #b4ce42;
  color: #0061ab;
 /* border: 2px solid #fff;*/
  border-radius: 10px;
  cursor: pointer;
  margin: auto;
  transition: 0.8s;
}

.content .contact span {
  font-size: 10px;
  margin-right: 10px;
  color: #0061ab;
  margin-top: 4px;
}

.content .contact a:hover {
  transform: scale(1.03);
  background: #fff;
}

.titulo-final {
  border-top: 2.2px solid #00a0e46e;
  width: 80%;
  margin:auto;
  text-align: center;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  padding: 15px 0;
}


@media screen and (max-width:991px){
  /*
    .menu-icono{
        display: flex;
        justify-content: center;
       /* ---height: 70px;--*/
      /*  align-items: center;
        z-index: 100;
        cursor: pointer;
        margin: 0 30px 0 0;
    }

    .menu-icono span:hover{
        background-color: #d1e0c0c7;
    }

    .enlaces{
        position: fixed;
        height: 100vh;
        width: 100%;
        right: 0;
        flex-direction: column;
        transition: all 1.5s ease;
        background: #74c1eb;  /* fallback for old browsers */*/
      /*  background: -webkit-linear-gradient(to right, #7989d3b6, #74ebd567);  /* Chrome 10-25, Safari 5.1-6 */
       /* background: linear-gradient(to right, #66a7be99, #74ebd53d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 /*   }
    .uno{
        -webkit-clip-path: circle(0% at 100% 0%);
        clip-path: circle(0% at 100% 0%);
    }
    .dos{
        -webkit-clip-path: circle(150% at 100% 0%);
        clip-path: circle(150% at 100% 0%);
    }*/

    /*pie de pagina*/
    footer {
        position: relative;
        bottom: 0;
   }

   .contenedor-footer {
        flex-wrap: wrap;
        flex-direction: column;
        margin: 2px 2px;
        margin: auto;
  }

  .certificado{
 
    
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  }
  
.certificado .logo{
  width: 23%;
}
}


@keyframes mover{
    0%{
        transform: translate(100%);
    }
}







.cont-efect{
  display: grid;
  grid-template-columns: 0.9fr 0.5fr;
  width: 100%;
  margin: 0 auto;

}
.cont-efect h1{
  font-size: 38px;
  color: #0061ab;
  text-align: right;
}


.rigth{
  text-align: right;
}
.efecto-texto{
  width: 400px;
  height: 39px;
  display: flex;
  margin: 0 auto;

line-height: 40px;
/*position: absolute;*/
justify-content: left;
overflow: hidden;
}

.efecto-texto span{
  font-size: 30px;
  line-height: 44px;
  padding: 5px;
  margin-top: 5px;
  color: #04477b;

}
.efecto-texto ul{
  list-style: none;
  padding-left: 10px;
  margin-right: 5px;
  font-size: 40px;
  animation: cambiar 15s infinite;  
}



@keyframes cambiar {
  0%{margin-top: 0;}
  20%{margin-top: 0;}

  25%{margin-top: -45px;}
  50%{margin-top: -45px;}

  55%{margin-top: -85px;}
  80%{margin-top: -85px;}

  85%{margin-top: -45px;}
  95%{margin-top: -45px;}

  100%{margin-top: 0;}

}



@media screen and (max-width:1230px){


  .cont-efect{
    grid:none;
    
  }
  .cont-efect h1{
    text-align: center;
    font-size: 40px;
  }
  .efecto-texto{
    width: auto;
    justify-content: center;
  }
  .efecto-texto ul{
    font-size: 35px;
  }
  .efecto-texto span{
    font-size: 30px;
  }
}






/*Ventana de errores*/
.modal_wrap {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
}

.mensaje_modal {
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  width: 350px;
  padding: 20px 40px
}

.mensaje_modal h3 {
  text-align: center;

  font-size: 20px;
  font-weight: 600;
  color: #b14141;
}

.mensaje_modal h5 {
  text-align: left;

  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
 
}
.mensaje_modal h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #c5c5c5;
  margin: 10px 0px 15px;
}

.mensaje_modal p {
  font-size: 16px;
  color: #606060;
}

.mensaje_modal p:before {
  content: "\f00d";
  font-family: FontAwesome;
  display: inline-block;
  color: #db5858;
  margin-right: 8px;
}

#btnClose {
  display: inline-block;
  padding: 3px 10px;
  margin-top: 10px;
  background: #e25151;
  color: #fff;
  border: 1px solid #b14141;
  cursor: pointer;
  float: right;
}

.radios{
background: #f8e3e3;
display: none;
}

/**datetime*/
#fecha{
  background-color: #f1f5f9;
  border: #0061AB;
  font-size: 13px;
  color: #0061ab;
}
