<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-nosotros{
    height: 440px;
}
.banner-nosotros-texto{
    flex-direction: column;
    justify-content: center;
    gap: 10px;

    width: 465px;
    height: 100%;
}
.banner-nosotros-texto h1{
    font-size: 48px;
    font-family: 'Work Sans Semi Bold';
    color: #0043a5;
}
.banner-nosotros-texto p{
    font-size: 20px;
    font-family: 'Work Sans Regular';

    color: #0043a5;
}

.servicios-texto{
    flex-direction: column;
    align-items: center;

    padding: 30px 0;
}
.servicios-texto h2{
    font-size: 30px;
    font-family: 'Work Sans Semi Bold';

    color: #0043a5;
}
.servicios-texto p{
    font-size: 16px;
    font-family: 'Work Sans Regular';
    text-align: center;

    color: #0043a5;
}

.formulario-contacto{
    flex-direction: column;
    
}
.formulario-contacto .deco{
    flex: 1;
    gap: 30px;

    align-items: center;
    margin-bottom: 40px;
    
}
.formulario-contacto .deco p{
    margin-bottom: 0px;
    white-space: nowrap;

    font-size: 18px;
    font-family: 'Work Sans Medium';
    text-align: center;

    color: #0043a5;
}
.line {
    width: 100%;
    height: 1px;
    background: #BFC8CF;
}
.row-inputs-3 &gt; div{
    width: calc( 100% / 3 );
}   
.row-inputs-2 &gt; div{
    width: calc( 100% / 2 );
}   
.form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 60px;
}
.form .inputs{
    display: flex;
    justify-content: center;
    gap: 35px;
}
.form, .form p,
input, textarea,select{
    font-size: 16px;
    font-family: 'Work Sans Medium';

    color: #667076;
}
input.form-text,select{
    border: 1px solid #A8B2BB;
    border-radius: 100px;
    color: #91989C;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    height: 51px;
    text-align-last: center;
    background: #ffff;
    padding: 10px;
    margin-top: 0;
}
select{
    width: 100%;
    appearance: none;
}
textarea.form-textarea {
    min-height: 251px;
    border-radius: 9px 9px 40px 9px;
    resize: none;
    border: 1px solid #A8B2BB;
    padding: 1rem 1rem;
    width: 100%;
}
input[type=file] {
    padding: 0;
    margin-top: 0rem;
    border-style: dashed;
    background: #fff url(../images/upload.svg) no-repeat left 20px center;
}
input[type=file]::before {
    content: "Toca aqui para adjuntar tu orden";
    display: inline-block;
    color: #0043A5;
    border-radius: 3px;
    padding: 13px 0px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    width: 100%;
}
input.form-checkbox {
    width: 28px;
    height: 28px;
    margin-bottom: 0;
    margin-right: 10px;
    position: relative;
}
input.form-checkbox:before {
    left: -2px;
    top: -1px;
}
input.form-checkbox:before {
    content: '';
    height: 31px;
    width: 31px;
    z-index: -1;
    position: absolute;
    background: #0043A5;
}
.form-cta{
    flex-direction: column;
    justify-content: space-between;
}
.form-cta a.btn{
    align-self: flex-start;
    justify-content: center;
    width: 220px;
    padding: 12px;
}
.form-cta .cta{
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.banner {
    margin-bottom: 30px;
}
.banner .banner-servicios{
    display: flex;
    padding: 0;
    border-radius: 9px;
    overflow: hidden;
}
.banner .banner-servicios .banner-img{
    width: 50%;
    overflow: hidden;
}
.banner .banner-servicios .banner-img img{
    width: 100%;
    object-fit: cover;
}
.banner .banner-servicios .banner-texto{
    flex-direction: column;

    width: 50%;
    padding: 40px 20px;
    overflow: hidden;

    background-color: #0043A5;
}
.banner .banner-servicios .banner-texto h3{
    padding: .5rem 1rem .5rem;

    text-align: center;

    color: #fff;
    font-size: 30px;
    font-family: 'Work Sans Semi Bold';
}
.banner .banner-servicios .banner-texto p{
    height: 90px;
    overflow: hidden;
    margin-top: .5rem;
    text-align: center;

    color: #fff;
    font-size: 20px;
    font-family: 'Work Sans Regular';
}
.banner .banner-servicios .banner-texto a{
    justify-content: center;
    align-self: center;
    margin-bottom: 10px;
}


@media all and (max-width: 991px){
    .banner-nosotros{
        height: 280px;
        background-position: 85%;
    }
    .banner-nosotros-texto{
        justify-content: flex-start;

        padding-top: 30px;
        width: 240px;
    }
    .banner-nosotros-texto h1{
        font-size: 26px;
    }
    .banner-nosotros-texto p{
        font-size: 14px;
    }
    
    .servicios-texto h2{
        font-size: 22px;
    }

    .servicios-texto{
        padding: 20px 0 0;
    }
    .servicios-caracteristicas{
        flex-direction: column;
        gap: 40px;
    }
    .servicios-caracteristicas .caracteristica{
        justify-content: center;
    }
    .servicios-caracteristicas .caracteristica img{
        height: 50px;
    }
    
    .sedes .sedes-texto h2{
        font-size: 22px;
        padding: 20px 0 0;
    }
    .sedes-lista .sede .sede-texto h3{
        font-size: 22px;
    }

    .banner .banner-servicios .banner-img{
        display: none !important;
    }
    .banner .banner-servicios .banner-texto{
        width: 100%;
    }
    .banner .banner-servicios .banner-texto h3{
        font-size: 22px;
    }
    .banner .banner-servicios .banner-texto p{
        font-size: 14px;
    }
    .row-inputs-3,
    .row-inputs-2 {
        flex-direction: column;
    }
    .row-inputs-3 &gt; div{
        width: 100%;
    }   
    .row-inputs-2 &gt; div{
        width: 100%;
    }  

    .formulario-contacto .deco p{
        white-space: wrap;
        flex-grow: 1;
    }
    .line{
        width: 10%;
    }
}</pre></body></html>