/* Tipografías */
.white{
	color:#fff!important;
}
.black{
	color:#000!important;
}
.red{
	color:#b8392e!important;
}
h3, h5{
	text-transform: uppercase;
}
.titular{
	font-family: Arvo;
    font-size: 60px;
    color: #b83a2f;
    font-weight: bold;
    line-height: 1.2;
}

#callnowbutton {
	right: 80px!important;
	}

/* Elementos comunes */
.separador{
	border: solid #A5A5A5;
	border-width: 1px 0 0;
	margin: 25px 0 !important;
	height: 0;
	clear: both;
}

/* Formulario*/
.caldera-grid .form-control {
    background-color: #ebebeb!important;
    border: unset!important;
    border-radius: 2px!important;
    box-shadow: unset!important;
	color:#000!important;
	min-height: 40px!important;
}
.caldera-grid .form-control::placeholder {
    color: #000!important;
    font-size: 15px!important;
}
.caldera-grid .btn-default {
    color: #fff!important;
    background-color: #b8392e!important;
    border-color: unset!important;
    text-transform: uppercase!important;
    padding: 10px 20px!important;
} 

/* Footer */
.jupiterx-footer a {
    color: #787878;
}


/*** RESPONSIVE *************************************************************/
@media (max-width: 1550px){
	.titular{
		font-size: 2.5rem;
	}
}
@media (max-width: 1200px){
	.titular{
		font-size: 2.3rem;
	}
}
@media (max-width: 760px){
	.titular{
		font-size: 1.8rem;
	}
}