@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

/* =========================
   -  DEFINITIONS - 
==============================*/

:root {

    /* Colores */
    --amarillo: #f7ac23;
    --Naranja: #EE7136;
    --Naranja1: #FF731D;
    --Naranja2: #FD841F;
    --azul: #0a377a;
    --azul1: #10cdee;
    --Negro: #212529;
    /* ============ */
    --marquee-width: 90vw;
    --marquee-height: 30vh;
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

/*  */
.span {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

a {
    text-decoration: none !important;
    list-style: none;
}


.separador {
    min-height: 40vh;
}

.slice {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.slice-lg {
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.slice-mg {
    padding-top: 1rem;
    padding-bottom: 4rem;
}

.slice-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.tilte {
    color: var(--Naranja);
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: 'Fira Sans';
    font-weight: 700 !important;
    line-height: 1.25;
}

.Title {
    font-size: 4.5rem;
    font-weight: 700;
    text-align: left;
}

.SubTitle {
    font-size: 1.8rem !important;
    text-align: left !important;
    font-family: 'Manrope';
    font-weight: 700 !important;
}

.shadow {
    -webkit-box-shadow: 0px 0px 40px rgb(29 58 83 / 10%) !important;
    box-shadow: 0px 0px 40px rgb(29 58 83 / 10%) !important;
}

/* =========================
   -  FONTS AND TXT - 
==============================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: 'Fira Sans' !important;
    font-weight: 700 !important;
    line-height: 1.25;
}

p,
blockquote {
    font-family: 'Quicksand' !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    letter-spacing: 1px;
    color: #000000 !important;
}

/* ========================================= */
/* Hero */

.jarallax {
    position: relative;
    z-index: 0;
}

.bg-gradient-primary-translucent {
    background: linear-gradient(180deg, rgba(199, 200, 255, 0)0%, rgba(129, 129, 129, 0.6) 120%);
}

.jarallax-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -100;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
}

.information-title {
    position: absolute;
    top: 40%;
    width: 100%;
}

.information-title h1 {
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
}

.jarallax-img {
    background-image: url('/assets/imgs/cable-blindado-electrico-muchos-hilos-generativo-al (1)-min.jpg');
    background-size: cover;
    max-width: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80vh;
}

.d-style {
    height: 500px;
}

@media (min-width: 320px) {
    .information-title h1 {
        font-size: 2rem;
    }

    .d-stylee {
        height: 55vh;
    }

    .jarallax {
        height: 50vh;
    }
}

@media (min-width: 360px) {
    .information-title h1 {
        font-size: 2.5rem;
    }

    .jarallax {
        height: 60vh;
    }
}

@media (min-width: 411px) {
    .information-title h1 {
        font-size: 2.8rem;
    }

    .d-stylee {
        height: 42vh;
    }

    .jarallax {
        height: 65vh;
    }
}

@media (min-width: 576px) {
    .information-title h1 {
        font-size: 2.3rem;
    }

    .d-stylee {
        height: 45vh;
    }

    .jarallax {
        height: 55vh;
    }
}

@media (min-width: 768px) {
    .information-title h1 {
        font-size: 3rem;
    }

    .d-stylee {
        height: 45vh;
    }

    .jarallax {
        height: 60vh;
    }
}

@media (min-width: 992px) {
    .information-title h1 {
        font-size: 4rem;
    }

    .d-stylee {
        height: 50vh;
    }
}

@media (min-width: 1200px) {
    .information-title h1 {
        font-size: 5rem;
    }

    .d-stylee {
        height: 500px;
    }

    .jarallax {
        height: 80vh;
    }
}

@media (min-width: 1400px) {
    .information-title h1 {
        font-size: 5rem;
    }

    .d-stylee {
        height: 80vh;
    }

    .jarallax {
        height: 60vh;
    }
}

@media (min-width: 1600px) {
    .information-title h1 {
        font-size: 6.5rem;
    }

    .d-stylee {
        height: 80vh;
    }

    .jarallax {
        height: 60vh;
    }
}

/* ======================================== */
/* Information */
.about {
    padding: 90px 0 0px 0;
}

.titlepage span {
    color: var(--Naranja);
}

.titlepage h2 {
    padding: 0px 0px 1px 0px;
    font-size: 40px;
    font-weight: bold;
    color: #050303;
    line-height: 46px;
    border-bottom: var(--Naranja1) solid 2px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.titlepage p {
    text-align: left;
}

@media (min-width: 320px) {
    .titlepage h2 {
        font-size: 20px;
        width: 92%;
        line-height: 29px;
    }
    .about {
        padding: 50px 0 0px 0;
    }
}

@media (min-width: 360px) {
    .titlepage h2 {
        font-size: 22px;
        width: 90%;
        line-height: 35px;
    }
}

@media (min-width: 411px) {
    .titlepage h2 {
        font-size: 25px;
        width: 90%;
        line-height: 35px;
    }
}

@media (min-width: 576px) {
    .titlepage h2 {
        font-size: 28px;
        width: 75%;
        line-height: 38px;
    }

    .about {
        padding: 90px 0 0px 0;
    }
}

@media (min-width: 768px) {
    .titlepage h2 {
        font-size: 40px;
        width: 80%;
        line-height: 53px;
    }
}

@media (min-width: 992px) {
    .titlepage h2 {
        font-size: 45px;
        width: 70%;
        line-height: 53px;
    }
}

@media (min-width: 1200px) {
    .titlepage h2 {
        font-size: 40px;
        width: 50%;
        line-height: 40px;
    }
}

@media (min-width: 1400px) {
    .titlepage h2 {
        font-size: 60px;
        width: 70%;
        line-height: 75px;
    }
}

/* ======================================== */
/* Cables 1 */
.fill-secondary,
.btn-color {
    fill: var(--Naranja1);
}

.section-padding {
    padding-top: 65px;
    padding-bottom: 65px;
}

#gtco-special-cables .special-number {
    position: relative;
    font-size: 60px;
}


#gtco-special-cables .special-number:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 90px;
    width: 200px;
    height: 1px;
    background: #000;
}

.cables-text {
    padding-left: 90px;
}

#gtco-special-cables h3 {
    text-transform: uppercase;
}

#gtco-special-cables h3 span {
    color: var(--Naranja1);
}

