/*
	Theme Name: Forvia 
	Theme URI: http://framelova.com
	Description:  BIOW - regeneracion & life
	Version: 1
	Author: Framelova
	Author URI: http://framelova.com
	Tags: Blank, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html, body {
	height:100%;
}
body {
	margin:0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:transparent;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
.columna.col3 {
    /* min-height: 130px; */
    margin: 0 auto;
    width: 25%;
}

.columnas {
    margin: 0 auto;
    text-align: center;
}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (min-width:1500px) {
.imagen-centro img {
    height: 245px !important;
}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/******************************* ESTILOS FRAMELOVA GENERALES **********************************/

/******** MENU *******/
ul.menu li:hover {
    color: #333;
    text-decoration: none;
}
.menu {
    display: inline-flex;
    list-style: none;
    vertical-align: middle;
}
.menu li, .menu ul li a {
    padding: 20px 10px;
    color: #fff;
}
.menu a, .menu a:hover {
    color: #fff;
    font-size: 80%;
}
.menu li .current-menu-item {
    border: 1px solid #fff;
}
header.header.clear.woodheader li a {
    color: #444 !important;
}

header.header.clear.woodheader {
    background: #fff;
    height: 40px;
}
.menu-menu-principal-container .menu {
    display: flex;
    padding: 0;
}
.menu-menu-principal-container .menu li {

    padding: 10px;
}
.menu-menu-principal-container .current-menu-item {
   
    z-index: 10000 !important;
}




/************** CONTACTO ***************/
.contacto .elementor-row {
    background: #fff;
    box-shadow: 0 0 8px 0px #00000021;
}
.contacto .elementor-column-wrap.elementor-element-populated {
    padding: 0 !important;
    margin: 0 !important;
}
/********** COPY *************/
.copyright .columnas {
    margin: 0;
}
.copyright .columna.col3, .copyright .columna.col9 {
    margin: 15px 0;
    text-align: left;
    padding: 0;
}
.copyright .columna.col9 {
    text-align: right;
}

figure.elementor-image-box-img {
 	background: #0024d3;
    width: 57px !important;
    border-radius: 100%;
    padding: 10px;
}
figure.elementor-image-box-img img {
    width: 22px !important;
}
.elementor-menu-toggle:before {
    content: "Menú";
    padding: 0 16px;
    text-transform: uppercase;
    font-size: 15px;
}
/**COLORES MENU*/
li.bg_fisico a {
    color: #00a9eb;
}
li.bg_fisico.current-menu-item a, li.bg_fisico:hover a {
    background: #00a9eb !important;
	color:#fff;
}

li.bg_economico a {
    color: #f58c35;
}
li.bg_economico.current-menu-item a, li.bg_economico:hover a  {
    background: #f58c35 !important;
	color:#fff;
}

li.bg_emocional a {
    color: #00b48f;
}
li.bg_emocional.current-menu-item a, li.bg_emocional:hover a {
    background: #00b48f !important;
	color:#fff;
}

li.bg_social a {
    color: #f06473;
}
li.bg_social.current-menu-item a, li.bg_social:hover a  {
    background: #f06473 !important;
	color:#fff;
}

li.bg_general a {
    color: #000;
}

li.bg_general.current-menu-item a, li.bg_general:hover a {
    background: #000 !important;
	color:#fff;
}
/*******/
input {
    border: 1px solid #0024d3 !important;
}

label.wpforms-field-label {
    color: #0024d3 !important;
    text-transform: uppercase !important;
}
.wpforms-submit-container {
    text-align: right;
}

button#wpforms-submit-169 {
    border: none;
    background: #0024d3;
    text-transform: uppercase;
    padding: 0 40px;
}
a.dialog-close-button.dialog-lightbox-close-button {
    border-radius: 100%;
    padding: 5px;
}
.elementor-menu-toggle.elementor-active:before {
    content: "cerrar" !important;
}

.elementor-menu-toggle.elementor-active {
    z-index: 10000;
}
/*ICONOS CONTACTO POP*/
li.elementor-icon-list-item, li.elementor-icon-list-item a {
    display: flex !important;
}
span.elementor-icon-list-icon {
    width: 20px;
    margin: 6px 12px;
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: none !important;
    border: 0 !important;
}