@charset "UTF-8";
/*--- CSS Scroll Suave ---*/

html.lenis {
	height: auto;
  }
  .lenis.lenis-smooth {
	scroll-behavior: auto;
  }
  .lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
  }
  .lenis.lenis-stopped {
	overflow: hidden;
  }
  
  /*--- //CSS Scroll Suave ---*/
html {
    width: 100vw;
    overflow-x: hidden;
}
body {
    background-color: #000;
    color: #fff;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
	width: 100vw;
    overflow-x: hidden;
}
.container-fluid{
	margin: 0;
	padding: 0;
}
.previewFoto {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
}
.show{
	display: block;
	opacity: 1;
	transition: all ease-in-out;
	animation-delay: .4s;
	animation-duration: .4s;
}
.hide{
	display: none;
	opacity: 0;
	transition: all ease-in-out;
	animation-delay: .4s;
	animation-duration: .4s;
}
.shadow {
    -webkit-filter: drop-shadow( 0px 3px 10px rgba(0,0,0,.7) );
    filter: drop-shadow( 0px 3px 10px #000 );
    -webkit-svg-shadow: 0 0 10px #000; 
}
.bg-camiones {
    background-image: url(../img/imagen-hero.png);
    background-position: center 20%;
    background-repeat: no-repeat;
    background-size: contain;
}
h1 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 1.4em;
    margin-top: 10px;
	margin-bottom: 5px;
}
h1 strong {
    font-size: 110%;
}
h2.secundario {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1.4em;
    width: 90%;
    margin: 50% auto 50px;
    text-align: center;
    max-width: 650px;
}
h2 {
    font-size: 24px;
	text-align: center;
    line-height: 1.4em;
    display: inline-flex;
	margin: 35px auto 50px;
}
h3 {
    font-size: 30px;
	margin-bottom: 20px;
}
.rowPremios {
    gap: 40px;
    padding-top: 8vh;
}
.sidecar {
    display: flex;
}
.prize-card {
    text-align: center;
    margin: 0;
    padding: 0;
    max-width: 700px;
}
.prize-card-box {
    border-top: 2px solid #E4032E;
	border-right: 2px solid #E4032E;
	border-left: 2px solid #E4032E;
	border-bottom: none;
    padding: 40px 40px 80px;
    min-height: 195px;
}
.prize-card img {
    position: relative;
    width: calc(100% - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
}
.prize-card .prize-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -35px;
    left: 50%;
    background: #000;
    border: 2px solid #FFF;
    border-radius: 25rem;
    overflow: hidden;
    margin: 0 0 0 -35px;
    z-index: 2;
}
.prize-card .prize-icon img.icono {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
}
.btn-apply {
    background-color: #E4032E;
    color: #fff;
    font-size: 24px;
    padding: 14px 8px;
    border: none;
    border-radius: 25rem;
    margin: 0 auto;
    min-width: 320px;
    font-weight: 600;
    box-shadow: 0 8px 20px #303842e6;
    transition: all ease-in-out .3s;
    line-height: 1;
    align-content: center;
    justify-content: center;
    align-items: center;
	text-decoration: none;
	display: table;
}
.btn-apply:hover {
    background-color: #ea163f;
    transition: all ease-in-out .4s;
}
.trucks img {
    width: 100%;
}
.boton-seccion {
    position: relative;
    z-index: 2;
}
/*FORMULARIO*/	
.bgBlack {
    background-color: black;
    color: white;
    padding-top: 50px;
}
p{
	font-family: "Montserrat", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 10px;
}	
.container {
    max-width: 1366px;
    padding: 0;
    margin: 0 auto;
}
.form-container {
    max-width: 680px;
    margin: 0 auto;
    padding: 20px;
}
.form-control {
	font-family: "Montserrat", serif;
    background-color: white;
    color: black;
    border: none;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center;
     
}

textarea.form-control {
    text-align: left;
}

