body {
	margin: 0;
    font-family: Roboto;
}

button:focus, input:focus, textarea:focus, div:focus { outline: none; }

a:focus, a:active, a:hover{
    border: none;
    outline: none;
}
::placeholder {
  color: #fff;
}

a {
    text-decoration: none;
}

.header {
    background-image: url(../img/header.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 50.5vw;
}
.header .menu {
    padding: 0 80px;
}
.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;    
}
.menu ul {
    display:table-row;
    margin: 0px;
}
.menu ul li
{
    display: table-cell;
    height: 100px;
    list-style-type: none;
    padding: 0 15px;
    vertical-align: middle;
}
.menu a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.5s ease;
    text-decoration-color: transparent;
}
.menu a:hover {
    text-decoration: underline;
    text-decoration-color: #F68B1F;
    text-underline-offset: 6px;
}
.menu-active {
    text-decoration: underline !important;
    text-decoration-color: #F68B1F !important;
    text-underline-offset: 6px !important;
}
.menu-btns {
    border-left: solid 1px #000;
    padding: 0 0 0 30px;
    width: 106px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.menu-btns img {
    width: 45px;
}
.btn-blue {
    background-color: #2E3192;
    border: solid 1px #2E3192;
    color: #ffffff;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    width: 201px;
    height: 48px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}
.btn-blue:hover {
    background-color: #ffffff;
    color: #2E3192;
    border: solid 1px #2E3192;
}
.btn-white {
    background-color: #ffffff;
    color: #2E3192;
    border: solid 1px #ffffff;    
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    width: 201px;
    height: 48px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}
.btn-white:hover {
    background-color: #2E3192;
    border: solid 1px #ffffff;
    color: #ffffff;
}
h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    color: #000000;
}
.txt-cyan {
    color: #00AEEF;
    margin: 0px;
    display: contents;
}
.header-text {
    width: 558px;
    margin-left: 80px;
    margin-top: 45px;
}
.btn-contactanos {
    margin-top: 30px;
}
.header-text span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.section {
    padding: 80px;
}
.section-subtitle {
    height: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #00AEEF;
    margin-bottom: 15px;
}
.section-title {
    height: 58px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;    
    color: #000000;
}
.section-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #161616;
    padding: 30px 0;
}
.servicios-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}
.servicios-item {
    width: 26.4%;
    background-color: #2E3192;
    color: #ffffff;
    height: 447px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 40px;
    margin-right: 10px;
}
.servicios-item:last-child {
    margin-right: 0px;
}
.servicio-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
}
.servicio-description {
    height: 160px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}
.servicios .section-title {
    text-align: center;
}
.servicios .section-subtitle {
    text-align: center;
}
.quienessomos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.quienessomos-text {
    padding: 30px 0px 30px 60px;
}
.quienessomos .section-subtitle {
    padding: 80px 0 10px 0;
}
.homeslider {
    overflow: hidden;
}
.homeslider-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}
.footer {
    background-color: #161616;
    height: auto;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 80px;
}
.footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}
.footer-top-logo {
    width: 45%
}
.footer-top-links {
    width: 42%
}
.footer-bottom {
    border-top: solid 1px #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 25px;
}
.footer-link-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #00AEEF;
    margin-bottom: 10px;
}
.footer-top-links ul {
    display:table-row;
    margin: 0 0 20px 0;
}
.footer-top-links ul li
{
    display: table-cell;
    list-style-type: none;
    padding: 0 20px 0 0;
    vertical-align: middle;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}
