@font-face {
    font-family: 'WINDEN';
    font-weight: 100;
    font-style: normal;
    src: url('../fonts/Winden-Medium.eot');
    src: local('WINDEN Medium'), local('WINDEN-Medium'),
        url('../fonts/Winden-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Winden-Medium.woff2') format('woff2'),
        url('../fonts/Winden-Medium.woff') format('woff'),
        url('../fonts/Winden-Medium.ttf') format('truetype');

}

@font-face {
    font-family: 'WINDEN';
      font-weight: 500;
    font-style: normal;
    src: url('../fonts/Winden-SemiBold.eot');
    src: local('WINDEN SemiBold'), local('WINDEN-SemiBold'),
        url('../fonts/Winden-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Winden-SemiBold.woff2') format('woff2'),
        url('../fonts/Winden-SemiBold.woff') format('woff'),
        url('../fonts/Winden-SemiBold.ttf') format('truetype');
  
}

/* Estilos para verify.php en PC */

.buscar {
	background-color: #000 !important; 
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.buscar:hover {
    background-color: #ee4695 !important; /* Green */
    color: #b7b7b0;
}

.no-response {
	height: auto;
	width: 40%;
	background: #FFFFFF;
	box-shadow: 0px 10px 10px -6px black;
	padding: 12px;
	border-radius: 15px;
	margin-top: 15px;
	opacity: 0.95;
}

.logo-verify {
	height: 150px;
	width: 150px;
	/* background: #FFFFFF; */
	padding: 12px;
	border-radius: 15px;
	margin-top: 15px;
	opacity: 0.95;
}

.cupon-descuento {
	box-shadow: 0px 10px 10px rgb(209, 205, 205);
	margin-top: 3rem;
	width: 50%;
	height: auto;
	border: 3px solid #ee4695 ;
	border-radius: 15px;
	background: linear-gradient(to bottom, #ebe7e7, white);
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.imprimir-cupon{	
	background-color:#f4de4c !important; 
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	color:#1b1b1b !important;
	border-radius: 20px;
}

.imprimir-cupon:hover {
    background-color: #ebda42 !important; 
    color: #000 !important;
}

.btn_editar {
    background-color: green !important; 
    color: #000 !important;
	text-decoration: none !important;
}

.btn_editar:hover {
    background-color: #b7b7b0 !important; 
    color: #000 !important;
	text-decoration: none;
}

.hv-send { 
	font-family: 'WINDEN'; 
	font-size: 16px; 
	font-weight: 400; 
	align-items: center;
	display: flex;
	height: 50px;
	justify-content: center;
	padding: 1em;
	width: 100%;
	color: #ffffff; 
	background:#000; 
}

/* Fin de los estilos para verify.php */

[type=checkbox]+label, [type=radio]+label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 0rem;
    margin-bottom: 0;
    vertical-align: baseline;
}

input[type="checkbox"]:checked + label:after {
    content: "";
    width: 14px;
    height: 7px;
    border: 3px solid #000;
    float: left;
    margin-left: -0.95em;
    border-right: 0;
    border-top: 0;
    margin-top: -2em;
    transform: rotate(-55deg);
}

input[type="checkbox"] {
	display: none;
}


.fondo-bg-mobile-new{
    display: none;
}
.row.enviar {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
li.terminos_checks {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

li.terminos_checks label p {
    text-align: start;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.3;
	margin-left: 10px;
}

li.terminos_checks input {
    margin-bottom: 0px;
}

.logo-simbolo img {
    width: 100%;
	margin-top: 30px;
}

.titulo {
	color: #ffffff;
	line-height: .9;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 1.75em;
    text-transform: uppercase;
    font-family: 'WINDEN'!important;
    font-weight: bold!important;
    font-style: normal!important;
    letter-spacing: 1px;
    
    
}

 /* Estilos del cupon de descuento */
.titulo-descuento {
	color: #ee4695;
	line-height: .9;
	text-align: center;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
	font-size: 1.95em;
    text-transform: uppercase;
    font-family: 'WINDEN'!important;
    font-weight: bold!important;
    font-style: normal!important;
    letter-spacing: -1px;
    
    
}

.subtitulo-descuento {
	color: #666;
	text-align: center;
	font-size: 1rem;
    text-transform: uppercase;
    font-family: 'WINDEN'!important;
    font-style: normal!important;
	margin-top: 1rem;
    /* letter-spacing: 1px; */
    
    
}

.titulo-datosclientes {
	text-align: center;
	line-height: 2;
}

.datos-clientes {
	text-align: center;
	text-transform: uppercase;
	/* line-height: 1; */
}

.subtitulo {
	color: #ffffff;
	/* line-height: .9; */
	text-align: center;
	/* margin-top: 40px; */
	/* margin-bottom: 40px; */
	font-size: 1em;
    text-transform: uppercase;
    font-family: 'WINDEN'!important;
    font-weight: bold!important;
    font-style: normal!important;
    letter-spacing: 1px;
    
    
}

hr {
	border: 0; 
	height: 1px; rgb(107, 77, 77)
	border-top: 1px dashed black; 
	border-bottom: 1px dashed black;
}

#imprimir-movil{
	display: none;
}

.icono-error {
	text-align: center;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loading.gif') 50% 50% no-repeat #f9f9f9;
    opacity: .8;
}

 /* Final estilos del cupon de descuento */

  /* Boton para añadir hoja de vida */

 /* .file-select {
	position: relative;
	display: inline-block;
  } */
  
  /* .file-select::before {
	background-color: #5678EF;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	content: 'Seleccionar'; 
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
  } */
  
  /* .file-select input[type="file"] {
	opacity: 0;
	width: 200px;
	height: 32px;
	display: inline-block;
  }
  
  #user_cv::before {
	content: 'Seleccionar Archivo 1';
  } */
  
   

.drop-zone {
    position: relative;
    width: 100%;
    min-height: 120px;
    border: 2px dashed #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    margin-top: 4px;
}

.drop-zone:hover,
.drop-zone.dragover {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: #eab818;
}

.drop-zone-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    pointer-events: none;
}

.drop-zone-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 8px;
}

.drop-zone-text {
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    line-height: 1.3;
}

.drop-zone-file {
    display: none;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    margin-top: 8px;
    word-break: break-all;
}

.drop-zone.has-file .drop-zone-icon,
.drop-zone.has-file .drop-zone-text {
    display: none;
}

.drop-zone.has-file .drop-zone-file {
    display: block;
}

.drop-zone input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

#overlay-terminos {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    background: rgba(0,0,0,0.85);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

#overlay-terminos .contenido {
    width: 90%;
    max-width: 550px;
    background: #FFF;
    padding: 1.5rem;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.6);
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
}

