.carousel-desk {
    position: absolute;
    height: 100%;
    overflow: hidden;
    display: block;
}

.carousel-mobil {
    position: absolute;
    overflow: hidden;
    display: none;
    height: 86vh;
    width: 100vw;
}

.servicios-content {
    height: 100vh;
    overflow: hidden;
}

.servicios-content2 {
    margin-top: 2%;
    overflow: hidden;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 2vh;
}

.servicios-content3 {
    margin-top: 2%;
    height: 70vh;
    overflow: hidden;
    width: 100%;
}

.servicios-content-footer {
    margin-top: 1%;
    height: 7vh;
    overflow: hidden;
    width: 100%;
    font-size: 0.5em;
}

.carousel-caption {
    height: 75%;
    width: 25%;
    left: 8%;
}

.services-slide-text {
    width: 80%;
    height: 40vh;
}

.text-carousel {
    font-size: 3vw;
    text-align: start;
    font-family: Montserrat;
    font-weight: bold;
    margin-top: -3vw;
    color: #003F5F;

}

.text-carousel-estudio {
    font-size: 5vw;
    text-align: start;
    font-family: Montserrat;
    font-weight: bolder;
    width: 115vw;
    margin-bottom: -3vw;
}

.title-carousel-servicios {
    font-size: 4vw;
    text-align: start;
    font-family: Montserrat;
    font-weight: bold;
    line-height: 0.9;
}

.text-carousel-servicios {
    font-size: 1.7vw;
}

.indicator {
    width: 15% !important;
    height: 9px !important;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    color: #fff;
    font-size: 1.2em;
    width: 100%;
}

.footer svg {
    width: 18px;
    height: 18px;
}

.footer2 {
    background-color: #003F5F;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    color: #fff;
    font-size: 1.2em;
    width: 100%;
    padding: 5px;
}

.footer2 svg {
    width: 18px;
    height: 18px;
}

.carousel-control-prev {
    height: 10vh;
    margin-top: 38vh;
}

.carousel-control-next {
    height: 10vh;
    margin-top: 38vh;
}

.carousel-indicators {
    margin-bottom: 4rem;
}

.privacity {
    text-decoration: none;
    color: #fff;
    margin-left: 10%;
}

.siguenos {
    margin-left: 1%;
}

.social-media {
    text-decoration: none;
    color: #fff;
}

.social-media:hover {
    color: #fff;
}

.social-media-content {
    width: 15%;
    text-align: center;
    margin-left: 1%;
}

.button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.button-container-hunting {
    display: flex;
    justify-content: flex-start;
    /* Alinea los botones al lado izquierdo */
    align-items: center;
    gap: 5px;
}

.slide1-button {
    width: 17vw;
    height: 2.5rem;
    margin-left: 7vw;
    background-color: #18BE95;
    font-size: 1.3vw;
    text-decoration: none;
    color: #003F5F;
    border-radius: 20px;
    font-family: Montserrat;
    font-weight: 800;
    margin-top: 40vh;
    display: inline-block;
    text-align: center;
    line-height: 2.5rem;
    /* Centra verticalmente el texto */
    transition: all 0.3s ease;
    /* Transición suave para los efectos */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Sombra inicial */
}

.slide1-button-bag {
    width: 13vw;
    height: 2.5rem;
    background-color: #003F5F;
    font-size: 1.3vw;
    text-decoration: none;
    color: #FFCF59;
    border-radius: 20px;
    font-family: Montserrat;
    font-weight: 800;
    margin-top: 40vh;
    margin-right: 6vw;
    display: inline-block;
    text-align: center;
    line-height: 2.5rem;
    /* Centra verticalmente el texto */
    transition: all 0.3s ease;
    /* Transición suave para los efectos */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Sombra inicial */

}

.slide1-button:hover {
    background-color: #16a085;
    /* Color de fondo más oscuro en hover */
    color: #FFFFFF;
    /* Cambia el color del texto a blanco en hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 1);
    /* Sombra más pronunciada en hover */
    transform: translateY(-4px);
    /* Efecto de desplazamiento hacia arriba en hover */
}

.slide1-button-bag:hover {
    background-color: #002c44;
    /* Color de fondo más oscuro en hover */
    color: #FFFFFF;
    /* Cambia el color del texto a dorado en hover */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 1);
    /* Sombra más pronunciada en hover */
    transform: translateY(-6px);
    /* Efecto de desplazamiento hacia arriba en hover */
}



