@font-face {
    font-family: 'Comforta-Bold';
    src: url('../fonts/Comfortaa-Bold.ttf')
}

@font-face {
    font-family: 'Comforta-Regular';
    src: url('../fonts/Comfortaa-Regular.ttf')
}

@font-face {
    font-family: 'Comforta-Light';
    src: url('../fonts/Comfortaa-Light.ttf')
}

@font-face {
    font-family: 'Comforta-Medium';
    src: url('../fonts/Comfortaa-Medium.ttf')
}

:root {
    --color: #3B527A;
    --colorTra: #3b527ac2;
    --color2: #6C90BF;
    --color3: #ACBFDA;
    --colorTra3: #acbfdad2;
    --color4: #D8E0ED;
    --color5: #9ba0ae;
    --color5Tra: #9ba0aec7;
}
/* EStilo de svg  */
#Capa_1 {
    width: 200px;
    height:200px;

}
body {
    font-family: 'Comforta-Regular';
    font-size: 16px;
}
.header_page {
    width: 100%;
    height: 100vh;
    position: relative;
}

.header_page video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header_page .header_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    z-index: 2;
    mix-blend-mode: multiply;
    backdrop-filter: blur(4px);
    background-color: var(--color);
}

.header_page .header_title .text-transparent {
    color: white;
    font-family: 'Comforta-Bold';
    text-align: center;
    font-size: 52px;
}



.header_page .header_content {
    color: white;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--color);
}
.header_page .header_content h2 {
    font-size: 32px;
    font-family: 'Comforta-Bold';
    mix-blend-mode: overlay;
}
.header_page .header_content .carousel_item {
    width:  80% ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0;
}

.header_page .header_content .carousel_item i {
    font-size: 80px;
}

.header_page .header_content .carousel_item p {
    font-size: 24px;
    font-family: 'Comforta-Bold';
    text-align: center;
    margin: 10px 0;
}

/* SEction quien somos */
#quien_somos {
    width: 100%;
    height: 400px;
    position: relative;
}
#quien_somos::after {
    width: 650px;
    height: 100%;
    position: absolute;
    left: -90px;
    top: 0;
    content: "";
    z-index: -1;
    background-color: var(--color3);
    transform: skewX(16deg);
}

#quien_somos h2 {
    font-family: 'Comforta-Bold';
}

#quien_somos img {
    width: 320px;
}

#what_choice {
    width: 100%;
    height: 500px;
    background-color: var(--color4);
}

#what_choice h2 {
    font-family: 'Comforta-Bold';
}

#what_choice h4 {
    font-family: 'Comforta-Bold';
    font-size: 20px;
}
#what_choice svg {
    width: 120px;
}

#integrar_commerce {
    width: 100%;
    height: 400px;
}

#integrar_commerce h2 {
    font-family: 'Comforta-Bold';
}

#integrar_commerce .slide_brand {
    width: 29%;
}

.slide_brand  {
    width: 100% !important;
    height: 200px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.slide_brand div {
    width: 100%;
    margin: 10px 5px;
}
.slide_brand div img {
    width: 200px;
    height: 100px;
    object-fit: contain;
}

.slide_brand .slick-next .slick-arrow  {
    display: none;
}


#section_about {
    width: 100%;
    height: 600px;
    position: relative;
    background-color: var(--color);
    color: white;
}

#section_about .img_about_us {
   width: 80%;
   border-radius: 12px;
}
#section_about h2 {
    font-family: 'Comforta-Bold';
}

#section_about .box_about {
    height: 400px;
    color: black;
    position: relative;
    background-color: var(--color4);
    margin: 0 5px;
    border-radius: 8px;
    display: flex;
    align-content: center;
    position: relative;
    z-index: 2;
}
#section_about .box_about img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    object-fit: cover;
    padding: 0;
    margin: 0;
    border-radius: 8px;
}

#section_about .box_about::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--colorTra3);
    border-radius: 8px;
    z-index: -1;
}

#section_about .box_about .box_about_content {
    text-align: justify;
}

#service_ofrecemo {
    width: 100%;
    height: 600px;
    position: relative;
}
#service_ofrecemo::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--colorTra3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#service_ofrecemo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#service_ofrecemo p {
    font-family: 'Comforta-Bold';
}

