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

.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;
    letter-spacing: 1px;
    color: #383838 !important;
}

/* ========= Cables de energia ================= */
/* Hero */
.page-header {
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: 50%;
    background-image: url('/assets/imgs/CS_cable.png');
    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, #ffbe65, #755a0f);
}

.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: 122vh;
    }
    .text--star h1 {
        text-transform: uppercase;
        font-size: 3.5rem;
    }
}

@media (min-width: 360px){
    .page-header {
        background-position: 50%;
        height: 115vh;
    }
    .text--star h1 {
        text-transform: uppercase;
        font-size: 4rem;
    }
}

@media (min-width: 411px){
    .page-header {
        background-position: 50%;
        height: 116vh;
    }
    .text--star h1 {
        text-transform: uppercase;
        font-size: 4.5rem;
    }
}

@media (min-width: 576px){
    .page-header {
        background-position: 50%;
        height: 80vh;
    }
    .text--star h1 {
        text-transform: uppercase;
        font-size: 5rem;
    }
}

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

/* ===================== */
/* About company */
.about {
    padding: 80px 0 30px 0;
    background: #fff;
}

.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: var(--Naranja) solid 1px;
    width: 410px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

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

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

/* ===================== */
/* Gallery */
.contend-video {
    position: relative;
    width: 100%;
    min-height: auto;
}

.contend-video .video-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 10px;
}

.contend-video .video-container .video {
    width: 260px;
    height: 300px;
    cursor: pointer;
    overflow: hidden;
    object-fit: cover;
}

.contend-video .video-container .video:hover {
    transition: .4s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
}

.contend-video .video-container .video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .2s linear;
    cursor: pointer;
}

.contend-video .video-container .video img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .2s linear;
    cursor: pointer;
}

.contend-video .video-container .video:hover video {
    transform: scale(1.1);
    filter: opacity(60%);
}

.contend-video .popup-video {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .8);
    height: 100%;
    width: 100%;
    display: none;
}

.contend-video .popup-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    border-radius: 5px;
}

.contend-video .popup-video span {
    position: absolute;
    top: 5px;
    right: 40px;
    color: #fff;
    font-weight: bolder;
    z-index: 1;
    font-size: 2.5rem;
}


.information-gallery {
    position: absolute;
    background: var(--amarillo);
    width: 23.3%;
    height: 13vh;
    top: 74%;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}

.information-gallery p {
    text-align: center;
    color: #fff !important;
    padding: 10px;

}

/* =========================
     - Corizacion - 
==============================*/
.tongue {
    display: block;
    margin: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: rotate(180deg) translateX(50%);
    width: 138px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('/assets/imgs/character.png');
    color: #494949 !important;
}

.wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button {
    min-width: 230px;
    min-height: 60px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(90deg, var(--azul) 0%, var(--azul1) 100%);
    border: none;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
    margin-top: 2.5vh;
}

.button:hover {
    transition: .9s;
    border-radius: 1000px;
}

button::before {
    content: '';
    border-radius: 1000px;
    min-width: 230px;
    min-height: calc(50px + 12px);
    border: 4px solid #238ff4;
    box-shadow: 0 0 60px rgb(80, 170, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
}

.button:hover,
.button:focus {
    color: #fff;
    font-size: 18px;
    transform: translateY(-6px);
}

button:hover::before,
button:focus::before {
    opacity: 1;
}

button::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 6px solid #fff;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

button:hover::after,
button:focus::after {
    animation: none;
    display: none;
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}



@media only screen and (max-width: 600px) {
    .btn-cotizacion {
        width: 90%;
    }
}

/* ================== */
@media (min-width: 320px) {
    .pd-sm{
        padding: 0 12px;
    }
    .contend-video .video-container .video {
        width: 100%;
    }

    .information-gallery {
        width: 93.4%;
        height: 9vh;
        margin-left: 0;
        margin-top: 258px;
    }

    .galley-a {
        margin-top: -80vh;
    }

    .galley-b {
        margin-top: -44vh;
    }

    .galley-c {
        margin-top: -7vh;
        height: 8vh;
    }
}

@media (min-width: 360px) {
    .contend-video .video-container .video {
        width: 100%;
    }

    .information-gallery {
        width: 94.4%;
        height: 8vh;
        margin-left: 0;
        margin-top: 258px;
    }

    .galley-a {
        margin-top: -79vh;
    }

    .galley-b {
        margin-top: -43vh;
    }

    .galley-c {
        margin-top: -7vh;
        height: 8vh;
    }
}

@media (min-width: 411px) {
    .contend-video .video-container .video {
        width: 100%;
    }

    .information-gallery {
        width: 94.8%;
        height: 8vh;
        margin-left: 0;
        margin-top: 258px;
    }

    .galley-a {
        margin-top: -79vh;
    }

    .galley-b {
        margin-top: -43vh;
    }

    .galley-c {
        margin-top: -8vh;
        height: 9vh;
    }
}

@media (min-width: 576px) {
    
    .contend-video .video-container .video {
        width: 240px;
    }

    .information-gallery {
        width: 46.6%;
        height: 9vh;
        margin-left: 0;
        margin-top: 92px;
    }

    .galley-a,
    .galley-b {
        margin-top: -27vh;
    }
}

@media (min-width: 768px) {
    .contend-video .video-container .video {
        width: 330px;
    }

    .information-gallery {
        width: 47.5%;
        height: 8vh;
        margin-left: 0;
        margin-top: 92px;
    }

    .galley-a,
    .galley-b {
        margin-top: -26vh;
    }
}

@media (min-width: 992px) {
    .pd-sm{
        padding: 0 20px;
    }
    .contend-video .video-container .video {
        width: 440px;
    }

    .information-gallery {
        width: 47.3%;
        height: 8vh;
        margin-left: 0;
        margin-top: 92px;
    }

    .galley-a,
    .galley-b {
        margin-top: -26vh;
    }
}

@media (min-width: 1200px) {
    .information-gallery {
        width: 23.6%;
        height: 9vh;
        margin-left: 0;
        margin-top: 5px;
    }

    .contend-video .video-container .video {
        width: 262px;
    }
}

@media (min-width: 1400px) {
    .information-gallery {
        width: 23.3%;
        height: 8vh;
        margin-left: 0;
        margin-top: 11px;
    }
    .contend-video .video-container .video {
        width: 300px;
    }
}