@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: "Poppins";
}
/*COLOR VERDE DEGRADADO background: linear-gradient(90deg,#ff0000 0%, #00ff00 80%);*/
/*COLOR ANARANJADO DERGRADADO background: linear-gradient(90deg,#fe8b1c 20%, #f46807 80%);*/
/*-----------------------------------------NAVBAR----------------------------*/

.nav-item .nav-link {
    font-weight: 600;
    color: #6d6865;
    font-size: 15px;
}

.nav-link:hover {
    color: #F56B09 !important;
}

.nav-item.active .nav-link {
    font-weight: bold; /* Hace que el texto del enlace activo sea más grueso */
    color: #F56B09; /* Cambia el color del texto del enlace activo a blanco */
    border-radius: 5px; /* Agrega esquinas redondeadas al botón */
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #F56B09 !important;
    background-color: var(--bs-dropdown-link-hover-bg);
}


/*--------------------------- PORTADA SECTION 1--------------------------------------------------*/


/*-----------------------------------------------*/

.contenedor-portada {
    position: relative;
    width: 100%;
    height: 75vh;
    margin-top: 8vh;
  }
  
  .contenedor-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .portada-reserva {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(40%);
    position: relative; /* Para que el z-index funcione */
    z-index: -1; /* Para enviar la imagen al fondo */
  }
  
  .contenedor-texto {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%; /* Ancho del contenedor de texto */
    color: white; /* Color del texto */
  }
  
  .textos {
    padding-top: 1vh;
  }
  
  .textos h2 {
    font-size: 40px;
    margin: 0;
    color: #f56b09;
    font-weight: 700;
    width: 30%;
    border: 3px solid rgba(255, 0, 0, 0);
    text-align: left;
  }
  
  .parrafo-principal {
    font-size: 20px;
    margin: 0;
    font-weight: 200;
    border: 2px solid rgba(0, 0, 0, 0);
    text-align: left;
    width: 40%;
  }
  
/*-------------------------CONVOCATORIA SECTION 2-----------------------------------------*/

