@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 {
    /* Amarillo */
    --amarillo: #f7ac23;

    /* Naranja */
    --Naranja: #EE7136;
    --Naranja1: #FF731D;
    --Naranja2: #FD841F;

    /* Azul */
    --azul: #0a377a;
    --azul1: #10cdee;

    /* Negro */
    --Negro: #212529;
}

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

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


.separador {
    min-height: 40vh;
}

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

@media only screen and (max-width: 500px) {
    .sl-mv {
        position: relative;
        padding-top: 1rem !important;
        padding-bottom: 2rem !important;
    }
}

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

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

.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 {
    font-family: 'Quicksand' !important;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}

/* ========================================= */
/* 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('https://images.unsplash.com/photo-1494412519320-aa613dfb7738?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8ODd8fGNpbnRhJTIwaW5kdXN0cmlhbHxlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=600&q=60');
    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: 2.7rem;
    }

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

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

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

@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: 70vh;
    }
}
/* ========================================= */
/* Abouth */
.about {
    padding: 80px 0 20px 0;
    background: #fefefe;

}

.about .titlepage {
    text-align: center;
}

.about .titlepage h2 {
    padding: 0px 0px 6px 0px;
    font-size: 3rem;
    font-weight: bold;
    color: #050303;
    line-height: 46px;
    border-bottom: #3a6bfd solid 1.5px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.Blue{
    color: #3a6bfd;
}

@media (min-width: 320px){
    .about .titlepage h2{
        font-size: 2.3rem;
        width: 90%;
        line-height: 40px;
    }
}

@media (min-width: 360px){
    .about .titlepage h2{
        font-size: 2.5rem;
        width: 90%;
        line-height: 40px;
    }
}

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

@media (min-width: 576px){
    .about .titlepage h2{
        font-size: 2.5rem;
        width: 90%;
        line-height: 45px;
    }
}

@media (min-width: 768px){
    .about .titlepage h2{
        font-size: 2.5rem;
        width: 70%;
        line-height: 45px;
    }
}

@media (min-width: 992px){
    .about .titlepage h2{
        font-size: 3.5rem;
        width: 70%;
        line-height: 60px;
    }
}

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

@media (min-width: 1400px){
    .about .titlepage h2{
        font-size: 4.5rem; 
        width: 80%; 
        line-height: 70px;
    }
}
/* ========================================= */
/* Categoría 1 - 2 */
.bg-grey {
    background-color: #f7f8f9;
}

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

.Orang {
    color: var(--Naranja);
  }

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


.ctn_1 p {
    line-height: 20px;
    color: var(--Naranja1);
}

@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;
    }
}
/* ========================================= */
.tilte-Cables {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #c99677;
    margin-bottom: 10vh;
    width: 50%;
    border-bottom: #bb7d57 solid 2px;
}

.fill-secondary,
.btn-color {
    fill: #c99677;
}

.list-unstyled li {
    font-family: 'Quicksand' !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}

/* ========================================= */
.bg-img {
    background-image: url('https://images.unsplash.com/photo-1554052771-7df70a00fac0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8YW50ZW5hfGVufDB8fDB8fHww&auto=format&fit=crop&w=600&q=60');

}

.features-5 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.features-5:after {
    background: rgba(0, 0, 0, 0.356);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
    left: 0;
    top: 0;
}

.features-5 .container,
.features-5 .title {
    position: relative;
    z-index: 2;
    color: #fff;
}

.features-5 .info {
    text-align: left;
    max-width: 100%;
}

.info {
    margin: 0 auto;
    padding: 40px;
}

.info .info-title {
    margin: 1.75rem 0 0.875rem;
}

.features-5 .mg-bg:last-child {
    border-right: 0;
}

.features-5 .mg-bg {
    border: 2px solid rgba(255, 255, 255, .35);
    border-top: 0;
    border-left: 0;
}

/* ========================================== */
.Inf-crd1 {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 0 20px;
}

.ctn-1 p {
    position: relative;
    top: 5vh;
    width: 99%;
    text-align: left;
}