.bolsa-empleo-button {
    display: block;
    width: 40%;
    height: 3.5rem;
    margin-left: 2%;
    background-color: #FFCF59;
    font-size: 1.7rem;
    text-decoration: none;
    color: #003F5F;
    border-radius: 20px;
    font-family: Montserrat;
    font-weight: 800;
    padding: 1%;
}

.bolsa-empleo-button:hover {
    color: #003F5F;
}

.slide2-button {
    display: block;
    width: 17vw;
    height: 2.5rem;
    background-color: #18BE95;
    font-size: 1.3vw;
    text-decoration: none;
    color: #003F5F;
    border-radius: 20px;
    font-family: Montserrat;
    font-weight: 800;
    margin-top: 40vh;
    line-height: 2.5rem;
    /* Centra verticalmente el texto */
    transition: all 0.3s ease;
    /* Transición suave para los efectos */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Sombra inicial */
}

.slide2-button:hover {
    background-color: #16a085;
    /* Color de fondo más oscuro en hover */
    color: #FFFFFF !important;
    /* Cambia el color del texto a blanco en hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 1);
    /* Sombra más pronunciada en hover */
    transform: translateY(-4px);
    /* Efecto de desplazamiento hacia arriba en hover */
}

.slide-cotiza-green-button {
    display: block;
    width: 9vw;
    height: 2.5rem;
    background-color: #18BE95;
    font-size: 1.3vw;
    text-decoration: none;
    color: #003F5F;
    border-radius: 20px;
    font-family: Montserrat;
    font-weight: 800;
    margin-top: 40vh;
    line-height: 2.5rem;
    /* Centra verticalmente el texto */
    transition: all 0.3s ease;
    /* Transición suave para los efectos */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Sombra inicial */
}

.slide-cotiza-green-button:hover {
    background-color: #16a085;
    /* Color de fondo más oscuro en hover */
    color: #FFFFFF !important;
    /* Cambia el color del texto a blanco en hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 1);
    /* Sombra más pronunciada en hover */
    transform: translateY(-4px);
    /* Efecto de desplazamiento hacia arriba en hover */
}

.slide-cotiza-blue-button {
    display: block;
    width: 9vw;
    height: 2.5rem;
    background-color: #003F5F;
    font-size: 1.3vw;
    text-decoration: none;
    color: #FFCF59;
    border-radius: 20px;
    font-family: Montserrat;
    font-weight: 800;
    margin-top: 40vh;
    line-height: 2.5rem;
    /* Centra verticalmente el texto */
    transition: all 0.3s ease;
    /* Transición suave para los efectos */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Sombra inicial */
}

.slide-cotiza-blue-button:hover {
    background-color: #16a085;
    /* Color de fondo más oscuro en hover */
    color: #FFFFFF !important;
    /* Cambia el color del texto a blanco en hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 1);
    /* Sombra más pronunciada en hover */
    transform: translateY(-4px);
    /* Efecto de desplazamiento hacia arriba en hover */
}

.slide-cotiza-yellow-button {
    display: block;
    width: 9vw;
    height: 2.5rem;
    background-color: #FFCF59;
    font-size: 1.3vw;
    text-decoration: none;
    color: #003F5F;
    border-radius: 20px;
    font-family: Montserrat;
    font-weight: 800;
    margin-top: 40vh;
    line-height: 2.5rem;
    /* Centra verticalmente el texto */
    transition: all 0.3s ease;
    /* Transición suave para los efectos */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Sombra inicial */
}

.slide-cotiza-yellow-button:hover {
    background-color: #16a085;
    /* Color de fondo más oscuro en hover */
    color: #FFFFFF !important;
    /* Cambia el color del texto a blanco en hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 1);
    /* Sombra más pronunciada en hover */
    transform: translateY(-4px);
    /* Efecto de desplazamiento hacia arriba en hover */
}

.slide-cotiza-red-button {
    display: block;
    width: 9vw;
    height: 2.5rem;
    background-color: #FE6161;
    font-size: 1.3vw;
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 20px;
    font-family: Montserrat;
    font-weight: 800;
    margin-top: 40vh;
    line-height: 2.5rem;
    /* Centra verticalmente el texto */
    transition: all 0.3s ease;
    /* Transición suave para los efectos */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Sombra inicial */
}