.contenedor-puestos{
    border: #00000000 3px solid;
}
.container-puestos{
    border: #00ff0d00 3px solid;
    padding: 0;
    display: flex;
    justify-content: space-between;
    padding-top: 5vh;
    padding-bottom: 4vh;
}
.contenedor-boton{
    border: #00ff0d00 3px solid;
    padding-top: 2vh;
    padding-bottom: 1vh;
    text-align: center;
}
.btn-postulacion {
    background: linear-gradient(90deg,#fe8b1c 20%, #f46807 80%);
    color: #ffffff; /* Color del texto del botón */
    border: solid 2px #ffffff;
    padding: 10px 10px; /* Espaciado interior del botón */
    border-radius: 10px; /* Bordes redondeados */
    cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
    transition: background-color 0.3s ease; /* Efecto de transición */
    width: 65%;
    font-size: 25px;
    font-weight: normal;
}



/*-------------------- CAJA - 1 ----------------------------*/
.caja-puesto-1{
    border: rgba(0, 255, 255, 0) 3px solid;
    width: 45%;
}
.caja-puesto-1 h2{
    border: 2px solid rgba(0, 128, 0, 0);
    font-weight: 700;
    color: #f56b09;
    width: 50%;
}
.caja-puesto-1 h3{
    border: 2px solid rgba(255, 0, 221, 0);
    font-weight: 300;
    width: 50%;
    font-size: 15px;
    text-align: end;
    padding-top: 2vh;
}
.titulo-fecha{
    border: #007bff00 3px solid;
    display: flex;
}
.caja-puesto-1 h4{
    border: 2px solid rgba(255, 0, 221, 0);
    font-weight: 700;
}

.lista-requisitos-1{
    border: rgba(137, 43, 226, 0) 3px solid;
}
.ubicacion-1{
    border: rgba(0, 0, 0, 0) 3px solid;
}
.ubicacion-1 img{
    width: 4%;
}

/*---------------------- CAJA - 2 ---------------------------*/
.caja-puesto-2{
    border: rgba(255, 0, 0, 0) 3px solid;
    width: 45%;
}
.caja-puesto-2 h2{
    border: 2px solid rgba(0, 38, 255, 0);
    font-weight: 700;
    color: #F56B09;
    width: 50%;
}
.caja-puesto-2 h4{
    border: 2px solid rgba(157, 255, 0, 0);
    font-weight: 700;
}
.caja-puesto-2 h3{
    border: 2px solid rgba(255, 0, 221, 0);
    font-weight: 300;
    width: 50%;
    font-size: 15px;
    text-align: end;
    padding-top: 2vh;
}
.lista-requisitos-2{
    border: rgba(0, 17, 255, 0) 3px solid;
}
.ubicacion-2{
    border: rgba(0, 0, 0, 0) 3px solid;
}
.ubicacion-2 img{
    width: 4%;
}

/*---------------------------------------  BENEFICIOS SECTION 3   ----------------------------------------*/
.contenedor-beneficios{
    border: #00000000 3px solid;
    background-color: #f7f7f7;
}
.container-beneficios{
    border: #00ff0d00 4px solid;
    padding: 0;
}

.titulo-beneficios{
    border: rgba(128, 0, 128, 0) 3px solid;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 5vh;
    padding-bottom: 3vh;
}
.titulo-beneficios h2{
    border: rgba(0, 89, 255, 0) 3px solid;
    font-size: 40px;
    font-weight: 700;
}
.titulo-beneficios h3{
    border: rgba(238, 255, 0, 0) 3px solid;
    font-size: 40px;
    font-weight: 700;
    color: #ff6a00;
}


/*-------------------ICONOS------------------*/
.iconos{
    border: 3px solid rgba(0, 0, 255, 0);
    display: flex;
    justify-content: space-around;
    padding-bottom: 4vh;
}
.icon-1{
    border: #00000000 3px solid;
    width: 15%;
    text-align: center;
}
.icon-1 img{
    border: #00000000 3px solid;
    width: 60%;
    margin-bottom: 1vh;
}

.icon-2{
    border: 2px solid rgba(137, 43, 226, 0);
    width: 15%;
    text-align: center;
}
.icon-2 img{
    border: #00000000 3px solid;
    width: 60%;
    margin-bottom: 1vh;
}

.icon-3{
    border: rgba(0, 128, 0, 0) solid 3px ;
    width: 15%;
    text-align: center;
}
.icon-3 img{
    border: #00000000 3px solid;
    width: 60%;
    margin-bottom: 1vh;
}

.icon-4{
    border: 3px solid rgba(128, 128, 128, 0);
    width: 15%;
    text-align: center;
}
.icon-4 img{
    border: #00000000 3px solid;
    width: 60%;
    margin-bottom: 1vh;
}

/*------------------------  NUETSRA CULTURA SECTION 4------------------------------------------------------------*/

.contenedor-cultura{
    border: #00000000 3px solid;
    background: url(/iconos/banner-cooltura.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.container-cultura{
    border: 3px solid rgba(0, 128, 0, 0);
    text-align: center;
    padding: 0;
}
.contenedor-titulo{
    border: #f56b0900 3px solid;
    padding-top: 5vh;
    padding-bottom: 5vh;
}
.contenedor-titulo h2{
    border: #00000000 3px solid;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
}
.contenedor-titulo p{
    border: #0044ff00 3px solid;
    color: #ffffff;
    font-size: 20px;
    padding-top: 2vh;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}


/*-------------------ENVIOS DE CVS Y VIDEOS SECTION 5 -----------------------------------------*/
.contenedor-cv{
    border: #00000000 3px solid;
}
.container-cv{
    border:  3px solid rgba(0, 255, 0, 0);
    padding: 0;
    padding-bottom: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.titulo-contenedor-cv{
    border: 3px solid rgba(0, 0, 255, 0);
    width: 100%;
    display: flex;
    text-align: center;
    justify-content:center;
    padding-bottom: 4vh;
    padding-top: 5vh;
}
.titulo-contenedor-cv h2{
    border: 3px solid rgba(255, 0, 0, 0);
    color: #000;
    font-size: 40px;
    font-weight: 700;
}
.titulo-contenedor-cv h3{
    border: 3px solid rgba(72, 255, 0, 0);
    font-size: 40px;
    font-weight: 700;
    color: #F56B09;
}

/*-----------ARCHIVOS -----------*/
.contendor-cv-archivo{
    border: 3px solid rgba(0, 255, 255, 0);
    width: 50%;
    align-items: center;
}
.contendor-cv-archivo .titulo-cv-archivo{
    border: 3px solid rgba(183, 0, 255, 0);
    width: 100%;
    text-align: center;
    padding-top: 2vh;
    padding-bottom: 1vh;
}
.contendor-cv-archivo .titulo-cv-archivo h2{
    color: #000000;
    font-size: 25px;
    font-weight: 400;

}
.contendor-cv-archivo .contenedor-cvs{
   border: 3px solid rgba(172, 255, 47, 0);
   text-align: center;
}

/* Estilos para el contenedor del botón */
.boton-subir-cv {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(90deg,#fe8b1c 10%, #f46807 90%);
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    width: 40%;
    font-size: 20px;
}

/* Estilos para el input de tipo file */
.boton-subir-cv input[type="file"] {
    display: none; /* Oculta el input de tipo file */
}

/*--------------------- VIDEOS -------------------------------*/
.contenedor-cv-video{
    border: 3px solid rgba(128, 0, 128, 0);
    width: 50%;
}

.contenedor-cv-video .titulo-cv-video{
    border: 3px solid rgba(255, 0, 0, 0);
    width: 100%;
    padding-top: 2vh;
    padding-bottom: 1vh;
}

.contenedor-cv-video .titulo-cv-video h2{
    color:rgb(0, 0, 0) ;
    font-size: 25px;
    text-align: center;
    font-weight: 400;
}

.contenedor-cv-video .contenedor-videos{
    border: rgba(128, 128, 128, 0) 3px solid;
    color:rgb(0, 0, 0) ;
    font-size: 20px;
    text-align: center;
}

/* Estilos para el contenedor del botón */
.boton-subir-video {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(90deg,#fe8b1c 10%, #f46807 90%);
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    width: 40%;
    font-size: 20px;
}

/* Estilos para el input de tipo file */
.boton-subir-video input[type="file"] {
    display: none; /* Oculta el input de tipo file */
}


/*-----------------------------------------FOOOTER SECTION 6-------------------------------------------*/
.contenedor-footer{
    border: #00000000 5px solid;
    background-color: #000000;
    
}
.contenedor-footer-principal{
    border: 3px solid rgba(47, 88, 47, 0);
    padding: 0;
    display: flex;
}

.container-logo{
    border: 3px solid rgba(255, 0, 0, 0);
}
.container-logo img{
    border: 3px solid rgba(0, 0, 0, 0);
    width: 15%;
}

.texto-1{
    border: 3px solid rgba(0, 255, 255, 0);
    width: 50%;

}
p {
    margin-top: 0;
    margin-bottom: 0; 
}
.info-footer{
    border: 3px solid rgba(255, 0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: justify;
    font-weight: normal;
}


.texto-2{
    border: #46dd6200 3px solid;
    width: 50%;
    font-weight: 600;
    color: white;
    text-align: center;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0.4rem;
}

.texto-2 ul {
    list-style-type: none; /* Elimina los puntos de la lista */
    padding: 0;
    margin-left: 10px;
}
.texto-2 ul li a {
    text-decoration: none;
    color: white; /* Cambia el color del texto a blanco */
    font-weight: normal;
}
.texto-2 ul li a:hover{
    color: #F56B09;
}

.texto-3{
    border: #dd670000 5px solid;
    width: 50%;

}

.texto-3 h2{
    border: #00000000 5px solid;
    width: 50%;
    font-size: 15px;
    color: white;
    font-weight: bold;
}
.texto-3 ul{
    border: #00000000 5px solid;
    width: 100%;
    font-size: 14px;
    color: white;
    font-weight: normal;
    padding: 0;
}
.texto-4{
    border-top: 1px solid #f56b09;
    width: 100%;
    padding: 0;
    display: flex;
    padding-top: 10px;
}
.texto-4 p{
    border: 3px solid rgba(0, 255, 0, 0);
    width: 50%;
    color: #ffffff;
    font-size: 15px;
    text-align: start;
}
.iconos-footer{
    border: #86868600 3px solid ;
    width: 50%;
    text-align: end;
}
.iconos-footer img{
    width: 4%;
    margin-right: 10px;
}
a {
    color: rgb(13 110 253 / 0%);
    text-decoration: underline;
}

/*-------------------------  WSP  ------------------*/
#whatsapp-link {
    position: fixed;
    bottom: 60px; /* ajusta este valor según sea necesario */
    right: 20px; /* ajusta este valor según sea necesario */
    z-index: 9999; /* asegura que esté por encima de otros elementos */
    cursor: pointer; /* cambia el cursor al pasar sobre el enlace */
  }
  
  #whatsapp-link:hover img {
    filter: brightness(0.9); /* cambia el brillo del icono al pasar el ratón sobre él */
  }

  #whatsapp-link:hover::after {
    content: "Pide información aquí"; /* contenido del mensaje */
    position: absolute;
    color: #000;
    font-weight: normal;
    font-size: 25px;
    background-color: #fff; /* color de fondo de la caja de texto */
    border: 1px solid #000; /* borde de la caja de texto */
    border-radius: 15px; /* border radius de 15px */
    padding: 10px 0px 0px 20px; /* espacio interno de la caja de texto */
    bottom: 30px; /* posición vertical de la caja de texto */
    right: 50px; /* posición horizontal de la caja de texto (modificado a 50px) */
    z-index: 999; /* asegura que esté por encima de otros elementos */
    width: 350px; /* ancho de la caja de texto (modificado a 200px) */
    height: 60px;
}
@keyframes shakeY {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(5px); }
}

.icon-wsp.animate__animated {
    animation: shakeY 7.5s infinite; /* Aquí defines la animación infinita */
}

/* Estilos para el input de tipo archivo (oculto) */
#archivo {
    display: none;
}

.boton-limpiar{
    background: linear-gradient(90deg, #fe8b1c 10%, #f46807 90%);
    color: white;
    border: none;
    padding: 1vh;
    border-radius: 10px;
}

.boton-enviar{
    background: linear-gradient(90deg, #fe8b1c 10%, #f46807 90%);
    color: white;
    border: none;
    padding: 1vh;
    border-radius: 10px;
}

.boton-limpiarv{
    background: linear-gradient(90deg, #fe8b1c 10%, #f46807 90%);
    color: white;
    border: none;
    padding: 1vh;
    border-radius: 10px;
}

.boton-enviarv{
    background: linear-gradient(90deg, #fe8b1c 10%, #f46807 90%);
    color: white;
    border: none;
    padding: 1vh;
    border-radius: 10px;
}

/*     320px   -  480px    movil*/
/*     481px   -  768px    ipads,tablets*/
/*     769px   -  1024     pantallas pequeñas, laptops*/
/*     1025px  -  1200px   pantallas grandes, ordenadores de escritorio*/ 
/*     1201px  -  ++++++   2k 4k etc*/


@media screen and (max-width: 1875px){

    .contenedor-texto {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 90%;
        color: white;
    }
    .textos h2 {
        font-size: 40px;
        margin: 0;
        color: #f56b09;
        font-weight: 700;
        width: 100%;
        border: 3px solid rgba(255, 0, 0, 0);
        text-align: left;
    }
    .parrafo-principal {
        font-size: 20px;
        margin: 0;
        font-weight: 200;
        border: 2px solid rgba(0, 0, 0, 0);
        text-align: start;
        width: 100%;
    }
    .contenedor-texto {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 90%;
        color: white;
    }
    .container-puestos {
        border: #00ff0d00 3px solid;
        padding: 10px 40px 10px 40px;
        display: flex;
        justify-content: space-between;
        padding-top: 5vh;
        padding-bottom: 4vh;
    }
    .textos h2 {
        font-size: 35px;
        margin: 0;
        color: #f56b09;
        font-weight: 700;
        width: 100%;
        border: 3px solid rgba(255, 0, 0, 0);
        text-align: left;
    }
    .parrafo-principal {
        font-size: 20px;
        margin: 0;
        font-weight: 200;
        border: 2px solid rgba(0, 0, 0, 0);
        text-align: start;
        width: 95%;
    }
    .nav-item.active .nav-link {
        font-weight: bold; /* Hace que el texto del enlace activo sea más grueso */
        color: #F56B09; /* Cambia el color del texto del enlace activo a blanco */
        border-radius: 5px; /* Agrega esquinas redondeadas al botón */
    }
    .titulo-beneficios h2 {
        font-size: 32px;
    }
    .titulo-beneficios h3 {
        font-size: 32px;
    }
    .btn-postulacion {
        width: 40%;
        font-size: 17px;
    }
    .iconos {
        border: 3px solid rgba(0, 0, 255, 0);
        display: flex;
        justify-content: space-evenly;
        padding-bottom: 4vh;
    }
    .caja-puesto-1 h2 {
        font-size: 25px;
    }
    .caja-puesto-2 h2 {
        font-size: 25px;
    }
    .caja-puesto-1 h4 {
        font-size: 22px;
    }
    .caja-puesto-2 h4 {
        font-size: 22px;
    }
    .titulo-contenedor-cv h2 {
        font-size: 32px;
    }
    .titulo-contenedor-cv h3 {
        font-size: 32px;
    }
    .contendor-cv-archivo .titulo-cv-archivo h2 {
        font-size: 22px;
    }
    .contenedor-cv-video .titulo-cv-video h2 {
        font-size: 22px;
    }
    .boton-subir-video {
        width: 35%;
    }
    .boton-subir-cv {
        width: 35%;
        border-radius: 8px;
    }
    .contenedor-footer {
        padding: 10px 50px 10px 50px;
    }
}

@media screen and (max-width: 1201px){

    .contenedor-texto {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 90%;
        color: white;
    }
    .textos h2 {
        font-size: 35px;
        margin: 0;
        color: #f56b09;
        font-weight: 700;
        width: 60%;
        border: 3px solid rgba(255, 0, 0, 0);
        text-align: left;
    }
    .parrafo-principal {
        font-size: 18px;
        margin: 0;
        font-weight: 200;
        border: 2px solid rgba(0, 0, 0, 0);
        text-align: start;
        width: 100%;
    }
    .caja-puesto-1 h2 {
        border: 2px solid rgba(0, 128, 0, 0);
        font-weight: 700;
        color: #f56b09;
        width: 50%;
        font-size: 22px;
    }
    .caja-puesto-2 h2 {
        border: 2px solid rgba(0, 128, 0, 0);
        font-weight: 700;
        color: #f56b09;
        width: 50%;
        font-size: 22px;
    }
    .caja-puesto-1 h4 {
        border: 2px solid rgba(255, 0, 221, 0);
        font-weight: 700;
        font-size: 20px;
    }
    .caja-puesto-2 h4 {
        border: 2px solid rgba(255, 0, 221, 0);
        font-weight: 700;
        font-size: 20px;
    }
    .titulo-beneficios h3 {
        border: rgba(238, 255, 0, 0) 3px solid;
        font-size: 35px;
        font-weight: 700;
        color: #ff6a00;
        width: 50%;
        text-align: start;
    }
    .titulo-beneficios h2 {
        border: rgba(0, 89, 255, 0) 3px solid;
        font-size: 35px;
        font-weight: 700;
        width: 35%;
        text-align: end;
    }
    .nav-item.active .nav-link {
        font-weight: bold; /* Hace que el texto del enlace activo sea más grueso */
        color: #F56B09; /* Cambia el color del texto del enlace activo a blanco */
        border-radius: 5px; /* Agrega esquinas redondeadas al botón */
    }
    .container-puestos {
        border: #00ff0d00 3px solid;
        padding: 10px 35px 10px 35px;
        display: flex;
        justify-content: space-between;
        padding-top: 5vh;
        padding-bottom: 4vh;
    }
    .btn-postulacion {
        background: linear-gradient(90deg, #fe8b1c 20%, #f46807 80%);
        color: #ffffff;
        border: solid 2px #ffffff;
        padding: 10px 10px;
        border-radius: 10px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        width: 45%;
        font-size: 16px;
        font-weight: normal;
    }
    .titulo-beneficios h2 {
        border: rgba(0, 89, 255, 0) 3px solid;
        font-size: 30px;
        font-weight: 700;
        width: 35%;
        text-align: end;
    }
    .titulo-beneficios h3 {
        border: rgba(238, 255, 0, 0) 3px solid;
        font-size: 30px;
        font-weight: 700;
        color: #ff6a00;
        width: 50%;
        text-align: start;
    }
    .titulo-contenedor-cv h2 {
        border: 3px solid rgba(255, 0, 0, 0);
        color: #000;
        font-size: 35px;
        font-weight: 700;
    }
    .titulo-contenedor-cv h3 {
        border: 3px solid rgba(72, 255, 0, 0);
        font-size: 35px;
        font-weight: 700;
        color: #F56B09;
    }
    .contenedor-cv-video .titulo-cv-video h2 {
        color: rgb(0, 0, 0);
        font-size: 20px;
        text-align: center;
        font-weight: 400;
    }
    .contendor-cv-archivo .titulo-cv-archivo h2 {
        color: #000000;
        font-size: 20px;
        font-weight: 400;
    }
    .titulo-contenedor-cv {
        border: 3px solid rgba(0, 0, 255, 0);
        width: 100%;
        display: flex;
        text-align: center;
        justify-content: center;
        padding-bottom: 1vh;
        padding-top: 5vh;
    }
    
}

@media screen and (max-width: 1024px){
    .container-puestos {
        padding: 50px;
    }
    .textos h2 {
        font-size: 33px;
        margin: 0;
        color: #f56b09;
        font-weight: 700;
        width: 60%;
        border: 3px solid rgba(255, 0, 0, 0);
        text-align: left;
    }
    .parrafo-principal {
        font-size: 17px;
        margin: 0;
        font-weight: 200;
        border: 2px solid rgba(0, 0, 0, 0);
        text-align: start;
        width: 100%;
    }
    .caja-puesto-1 h2 {
        border: 2px solid rgba(0, 128, 0, 0);
        font-weight: 700;
        color: #f56b09;
        width: 50%;
        font-size: 21px;
    }
    .caja-puesto-2 h2 {
        border: 2px solid rgba(0, 128, 0, 0);
        font-weight: 700;
        color: #f56b09;
        width: 50%;
        font-size: 21px;
    }
    .caja-puesto-1 h4 {
        border: 2px solid rgba(255, 0, 221, 0);
        font-weight: 700;
        font-size: 20px;
    }
    .caja-puesto-2 h4 {
        border: 2px solid rgba(255, 0, 221, 0);
        font-weight: 700;
        font-size: 20px;
    }
    .lista-requisitos-1 {
        border: rgba(137, 43, 226, 0) 3px solid;
        font-size: 15px;
    }
    .lista-requisitos-2 {
        border: rgba(137, 43, 226, 0) 3px solid;
        font-size: 15px;
    }
    .btn-postulacion {
        background: linear-gradient(90deg, #fe8b1c 20%, #f46807 80%);
        color: #ffffff;
        border: solid 2px #ffffff;
        padding: 10px 10px;
        border-radius: 10px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        width: 45%;
        font-size: 16px;
        font-weight: normal;
    }
    .titulo-beneficios h2 {
        border: rgba(0, 89, 255, 0) 3px solid;
        font-size: 25px;
        font-weight: 700;
        width: 35%;
        text-align: end;
    }
    .titulo-beneficios h3 {
        border: rgba(238, 255, 0, 0) 3px solid;
        font-size: 25px;
        font-weight: 700;
        color: #ff6a00;
        width: 50%;
        text-align: start;
    }
    .contenedor-titulo h2 {
        border: #00000000 3px solid;
        font-weight: 700;
        font-size: 25px;
        color: #ffffff;
    }
    .contenedor-titulo p {
        border: #0044ff00 3px solid;
        color: #ffffff;
        font-size: 16px;
        padding-top: 2vh;
    }

    .icon-1 {
        font-size: 14px;
        border: #00000000 3px solid;
        width: 15%;
        text-align: center;
    }
    .icon-2 {
        border: 2px solid rgba(137, 43, 226, 0);
        width: 15%;
        text-align: center;
        font-size: 13PX;
    }
    .icon-3 {
        border: 2px solid rgba(137, 43, 226, 0);
        width: 15%;
        text-align: center;
        font-size: 13PX;
    }
    .icon-4 {
        border: 2px solid rgba(137, 43, 226, 0);
        width: 15%;
        text-align: center;
        font-size: 13PX;
    }
    .contenedor-cultura {
        border: 0;
        background: url(/iconos/banner-cooltura.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .titulo-contenedor-cv h3 {
        border: 3px solid rgba(72, 255, 0, 0);
        font-size: 25px;
        font-weight: 700;
        color: #F56B09;
    }
    .titulo-contenedor-cv h2 {
        border: 3px solid rgba(255, 0, 0, 0);
        color: #000;
        font-size: 25px;
        font-weight: 700;
    }
    .contendor-cv-archivo .titulo-cv-archivo h2 {
        color: #000000;
        font-size: 18px;
        font-weight: 400;
    }
    .contenedor-cv-video .titulo-cv-video h2 {
        color: rgb(0, 0, 0);
        font-size: 18px;
        text-align: center;
        font-weight: 400;
    }
    .boton-subir-cv {
        display: inline-block;
        padding: 10px 20px;
        color: white;
        text-align: center;
        cursor: pointer;
        border: none;
        border-radius: 4px;
        transition: background-color 0.3s;
        font-size: 15px;
    }
    .boton-subir-video {
        display: inline-block;
        padding: 10px 20px;
        background: linear-gradient(90deg, #fe8b1c 10%, #f46807 90%);
        color: #fff;
        border-radius: 3px;
        cursor: pointer;
        width: 40%;
        font-size: 15px;
    }
    .info-footer {
        border: 3px solid rgba(255, 0, 0, 0);
        color: rgb(255, 255, 255);
        font-size: 13px;
        text-align: justify;
        font-weight: normal;
    }
    .texto-2 {
        border: #46dd6200 3px solid;
        width: 50%;
        font-weight: 600;
        color: white;
        font-size: 14px;
    }
    .texto-3 h2 {
        border: #00000000 5px solid;
        width: 50%;
        font-size: 16px;
        color: white;
        font-weight: bold;
    }
    .texto-3 ul {
        border: #00000000 5px solid;
        width: 100%;
        font-size: 13px;
        color: white;
        font-weight: normal;
        padding: 0;
    }
    #whatsapp-link:hover::after {
        content: "Pide información aquí";
        position: absolute;
        color: #000;
        font-weight: normal;
        font-size: 20px;
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 9px;
        padding: 10px 0px 0px 20px;
        bottom: 30px;
        right: 50px;
        z-index: 999;
        width: 30vh;
        height: 53px;
    }
    
    
}

@media screen and (max-width: 991px){
    .contenedor-portada {
        margin-top: 6vh;
    }
    .contenedor-texto {
        width: 90%;
    }
    .textos h2 {
        font-size: 30px;
        width: 65%;
    }
    .titulo-beneficios h2 {
        font-size: 30px;
    }
    .parrafo-principal {
        font-size: 18px;
        margin: 0;
        font-weight: 200;
        border: 2px solid rgba(0, 0, 0, 0);
        text-align: start;
        width: 95%;
    }
    .btn-postulacion {
        width: 45%;
        font-size: 17px;
    }
    .container-puestos {
        padding: 40px 0px 40px 0px;
    }
    .caja-puesto-1 {
        width: 50%;
        margin-right: 5vh;
    }
    .caja-puesto-2 {
        width: 50%;
    }
    .titulo-beneficios {
        display: block;
        padding-top: 3vh;
    }
    .titulo-beneficios h2 {
        font-size: 30px;
        font-weight: 700;
        width: 100%;
        text-align: center;
    }
    .titulo-beneficios h3 {
        font-size: 30px;
        text-align: center;
        width: 100%;
    }
    .titulo-contenedor-cv h2{
        font-size: 30px;
    }
    .titulo-contenedor-cv h3{
        font-size: 30px;
    }
    .iconos > div {
        width: 30%;
        margin-top: 2vh;
        font-size: 17px;
    }

    .contendor-cv-archivo .titulo-cv-archivo h2 {
        font-size: 20px;
    }
    .contenedor-cv-video .titulo-cv-video h2 {
        font-size: 20px;
    }
    .boton-subir-video {
        display: inline-block;
        padding: 10px 20px;
        background: linear-gradient(90deg, #fe8b1c 10%, #f46807 90%);
        color: #fff;
        border-radius: 8px;
        cursor: pointer;
        width: 45%;
        font-size: 20px;
    }
    .boton-subir-cv {
        width: 45%;
    }
    .nav-item.active .nav-link {
        font-weight: bold; /* Hace que el texto del enlace activo sea más grueso */
        color: #F56B09; /* Cambia el color del texto del enlace activo a blanco */
        border-radius: 5px; /* Agrega esquinas redondeadas al botón */
    }
    
    
}

@media screen and (max-width: 768px) {
    .contenedor-texto {
        width: 90%;
    }
    .container-puestos {
        padding: 35px;
    }
    .textos h2 {
        font-size: 30px;
    }
    .parrafo-principal {
        font-size: 16px;
        margin: 0;
        font-weight: 200;
        border: 2px solid rgba(0, 0, 0, 0);
        text-align: start;
        width: 95%;
    }

    .container-puestos {
        flex-direction: column;
    }

    .caja-puesto-1,
    .caja-puesto-2 {
        width: 100%;
        margin-bottom: 20px; /* Ajusta según el espacio que desees entre las cajas */
    }
    
    .btn-postulacion {
        width: 38%;
        font-size: 16px;
    }


    .titulo-beneficios{
        display: block;
    }
    .titulo-beneficios h2 {
        width: 100%;
        font-size: 25px;
        text-align: center;
    }
    .titulo-beneficios h3 {
        width: 100%;
        font-size: 25px;
        text-align: center;
    }
    .iconos {
        border: 3px solid rgba(0, 0, 255, 0);
        display: flex;
        padding-bottom: 4vh;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .iconos > div {
        width: 35%;
        margin-top: 2vh;
        font-size: 16px;
    }


    .contenedor-cultura {
        border: 0;
    }

    .contenedor-titulo h2{
        font-size: 30px;
    }
    .contenedor-titulo p{
        font-size: 20px;
        padding: 35px;
    }

    .titulo-contenedor-cv {
        display: block;
    }
    .titulo-contenedor-cv h2 {
        font-size: 30px;
    }
    .titulo-contenedor-cv h3{
        font-size: 30px;
    }

    .contendor-cv-archivo .titulo-cv-archivo h2 {
        font-size: 20px;
    }
    .boton-subir-cv {
        width: 55%;
    }

    .contenedor-cv-video .titulo-cv-video h2 {
        color: rgb(0, 0, 0);
        font-size: 18px;
        text-align: center;
        font-weight: 400;
    }

    .boton-subir-video{
        width: 55%;
        border-radius: 5px;
        font-size: 14px;
    }

    
    /*----------------------------  SECCION 7 FOOTER  ---------------------------------*/
    .container-logo img{
        width: 35%;
        padding-top: 2vh;
    }
    
    .contenedor-footer-principal {
        margin-top: 1vh;
    }
    .texto-1{
        margin-top: 1vh;
    }
    .texto-2{
        margin-top: 1vh;
    }
    .texto-3{
        margin-top: 1vh;
    }
    .texto-3 h2{
        width: 100%;
        font-size: 20px;
    }
    .iconos-footer img {
        width: 10%;
        margin-right: 10px;
    }
    .nav-item.active .nav-link {
        font-weight: bold; /* Hace que el texto del enlace activo sea más grueso */
        color: #F56B09; /* Cambia el color del texto del enlace activo a blanco */
        border-radius: 5px; /* Agrega esquinas redondeadas al botón */
    }
    .container-logo img {
        width: 20%;
        padding-top: 0;
    }
    .iconos-footer img {
        width: 8%;
    }
    .icon-1 img,
    .icon-2 img,
    .icon-3 img,
    .icon-4 img {
        width: 40%;
    }
    .texto-3 h2 {
        font-size: 15px;
    }
}

@media screen and (max-width: 575px){
    .contenedor-footer-principal{
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
    }
    .logo img {
        border: 3px solid rgba(0, 0, 0, 0);
        width: 35%;
    }
    .iconos-footer img {
        width: 10%;
        margin-right: 10px;
    }
    .container-logo {
        text-align: center;
    }
    .container-logo img {
        width: 35%;
    }
    .texto-1,
    .texto-2,
    .texto-3{
        text-align: center;
        width: 100%;
    }
    .container-logo img {
        width: 52%;
        padding-top:0;
    }
    .texto-3 h2 {
        width: 100%;
        font-size: 15px;
    }
    .texto-4 {
        display: flex;
        flex-direction: column;
    }
    .texto-4 p {
        width: 100%;
        text-align: center;
    }
    .iconos-footer {
        width: 100%;
        text-align: center;
    }
    .iconos-footer img {
        width: 7%;
        margin-right: 10px;
    }
}
@media screen and (max-width:492px){
    .contenedor-portada {
        margin-top: 7vh;
    }
    .textos {
        padding: 15px;
        padding-bottom: 5vh;
    }
    .textos h2 {
        font-size: 30px;
    }
    .contenedor-texto {
        top: 50%;
    }
    .parrafo-principal {
        font-size: 16px;
    }
    .container-puestos {
        padding: 40px;
    }
    .caja-puesto-1 h2 {
        font-size: 23px;
        width: 100%;
    }
    .caja-puesto-1 h4 {
        font-size: 17px;
    }
    .lista-requisitos-1 {
        font-size: 14px;
    }
    .ubicacion-1 {
        font-size: 14px;
    }
    .btn-postulacion {
        padding: 9px 5px;
        width: 40%;
        font-size: 15px;
    }
    .caja-puesto-2 h2 {
        font-size: 23px;
        width: 100%;
    }
    .caja-puesto-2 h4 {
        font-size: 17px;
    }
    .lista-requisitos-2 {
        font-size: 14px;
    }
    .ubicacion-2 {
        font-size: 14px;
    }


    .titulo-beneficios h2 {
        font-size: 22px;
        width: 100%;
    }
    .titulo-beneficios h3 {
        font-size: 22px;
        width: 100%;
    }
    .iconos {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }
    .iconos > div {
        width: 35%;
        margin-top: 2vh;
        font-size: 13px;
    }


    .contenedor-titulo h2 {
        font-size: 25px;
    }
    .contenedor-titulo p {
        font-size: 15px;
        padding: 35px;
    }



    .titulo-contenedor-cv {
        display: block;
        padding-bottom: 4vh;
        padding-top: 5vh;
    }
    .titulo-contenedor-cv h2 {
        font-size: 25px;
    }
    .titulo-contenedor-cv h3 {
        font-size: 25px;
    }
    
    .contenedor-cultura {
        border: 0;
        background: url(/iconos/banner-cooltura-tablet-celular.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .container-cultura {
        border: 0; 
    }
    .contendor-cv-archivo .titulo-cv-archivo h2 {
        font-size: 20px;
    }
    .contenedor-cv-video .titulo-cv-video h2 {
        font-size: 17px;
    }
    .boton-subir-cv {
        width: 80%;
        padding: 4px 10px;
        font-size: 15px;
    }
    .contenedor-cv-video .contenedor-videos {
        width: 80%;
    }
    .boton-subir-video {
        font-size: 15px;
        padding: 4px 10px;
        margin-left: 3vh;
        border-radius: 4px;
        width: 100%;
    }
    .contenedor-footer-principal{
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
    }
    .logo img {
        border: 3px solid rgba(0, 0, 0, 0);
        width: 35%;
    }
    .iconos-footer img {
        width: 10%;
        margin-right: 10px;
    }
    .container-logo {
        text-align: center;
    }
    .container-logo img {
        width: 35%;
    }
    .texto-1,
    .texto-2,
    .texto-3{
        text-align: center;
        width: 100%;
    }
    .container-logo img {
        width: 52%;
        padding-top:0;
    }
    .texto-3 h2 {
        width: 100%;
        font-size: 15px;
    }
    .texto-4 {
        display: flex;
        flex-direction: column;
    }
    .texto-4 p {
        width: 100%;
        text-align: center;
    }
    .iconos-footer {
        width: 100%;
        text-align: center;
    }
    .iconos-footer img {
        width: 7%;
        margin-right: 10px;
    }

}

@media screen and (max-width:430px){
    .contenedor-portada {
        margin-top: 7vh;
    }


    .textos {
        padding: 15px;
        padding-bottom: 5vh;
    }
    .textos h2 {
        font-size: 30px;
    }
    .contenedor-texto {
        top: 50%;
    }
    .parrafo-principal {
        font-size: 16px;
    }



    .container-puestos {
        padding: 40px;
    }
    .caja-puesto-1 h2 {
        font-size: 23px;
        width: 100%;
    }
    .caja-puesto-1 h4 {
        font-size: 17px;
    }
    .lista-requisitos-1 {
        font-size: 14px;
    }
    .ubicacion-1 {
        font-size: 14px;
    }
    .btn-postulacion {
        padding: 9px 5px;
        width: 40%;
        font-size: 15px;
    }



    .caja-puesto-2 h2 {
        font-size: 23px;
        width: 100%;
    }
    .caja-puesto-2 h4 {
        font-size: 17px;
    }
    .lista-requisitos-2 {
        font-size: 14px;
    }
    .ubicacion-2 {
        font-size: 14px;
    }


    .titulo-beneficios h2 {
        font-size: 22px;
        width: 100%;
    }
    .titulo-beneficios h3 {
        font-size: 22px;
        width: 100%;
    }
    .iconos {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }
    .iconos > div {
        width: 40%;
        margin-top: 2vh;
        font-size: 13px;
    }


    .contenedor-titulo h2 {
        font-size: 25px;
    }
    .contenedor-titulo p {
        font-size: 15px;
        padding: 35px;
    }



    .titulo-contenedor-cv {
        display: block;
        padding-bottom: 4vh;
        padding-top: 5vh;
    }
    .titulo-contenedor-cv h2 {
        font-size: 25px;
    }
    .titulo-contenedor-cv h3 {
        font-size: 25px;
    }
    
    .contenedor-cultura {
        border: 0;
        background: url(/iconos/banner-cooltura-tablet-celular.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .container-cultura {
        border: 0; 
    }
    .contendor-cv-archivo .titulo-cv-archivo h2 {
        font-size: 20px;
    }
    .contenedor-cv-video .titulo-cv-video h2 {
        font-size: 17px;
    }
    .boton-subir-cv {
        width: 80%;
        padding: 4px 10px;
        font-size: 15px;
    }
    .contenedor-cv-video .contenedor-videos {
        width: 80%;
    }
    .boton-subir-video {
        font-size: 15px;
        padding: 4px 10px;
        margin-left: 3vh;
        border-radius: 4px;
        width: 100%;
    }
    .container-logo {
        text-align: center;
    }
    .iconos-footer {
        width: 100%;
        text-align: center;
    }
    .iconos-footer img {
        width: 11%;
        margin-right: 10px;
    }

    

}

@media screen and (max-width:414px){
    .contenedor-portada {
        margin-top: 7vh;
    }


    .textos {
        padding: 15px;
        padding-bottom: 5vh;
    }
    .textos h2 {
        font-size: 26px;
    }
    .contenedor-texto {
        top: 50%;
    }
    .parrafo-principal {
        font-size: 15px;
    }



    .container-puestos {
        padding: 40px;
    }
    .caja-puesto-1 h2 {
        font-size: 23px;
    }
    .caja-puesto-1 h4 {
        font-size: 17px;
    }
    .lista-requisitos-1 {
        font-size: 14px;
    }
    .ubicacion-1 {
        font-size: 14px;
    }
    .btn-postulacion {
        padding: 9px 5px;
        width: 40%;
        font-size: 15px;
    }



    .caja-puesto-2 h2 {
        font-size: 23px;
    }
    .caja-puesto-2 h4 {
        font-size: 17px;
    }
    .lista-requisitos-2 {
        font-size: 14px;
    }
    .ubicacion-2 {
        font-size: 14px;
    }


    .titulo-beneficios h2 {
        font-size: 22px;
        width: 100%;
    }
    .titulo-beneficios h3 {
        font-size: 22px;
        width: 100%;
    }
    .iconos {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }
    .iconos > div {
        width: 40%;
        margin-top: 2vh;
        font-size: 12px;
    }


    .contenedor-titulo h2 {
        font-size: 23px;
    }
    .contenedor-titulo p {
        font-size: 15px;
        padding: 25px;
    }



    .titulo-contenedor-cv {
        display: block;
        padding-bottom: 4vh;
        padding-top: 5vh;
    }
    .titulo-contenedor-cv h2 {
        font-size: 25px;
    }
    .titulo-contenedor-cv h3 {
        font-size: 25px;
    }
    
    .contenedor-cultura {
        border: 0;
        background: url(/iconos/banner-cooltura-tablet-celular.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .container-cultura {
        border: 0; 
    }
    .contendor-cv-archivo .titulo-cv-archivo h2 {
        font-size: 17px;
    }
    .contenedor-cv-video .titulo-cv-video h2 {
        font-size: 15px;
    }
    .boton-subir-cv {
        width: 80%;
        padding: 4px 10px;
        font-size: 15px;
    }
    .contenedor-cv-video .contenedor-videos {
        width: 80%;
    }
    .boton-subir-video {
        font-size: 15px;
        padding: 4px 10px;
        margin-left: 3vh;
        border-radius: 4px;
    }

}

@media screen and (max-width:375px){
    .contenedor-portada {
        position: relative;
        width: 100%;
        height: 75vh;
        margin-top: 11vh;
    }
    .textos {
        border: 3px solid rgba(0, 255, 255, 0);
        text-align: center;
        padding: 15px;
        padding-bottom: 5vh;
    }
    .textos h2 {
        font-size: 22px;
    }
    .contenedor-texto {
        top: 50%;
    }
    .parrafo-principal {
        font-size: 15px;
    }
    .container-puestos {
        padding: 40px;
    }
    .caja-puesto-1 h2 {
        font-size: 20px;
    }
    .caja-puesto-1 h4 {
        font-size: 15px;
    }
    .lista-requisitos-1 {
        font-size: 13px;
    }
    .ubicacion-1 {
        font-size: 13px;
    }
    .btn-postulacion {
        padding: 9px 5px;
        width: 40%;
        font-size: 13px;
    }
    .caja-puesto-2 h2 {
        font-size: 20px;
    }
    .caja-puesto-2 h4 {
        font-weight: 700;
        font-size: 15px;
    }
    .lista-requisitos-2 {
        font-size: 13px;
    }
    .ubicacion-2 {
        font-size: 13px;
    }
    .titulo-beneficios h2 {
        font-size: 20px;
        width: 100%;
    }
    .titulo-beneficios h3 {
        font-size: 20px;
        width: 100%;
    }
    .iconos {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }
    .iconos > div {
        width: 40%;
        margin-top: 2vh;
        font-size: 11px;
    }
    .contenedor-titulo h2 {
        font-size: 20px;
    }
    .contenedor-titulo p {
        font-size: 12px;
    }
    .titulo-contenedor-cv {
        display: block;
        padding-bottom: 0;
        padding-top: 5vh;
    }
    .titulo-contenedor-cv h2 {
        font-size: 25px;
    }
    .titulo-contenedor-cv h3 {
        font-size: 25px;
    }
    .contenedor-titulo p {
        font-size: 12px;
        padding: 20px;
    }
    .contenedor-cultura {
        border: 0;
        background: url(/iconos/banner-cooltura-tablet-celular.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .container-cultura {
        border: 0; 
    }
    .contendor-cv-archivo .titulo-cv-archivo h2 {
        font-size: 17px;
    }
    .contenedor-cv-video .titulo-cv-video h2 {
        font-size: 15px;
    }
    .boton-subir-cv {
        width: 80%;
        padding: 4px 10px;
        font-size: 15px;
    }
    .contenedor-cv-video .contenedor-videos {
        width: 80%;
    }
    .boton-subir-video {
        font-size: 15px;
        padding: 4px 10px;
        margin-left: 3vh;
        border-radius: 4px;
    }
    .container-logo {
        text-align: center;
    }

    .texto-3 h2 {
        width: 100%;
        font-size: 17px;
    }
    .iconos-footer {
        width: 100%;
        text-align: center;
    }
    .iconos-footer img {
        width: 12%;
        margin-right: 10px;
    }
    

}

@media screen and (max-width:320px){
    .contenedor-portada {
        position: relative;
        width: 100%;
        height: 75vh;
        margin-top: 14vh;
    }
    .textos {
        padding: 15px;
        padding-bottom: 5vh;
    }
    .textos h2 {
        font-size: 17px;
        width: 100%;
    }
    .contenedor-texto {
        top: 50%;
    }
    .parrafo-principal {
        font-size: 12px;
    }



    .container-puestos {
        padding: 40px;
    }
    .caja-puesto-1 h2 {
        font-size: 17px;
    }
    .caja-puesto-1 h4 {
        font-size: 14px;
    }
    .lista-requisitos-1 {
        font-size: 12px;
    }
    .ubicacion-1 {
        font-size: 13px;
    }
    .btn-postulacion {
        padding: 9px 5px;
        width: 40%;
        font-size: 13px;
    }


    .caja-puesto-2 h2 {
        font-size: 17px;
    }
    .caja-puesto-2 h4 {
        font-size: 14px;
    }
    .lista-requisitos-2 {
        font-size: 12px;
    }
    .ubicacion-2 {
        font-size: 13px;
    }


    .titulo-beneficios h2 {
        font-size: 17px;
        width: 100%;
    }
    .titulo-beneficios h3 {
        font-size: 18px;
        width: 100%;
    }
    .iconos {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 20px;
        align-content: center;
    }
    .iconos > div {
        width: 40%;
        margin-top: 0;
        font-size: 11px;
    }



    .contenedor-titulo h2 {
        font-size: 17px;
    }
    .contenedor-titulo p {
        font-size: 11px;
    }


    .titulo-contenedor-cv {
        display: block;
        padding-bottom: 0;
        padding-top: 5vh;
    }
    .titulo-contenedor-cv h2 {
        font-size: 20px;
    }
    .titulo-contenedor-cv h3 {
        font-size: 20px;
    }
    .contenedor-titulo p {
        font-size: 11px;
        padding: 20px;
    }
    .contenedor-cultura {
        border: 0;
        background: url(/iconos/banner-cooltura-tablet-celular.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .container-cultura {
        border: 0; 
    }

    .contendor-cv-archivo .titulo-cv-archivo h2 {
        font-size: 15px;
    }
    .contenedor-cv-video .titulo-cv-video h2 {
        font-size: 13px;
    }
    .boton-subir-cv {
        width: 80%;
        padding: 4px 10px;
        font-size: 15px;
    }
    .contenedor-cv-video .contenedor-videos {
        width: 100%;
    }
    .boton-subir-video {
        margin-left: 0vh;
        width: 85%;
    }
    .container-logo {
        text-align: center;
    }

    .texto-1,
    .texto-2,
    .texto-3{
        text-align: center;
        width: 100%;
    }
    .container-logo img {
        width: 72%;
        padding-top:0;
    }
    .contenedor-portada {
        position: relative;
        width: 100%;
        height: 75vh;
        margin-top: 0;
    }
    .texto-3 h2 {
        width: 100%;
        font-size: 14px;
    }
    .iconos-footer img {
        width: 16%;
    }
}






























