@font-face {
    font-family: 'SaintsualRegular';
    src: url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SaintsualExtraBold';
    src: url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Charis';
    src: url('fonts/CharisSIL-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MonserratLight';
    src: url('fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'SaintsualRegular';
    font-size: 15px;
    font-weight: 400;
    color: black;
}

.parent_mdl {
    position: relative;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

.mdl {
    background: white;
    color: black;
    height: 100%;
    width: 100%;
    text-align: center;
}

.contenedor {
    display: flex;
    height: 100%;
    width: 100%;
}

.contenedor_left {
    flex: 1;
    object-fit: cover;
    position: relative;
}

.contenedor_right {
    position: relative;
    height: 100vh;
    aspect-ratio: 1 / 1;
    width: auto;
    overflow: hidden;
    margin-left: auto;
    display: flex;
}

.contenedor_right>div {
    height: 100%;
    width: 100%;
}

.container_header {
    display: flex;
    width: 100%;
}

.container_header_div {
    width: 50%;
}

.footer_div {
    margin-top: 60px !important;
    margin-bottom: 30px !important;
    text-align: center;
    width: 400px;
    height: auto;
    margin: 0 auto;
    font-family: 'SaintsualRegular';
    font-size: 10px;
    font-weight: bold;
}

.footer_div>img {
    width: 100%;
    height: auto;
}

.corporative-swipe {
    width: 300px;
}

.saintsualLogoCorporative {
    text-align: center;
}

.saintsualLogoCorporative > img {
    width: 100%;
}

.tagline {
    font-family: 'Charis';
    font-size: 40px;
    line-height: 42px;
}

.taglineSubtext {
    font-family: 'MonserratLight';
    font-size: 15px;
}

.hrCustom {
    width: 70px;
    margin: 20px auto;
    border-top: 2px solid #333;
}

.ctaButton {
    text-transform: uppercase;
    background: black;
    border: 0;
    color: white;
    padding: 20px 35px;
    margin-top: 30px;
    text-decoration: none;
}


.languageSelector {
    width: 47px;
    border: 0;
    padding: 3px;
    text-transform: uppercase;
    float: right;
    background: transparent;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--neutral-0);
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    height: 100vh;
    width: auto;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 30px !important;
    color: black;
    transform: scale(0.7);
}

.erospainImage {
    width: 130px !important;
    height: auto !important;
    margin: 0 auto;
}

.sliderCONT {
    width: 400px;
    margin: 0 auto;
}

.buttonNotFull {
    color: black;
    text-decoration: none;
    border: 1px solid black;
    padding: 7px 20px;
    border-radius: 30px;
    background-color: white;
}

.buttonNotFull:hover {
    color: white;
    background: black;
}

.buttonNotFull:disabled {
    color: white;
    text-decoration: none;
    border: 1px solid #828282;
    background-color: #828282;
    cursor: not-allowed;
}

.form-check-input:checked {
    background-color: black;
    border-color: black;
}

.form-check-input:focus {
    border-color: #828282;
    outline: 0;
    box-shadow: none;
}

@media (max-width: 1200px) {

    .contenedor {
        display: block;
    }

    .contenedor_right {
        height: auto;
        width: 100%;
    }

    .contenedor_left {
        height: unset;
        width: 100%;
    }

    .swmaux,
    .imagesRight {
        width: 100% !important;
        height: auto !important;
    }

    .container_header>div:nth-child(2) {
        padding-right: 12px;
    }
}

@media (max-width: 480px) {
    .sliderCONT {
        width: 330px;
    }

    .footer_div {
        width: 100%;
    }

}

.saintsualLogo {
    width: auto;
    height: 30px;
}

@media (min-width: 1200px) {

    .saintsualLogoCorporative{
        text-align: left;
    }

    .saintsualLogoCorporative > img {
        width: 250px;
    }

}

@media (min-width: 1500px) {

    .sliderCONT {
        width: 700px;
    }

}

@media (min-width: 2500px) {

    .sliderCONT {
        width: 1000px;
    }

}

@media (min-width: 3000px) {
    .sliderCONT {
        width: 1200px;
    }
}

@media (min-width: 3700px) {
    .sliderCONT {
        width: 1600px;
    }
}