﻿/* Fonts */
:root {
    --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "Montserrat", sans-serif;
    --font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
    --color-default: #0C0C0C;
    --color-primary: #E84611;
    --color-secondary: #f85a40;
    --color-tersary: #09416A;
}

/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 37px;
    user-select: none;
    -webkit-user-select: none;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 200px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 5px;
}

/*--------------------------------------------------------------
# Text Section
--------------------------------------------------------------*/
.colBlack {
    padding: 50px 0 10px 50px;
    position: relative;
    background-color: rgba(0,0,0,0.6);
    max-width: 100%;
}

.colBlue {
    padding: 50px 0 10px 50px;
    position: relative;
    background-color: rgba(9,65,106,0.6);
    max-width: 100%;
}

.textSell {
    font-size: 75px;
    font-weight: bold;
    letter-spacing: -0.025em;
    line-height: 60px;
    color: var(--color-primary);
}

.textSellBlue {
    font-size: 75px;
    font-weight: bold;
    letter-spacing: -0.025em;
    line-height: 60px;
    color: rgba(9,65,106,.75);
}

.textWhite {
    color: white;
}

.text {
    font-size: 55px;
    font-weight: bold;
    letter-spacing: -0.025em;
    line-height: 60px;
    color: white;
}

.text-2 {
    margin: 28px 0 0 3px;
    font-size: 24px;
    font-weight: 600;
    line-height: 23px;
    color: white;
}

.text-3 {
    margin: 3px 0 0 3px;
    font-size: 30px;
    font-weight: bold;
    color: white;
}

.capa-3-holder {
    margin: 100px 0 0 63px;
    min-height: 85px;
    padding: 10px 20px;
    position: relative;
    width: 50%;
    background-color: white;
    color: #1d1d1b;
    font-weight: 600;
    line-height: 21px;
    border-radius: 10px;
    font-size: 14px;
}

.capa-3-holder-cehvac {
    margin: 350px 0 0 63px;
    min-height: 85px;
    padding: 10px 20px;
    position: relative;
    width: 50%;
    background-color: white;
    color: #1d1d1b;
    font-weight: 600;
    line-height: 21px;
    border-radius: 10px;
    font-size: 14px;
}

.capa-holder {
    margin: 30px 0px 0px 0px;
    min-height: 85px;
    padding: 10px 20px;
    position: relative;
    width: 60%;
    background-color: white;
    color: #1d1d1b;
    font-weight: 500;
    line-height: 21px;
    border-radius: 20px 0px 0px 20px;
    font-size: 14px;
}

.colore84610 {
    color: #e84610;
    font-weight: bold;
}

.colore09416A {
    color: #09416A;
    font-weight: bold;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
    padding: 10px 0px 80px 0px;
}

.contact .email-form {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px 10px 10px 10px;
}

