/*
Theme Name: WP Nuvo
Theme URI: http://cmssuperheroes.com/wordpress/cshero
Author: Cmssuperheroes Team
Author URI: http://cmssuperheroes.com/
Version: 2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Description: In 2014, Creating a magazine website with WordPress has never been easier.
Text Domain: WP_NUVO
*/

/**
 * Table of Contents:
 *
*/

/** Used to describe fonts for site **/
@import "css/fonts.css";

/** Style all button site **/
@import "css/buttons.css";

/** Style mobule and type title module **/
@import "css/module.css";

/** Style all menu site **/
@import "css/menu.css";

/** Style all shortcode site **/
@import "css/shortcodes.css";

/** Style base consilium site **/
@import "css/style.min.css";

/** Style RTL **/
@import "style-rtl.css";

/** Style reponsive **/
@import "css/responsive.css";
.header-wrapper .logo a {
    width: 500px;
}
textarea#g-recaptcha-response {
    display: none !important;
}
.cdp-cookies-texto.cdp-mostrar {
    background-color: #3c5f26 !important;
    border-top: 1px solid #FFF !important;
    border-bottom: 1px solid #FFF !important;
}

.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a {
    color: #ffffff !important;
}
p#texthr{
    margin: 30px 0 -33px;
    text-align: center;
    font-family: Abril Fatface Regular;
    font-style: normal;
    font-size: 25px;
    color: #5b962e;
    font-weight: 600;
}


div#rev_slider_3_1 {
	    height: 109% !important;
}
div#rev_slider_3_2{
	    height: 109% !important;
}
p#text-va{
text-align: center;
	color: #fff; margin-bottom:
		10px; font-size: 20px; 
	text-transform: uppercase; 
	font-family: OpenSans-Light;
}
@media only screen and (max-width: 775px) {
	
span.des-text {
    text-align: center;
    font-size: 8px;
}
  div#rev_slider_3_2 {
    height: 200% !important;
}
	  div#rev_slider_3_1 {
    height: 200% !important;
}
	p#text-va {
    font-size: 17px !important;
}
	p#text-va2 {
    font-size: 17px !important;
}
}

@media only screen and (max-width: 500px) {
span.des-text {
    text-align: center;
    font-size: 8px;
}
  div#rev_slider_3_2 {
    height: 200% !important;
}
	  div#rev_slider_3_1 {
    height: 200% !important;
}
	p#text-va {
    font-size: 9px !important;
}
	p#text-va2 {
    font-size: 9px !important;
}
}