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

/* ====================================================== */
.fill-secondary,
.btn-color {
    fill: #3a6bfd !important;
}

/* ===================================================== */
.img-page-header {
    background-image: url('/assets/imgs/Comunicacion-Datos/Port-Comunicacion-Datos.jpg') !important;
}

.video-page-header {
    background-image: url('/assets/imgs/Video/Port-video.jpg') !important;
}

.special-header {
    background-image: url('/assets/imgs/cable-blindado-electrico-muchos-hilos-generativo-al (1)-min.jpg') !important;
}

/* Hero */
.page-header {
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: 50%;
    background-image: url('/assets/fondos/Seguridad.jpg');
    height: 80vh;
}

.text--star {
    position: relative;
}

.text--star h1 {
    text-transform: uppercase;
    font-size: 5rem;
}

.mask {
    position: absolute;
    background-size: cover;
    background-position: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
}

.bg-gradient-primary {
    background-image: linear-gradient(310deg, #fff, #0c2d48);
}

.waves {
    position: relative;
    width: 100%;
    height: 16vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}

.moving-waves>use:first-child {
    animation-delay: -2s;
    animation-duration: 11s;
}

.moving-waves>use {
    animation: f 40s cubic-bezier(.55, .5, .45, .5) infinite;
}

@media (min-width: 320px) {
    .page-header {
        background-position: 50%;
        height: 70vh;
    }

    .text--star h1 {
        text-transform: uppercase;
        font-size: 2.5rem;
    }
}


@media (min-width: 411px) {
    .page-header {
        background-position: 50%;
        height: 75vh;
    }

    .text--star h1 {
        text-transform: uppercase;
        font-size: 2.5rem;
    }
}

@media (min-width: 576px) {
    .page-header {
        background-position: 50%;
        height: 80vh;
    }

    .text--star h1 {
        text-transform: uppercase;
        font-size: 3.5rem;
    }
}

@media (min-width: 992px) {
    .page-header {
        background-position: 50%;
        height: 80vh;
    }

    .text--star h1 {
        text-transform: uppercase;
        font-size: 4.5rem;
    }
}

@media (min-width: 1200px) {
    .page-header {
        background-position: 50%;
        height: 90vh;
    }

    .text--star h1 {
        text-transform: uppercase;
        font-size: 5rem;
    }
}

@media (min-width: 1400px) {
    .page-header {
        background-position: 50%;
        height: 80vh;
    }

    .text--star h1 {
        text-transform: uppercase;
        font-size: 6.5rem;
    }
}

@media (min-width: 1600px) {
    .text--star h1 {
        text-transform: uppercase;
        font-size: 7rem;
    }
}

/* ===================================== */
/* -- Comunicacion y datos -- */
/* ===================================== */

/* Abouth */
.about {
    padding: 80px 0 30px 0;
    background: #fefefe;

}

.about .titlepage {
    text-align: center;
    padding-bottom: 60px;
}

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

.position-md-sticky {
    position: sticky !important;
    display: flex;
    flex-wrap: wrap;
}

.image-card {
    height: auto;
    max-width: 100%;
    width: 45%;
    object-fit: cover;
    padding: 10px;
}


.img-cbl-1 {
    width: 100%;
}

.card-cables {
    border: none;
    background: #ffffff30;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.uniMulti-box {
    display: flex;
    padding: 20px;
}

.uniMulti-box img {
    width: 70%;
    object-fit: cover;
    display: block;
    margin: auto;
    border-radius: 10% 0;
}

.estan-inf img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.text--left {
    font-size: 20px;
    text-transform: uppercase;
    color: #3a6bfd;
}

@media (min-width: 320px) {
    .about .titlepage h2 {
        width: 300px;
        line-height: 50px;
    }
}

@media (min-width: 576px) {
    .about .titlepage h2 {
        width: 40%;
        line-height: 46px;
    }
}

/* categoria 5 */
.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;
}

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

/* ===================================== */
/* -- Sistemas de seguridad -- */
/* ===================================== */
/* Abouth */
.title--page {
    text-align: center;
    padding-bottom: 60px;
}

.title--page h2 {
    padding: 0px 0px 6px 0px;
    font-size: 40px;
    font-weight: bold;
    color: #050303;
    line-height: 46px;
    border-bottom: var(--Naranja1) solid 2px;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

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

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

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

@media (min-width: 320px) {
    .title--page {
        text-align: center;
        padding-bottom: 35px;
    }

    .title--page h2 {
        width: 80%;
        font-size: 2rem;
        line-height: 35px;
        margin-bottom: 0px;
    }
}

@media (min-width: 411px) {
    .title--page {
        text-align: center;
        padding-bottom: 50px;
    }

    .title--page h2 {
        width: 90%;
        font-size: 2.1rem;
        line-height: 40px;
        margin-bottom: 0px;
    }
}

@media (min-width: 576px) {
    .title--page {
        text-align: center;
        padding-bottom: 60px;
    }

    .title--page h2 {
        width: 90%;
        font-size: 45px;
        line-height: 46px;
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .title--page h2 {
        width: 60%;
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 5px;
    }
}

@media (min-width: 992px) {
    .title--page h2 {
        width: 60%;
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 5px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .title--page h2 {
        width: 40%;
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1400px) {
    .title--page h2 {
        width: 60%;
        font-size: 73px;
        line-height: 70px;
        margin-bottom: 42px;
    }
}

/* ======================================= */
/* -- Video -- */
/* ===================================== */
.bg_coffe {
    background: #f4eadc;
}