

/* Fuentes personalizadas */


html {
    font-size: 16px; 
}

/* Colores corporativos */
:root {
    --primary-color: #0C0C0C;
    --secondary-color: #6b5f4a;
    --background-color: #f5f5f5;
    --bs-primary-bg-subtle :#FFE9E9;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(131, 10, 53, 0.25);

   


}

body {

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    
}


.pretitulo {
    font-size: 1.4em;
  font-weight: 400 !important;
  line-height: 1.4em !important;
  text-transform: uppercase;
  font-weight: 500;
}

h1 {
     font-size: 2.3em;
  font-weight: 400;
  line-height: 1.2em !important;
  text-shadow: rgba(0,0,0,.16)0 4px 10px;
}

h2 {
    color: var(--primary-color);
}

.mitexto {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    -webkit-text-size-adjust: 100%;
    line-height:2rem;




}
.mitextop {
    font-size: 0.8rem;
}
.mitextom {
    font-size: 1.5rem;
}




.Titulo1 {
    font-size: 1.8rem;

}


.degradado_1 {
 

    background-color: #AFD9E7;
   /* background-image: linear-gradient(to right, #00C0F2, #FFFFFF 15%, #FFFFFF);*/



   }

.degradado_2 {

    background-color: #383838;





    color: #fbfbfb;

 
}

.degradado_3 {
    background-image: linear-gradient(to right, rgb(239,242,247), rgba(210,199,208, 0.9)), url("../../0_imagenes/fondo2.png");
  /*  clip-path: polygon(0% 0%, 100% 2%, 100% 100%, 0% 100%); */
}

.degradado_4 {
    background-image: linear-gradient(to right, rgb(238,135,228), rgba(210,199,208, 0.9));
  /*  clip-path: polygon(0% 0%, 100% 2%, 100% 100%, 0% 100%);*/
}


/* Botones personalizados */
.btn-primary {
    background-color:#196CA1;
    border-color: #196CA1;
    color: white;
}

.btn-secondary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: white;
}

/* Encabezado de navegación personalizado */
.navbar {
    background-color: var(--primary-color);
    color: white;
}

/* Personalización de enlaces */
a {
    color: var(--primary-color);
    text-decoration: none;

}

a:hover {
    color: var(--secondary-color);
}

.columna-con-borde {
    border-right: 1px solid white; /* Borde derecho de 1 píxel de ancho */
}


.hola {
    position: absolute;
    margin-top: -6px;

}


/* EFECTO APERTURA TEXTO */


.text-reveal {
    --animation-duration: 2s;
    --animation-delay: 0s;

   
    --lines-size: 2px;

    --text-padding: 0rem 0rem;

    display: grid;

    &::after,
    &>span {
        grid-area: 1/1;
        animation: var(--animation-name) var(--animation-duration) ease-in-out var(--animation-delay) forwards
    }

    >span {
        padding: var(--text-padding);
        color: #E4B14C;
        opacity: 0;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-image: var(--mask-image);
        -webkit-mask-composite: var(--mask-composite-webkit);
        -webkit-mask-size: var(--mask-size);

        mask-repeat: no-repeat;
        mask-position: center;
        mask-image: var(--mask-image);
        mask-composite: var(--mask-composite);

        &:nth-child(1) {
            -webkit-text-stroke: var(--1-stroke-size) var(--1-stroke-color);
            --color: var(--1-fill-color);
            --mask-image: linear-gradient(black 0 0), linear-gradient(black 0 0);
            --mask-composite-webkit: destination-out;
            --mask-composite: exclude;
            --animation-name: text-reveal-1;

        }

        &:nth-child(2) {
            -webkit-text-stroke: var(--2-stroke-size) var(--2-stroke-color);
            --color: var(--2-fill-color);
            --mask-image: linear-gradient(black 0 0);
            --animation-name: text-reveal-2;
        }

    }

    &::after {
        content: "";
        z-index: 2;
        border: var(--lines-size) solid var(--lines-color);
        border-block: none;
        width: 100%;
        justify-self: center;
        opacity: 0;
        --animation-name: text-reveal-lines;
    }
}

