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


/* ==================================== */
.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('https://silicon.createx.studio/assets/img/about/cover.jpg') !important;
    background-size: cover;
    max-width: none;
    position: fixed;
    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: 500px;
    }
}

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

/* ============================= */
/* Information */

.bg-information {
    background: var(--amarillo);
    color: #fff;
}

.btn-information {
    background: #ff9a4c !important;
    color: #fff !important;
}


.bg-cont {
    width: 100%;
    background: #ececec;
}

.btn-contact {
    display: block;
    margin: auto;
    background: var(--Naranja2) !important;
    color: #fff !important;
}