/*
Theme Name: WPUP
Template: Divi
*/

/*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;
}
}

/*header#main-header {
	padding-bottom: 10px;
}*/

#et_search_icon:before {
    display: none;
}

/*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: 10px !important;
    background-color: #F9DD24;
    border-radius: 8px;
	color: black !important;
	font-size: 1.5em;
}

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: 8px;
	color:#fff !important;
	font-size: 1.5em;

}

li.botontfn > a:hover {
    background-color: #8E2C2B;
	color: #fff !important;
	opacity: 1 !important;
}

li.botonwatshapp {	padding-right:2px !important;}
li.botonwatshapp > a {
    padding: 10px !important;
    background-color: #00E676;
    border-radius: 8px;
	font-size: 1.5em;

}

li.botonwatshapp > a:hover {
    background-color: #fff;
	color: #00E676 !important;
	opacity: 1 !important;
}  

/*CABECERA PARA EVITAR MENÚ EN DOS LÍNEAS*/
#main-header .et_menu_container {
    width: 90% !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) {
#footerfijo .et_pb_row .et_pb_column_1_2 {
	width:50% !important;
}
#footerfijo .et_pb_row .et_pb_column_1_3 {
	width:33% !important;
}

#footerfijo .et_pb_row .et_pb_column_1_4 {
	width:25% !important;
}
.et_pb_row {
    width: 100%;
}

.et_pb_column {
    margin-bottom: 0px;
}

footer {
    padding-bottom: 40px;
}
}
 
/*** 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}
	li.botonwatshapp {display:none}
}
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 
}
