/* Escribe aquí tu código CSS */
/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.34.1520865526
Updated: 2018-03-12 15:38:46

*/

@import url('/CSSMA/Base.css');
@import url('/CSSMA/Home.css');
@import url('/CSSMA/Pdtos-Ofertas.css');

/*Eliminar subrayado enlaces*/
a{text-decoration:none;}
/*Oculta el símbolo de Recaptcha sin alterar propiedades anti spam*/
.grecaptcha-badge {opacity:0;}
/*FOOTER. Tamaño y color de los teléfonos clicables*/
.TelMarc a{color:#00ffff !important; font-size:20px;}

/*PRODUCTOS: Estilos para eliminar sidebar en pdto indiv, también hay una function en DIVI child*/
.single-product #main-content .container:before { display: none; }
.single-product #left-area { width: 100%; padding: 0!important; }
.single-product .et_right_sidebar #sidebar { display: none; }

/*CONSULTAS MEDIOS. PONER AL FINAL, aunque haya reglas escritas anteriormente*/
@media only screen and (max-width: 491px) {
/*FOOTER. MÓVIL. Regla específica para dejar más distancia entre los números de teléfono. Otros parámetros definidos anteriormente*/	
  .TelMarc{line-height: 2.5em !important;}
}

