

/* Fuentes personalizadas */


html {
    font-size: 17px; 
}

/* 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: "Lexend", sans-serif;

    font-style: normal;
    background-color:#ffffff;
    
}



.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);
    font-weight: bold;
}

h3 {
    color: var(--primary-color);
   
    font-size: 1.4em;
}



.line {
    height: 5px;
    background-color: green;
    margin: 1px 0;
    display: block;
}

.text-container2 {
    display: inline-block;  
    padding-bottom: 15px;
  }

.arecon-fruit {
    font-family: 'Arial', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #FF0000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: -1px; /* Espacio más estrecho entre caracteres */
    display: inline;
    line-height: 1; /* Ajusta la altura de la línea para que las líneas verdes estén pegadas */
    transform: scaleX(5.5); /* Ajusta este valor según tus necesidades */
}


.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:1.8rem;



}
.mitextop {
    font-size: 1em;
}
.mitextom {
    font-size: 1.5rem;
}




.Titulo1 {
    font-size: 2.5em; /* Tamaño de letra */
    color: #3B81C3; /* Color del texto */
    text-align: center; /* Alineación */
    margin: 20px 0; /* Espaciado vertical */
    text-transform: uppercase; /* Mayúsculas */
    letter-spacing: 2px; /* Espaciado entre letras */
    line-height: 1.2; /* Altura de línea */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Sombra del texto */
    background: linear-gradient(90deg, #3B81C3, #1E3A8A); /* Gradiente de fondo */
    -webkit-background-clip: text; /* Clip del fondo al texto */
    -webkit-text-fill-color: transparent; /* Texto transparente para mostrar el gradiente */

}


.texto_2_colores {
  background: linear-gradient(to right, #f8d34b 0%, #f0c000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  text-shadow: none;
  margin-bottom: -0.2rem !important;
}

.degradado_1 {
 

    background-color: #f6f6f6;
   /* 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.1)), url("../0_imagenes/fondo.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 #2B2522;
    background: linear-gradient(135deg, #D700AC, #FF5F5F);

    padding-top: 0.6rem;
    padding-bottom: 0.1rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    color: #fff;
    font-weight: bold;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.borde_destacado:hover {
    background: linear-gradient(135deg, #D700AC, #FF6FCF);

    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

    .borde_destacado2 {
        border-radius: 10px;
        border: 2px solid #2B2522;
        background: linear-gradient(135deg, #D700AC, #FF5F5F);
    
        padding-top: 0.6rem;
        padding-bottom: 0.1rem;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
        color: #fff;
        font-weight: bold;
        text-align: left;
        transition: all 0.3s ease;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        cursor: pointer;

    }


    .textoboton {
        font-size: 1rem;
        margin-bottom: 0.6rem;
        display: block;

        margin-inline-start: 0px;
        margin-inline-end: 0px;
        -webkit-text-size-adjust: 100%;

    }

    .flotante {
   
    }

    .caja_video {

       
    }


 

    .fondo_f6 {
        background-color: #f6f6f6;
    }

    .fondo_imagen {
       background-image: ;
    }
    
    .caja_imagenes {
        position: relative;
        box-shadow: 0 0 30px rgba(255, 255, 255, 0.9);
        transition: box-shadow 0.3s ease-in-out;
     }
    
    .caja_imagenes:hover {
        box-shadow: 0 0 20px rgba(200, 200, 200, 1);
    }


    .imagen_fondo {

      }
      
      .imagen_fondo::after {
content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 150px; /* Aumenta la altura según sea necesario */
  background-color: #F6F6F6;
  border-radius: 20% 20% 0 0; /* Forma de media esfera */
  transform: translateY(50%); 

      }


      
      .separador_seccion {


margin-top: 0px;
  left: 0;
  width: 100%;
  height: 150px; /* Aumenta la altura según sea necesario */
  background-color: #ffffff;
  border-radius: 20% 20% 0 0; /* Forma de media esfera */


      }


      .fondo_f6 {
        background-color: #f6f6f6;
    }

    .linea {
  width: 18%;
  height: 6px;
  background-color: #f0c000;
  margin-bottom: 20px;
}