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

/* =========================
   -  Str Nos - 
==============================*/
.line-one {
    position: absolute;
    width: 15px;
    height: 115vh;
    background: #ff3131;
    left: 23%;
}

.line-two {
    position: absolute;
    width: 25px;
    height: 115vh;
    background: var(--amarillo);
    left: 25%;
}

.img img {
    position: relative;
    width: 450px;
    left: 8.5%;
    top: -6px;
}

.title {
    position: fixed;
    position: absolute;
    top: 300px;
    left: 43%;
    line-height: .5;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: -6px;
}

.title p {
    font-size: 25px;
    font-weight: 300;
    color: grey;
    text-transform: uppercase;
    left: 150px;
    letter-spacing: 10px;
}


.year {
    font-weight: 700;
    padding: 10px;
    position: relative;
    top: -11vh;
    left: -9vh;
}

.media ul {
    list-style: none;
    position: fixed;
    right: 9.5vh;
    top: 38%;
    padding: 10px 10px;
}

.media ul li {
    cursor: pointer;
    font-size: 18px;
    margin: 24px 0;
    transition: .3s;
}

.media ul li:hover {
    transform: scale(1.8);
}

/* =========================
   - hero  - 
==============================*/
.TextSolution {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #db644c;
}

.st-1 {
    padding-top: 12.5rem;
    position: relative;
    margin: 0 auto;
    padding: 6.25rem 0;
    overflow: hidden;
}

.image[class*="-gradient-vertical"] {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom,
            from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
}

.image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

/* == Sect 2 == */
.device-browser {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    width: 50rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.device-browser-frame {
    background: #fff;
    box-shadow: 0 2.75rem 5.5rem -3.5rem rgb(189 197 209 / 50%), 0 2rem 4rem -2rem rgb(33 50 91 / 30%);
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.device-browser-img {
    max-width: 100%;
    height: auto;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    display: block;
    margin: auto;
}

.bg-soft-primary {
    background-color: rgba(55, 125, 255, .1) !important;
}

.zi-n1 {
    z-index: -1 !important;
}

/* =========================
   - Valores  - 
==============================*/
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--amarillo), var(--Naranja)) !important;
}

.val-1,
.val-2,
.val-3 {
    text-align: center;
    padding: 5px;
    margin-top: 5vh;
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
}

.shadow_box-val:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
    transition: .25s;
}

.val-1 {
    color: var(--Naranja2);
}

.val-2 {
    color: #ffbc3f;
}

.val-3 {
    color: #1867dc;
}

/* =========================
   - ALIADOS  - 
==============================*/
.bg-Al {
    background: #ff961e;

}

.shape-line {
    min-height: 19px;
}

.shape-orientation-inverse {
    transform: rotate(180deg);
}

.shape-position-top {
    top: 0;
    margin-top: -1px;
}

.shape-container {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

.shape-container svg {
    display: block;
    fill: #fff;
    pointer-events: none;
    vertical-align: baseline;
}

svg {
    vertical-align: middle;
    overflow: hidden;
}


/*  */
.marquee {
    width: var(--marquee-width);
    height: var(--marquee-height);
    color: #eee;
    overflow: hidden;
    position: relative;
}

.marquee:before,
.marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}

.marquee:before {
    left: 0;
}

.marquee:after {
    right: 0;
}

.marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}

.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height) * 3 / 4);
    white-space: nowrap;
    margin-right: 5vh;
}

.marquee-content li img {
    width: 100%;
    border: 2px solid #eee;
    object-fit: cover;
}

.marquee-content li img:hover {
    transform: scale(1.2);
    box-shadow: rgb(255, 255, 255) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.full-marquee {
    width: 100%;
    height: 100vh;
    background: #000000da;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.full-marquee span {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.full-marquee img {
    width: 50%;

}

.span-title{
    color: #db644c;
}
@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-.5 * var(--marquee-element-width) * var(--marquee-elements)));
    }
}