.slide-cotiza-red-button:hover {
    background-color: #003F5F;
    /* Color de fondo más oscuro en hover */
    color: #FFFFFF !important;
    /* Cambia el color del texto a blanco en hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 1);
    /* Sombra más pronunciada en hover */
    transform: translateY(-4px);
    /* Efecto de desplazamiento hacia arriba en hover */
}

.slide-cotiza-yellow5-button {
    display: block;
    width: 9vw;
    height: 2.5rem;
    background-color: #FFCF59;
    font-size: 1.3vw;
    text-decoration: none;
    color: #003F5F;
    border-radius: 20px;
    font-family: Montserrat;
    font-weight: 800;
    margin-top: 45vh;
    line-height: 2.5rem;
    /* Centra verticalmente el texto */
    transition: all 0.3s ease;
    /* Transición suave para los efectos */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Sombra inicial */
}

.slide-cotiza-yellow5-button:hover {
    background-color: #16a085;
    /* Color de fondo más oscuro en hover */
    color: #FFFFFF !important;
    /* Cambia el color del texto a blanco en hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 1);
    /* Sombra más pronunciada en hover */
    transform: translateY(-4px);
    /* Efecto de desplazamiento hacia arriba en hover */
}

.slide3-button {
    display: block;
    width: 17vw;
    height: 2.5rem;
    background-color: #003F5F;
    font-size: 1.3vw;
    text-decoration: none;
    color: #FFCF59;
    border-radius: 20px;
    font-family: Montserrat;
    font-weight: 800;
    margin-top: 40vh;
    line-height: 2.5rem;
    /* Centra verticalmente el texto */
    transition: all 0.3s ease;
    /* Transición suave para los efectos */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Sombra inicial */
}

.slide3-button:hover {
    background-color: #16a085;
    /* Color de fondo más oscuro en hover */
    color: #FFFFFF !important;
    /* Cambia el color del texto a blanco en hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 1);
    /* Sombra más pronunciada en hover */
    transform: translateY(-4px);
    /* Efecto de desplazamiento hacia arriba en hover */
}

/* .slide2-button{
    display: block;
    width: 60%;
    height: 3.5rem;
    margin-left: 2%;
    background-color: #18BE95 ;
    font-size: 1.7rem;
    text-decoration: none;
    color: #003F5F;    
    border-radius: 20px;      
    font-family: Montserrat;  
    font-weight: 800;
    padding: 1%;
} */
/* .slide3-button{
    display: block;
    width: 60%;
    height: 3.5rem;
    margin-left: 2%;
    margin-top: 10%;
    background-color: #18BE95 ;
    font-size: 1.7rem;
    text-decoration: none;
    color: #003F5F;    
    border-radius: 20px;      
    font-family: Montserrat;  
    font-weight: 800;
    padding: 1%;
} */
.btn-cotizar-services {
    float: right;
    width: 15%;
    height: 3rem;
    margin-top: 1%;
    margin-right: 2%;
    background-color: #FFCF59;
    font-size: 1.3rem;
    text-decoration: none;
    color: #003F5F;
    border-radius: 20px;
    font-family: Montserrat;
    font-weight: 800;
    padding: 1%;
    text-align: center;
    line-height: 1.1;
}

.btn-cotizar-hunting {
    margin-top: 20vh;
    margin-right: 5vw;
    font-family: Montserrat;
    float: right;
    width: 15%;
    height: 4rem;
    background-color: #FFCF59;
    font-size: 1.8rem;
    text-decoration: none;
    color: #003F5F;
    border-radius: 20px;
    padding: 1%;
    text-align: center;
    line-height: 1;
}

.btn-cotizar-capacitaciones {
    margin-right: -50%;
    font-family: Montserrat;
    float: right;
    width: 25%;
    height: 4rem;
    background-color: #FFCF59;
    font-size: 1.8rem;
    text-decoration: none;
    color: #003F5F;
    border-radius: 20px;
    padding: 1%;
    text-align: center;
    line-height: 1.5;
}

