@font-face {
	font-display: swap;
	font-family: "Roboto-Bold";
	src: url("fonts/RobotoCondensed-Bold.ttf");
}

@font-face {
	font-display: swap;
	font-family: "Roboto-BoldItalic";
	src: url("fonts/RobotoCondensed-BoldItalic.ttf");
}

@font-face {
	font-display: swap;
	font-family: "Roboto-Regular";
	src: url("fonts/RobotoCondensed-Regular.ttf");
}

@font-face {
	font-display: swap;
	font-family: "Roboto";
	src: url("fonts/Roboto-Regular.ttf");
}

@font-face {
	font-display: swap;
	font-family: "Roboto-Thin";
	src: url("fonts/RobotoCondensed-Light.ttf");
}

@font-face {
	font-display: swap;
	font-family: "Roboto-Italic";
	src: url("fonts/RobotoCondensed-Italic.ttf");
}

@font-face {
	font-family: "Roboto-condensed";
	src: url("fonts/RobotoCondensed-BoldItalic.ttf");
}

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

html,
body {
    font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.7;
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-y: auto;
}

b {
    font-family: 'HelveticaNeueLTStd-Bd', sans-serif;
}

h4 {
    font-family: "HelveticaNeueLTStd-Bd", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
}

/* Var */
:root {
    --blue: #014189;
    --white: #ffffff;
    --black: #131313;
    --grey: #f0f0f0;
    --primary: #004288;
    --segundary: #ffdd00;
    --darkblue: #0e0c32;
}

/* Var ends */

/* Background */
.bg-blue {
    background-color: var(--blue);
}

.bg-dark-blue {
    background-color: var(--darkblue);
}

.bg-black {
    background-color: var(--black);
}

.bg-grey {
    background-color: var(--grey);
}

.border-blue {
    border: 2px solid var(--blue);
}

/* Buttoms */
.btn-yellow {
    background: var(--blue);
    border: 1px solid var(--blue);
    border-radius: 28px;
    color: #fff;
    font-size: 16px;
    width: 10rem;
    text-transform: uppercase;
}

.btn-yellow:hover {
    background: transparent;
    border: 1px solid var(--blue);
    border-radius: 28px;
    color: #131313;
    font-weight: 700;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--grey);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--segundary);
}

/* Goodyear */

.form-control:focus {
    box-shadow: none;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.text-icon {
    height: 100%;
}

.text-segundary {
    color: var(--segundary);
}

/* WEB general end */


/* Navbar */
.nav-link:active {
    color: var(--segundary);
    text-decoration: underline;
}

.logo-gy {
    max-width: 150px;
}

.logo-norauto {
    max-width: 200px;
}


.navbar {
    padding: 0rem 1rem !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #FCDC03;
    /* text-transform: uppercase; */
    padding: 1rem 2em;
    padding-bottom: 20px !important;
    border-bottom: 4px solid transparent;
    font-size: 1.025em;
    font-family: "Roboto", sans-serif;
}

.navbar-dark .navbar-nav .nav-link.active {
    border-bottom: 3px solid var(--segundary);
    color: var(--segundary);
}

/* Navbar ends */

/* Hero */
.hero-text {
    text-transform: uppercase;
    display: block;
    font-size: calc(1.7vw + 2vh + 1vmin);
    letter-spacing: 0;
    line-height: 1.5;
    color: #131313;
    text-shadow: rgba(255, 255, 255, 0.51) 0px 0px 20px;
    top: calc(1vw + 2vh + 1vmin);
    position: relative;
}

.hero-text-m {
    display: none;
}

.hero-text-box {
    line-height: 0.6;
    display: flex;
    letter-spacing: 2px;
}

.hero-b-value {
    font-size: 7rem;
}

.hero-s-value {
    font-size: calc(0.4vw + 2vh + 1vmin);
    margin: 0 0.3rem;
}

.hero-s-value:first-of-type {
    font-weight: 200;
    margin: 0 0.3rem;
}

.hero-s-value:last-of-type {
    font-weight: 200;
    position: relative;
    top: 50px;
}

.main-section {
    background-image: url(/img/backgrounds/hero-banner.png);
    background-size: cover;
    background-position: bottom;
    min-height: 84vh;
    min-width: 100%;
}

.main-box {
    /* position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%); */
    color: #FFF;
}

.main-box img {
    margin: 2rem 0 0 0;
    width: calc(13vw + 2vh + 1vmin);
}

.main-box-img img {
    position: absolute;
    right: -3rem;
    top: 20%;
    width: calc(35vw + 2vh + 1vmin);
}

/* Hero end */

/* Mechanics */

.grid_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}