@keyframes text-reveal-1 {

    0%,
    100% {
        -webkit-mask-size: 100% 100%, 100%;
        mask-size: 100% 100%, 100%;
        opacity: 1
    }

    50% {
        -webkit-mask-size: 0% 100%, 100%;
        mask-size: 100% 100%, 100%
    }
}

@keyframes text-reveal-2 {

    0%,
    50% {
        -webkit-mask-size: 0% 100%;
        mask-size: 0% 100%;
        opacity: 1
    }

    100% {
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        opacity: 1
    }
}

@keyframes text-reveal-lines {

    5%,
    95% {
        opacity: 1
    }

    50% {
        width: 0
    }
}


*,
*:before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.hero {

    /*background-color: #196CA1;*/
    display: grid;
    place-items: center;
}
/*  FIN EFECTO APERTURA TEXTO */

.barra_azul {
    background-color: #1E6A8C;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
        padding: 3px;
        color: white;
        text-align: center;
        width: 100%;
       

}

/* Estilo para el contenedor principal */
.caja-especialidades {
    border: 1px solid #196CA1; /* Borde del contenedor */
    padding: 20px; /* Espaciado interno */
    margin-bottom: 20px; /* Margen inferior para separar cajas */
}

/* Estilo para el encabezado de la caja */
.caja-especialidades h3 {
    font-size: 1.5em; /* Tamaño del texto del encabezado */
    color: #333; /* Color del texto del encabezado */
    margin-bottom: 10px; /* Margen inferior para separar del contenido siguiente */
}

/* Estilo para la lista de especialidades */
.caja-especialidades ul {
    list-style-type: none; /* Eliminar viñetas de la lista */
    padding: 0; /* Eliminar el espacio interno de la lista */
}

/* Estilo para los elementos de la lista */
.caja-especialidades li {
    padding: 5px 0; /* Espaciado interno en los elementos de la lista */
    border-bottom: 1px solid #ddd; /* Borde inferior entre elementos */
}

/* Estilo para el último elemento de la lista (sin borde inferior) */
.caja-especialidades li:last-child {
    border-bottom: none; /* Eliminar el borde inferior del último elemento */
}


.form-check-input {
    transform: scale(1.8)!important; /* Ajusta el tamaño del checkbox */
    margin-right: 1.5rem; /* Agrega un espacio entre el checkbox y el texto */
   
  }

  .btn-warning {
    color: #000;
    background-color: #d5ad6d;
    border-color: #d5ad9d;
    padding-bottom: 1rem; /* Ajusta este valor según tus necesidades */
    padding-top: 1rem; /* Ajusta este valor según tus necesidades */
    padding-left: 1.5rem;
    padding-right: 1.5rem;

  }


    .borde_destacado {
        border-radius: 10px;
        border: 2px solid #1e2269;
        background-color: #1e2269;
        padding-top: 0.6rem;
        padding-bottom: 0.0rem;
        padding-left: 0.8rem;

    }

    .borde_destacado2 {
        border-radius: 10px;
        border: 2px solid #ff7f28;
        background-color: #ff7f28;
        padding-top: 0.6rem;
        padding-bottom: 0.0rem;
        padding-left: 0.8rem;

    }


    .textoboton {
        font-size: 1rem;
        margin-bottom: 0.6rem;
        display: block;

        margin-inline-start: 0px;
        margin-inline-end: 0px;
        -webkit-text-size-adjust: 100%;

    }

    .flotante {
        position:relative;
    
        margin-top: -5rem;
    }

    .caja_video {

       
    }


    .caja_imagenes {
        border: 3px solid #00c0f2; /* Grosor de 2px y color negro */
        padding: 0px; /* Espacio interior alrededor de la imagen */
        box-shadow: 10px 10px 0px 10px rgba(230, 230, 230, 1); /* Sombra para simular profundidad */
       
      
    }