@import url("https://cdn.jsdelivr.net/npm/bullframe.css");


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

/* =================================================== */
/* -- Video -- */
.hero-port {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('https://thumbs.dreamstime.com/b/network-cable-28881802.jpg');
    width: 100%;
    height: 80vh;
    overflow: hidden;
    pointer-events: none;
    backface-visibility: hidden;
    position: relative;
    background-attachment: fixed;
}

.titleHero {
    position: absolute;
    top: 40%;
    overflow: hidden;
    left: 12%;
}

.titleHero h1 {
    z-index: 1;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 5rem;
    line-height: 14vh;
}

/* =================================================== */
/* Tuberia */
.jarallax {
    position: relative;
    z-index: 0;
}

.bg-gradient-primary-translucent {
    background: linear-gradient(180deg, rgba(99, 102, 241, 0) 0%, rgba(245, 152, 32, 0.6) 120%) !important;
}

.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/fondos/tuberia.jpg');
    background-size: cover;
    max-width: none;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80vh;
}

.d-style {
    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: 42vh;
    }
}

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

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

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

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

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

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

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

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

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

/* info */
.section-title {
    position: relative;
    padding: 115px 0 35px 0;
    text-align: center;
}

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

.display--4 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 2.2;
}

.display__4{
    font-size: 3.5rem;
    font-weight: 300;
}

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

@media (max-width: 1200px){
    .display-4 {
        font-size: calc(1.475rem + 2.7vw);
    }
}

/* Table  */
.bf-table-responsive table {
    margin-bottom: 0.5rem;
    width: 100%;
}

/* =================================================== */
.Yellow {
    color: #f9b234 !important;
    font-weight: 500;
}

b, strong{
    color: #f9b234 !important;
    font-weight: 500 !important;
}

.text-muted {
    color: #869ab8 !important;
}

.cable-table tr{
    text-align: center;
}

.cable-table th {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #5c5959;
}

caption,
td,
th {
    font-weight: 400;
    text-align: inherit;
    vertical-align: top;
}

.cable-table th span {
    color: #f9b234 !important;
}

.cable-table-td {
    font-size: 17px;
    color: #5c5959;
}

.cable--table-td {
    font-size: 17px;
    color: #5c5959;
}

tr .txt-cont{
    font-size: 18px;
    color: #5c5959;
}
tr .mg-table{
    width: 30vh;
}
/* ================== */
.sec-2 {
    background-color: #f7f8f9;
}


/* ======================== */
/* Certificate */
.position-md-sticky {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.image{
    height: auto;
    max-width: 100%;
    width: 50%;object-fit: cover;
    padding: 20px;
    border-radius: 10px !important;
}


@keyframes enter-animation {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .image-animation {
        animation: enter-animation 0.8s 1;
    }
}

/* ======================== */
/* Brands */
.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.wriper-card {
    width: 225px;
    margin-right: 10px;
    margin-left: -5px;
}