@font-face {
    font-family: 'CircularStd-Black';
    src: url('../fonts/CircularStd-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Circular Std Bold';
    src: url('../fonts/Circular Std Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'CircularStd-Book';
    src: url('../fonts/CircularStd-Book.ttf') format('truetype');
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica LT 93 Black Extended';
    src: url('../fonts/Helvetica LT 93 Black Extended.ttf') format('truetype');
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo_SemiExpanded-Black.ttf') format('truetype');
}

/*header style*/

.bg-lightgrey {
    background-color: #E6E6E6;
}

.navbar-nav {
    width: 100%;
    justify-content: space-around;
}

.nav-link {
    font-weight: bold;
}

/*header style*/

.image-container {
    position: relative;
    bottom: -10%;
}

.txt-1 {
    margin-top: 10.5rem;
    font-family: "Archivo";
    color: rgba(255, 0, 0, 0.912);
    font-weight: bolder;
}

.txt-2 {
    font-family: "Archivo";
    color: black;
    font-weight: bold;
    text-align: inherit;
}

.paras {
    padding: 70px;
    margin-top: 30px;
    font-weight: bold;
}

.cl-6 {
    margin-left: 10rem;
}

.txt-3 {
    font-size: 108px;
    font-weight: bolder;
    font-family: "Archivo";
    color: #EF001D;
}

.txt-4 {
    font-size: 100px;
    font-weight: bolder;
    font-family: "Archivo";
    margin-top: -50px;
}

.slideImg {
    padding: 50px;
}

.section-3 {
    display: flex;
    /*width: 100%;*/
    background-color: #EF001D;
    padding-top: 8rem;
    padding-bottom: 6rem;
    margin-top: -6.5rem;
}
.section-3 .row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0 20px 0;
}
.section-3 .row > div:first-child {
    justify-content: space-around;
}
.section-3 .row > div:first-child p {
    color: #FFF;
    font-size: 20px;
}

.sliderText {
    /* margin: 0px 110px; */
}

.txt-5 {
    color: white;
    font-weight: bolder;
    font-family: "Archivo";
    font-size: 35px;
}

.txt-6 {
    font-weight: bolder;
    font-family: "Archivo";
    font-size: 35px;
    margin-top: -1.2rem;
}


/*footer styling*/

.footer {
    background-image: url("../png/17fondofooter1.png");
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 10rem;
}

.contact-info {
    padding: 20px;
}

.contact-info p {
    color: white;
}

.contact-info a {
    color: white;
    text-decoration: none;
}
.contact-info a:hover {
    text-decoration: underline;
}

.bullet {
    color: red;
    padding: 10px;
    text-decoration: none;
}

.contact-info h3 {
    color: white;
    font-family: Archivo;
}

/*footer styling end*/


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
    }
}

@media (max-width: 1400px) {

    a.nav-link.active {
        font-weight: bold;
        color: #EF001D !important;
        border-bottom: none;
    }

    .image-container {
        bottom: 0%;
    }

    .txt-1 {
        margin-top: 4.5rem;
    }

    .paras {
        padding: 0px;
        margin-top: 20px;
        font-weight: bold;
    }

    .txt-3 {
        font-size: 48px;
    }

    .txt-4 {
        font-size: 48px;
        margin-top: -1.5rem;
    }

    .section-3 {
        padding-top: 3rem;
        padding-bottom: 2rem;
        margin-top: -2rem;
    }

    .slideImg {
        padding: 10px;
    }

    .sliderText {
        margin: 0px 7px;
    }

    .txt-5 {
        font-size: 20px;
    }

    .txt-6 {
        font-size: 20px;
        margin-top: -0.8rem;
    }

    .footer {
        padding-top: 5rem;
        padding-bottom: 3rem;
    }

}

/* Projects */
.container-fluid {
    /* max-width: 1500px; */
    margin-left: auto;
    margin-right: auto;
}
.container-fluid h1 {
    line-height: 1;
}
.container-fluid__services {
    margin: 80px 0 !important;
}
.container-fluid p {
    font-family: 'CircularStd-Book';
    font-weight: 500;
}
.container-fluid .paras h3, .frases_cliente h3 {
    font-size: 24px;
}
.container-fluid .paras h3, .cifras_impacto h3 {
    font-family: 'Archivo';
    margin-bottom: 20px;
}
.cifras-impacto_container {
    display: flex;
    min-width: 100%;
}
.cifras-impacto_container h3 {
    width: 20%;
    text-align: left;
    font-size: 40px;
}
.cifras_impacto {
    border-top: 2px solid #E6E6E6;
    padding: 70px;
    border-bottom: 2px solid #E6E6E6;
}
.frases_cliente_container {
    background-color: #E6E6E6;
    padding: 48px 0;
}
.frases_cliente p, .frases_cliente span {
    font-family: 'CircularStd-Book';
    max-width: 615px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}
.cifras-impacto_container p {
    width: 80%;
    text-align: left;
    font-weight: 500;
    padding: 8px 12px 0px;
}
.cifra {
    display: flex;
}
.frases_cliente {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.container-fluid .slideImg {
    position: relative;
    display: flex;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.container-fluid .slideImg::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -42px;
    border-style: solid;
    border-width: 0 80px 80px 80px;
    border-color: transparent transparent #FFF transparent;
    transform: rotate(-45deg);
    z-index: 1;
}
.container-fluid .slideImg img {
    width: 33.3%;
    border-right: 2px solid #FFF;
}
.container-fluid .slideImg picture img {
    width: 100%;
}
.only-img img {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    max-height: 750px;
}
@media (max-width: 995px) {
    .section-3 .d-flex {
        display: block !important;
    }
    .only-img img {
        width: 100% !important;
    }
    .sliderText {
        margin: 20px 8px;
    }
    .cifras_impacto {
        padding: 50px 20px;
    }
    .cifras-impacto_container {
        display: block;
    }
    .cifras-impacto_container h3 {
        font-size: 24px;
    }
    .cifras_impacto >h3:first-child {
        margin-bottom: 24px;
    }
    .container-fluid .slideImg::before {
        content: '';
        position: absolute;
        top: 5px;
        left: -10px;
        border-style: solid;
        border-width: 0 30px 30px 30px;
        border-color: transparent transparent #FFF transparent;
        transform: rotate(-45deg);
        z-index: 1;
    }
}
@media (max-width: 768px) {
    .container-fluid .slideImg {
        width: 95%;
        max-width: 95%;
    }
}