.grid_3 div {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-items: center;
    padding: 1.5rem 3rem;
    position: relative;
}

.grid_3 img:first-of-type {
    left: 2px;
}

.grid_3 span:first-of-type {
    right: 2px;
    color: var(--blue);
    font-weight: 700;
    font-size: calc(6.5vw + 2vh + 1vmin);
    top: 35%;
}

.grid_3 span {
    color: #131313;
    font-family: "HelveticaNeueLTStd-Bd", sans-serif;
    font-size: calc(1.3vw + 1.5vh + 1vmin);
    margin-bottom: 0.5rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.grid_3 p {
    color: #131313;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 26px;
    margin-right: 2%;
}

.grid_3_1 {
    grid-area: 1 / 1 / 2 / 2;
}

.grid_3_2 {
    grid-area: 1 / 2 / 2 / 3;
}

.grid_3_3 {
    grid-area: 1 / 3 / 2 / 4;
}

.grid_9 {
    display: grid;
    grid-template-columns: repeat(50% 25% 25%);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    align-items: center;
    padding: 0 2rem;
}

.grid_9 span {
    font-family: "HelveticaNeueLTStd-Bd", sans-serif;
    color: var(--white);
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 2;
    padding: 1.5rem;
}

.grid_9_1 {
    grid-area: 1 / 1 / 2 / 2;
}

.grid_9_2 {
    grid-area: 1 / 2 / 2 / 3;
}

.grid_9_3 {
    grid-area: 1 / 3 / 2 / 4;
}

.grid_9_4 {
    grid-area: 2 / 1 / 3 / 2;
    text-align: left;
}

.grid_9_5 {
    grid-area: 2 / 2 / 3 / 3;
}

.grid_9_6 {
    grid-area: 2 / 3 / 3 / 4;
}

.grid_9_7 {
    grid-area: 3 / 1 / 4 / 2;
    text-align: left;
}

.grid_9_8 {
    grid-area: 3 / 2 / 4 / 3;
}

.grid_9_9 {
    grid-area: 3 / 3 / 4 / 4;
}

.grid_9_2,
.grid_9_3,
.grid_9_4,
.grid_9_7 {
    background-color: var(--blue);
}

.grid_9_5,
.grid_9_6,
.grid_9_8,
.grid_9_9 {
    background-color: var(--black);
}

/* Mechanics end */
/* Centers */
#map_canvas {
    height: 100vh;
    width: 100%;
}

.blockCenter {
    left: 12%;
    top: 10%;
    width: 35%;
    height: 60vh;
    z-index: 2;
    position: absolute;
    background-color: #FFF;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 12px;
    text-align: left;
}

/* Centes end */
/* Register */
#register {
    clear: both;
}

/* modal */
.modal-header {
    background-color: var(--primary);
    margin: 1rem;
    justify-content: center;
    color: #fff;
    border: 0;
    border-radius: 0;
}

.modal-content {
    border-radius: 0;
    border: 4px solid var(--primary);
}

.modal-footer {
    justify-content: space-around;
}

.modal-content .grid_2 {
    grid-template-columns: 46% 46%;
    padding: 2%;
    margin: 1rem;
}

/* modal end */
.grid_2 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}

.grid_2_1 {
    grid-area: 1 / 1 / 2 / 2;
}

.grid_2_2 {
    grid-area: 1 / 2 / 2 / 3;
}