.text--start {
    width: 70vh;
}

@media (min-width: 320px) {
    .cables-text {
        padding-left: 9px;
    }

    .text--start {
        width: 50vh;
    }

    .text--start p {
        font-size: 18px;
    }

    .section-padding {
        padding-top: 0px;
        padding-bottom: 50px;
    }
}

@media (min-width: 411px) {
    .cables-text {
        padding-left: 30px;
    }

    .text--start {
        width: 50vh;
    }

    .text--start p {
        font-size: 17px;
    }

    .section-padding {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}

@media (min-width: 576px) {
    .cables-text {
        padding-left: 90px;
    }

    .text--start {
        width: 70vh;
    }

    .text--start p {
        font-size: 17px;
    }
}

@media (min-width: 768px) {
    .cables-text {
        padding-left: 9px;
    }

    .text--start {
        width: 50vh;
    }

    .text--start p {
        font-size: 17px;
    }
}

@media (min-width: 992px) {
    .boxed-page .section-padding {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .cables-text {
        padding-left: 45px;
    }
}

@media (min-width: 1200px) {
    .text--start {
        width: 70vh;
    }

    .text--start p {
        font-size: 18px;
    }
}

@media (min-width: 1400px) {
    .text--start {
        width: 50vh;
    }
}

/* Cables 2 */
.bg_coffe {
    background: #f4eadc;
}


/* ======================================== */
/* Prllx */
.banner {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    text-align: left;
    background-image: url('/assets/imgs/cable-blindado-electrico-muchos-hilos-generativo-al (2).jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-description {
    color: #fff;
    padding: 20px 60px;
}

.banner-description p {
    color: #fff !important;
}