.form-control::placeholder {
	color: #111;
}
.btn-submit {
	font-family: "Montserrat", serif;
    background-color: #E4032E;
    color: #fff;
    font-size: 24px;
    padding: 14px 8px;
    border: none;
    border-radius: 25rem;
    margin: 50px auto 100px;
    min-width: 320px;
    font-weight: 600;
    box-shadow: 0 8px 20px #303842e6;
    transition: all ease-in-out .3s;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.btn-submit:hover {
    background-color: #ea163f;
    transition: all ease-in-out .4s;
}
.form-control {
	font-size: 17px;
}
.btn-primary {
	font-size: 17px;
}
label {
	font-family: "Montserrat", serif;
    font-weight: 400;
	font-size: 15px;
	line-height: 1.1em;
    margin-bottom: 10px;
}
.footer{
	background: #393938;
	padding: 0;
}
.footer .container{
	display: flex;
	padding: 15px 25px;
    justify-content: space-between;
    align-items: center;
}
.gf-logo {
	width: 70px;
	height: auto;
}
.jac-logo {
	width: 70px;
	height: auto;
}
.accordion-item {
    background: #000;
    color: #FFF;
    border: 1px solid #FFF;
    border-left: none;
    border-right: none;
}
.accordion-button, .acordion-header, .acordion-body {
    background: #000;
    color: #FFF;
    border: none;
}
.accordion-flush .accordion-item:first-child {
    border-top: 1px solid #FFF;
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #FFF;
}
.accordion-button:not(.collapsed) {
    color: #999999;
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.accordion-button.collapse a:link.active,
.accordion-button-active-collapse ::after,
button.accordion-button-active::after.active {
    background-color: white;
}
.accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.accordion-body {
    padding: 12px 0 20px;
	font-size: 13px;
	text-align: left;
}
.accordion-button {
    padding: 8px 0;
    font-size: 12px;
}
.accordion-item h4 {
    font-size: 14px;
	margin: 0 0 20px;
}
.accordion-item p {
    font-family: "Montserrat", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 10px;
	opacity: .85;
}
.img-hero {
    position: relative;
    width: 100%;
    max-height: 710px;
    overflow: hidden;
}
.promo {
    width: 50%;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -25%;
    top: inherit;
    bottom: 0;
    z-index: 2;
}
.promo-overlay {
    width: 100%;
	height: 160px;
    position: absolute;
	z-index: 1;
    left: 0;
    margin: 0;
    top: inherit;
    bottom: -3px;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 90%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 90%);
	background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 25rem;
    border-bottom-left-radius: 25rem;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #FFF;
    background-color: #E4032E;
    border-color: #E4032E;
	outline: none;
	box-shadow: none;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #FFF;
    background-color: #E4032E;
    border-color: #E4032E;
}
.btn-primary {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    border-radius: 25rem;
	padding: 15px 0;
    width: 100%;
    max-width: 100%;
    display: table;
	outline: none;
	box-shadow: none;
}
:focus-visible {
    outline: none;
	box-shadow: none;
}
.btn:hover {
    color: #FFF;
}
a.btn:hover {
    color: #FFF;
}
a:hover {
    color: #FFF;
}
.btn:focus {
    outline: none;
	box-shadow: none;
}
a.btn:focus {
    outline: none;
	box-shadow: none;
}
a:focus {
    outline: none;
	box-shadow: none;
}
.btn-check:hover+.btn-primary, .btn-primary:hover, .btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #E4032E;
    border-color: #E4032E;
    box-shadow: none;
	outline: none;
}
.icon-success, .icon-error {
    width: 70px;
    height: auto;
    margin: 0 auto 20px;
}
.modal-header {
    border-bottom: none;
}
.modal-content {
    background-color: #000;
    text-align: center;
    box-shadow: 0 0 20px #000;
}
.modal-content h2 {
    font-size: 24px;
    text-align: center;
    line-height: 1.4em;
    display: inline-flex;
    margin: 0 auto 70px;
}
.btn-close {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
}
.just-validate-error-label{
	color: #F43B3B !important;
}
/* PRELOADER */
.cont-preloader{
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    margin: -40px 0 20px 0;
}
.preloader {
    
    
    width: 60px;
    height: 60px;
    /* margin:-60px 0 0 -30px; */
    -webkit-animation:spin .7s linear infinite;
    -moz-animation:spin .7s linear infinite;
    animation:spin .7s linear infinite;
    
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.preloader img {
  width: 100%;
  filter: hue-rotate(90deg);
}

/* PRELOADER */

.noSee{
    display: none!important;
}

@media (max-width: 1560px){
	.container {
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.img-hero {
		max-height: 670px;
	}
	.bg-camiones {
		background-image: url(../img/imagen-hero.png);
		background-position: center 20%;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.prize-card {
		max-width: 720px;
	}
	.form-container {
		max-width: 690px;
		margin: 0 auto;
		padding: 20px;
	}
	.rowPremios {
		gap: 40px;
		padding-top: 90px;
	}
	.prize-card-box {
		padding: 50px 40px 80px;
	}
	h2.secundario {
		margin: 55% auto 50px;
	}
}
@media (max-width: 1366px) and (device-height: 1024px){
	.container.header{
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.promo-overlay {
		height: 280px;
	}
	.promo {
		width: 44%;
		position: absolute;
		left: 50%;
		margin: 0 0 0 -22%;
		top: inherit;
		bottom: 0;
	}
	.img-hero {
		position: relative;
		width: 100%;
		max-height: 787px;
		overflow: hidden;
	}
	.container {
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	h1 {
		font-size: 38px;
		margin-bottom: 5px;
		margin-top: 15px;
	}
	h2 {
		font-size: 24px;
	}
	.bg-camiones {
		background-position: center 25%;
	}
	.prize-card {
        margin: 0;
        padding: 0;
		width: 90%;
        max-width: 720px;
    }
	.prize-card .prize-icon {
		width: 70px; 
		height: 70px;
		top: -35px;
		margin: 0 0 0 -35px;
	}
	h2.secundario {
		font-size: 24px;
		max-width: 90%;
		margin: 45% auto 50px;
	}
	h3 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	p {
		font-size: 20px;
	}
	.prize-card img {
		width: 680px;
		margin: 0 auto;
	}
	.form-container {
		max-width: 700px;
		margin: 0 auto;
		padding: 20px 10px;
	}
	.footer {
		padding: 0;
	}
	.footer .container {
		padding: 15px 30px;
	}
}
@media (max-width: 1180px) and (orientation: landscape){
	.container.header {
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.img-hero {
		max-height: 490px;
	}
	.promo {
		width: 60%;;
		margin: 0 0 0 -30%;
	}
	h2 {
		font-size: 20px;
		margin: 25px auto 40px;
	}
	.container {
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.prize-card {
        margin: 0;
        padding: 0;
		width: 90%;
        max-width: 540px;
    }
	.prize-card img {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
	.form-container {
		max-width: 520px;
		margin: 0 auto;
		padding: 20px 10px;
	}
	.bg-camiones {
		background: url("../img/imagen-hero.png");
		background-size: contain;
		background-repeat: no-repeat;
        background-position: center 25%;
    }
	.form-control {
		font-size: 16px;
	}
	.btn-primary {
		font-size: 16px;
	}
	label {
		font-size: 14px;
	}
}
@media (max-width: 1024px) and (orientation: portrait){
	.container {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.bg-camiones {
		background: url("../img/imagen-hero-portrait.png");
		background-size: contain;
		background-repeat: no-repeat;
        background-position: center 25%;
    }
	.img-hero {
		max-height: 580px;
	}
	.rowPremios {
		padding-top: 90px;
	}
	h1 {
		font-size: 38px;
		margin-bottom: 5px;
		margin-top: 15px;
	}
	h2 {
		font-size: 28px;
	}
	.prize-card {
        margin: 0;
        padding: 0;
		width: 90%;
        max-width: 720px;
    }
	.prize-card .prize-icon {
		width: 70px; 
		height: 70px;
		top: -35px;
		margin: 0 0 0 -35px;
	}
	h2.secundario {
        font-size: 24px;
        max-width: 90%;
        margin: 50% auto 50px;
    }
	h3 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	p {
		font-size: 20px;
	}
	.btn-apply {
		font-size: 24px;
		min-width: 340px;
	}
	.btn-submit {
		font-size: 24px;
		min-width: 340px;
	}
	.form-control {
		font-size: 16px;
	}
	.btn-primary {
		font-size: 16px;
	}
	label {
		font-size: 14px;
	}
}
@media (max-width: 992px){
	h1 {
		font-size: 28px;
	}
}
@media (max-width: 768px){
	.img-hero {
        max-height: 446px;
    }
	h1 {
        font-size: 34px;
        margin-bottom: 5px;
        margin-top: 10px;
    }
	.form-control {
		font-size: 15px;
	}
	.btn-primary {
		font-size: 15px;
	}
	label {
		font-size: 13px;
	}
	.prize-card {
        width: 90%;
        max-width: 650px;
    }
	h2.secundario {
        font-size: 21px;
        max-width: 90%;
        margin: 45% auto 50px;
    }
	h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
	.bg-camiones {
        background-position: center 35%;
    }
	.prize-card img {
        width: 95%;
        margin: 0 auto;
    }
	.form-container {
        max-width: 80%;
        margin: 0 auto;
        padding: 20px 0;
    }
	label {
        font-size: 14px;
    }
	.form-control {
		font-size: 16px;
	}
	.btn-primary {
		font-size: 16px;
	}
	.prize-card-box {
        padding: 50px 40px 30px;
        margin: 0 0 30px;
    }
	.btn-submit {
		margin: 30px auto 60px;
	}
	.promo {
        width: 60%;
        margin: 0 0 0 -30%;
    }
}
@media (max-width: 588px){
	.bg-camiones {
		background-image: url("../img/imagen-hero-mobile.png");
		background-repeat: no-repeat;
		background-size: contain;
	}
    .img-hero {
        max-height: 233px;
    }
	.promo {
		width: 70%;
		margin: 0 0 0 -35%;
	}
	.bg-camiones {
        background-position: center 15%;
    }
	h2 {
        font-size: 18px;
		text-align: center;
		line-height: 1.4em;
		display: inline-flex;
		margin: 20px auto 30px;
	}
	.btn-apply {
        font-size: 20px;
        min-width: 70%;
    }
	.btn-submit {
        font-size: 20px;
        min-width: 70%;
    }
	.rowPremios {
        padding-top: 60px;
    }
	.prize-card .prize-icon {
        width: 50px;
        height: 50px;
        top: -25px;
		margin: 0 0 0 -25px;
    }
	.prize-card-box {
        padding: 30px 5% 10px;
        margin: 0 0 0;
		min-height: 100px;
    }
	h1 {
        font-size: 20px;
        margin-bottom: 5px;
        margin-top: 10px;
    }
	.prize-card {
        max-width: 84%;
    }
	h2.secundario {
        font-size: 16px;
        max-width: 100%;
        margin: 55% auto 30px;
    }
	h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
	.bgBlack {
		padding-top: 30px;
	}
	p {
        font-size: 14px;
    }
	label {
        font-size: 12px;
    }
	.prize-card img {
        width: 94%;
        margin: 0 auto;
    }
	.form-container {
        max-width: 84%;
        padding: 10px 0;
    }
	.form-control {
		font-size: 14px;
	}
	.btn-primary {
		font-size: 14px;
	}
	.accordion-item h4 {
		font-size: 13px;
	}
	.accordion-item p {
		font-size: 11px;
	}
}	
@media (max-width: 420px){
	h2 {
        font-size: 17px;
    }
    h1 {
        font-size: 19px;
    }
	h2.secundario {
        font-size: 16px;
    }
	h3 {
        font-size: 20px;
    }
	p {
        font-size: 15px;
    }
	label {
        font-size: 12px;
    }
	.form-control{
        font-size: 14px;
    }
	.btn-primary {
		font-size: 13px;
	}
	.accordion-button {
		font-size: 10px;
	}
	.accordion-body {
		padding: 11px 0 20px;
		font-size: 12px;
		text-align: left;
	}
	.img-hero {
        max-height: 240px;
    }
	.bg-camiones {
        background-position: center 25%;
    }
}
@media (max-width: 380px){
	label {
        font-size: 11px;
    }
}