/* estilos para la pagina  */

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100&display=swap');


@font-face {
    font-family: BarlowNormal;
    src: url(../Barlow/Barlow-Light.ttf);
}

@font-face {
    font-family: BarlowBold;
    src: url(../Barlow/Barlow-Bold.ttf);
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }

body {
    font-family: "BarlowNormal";
    overflow-x: hidden;
}

.dropdown-menu[data-bs-popper]{
    top: 100%;
    left: -88px !important;
    margin-top: var(--bs-dropdown-spacer);
}

#nav-med {
    background-color: #44A4A4 !important;
}

#footer-med {
    background-color: #44A4A4 !important;
}

.hide-overflow {
    overflow: hidden;
}

/* menu  */

.menu-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #CEF0F0;
    opacity: 1;
    /* pointer-events: none; */
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 100;
}

.row{
    max-width: 102%;
}

.hide-menu {
    display: none;
}

.show-menu {
    display: block;
}

.menu-text {
    text-align: center;
    text-decoration: none;
}

.menu-link {
    font-weight: 700;
    text-decoration: none;
    color: black;
}

.desplegar-servicios{
    font-weight: 700;
}

.desplegar-servicios-cerrar{
    font-weight: 700;
}


.hide-button-menu {
    display: none;
}

.show-button-menu {
    display: block;
}

/* cierre menu */

