/*
Theme Name: Divi-child
Theme URI: http://www.venairlanda.com
Version: 3.0
Template: Divi
Description: Adaptación para venairlanda.
Author: John Williams
Author URI: http://www.venairlanda.com
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
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../Divi/style.css");

/* Border Redondo Imagenes */

img {
	border-radius:13px;
}

/* Que no salga el email */
#et-info-email{
display: none !important;
}

/* El menu con los telefonos, letra más fina y un poco de padding */
#top-header .container {
	padding-top: 10px;
	font-weight: 500;
}

/* Fuente del menu principal más finita*/
#et-top-navigation {
    font-weight: 500;

}

/*Color Verde fuerte de los enlaces*/
.et_color_scheme_green a {
    color: #309b29;
}

/*Barra superior en el color Verde de la Web*/
.et_color_scheme_green #top-header { 
background: #309B29 !important; 
}

/*Imagenes sin borde*/
.noborder{
	border-radius:0px !important;
}

/*Para que el reserva Xunta*/
/*.menu-item-1413 li { color: #000000 !important; }*/

h1.grandes-verde { 
    color: #309B29;
    font-size: 33px;
    font-style: italic;
    font-weight: 600;
}