#overlay-terminos .contenido h3 {
    font-size: 20px;
    color: #cc0033;
    font-weight: bold;
    margin-bottom: 1.5rem;
    width: 100%;
    text-align: center;
}

.terminos-contenido {
    font-size: 13px;
    color: #2e2e2e;
    line-height: 1.5;
}

.terminos-contenido p {
    margin-bottom: 1rem;
    text-align: left;
    font-size: 13px;
    color: #2e2e2e;
    width: 100%;
}

.terminos-contenido ul {
    margin-bottom: 1rem;
    padding-left: 20px;
}

.terminos-contenido ul li {
    font-size: 12px;
    color: #2e2e2e;
    margin-bottom: 0.5rem;
    text-align: left;
    line-height: 1.4;
    list-style-type: disc;
}

.terminos-contenido ul li:before {
    content: none;
}

footer {
    width: 100%;
    /* height: 100%; */
    display: block;
    position: absolute;
    z-index: 9999;
    bottom: 2px;
    /* background: aqua; */
}

.logo-ah-new {
    position: absolute;
    top: 4%;
    left: 50px;
}

.logo-ah-new img {
    width: 200px;
}

.fondo-bg-pc-new {
	background: url(../img/bg.jpg);
	width: 80vw;
	height: 100vh;
	background-size: cover!important;
    background-position: center!important;
}