/* Estilo del botón de WhatsApp */
.whatsapp-button {
    display: flex;
    align-items: center;
    /* Centrar verticalmente */
    justify-content: center;
    /* Centrar horizontalmente */
    background-color: #022638;
    /* Fondo azul */
    border: 2px solid #00FF00;
    /* Borde verde */
    border-radius: 10px;
    /* Bordes redondeados */
    padding: 5px;
    text-decoration: none;
    color: #fff;
    /* Texto blanco */
    font-size: 1.5vw;
    font-family: Arial, sans-serif;
    font-weight: bold;
    transition: background-color 0.3s, border-color 0.3s;
    text-align: center;
    margin-left: 10%;
}

.whatsapp-button:hover {
    background-color: #00cc00;
    /* Fondo azul oscuro en hover */
    border-color: #fff;
    /* Borde verde más claro en hover */
    color: #fff;
}

.whatsapp-icon {
    width: 24px;
    /* Tamaño del ícono */
    height: 24px;
    margin-right: 5px;
    margin-left: 5px;
}

.img-form {
    display: flex;
    justify-content: center;
    /* Centra horizontalmente */
    align-items: center;
    /* Centra verticalmente */
    height: 15vh;
    margin-bottom: 2vh;
}

.img-form img {
    max-width: 100%;
    /* Para asegurarte de que la imagen se adapte al contenedor */
    max-height: 100%;
    /* Evita que la imagen desborde el contenedor */
}





.btn-cotizar-services:hover {
    color: #003F5F;
}

.btn-cotizar-hunting:hover {
    color: #003F5F;
}

.btn-cotizar-capacitaciones:hover {
    color: #003F5F;
}

.menu {
    position: absolute;
    z-index: 3;
    Color: #fff;
    width: 100%;
    margin-top: 2%;
}

.menu-mobil {
    position: absolute;
    z-index: 3;
    width: 100vw;
    transition: width 2s;
    text-align: center;
    margin-top: 25%;
}

.menu-mobil a {
    text-decoration: none;
}

.menu-item-mobil {
    color: #FE6161;

}

.active-mobil {
    color: #18BE95;
}

.logo {
    margin-left: 12%;
    margin-right: 8%;

}

.contact-email {
    color: #003F5F;
    text-align: center;
}

.logo-mobile {
    width: 40%;
    margin-left: 4%;
    margin-top: 2%;
}

/* .home-icon{
    margin-left: 8%;
} */
.menu-item {
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    margin-left: 3%;
    font-weight: bold;

}

.menu-item:hover {
    color: #fff;
    cursor: pointer;
}

.active-item {
    width: 100%;
    border-bottom: solid 4px #FE6161;
}

.formulario-servicios-title {
    color: #003F5F;
    font-size: 4rem;
    font-family: Montserrat;
    text-align: center;
    font-weight: 700;
}

.formulario-servicios-text {
    color: #003F5F;
    font-size: 1.9rem;
    text-align: center;
    line-height: 1;
}

.input-form-div {
    border: solid 1px rgb(175, 175, 175);
    border-radius: 45px 45px 45px 45px;
}

.long {
    width: 45% !important;
}

.short {
    width: 50% !important;
    font-size: 1rem !important;
}

.interested-service {
    width: 25% !important;
}

.input-form-div label {
    font-size: 1.5rem;
    background-color: #18BE95;
    width: 20%;
    height: 2.8rem;
    border-radius: 45px 45px 45px 45px;
    font-family: Montserrat;
    color: #003F5F;
    text-align: center;
}

.input-form-div input {
    font-size: 1.5rem;
    width: 70%;
    border-radius: 45px 45px 45px 45px;
    font-family: Montserrat;
    color: #003F5F;
    text-align: center;
    border: none;
}

.input-form-div input:focus {
    text-decoration: none;
    outline: none;
}

.input-form-content {
    margin-top: 2%;
}

.textarea {
    margin-top: 2%;
    margin-left: 3%;
    color: #003F5F;
    font-size: 1.3rem;
}

.textarea-content {
    width: 96%;
    margin-left: 2%;
    border: none;
    color: #003F5F;
    font-size: 1.3rem;
}

.textarea-content:focus {
    outline: none;
}

.send {
    display: block;
    width: 20%;
    height: 3.5rem;
    margin-left: 40%;
    background-color: #003F5F;
    font-size: 1.7rem;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
    font-family: Montserrat;
    font-weight: 800;
    border: #003F5F;
    margin-top: 2%;

}

.copyright {
    text-align: center;
    font-size: 1.2rem;
    color: #003F5F;
}

