/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,700;1,800;1,900&display=swap');

/***************************** ATAJOS *****************************/

@media (max-width:767px) {
	.sinfondoencel, .sinfondoencel *{background-image: none !important;}
	.sinpaddingencel, .sinpaddingencel .flex_cell{padding: 0 !important;background: #fabada !important;}
}

@media (max-width:767px) { /* version responsive */.onlydesktop{display: none !important; visibility: hidden !important;}}

@media (min-width:767px) { /* version de escritorio */.onlymobile{display: none !important;visibility: hidden !important;}}


/***************************** RESPONSIVE *****************************/

@media (max-width:767px) { /* version responsive */}


/***************************** ENCABEZADOS *****************************/

h1,h2,h3,h4,h5{
	font-weight: 900;
	font-style: italic !important;
}

h1 em,h2 em,h3 em{
  text-shadow: 2px 0 #939E61, -2px 0 #939E61, 0 2px #939E61, 0 -2px #939E61, 1px 1px #939E61, -1px -1px #939E61, 1px -1px #939E61, -1px 1px #939E61;
  color: #fff;


}

.meta-heading h1, .meta-heading h2, .meta-heading h3{color: #fff !important;}

.meta-heading em, .meta-heading h2 em, .meta-heading h3 em{
	color: #939E61 !important;
	 text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}


@media (max-width:767px) { /* version responsive */



}

/***************************** Sizes *****************************/

.size100 *{max-width: 100px;}
.size200 *{max-width: 200px;}
.size300 *{max-width: 300px;}
.size400 *{max-width: 400px;}
.size500 *{max-width: 500px;}
.size600 *{max-width: 600px;}

.unegaleria{
	margin-bottom: -14px !important;
}


/***************************** CABECERA *****************************/

.logo svg{
	max-width: 250px !important;
}


/***************************** FOOTER *****************************/



/* encabezado */

#footerpie h2{
	background-image: url('https://posifit.es/wp-content/uploads/2022/11/diagonal.png');
	background-position: right center;
	display: inline-block !important;
	font-size: 16px !important;
	color: #fff !important;
	font-weight: 400 !important;
	padding: 3px 20px 3px 5px;
}

/* menu */

#footerpie .menu li, #footerpie .menu li a{
	color: #000 !important;
	border: none !important;
	padding: 2px 0 !important;
}


/* newsletter */

#footerpie .gform_body{
	width: 70% !important;
	display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
}

#footerpie .gform_body li{
	margin: 0 !important;
	padding: 0 !important;
}

#footerpie .gform_footer{
	width: 28% !important;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block !important;
}

#footerpie input{
	margin: 0 !important;
	background: #fff !important;
	border: 1px solid #333 !important;
	color: #000;
}

#footerpie .gform_wrapper{
	margin: 0 !important;
}

/***************************** Tabla de precios *****************************/

.tablaprecios ul{
	background: #fabada !important;
	border-radius: 30px !important;
}

.tablaprecios .avia-pricing-row{
	font-size: 40px !important;
	font-weight: bold !important;
	padding-right: 0 !important;
}

.tablaprecios .avia-pricing-row em{
	font-size: 18px;
	font-style: normal !important;
	font-weight: lighter !important;
}

.tablaprecios li{
	text-align: center;
	padding-left: 30px;
	background: #939E61 !important;
	color: #fff !important;
}

.tablaprecios .avia-heading-row{
	text-align: center;
	padding: 20px 0 0 30px !important;
	border-radius: 20px 20px 0 0 !important;
	}

.tablaprecios ul li:last-child{
	padding-bottom: 20px;
	border-radius: 0 0 20px 20px !important;
}

.tablapreciosgris li{
	background: #EDF1F4 !important;
	color: #000 !important;
}