/* =========================================== */
/* @media */
@media (min-width: 320px) {
    .Img-a img {
        height: 30vh;
    }

    .Img-c img {
        height: 28vh;
    }

    .Img-d img {
        height: 40vh;
    }

    .line-one {
        left: 4%;
    }

    .line-two {
        left: 10%;
    }

    .line-one,
    .line-two {
        height: 90vh;
    }

    .year {
        top: -4px;
        left: -11px;
        width: 90%;
    }

    .st-1 {
        padding: 4.25rem 0 0;
    }

    .img img {
        width: 310px;
        left: -155px;
    }

    .title {
        top: 170px;
        left: 7px;
        background: #ffffff1f;
        padding: 40px 0;
    }

    .span-title {
        font-size: 80px;
    }

    .title p {
        letter-spacing: 5px;
        margin-left: 9px;
    }
}

@media (min-width: 411px) {
    .Img-a img {
        height: 30vh;
    }

    .Img-c img {
        height: 28vh;
    }

    .Img-d img {
        height: 40vh;
    }

    .line-one {
        left: 4%;
    }

    .line-two {
        left: 10%;
    }

    .line-one,
    .line-two {
        height: 100vh;
    }

    .year {
        top: 0;
        left: 49px;
        width: 90%;
    }

    .st-1 {
        padding: 6.25rem 0;
    }

    .img img {
        width: 341px;
        left: -144px;
    }

    .title {
        top: 237px;
        left: 7px;
        background: #ffffff1f;
        padding: 40px 0;
    }

    .span-title {
        font-size: 100px;
    }

    .title p {
        letter-spacing: 10px;
        margin-left: 0;
    }
}

@media (min-width: 576px) {
    .Img-a img {
        height: 30vh;
    }

    .Img-c img {
        height: 28vh;
    }

    .Img-d img {
        height: 40vh;
    }

    .line-one {
        left: 16%;
    }

    .line-two {
        left: 21%;
    }

    .line-one,
    .line-two {
        height: 100vh;
    }

    .year {
        top: 0;
        left: 0;
    }

    .st-1 {
        padding: 6.25rem 0;
    }

    .img img {
        width: 347px;
        left: -130px;
    }

    .title {
        top: 250px;
        left: 23%;
        background: none;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .Img-a img {
        height: 30vh;
    }

    .Img-c img {
        height: 28vh;
    }

    .Img-d img {
        height: 40vh;
    }

    .line-one {
        left: 20%;
    }

    .line-two {
        left: 23%;
    }

    .line-one,
    .line-two {
        height: 100vh;
    }

    .year {
        top: -7px;
        left: -34px;
    }

    .st-1 {
        padding: 6.25rem 0 3vh;
    }

    .img img {
        width: 357px;
        left: 22px;
    }

    .title {
        top: 261px;
        left: 40%;
    }

    .span-title {
        font-size: 110px;
        margin-left: -5px;
    }
}

@media (min-width: 992px) {
    .Img-a img {
        height: 30vh;
    }

    .Img-c img {
        height: 28vh;
    }

    .Img-d img {
        height: 40vh;
    }

    .line-one {
        left: 23%;
    }

    .line-two {
        left: 25%;
    }

    .line-one,
    .line-two {
        height: 95vh;
    }

    .year {
        top: -7px;
        left: -53px;
    }

    .st-1 {
        padding: 6.25rem 0 3vh;
    }

    .img img {
        width: 450px;
        left: 8.5%;
    }

    .title {
        top: 350px;
        left: 43%;
    }

    .span-title {
        font-size: 120px;
        margin-left: -5px;
    }
}

@media (min-width: 1200px) {

    .Img-a img,
    .Img-b img,
    .Img-c img,
    .Img-d img {
        height: auto;
    }

    .line-one,
    .line-two {
        height: 110vh;
    }

    .st-1 {
        padding: 6.25rem 0;
    }
}

@media (min-width: 1400px) {
    .img img {
        top: 20px;
    }

    .year {
        top: -14px;
        left: -16px;
    }

    .line-one,
    .line-two {
        height: 74vh;
    }
}

@media (min-height: 375px),
(min-width: 667px) {
    .line-one,
    .line-two {
        height: 71.2vh;
    }
}


@media (min-height: 768px),
(min-width: 1024) {
    .line-one, .line-two {
        height: 53vh;
    }
}

@media (min-height: 1280px),
(min-width: 950px) {
    .line-one, .line-two {
        height: 70.5vh;
    }
}