.footer-medias {

    text-align: center;
    color: #003F5F;
}

.footer-medias a {
    text-decoration: none;
    color: #003F5F;
}

.footer-followus {
    text-decoration: none;
    color: #003F5F;
    font-size: 1.2rem;
    display: block;
}

.footer-privacity a {
    text-decoration: none !important;
    color: #003F5F;
    font-size: 1.2rem;
}

.hunting-parrafo-principal {
    width: 100%;
    margin-top: 2%;
    color: #003F5F;
    font-size: 2rem;
    line-height: 1.2;
    text-align: justify;
}

.hunting-title {
    width: 100%;
    margin-top: 4%;
    color: #003F5F;
    font-size: 2rem;
    line-height: 1.2;
    font-family: Montserrat;
    margin-bottom: 4%;
}

.servicios-content-hunting {
    margin-top: 2%;
    width: 80%;
    margin-left: 10%;
}

.hunting-vertical-img {
    height: auto;
    width: 7%;
    margin-left: 2%;
    display: inline-block;
}

.hunting-vertical-img img {
    display: inline-block;
    width: 6.3em;
}

.hunting-proceso {
    display: inline-block;
    width: 88%;
    float: right;
    vertical-align: top;
}

.hunting-proceso-title {
    width: 100%;
    color: #003F5F;
    font-size: 2.2rem;
    line-height: 1.2;
    font-family: Montserrat;
}

.hunting-proceso-text {
    width: 100%;
    margin-top: 1%;
    color: #003F5F;
    font-size: 2rem;
    line-height: 1.2;
    text-align: justify;
    margin-bottom: 4%;
}

.servicios-video-hunting {
    margin-top: 6%;
    width: 100%;
}

.capa-text {
    width: 90%;
    margin-top: 2%;
    margin-left: 5%;
    color: #003F5F;
    font-size: 2rem;
    line-height: 1.2;
    text-align: justify;
}

.capa-parrafo-slider {

    color: #003F5F;
    font-size: 2rem;
    line-height: 1.2;
    text-align: justify;
}

.next-button {
    margin-top: -300%;
}

.pre-button {
    margin-top: -300%;
}

.button-menu-mobil {
    position: absolute;
    z-index: 3;
    Color: #fff;
    width: 100%;
    display: none;
    margin-top: 2%;
}

.button-close-modal {
    margin-top: 3%;
    float: right;
    margin-right: 4%;
    background-color: #003F5F;
    color: #fff;
}

#modal {
    height: 100vh;
    width: 100vw;
    position: absolute;
    background-color: rgb(0, 63, 95, 0.7);
    z-index: 9999;
}

#electionModal {
    height: 100vh;
    width: 100vw;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modalText {
    width: 60%;
    text-align: center;
    color: #033b5e;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
}

.modalImg {
    width: 40%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.modalImg img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}

.modalImg img:hover {
    transform: scale(1.1) rotate(2deg);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transform: scale(1.1) rotate(2deg) translateY(-10px);
}



#videoModal {
    height: 100vh;
    width: 100vw;
    position: absolute;
    background-color: rgba(0, 63, 95, 0.7);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

#videoContainer {
    position: relative;
    display: inline-block;
}

#videoModal iframe {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

#closeBtn {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #FE6161;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 20px;
    cursor: pointer;
    z-index: 10000;
}



.hunting-f-t {
    display: none;
}

.services-s-t {
    display: none;
}

.form-select {
    width: 60vw;
    display: inline-block;
    float: right;
    margin-right: 1vw;
    font-size: 1.3rem;
    color: #003F5F;
    font-weight: bold;
}

.form-select option {
    font-size: 1.5rem;
    color: #003F5F;
}

.mt4 {
    display: none;
}

.mobile-home-block {
    display: none;
}

.estudio-f-t {
    display: none !important;
}









@media only screen and (min-device-width : 1025px) and (max-device-width : 1500px) {
    .logo {
        display: inline-block;
        margin-left: 5%;
        width: 12vw;
    }

    .home-icon {
        margin-left: 20vw;
    }

    .menu-item {
        margin-left: 1vw;
        font-size: 1rem;
    }

    .tph {

        margin-top: 10vh !important;
    }

    .servicios-content-footer {
        font-size: 1rem !important;
    }

    .copyright {
        font-size: 1.2rem;
    }

    .footer-followus {
        font-size: 1.2rem;
    }

    .footer-privacity a {
        font-size: 1.2rem !important;
    }

    .footer-medias a {
        margin-left: 4% !important;
    }
}

