/* 
 Theme Name:     Bare bones for Divi
 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: 10px; margin:15px 0; background:#fff; border: 1px solid #ccc; }
.forma_contacto input[type=submit] { width:200px; font-size:18px; margin:4px auto; padding:15px; background:#E09900; color:#fff; cursor:pointer;}

.subtit_inicio h2 { font-size:26px; text-transform:uppercase; font-weight:300!important; margin:20px 0; letter-spacing:6px;}
.header_inicio.header-content { width:90%;}

.tit_nos_head h1 { font-size:48px; margin-top:20px; text-transform:uppercase; font-weight:500!important; letter-spacing:6px; }



@media (max-width: 767px) { 

	.tit_nos_head h1 { font-size:23px; }
	.subtit_inicio h2 { font-size:22px; letter-spacing:3px;}
	.envol_botones { margin-top:8%;}
	.btn_tel, .btn_contac_ahora  { width: 50px; background:#fff; height:50px; padding:15px; display:inline-block; vertical-align:bottom;}
	.btn_contac_ahora { width:70%; background:#74a84a; margin-left:15px;}
	.btn_contac_ahora a { color:#fff; }
	
	.mobile_menu_bar:before { color:#fff; background:#74a84a; padding:5px;}
	.et_mobile_menu { background:#000!important; border-color:#74a84a;}

 }
 
 