@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;
    box-sizing: border-box;
    font-family: 'Poppins', 'calibri', sans-serif;
}
body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
body::-webkit-scrollbar-track {
    background: rgb(61, 43, 77);
    height: 1px;
}  
body::-webkit-scrollbar-thumb {
    background-color: rgb(59, 134, 71);
    border-radius: 20px;
    border: 1px solid rgb(59, 134, 71);
}
.header{
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 25px;
    background: #ffffffde;
    backdrop-filter: blur(30px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    color: rgb(57, 190, 108);
    position: fixed;
    /* transition: 0.5s; */
    box-shadow: 0px 2px 10px 10px rgba(222,222,222,.25);
}
.header h1{
    font-weight: 400;
    color: #499B4A;
}
.header .menu,.cerrar_menu{
    display: none;
}
.header .navbar {
    display: flex;
    width: 800px;
    justify-content: center;
    align-items: center;
}
.header .navbar a{
    text-decoration: none;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: 10px;
    font-size: 22px;
    font-weight: 400;
    color: #499B4A;
    transition: 0.5s;
}
.header .navbar a:hover{
    color: #0b1681;
}
.header img{
    width: 90px;
}
.logo_inicio {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
}
.logo_inicio img{
    width: 600px;   
}

/* Contenedor portada */

.contenedor-inicio{
    display: flex;
    flex-wrap: wrap;
    margin: 140px 20px 0 30px;
    justify-content: center;
    align-items: center;
}
.contenedor-inicio img{
    position: relative;
    width: 400px;
    margin: 0;
    object-fit: cover;
    border-radius: 20px;
}
.contenedor-inicio .img-inicio{
    margin-left: -70px;
}

/* Nosotros */
.nosotros{
    background-image: url(./img/fondo\ nosotros.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 90%;
    /* height: 80vh; */
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin: 50px auto;
}
.nosotros .contenedor-nosotros h1{
    color: #43901F;
    font-weight: 400;
    font-size: 70px;
}
.nosotros .contenedor-nosotros p{
    font-size: 24px;
    text-align: justify;
}
.contenedor-nosotros{
    width: 1100px;
    padding: 60px 10%;
}
.contenedor-nosotros a{
    text-decoration: none;
    text-align: center;
    color: #43901F;
    font-size: 24px;
    transition: 1s;
}
.contenedor-nosotros a:hover{
    color: #46918F;
}
/* Carrusel */

.titulo-productos{
    text-align: center;
    color: #fff;
}
.titulo-productos h1{
    font-size: 70px;
    font-weight: 400;
}
.slide{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55vh;
    background: url(./img/Portada\ v-organex.png) #030728 no-repeat center;
    background-size: 100%;
    margin-top: 30px;
}
.slider-wrapper {
    overflow: hidden;
    max-width: 1600px;
    margin: 0 70px 55px;
}
.card-list{
    margin-top: 50px;
}
.card-list .card-item{
    color: #fff;
    user-select: none;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.card-list .card-item .user-image{
    width: 150px;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 3px solid #fff;
    padding: 4px;
}
.card-list .card-item .user-profession{
    font-size: 1.1rem;
    color: rgb(1, 43, 105);
    font-weight: 500;
    margin: 14px 0 30px;
}
.card-list .card-item .message-button{
    font-size: 1.1rem;
    padding: 10px 35px;
    color: #030728;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    background: #fff;
    border: 1px solid transparent;
    transition: 0.2s ease;
    text-decoration: none;
}
.card-list .card-item .message-button:hover{
    background: rgb(255, 255, 255, 0.1);
    border: 1px solid #fff;
    color: #fff;
}
.slider-wrapper .swiper-pagination-bullet {
    background: #fff;
    height: 15px;
    width: 15px;
}
.slider-wrapper .swiper-slide-button {
    color: #fff;
    margin-top: -50px;
    transition: 0.2s ease;
}
.slider-wrapper .swiper-slide-button:hover{
    color: #43901F;
}

/* Salud */

.titulo-salud{
    display: flex;
    margin-top: 30px;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.titulo-salud h1{
    color: #43901F;
    font-weight: 400;
    font-size: 70px;
}
.salud{
    margin-top: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* height: 90vh; */
}
.salud iframe{
    width: 900px;
    height: 655px;
    margin: 20px;
    border-radius: 20px;
}

/* Carrusel casos de éxito */

.slide-case{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55vh;
    background: url(./img/fondo\ caso\ de\ exito.png) #030728 no-repeat center;
    background-size: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}
.slider-wrapper-case {
    overflow: hidden;
    max-width: 1400px;
    margin: 0 70px 55px;
    height: 45vh;
}
.titulo-case{
    text-align: center;
    color: #fff;
}
.titulo-case h1{
    font-size: 70px;
    font-weight: 400;
}
.card-list-case{
    margin-top: 50px;
}
.card-list-case .card-item-case{
    color: #fff;
    user-select: none;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    border-radius: 8px;
    backdrop-filter: blur(30px);
    background: rgba(87, 86, 86, 0.2);
    border: 1px solid rgba(87, 86, 86, 0.2);
}
.card-list-case .card-item-case .user-image-case{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 3px solid #fff;
    padding: 4px;
}
.card-list-case .card-item-case h2{
    font-weight: 300;
}
.card-list-case .card-item-case .user-profession{
    font-size: 1.1rem;
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin: 14px 0 30px;
    font-weight: 300;
}
.slider-wrapper-case .swiper-pagination-bullet {
    background: #fff;
    height: 15px;
    width: 30px;
}
.slider-wrapper-case .swiper-slide-button {
    color: #fff;
    margin-top: -50px;
    transition: 0.2s ease;
}
.slider-wrapper-case .swiper-slide-button:hover{
    color: #43901F;
}

/* registro de empleo */
.img-form-registro {
    display: none;
}
.container-empleo{
    background-image: url(./img/fondo\ registro.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: cover;
    border: 2px solid #46918F;
    width: 80%;
    margin: auto;
    border-radius: 20px;
    justify-content: end;
    display: flex;
    text-align: center;
    align-items: center;
    height: 50vh;
}
.formulario-registro{
    display: block;
    /* border: 2px solid tomato; */
    width: 50%;
    margin-right: 3%;
}
.formulario-registro h1{
    color: #46918F;
    font-weight: 400;
    font-size: 60px;
}
.form-registro{
    display: flex;
    flex-direction: column;
    padding: 50px 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.inputs-registro{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.input-registro{
    display: flex;
    flex-direction: column;
    width: 250px;
    font-size: 24px;
    margin: 10px;    
}
.input-registro label{
    margin-bottom: 10px;
}
.textarea-registro{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.textarea-registro textarea{
    width: 550px;
    height: 50px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #46918F;
    outline: none;
    transition: 0.5s;
    
}
.input-registro input{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #46918F;
    outline: none;
    transition: 0.5s;
    height: 30px;
}
.input-registro input:focus{
    box-shadow: 0 0 5px #46918F;
}
.textarea-registro textarea:focus{
    box-shadow: 0 0 5px #46918F;
}
.opciones {
    display: flex;
    flex-direction: column;
    width: 250px;
    font-size: 20px;
    margin: 10px;
    justify-content: center;
    align-items: center;
}
.opciones select {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #46918F;
    height: 50px;
    outline: none;
}
.btn-registro{
    display: flex;
    position: relative;
    width: 200px;
    height: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    border-radius: 10px;
    border: 2px solid #46918F;
    color: #46918F;
    background: transparent;
    cursor: pointer;
    font-size: 24px;
    letter-spacing: 1px;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}
.btn-registro:hover {
    color: #fff;
    border: 2px solid #46918F;
}
.btn-registro::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #46918F;
    z-index: -1;
    transition: .5s;
}
.btn-registro:hover::before{
    width: 100%;
}

/* Contacto */
.formulario {
    display: flex;
    flex-direction: column;
    margin: 30px auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 2px solid #499B4A;
    width: 60%;
    border-radius: 20px;
    padding: 20px;
}
.formulario .titulo-form h1 {
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 50px;
}
.form .container-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    
}
.form .inputs{
    display: flex;
    flex-direction: column;
    font-size: 25px;
}
.form input {
    background: transparent;
    border-bottom: 2px solid #499B4A;
    border-right: none;
    border-left: none;
    border-top: none;
    color: #499B4A;
    font-size: 16px;
    outline: none;
    line-height: 45px;
    padding: 0 10px;
    transition: 1s;
    text-align: center;
}
.form input:focus {
    box-shadow: 0 0 5px #43901F;
}
.form textarea {
    background: transparent;
    border-bottom: 2px solid #499B4A;
    border-right: none;
    border-left: none;
    border-top: none;
    color: #499B4A;
    font-size: 16px;
    outline: none;
    line-height: 45px;
    padding: 0 10px;
    transition: 1s;
    height: 80px;
    width: 100%;
    font-size: 16px;
}
.text-area-size {
    margin-bottom: 15px;
}
.text-area-size label{
    font-size: 25px;
}
.form textarea:focus {
    box-shadow: 0 0 5px #43901F;
}
.form button {
    position: relative;
    background: transparent;
    color: #499B4A;
    height: 40px;
    width: 150px;
    border: 2px solid #499B4A;
    border-radius: 10px;
    cursor: pointer;
    font-size: 25px;
    letter-spacing: 1px;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    margin: auto;
}
.form button:hover {
    color: #fff;
    border: 2px solid #499B4A;
}
.form button::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #499B4A;
    z-index: -1;
    transition: .5s;
}
.form button:hover::before{
    width: 100%;
}

/* footer */
footer{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 97%;
    gap: 10px;
    background: #499B4A;
    backdrop-filter: blur(30px);
    padding-bottom: 30px;
    border-radius: 20px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
footer .redes{
    margin-top: 30px;
    height: 60px;
    margin-bottom: 20px;
}
footer .redes i{
    color: #fff;
    transition: 0.5s;
    font-size: 60px;
    padding: 20px;
}
footer .redes i:hover{
    color: #0b1681;
}
footer .aviso a{
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    transition: 0.5s;
}
footer .aviso a:hover{
    color: #0b1681;
}
footer .copy{
    color: #fff;
    font-size: 30px;
}
footer .design{
    color: #fff;
}
footer .design h3{
    font-weight: 300;
    font-size: 26px;
}
footer .design a{
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 26px;
}
footer .design a:hover{
    color: #0b1681;
}

/* Boton de whatsapp flotante */
.btn-whats{
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 30px;
    right: 30px;
    color: #fff;
    background-color: #72EA5F;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 80;
}
.btn-whats:hover{
    color: #72EA5F;
    background: rgba(0, 0, 0);
}

@media (max-width: 768px) {
    .slider-wrapper {
        margin: 0 10px 40px;
    }
    .slider-wrapper .swiper-slide-button {
        display: none;
    }
    .slider-wrapper-case .swiper-slide-button {
        display: none;
    }
}

@media (width <= 1920px){
    .header .navbar a{
        font-size: 26px;
    }
    .contenedor-inicio{
        display: flex;
        flex-wrap: wrap;
        margin: 140px 20px 0 30px;
        justify-content: center;
        align-items: center;
    }
    .contenedor-nosotros{
        width: 1000px;
        padding: 60px 10%;
    }
    .slider-wrapper {
        overflow: hidden;
        max-width: 1600px;
        margin: 0 70px 55px;
    }
    .salud iframe{
        width: 800px;
        height: 555px;
        margin: 20px;
        border-radius: 20px;
    }
    .slider-wrapper-case {
        height: 55vh;
    }
}

@media (width <= 1368px){
    .header .navbar a{
        font-size: 22px;
    }
    .contenedor-inicio{
        display: flex;
        flex-wrap: wrap;
        margin: 140px 20px 0 0;
        justify-content: center;
        align-items: center;
    }
    .contenedor-inicio img{
        position: relative;
        width: 300px;
        margin: 0;
        object-fit: cover;
        border-radius: 20px;
    }
    .contenedor-inicio .img-inicio{
        margin-left: -80px;
    }
    .nosotros{
        width: 85%;
    }
    .contenedor-nosotros{
        width: 600px;
        padding: 60px 5%;
    }
    .nosotros .contenedor-nosotros h1{
        color: #43901F;
        font-weight: 400;
        font-size: 45px;
    }
    .nosotros .contenedor-nosotros p{
        font-size: 18px;
        text-align: justify;
    }
    .slider-wrapper {
        overflow: hidden;
        max-width: 1200px;
        margin: 0 70px 55px;
        height: 100vh;
    }
    .salud iframe{
        width: 600px;
        height: 355px;
        margin: 20px;
        border-radius: 20px;
    }
    .titulo-salud h1{
        font-size: 45px;
    }
    .slide-case{
        min-height: 75vh;
    }
    .titulo-case h1{
        font-size: 55px;
        font-weight: 400;
    }
    .slide-case{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 130vh;
        background: url(./img/fondo\ caso\ de\ exito.png) #030728 no-repeat center;
        background-size: 100%;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .slider-wrapper-case {
        overflow: hidden;
        max-width: 1100px;
        margin: 0 70px 55px;
        height: 110vh;
    }
    .container-empleo{
        width: 90%;
        height: 80vh;
    }
    .formulario-registro h1{
        color: #46918F;
        font-weight: 400;
        font-size: 45px;
    }
    .input-registro{
        display: flex;
        flex-direction: column;
        width: 200px;
        font-size: 18px;
        margin: 10px;    
    }
    .formulario .titulo-form h1{
        font-size: 35px;
    }
    .container-inputs .inputs label{
        margin-bottom: 10px;
        font-size: 19px;
    }
    .text-area-size label{
        font-size: 19px;
    }
    footer .aviso a{
        text-decoration: none;
        color: #fff;
        font-size: 25px;
        transition: 0.5s;
    }
    footer .redes i{
        color: #fff;
        transition: 0.5s;
        font-size: 50px;
    }
    footer .copy{
        font-size: 22px;
    }
    footer .design a{
        font-size: 22px;
    }
    footer .design h3{
        font-weight: 300;
        font-size: 22px;
    }
}

@media (width <= 950px ){
    .header .menu,.cerrar_menu{
        display: block;
    }
    .menu{
        font-size: 25px;
        padding: 10px;
        background-color: transparent;
        color: #499B4A;
        cursor: pointer;
        border: none;
    }
    .menu:hover{
        color: #030728;
    }
    .cerrar_menu{
        font-size: 25px;
        padding: 10px;
        background-color: transparent;
        color: #499B4A;
        border: none;
        cursor: pointer;
    }
    .cerrar_menu:hover{
        color: #030728;
    }
    .header .navbar {
        opacity: 0;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #fff;
        padding: 2rem;
        border-radius: 0 0 0 10px;
        color: #43901F;
        width: 200px;
        align-items: flex-end;
    }
    .navbar.visible{
        opacity: 1;
        visibility: visible;
    }
    .navbar a{
        display: flex;
        flex-direction: column;
    }
    .contenedor-inicio{
        display: flex;
        flex-wrap: wrap;
        margin: 140px 20px 0 0;
        justify-content: center;
        align-items: center;
    }
    .contenedor-inicio img{
        position: relative;
        width: 200px;
        margin: 0;
        object-fit: cover;
        border-radius: 20px;
    }
    .contenedor-inicio .img-inicio{
        margin-left: -50px;
    }
    .nosotros{
        width: 92%;
    }
    .contenedor-nosotros{
        width: 450px;
        padding: 60px 5%;
    }
    .nosotros .contenedor-nosotros h1{
        color: #43901F;
        font-weight: 400;
        font-size: 30px;
    }
    .nosotros .contenedor-nosotros p{
        font-size: 16px;
        text-align: justify;
    }
    .titulo-productos h1{
        font-size: 45px;
        font-weight: 400;
    }
    .slide{
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(./img/Portada\ v-organex.png) #030728 no-repeat center;
        background-size: cover;
        margin-top: 30px;
    }
    .slider-wrapper {
        overflow: hidden;
        max-width: 900px;
        margin: 0 70px 55px;
        height: 100vh;
    }
    .card-list{
        margin-top: 30px;
    }
    .titulo-salud h1{
        font-size: 45px;
    }
    .salud iframe{
        width: 350px;
        height: 180px;
        margin: 20px;
        border-radius: 20px;
    }
    .slide-case{
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(./img/fondo\ caso\ de\ exito.png) #030728 no-repeat center;
        background-size: cover;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .slider-wrapper-case {
        overflow: hidden;
        max-width: 1400px;
        margin: 0 70px 55px;
        height: 100vh;
    }
    .titulo-case h1{
        font-size: 35px;
        font-weight: 400;
    }
    .card-list-case{
        margin-top: 30px;
    }
    .card-list-case .card-item-case .user-image-case{
        width: 100px;
        height: 100px;
    }
    .card-list-case .card-item-case h2{
        font-weight: 300;
        font-size: 20px;
    }
    .card-list-case .card-item-case .user-profession{
        font-size: .9rem;
        text-align: justify;
    }
    .img-form-registro{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 5px;
    }
    .img-form-registro img{
        width: 350px;
        border-radius: 10px;
    }
    .container-empleo{
        background-image: none;
        border: 2px solid #46918F;
        width: 60%;
        margin: auto;
        height: 90vh;
        border-radius: 20px;
        justify-content: center;
        display: flex;
        text-align: center;
        align-items: center;
    }
    .formulario-registro{
        display: block;
        width: 60%;
        margin-right: 3%;
        padding-top: 20px;
    }
    .formulario-registro h1{
        color: #46918F;
        font-weight: 400;
        font-size: 26px;
    }
    .form-registro{
        display: flex;
        flex-direction: column;
        padding: 20px 20px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .inputs-registro{
        display: grid;
        grid-template-columns: 1fr;
    }
    .input-registro{
        display: block;
        width: 300px;
    }
    .input-registro input{
        width: 300px;
    }
    .textarea-registro{
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }
    .input-registro input{
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #46918F;
        outline: none;
        transition: 0.5s;
        height: 30px;
    }
    .btn-registro{
        display: flex;
        position: relative;
        width: 180px;
        height: 40px;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 30px;
        border-radius: 10px;
        border: 2px solid #46918F;
        color: #46918F;
        background: transparent;
        cursor: pointer;
        font-size: 18px;
        letter-spacing: 1px;
        z-index: 1;
        overflow: hidden;
        transition: 0.5s;
    }
    .btn-registro:hover {
        color: #fff;
        border: 2px solid #46918F;
    }
    .btn-registro::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #46918F;
        z-index: -1;
        transition: .5s;
    }
    .btn-registro:hover::before{
        width: 100%;
    }
    .formulario {
        display: flex;
        flex-direction: column;
        margin: 20px auto;
        justify-content: center;
        align-items: center;
        text-align: center;
        border: 2px solid #43901F;
        width: 60%;
        border-radius: 20px;
        padding: 20px;
    }
    .formulario .titulo-form h1 {
        font-weight: 300;
        font-size: 26px;
        margin-bottom: 20px;
    }
    .form .container-inputs {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;   
    }
    .form .inputs{
        display: flex;
        flex-direction: column;
    }
    .form .inputs label{
        font-size: 20px;
    }
    .form .text-area-size label{
        font-size: 20px;
    }
    footer .redes{
        margin-top: 30px;
        margin-bottom: 30px;
        height: 60px;
    }
    footer .redes i{
        font-size: 50px;
        padding: 20px;
    }
    footer .aviso a{
        font-size: 26px;
    }
    footer .copy{
        color: #fff;
        font-size: 22px;
    }
    footer .design h3{
        font-weight: 300;
        font-size: 18px;
    }
    footer .design a{
    font-size: 18px;
    }
}

@media (width <= 470px) {
    .header{
        gap: 15px;
    }
    .header h1{
        font-size: 22px;
    }
    .header .menu,.cerrar_menu{
        display: block;
    }
    .menu{
        font-size: 25px;
        padding: 10px;
        background-color: transparent;
        color: #499B4A;
        cursor: pointer;
        border: none;
    }
    .menu:hover{
        color: #030728;
    }
    .cerrar_menu{
        font-size: 25px;
        padding: 10px;
        background-color: transparent;
        color: #43901F;
        border: none;
        cursor: pointer;
    }
    .cerrar_menu:hover{
        color: #030728;
    }
    .navbar {
        opacity: 0;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #fff;
        padding: 2rem;
        border-radius: 0 0 0 10px;
        color: #43901F;
        align-items: flex-end;
    }
    .navbar.visible{
        opacity: 1;
        visibility: visible;
    }
    .navbar a{
        display: flex;
        flex-direction: column;
        font-size: 18px;
        color: #fff;
    }
    .logo_inicio img{
        width: 400px;   
    }
    .contenedor-inicio{
        display: flex;
        margin: 120px 20px 0 30px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .contenedor-inicio .inicio-img{
        margin-left: auto;
        margin-top: 20px;
        width: 300px;
    }
    .nosotros{
        width: 92%;
    }
    .contenedor-nosotros{
        width: 450px;
        padding: 60px 5%;
    }
    .nosotros .contenedor-nosotros h1{
        color: #43901F;
        font-weight: 400;
        font-size: 30px;
    }
    .nosotros .contenedor-nosotros p{
        font-size: 16px;
        text-align: justify;
    }
    .titulo-productos h1{
        font-size: 45px;
        font-weight: 400;
    }
    .slide{
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(./img/Portada\ v-organex.png) #030728 no-repeat center;
        background-size: cover;
        margin-top: 30px;
    }
    .slider-wrapper {
        align-items: center;
        overflow: hidden;
        width: 380px;
        margin: 20px 3px;
        height: 90vh;
    }
    .card-list{
        margin-top: 10px;
    }
    .titulo-salud h1{
        font-size: 30px;
    }
    .salud iframe{
        width: 350px;
        height: 180px;
        margin: 20px;
        border-radius: 20px;
    }
    .slide-case{
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(./img/fondo\ caso\ de\ exito.png) #030728 no-repeat center;
        background-size: cover;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .slider-wrapper-case {
        overflow: hidden;
        width: 380px;
        margin: 20px 3px;
        height: 75vh;
    }
    .titulo-case h1{
        font-size: 35px;
        font-weight: 400;
    }
    .card-list-case{
        margin-top: 30px;
    }
    .card-list-case .card-item-case .user-image-case{
        width: 100px;
        height: 100px;
    }
    .card-list-case .card-item-case h2{
        font-weight: 300;
        font-size: 20px;
    }
    .card-list-case .card-item-case .user-profession{
        font-size: .9rem;
        text-align: justify;
    }
    .img-form-registro{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 5px;
    }
    .img-form-registro img{
        width: 350px;
        border-radius: 10px;
    }
    .container-empleo{
        background-image: none;
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: cover;
        border: 2px solid #46918F;
        width: 80%;
        margin: auto;
        border-radius: 20px;
        justify-content: center;
        display: flex;
        text-align: center;
        align-items: center;
    }
    .formulario-registro{
        display: block;
        width: 80%;
        padding-top: 20px;
    }
    .formulario-registro h1{
        color: #46918F;
        font-weight: 400;
        font-size: 22px;
    }
    .form-registro{
        display: flex;
        flex-direction: column;
        padding: 20px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .inputs-registro{
        display: grid;
        place-content: center;
        grid-template-columns: 1fr;
    }
    .input-registro{
        display: block;
        width: 250px;
    }
    .input-registro input{
        width: 250px;
    }
    .textarea-registro{
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }
    .textarea-registro textarea{
        width: 250px;
    }
    .input-registro input{
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #46918F;
        outline: none;
        transition: 0.5s;
        height: 30px;
    }
    .btn-registro{
        display: flex;
        position: relative;
        width: 180px;
        height: 40px;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        border-radius: 10px;
        border: 2px solid #46918F;
        color: #46918F;
        background: transparent;
        cursor: pointer;
        font-size: 18px;
        letter-spacing: 1px;
        z-index: 1;
        overflow: hidden;
        transition: 0.5s;
    }
    .btn-registro:hover {
        color: #fff;
        border: 2px solid #46918F;
    }
    .btn-registro::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #46918F;
        z-index: -1;
        transition: .5s;
    }
    .btn-registro:hover::before{
        width: 100%;
    }
    .formulario {
        display: flex;
        flex-direction: column;
        margin: 20px;
        justify-content: center;
        align-items: center;
        text-align: center;
        border: 2px solid #43901F;
        width: 90%;
        border-radius: 20px;
        padding: 20px;
    }
    .formulario .titulo-form h1 {
        font-weight: 300;
        margin-bottom: 20px;
    }
    .form .container-inputs {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;   
    }
    .form .inputs{
        display: flex;
        flex-direction: column;
    }
    .form input {
        background: transparent;
        border-bottom: 2px solid #43901F;
        border-right: none;
        border-left: none;
        border-top: none;
        color: #43901F;
        font-size: 16px;
        outline: none;
        line-height: 45px;
        padding: 0 10px;
        transition: 1s;
        text-align: center;
    }
    .form input:focus {
        box-shadow: 0 0 5px #43901F;
    }
    .form textarea {
        background: transparent;
        border-bottom: 2px solid #43901F;
        border-right: none;
        border-left: none;
        border-top: none;
        color: #43901F;
        font-size: 16px;
        outline: none;
        line-height: 45px;
        padding: 0 10px;
        transition: 1s;
        height: 80px;
        width: 100%;
        font-size: 16px;
    }
    .form textarea:focus {
        box-shadow: 0 0 5px #43901F;
    }
    .form button {
        position: relative;
        background: transparent;
        color: #43901F;
        height: 40px;
        width: 150px;
        border: 2px solid #43901F;
        border-radius: 10px;
        cursor: pointer;
        font-size: 20px;
        letter-spacing: 1px;
        z-index: 1;
        overflow: hidden;
        transition: 0.5s;
        margin: auto;
    }
    .form button:hover {
        color: #fff;
        border: 2px solid #43901F;
    }
    .form button::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #43901F;
        z-index: -1;
        transition: .5s;
    }
    .form button:hover::before{
        width: 100%;
    }
    .formulario {
        display: flex;
        flex-direction: column;
        margin: 20px auto;
        justify-content: center;
        align-items: center;
        text-align: center;
        border: 2px solid #43901F;
        width: 90%;
        border-radius: 20px;
        padding: 20px;
    }
    .formulario .titulo-form h1 {
        font-weight: 300;
        font-size: 26px;
        margin-bottom: 20px;
    }
    .form .container-inputs {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;   
    }
    .form .inputs label{
        font-size: 22px;
    }
    .form .inputs{
        display: flex;
        flex-direction: column;
    }
    .form .inputs label{
        font-size: 20px;
    }
    .form .text-area-size label{
        font-size: 20px;
    }
    footer .redes{
        margin-top: 30px;
        margin-bottom: 30px;
        height: 60px;
    }
    footer .redes i{
        font-size: 40px;
        padding: 10px;
    }
    footer .aviso a{
        font-size: 22px;
    }
    footer .copy{
        color: #fff;
        font-size: 16px;
    }
    footer .design h3{
        font-weight: 300;
        font-size: 16px;
    }
    footer .design a{
    font-size: 16px;
    }
}





















