html {
  font-size: 15px; }

body {
  font-family: 'Open Sans', sans-serif;
  /*font-family: 'Bodoni Moda', serif;*/
  color: #111111; }


/*************************************************************************************
                             SECCION INDEX
*************************************************************************************/
.encabezado {
  background-image: linear-gradient(to right, #9E5DA4, #a0eaf5);
  color: #fff;
  padding: .5rem 0;
  flex: auto;
  display: flex;
  flex-direction: column;
    
}

.encabezado .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.encabezado .logo img {
  width: 150px;
  height: auto; }

.boton-menu {
  border: 0;
  font-size: 2rem;
  margin: 0;
  padding: 0 .5rem;
  background: transparent;
  color: #000; }

.boton-menu:focus {
  outline: 0; }

.boton-menu {
  margin-left: auto; }

#menu-principal {
  flex: 1 1 100%; }

#menu-principal ul {
  padding: 0;
  list-style: none;
  margin: 1rem 0 0 0; }

#menu-principal ul a {
  display: block;
  padding: .8rem 0;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  border-top: 1px solid #9E5DA4;
  text-decoration: none; }

#menu-principal ul a:hover,
#menu-principal ul li.active a {
  color: #a0eaf5; }

.nav-bar li{
    list-style: none;
    display: flex;
    padding: 0;
    
    
}




.nav-bar .nav-link:before{
    font-family: "Font Awesome 6 Free";
    content: "\f0f0";
    font-weight: 900;
    display: flex;
    color: #532058;
    
    
}

.texto-encabezado {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
color: #532058;

}

.texto-encabezado .display-4 {
  margin-top: 1rem; }

.text-carru{
    color: #fbb041;
    text-shadow: -2px 2px 0 #fff, -2px 2px 0;
}



.text-carru2{
    color: #9E5DA4;
    text-shadow: -2px 2px 0 #fff, -2px 2px 0;
}

.text3{
    color: #9E5DA4;
    text-shadow: -2px 2px 0 #fff, -2px 2px 0;
}


.text2{
    font-size: 1.3rem;
}


.texto-servicios{
    flex: 1 1 auto;
  display: flex;
  align-items: center;
color: #532058;
text-shadow: -2px 2px 0 #fff, -2px 2px 0;
}

.texto-servicios .display-4 {
  margin-top: 3rem; }
/*.texto-faciales{
    color: #fbb041;
    text-align: right;
    margin-left: 30rem;
}
*/
.texto-faciales2{
    
    margin-left: 42rem;
}

.texto-slide{
   color: #fbb041 
}

.swiper-slide {
  height: 45rem;
  
  color: #fff;
  background-size: cover;
  background-position: center center; }

.swiper-slide::before {
  content: "";
  position: absolute;
  
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .4; }

.swiper-button-prev,
.swiper-button-next {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.29);
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  transition: all .8s ease; }

.swiper-button-prev::before,
.swiper-button-next::before {
  *font-family: "Font Awesome 5 Free";
  font-weight: 900;
  *content:"\f104";
  font-size: 2rem; }

/*Estado hover de los botones*/
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.46);
  color: #fbb041; }

.swiper-button-next::before {
  transform: rotate(180deg); }

.flecha{
    font-size: 2rem;
}

.flecha_der{
    font-size: 2rem;
    transform: rotate(180deg);
}

/*************************************************************************************
                             ESTILOS PARA EL PAGINADOR
*************************************************************************************/
.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem !important; }