.form_new {
    position: fixed;
    width: 500px;
    height: 100%;
    display: flex;
    overflow: auto;
    right: 0px;
    background: #ee4695;
}

.logo-moto {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 30px;
}

.logo-simbolo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-simbolo-verify {
	width: 100px;
	height: 100px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.fondo {
    padding: 0 25% 0 25%;
    display:  flex;
    position:  relative;
    align-items:  center;
    justify-content:center;
}


.img_fondo {
    display: flex;
    width: 100%;
    height: 100vh;
    position: relative;
    background:#000;
    padding: 0px;
    margin: 0px;

}

#img_mobile{
	display: none;
}
#head_mobile{
	display: none;
}
#copy_pc{display: block;}
#copy_mobile{display: none;}
.img_fondo ul {
    
}

.img_fondo ul li {
   
}
body, h1, h2, h3, h4, h5, p, input, a{

   font-family: 'WINDEN' !important;
    font-weight: 300;
    font-style: normal;


}
body{
	
}
header{
	
}
header .row{
}
header .logo-moto{
	float: left;
	width: 30%;
	text-align: left;
	max-width: 215px;
}
header .logo-simbolo{
	float: right;
	width: 30%;
	text-align: right;
	margin-right: 93px;
	max-width: 215px;
}
img.img-respo {
    width: auto;
    /* margin-left: 44px; */
}

img.img-respo 2{
    width: 100% !important;
    margin-left: 44px;
    display: none;
}
.titu-form{
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
}

.foot-form{
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
	display: none;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
}

::-webkit-input-placeholder {
   color: #ffffff;
   font-size: 14px;
   font-weight: 200;
}
:-moz-placeholder { /* Firefox 18- */
   color: ffffff;
   font-size: 14px; 
   font-weight: 200;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: ffffff;
   font-size: 14px;  
   font-weight: 200;
}
:-ms-input-placeholder {  
   color: ffffff;
   font-size: 14px;  
   font-weight: 200;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}



article .right_side .fondo .pointer-up{
	position: absolute;
	border: 10px solid #c01a20;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	top: -20px;
	left: 50%;
	margin-left: -10px;
}
article form{
    width: 300px;
    margin: auto;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
}
article form h3{
	font-size: 20px;
	color: #fff;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 2rem;
	text-align: center;
}
article form fieldset{
    margin-bottom: 50px;
}
article form fieldset .row {
	margin: 0;
}
article form input[type=text]{
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 4px;
	border: solid 1px #FFFFFF;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: none;
}
article form input[type=email]{
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 4px;
	border: solid 1px #FFFFFF;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: none;
}
article form input[type=number]{
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 4px;
	border: solid 1px #FFFFFF;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: none;
}

article form input[type=select]{
	color: #fff !important;
	font-size: 18px;
}

.select1{
	/* color: #dddddd; */
    width: 100%;
    height: 32px;
	border: solid 1px #FFFFFF;
    position: relative;
    background: transparent;
    height: 2.4375rem;
     
}
.select1 select{
    position:absolute;
	border: solid 1px #FFFFFF;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    opacity:0;
    z-index: 2;
    color: black;
    height: 2.4375rem;
    
}

.select1 select:hover{
	color: black;
}

