@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;
}

.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;
}

.jarallax-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    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;
    font-size: 4.5rem;
}

.jarallax-img {
    background-image: url('/assets/imgs/cable-fondo-fibraOptica.jpeg') !important;
    background-size: cover;
    max-width: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80vh;
}

.d-stylee {
    height: 500px;
}

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

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

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

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

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

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

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

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

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

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

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

    .d-stylee {
        height: 500px;
    }
}

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

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

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

/* ======================================= */
/* Info */
.svg-icon {
    width: 16px !important;
    height: 16px !important;
}
.section-title {
    position: relative;
    padding: 115px 0 35px 0;
    text-align: center;
}

.display--4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.text--primary {
    color: #DA9F5B;
    letter-spacing: 2px !important;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100px;
    top: 0;
    left: 50%;
    margin-left: 1px;
    background: #DA9F5B;
}

@media (min-width: 1200px){
    .dp-txt{
        padding-left: 10vh;
        padding-right: 10vh;
    }
}
/* ======================================= */
/* Categoría 1 - 2 */
.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;
}
.spaceNumber::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 120px !important;
    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;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.btn.btn-rose {
    color: #fff;
    background-color: var(--Naranja1);
    border-color: var(--Naranja2);
}

.btn.btn-rose:hover {
    color: #fff;
    background-color: var(--Naranja2) !important;
    box-shadow: 0 2px 2px 0 rgba(233, 30, 99, .14), 0 3px 1px -2px rgba(233, 30, 99, .2), 0 1px 5px 0 rgba(233, 30, 99, .12);
}

.btn.btn-round {
    border-radius: 30px;
    width: auto;
    padding: 10px 60px;
}

@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;
    }
}

/* Cont 3 - 4 - 5*/
.bg_coffe {
    background: #fffbf5;
}

/* ================================= */
/* Prllax */
.Prllax {
    background-image: url(/assets/imgs/pgPalladax-3.jpg);
    background-attachment: fixed;
    max-width: 100%;
    height: 40vh;
    background-size: cover;
    background-repeat: no-repeat;
}


/* Table */
.TableTitle{
    color: var(--Naranja1);
}