@import "responsive_estilos.css";
@import url(http://fonts.googleapis.com/css?family=Roboto); /*Para el form de login**/
/**Reset**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
         font-family: "Lato", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,a:hover{
    text-decoration: none;
}
/*IMPORTANTE BOOTSTRAP !! */
.row{
    margin-left: 0px;
    margin-right: 0px;
}
/**FUENTES**/
@font-face {
    font-family: ArchivoBlack;
    src: url("../fonts/ArchivoBlack-Regular.ttf");
}
@font-face {
    font-family: Fredoka One;
    src: url("../fonts/FredokaOne-Regular.ttf");
}
/**COLORES**/
/*$blanco: #f6f6f6;
  $azulMarinoOscuro: #06477c;
  $azulClaro:#4ba0e5;
  $azulMar:#15bbc4;
  $gris: #818181;
  $anaranjado: #EBBE07;
*/
body{
    width:100%; 
    max-width: 1920px;
    margin: 0 auto;
    background-color: #ffffff;
}
/**Estilo menu index.php **/
#index{
    width:100%; 
    background-color: #ffffff;

}
.indexTitulo{
    width:100%; 
    padding-top:calc(100vh * 0.03);
    position: relative;
}
.logo{
    width: 30%;
    margin-bottom: 60px;
    margin-left: 60px;
    margin-top: 20px;
}

.logoHelp{
    width: calc(100vw*0.28);
}

