/*
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;
}
}
@media only screen and (min-width: 981px) {
.page-id-28855 .et-fixed-header #top-menu li.current-menu-ancestor>a, .page-id-28855 .et-fixed-header #top-menu li.current-menu-item>a {
    color: #fff!important;
}
}
ul#menu-ciudad li {
    font-size: 1.3em;
}

ul#menu-ciudad li:before {
    content: "\e01d";
    font-family: ETmodules;
    margin-right: 10px;
}

.fa {font-size: 1.5em !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*/
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar, .wpcf7-select {
	background-color: #fff !important;
	border: thin solid #ccc !important;
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 16px;
	color: #333 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:10px;
	margin-top:10px;
}

.wpcf7-submit {
	color: #fff !important;
	margin: 8px auto 0;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 20px;
	line-height: 1.7em;
	background: #2495d3;
	border: 2px solid;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	width:100%;}

.wpcf7-submit:hover { 
	background-color: #0872b0; 
	border-color:#eee; 
	padding: 6px 20px !important; 
}

input[type=text], input[type=password], input[type=tel], input[type=email], input.text, input.title, textarea, select {
    padding: 5px;
    border: 1px solid #e5e5e5;
    color: #999999;
    background-color: #fff;
    border-radius: 4px;
}

input.nf-next, input.nf-previous {
    background-color: #2495D3;
	padding: 5px;
    border: 0px;
    color: #fff;
    border-radius: 4px;
}

.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    color: #999999;
	padding: 5px;
}

.nf-progress-container {
    margin-top: 10px;
    border: 0px;
    background-color: #f9f9f9;
}

.nf-progress {
    height: 5px;
    border-radius: 4px;
}

.nf-breadcrumbs li {
    float: left;
    border: 1px solid #fff;
    margin-right: 5px !important;
    padding: 5px !important;
	background-color: #fbfbfb;
}

.nf-breadcrumbs li a {
    margin: 0px 10px !important;
	font-size:12px !important;
}

.enviar {
    background-color: #2495D3;
	padding: 15px;
    border: 0px;
    color: #fff !important;
    border-radius: 4px;	
	font-size:1.5em;
	width: 100% !important;
	}

.list-checkbox-wrap .nf-field-element ul {
    overflow-y: auto;
    max-height: 140px;
	border-radius: 4px;
    border: 1px solid #e5e5e5;
	padding:5px;
}

/*.nf-sub-custom-fields-table ul {
    overflow-y: auto;
    max-height: 140px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 5px;
}*/

.list-checkbox-wrap .nf-field-element ul li {
	margin-left:5px !important;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 981px) {
i.fa.fa-facebook-square {
    padding-left: 20px;
}
.fatexto {display:none}

	
/*MENU*/
li.botonmenu {	padding-right:2px !important;}
li.botonmenu > a {
    padding: 14px !important;
    background-color: #E09900;
    border-radius: 3px;
	color:#fff !important;
	font-size:1.4em;
}

li.botonmenu > a:hover {
    background-color: #333;
	color: #fff !important;
	opacity: 1 !important;
}

li.botontfn {	padding-right:2px !important;}
li.botontfn > a {
    padding: 14px !important;
    background-color: #0172B6;
    border-radius: 3px;
	color:#fff !important;
	font-size:1.4em;
}

li.botontfn > a:hover {
    background-color: #333;
	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;
}  



/*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;
}
.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) {
#sinfondomovil {
background-image: none !important;
}
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 
}