/* #register-completed,
#contact-completed {
    background: url('/assets/images/fondo/bg-black.jpg') no-repeat top center;
    background-size: cover;
} */

#register-completed h2,
#contact-completed h2 {
    font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 96px;
    text-align: center;
    color: #131313;
}

#contact-completed h2 {
    font-size: 60px;
    font-weight: 200;
}

#register-completed span,
#register-completed h2 span,
#contact-completed span,
#contact-completed h2 span {
    color: #131313;
    font-weight: 700;
}

#register-completed p,
#contact-completed p {
    font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #131313;
    text-align: center;
}

/* Register ends */



/* Media queries */

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

    /* Hero 767px */
    .fs-7 {
        font-size: 13px;
    }

    .hero-m-log {
        position: relative;
        background: #1d1d1b;
        bottom: 0;
    }

    .hero-m-log img {
        width: calc(51vw + 2vh + 1vmin) !important;
        margin: 0 !important;
        position: unset !important;
        padding: 1rem;
    }

    .main-section {
        background-image: linear-gradient(to right bottom,
                #ffffffbf,
                #ffffff61),
            url(/img/fondos/fondo-mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-position-y: -5rem;
        min-height: 86vh;
    }

    .main-box {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 85vh;
    }

    .main-box img {
        margin: 2rem 0 0 0;
        /* width: calc(42vw + 2vh + 1vmin); */
        width: 100%;
        position: relative;
        bottom: -5px;
        align-self: center;
    }

    .hero-text {
        display: none;
    }

    .hero-m img {
        position: absolute;
        top: 65px;
        right: -15%;
        z-index: 0;
        width: 52%;
        bottom: auto;
        rotate: 30deg;
    }

    .hero-text-m {
        text-transform: uppercase;
        display: block;
        font-size: calc(1.7vw + 2vh + 1vmin);
        letter-spacing: 0;
        line-height: 1.5;
        color: #131313;
        text-shadow: rgba(255, 255, 255, 0.51) 0px 0px 20px;
        top: calc(1vw + 2vh + 1vmin);
        position: relative;
        /* font-size: 2rem; */
        letter-spacing: 0;
    }

    .bg-arrow-1 p {

        font-size: 1.3em;
    }

    .bg-arrow-2 p {
        font-size: 13px;
    }

    /* grids */

    .grid_2 {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-column-gap: 0px;
        grid-row-gap: 20px;
    }

    .grid_2_1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .grid_2_2 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .box-center {
        height: auto;
    }

    .grid_3 {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 20px;
    }

    .grid_3 div {
        padding: 1rem;
        justify-content: center;
    }

    .grid_3 span {
        font-size: calc(5vw + 1.5vh + 1vmin);
        margin-bottom: 0.5srem;
    }

    .grid_3 span:first-of-type {
        right: 17%;
        color: var(--blue);
        font-weight: 700;
        font-size: calc(30vw + 2vh + 1vmin);
        top: 26%;
    }

    .grid_3_1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .grid_3_2 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .grid_3_3 {
        grid-area: 3 / 1 / 4 / 2;
    }

    .grid_9 {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        text-align: center;
        width: 100%;
        align-items: center;
        padding: 0;
    }

    .grid_9 span {
        font-size: calc(0.2vw + 2vh + 1vmin);
        line-height: 2;
        padding: 0.5rem;
    }

    /* contact */
    #contact-completed h2 {
        font-size: 30px;
        line-height: 1.5;
        text-align: center !important;

    }

    #map_canvas {
        height: 100vh;
        width: 100%;
        display: none;
    }

    .blockCenter {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
    }

}

.center_list {
    display: none;
    padding: 10px;
    background-color: #fff;
}

.center_list ul {
    padding: 0;
    list-style: none;
    outline: 0;
    margin: 0;
}

.center_list li {
    padding: 5px 10px;
    padding-bottom: 2px;
    cursor: pointer;
    margin: 0;
    border: 1px solid #fff;
}

.center_list li:hover {
    border: 1px solid #003eff;
    background: #007fff;
    color: #fff;
}