@media only screen and (min-device-width : 769px) and (max-device-width : 1024px) {
    .logo {
        display: none;

    }

    .home-icon {
        margin-left: 2%;
    }

    .menu-item {
        margin-left: 1vw;
        font-size: 1rem;

    }

    .footer {
        font-size: 0.7em;
        height: 12vh;
    }

    .footer2 {
        font-size: 0.7em;
        height: 15vh;
    }

    .mb-3 {
        margin-bottom: 0rem !important;
    }

    .whatsapp-button {
        font-size: 3.5vw;
    }

    .formulario-servicios-title {
        font-size: 2.5rem;
    }

    .formulario-servicios-text {
        font-size: 1.5rem;
    }

    .input-form-div {
        margin-bottom: 10px;
        padding: 0px !important;
    }

    .input-form-div label {
        height: 2rem;
        font-size: 1.1rem;
    }

    .form-select {
        height: 2rem;
        font-size: 0.8rem;
    }

    .form-select option {
        height: 2rem;
        font-size: 0.8rem;
    }

}

@media only screen and (min-device-width : 481px) and (max-device-width : 768px) {
    .logo {
        display: none;
    }

    .home-icon {

        margin-left: 2%;
    }

    .footer {
        font-size: 0.7em;
        height: 12vh;
    }

    .footer2 {
        font-size: 0.7em;
        height: 15vh;
    }

    .mb-3 {
        margin-bottom: 0rem !important;
    }

    .whatsapp-button {
        font-size: 3.5vw;
    }

    .menu-item {
        margin-left: 1vw;
        font-size: 1rem;
    }

    .formulario-servicios-title {
        font-size: 2.5rem;
    }

    .formulario-servicios-text {
        font-size: 1.5rem;
    }

    .input-form-div {
        margin-bottom: 10px;
        padding: 0px !important;
    }

    .input-form-div label {
        height: 2rem;
        font-size: 1.1rem;
    }

    .form-select {
        height: 2rem;
        font-size: 0.8rem;
    }

    .form-select option {
        height: 2rem;
        font-size: 0.8rem;
    }



}