.footer-top-links ul li:last-child {
    padding-right: 0px;
}
.footer-top-link {
    margin-bottom: 10px;
}
.footer-top-link a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.5s ease;
}
.footer-top-link a:hover {
    opacity: 0.5;
}
.footer-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 99%;
    margin-top: 20px;
}
.footer-info a {
    color: #ffffff;
    text-decoration: underline;
}
.footer-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #00AEEF;
}
.footer-address {
    margin-right: 25px;
}
.footer-bottom a {
    color: #ffffff;
    text-decoration: underline;
}
.mail-footer-btn, .linkedin-footer-btn {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.interna-header {
    padding: 0 80px;
}
.quienessomos-img {
    width: 100%;
}
.quienessomos-int-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 60px 0;
}
.quienessomos-int-text div:first-child{
    width: 48%;
}
.quienessomos-int-text div:last-child{
    width: 45%;
    margin-right: 20px;
}
.quienessomos-int-text h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: #000000;
    margin: 10px 0;
}
.quienessomos-int-detail {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.nuestroequipo {
    margin-top: 0px;
}
.nuestroequipo-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 30px;
}
.nuestroequipo-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    width: 60%;
}
.equipo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.equipo-item {
    width: 48%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 60px;
}
.equipo-detail {
    padding-left: 30px;
}
.equipo-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
}
.equipo-job {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #F68B1F;
}
.equipo-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin: 15px 0 20px 0;
}
.equipo-mail a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #000000;
}
.nuestraforma {
    display: flex;
    align-items: flex-start;
    padding-top: 0px;
}
.nuestraforma img {
    max-width: 48%;

}
.nuestraforma-header {
    width: 45%;
    background-image: url(../img/nuestraforma-header.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 582px;
    border-radius: 80px;
    padding: 0 130px;
}
.nuestraforma-header-subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    margin-top: 310px;
}
.nuestraforma-header-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: #FFFFFF;
}
.nuestraforma-items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 80px 0 60px;
}
.nuestraforma-item {
    border-top: solid 1px #cccccc;
    padding: 23px 0;
}
.nuestraforma-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #00AEEF;
}
.nuestraforma-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding-right: 15px;
}
.mision {
    background-color: #161616;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 205px;
    justify-content: center;
}
.mision-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.mision-text {
    width: 980px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}
.nuestrosvalores {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 0;
}
.nuestrosvalores-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
    min-width: 30%;
}
.nuestrosvalores-items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 30%;
}
.nuestrosvalores-item {
    margin-bottom: 23px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.nuestrosvalores-item-last {
    margin-bottom: 0px;
}
.nuestrosvalores-item img {
    margin-right: 15px;
}
.servicios-header {
    padding: 0px;
}
.servicios-header .menu {
    padding: 0 80px;
}
.servicios-img {
    width: 100%;
}
.servicios-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    color: #161616;
    margin-bottom: 80px;
}
.servicio-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}
.servicio-item:last-child {
    margin-bottom: 0px;
}
.servicio-item .servicio-header {
    display: flex;
}
.servicio-item .servicio-footer {
    display: flex;
    justify-content: space-between;
}
.servicio-item-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: #00AEEF;
    margin: 30px 0 0 20px;
}
.servicio-item-subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: #161616;
    margin-top: 20px;
    margin-bottom: 10px;
}
.servicio-item-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #161616;
    margin-bottom: 80px;
}
.servicio-item-col-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #000000;
}
.servicio-item .servicio-footer ul {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    padding-inline-start: 30px;
    margin-top: 35px;
}
.servicio-item-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 30px;
    gap: 16px;
    min-width: 322px;
    background: #00AEEF;
}
.servicio-item-box-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
}
.servicio-item-box-item {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.servicio-item-box-item img {
    margin-right: 15px;
}
.servicio-item-col:nth-child(2) {
    padding: 0 20px;
}
.preguntasfrecuentes-header {
    padding: 0 80px;
}
.preguntasfrecuentes-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: #000000;
    margin-top: 20px;
}
.preguntasfrecuentes-subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-top: 25px;
}
.preguntas {
    padding: 0 278px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}
.pregunta-item {
    border-top: solid 1px #cccccc;
}
.pregunta-item-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #2E3192;
}
.pregunta-item-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
}
.pregunta-item-body {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    overflow: hidden;
    transition: max-height 0.5s ease;
    max-height: 0;
}
.pregunta-item-body div {
    margin-bottom: 20px;
}
.pregunta-item-body ul {
    padding-inline-start: 0px;
}
.pregunta-item-body ul li {
    list-style-type: none;
}
.pregunta-item-body button {
    width: auto;
    display: inline-flex;
    margin-top: 30px;
}
.pregunta-item-body-active {
    max-height: 500px;
}
.pregunta-btn {
    cursor: pointer;
}
.pregunta-end-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}
.pregunta-end-subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}
.pregunta-end {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0 30px 0;
}
.contacto-header {
    padding: 0 80px;
}
.contacto {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 180px 80px;
    background: #2E3192;
    justify-content: space-between;
}
.contacto-info {
    width: 45%;
}
.contacto-info-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.contacto-info-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 100px;
}
.contacto-info-data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contacto-info-item:first-child {
    width: 48%;
}
.contacto-info-item:last-child {
    margin-left: 20px;
    width: 44%;
}
.contacto-info-item-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}
.contacto-info-item-description {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}
.contacto-info-item-description a {
    color: #ffffff;
    text-decoration: underline;
}
.contacto-form {
    width: 45%;
}
.contacto-form textarea {
    field-sizing: content;
    resize: none;
}
.contacto-form input, .contacto-form textarea {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #ffffff;
    padding: 10px 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #F3F3F3;
    width: 100%;
}
::placeholder {
    color: #ffffffaa;
    opacity: 0.5;
}
.contacto-form-item {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 40px;
    align-items: center;
    color: #ffffff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.contact-alert {
    color: #ffffff;
}
.menu-btn {
    display: none;
}
.m-dsk {
    display: inline;
}
.m-tab {
    display: none;
}
.m-mob {
    display: none;
}
.menu-popup {
    display: none;
}
.slick-track {
    height: auto;
    display: flex;
    align-items: center;
}
.slick-track img {
    height: 100%;
    max-height: 4vw;
    padding: 0 20px;
}