.select1 .select1-fondo{
    width: 100%;
    height:32px;
    /* border: solid 1px #666; */
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
    position:relative;
    display: block;
    background:url(../img/select2.png) 97% center no-repeat;
    padding-left:5px;
    line-height: 37px;
    font-size:14px;
    color: #fff;
    background-color:transparent;
    height: 2.4375rem;
    overflow: hidden;
}
.select1 .select1-fondo:hover{
   
    color: #000;
}
article form input[type=checkbox]{
}
article form input[type=submit]{
	font-size: 18px;
	color: #fff;
	font-family: 'WINDEN' !important;
    font-weight: 500 !important;
    font-style: normal !important;
	width: 174px;
	height: 44px;
	display: block;
	margin: 0 auto;
	/* border-radius:10px; */
	background: #eab818;
	border: none;
	box-shadow: none;
	-webkit-transition: 0.5s all linear;
	-moz-transition: 0.5s all linear;
	-ms-transition: 0.5s all linear;
	-o-transition: 0.5s all linear;
	transition: 0.5s all linear;
}
article form input[type=submit]:hover{
	background: #fff;
	color: #bc0e2f;
}

article form p{
	width: 100%;
	font-size: 11px;
	color: #f5f5f5;
	text-align: center;
	margin-bottom: 1rem;
	margin-top: .5rem;
}
article form fieldset .checkbox{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	/* margin-bottom: 20px; */
}
article form label{
	width: 100%;
	display: inline-block;
	font-size: 11px;
	color: #FFF;
	line-height: 1.1;
}

a {
    color: #080808;
    text-decoration: none;
}

.footer_link {
    color: #ffffff !important;
    text-decoration: none;
}

a:hover {
    color: #cc0033;
    text-decoration: none;
}

article form a{
	color: #f4de4c;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	/* margin-bottom: 0.5rem; */
	display: block;
	margin-top: 5px;
}
article form a:hover{
	color: #FFF;
	text-decoration: underline;
}
article .mensaje{
	background: rgba(0,0,0,0.85);
	padding: 1.5rem;
}
article h2{
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 34px;
	text-shadow:0px 0px 6px rgba(0,0,0,0.65);
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 2rem;
}
article h5{
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 22px;
}
article h5 a{
	background: #ed1c24;
	color: #FFF;
	padding: 6px 8px;
}
article h5 a:hover{
	color: #FFF;
}
footer{
	width: 100%;
	display: block;
	padding-bottom: 1rem;
}
footer p{
	font-size: 11px;
	font-weight: bold;
	color: #fafafa;
	text-shadow: #080808 0px 1px 20px;
	line-height: 1.1;
	display: block;
	width: 90%;
	max-width: 670px;
	margin: 0 auto;
	text-align: center;
}
footer p span{
	color: #ed1c24;
}
#overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 96;
	background: rgba(0,0,0,0.85);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
#overlay .contenido{
	width: 90%;
	max-width: 600px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.6);
}
#overlay-error{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
	background: rgba(0,0,0,0.85);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
#overlay-error .contenido{
	width: 90%;
	max-width: 550px;
	background: #FFF;
	padding: 2rem;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.6);
	position: relative;
}
#overlay-error .contenido .cerrar{
	width: 35px;
	height: 35px;
	background: #cc0033;
	color: #FFF;
	line-height: 35px;
	text-align: center;
	position: absolute;
	right: -15px;
	top: -15px;
}
#overlay-error .contenido .cerrar:hover{
	background: #000;
}
#overlay-error .contenido h3{
	font-size: 24px;
	color: #cc0033;
	font-weight: bold;
	margin-bottom: 1.5rem;
	width: 100%;
	text-align: center;
}
#overlay-error .contenido p{
	font-size: 16px;
	color: #2e2e2e;
	width: 100%;
	margin-bottom: 1rem;
	text-align: center;
	line-height: 1.1;
}
#overlay-error .contenido li{
	font-size: 16px;
	color: #2e2e2e;
	width: 100%;
	margin-bottom: 1rem;
	text-align: left;
	line-height: 1.1;
	list-style-type: none;
}
#overlay-error .contenido li:before{
	//color: #ed1c24;
	content: "\2022";
	padding-right: 15px;
}

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

