/* 
Theme Name: WPUPEL
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: WPUPEL
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/*PLUGIN GDPR COOKIES INFO */
@media all and (max-width: 767px) {
div#moove_gdpr_cookie_info_bar {
    margin-bottom: 46px;
}
#moove_gdpr_save_popup_settings_button {
    bottom: 50px !important;
}
}


/*PLUGIN GDPR Comments*/
#gdpr-comments-compliance-text {
    line-height: 1em;
    padding: 8px;
    background-color: #f5f5f5;
}

#gdpr-comments-compliance-text ul {
	padding: 0 0 0px 2em;
    line-height: 12px;
    list-style-type: disc;
}

/*FORMULARIO DE CONTACTO*/
.nf-field-container {
    margin-bottom: 10px !important;
}
.nf-field-label {
	display:none !important;
}

.label-right .nf-field-description {
    margin-right: 0% !important;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar, .wpcf7-select, .textoformulario .ninja-forms-field {
	background-color: #fff !important;
	color: #333 !important;
	border: thin solid #ccc !important;
	width: 100% !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	font-size: 16px;
	padding: 10px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7-submit, .submit-container .ninja-forms-field {
	background: #009D71;
	color: #fff !important;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.7em;
	border: thin solid #ccc !important;
	width:100% !important;
}

.wpcf7-submit:hover, .submit-container .ninja-forms-field:hover { 
	background-color: #06500C; 
}

ul.htmlformulario {
	font-size:12px;
	line-height:12px;
	padding: 0 0 0px 2em;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 981px) {
/*MENU*/
li.botonmenu {	padding-right:2px !important;}
li.botonmenu > a {
    padding: 8px !important;
    background-color: #c6ac29;
    border-radius: 3px;
	color:#fff !important;
}

li.botonmenu > a:hover {
    background-color: #333;
	color: #fff !important;
	opacity: 1 !important;
}

li.botontfn {	padding-right:2px !important;}
li.botontfn > a {
    padding: 8px !important;
    background-color: #666;
    border-radius: 3px;
	color:#fff !important;
}

li.botontfn > a:hover {
    background-color: #8E2C2B;
	color: #fff !important;
	opacity: 1 !important;
}

li.botonwatshapp {	padding-right:2px !important;}
li.botonwatshapp > a {
    padding: 8px !important;
    background-color: #00E676;
    border-radius: 3px;
}

li.botonwatshapp > a:hover {
    background-color: #fff;
	color: #00E676 !important;
	opacity: 1 !important;
}  

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {

}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
#moove_gdpr_cookie_info_bar {
    margin-bottom: 44px !important;
}
	
button#moove_gdpr_save_popup_settings_button {
    margin-bottom: 30px;
}
	li.botonmenu {display:none}
	li.botontfn {display:none}
}
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 
}
