/*-----------------------------------------
[Table Of Content]

    01. Typography CSS
    02. Color CSS

----------------------------------------*/
/*=====================================
   01. Typography CSS
===================================== */
body {
    background-color:#EFEFEF; 
    color: #333333;
    font-size: 0.7375rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}


/* Remove text-shadow in selection highlight. */
::-moz-selection {
    background: #080b1a;
    color: #FFFFFF;
    text-shadow: none;
}

::selection {
    background: #080b1a;
    color: #FFFFFF;
    text-shadow: none;
}

a{
color:#666666;
text-decoration: none;
font-weight: 400;	
}

a:hover {
	color:#C1D82E;
	text-decoration: none;
	font-weight: 400;	
	

}


/*=====================================
   01. pantalla principal
===================================== */
.cabecera_pantalla {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  min-height: 10vh;
  margin-top: 20px;
}

.cuerpo_pantalla1 {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  min-height: 25vh;
}

.cuerpo_pantalla2 {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  min-height: 45vh;
}


.cuerpo_pantalla_doble {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  min-height: 60vh;
    
}

.pie_pantalla {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  min-height: 10vh;
 
}







/*=====================================
   02. Logotipos e imágenes pantalla
===================================== */

.logo {
	display: flex;
	width: 200px;
}

.logo2 {
	width: 250px;
}

.logo3 {
	padding-top: 100px;
    width: 20%;
}

.imagen {
	width: 55%;
	margin-left: 5%;
	margin-right: 5%;
}

.imagen_tarjeta {
	width: 100%;
	
}

.codigo_qr{
	width: 70%;
	padding: 15px;
	
	
}

.icono {
	width: 19%;
	padding-right: 20px;
	
}

.icono_menu {
	height: 65%;
	padding-top:10px;
	
}

.icono_lista {
	height: 25px;
	margin-left: 10px;
	margin-right: 5px
}
	
.icono_empresa {
	width: 50px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-left:-20px;
	margin-top: -10px;
	margin-bottom: -10px;
}


/*=====================================
   02. Logotipos e imágenes pantalla
===================================== */
.titulo {
	color: #27476E;
    font-size: 0.75rem;
    font-family: "Helvetica light ", helvetica ;
    font-weight: 100;
    line-height: 1.9;
    margin: 0;
}

.subtitulo {
	color: #27476E;
    font-size: 0.5rem;
    font-family: "Helvetica light ", helvetica ;
    font-weight: 100;
    line-height: 1.8;
    margin: 0;
}





/*=====================================
   04.botones global
===================================== */



.boton {
	
	color: #27476E !important;
	background-color:#EFEFEF !important; 
    box-shadow:  -5px -5px 10px white, 2px 2px 10px #BBBBBB;
    transition: all 0.2s ease-in-out;
    border-radius: 10px !important;
    font-size: 12px;
    }

.boton:hover {
      color: #27476E !important;
      box-shadow: 2px 2px 5px #BBBBBB ;
      border-radius: 10px !important;
    }

.boton:active {
      box-shadow: inset 1px 1px 2px #ED6D00, inset -1px -1px 2px #ED6D00 ;
      background-color: white !important;
      border-radius: 10px !important;
    }

    
.boton_naranja {
	
	color: #ED6D00 !important;
	background-color:#EFEFEF !important; 
    box-shadow:  -5px -5px 10px white, 2px 2px 10px #BBBBBB;
    transition: all 0.2s ease-in-out;
    border-radius: 10px !important;
    font-size: 12px;
    
    }
 
 .boton_menu {
	
	color: #27476E !important;
	background-color:#EFEFEF !important; 
    box-shadow:  -5px -5px 10px white, 2px 2px 10px #BBBBBB;
    transition: all 0.2s ease-in-out;
    width: 125px;
    height:125px;
    border-radius: 10px !important;
    margin: auto;
    font-size: 12px;
    
    }
    
.boton_menu:hover {
      color: #27476E !important;
      box-shadow: 2px 2px 5px #BBBBBB ;
      border-radius: 10px !important;
    }

.boton_menu:active {
      box-shadow: inset 2px 2px 4px #ED6D00, inset -2px -2px 4px #ED6D00 ;
      background-color: white !important;
      border-radius: 10px !important;
    }
    

/*=====================================
   05. CAMPOS DE DATOS
===================================== */

.campo{
      color: #27476E !important;
	  background-color:#EFEFEF !important; 
      box-shadow: inset -4px -4px 10px white, inset 4px 4px 10px #BBBBBB;
      transition: all 0.2s ease-in-out;
      border-radius: 15px; 
      height: 3em;
    }




/*=====================================
   05. Tarjetas
===================================== */
.tarjeta {
	
	color: #27476E !important;
	background-color:#EFEFEF !important; 
    box-shadow:  -10px -10px 30px white, 10px 10px 30px #BBBBBB;
    width: 100%;
    border-radius: 20px;
    vertical-align: middle;
    }
/*=====================================
   05. listas
===================================== */    
    
    .lista {
	
	color: #27476E !important;
	background-color:#EFEFEF !important; 
    box-shadow:  -2px -2px 5px white, 2px 2px 5px #BBBBBB;
    width: 100%;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0px;
    }
    
    
    
textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, [type="text"].form-control:focus, [type="password"].form-control:focus, [type="email"].form-control:focus, [type="tel"].form-control:focus, [contenteditable].form-control:focus {
    border: 1
    px solid red !important;
    box-shadow: inset 0 0 0 red;
}



/*=====================================
   06. Interruptores
===================================== */


/* Formateamos el label que servirá de contenedor */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  
}
 
/* Ocultamos el checkbox html */
.switch input {
  display:none;
}
 
/* Formateamos la caja del interruptor sobre la cual se deslizará la perilla de control o slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px;
}
 
/* Pintamos la perilla de control o slider usando el selector before */
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;

}
 
/* Cambiamos el color de fondo cuando el checkbox esta activado */
input:checked + .slider {
  background-color: #92D400;
}
 
/* Deslizamos el slider a la derecha cuando el checkbox esta activado */ 
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
 
/* Aplicamos efecto de bordes redondeados en slider y en el fondo del slider */
.slider.round {
  border-radius: 34px;

  
}
 
.slider.round:before {
  border-radius: 50%;
  
}