.centtro {
    display: flex;
    align-items: center;
    background: #123c64;
    padding: 5% 0 5% 0;
}

.fondo {
    padding: 0 15% 0 15%;
    display:  flex;
    position:  relative;
    align-items:  center;
    justify-content:center;
}


}


@media screen and (max-width: 1366px){
.form_new {

    width: 350px;

}
.centtro {
    display: flex;
    align-items: center;
    justify-content:center;
    background: #123c64;
    padding: 4.5% 0 4.5% 0;
}
.fondo {
    padding: 0 15% 0 15%;
    display:  flex;
    position:  relative;
    align-items:  center;
    justify-content:center;
}

}


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

.centtro {
    display: flex;
    align-items: center;
    justify-content:center;
    background: #123c64;
    padding: 0px 5px 0px 5px;
}
.fondo {
    padding: 0 15% 0 15%;
    display:  flex;
    position:  relative;
    align-items:  center;
    justify-content:center;
}

img {
  max-width: 82%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  }

  img.img-respo {
    width: 100% !important;
    margin-left: 44px;
    align-self:  center;
}

article form h3{
	font-size: 15px;
	color: #fff;
	line-height: 1.1;
	//
	font-weight: bold;
	margin-bottom: .8rem;
	text-align: center;
}




}
@media screen and (max-height: 850px){
	.center-div {
    height: 100%;
}
}


@media screen and (max-width: 860px){
	.form_new {
    width: 100%;
    position: relative;
}
.fondo-bg-pc-new {
    background: url(../img/bg-mobil.jpg);
    width: 80vw;
    height: 100vh;
    background-size: cover!important;
    background-position: 26% 26%!important;
}

.foot-form{
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
    display: flex;
	 align-items: center; 
	 justify-content: center;
}

.foot-form img{
	width: 50%;
	
}

/* #imprimir-movil{
	display: none;
} */


}


/*MOVIL*/
@media screen and (max-width: 640px){

	article form {
    width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
	.logo-ah img {
    width: 100%;
    height: 100%;
	margin-top: 5px;
}
	header .logo-simbolo {
    float: right;
    width: 30%;
    text-align: right;
    margin-right: 10px;
    max-width: 215px;
}
	.left_side.large-6.medium-6.small-12.columns {
    /* background: #ed1c24; */
    padding-bottom: 35px;
    padding-top: 30px;
    display: none;
}
	article {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1rem;
    background: rgba(239, 25, 32, 0);
}
	.right_side.large-6.medium-6.small-12.columns {
    margin-top: 0px;
}


/* Estilos para verify.php en Movil*/

.buscar {
	background-color: #000 !important; 
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.buscar:hover {
    background-color: #ee4695 !important; /* Green */
    color: #b7b7b0;
}

.verify {
	height: 100%;
	width: auto;
	background: #FFFFFF;
	padding: 12px;
	border-radius: 15px;
	margin-top: 15px;
	opacity: 0.9;
}

.logo-verify {
	height: 150px;
	width: 150px;
	/* background: #FFFFFF; */
	padding: 12px;
	border-radius: 15px;
	margin-top: 15px;
	opacity: 0.95;
}

.cupon-descuento {
	box-shadow: 0px 10px 10px rgb(209, 205, 205);
	margin-top: 3rem;
	width: 50%;
	height: auto;
	border: 3px solid #cc0033 ;
	border-radius: 15px;
	background: linear-gradient(to bottom, #ebe7e7, white);
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.imprimir-cupon{	
	background-color:#f4de4c !important; 
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	color:#1b1b1b !important;
	border-radius: 20px;
}

.imprimir-cupon:hover {
    background-color: #ebda42 !important; 
    color: #000 !important;
}


/* Fin de los estilos para verify.php Movil*/

.imt
	article .left_side {
    margin-top:20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    max-width: 503px;
}
.img_fondo {
    display: flex;
    width: 100%;
    height: 741px;
    position: relative;
    background: #333333;
    padding: 0px;
    margin: 0px;
}
.img_fondo ul {
    display: block;
    width: 100%;
    height: 670px;
    position: relative;
    background: #333333;
    padding: 0px;
    margin: 0px;
}

#box_mobile{
	display: block;
	position: relative;
	height: auto;
	padding-top: 26px;
}

.logo-moto img {
    width: 50%;
}

.logo-simbolo img {
    width: 40%;
    /* margin-left: 215px; */
}

#head_mobile{
	display: flex;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	justify-content: space-between;
	align-content: center;
}


.logo-casatoro{
	width: 50%;
	position: relative;
	top: 15px;
	display: flex;
	align-items: center;
}

.logo-simbolo {width: 50%;position: relative;top: 15px;display: flex;justify-content: flex-end;}


.logo-vw-mobile{
	position: absolute;
	right: 1px;

}
.fondo {
    padding: 19px;
}

#img_pc{
	display: none;
}

#img_mobile{
	display: block;
	position: relative;
	/* height: auto; */
}
#copy_pc{display: none;}

#copy_mobile{
	display: block;
	width: 90%;
	margin: auto;
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 0.5rem;
	/* margin-top: 2.5rem; */
	text-align: center;
	position: relative;
	//
	background-color: #373c40;
	/* top: 150px; */
}