.navbar-toggler-close {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

.nav-text {
    color: white !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.logo{
    width: 250px;
    height: auto;
    cursor: pointer;
}

.pad-mov{
    padding-left: 35px;
}

.dropdown-back {
    border: none !important;
    border-radius: 0 !important;
    background-color: #CEF0F0;
}

.white-line {
    border-bottom: solid 1px white;
}

.footer-title {
    color: white;
    font-weight: 600;
    text-align: center;
}


.direccion-footer {
    padding-left: 40%;
    color: white;
}

.horario-footer {
    color: white;
    text-align: left;
}

.link-med {
    text-decoration: none;
    color: white;
}

.info-wrapper {
    background-color: #CEF0F0;
    padding-top: 3%;
    padding-bottom: 3%;
}

.info-wrapper-movil {
    background-color: #CEF0F0;
    padding-top: 3%;
    padding-bottom: 3%;
}

.info-wrapper-contacto{
    background-color: white;
    padding-top: 3%;
    padding-bottom: 3%;
}


.servicios-group {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.servicios-group-movil {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.servicios-card {
    padding-right: 60px;
    border: none;
}

.servicios-card-movil {
    border: none;
}

.card-text-movil {
    text-align: justify;
}

.lista-servicios {
    padding-left: 12px;
}

.carrusel-titulo {

    position: relative;
    bottom: 100px;
}

.carrusel-img {
    /* position: relative;
 */
}

.carousel-text {
    position: absolute;
    bottom: 10%; /* Ajusta la posición desde la parte inferior */
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.img-1, .img-2, .img-3, .img-4, .img-5 {
    position: relative; /* Asegura que el texto se mantenga dentro de cada imagen */
    width: 100%;
}

.banner-text{
    position: absolute;
    top: 80%;
    color: white;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}

.titulo-portada{
    position: absolute;
    top: 80%;
}

.carousel-text-m{
    position: absolute;
    top: 70%;
    color: white;
    font-size: 20px;
    font-weight: bold;
    width: 33%;
}

.text-slide{
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
}

.text-slide-m{
    text-align: center;
    font-weight: 700;
    font-size: 1.5em;
  }

.img-wrapper-info {
    padding-top: 25px;
    padding-bottom: 25px;
}

.img-wrapper-info-2 {
    padding-bottom: 25px;
}

.img-caption {
    position: relative;
    top: 80%;
    left: 80%;
    transform: translate(-80%, -80%);
    padding: 10px;

}

.img-consulta-movil {
    width: 70%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px
}

.title-servicios-card {
    color: #44A4A4;
    font-weight: 700 !important;
}

.tag-servicio {
    background: #44A4A4;
    border-radius: 10px 10px 10px 10px;
    width: 105px;
    position: relative;
    bottom: 50%;
}

.tag-text {
    padding: 0;
    margin: 5px;

}

.tag-link {
    color: white;
    text-decoration: none;
}

.p-body {
    padding-top: 0;
}

.cont-especialidad {
    background-color: #44A4A4;
}

.especialidad-title {
    color: #0D6A73;
    font-weight: 700;
}

.especialidad-title-movil {
    color: #0D6A73;
    font-weight: 700;
    padding-top: 10px;
}

.espacio-esp {
    padding-top: 30px;
    padding-bottom: 30px;
}

.espacio-esp-movil {
    padding-left: 35px;
    padding-right: 30px;
}

.input-form{
    width: 100%;
}

.input-t-form{
    width: 100%;
    height: 100%;
}


.enviar-button{
    border: none;
    background-color: #44A4A4;
    color: white;
    width: 100px;
    height: 40px;

}

.content-wrapper{
    padding-bottom: 3.8rem;
}


/* #whatsapp {
    position: fixed;
    bottom: 20px;
    right:20px;
 }

 svg {
    width: 80px;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
 }

 circle {
    fill: #25d366;
 }
 path {
    fill: #fff;
 }
 */

@media only screen and (max-width: 1140px) {

    .text-slide{
        text-align: center;
        font-weight: 700;
        font-size: 2.6em;
      }

    .menu-text {
        margin: 0;
        font-size: 12px;
    }

}

@media only screen and (max-width: 1040px) {

    .text-slide{
        text-align: center;
        font-weight: 700;
        font-size: 2.1em;
      }

}

@media only screen and (max-width: 873px) {

    .text-slide{
        text-align: center;
        font-weight: 700;
        font-size: 1.9em;
      }

}

@media only screen and (max-width: 768px) {

    .text-slide{
        text-align: center;
        font-weight: 700;
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 760px) {

    .carousel-text-m{
        position: absolute;
        top: 85%;
        color: white;
        font-size: 20px;
        font-weight: bold;
        width: 33%;
    }
}

@media only screen and (max-width: 572px) {

    .carousel-text-m{
        position: absolute;
        top: 75%;
        color: white;
        font-size: 20px;
        font-weight: bold;
        width: 33%;
    }

}

@media only screen and (max-width: 470px) {

    .carousel-text-m{
        position: absolute;
        top: 70%;
        color: white;
        font-size: 20px;
        font-weight: bold;
        width: 33%;
    }

}

@media only screen and (max-width: 399px) {

    .carousel-text-m{
        position: absolute;
        top: 65%;
        color: white;
        font-size: 20px;
        font-weight: bold;
        width: 33%;
    }

}

@media only screen and (max-width: 330px) {

    .carousel-text-m{
        position: absolute;
        top: 65%;
        color: white;
        font-size: 20px;
        font-weight: bold;
        width: 33%;
    }

    .text-slide-m{
        text-align: center;
        font-weight: 700;
        font-size: 1.5em;
    }

    .navbar-brand{
        width: 180px;
        height: auto;
    }

    .pad-mov{
        padding-left: 10px;
    }

}

@media only screen and (max-width: 290px) {

    .carousel-text-m{
        position: absolute;
        top: 60%;
        color: white;
        font-size: 20px;
        font-weight: bold;
        width: 33%;
    }

}


/* estilos responsive  */

.footer-title-mobile {
    color: white;
    font-weight: 600;
    padding-top: 20px;
}

.footer-title-mobile-2 {
    color: white;
    font-weight: 600;
}

.direccion-footer-mobile {
    color: white;
}

.menu-option {
    padding: 1rem 0;
}

.menu-wrapper {
    transition: all 1s ease-out;
}

.menu-text {
    margin: 0;
}