#footer_custom {
    width: 100%;
    height: 400px;
    background-color: rgb(49, 49, 49);
    color: white;
}

#footer_custom .img_logo {
    width: 200px;
}

#footer_custom .section_link a{
    color: white;
    text-decoration: none;
    font-size: 28px;
    margin: 0 5px;
}
#footer_custom blockquote {
    width: 100%;
    height: 60px;
    display: flex;
    color: black;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color5);
    font-family: 'Comforta-Bold';
    padding: 0 120px;
}

#footer_custom blockquote img {
    width: 80px;
}
/* Nav bar */
.nav_custom {
    width: 100%;
    height: 80px;
    background-color: rgba(49, 49, 49, 0.822);
    position: fixed;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    backdrop-filter: blur(5px);
}

.nav_custom ul {
    padding: 0;
    margin: 0;
    padding: 0 20px;
}

.nav_custom ul img {
    width: 70px;
}

.nav_custom ul a {
    font-family: 'Comforta-Bold';
    color: white;
    text-decoration: none;
    margin: 0 8px;
    transition: 0.4s;

    color: black;
    border: 5px;
    padding: 5px 5px;
    border-radius:  5px;
    color: white;
    box-shadow: 0px 2px 2px var(--color);
    font-size: 14px;
}

.nav_custom ul a:hover {
    background-color: var(--color2);
    color: black;
    padding: 5px 5px;
    transition: 0.4s;
    border-radius: 6px;
}

.nav_custom ul .btn_whatsapp {
    height: 40px;
    border: none;
    background-color: #25d366;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 6px;
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 9px #128c7e;
}

.nav_custom ul .btn_whatsapp  i {
    font-size: 26px;
}

.nav_custom .section_option {
    display: flex;
}

.nav_custom .section_menu {
    display: none;
}

.box_line_time {
    height: 320px;
    box-shadow: 0px 0px 4px var(--color3);
    border-radius: 12px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-direction: column;
    margin: 10px 5px;
    position: relative;
}
.box_line_time::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--colorTra3);
    position: absolute;
    z-index: -1;
    border-radius: 12px;
}
.box_line_time img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    padding: 0;
    margin: 0;
    border-radius: 12px;
}
.box_line_time .box_line_time_foot {
    width: 100%;
    height: 50px;
    background-color: var(--color);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    padding: 20px 0;
    font-family: "Comforta-Bold";
}
.box_line_time .box_line_time_head {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
}
@media (min-width: 100px) and (max-width: 1020px) {
    body {
        font-size: 14px;
    }
    .header_page .header_content {
        width: 100%;
        height: 50%;
        top: 50%;
    }
    .header_page .header_content h2 {
        font-size: 24px;
    }

    .header_page .header_title {
        width: 100%;
        height: 50%;
    
    }
    .header_page .header_title .text-transparent {
        font-size: 32px;
    }
    #service_ofrecemo, #section_about, #integrar_commerce, #what_choice, #quien_somos {
        height: 100%;
        padding: 20px 0;
    }
    #quien_somos {
        background-color: var(--color3);
    }
    #quien_somos::after {
        display: none;
    }

    #footer_custom {
        height: 100%;
        padding: 20px 0 0 0;
    }

    #footer_custom .img_logo {
        width: 40%;
    }

    #footer_custom blockquote  {
        padding: 0;
        height: auto;
        flex-direction: column;
        padding: 10px 0;
    }


    .nav_custom {
        flex-direction: row-reverse;
        top: 0;
        position: fixed;
    }
    .nav_custom .section_option {
        display: none;
        position: absolute;
        flex-direction: column;
        top: 80px;
        left: 0;
        width: 100%;
        background-color: rgb(49, 49, 49);
        padding: 50px 40px 10px 40px;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
    .nav_custom .section_option a {
        margin: 10px 0;
    }
    .nav_custom .section_what {
        display: none;
        position: absolute;
        bottom: -50px;
        left: 20px;
    }
    .nav_custom .nav_menu {
        font-size: 24px;
    }
    
    .nav_custom .section_menu {
        display: flex;
    }
}