.titu-form{
	display: none;
}
.centtro {
     display: flex;
    align-items: center;
    justify-content:center;
    background: #123c64;
    padding: 14px 0 25px 0;
}


article form h3 {
	font-size: 20px;
	text-align: center;
	padding-bottom: 10px;
}
.img_fondo ul li {
    width: 100%;
   //
    height: 580px;
    display: flex;
    padding: 0px;
    margin: 0px;
    position: absolute;
    height: 670px;
}
	body{
		min-height:inherit;
		background-color: #000;
	}
	article .row{
		justify-content:center;
	}
	article .left_side{
		justify-content:center;
		margin-bottom: 1.5rem;
	}
	html{
		
		background-position: center bottom;
		background-color:#000;
	}
	article .right_side .fondo{
		
	}
	footer {
    width: 100%;
    /* height: 100%; */
    display: block;
    position: relative;
    z-index: 9999;
  //  bottom: 2px;
    /* background: aqua; */
}
img.img-respo2{
    max-width: 100%!important;
    margin-left: 0px;
    display: block;
}
}




@media screen and (max-width: 475px){
	img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}
.fondo-bg-pc-new {
   display: none;
}
	.fondo-bg-mobile-new {
		display: block;
	}
	
.verify {
	height: 300px;
	width: auto;
	background: #FFFFFF;
	box-shadow: 0px 10px 10px -6px black;
	padding: 12px;
	border-radius: 15px;
	margin-top: 15px;
	opacity: 0.95;
}

.logo-verify {
	height: 150px;
	width: 150px;
	/* background: #FFFFFF; */
	padding: 12px;
	border-radius: 15px;
	margin-top: 15px;
	opacity: 0.95;
}

.cupon-descuento {
	box-shadow: 0px 1px 1px rgb(209, 205, 205);
	margin-top: 0rem;
	width: 100%;
	height: 100%;
	border: 0px solid #cc0033;
	border-radius: 0px;
	background: linear-gradient(to bottom, #ebe7e7, white);
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.imprimir-cupon{	
	background-color:#f4de4c !important; 
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	color:#1b1b1b !important;
	border-radius: 20px;
}

.imprimir-cupon:hover {
    background-color: #ebda42 !important; 
    color: #000 !important;
}

#imprimir-movil{
	margin-top: 1rem;
	align-items: center;
	height: auto;
	width: 100%;
	/* background-color: #b7b7b0; */
	background-color: #ebe7e7;
	padding: 5px;
	display: flex;
}

.capture-movil {
	text-align: center;
	padding: 5px;
}

#imprimir-pc {
	display: none;
}

}