@media screen and (max-width: 1024px) {

    .menu ul {
        display: none;
    }
    .header .menu {
        padding: 1.8604vw 0 0 5.5813vw;
    }
    .menu img {
        width: auto;
    }
    .menu-btn {
        display: inline;
        position: absolute;
        top: 4.6vw;
        right: 5.5813vw;
        width: 24px;
    }
    .header {
        height: 167vw;
        background-position: bottom center;
        background-image: url(../img/header-mobile.png);
    }
    .header-text {
        width: 89%;
        margin-left: 5.5813vw;
        margin-top: 0vw;
    }
    h1 {
        margin: 3vw 0;
    }
    .header-text span {
        font-size: 22px;
    }
    .btn-blue {
        padding: 30px 32px;
        width: 250px;
        height: 48px;
    }
    .m-dsk {
        display: none;
    }
    .m-tab {
        display: inline;
    }
    .m-mob {
        display: none;
    }
    .servicios {
        overflow: hidden;
    }
    .section-title {
        height: auto;
    }
    .servicios-item {
        width: 27%;
        height: 447px;
        padding: 8vw 40px;
        margin-right: 10px;
    }
    .btn-white {
        padding: 30px 32px;
        width: 250px;
        height: 48px;
    }
    .quienessomos {
        flex-direction: column;
    }
    .section {
        padding: 50px 5.5813vw;
    }
    .quienessomos-text {
        padding: 30px 0px;
        text-align: right;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .footer {
        padding: 8vw 5.5813vw;
    }
    .footer-top-logo {
        width: 55%;
    }
    .footer-top-logo img {
        width: auto;
    }
    .footer-text {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
    }
    .footer-address {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .footer-top-links {
        width: 24%;
    }
    .footer-top-links ul li {
        display: block;
        list-style-type: none;
        padding: 0;
        margin-bottom: 2vw;
    }
    .footer-bottom {
        border-top: solid 1px #fff;
        display: flex;
        justify-content: space-between;
        padding-top: 30px;
        align-items: center;
        font-size: 14px;
    }
    .footer-bottom div:first-child{
        margin-bottom: 0px;
    }
    .menu-popup {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9;
        background-color: #ffffff;
    }
    .menu-logo {
        position: absolute;
        left: 5.6vw;
        top: 1.8604vw;
        width: auto;
    }
    .menu-close-btn {
        position: absolute;
        right: 4.2vw;
        top: 3vw;
        width: 46px;
    }
    .menu-popup ul {
        margin: 17vw 5.5vw 0 0;
    }
    .menu-popup ul li {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 200;
        font-size: 64px;
        line-height: 120%;
        text-align: right;
        color: #161616;
        list-style-type: none;
        margin-bottom: 2.5vw;
    }
    .menu-popup ul li a {
        color: #161616;
        text-decoration: none;
        font-size: 56px;
    }
    .menu-popup-btns {
        margin: 5vw 0;
        padding-bottom: 7vw;
        border-bottom: solid 1px #161616;
    }
    .menu-popup-btns img {
        width: 6.5vw;
    }
    .interna-header {
        padding: 1.8604vw 40px 0 40px;
    }
    .quienessomos-int-text {
        flex-direction: row;
    }
    .quienessomos-int-text {
        margin: 6vw 0;
    }
    .quienessomos-int-text div:first-child {
        width: 45%;
    }
    .quienessomos-int-text div:last-child {
        width: 45%;
        margin-right: 0px;
        margin-top: 0vw;
    }
    .quienessomos-img {
        margin-top: 6vw;
    }
    .nuestroequipo {
        margin-top: 5vw;
    }
    .nuestroequipo-text {
        width: auto;
        line-height: 170%;
    }
    .equipo {
        flex-direction: row;
    }
    .equipo-item {
        width: 48%;
        flex-direction: column;
        align-items: center;
    }
    .equipo-detail {
        text-align: center;
        padding: 7vw 10vw 0 10vw;
    }
    .nuestraforma {
        flex-direction: column;
    }
    .nuestraforma img {
        max-width: none;
        width: 100%;
    }
    .nuestraforma-header {
        width: auto;
        height: 475px;
    }
    .nuestraforma-header-subtitle {
        margin-top: 230px;
    }
    .nuestraforma-items {
        padding: 0 10vw;
        width: 80%;
    }
    .nuestraforma-item:first-child {
        border-top: none;
    }
    .mision {
        height: auto;
    }
    .mision-text {
        width: 52vw;
    }
    .nuestrosvalores {
        margin: 0px;
    }
    .nuestrosvalores {
        flex-direction: column;
        margin: 0px;
    }
    .nuestrosvalores-title {
        margin-bottom: 5vw;
    }
    .nuestrosvalores-item {
        margin-bottom: 23px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .nuestrosvalores-item .txt-cyan {
        display: contents;
    }
    .nuestrosvalores-item img {
        margin-top: 0vw;
        width: 2vw;
    }
    .servicios-header {
        padding: 1.8604vw 0 0 0;
    }
    .servicios-header .menu {
        padding: 0 5.5813vw;
    }
    .servicio-header img {
        width: 15vw;
    }
    .servicio-item-title {
        text-align: left;
        margin: 3vw 0 0 3vw;
    }
    .servicio-item-subtitle {
        margin-top: 4vw;
        margin-bottom: 3vw;
    }
    .servicio-item-text {
        margin-bottom: 10vw;
    }
    .servicio-item .servicio-footer {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .servicio-item-col:first-child {
        width: 55%;
        margin-bottom: 5vw;
    }
    .servicio-item-col:nth-child(2) {
        width: 45%;
        padding: 0;
    }
    .servicio-item {
        margin-bottom: 160px;
    }
    .servicio-item:last-child {
        margin-bottom: 0px;
    }
    .servicio-item-box {
        width: 38%;
        padding: 8vw 2vw;
    }
    .servicio-item-box-item img {
        width: 2.2vw;
    }
    .servicio-item .servicio-footer ul {
        margin-right: 4vw;
    }
    .preguntasfrecuentes-header {
        padding: 1.8604vw 5.5813vw 0 5.5813vw;
    }
    .preguntasfrecuentes-title {
        margin-top: 0px;
    }
    .pregunta-btn {
        width: 4vw;
    }
    .preguntas {
        padding: 0;
        margin-top: 5vw;
        flex-direction: column;
    }
    .pregunta-item-header {
        padding: 3vw 0;
        align-items: center;
    }
    .contacto-header {
        padding: 1.8604vw 5.5813vw 0 5.5813vw;
    }
    .contacto {
        flex-direction: column;
        padding-top: 14vw;
    }
    .contacto-info {
        width: auto;
    }
    .contacto-info-text {
        margin-bottom: 8vw;
    }
    .contacto-info-data {
        flex-direction: row;
        justify-content: flex-start;
    }
    .contacto-info-item:first-child {
        width: 37%;
        margin-right: 3vw;
    }
    .contacto-info-item:last-child {
        margin-left: 0px;
        width: auto;
        margin-top: 0vw;
    }
    .contacto-info-item-title {
        font-size: 18px;
        line-height: 180%;
    }
    .contacto-info-item-description {
        font-size: 16px;
    }
    .contacto-form {
        margin-top: 10vw;
        width: 100%;
    }
    .contacto-form-item {
        flex-direction: row;
        gap: 7vw;
        margin-bottom: 7vw;
        align-items: flex-start;
        justify-content: space-between;
    }
    .contacto-form input {
        width: 100%;
    }
    .nuestrosvalores-items {
        width: auto;
    }
    .slick-dots li, .slick-dots li button {
        width: 8px;
        height: 8px;
        maring: 0 7px;
    }
    .slick-dots li button:before {
        color: #ffffff;
        opacity: 1;
        border: solid 1px #2E3192;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        content: '';
    }
    .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #2E3192;
        background-color: #2E3192;
    }
    .slick-dots {
        bottom: -70px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 60px;
    }
    .slick-track img {
        max-height: 10vw;
    }

}

@media screen and (max-width: 800px) {

    .menu ul {
        display: none;
    }
    .header .menu {
        padding: 1.8604vw 0 0 5.5813vw;
    }
    .menu img {
        width: 15vw;
    }
    .menu-btn {
        display: inline;
        position: absolute;
        top: 5vw;
        right: 5.5813vw;
        width: 24px;
    }
    .header {
        height: 235vw;
        background-position: bottom center;
        background-image: url(../img/header-mobile.png);
    }
    .header-text {
        width: 88%;
        margin-left: 23px;
        margin-top: 4vw;
    }
    h1 {
        font-size: 10vw
    }
    .header-text span {
        font-size: 3.5vw;
    }
    .btn-blue {
        padding: 12px 24px;
        width: 201px;
        height: 48px;
        font-size: 16px;
    }
    .servicios {
        overflow: hidden;
    }
    .section-title {
        height: auto;
        font-size: 36px;
    }
    .section-subtitle {
        height: 24px;
        font-size: 16px;
    }
    .section {
        padding: 50px 5.5813vw;
    }
    .quienessomos .section-subtitle {
        padding: 40px 0 10px 0;
        padding-bottom: 0px;
    }
    .quienessomos {
        flex-direction: column;
        padding-bottom: 0px;
    }
    .m-dsk {
        display: none;
    }
    .m-tab {
        display: none;
    }
    .m-mob {
        display: inline;
    }    
    .quienessomos-text {
        padding: 30px 0px;
        text-align: right;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .footer {
        padding: 8vw 5.5813vw;
    }
    .footer-info {
        display: flex;
        flex-direction: column;
    }
    .footer-top-logo {
        width: 48%;
    }
    .footer-text {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
    }
    .footer-address {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .footer-top-links ul li {
        display: block;
        list-style-type: none;
        padding: 0;
        margin-bottom: 2vw;
    }
    .footer-top-links {
        width: 42%;
    }
    .footer-bottom {
        border-top: solid 1px #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 30px;
        align-items: center;
        font-size: 14px;
    }
    .footer-bottom div:first-child{
        margin-bottom: 30px;
    }
    .menu-popup {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9;
        background-color: #ffffff;
    }
    .menu-logo {
        position: absolute;
        left: 5.6vw;
        top: 1.8604vw;
        width: 15vw;
    }
    .menu-close-btn {
        position: absolute;
        right: 4.6vw;
        top: 3.3vw;
        width: 8vw;
    }
    .menu-popup ul {
        margin: 22vw 5.5vw 0 0;
    }
    .menu-popup ul li {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 200;
        font-size: 34px;
        line-height: 120%;
        text-align: right;
        color: #161616;
        list-style-type: none;
        margin-bottom: 6vw;
    }
    .menu-popup ul li a {
        color: #161616;
        text-decoration: none;
        font-size: 36px;
    }
    .menu-popup-btns {
        margin: 10vw 0;
        padding-bottom: 7vw;
        border-bottom: solid 1px #161616;
    }
    .interna-header {
        padding: 1.8604vw 5.5813vw 0 5.5813vw;
    }
    .quienessomos-int-text {
        flex-direction: column;
    }
    .quienessomos-int-text {
        margin: 10vw 0;
    }
    .quienessomos-int-text div:first-child {
        width: 80%;
    }
    .quienessomos-int-text div:last-child {
        width: auto;
        margin-right: 0px;
        margin-top: 6vw;
        font-size: 18px;
    }
    .quienessomos-int-text h1 {
        font-size: 38px;
    }
    .quienessomos-img {
        margin-top: 6vw;
    }
    .nuestroequipo {
        margin-top: 5vw;
    }
    .nuestroequipo-title {
        font-size: 36px;
    }
    .nuestroequipo-text {
        width: auto;
        font-size: 18px;
    }
    .equipo {
        flex-direction: column;
    }
    .equipo-item {
        width: auto;
        flex-direction: column;
        align-items: center;
    }
    .equipo-detail {
        text-align: center;
        padding: 7vw 10vw 0 10vw;
    }
    .nuestraforma {
        flex-direction: column;
    }
    .nuestraforma-header {
        padding: 0 20%;
    }
    .nuestraforma-header-subtitle {
        margin-top: 155px;
    }
    .nuestraforma-header-title {
        font-size: 36px;
    }
    .nuestraforma-items {
        padding: 0 3.5vw;
        width: 90%;
    }
    .nuestraforma-item:first-child {
        border-top: none;
    }
    .nuestraforma-title {
        font-size: 24px;
    }
    .nuestraforma-text {
        font-size: 16px;
    }
    .mision {
        height: auto;
    }
    .mision-title {
        font-size: 40px;
    }
    .mision-text {
        width: auto;
        font-size: 18px;
    }
    .nuestrosvalores {
        margin: 0px;
    }
    .nuestrosvalores {
        flex-direction: column;
        margin: 0px;
    }
    .nuestrosvalores-title {
        margin-bottom: 10vw;
        font-size: 32px;
    }
    .nuestrosvalores-item {
        margin-bottom: 23px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        font-size: 16px;
    }
    .nuestrosvalores-item .txt-cyan {
        display: contents;
    }
    .nuestrosvalores-item img {
        margin-top: 2vw;
        width: 3vw;
    }
    .servicios-header {
        padding: 1.8604vw 0 0 0;
    }
    .servicios-header .menu {
        padding: 0 5.5813vw;
    }
    .servicios-title {
        font-size: 40px;
    }
    .servicio-item-title {
        font-size: 36px;
        text-align: left;
        margin: 3vw 0 0 3vw;
    }
    .servicio-header img {
        width: 22vw;
    }
    .servicio-item .servicio-header {
        align-items: center;
    }
    .servicio-item-subtitle {
        font-size: 24px;
        margin-top: 4vw;
        margin-bottom: 3vw;
    }
    .servicio-item-text {
        margin-bottom: 10vw;
        font-size: 18px;
    }
    .servicio-item .servicio-footer {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .servicio-item-col:nth-child(2) {
        padding: 0;
    }
    .servicio-item {
        margin-bottom: 15vw;
    }
    .servicio-item:last-child {
        margin-bottom: 0px;
    }
    .servicio-item-col-title {
        font-size: 24px;
    }
    .servicio-item-col:first-child {
        width: auto;
        margin-bottom: 5vw;
    }
    .servicio-item .servicio-footer ul {
        font-size: 18px;
        margin-right: 4vw;
        padding-inline-start: 20px;
    }
    .servicio-item-col:nth-child(2) {
        width: auto;
        padding: 0;
    }
    .servicio-item-box {
        width: auto;
        padding: 8vw 3vw;
    }
    .servicio-item-box-title {
        font-size: 20px;
    }
    .servicio-item-box-item {
        font-size: 16px;
    }
    .servicio-item-box-item img {
        width: 3.5vw;
    }
    .preguntasfrecuentes-header {
        padding: 1.8604vw 5.5813vw 0 5.5813vw;
    }
    .preguntasfrecuentes-title {
        font-size: 36px;
        margin-top: 0px;
    }
    .preguntasfrecuentes-subtitle {
        font-size: 18px;
    }
    .pregunta-item-title {
        font-size: 18px;
    }
    .pregunta-item-body {
        font-size: 16px;
    }
    .pregunta-end-subtitle {
        font-size: 18px;
    }
    .preguntas {
        padding: 0;
        margin-top: 10vw;
        flex-direction: column;
    }
    .pregunta-item-header {
        padding: 5vw 0;
        align-items: center;
    }
    .pregunta-end-title {
        font-size: 26px;
    }
    .contacto-header {
        padding: 1.8604vw 5.5813vw 0 5.5813vw;
    }
    .contacto {
        flex-direction: column;
    }
    .contacto-info {
        width: auto;
    }
    .contacto-info-title {
        font-size: 36px;
    }
    .contacto-info-text {
        margin-bottom: 10vw;
        font-size: 18px;
    }
    .contacto-info-data {
        flex-direction: column;
    }
    .contacto-info-item:first-child {
        width: auto;
    }
    .contacto-info-item:last-child {
        margin-left: 0px;
        width: auto;
        margin-top: 6vw;
    }
    .contacto-info-item-title {
        font-size: 14px;
        line-height: 150%;
    }
    .contacto-info-item-description {
        font-size: 14px;
    }
    .btn-white {
        padding: 12px 24px;
        width: 201px;
        height: 48px;
        font-size: 16px;
    }
    .contacto-form {
        margin-top: 10vw;
        width: 100%;
    }
    .contacto-form-item {
        flex-direction: column;
        gap: 7vw;
        margin-bottom: 7vw;
        align-items: flex-start;
    }
    .contacto-form input, .contacto-form textarea {
        width: 88%;
    }
    .slick-track img {
        max-height: 15vw;
    }

}