/*

 Theme Name:     Batakoo Child

Theme URI: http://www.themesawesome.com

 Description:    Batakoo Child Theme

Author: Carlos Cardona Cabrera Themes Awesome

Author URI: http://www.themesawesome.com

 Template:       batakoo

 Version:        1.0.0

*/



@import url("../batakoo/style.css");

/*display none*/
.display-none {
	display:none !important;
}

/*Este código soluciona lo del tamaño de la letra del portfolio SIDEBAR de la página de contacto*/
	.page-template-page-contact-template ul.slides li.item:first-child + li .caption h3{
	    font-size: 15px !important;
	}
/*Home*/
	.home .pull-right a {
		font-size: 13px;
	}
	.home .small-icon img {
		margin-top: 12px;
	}
/*servicios*/
	#About .aq-block .small-icon-text h4 {
		color: #e19208;
	}
/*Footer*/
	a.pie-pagina {
		cursor: pointer;
	  	outline: none;
	  	color: #F6C606;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
	a.pie-pagina:hover {
		color: #fb9f00;
	}


/*****************************************************************************************/
/*Medias Querys*/
	@media(min-width:1200px){

	}
	@media(min-width:992px){

	}
	@media (min-width: 768px) and (max-width: 991px) {
	    
	}
	/*media query para smartphones*/
	@media(max-width:767px){
	   	/*Logo*/
	   	.logo .logo-image img {
	   		/*width: 249px;*/
	   		width: 150px;
	   		height: auto;
	   	}
	   	/*Revolution Silder*/
	   	.tp-caption.backgroundesc, .backgroundesc {
			display: none;
	   	}
	   	/*Certificaciones Index*/
	   	.aq-template-wrapper .aq_span4 {
	  		width: 100%;
	  		margin-bottom: 30px;
		}
		/*Politicas Inicio*/
		.aq-block .col-service .small-icon > img {
	  		margin-top: 10px !important;
	  		width: 54px;
	  		margin-left: 5px;
		}
		/*Servicios*/
		#aq-block-4601-3 {
			margin-left: 0px !important;
		}
		#aq-block-4601-4 {
			margin-left:  0px !important;
		}
		#aq-block-4601-5 {
	  		padding-left: 0px !important;
		}
		#aq-block-4601-6 {
			margin-left: 0px !important;
		}
		#aq-block-4601-7 {
			margin-left: 0px !important;
		}
		#aq-block-4601-8 {
	  		padding-left: 0px !important;
		}
		#aq-block-4601-9 {
			margin-left: 0px !important;
			padding-left: 0px !important;
		}
		#aq-block-4601-10 {
		  	padding-left: 0px !important;
		  	margin-left: 0px !important;
		}
		/*Quienes Somos*/
		#aq-template-wrapper-4270 .aq_span5 {
			width: 100%;
		}
		#aq-template-wrapper-4270 .aq_span7 {
		  	width: 100% !important;
	  		margin-left: 0px !important;
		}
		/*Historia*/
		#aq-template-wrapper-4219 .aq_span5 {
			width: 100% !important;
	  		margin-left: 0px !important;
		}
		#aq-template-wrapper-4219 .aq_span7 {
			width: 100% !important;
	  		margin-left: 0px !important;
		}
		/*Objetivos de Calidad*/
		#aq-template-wrapper-4237 .aq_span8 {
			width: 100% !important;
			margin-left: 0px !important;
		}
		/*Contacto*/
		.wpcf7-form-control {
			width: 100%;
		}
		.map iframe {
	  		position: absolute;
	  		top: 30px;
	  		left: 20px;
	  		right: 20px;
	  		width: 90%;
	  		height: 100%;
	  		border: 1px solid #fff;
		}
	}