@media only screen and (min-device-width : 278px) and (max-device-width : 480px) {

  
    .menu {
        display: none;
    }

    .button-menu-mobil {
        display: block;
    }

    .footer {
        height: 5vh;
        font-size: 10px;
    }

    .mobile-form-services {
        display: none;
    }

    .img-form {
        display: none;
    }

    .footer2 {
        display: none;
    }

    .desk-form-services {
        position: absolute;
        margin-top: 0vh;
        padding: 20px;
        height: 100vh;
        background-color: rgb(255, 255, 255);
        z-index: 9999;
    }


    .close-button-form {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        border: none;
        font-size: 24px;
        color: #022638;
        /* Color de la X */
        cursor: pointer;
        z-index: 10000;
        /* Asegura que esté encima de otros elementos */
    }

    .formulario-servicios-title {
        margin-top: 10vh;
    }

    .whatsapp-button-mobile {
        position: fixed;
        top: 85%;
        left: 90%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background-color: #022638;
        border: 2px solid #00FF00;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 24px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
        text-decoration: none;
        z-index: 1000;
    }

    .whatsapp-button-mobile:hover {
        background-color: #1ebe5c;
    }

    .whatsapp-icon-mobile {
        margin: 0;
    }

    .mobile-form-services {
        border: solid black;
    }



    .mobile-home-footer {
        position: absolute;
        right: 0;
        bottom: 0vh;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 0;
        margin-left: 0;
        list-style: none;
        color: #fff;
        font-size: 1.2em;
        width: 100%;

        background-color: rgba(0, 63, 95, 0.1);
        padding: 5px;
    }
    
    .contact-info-container{
        width: 90vw;
        margin-left: 5vw;
        border-radius: 40px;
        margin-top: 10px;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 20px;
    }

    .mobile-home-block {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        display: block;
        justify-content: center;
        padding: 0;
        margin-right: 0;
        margin-left: 0;
        color: #fff;
        font-size: 1.5em;
        width: 100%;
        height: 55vh;
    }

    .text-carousel-block {
        font-size: 13vw;
        width: 90vw;
        margin-left: 5vw;
    }

    /**botones de vista móvil**/




    .slide-button-mobile {
        display: block;
        width: 85vw;
        height: 2.5rem;
        margin-left: 7.5vw;
        font-size: 1.5rem;
        text-decoration: none;
        border-radius: 10px;
        font-family: Montserrat;
        font-weight: 800;
        text-align: center;
    }

    .button-container-hunting-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }

    .slide-button-mobile-hunting {
        display: flex;
        width: 30vw;
        height: 2.5rem;
        font-size: 1.1rem;
        text-decoration: none;
        border-radius: 10px;
        font-family: Montserrat;
        font-weight: 800;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .mobile-first-button {
        background-color: #18BE95;
        color: #003F5F;
    }

    .mobile-second-button {
        background-color: #003F5F;
        color: #FFCF59;
    }

    .mobile-third-button {
        background-color: #FFCF59;
        color: #003F5F;
    }

    .mobile-fourth-button {
        background-color: #FE6161;
        color: #fff;
    }

    .footer svg {
        width: 12px;
        height: 12px;
        margin-top: 1vh;
    }

    .siguenos {
        display: none;
    }

    .social-media-content {
        width: 33%;
    }

    .carousel-desk {
        display: none;
    }

    .carousel-mobil {
        display: block;
    }

    .carousel-home img {
        width: 100vw;
        height: 86vh;
        overflow: hidden;
    }

    .d-md-block {
        display: block !important;
        width: 80vw;
        height: 72vh;
        margin-left: 0%;
    }

    .services-slide-text {
        width: 60vw !important;
        height: 35vh;
    }

    .mobil-parrafo-slider {
        display: block !important;
        text-align: center;
        color: #003F5F;
        font-size: 1.2rem;
        line-height: 1;
        margin-top: 3%;
        width: 90vw;
        margin-left: 5vw;
    }

    .text-carousel {
        font-size: 7vw;
        margin-top: 65%;
    }
  

    .services-f-t {
        display: none !important;
    }

    .services-s-t {
        text-align: center;
        color: #003F5F;
        font-size: 2.5rem;
        line-height: 1;
        width: 90%;
        margin-left: 5%;
        text-align: left;
        display: block;
    }

    .slide1-button {
        width: 80%;
        font-size: 5vw;
        height: 3rem;
        padding: 2%;
    }

    .slide2-button {
        width: 80%;
        font-size: 5vw;
        height: 3rem;
        padding: 2%;
    }

    .slide3-button {
        width: 80%;
        font-size: 5vw;
        height: 3rem;
        padding: 2%;
    }

    .carousel-indicators {
        margin-bottom: 2rem;
    }

    .indicator {
        width: 30% !important;
        height: 5px !important;
    }

    .servicios-content {
        height: 0vh;
    }

    .text-carousel-servicios {
        display: none;
    }

    .title-carousel-servicios {
        margin-top: 8vh;
        font-size: 2rem;
        width: 95vw;
        margin-left: -10vw !important;
    }

    .title2-services {
        margin-top: 2vh;
        font-size: 1.8rem;
    }

    .title3-services {
        margin-top: 0vh;
        font-size: 2rem;
        width: 80vw;
        margin-left: 0vw !important;
    }

    .title4-services {
        margin-top: 13vh;
        font-size: 2rem;
        width: 80vw;
        margin-left: 0vw !important;
    }

    .btn-cotizar-services {
        margin-top: 0%;
        width: 30vw;
        height: 2rem;
        font-size: 1rem;
        padding: 2%;
        text-align: center;

    }

    .formulario-servicios-title {
        font-size: 2rem;
    }

    .formulario-servicios-text {
        font-size: 1.2rem;
        text-align: justify;
    }

    .input-form-div label {
        font-size: 1rem;
        height: 2rem;
        width: 29%;
    }

    .input-form-div input {
        width: 60%;
        height: 1.6rem;
        vertical-align: middle;
        font-size: 1rem;
    }

    .input-form-div {
        margin-top: 2%;
    }

    .interested-service {
        width: 50% !important;
    }

    .textarea-content {
        height: 10vh;
    }

    .send {
        font-size: 1.2rem;
        height: 2rem;
        width: 30%;
        margin-left: 70%;
    }

    .servicios-content3 {
        height: 20vh;
    }

    .servicios-content2 {
        width: 100%;
        margin-left: 0%;
    }

    .mobile-form-services {
        margin-top: 8vh;
        width: 90%;
        margin-left: 5%;
    }

    .mobile-text-area {
        border-radius: 20px 20px 20px 20px;
    }

    .form-select {
        margin-top: 1%;
        font-size: 1rem;
        float: none;
        width: 80vw;
        margin-left: 5vw;
    }

    .form-select:focus {
        border: none !important;
    }

    .mobile-form-select-services {
        height: 10vh;
        border-radius: 10px 10px 10px 10px;
    }

    .mobile-servicios-content3 {
        height: 17vh;
    }

    .mobile-servicios-content3 h5 {
        font-size: 2.5rem;
        margin-top: -4%;
        line-height: 1;
    }

    .mobile-servicios-content3 a {
        font-size: 1rem;
        float: right;
        margin-top: -12%;
        width: 50%;
        height: 5vh;
    }

    .mobile-servicios-content3 p {
        font-size: 1.5rem;
    }

    .servicios-content-footer {
        height: 12vh;
    }

    .copyright {
        text-align: center;
        font-size: 0.5rem;
        color: #fff;
    }

    .copyright a {
        text-decoration: none;
        color: #fff;
    }

    .footer-medias svg {
        width: 16px;
        height: 16px;
        margin-left: 3%;

        color: #fff
    }

    .footer-privacity {
        text-align: center;

        color: #fff
    }

    .footer-privacity a {
        font-size: 0.9rem;
        color: #fff
    }

    .mobile-d-md-block-hunting {
        display: none !important;
    }

    .btn-mobile-hunting {
        float: right;
        width: 25vw;
        height: 5vh;
        background-color: #FFCF59;
        font-size: 1.3rem;
        text-decoration: none;
        color: rgb(0, 63, 95);
        border-radius: 20px;
        font-family: Montserrat;
        font-weight: 800;
        padding: 1%;
        text-align: center;
        line-height: 1.5;
    }

    .hunting-f-t {
        text-align: justify;
        color: #003F5F;
        font-size: 2.2rem;
        line-height: 1;
        width: 90%;
        margin-left: 5%;
        text-align: left;
        margin-bottom: 4vh;
        display: block;
    }

    .hunting-s-t {
        font-size: 1.2rem;
    }

    .hunting-title {
        font-size: 1.3rem;
        font-weight: bolder;
        margin-bottom: 3vh;
        text-align: justify;
    }

    .hunting-t-t {
        display: none;
    }

    .hunting-proceso-title {
        font-size: 1.3rem;
        font-weight: bolder;
    }

    .hunting-proceso-text {
        font-size: 1.2rem;
    }

    .hunting-vertical-img {
        margin-top: 2vh;
        height: 80vh;
        width: 7vw;
        margin-left: 0%;
        display: inline-block;
    }

    .hunting-vertical-img img {
        display: inline-block;
        width: 10vw;
        height: 100%;
    }

    .servicios-video-hunting iframe {
        height: 30vh;
    }

    .bolsa-empleo-hunting {
        display: block !important;
    }

    .estudio-f-t {
        text-align: justify;
        color: #003F5F;
        font-size: 2rem;
        line-height: 1;
        width: 90%;
        margin-left: 5%;
        text-align: left;
        margin-bottom: 4vh;
        font-weight: bolder;
        display: block !important;
    }

    .estudio-s-t {
        font-size: 1.2rem;
    }

    .capa-title {
        display: none !important;
    }

    .capa-text,
    .capa-parrafo-slider {
        font-size: 1.2rem;
        width: 90%;
        margin-left: 5%;
    }

    .mobile-home-text {
        display: block !important;
    }

    .m-t1 {
        width: 90vw;
        margin-left: 2vw !important;
    }

    .m-t2 {
        margin-top: -5vh;
    }

    .mt1 {
        margin-top: -3vh;
    }

    .mt2 {
        margin-top: 4vh;
    }

    .mt3 {
        display: none;
    }

    .mt4 {
        display: block !important;
    }



    .modalText {
        width: 96%;
        margin-top: -15vh !important;
        font-size: 25px;
    }

    .modalImg {
        width: 50%;
        display: block;
    }

    .modalImg img {
        margin-bottom: 20px;
    }
}