/* 
 Theme Name:     SAISA
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


.forma_contacto input, .forma_contacto input[type=text], .forma_contacto input[type=email], .forma_contacto textarea { width:100%; font-size:16px; padding:15px; margin:15px 0; background:transparent; border:1px solid #999; border-radius:15px;}
.forma_contacto label {font-size:14px; color:#000;}
.forma_contacto textarea {height:80px;}
.forma_contacto input[type=submit] { width:200px; font-size:18px; margin:4px auto; border-radius:30px; padding:15px; background:#54820a; color:#fff; cursor:pointer;}
.col_form { width:49%;  display:inline-block; vertical-align:top; margin-bottom:15px;}
.col_form { width:49%; padding-right:15px;}
.envol_form {width:104%;}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #54820a!important;
    background: #54820a!important;
	border-radius:30px!important;
	text-align:center!important;
}

.envol_logo_encabezado { width:100%; margin-left:25%;}
.col_logo, .col_encabezado { width:24%; vertical-align: top; display:inline-block;}
.col_encabezado { width:74%;}
.col_logo img { width:80%;}
.btn_cotiza_hero {margin-top:20px;}
.btn_cotiza_hero a:link {width:350px; font-size:16px; padding:15px 25px; background:#85917E; color:#fff;}
.btn_cotiza_hero a:hover {background:#54820a; }

.titulo_producto h1 { font-size:70px;}
.titulo_producto h2 { font-size:26px; }
.titulo_producto {margin-bottom:0!important;}
.text_info { width:70%; margin: auto;}
.logo_marcas img {width:100%; margin-left: 80%;}
.logo_marcas-aut img {width:100%; margin-left:50%;}


@media (max-width: 1440px) { 
	.envol_logo_encabezado { margin-left:0;}
	.titulo_producto h1 { font-size:50px; }
	.titulo_producto h2 { font-size:22px; }
	.logo_marcas img {width:70%; margin-left: 63%;}
}

@media (max-width: 1024px) { 
	.titulo_producto h1 { font-size:40px; }
	.titulo_producto h2 { font-size:20px; }
	.logo_marcas img {width:70%; margin-left: 36%;}
}


@media (max-width: 768px) { 
	.titulo_producto h1 { font-size:33px; }
	.titulo_producto h2 { font-size:18px; }
	/*.titulo_producto { width:67%; margin-left:17%;}*/
	.text_info { width:65%; margin-left:17%;}
	.text_info-2 { width:65%; margin-left:20%;}
	/*.logo_marcas img { width:70%!important; margin-left:23%;}*/
}