/*.picker__date-display {
	background-color: #A32430!important;
}
*/
.picker__date-display {
	background-color: #1a2c79!important;
}

.picker__weekday-display {
	background-color: #1a2c79!important;

}

body {
	background: #FFFFFF;
	color: #000;
	height: 100%;

}



body, html {
	height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
}

.footer2{
	position: absolute;
	width: 100%;
	bottom: 0px;
}


.fondo-naranja{
	background-color: #FF4337;
}

.naranjo-pls{
	color: #FF4337!important;

}

/*index*/
#hero{
	background-size: 90% !important;
    background-position: 120% -5% !important;
}

.row-index{
	padding-top: 10%;
	padding-bottom: 8%;
	background-color: #ffffff;
}

.texto-gris{
	color:#6c7293;
}


.texto-titulo-index{
	
    font-size: 3.3rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    color:#252537;
}

.texto-caracteristicas{
    color:#252537;
    font-weight: 600;

}


#caracteristicas{
	padding-top: 4.5%;
    padding-bottom: 4.5%;
    background-color: #f0f3f4;
}

/*fin index*/


ins{
	
  
  border-radius: 0.3rem;

  
  color: #4E64DD;
  /*color:#2a4b9a;*/
  
  min-width: 35px;
 


}
.hr-naranja{
	background-color: #FF4337;
	height: 7px;
	margin: 0px;
}

.input-field.col label {
	left: 0.75rem;
	color: #000;
}

.input-field label.active {
	font-size: 1rem!important;
	margin-top: 5px;
	-webkit-transform: translateY(-140%);
	transform: translateY(-140%);
}





.carousel {
	height: 75vh!important;
	/* top: 64px!important; */
}


.carousel-index{
	position: absolute!important;
	z-index: -100;
}


.titulo-index{
	color: #fff;
	
	font-size: 25px;
	line-height: 4rem;

}

.titulo-index-2{
	font-size:21px;
	color: #FF4337;
}

.titulo-index-3{
	color: #003D51;
	margin-bottom: 0;
	margin-top: 2px;
	font-weight: bold;
	font-size: 35px;
}



.parallax-container{
	height: 550px!important;

}




.button-column img {
	height: 25px;
}
/*logo navbar*/

.img-logo-navbar{	
	text-align: left;
	padding-top: 3px;
	width: 280px;
	height: 55px;
}

/*fin logo navbar*/


.capitalize{
	text-transform: capitalize;
}

.mayusculas{
	text-transform: uppercase;
}

.justificado{
	text-align: justify;
}

.letra-chica{
	font-size: 11px;
}


.oferta-desc{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

nav {
	color: #fff!important;
	background-color: #000!important;
	width: 100%;
	height: 56px;
	line-height: 56px;
}

nav ul a {
	transition: background-color .3s;
	font-size: 1rem;
	color: #fff!important;
	display: block;
	padding: 0 15px;
	cursor: pointer;
}




.select-index{
	border: 0px!important;
	border-radius: 2px;
	/*background-color: #000;*/
	margin: 5px;
	width: 95%;
}

.fondo-img-login{
	background-image:url("../../../images/fondo-login.jpg");
	background-size:     cover;                      /* <------ */
	background-repeat:   no-repeat;
	background-position: center center;  
}

.fondo-blanco{
	background-color: #fff;
}

/*tipografias*/

.titulo1{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.span-login{
	height: 12em;
}


.btn{
	margin-top: 10px;
	width: 80%;
	height: 40px!important;
}

.btn-admin{
	width: 20%!important;
}


.texto-btn{
	margin-top: 5px;
}

.card-proyecciones{
	padding: 10px!important;
}

.mini-container{
	padding-left: 20px;
	padding-right: 20px;
}



.card .card-content {
	padding: 10px!important;

}




/* Dispositivos */
@media  (min-width: 1280px) and (max-width: 1360px) {
	.span-login{
		height: 18em;
	}

}

@media  (min-width: 1360px) and (max-width: 1399px) {
	.span-login{
		height: 6em;
	}
}

@media (min-width: 1400px) and (max-width: 1499px){
	.span-login{
		height: 18em;
	}
}

@media (min-width: 1500px) and (max-width: 1699px){
	.span-login{
		height: 18em;
	}
}

@media (min-width: 1600px) and (max-width: 1699px){
	.span-login{
		height: 4em;
	}
}

@media  (min-width: 1700px) and (max-width: 1980px) {
	.span-login{
		height: 311px;
	}

}
/* dispositivos mÃ³viles */
@media (max-width: 800px){

}



input::-webkit-input-placeholder {
	color: #9e9e9e !important;
}

input:-moz-placeholder { /* Firefox 18- */
	color: #9e9e9e !important;

}

input::-moz-placeholder {  /* Firefox 19+ */
	color: #9e9e9e !important;

}

input:-ms-input-placeholder {  
	color: #9e9e9e !important;

}

textarea::-webkit-input-placeholder {
	color: #9e9e9e !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
	textarea: #9e9e9e !important;

}

textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #9e9e9e !important;

}

textarea:-ms-input-placeholder {  
	color: #9e9e9e !important;

}

