/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
/* 
	font-family: 'Roboto';
    font-size: 0.9em!important; 
*/
	font-family: 'Open Sans', sans-serif;
    font-size: 0.95em!important; 
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}



h1,h2,h3,h4,h5,h6 {
	margin: 0;
/*	color: #323232;
	font-weight: 400; */
}

h1 { font-size: 36px; }
h2 { font-size: 32px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }

p {
	font-size: 14;
/*	color: #898d90; */
	line-height: 1.8; 
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}


/*---------------------
  Commom elements
-----------------------*/


/* buttons */

.site-btn {
	display: inline-block;
	border: 2px solid #000000;
	font-size: 16px;
	font-weight: 700;
	min-width: 189px;
	padding: 15px 28px;
	padding-right: 62px;
	letter-spacing: 0.08em;
	border-radius: 0;
	text-align: center;
	text-transform: uppercase;
	color: #323232;
	line-height: normal;
	cursor: pointer;
}

.site-btn.enviar {
	background-color: transparent;
	background-image: url("../imagenes/cursor-right.png");
	background-repeat: no-repeat;
	background-position: right 23px top 22px;
}


.site-btn:hover {
	color: #323232;
}


/* ----------------
  Contact page
---------------------*/

.contact-page {
	background: #f7f9fb;
	padding-top: 10px;
}

.contact-warp {
	padding: 0 15px;
}

.contact-text {
	padding-left: 87px;
	padding-right: 35px;
}

.contact-text span {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #898d90;
	letter-spacing: 2px;
}

.contact-text h2 {
	margin-bottom: 30px;
	font-size: 24px;
}

.contact-form {
	margin-bottom: 85px;
}

.contact-form input,
.contact-form textarea {
/*	width: 100%; */
	border: none;
	background: none;
	padding-bottom: 10px;
	margin-bottom: 28px;
	font-size: 14px;
	font-style: italic;
	border-bottom: 2px solid #c5d2df;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	width: 100%;
}
.contact-form input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}
.contact-form .checkboxtext {
  font-size: 90%;
  display: inline;
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-bottom: 2px solid #1b1c2e;
}

.contact-form textarea {
	height: 125px;
}


.contac-info  {
	background: #eee;
	padding: 15px;
	margin: 5px;
}

.contac-info label {
	padding-left: 10px;
}

.contac-info img {
	padding-bottom: 50px;
}

.contac-info p {
	font-size: 15px;
	color: #323232;
}

.map-warp {
	padding-left: 40px;
	padding-top: 15px;
}

.map-warp iframe {
	height: 838px;
	width: 100%;
}

.btn-primary { 
	color: #fff!important;
	background-color:  #bbc829!important; 
	border-color: #bbc829!important;
	}

/* correciones media query*/
@media (max-width: 575.98px) {  
	h1 { font-size: 24px; }
	h2 { font-size: 22px; }
	h3 { font-size: 20px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	h6 { font-size: 14px; }

	.contact-text {
		padding-left: 10px;
		padding-right: 10px;
	}
	.site-btn {
		min-width: 129px;
	}

}

@media (min-width: 576px) and (max-width: 767.98px) {  
	h1 { font-size: 24px; }
	h2 { font-size: 22px; }
	h3 { font-size: 20px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	h6 { font-size: 14px; }
	
	.contact-text {
		padding-left: 20px;
		padding-right: 20px;
	}
	.site-btn {
		min-width: 129px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {  
}

@media (min-width: 992px) and (max-width: 1199.98px) {  
}

@media (min-width: 1200px) { 
}
 
