/*
 Theme Name:   Creapptivo Divi Child
 Theme URI:    http://creapptivo.com/divi-child/
 Description:  Divi Child Theme
 Author:       Miguel Clark
 Author URI:   http://creapptivo.com
 Template:     Divi
 Version:      1.0.0
 License: GNU General Public License v2
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Divi-child
*/
@import url("../Divi/style.css");

/* =Aquí empieza la personalización de tu tema
-------------------------------------------------------------- */

/* Oculta Icono de Carrito de compra*/

/* .et-cart-info {
display: none !important;
}



.et_pb_fullwidth_header_subhead {
    text-align: right !important;

}
 */


/* Tamaño del Logo */

 #logo { 
	 position: absolute; 
	 top:0px;

 }

 .et_fixed_nav #logo { 
	max-height: 100px; 
 } 

.et-fixed-header #logo { 
      max-height: 100px !important;
	  padding:0 !important;	  
}   

/* Fin Tamaño del Logo*/


/* Hide Divi Main Navigation Menu on particular page only */
/* .page-id-839 #main-header { display:none; !important} */
/* .page-id-839 #page-container { */
	/* padding-top:0px !important */
/* } */

/* .home #main-header {  */
	/* display: none;  */
/* } */

/* .home #et-main-area { */
	/* margin-left: 0 !important; */
/* } */

/* justify en text block */
p.justify {
	text-align: justify;
}

/* Datos de Menu Secundario en lado derecho*/
@media only screen and (min-width: 768px) {
    #et-info { float:right !important; }
	.et-fixed-header#top-header a {
		color: #006ac1;
	}
	.et-fixed-header #et-info-phone {
		color: #006ac1 !important;
	}
	 
}


