/*
Theme Name:     3clicks Child Theme
Theme URI: http://lenguajevisual.pe
Description:    Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>.
Author:         bring the pixel
Author URI: http://lenguajevisual.pe
Template:       3clicks
Version:        1.0
Tags:           flexible-width, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Place all your CSS modifications below */
#box-productos .g1-box__inner{background:#000;}
#box-productos h3 { color: #FFF; }
@media screen and (max-width: 590px){
	.no-mostrar{display: none!important; }
	.imagen-corporativa { background: none!important;} 
	#g1-prefooter-widget-area { text-align: center; }
	.textwidget .g1-mailchimp .g1-form-actions,.textwidget .g1-mailchimp .g1-form-row { float: none; }
}
/*Hosting*/
.precios { text-align: center; }

/*Impresos*/
#impresos-box-l ul.g1-grid { padding: 0 10px; box-sizing: border-box; } 
.fondo-impresos { background: url(img/imagenco3.jpg) left bottom no-repeat; background-size: 100% auto;}
#fotochecks01.g1-section {background:url(img/bg-fotocheks.jpg) no-repeat center top;}
.fotochecks, .fotochecks h2 {color: #fff;}
.fotochecks .texto {padding: 30px 0 0 0;}

/*imagen corporativa*/
.imagen-corporativa {background: url(img/imagenco2.jpg) top center no-repeat;}
.imagen-corporativa p {padding: 25px; }

.g1-content form, .g1-content select, .g1-content input, .g1-content textarea {
	border-color:#999999;
}
#bancos {
	text-align: center;
}
#cotizaciones {
margin: 3em 0 0;
padding: 0.75em 0 0 0;
position: relative;
border-width: 1px 0 0;
}
.contenedor-inputs{
	width: 100%;
	margin: auto;
	position: relative;
	top:-15px;
}
.contenedor-inputs .mail-text {
	padding-top: 11px;
	font-size: 16px;
}
.contenedor-inputs span {
	font-size: 14px;
}
.contenedor-inputs input {
	float: left;
}
.contenedor-inputs input[type="text"] {
	padding: 10px 25px;
	margin: 0 10px;
	width: 25%;
	color:#333;
}
.contenedor-inputs input[type="submit"] {
	padding: 10px 25px;
	margin-right: 10px;
}
@media screen and (max-width: 590px) {
	.contenedor-inputs input[type="text"] {
	width: 96%!important;
}