.contact .email-form .orange {
    background: var(--color-primary);
    border: 0;
    padding: 14px 45px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .email-form .blue {
    background: var(--color-tersary);
    border: 0;
    padding: 14px 45px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

.section-header {
    text-align: center;
    padding-bottom: 10px;
}

.section-header h2 {
    font-size: 32px;
    font-weight: 600;
    position: relative;
}

.section-header p {
    margin-bottom: 0;
    color: #6f6f6f;
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
    padding: 40px 0;
}

.clients .swiper {
    padding: 10px 0;
}

.clients .swiper-slide img {
    transition: 0.3s;
}

.clients .swiper-slide img:hover {
    transform: scale(1.1);
}

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.cintaNaranja {
    display:flex;
    flex-direction:row;
    height: 100%;
    width: 100%;
    background: #E84611;
    color: #fff;
}

.cintaBlue {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    background: var(--color-tersary);
    color: #fff;
}

.cintablanca {
    flex-direction: row;
    height: 100%;
    width: 100%;
    background: white;
    color: #fff;
    padding: 5px 0 0;
    margin-top:5px;
    margin-bottom: 10px;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    display: flex;
    flex-direction: row;
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    background-color: #ddd;
    margin:10px;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

@media screen and (max-width: 1440px) {
    .capa-holder {
        margin: 30px 0px 0px 0px;
        min-height: 85px;
        padding: 10px 20px;
        position: relative;
        width: 95%;
        background-color: white;
        color: #1d1d1b;
        font-weight: 500;
        line-height: 21px;
        border-radius: 20px 0px 0px 20px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .capa-3-holder {
        margin: 10px;
        min-height: 65px;
        padding: 10px 20px;
        position: relative;
        width: 100%;
        background-color: white;
        color: #1d1d1b;
        font-weight: 600;
        line-height: 21px;
        border-radius: 10px;
        font-size: 14px;
    }

    .capa-3-holder-cehvac {
        margin: 10px;
        min-height: 65px;
        padding: 10px 20px;
        position: relative;
        width: 100%;
        background-color: white;
        color: #1d1d1b;
        font-weight: 600;
        line-height: 21px;
        border-radius: 10px;
        font-size: 14px;
    }

    .colBlack {
        padding: 50px 0 10px 50px;
        position: relative;
        background-color: black;
        background-color: rgba(0,0,0,0.6);
        max-width: 100%;
    }

    .colBlue {
        padding: 50px 0 10px 50px;
        position: relative;
        background-color: rgba(9,65,106,0.6);
        max-width: 100%;
    }

    .capa-holder {
        display: none;
    }

    .contact .email-form {
        justify-content:center;
        width: 60%;
        height: 100%;
        background: #fff;
        box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
        padding: 30px;
        border-radius: 10px 10px 10px 10px;
    }

    .text {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: -0.025em;
        line-height: 40px;
        color: white;
    }

    .text-2 {
        margin: 28px 0 0 3px;
        font-size: 15px;
        font-weight: 600;
        line-height: 23px;
        color: white;
    }

    .text-3 {
        margin: 3px 0 0 3px;
        font-size: 17px;
        font-weight: bold;
        color: white;
    }
}

@media (max-width: 800px) {
    .contact .email-form {
        justify-content: center;
        width: 80%;
        height: 100%;
        background: #fff;
        box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
        padding: 15px;
        border-radius: 10px 10px 10px 10px;
    }

    capa-holder {
        display: none;
    }

    .contact {
        padding: 20px;
    }
}

@media (max-width: 601px) {
    .contact .email-form {
        justify-content: center;
        width: 80%;
        height: 100%;
        background: #fff;
        box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
        padding: 30px;
        border-radius: 10px 10px 10px 10px;
    }

    capa-holder {
        display: none;
    }
}

@media (max-width: 580px) {
    .cintablanca {
        /* display: flex; */
        /* flex-direction: row; */
        height: 100%;
        width: 100%;
        background: white;
        color: #fff;
        padding: 5px 0 0;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .capa-3-holder {
        margin: 10px;
        min-height: 65px;
        padding: 10px 20px;
        position: relative;
        width: 93%;
        background-color: white;
        color: #1d1d1b;
        font-weight: 600;
        line-height: 21px;
        border-radius: 10px;
        font-size: 14px;
    }

    capa-3-holder-cehvac {
        margin: 10px;
        min-height: 65px;
        padding: 10px 20px;
        position: relative;
        width: 93%;
        background-color: white;
        color: #1d1d1b;
        font-weight: 600;
        line-height: 21px;
        border-radius: 10px;
        font-size: 14px;
    }

    .destellos {
        display: none;
    }
}

@media (max-width: 510px) {
    .colBlack {
        padding: 10px 10px 4px 10px;
        position: relative;
        background-color: black;
        background-color: rgba(0,0,0,0.6);
        max-width: 100%;
    }

    .colBlue {
        padding: 10px 10px 4px 10px;
        position: relative;
        background-color: rgba(9,65,106,0.6);
        max-width: 100%;
    }

    .text-2 {
        margin: -10px 0 0 0px;
        font-size: 15px;
        font-weight: 600;
        line-height: 23px;
        color: white;
    }
}

@media (max-width: 401px) {
    capa-holder {
        display: none;
    }

    .contact .email-form {
        justify-content: center;
        width: 100%;
        height: 100%;
        background: #fff;
        box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
        padding: 10px;
        border-radius: 10px 10px 10px 10px;
    }
}


/*--------------------------------------------------------------
# Sections Modal
--------------------------------------------------------------*/
.cintaGray {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    background: #575656;
    color: #fff;
    border-radius: 10px;
}

.cintaBlack {
    border-radius: 10px;
    flex-direction: row;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 5px 0 0;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
}

.mtUpdate-5 {
    margin-top: 5rem !important;
}

.fontFamilyModal {
    font-family: 'Work Sans';
}

.fontWeightBold {
    font-weight: bold;
}

.flexContentCenter {
    display: flex;
    justify-content: center;
}

.flexContentFlexEnd {
    display: flex;
    justify-content: flex-end;
}

.paddingLeft4 {
    padding-left: 4%;
}

.paddingLeft2 {
    padding-left: 2%;
}

.paddingLeft7 {
    padding-left: 7%;
}

.paddingLeft10 {
    padding-left: 10%;
}

.alturaAncho4040 {
    height: 40px;
    width: 40px;
}