:root {
    --primary-color: #b08c46;
    --secondary-color: #121541;
    --background-color: #ffffff;
    --secondary-background-color: #F3F3F3;
    --cards-background-color: #E7E7E7;
    --underline-color: #b08c46;
}



@font-face {
    font-family: 'Orbitron-Regular';
    src: url('../fonts/Orbitron-Regular.ttf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,
html {
    height: 100%;
    width: 100%;
    font-size: 100%;
    font-family: sans-serif
}

img,
video {
    max-width: 100%;
    height: auto
}

button,
input,
select,
textarea {
    font-family: inherit
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    color: inherit
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: transparent;
}

::-webkit-scrollbar-track {
    background: transparent;
}

html {
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
}

body {
    -ms-overflow-style: none;
}


.bold {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.medium {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.normal {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.light {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.orbitron {
    font-family: "Orbitron-Regular" !important;
}

.montserrat {
    font-family: "Montserrat" !important;
}



/**  ---------------------------------------------------- **/
/**  ---------------------------------------------------- **/
/**  Main Banner CSS ------------------------------------ **/
/**  ---------------------------------------------------- **/
/**  ---------------------------------------------------- **/

h2.main-banner-brand {
    font-size: 2.2rem;
}

h2.main-banner-brand span:nth-child(1) {
    color: var(--primary-color);
}

h2.main-banner-brand span:nth-child(2) {
    color: var(--secondary-color);
}

h1.main-banner-title {
    font-size: 2.8rem;
    color: var(--secondary-color);
}

h1.main-banner-title span {
    font-size: 1.8rem;
}

.underline {
    display: inline-block;
}

.underline::after {
    content: '';
    height: 5px;
    background: var(--primary-color);
    border-radius: 5px;
    display: block
}

.boton-submit {
    box-shadow: 0 0 0 1px var(--primary-color);
    --bs-btn-bg: var(--primary-color);
    --bs-btn-color: #fff;
    --bs-btn-hover-bg: var(--secondary-color);
    --bs-btn-hover-color: var(--primary-color);
}


.subtitulo {
    color: var(--secondary-color);
    font-weight: 900;
    font-size: xxx-large
}

.subtitulo-2 {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: x-large;
}

.input-email {
    border-color: rgba(98, 94, 93, 0.5);
    box-shadow: 0 0 0 1px rgba(98, 94, 93, 0.5);
}

.input-email:focus {
    border-color: rgba(219, 36, 28, 0.5) !important;
    box-shadow: 0 0 0 1px rgba(219, 36, 28, 0.5);
}

@media (max-width: 768px) {
    .subtitulo {
        font-size: larger;
    }

    .subtitulo-2 {
        font-size: small;
    }

    .titulo {
        font-size: medium;
        margin-bottom: 20px;
    }

    .input-email {
        font-size: x-small !important;
    }

    .only-desk {
        display: none !important;
    }
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


@-webkit-keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 3712.092041015625px;
        stroke-dasharray: 3712.092041015625px;
    }

    100% {
        stroke-dashoffset: 7424.18408203125px;
        stroke-dasharray: 3712.092041015625px;
    }
}

@keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 3712.092041015625px;
        stroke-dasharray: 3712.092041015625px;
    }

    100% {
        stroke-dashoffset: 7424.18408203125px;
        stroke-dasharray: 3712.092041015625px;
    }
}

h2 .title-line-1 {
    width: 15%;
    height: 5px;
    background-color: var(--secondary-color);
    position: absolute;
    bottom: -0px;
    left: 0;
    border-radius: 10px;
    display: none;

}

h2 .title-line-2 {
    width: 80%;
    height: 5px;
    background-color: var(--underline-color);
    position: absolute;
    bottom: -0px;
    right: 0;
    border-radius: 10px;
    display: none;
}

.title-line-1.active {
    animation: animate-width-1 1s ease-out 0.5s;
}

.title-line-2.active {
    animation: animate-width-2 1s ease-out 0.5s;
}

@keyframes animate-width-1 {
    0% {
        width: 0%;
    }

    100% {
        width: 15%;
    }
}

@keyframes animate-width-2 {
    0% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

/**  ---------------------------------------------------- **/
/**  ---------------------------------------------------- **/
/**  Company Milestone  --------------------------------- **/
/**  ---------------------------------------------------- **/
/**  ---------------------------------------------------- **/
.titulo-milestone {
    border: 1px solid var(--primary-color);
    font-family: 'Montserrat' !important;
    color: var(--secondary-color);
    font-weight: 700;
    width: auto;
    z-index: 10000 !important;
    position: relative;
    background: white;
}

.logo-mini-milestone {
    z-index: 10000 !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    line-height: 100px;
    font-size: 50px;
    text-align: center;
}

.milestone {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.milestone::after {
    content: '';
    position: absolute;
    width: 3px;
    background-color: var(--primary-color);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    z-index: 0;
}

.container-milestone {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.container-milestone::after {
    content: '';
    position: absolute;
    width: 100px;
    right: 0px;
    background-color: white;
    border: 1px solid var(--primary-color);
    top: 15px;
    z-index: 1;
}

.left-milestone {
    left: 0;
}

.right-milestone {
    left: 50%;
}

.left-milestone::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

.right-milestone::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

.right-milestone::after {
    left: 0px;
}

.content-milestone {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

.item-titulo-milestone {
    font-weight: 700;
    z-index: 2;
}

.item-texto-milestone {
    font-size: 16px;
    color: var(--secondary-color);
}

.item-titulo-milestone span:nth-child(1) {
    color: var(--primary-color);
}

.item-titulo-milestone span:nth-child(2) {
    color: var(--secondary-color);
}

.first-section-milestone {
    padding-top: 200px;
}


/* Estilos para el video en el main banner */
.main-video{
    width: 90vw;
    height: 85vh;
    border-radius: 10px;
    background-color: rgb(231, 231, 231);
    position: relative;
    /* hacer que el contenido no se salga del contenedor */
    overflow: hidden;
}
.main-video-background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.main-video-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}
.main-video-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}
.main-video-content .main-banner-brand{
    background-color: #ffffffd9;
    padding: 10px;
    border-radius: 5px;
}
.main-video-content .main-banner-title{
    color: #ffff;
}


@media screen and (min-width: 750px) {

    .item-titulo-milestone {
        font-size: 24px;
    }

    .right-milestone .content-milestone .item-titulo-milestone {
        margin-left: 50px;
        text-align: right;
    }


    .item-titulo-milestone {
        /* position: absolute; */
        width: fit-content !important;
        background: white !important;
        margin-top: -32px;
        margin-bottom: 30px;
        padding-inline: 10px;
    }

    .item-texto-milestone {
        margin-top: 20px;
    }

    .margin-top-300 {
        margin-top: 300px
    }
    
    .large-text-milestone {
        margin-top: -40px;
        margin-bottom: 35px !important;
    }

    .item-imagen-milestone {
        margin-top: -100px;
        height: 230px;
        /* width: 250px; */
        padding-bottom: 50px;
        max-width: 100%;
    }

}

@media screen and (max-width: 600px) {

    .item-titulo-milestone {
        font-size: 20px;
    }

    /* Place the timelime to the left */
    .milestone::after {
        left: 31px;
    }

    /* Full-width containers */
    .container-milestone {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .container-milestone::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left-milestone::after,
    .right-milestone::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right-milestone {
        left: 0%;
    }

    .logo-mini-milestone {
        height: 75px;
        left: 0;
        transform: translate(5%, 0%);
    }

    .first-section-milestone {
        padding-top: 50px;
    }

    .item-imagen-milestone {
        height: 100px;
    }
}




/**  ---------------------------------------------------- **/
/**  ---------------------------------------------------- **/
/**  Footer  -------------------------------------------- **/
/**  ---------------------------------------------------- **/
/**  ---------------------------------------------------- **/


footer .footer-logo a {
    display: block;
    margin-top: 15px;
    font-size: 0.9rem;
}


footer .quicklinks h5 {

    font-size: 1.1rem;
}

footer .subscribe h5 {
    font-size: 1.1rem;
    margin-top: 2px;
}

footer .subscribe input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--primary-color);
}

footer .subscribe button {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 0px 5px 5px 0px;
    font-size: 1rem;
}


@media screen and (max-width: 768px) {
    footer .quicklinks ul li {
        width: 95%;
        text-align: center;
    }

    footer .footer-logo a {
    display: block;
    align-items: center;
    margin-top: 15px;
    font-size: 0.9rem;
}

}