.marca1{
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.marca2{
    width: 64%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.marca3{
    width: 48%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.logoRegistro{
    position: fixed;
    top:0;
    left:0;

}
.franja-amarilla{
  /*  background-image: url(../img/linea_amarilla_sin_negro.png);
    background-repeat: no-repeat;
    background-size: 100% 98%;*/
    width: 100%;
    height: 18px;
    margin-top: 10px;
    position: relative;
}
.linea_amarilla_con_negro{
    width: 100%;
    min-height:40px;
    /*min-width: 787px;*/
    
}
.imgIndex{
    background-image: url(../img/index.jpg);
    background-repeat: no-repeat;  
    height: 720px;     
}
.imgRegistro{
    width: 100%;
    height: 960px;
    background-image: url(../img/registro.jpg);
    background-repeat: no-repeat;
    background-size:100% 100%;
    padding-top: 200px;
}
.imgContacto{
    width: 100%;
    height: 960px;
    background-color: red;
    background-image: url(../img/contacto.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    padding-top: 200px;
}
.volver{
    font-size: 40px;
   -webkit-transition: -webkit-transform 0.3s; /* Safari */
   transition:transform 0.3s;
}
.volver:hover{
    transform: scale(1.1);
}

/** BOOTSTRAP FORM LOGIN**/
/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
  line-height: 50px;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}
/**Formulario de login*/
/** botones REGISTER LOG IN del Index**/
.btnInicio {
  font-family: Verdana, cursive;
  padding: 15px 25px;
  width: 90%;
  margin: 120px auto;
  display:block;
  font-size: 1.4em;
  text-align: center;
  cursor: pointer;
  outline: none;
  background-color: #000000;
  opacity: 0.8;
  border: none;
  border-radius: 0px;
  box-shadow: 2px 2px 3px black;
  transition: all 0.1s;
  color: #FDF703;
}
.btnInicio:hover {
    background-color: #FDF703 ;
    color: #000000;
}

.btnInicio:active {
  transform: translateY(4px);
  background-color: #FDF703 ;
    color: #000000;
}
.noLogin, .noPass{
    background-color: #FF5B5B;
    padding: 10px;
    text-align: center;
}

.btn-primary{
    background-color: #ffd400;
    color: black;
    border:1px solid #ffd400;
    border-radius: 2px;
}
.btn-primary:hover{
    background-color: #ffd400;
    color: black;
    border:1px solid #ffd400;
    border-radius: 2px;
}
/**FIN BOOTSTRAP FORM LOGIN**/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 2s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.5s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
/*botón open*/
.spanNav{
    position: absolute;
    top: 40%;
    left: 15%;
    font-size:24px;
    display: block;
    margin-top: 0px;
    text-align:left;
    opacity: 0.8;
    height: 40px;
    cursor:pointer;
    padding: 0px;
}
.spanNav:hover{
     opacity: 1;
  
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/**Estilo de las cards de registro.php **/
.cardRegistro {
    color:lightskyblue;
    background-color: rgba(0,0,0,0.8);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);
    text-align: center;
    padding: 18px 0px;
    min-height: 300px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);  
    
}

.cardRegistro:hover {
    color:#FCDF05;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.01);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.01);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.01);
    transition: all 200ms ease-in;
    transform: scale(1.01);
   cursor: pointer;
}

.containerRegistro {
     text-align: center;
     width: 90%;
     margin-top: 20px;
  
}
.iconWpforms{
    font-size: 150px;
  
}

.h3Form{
    font-weight: bolder;
    padding: 10px 0px;

}


/**Modal que sólo permite el Registro a Tiendas**/
.modalRegistroTienda{ 
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}
.modal-content-registroTienda {
    position: relative;
    background-color: #fcdf05;
    font-weight: bolder;
    text-align: center;
    margin: auto;
    padding: 0px 4px 4px 4px ;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
#myModalLogin{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}
.close-login {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 12px;
    margin-top: -10px;
}
.close-login:hover,
.close-login:focus {
    color: #ffd400;
    text-decoration: none;
    cursor: pointer;
}
/* The Close Button */
.close-registroTienda {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 12px;
    margin-top: -10px;
}

.close-registroTienda:hover,
.close-registroTienda:focus {
    color: #FDF703;
    text-decoration: none;
    cursor: pointer;
}
.modal-header-registroTienda {
    padding: 12px 0px;
    color:  black;
    background-color: #fcdf05;
}

.modal-body-registroTienda {
    padding: 12px 0px;
     color: black;
    background-color: white;
}
.modalRegistroTriangle{
    font-size: 32px;
}
.btnOpenRegistroTienda{
    margin: 12px 0px;
    
}
/**Modal del formulario de Registro Tiendas**/
.modalFormTienda{ 
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}
.modal-content-formTienda {
    position: relative;
    background-color:#fcdf05;
    font-weight: bolder;
    text-align: left;
    margin: auto;
    padding: 0px 4px 4px 4px ;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
/* The Close Button */
.close-formTienda {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 12px;
    margin-top: -10px;
}

.close-formTienda:hover,
.close-formTienda:focus {
    color: #06477C;
    text-decoration: none;
    cursor: pointer;
    
}
.modal-header-formTienda {
    padding: 20px 0px 12px 10%;
    color:  black;
    background-color: #fcdf05;
}

.modal-body-formTienda {
    padding: 12px 10%;
    color: black;
    background-color: white;
    text-align: left;
}

.modal-body-formTienda .form-group label{
    padding: 0px 0px 5px 0px;
}
/**tips de requisitos de contraseña del form de registro tiendas**/
/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 20%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
/*botón de envío del formulario de registro*/
.btnEnviarRegistro{
    background-color: #06477c;
    color: white;
    /*padding: 12px 20px;*/
   /* border: none;*/
    /*border-radius: 4px;*/
    cursor: pointer;
    transition: all 0.2s;
    margin: 0 45%;
    border: none;
}

.btnEnviarRegistro:hover {
    background-color: #fcdf05;
    color:#06477C;
    transform: scale(1.05);
}

/**Modal del Help con texto de información**/
.modalHelp{ 
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 5px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}
.modal-content-help {
    position: relative;
    /*background-color:#fcdf05;*/
    font-weight: bolder;
    text-align: left;
    margin: auto;
    padding: 4px 4px 4px 4px ;
    border: 5px solid #FCDF05;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
/* The Close Button */
.close-help {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 12px;
     margin-top: -10px;
}

.close-help:hover,
.close-help:focus {
    color: #06477C;
    text-decoration: none;
    cursor: pointer;
   
}
.modal-header-help {
    padding: 20px 0px 12px 0px;
    color:  black;
    background-color: white;
    
}
.marcas_help{
    padding: 0px;
    margin-top: calc(100vh * 0.01);
    margin-right: 8px;
}
.marca1_help{
    width: calc(100vw*0.04);
    height: calc(100vw*0.025);
    display: block;
    margin: auto;
    padding-top: 3px;

}
.marca2_help{
    width: calc(100vw*0.045);
    height: calc(100vw*0.015);
    display: block;
    margin: auto;
    padding-top: 5px;
}
.marca3_help{
    width: calc(100vw*0.035);
    height: calc(100vw*0.016);
    display: block;
    margin: auto;
   
}
.marca4_help{
    width:  calc(100vw*0.07);
    height: calc(100vw*0.018);
    display: block;
    margin: auto;
   
}
.franja_help{
    background-color: #FFFF01;
    margin-top: 10px;
    height: 30px;
}
.franja_rallas_help{
    max-width: 580px;
    min-height: 30px;
}
.modal-body-help {
    font-family: Arial;
    font-weight: lighter;
    line-height: 24px;
    padding: 20px 40px;
    color: black;
    background-color: white;
    text-align: left;
}

.fa_help1{
 background-color: #FCDF05;
 border-radius: 50%;
 border: 1x solid grey;
 padding:10px;
 margin: 5px;
 font-size: 22px;

}
.help_case{
    color: red;
    font-weight: bolder;
    
}
.help_negrita{
    font-weight: bolder;
}
.help_sello_warranty{
    float:left;
    margin-right: 8px;
}

/*MODAL QUE MUESTRA LOS MENSAJES DE ERROR DE registro.php*/
 /* The Modal (background) */
.particular, .tienda {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index:2; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    margin:0 auto;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 40px;
    border: 1px solid #888;
    width: 80%;
    max-width: 900px;
}

/* The Close Button */
.close {
    color: red;
    float: right;
    font-size: 28px;
    font-weight: bold;
    
}

.close:hover,
.close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

footer{
  border-top: 2px solid #ffd400;
  width: 100%;
  height: 80px;
  background-color:white;
  margin: 0px auto;
  padding: 20px;
  color: #0d5993;
  
}
footer h3.nombre{
   font-family: "Verdana";
   color: #05375B;
   }
a {
  cursor:pointer;
  
}

#contacto{
    font-family: "Lato", sans-serif;
    width:100%; 
    background-image: url("../img/contacto.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 960px;
    background-repeat: no-repeat;
    background-size:cover;
    padding-top: 80px;

}
.datosContacto{
    padding: 20px;
    background-color: black;
    
}
.row.contentLogoContacto{
    height: 80px;
}
.logoContacto{
   height: 80px;
}

.imglogoContacto{
    margin: 0px;
}
.mapa{
  padding: 0px;
  height: 550px;
 
}
.mapa iframe{
  width: 100%;
  margin: 3px 0px;
  height: 100%;
}

.nombreContacto{
    margin-bottom: 5px !important;
    
}
.content-wrapper.textoContacto{
    margin-top:3px;
    background-color: black;
    height: 550px;
    opacity: 0.96;
}

.page-title.tituloContacto{
    margin:0px;
    background-color: black;
    padding:20px;
    font-size: 1.2em;
}
.card-body.formContacto{
  background-color: black;
  padding: 20px;
}
.tituloFormContacto{
    margin: 10px;

}
.textAreaContacto{
    margin-bottom: 18px;
}

.form-control.inputContacto{
  margin: 5px;

}
 .terminosContacto{
  margin: 5px 0px 15px 0px;

 }
 .enlaceContacto:hover{
     font-weight: bolder;
        color:#FCDF05;
 }
 .btnContacto{
    cursor: pointer;
    transition: all 0.2s;
    border: none;
 }
 .btnContacto:hover{
     background-color: #fcdf05;
    color:#06477C;
    transform: scale(1.05);
 }


/*RECUPERAR PASSWORD*/
.flippedAltura {
    height: 420px;
}
/*CATPCHA*/
.contRecaptcha{
    max-width: 320px;
    overflow: hidden;
}
.rc-anchor-light.rc-anchor-normal {
    width: 200px !important;
}

/*FOOTER*/
.h2Footer{
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}
footer p{
    margin: 8px;
}

#terminosFooter{
    font-family: "Lato", sans-serif;
    width:100%; 
    background-color: #a4c4d6;
    background-repeat: no-repeat;
    background-size: cover;
    height: 660px;
    background-repeat: no-repeat;
    background-size:cover;
    margin-top: 80px;
}

.card-body.formTerminosFooter{
  background-color: black;
  padding: 20px 40px;
  text-align: justify;
  line-height: 28px;
  margin: 0px 19px 19px 19px;
  opacity: 0.96;
}
.contentContacto{
  background-color: transparent;
  color:lightskyblue;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);
  padding: 0px;
}


