﻿
.color-landing-nan {
    color: #F37F11;
}
.color-landing-ng {
    color: #707070;
}
.color-landing-bl {
    color: #153A6E;
}
.text-w1 {
    font-weight: bold;
}
.btn-color-blanco {
    background-color: #6B0D35;
    border-radius: 15px;
    padding: 10px 60px;
    color: #FAFBFB;
    font-size: 20px;
}
.btn-color-blanco:hover {
    color: #FAFBFB;
}
.l-text-size-1 {
    font-size: 28px;
}
.l-text-size-2 {
    font-size: 22px;
}
.l-text-size-L {
    font-size: 1.8rem;
    color: #707070;
}
.l-text-size-3 {
    font-size: 24px;
}
.l-text-size-index {
    font-size: 2.5rem;
    font-family: 'Catamaran-Bold'
}
.l-text-size-index-V {
    font-size: 4rem;
    font-family: 'Vollkorn-Semibold';
    color: #707071;
}
.slider-content {
    z-index: 9;
    top: 100px;
    width: 100%;
    position: relative;
}

/**** SECTION 2 ***/
/* Estilos personalizados */

.info-section {
    background-image: url(../img/sec-img-1.png);
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: -55%;
    background-size: 55% 20%;
    padding-bottom: 330px;
    position: relative;
}
.img-front {
    z-index: 1;
    position: relative;
}
.bg-orange {
    background-color: #f7941e;
    color: white;
    position: absolute;
    width: 100%;
    bottom: 60px;
}

.icon-section {
    text-align: center;
    margin-bottom: 35px;
}

.icon {
    background-color: #002f6c;
    border-radius: 50%;
    padding: 15px;
    display: inline-block;
    color: white;
}

.icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.section-title {
    font-size: 60px;
    color: #f7941e;
    font-weight: bold;
    position: absolute;
    top: -65px;
}
.info-section2 {
    background-image: url(../img/sec-img-11.png);
    background-repeat: no-repeat;
    background-size: 170%;
    background-position: 0;
    background-position-x: 200px;
    position: absolute;
    padding: 273px;
    right: 0;
}

@media (max-width: 1024px) {
    .color-landing-ng-small {
        color: #3C3C3C;
    }
}

/**** END ***/
/**** SECTION 3 ***/
.l-text-lg-title {
    font-size: 68px;
    font-weight:600;
}
.car-item {
    text-align: center;
    padding: 20px;
}

    .car-item img {
        max-width: 100%;
        height: auto;
    }

    .car-item h3 {
        margin-top: 10px;
        font-weight:600;
    }

    .car-item p {
        color: #555;
    }

    .car-item button {
        background-color: #4CAF50;
        color: white;
        border: none;
        padding: 10px 20px;
        margin-top: 10px;
        cursor: pointer;
    }
.btn-demo {
    background-color: #F37F12;
    border-radius: 30px;
    color: #FAFBFA;
    padding: 10px;
    padding: 10px 30px;
    width: 100%;
}

/**** END ***/
/**** SECTION 4 ***/
.banner-section {
    background-color: #002f6c; /* Fondo azul */
    color: white;
    position: relative;
    padding: 20px;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%); /* Crea la forma del triángulo a la derecha */
}

.banner-content h1 {
    font-size: 5rem;
    margin: 0;
    font-weight: bold;
}

.orange-text {
    color: #ff7900; /* Color naranja */
}

.white-text {
    color: white;
}

/**** END ***/
/**** SECTION 5 ***/
.orange-circle {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FEA85E;
    background-position: center;
    z-index: -1;
    border-radius: 100%;
    opacity:0.7;
}


.section-title-imgs {
    font-weight: bold;
    font-size: 1.5rem;
}
.image-box img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.analytics img {
    width: 100%;
    border-radius: 10px;
}
/* Estilos personalizados */

.benefit {
    display: flex;
    align-items: center;
}

.benefit-number {
    background-color: #FF7900;
    color: white;
    font-size: 4.5rem;
    font-weight:600;
    width: 160px;
    height: 130px;
    display: flex;
    margin:40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.benefit-content {
    width: 100%;
    /*padding: 0 30px;*/
    min-height: 250px;
}
.benefit-content h3 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #153A6E;
}

@media (max-width: 768px) {
    .benefit {
        flex-direction: column;
        text-align: center;
    }

    .benefit-number {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
/**** END ***/


@media only screen and (max-width: 1300px) {
    .bg-orange {
        bottom: auto;
        position: relative;
    }
    .banner-content h1 {
        font-size: 4rem; 
    }
}
@media only screen and (max-width: 992px) {
    .bg-orange {
        bottom: auto;
        position: relative;
    }

    .invertir-conten {
        order: 1;
        margin-bottom: 90px;
    }

    .invertir-conten-imgs {
        order: 1;
    }

    .banner-content h1 {
        font-size: 3.5rem;
    }

    .benefit-number {
        margin: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .navbar-nav > .nav-item {
        margin: 0 0px 0 0px;
    }

    .l-text-size-1 {
        font-size: 24px;
    }

    .banner-content h1 {
        font-size: 3rem;
    }

    .orange-circle {
        display: none;
    }

    .benefit-number {
        margin: 30px 10px !important;
    }
}
@media only screen and (max-width: 600px) {
    .navbar-nav > .nav-item {
        margin: 0 0px 0 0px;
    }

    .l-text-lg-title {
        font-size: 38px;
    }

    .section-title {
        font-size: 28px;
    }

    .img-front {
        max-width: 320px;
    }

    .l-text-size-1 {
        font-size: 24px;
    }

    .banner-content h1 {
        font-size: 2.5rem;
    }
}


@media only screen and (max-width: 480px) {
    .img-front {
        max-width: 250px !important;
    }

    .banner-content h1 {
        font-size: 2rem;
    }
}