.swiper-pagination-bullet-active {
  background-color: #fbb041; }

.btn-primary {
  color: #fff;
  background-color: #fbb041;
  border-color: transparent;
  margin-top: 1rem;
  text-decoration: none;
  transition: all .5s ease; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover {
  background-color: #3ea5b6;
  border-color: transparent !important; }

.flecha-bajar a {
  display: inline-block;
  color: #a0eaf5;
  font-size: 4rem;
  animation: flecha-animada 2s ease-in-out infinite; }

@keyframes flecha-animada {
  from {
    transform: translateY(0); }
  50% {
    transform: translateY(6px); }
  to {
    transform: translateY(0); } }
/*SECCION AGENCIA*/

.agencia {
   color: #fff;
  /*background: #9cafdd;
  color: #2C2D2E;
  background-image: url(../images/motivo2.png);*/ }

/*.agencia img {
  width: 150%;
  margin: auto;
    border-radius: 90%;
  display: block; 

}*/

.imagen-alay{
    width: 20rem;
    margin: auto;
    border-radius: 2rem;
}



/*************************************************************************************
                             SECCION TRANSFORMANDO
*************************************************************************************/
.transformando h2 span {
  color: #fbb041; }

.transformando ul,
.transformando ul li {
  list-style: none; }

.transformando ul li .fas {
  font-size: 2.3rem;
  background: #a0eaf5;
  border-radius: 50%;
  color: #3ea5b6;
  width: 4.7rem;
  height: 4.7rem;
  line-height: 4.7rem; }

.transformando ul li .contenedor-eleccion h4 {
  color: #000000;
  font-weight: bold;
  margin-top: .8rem; }

.transformando ul li {
  min-height: 9rem; }


.transformando img{
    width:7rem; 
height: 7rem;
    margin-bottom: 2rem;
}


/*************************************************************************************
                             SECCION PROFESIONALES
*************************************************************************************/

.servicios {
  background: url("../images/clinica05_osc.jpg") no-repeat center center;
  background-size: cover;
  color: #fff; 

}

.servicios article {
  display: flex;
  align-items: center;
  margin: 1rem 0; }

.servicios img {
  flex: 0 0 70px;
  overflow: hidden;
  margin-right: 1rem; }

.servicios img-efec:hover{

border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.servicios h3 {
  margin: 0;
  font-size: 1.3rem;
  flex: 1 1 auto; }

.servicios h3 a {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none; }

.servicios h3 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f054";
  font-size: 2rem;
  margin-left: 1rem;
  opacity: .5;
  position: relative;
  left: 0;
  transition: all .5s ease; }

.servicios h3 a::hover::after {
  left: -5rem;
  opacity: 1;
  color: #a0eaf5; }

/*Seccion citas*/
.citas{
    background: #fff;
}

#te-ayudamos {
    
  position: relative; }

#te-ayudamos::before {
  content: "";
  position: absolute;
  /*    background: rgba(0,0,0,0.52);
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;*/ }



.cv{
    color: #9E5DA4;
}

.fondo-citas{
    filter: brightness(70%);
}
/*************************************************************************************
                             SECCION ULTIMOS PROYECTOS
*************************************************************************************/

.ultimos-proyectos a {
  text-decoration: none; }

.ultimos-proyectos a h4 {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #111111; }

.ultimos-proyectos .container {
  padding-left: 0;
  padding-right: 0; }

.ultimos-proyectos .owl-nav {
  display: flex;
  justify-content: center;
  margin: .3rem 0; }

.ultimos-proyectos .owl-nav .owl-prev .fa,
.ultimos-proyectos .owl-nav .owl-next .fa {
  font-size: 3rem;
  margin: 0 .8rem;
  color: #3ea5b6;
  transition: all .5s ease; }

.ultimos-proyectos .owl-nav .owl-prev:hover .fa,
.ultimos-proyectos .owl-nav .owl-next:hover .fa {
  color: #9E5DA4; }


/*************************************************************************************
                                     MODALES
*************************************************************************************/
.img-mod{ 
  transform: scaleX(-1);

}

.modal-footer{
    font-weight:bold;
    
}

/*************************************************************************************
                             SECCION PIE DE PAGINA
*************************************************************************************/
.piedepagina {
  background: #3ea5b6;
  color: #fff;
  text-align: center;
  font-size: .9rem;

}

.piedepagina .redes-sociales {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; 
}

.piedepagina .redes-sociales a {
  color: #fff;
  font-size: 2rem;
  margin: 0 .8rem;
  opacity: .5;
  transition: all .5s ease; }

.piedepagina .redes-sociales a:hover {
  opacity: 1; 
text-decoration: none;}


.siguenos{
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.siguenos a{
    color: #9E5DA4;
  font-size: 2rem;
  margin: 0 .8rem;
  
  transition: all .5s ease; 
}
/*Flecha Arriba*/
.ir-arriba {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 3rem;
  color: #9E5DA4;
  text-decoration: none;
  z-index: 99999;
  line-height: 0;
  transition: all .5s ease; }

.ir-arriba:hover,
.ir-arriba:focus {
  outline: 0;
  color: #fbb041;
  text-decoration: #fff; }

/*--------------------------------------------------------------------------------------------------------------
                                            ESTILOS PAGINA NOSOTROS

--------------------------------------------------------------------------------------------------------------*/

.paginas-internas .oscar{
  background: #000;
}

/*SECCION NOSOTROS*/
.paginas-internas .nosotros {
   
    background: #000;
    
    
    
 /* background: url("../images/nosotros-xs.jpg") no-repeat center top ;
  background-size: cover;
  height: 80vh;
    
  display: flex;
  font-weight: bold;
  padding-bottom: 6.3rem;
  color: #fff;*/
    
}

.img-tam{
  
}

.text-nosotros{
    
color: #edb04c; 
font-weight: bold;
    
   
}

.text-somos{
    
color: #fff; 
font-weight: bold;
    font-size: 1.2rem;
}

.textos{
    
}

.paginas-internas .ruta {
  background: #3ea5b6;
  color: #fff; }

.paginas-internas .ruta a {
  color: #fff;
  text-decoration: underline; }

.paginas-internas .ruta a:hover {
  text-decoration: none; }

.paginas-internas .card_nosotros .cont {
  background: linear-gradient(to right, #9E5DA4, #3ea5b6);
  font-size: 1.2rem; }

.paginas-internas .card_nosotros .cont a {
  color: #fff;
  display: block;
  border-radius: 5px;
  text-decoration: none; }

.fondo-nosotros{
    background: #f4edf6;
}

.imagen-nosotros img{
    border: 6px solid #ffffff;
}

.nosotros-info {
    background-color: #ffffff;
    margin-top: -5rem;
    
}

.nosotros-info .btn-primary{
    border-radius: 0;
    border: none;
}
.card_nosotros{
    background: #fff;
    
}



/*--------------------------------------------------------------------------------------------------------------
                                            ESTILOS PAGINA SERVICIOS NUEVOS

--------------------------------------------------------------------------------------------------------------*/









.paginas-internas .servicios {
  background: url("../images/servicios.jpg");
  background-size: cover;
  height: 70vh;
  display: flex;
  font-weight: bold;
  padding-bottom: 6.3rem;
  *color: #fff; }

 .fondo {
  background: #f4edf6;
  background-image: url(../images/motivo2.png);

}

 .img-detalles{
    border-radius: 20px 0 20px 0;
     margin-top: 1rem;
     
     box-shadow: 1px 5px 15px #a2a2a2;
     align-content: center;
     
}



.card{
    width: 300px;
    height: 250px;
    position: relative;
    transform-style: preserve-3d;
    transition: all 600ms;
}

.card__front{
    background-size: cover;
    background-position: center;
    
}


.card__front,
.card__back{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    border-radius: 20px;
}

.card__back{
    transform: rotateY(180deg);
    background: white;
    
    border-radius: 20px;
}

.body__card_front{
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    
    transform: translateZ(60px);
    
}

.bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    border-radius: 20px;
}

.body__card_back{
    padding: 15px;
    text-align: center;
    transform: translateZ(60px);
}

.body__card_back p{
    margin-top: 5px;
    font-size: 14px;
}



.body__card_back input{
    padding: 10px 40px;
    margin-top: 30px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    color: black;
    background: #58B0F6;
    box-shadow: 1px 1px 30px -5px #58B0F6;
    border-radius: 10px;
    transition: box-shadow 600ms;
}

.body__card_back input:hover{
    box-shadow: 1px 1px 30px 0px #449de6;
}





/*--------------------------------------------------------------------------------------------------------------
                                            ESTILOS PAGINA SERVICIOS

--------------------------------------------------------------------------------------------------------------*/

.paginas-internas .lista-servicios .item-servicios{
    background: #fff;
    border: 5px solid #face8f;
    border-radius: 5px;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    
    
}


/*
.paginas-internas .servicios {
  background: url("../images/CLAUDIA/servicios3_1.jpg");
  background-size: cover;
  height: 70vh;
  display: flex;
  font-weight: bold;
  padding-bottom: 6.3rem;
  color: #fff; }

 .fondo {
  background: #f4edf6;
  background-image: url(../images/motivo2.png);

}

.color-servicios{
    
    transition: transform 0.2s ease;
}


.color-servicios:hover{
    filter:none;
    transform: scale(1.1);
    transition: transform 0.2s ease;
}


 .item-servicios{
    background: #ffffff;
    text-align:left;
    /*border: 5px solid #775c79;
    border: 5px solid #b6b2b8; 
    border-radius: 5px;
    margin-bottom: 1rem;
    padding: .8rem;
     filter: grayscale(20%);
     
}


.item-servicios:hover{
    filter:none;
}



.card-servicios .col-md-4 {
    display: flex;
    
    }

*/

/*--------------------------------------------------------------------------------------------------------------
                                            ESTILOS PAGINA NOSOTROS

--------------------------------------------------------------------------------------------------------------*/



.map-container-5{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container-5 iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.fondo-mvo{
    
    background-image: url(../images/fondo_nosotros_mvo2.jpg);
    background-size: cover;
}


.degradado{
    margin-top: -80px;
    height: 100px;
    background: linear-gradient(-180deg, #fbb041, #c99517);
    box-shadow: 1px 5px 15px #a2a2a2;
    color: #fbb041;
}


.card-section{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-section:hover{
    box-shadow: 1px 1px 20px #9AA2B4;
}

.fondo.card{
    background: #fff
}





/*--------------------------------------------------------------------------------------------------------------
                                            ESTILOS PAGINA CONTACTO

--------------------------------------------------------------------------------------------------------------*/

.contacto {
  background: url("../images/contacto-xs.jpg");
  background-size: cover;
  height: 50vh;
  display: flex;
  font-weight: bold;
  padding-bottom: 6.3rem;
  color: #fff;
afilter: brightness(70%)}

.map-responsive{
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.redes-sociales  {
  
  list-style: none;
text-decoration: none;}

.redes-sociales a {
  display: flex;
  color: #000;
  font-size: 2rem;
  margin: 0 .8rem;
  opacity: .5;
  transition: all .5s ease; }

.ligas{
    color: #000;
    font-size: 1rem;
}

.redes.contacto{
display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; 
    }


/*--------------------------------------------------------------------------------------------------------------
                                            Medias Queries

--------------------------------------------------------------------------------------------------------------*/






/*Formato 768px*/
@media (min-width: 768px) {
  #menu-principal {
    height: auto !important;
    display: block;
    flex: 0 1 auto;
    margin-left: auto; }

  #menu-principal ul {
    display: flex;
    margin: 0 0 0 0; }

  #menu-principal ul li a {
    padding: .8rem;
    text-transform: capitalize;
    margin: 0 .3rem;
    border-top: 0px;
    border-bottom: 4px solid transparent;
    transition: all .5s ease; }

  #menu-principal ul li.active a,
  #menu-principal ul li a:hover {
    color: #9E5DA4;
    border-bottom: 4px solid; }
    

    .transformando img{
        width= 10rem;
        height= 10rem;
    }   
    
    
    

  .servicios article {
    margin: 1rem 0;
    flex-direction: column;
    align-items: center;
    text-align: center; }

  .servicios img {
    flex: 0 0 180px;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 1rem;
    transition: all 1.1s ease;
    
    }
    
  .tam-card .col-md-3{
        display: flex;
    }

    /*Animacion imagenes doctores*/
    
  /*.servicios article:hover img {
    transform: rotateY(360deg);
    transform-style: preserve-3d; }
*/
    
    .whats{
        
        font-size: 1.5rem;
    }    
    
.servicios img:hover{
    transform: scale(1.3);
}
    
  .servicios h3 a::after {
    content: ""; }

  .servicios h3 {
    margin: 0 0 .5rem 0;
    font-size: 1.8rem;
    flex: 0 1 auto; }

  .servicios .btn-secondary {
    margin-top: auto; }

  /*pagina servicios*/
    
   .paginas-internas .lista-servicios .col-md-4 {
    display: flex; }
    
  /*.paginas-internas .lista-servicios .col-md-6 {
    display: flex; }*/

.paginas-internas .card-nosotros .col-md-4 {
    display: flex;
    margin-bottom: 2rem;
    
    }
    
    card_nosotros .info{
        align-items: center
    }
    
    .paginas-internas .card-servicios .col-md-3 {
    display: flex;
    
        
    }
    
    
    
 
    
    
    
    
   .paginas-internas .lista-servicios .item-servicios {
    display: flex;
    flex-direction: column; 
    
    }
    .paginas-internas .lista-servicios .item-servicios .boton1 {
    margin-top: auto; 
    
    } 

   




/*Formato 992px*/
@media (min-width: 992px) {
  html {
    font-size: 17px; }


   /* .paginas-internas .nosotros {
  background: url("../images/nosotros.jpg") no-repeat center top ;
        background-size: cover;
        text-align: center;
 }*/
    
    .paginas-internas .contacto {
  background: url("../images/contacto.jpg") no-repeat center top ;
        background-size: cover;
        text-align: center;
 }
    
  swiper-slide {
    height: 37.5rem; }

  .transformando ul li {
    display: flex;
    min-height: 7rem; }

  .transformando ul li .fas {
    text-align: center;
    flex: 0 1 auto;
    margin-right: 1rem;
    transition: all 1.1s ease; }

  .transformando ul li:hover .fas {
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    background: #9E5DA4;
    color: #fff; }
    
  

  .contenedor-eleccion {
    flex: 1 0 0px; }

  .transformando ul li .contenedor-eleccion h4 {
    margin-top: 0;
    font-size: 1rem; }

  .transformando ul:first-child .fas {
    order: 1;
    margin-left: 1rem;
    margin-right: 0; }

  .transformando ul li p {
    font-size: .85rem; } }
@media (min-width: 1200px) {
  swiper-slide {
    height: 44rem; } }
    
    


/*# sourceMappingURL=estilos.css.map */





