/*
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
color font base: #373a3c
color gris claro: #818a91

*/


body{
	font-family: 'Raleway', sans-serif;
	text-align: justify;
	background-color: #f6f2e8;
}

h1, h2, h3, h4 {
	font-family: 'Oswald', sans-serif;
}

.tag{
	background-color: white;
	color: #818a91;
}

.text-small {
	font-size: .8rem;
}

.card.col-sm-6 {
    height: 400px;
}

.amarillo-dino{
	
	color: #fcc600;
}

.white{
	color: white;
	
}


.amarillo-oscuro-dino{

	color: #eea11e;	
}
.link a:link, .link a:visited {
	color: #eea11e;	
	text-decoration: none;
}
.link a:hover, .link a:active{
	color: #272727;
	text-decoration: none;
}

.bg-amarillo-dino{
	
	background-color: #fcc600;
	color: white;
}


.bg-amarillo-oscuro-dino{

	background-color: #eea11e;
	color: white;	
/*
	background-image: url(../img/pag_web_tilling.png);
	background-repeat: no-repeat;
*/
	 
}

/* padding y margenes */

.p-t-70 {
	padding-top: 70px;
}


.m-t-20{
	margin-top: -20px; 
}

/*

titulos
*/

.display-5{
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	
}


h4{
	padding-bottom: 0rem !important;
	font-size: 1.2rem;
	
}

.font-2-rem{
	
	font-size: 1.5rem;
}

/* color font equipo  */
.panel-title a{
	color: #373a3c;
}

.sidebar .widget a {
	
	color: white;
}
.sidebar .widget h3{
	margin-top: 10px;
}

.contact-submit .pushbutton-wide{
	 padding: 5px;
	 background-color: #fcc600;
	 border: none;
	 border-radius: 5px;
	 font-family: 'Oswald', sans-serif;
}

#contact-form-1157 input[type="text"],
#contact-form-1157 input[type="email"],
textarea
{
    background-color: white;
    border: none;
    border-radius: 5px;
    

}

#contact-form-1157 .grunion-field-label {
	 font-family: 'Oswald', sans-serif;
	 font-weight: 300;
}
