	/*
--------------------------------------------------------------------------------------------- 
RESET CSS 
---------------------------------------------------------------------------------------------
*/  
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
*:focus{
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
*/
/*
--------------------------------------------------------------------------------------------- 
GENERALES 
---------------------------------------------------------------------------------------------
*/
html{
	width: 100%;
	background-color: #fff;
	overflow-x: hidden;
	font-size: 62.5%;
	-webkit-text-size-adjust:100%;
		-ms-text-size-adjust:100%
}
body{
    width: 100%;
    color: #000;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    position: relative;
	-webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;

}
.lock_scroll{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.no_padding{
	padding: 0px;
}
.clear{
    clear: both !important;
    float: none !important;
    height: 0px !important;
}
a, a:hover{
	color: inherit;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}
.row-height{
	display: table;
}
.col-height {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    float: none;
}
.bg_white{
	background-color: #fff;
}
.bg_clear{
	background-color: #FAFAFA;
}
.bg_grey{
    background-color: #979797;	
}
.bg_dark{
	background-color: #302F2F;
}

.padding_lg{
	padding-top: 80px;
	padding-bottom: 80px;
}
.padding_md{
	padding-top: 60px;
	padding-bottom: 60px;
}
.padding_sm{
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding_xs{
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding_bottom{
	padding-top: 0px !important;
}
.padding_top{
	padding-bottom: 0px !important;
}


.padding_hr_lg{
	padding-left: 80px;
	padding-right: 80px;	
}
.padding_hr_md{
	padding-left: 60px;
	padding-right: 60px;	
}
.padding_hr_sm{
	padding-left: 40px;
	padding-right: 40px;	
}
.padding_hr_xs{
	padding-left: 20px;
	padding-right: 20px;	
}

.margin0{
	margin: 0px !important;
}

.aligncenter{
	display: block;
	margin: auto;
}
#cookie-notice a{
	padding: 0px 15px !important;
    font-size: 13px;
    font-size: 1.3rem;
    box-shadow: none;
    border-radius: 0px;
    background-color: #fff;
    border: 2px solid #fff;
    color: #333333 !important;
    border-radius: 8px;
}
#cookie-notice a:hover{
	opacity: 0.6;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.middle-width-image{
	background-position: center;
	background-size: cover;
}
.middle-width-image.right{
	width: 50vw;
	background-color: #000;
	float: left;
	margin-left: -15px;
}
.middle-width-image.left{
	width: 50vw;
	background-color: #000;
	float: right;
	margin-right: -15px;
}

.uppercase{
	text-transform: uppercase;
}

a.link{
	text-decoration: underline;	
	color: #C90019;
	display: inline-block;
	font-weight: 600;
}

.button_container a,
.button,
.archive .form .button{
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: inherit;
	color: #fff !important;
	text-decoration: none !important;
	background-color: #C90019;
	border-radius: 8px;
	padding: 8px 30px !important;
	border: 2px solid #C90019;
	box-shadow: 0px 4px 6px 0px rgba(277,112,110,0.3);
	transition: all 200ms ease-in-out;
}
.button_container a.disabled,
.button.disabled,
.archive .form .button.disabled{
	cursor: not-allowed;
	pointer-events: none;
	border: 2px solid #aaa;
	color: #ccc;
	background-color: #aaa;
	opacity: 0.3;
	box-shadow: 0px 4px 6px 0px rgba(0,0,0,.6);
}
.button_container a:hover,
.button:hover,
.archive .form .button:hover{
	text-decoration: none;
	cursor: pointer;
	background-color: transparent;
	color: #C90019 !important;
	text-shadow: 0px 0px 2px rgba(277,112,110,0.35);
	box-shadow: 0px 0px 3px 0px rgba(277,112,110,0.7);
}
.button.button__secondary{
	background-color: #302F2F;
	color: #fff;
	border: 2px solid #302F2F;
	box-shadow: 0px 4px 6px 0px rgba(66,65,65,0.42);
}
.button.button__secondary:hover{
	background-color: transparent;
	color: #302F2F !important;
	text-shadow: 0px 0px 2px rgba(66,65,65,0.42);
	box-shadow: 0px 0px 3px 0px rgba(66,65,65,0.84);
}
.button.button__full{
	width: 100%;
}


select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
	color: #444;
	background-color: transparent;
	border-radius: 4px;
	line-height: 20px;
	padding: 8px 40px 8px 20px !important;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	box-shadow: 0px 2px 6px 0px #ccc;
	transition: all 200ms ease-in-out;	
	background-image: url(../img/select-arrow.svg);
	background-position: 90% 50%;
	background-repeat: no-repeat;
}
.gap20{
	height: 20px;
	display: block;
	width: 100%;
}
.gap40{
	height: 40px;
	display: block;
	width: 100%;
}
.gap60{
	height: 60px;
	display: block;
	width: 100%;
}

.uppercase{
	text-transform: uppercase;
}



.row-flex{
	  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-flex{
	margin-bottom: 30px;
}
.col-flex .post,
.col-flex .project,
.col-flex .video{
	margin-bottom: 0px;
	height: 100%;
}

.header-title .title1,
.header-title .title2,
.header-title .title3,
.header-title .title4,
.header-title .title5,
.header-title .title6{
	margin-bottom: 0px;	
	line-height: 1.5;
}

.header-title .link{
	line-height: 42px;
}
.project-info{
	font-weight: 600;
	color: #888;	
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.categories{
	color: #888;	
	margin-bottom: 20px;
}
.categories .fa{
	margin-right: 5px;
	font-size: 16px;
	font-size: 1.6rem;
}
.categories a{
	background-color: #888;
	color: #fff;
	padding: 2px 10px;
	border-radius: 3px;
	text-decoration: none !important;
	font-weight: 600;
	opacity: 1;
}
.categories a:hover{
	text-decoration: none;
	opacity: 0.6;
}



.bg-colabora-modal{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, 0.85);
	z-index: 120;
	opacity: 0;
	cursor: pointer;
	visibility: hidden;
	transition: all 300ms;
}
.colabora-modal{
    width: 400px;
    max-width: 98%;
    height: auto;
    margin: auto;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    transform: translateY(-50%) translateX(-50%);
    position: fixed;
    z-index: 125;
    overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms;
}
.bg-colabora-modal.visible,
.colabora-modal.visible{
	opacity: 1;
	visibility: visible;
}
.pagination-container ul {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination-container ul>li {
    display: inline;
}
.pagination-container ul>li>a,
.pagination-container ul>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #444;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination-container ul>li>a:hover,
.pagination-container ul>li>span:hover {
    background-color: #eee;
    border-color: #ddd;
}
.pagination-container ul>li:first-child>a, .pagination-container ul>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination-container ul>li:last-child>a, .pagination-container ul>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*
------------------------------
.radio-values
------------------------------
*/
.radio-values{
	margin-bottom: 0px;
	text-align: center;
}
.radio-values .radio-value{
	display: inline-block;
	width: auto;
	height: 40px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 600;
	padding: 0px 10px;
	border: 2px solid transparent;
	box-shadow: 0px 2px 6px 0px rgba(205, 205, 205, 1);
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 40px;
	cursor: pointer;
	max-width: 320px;
}
.radio-values label.error{
	display: block;
    color: red;
    font-weight: 600;
    font-size: 12px;
    margin-top: 5px;
}	
.radio-values .radio-value.small{
	padding: 0px 10px;
}
.radio-values .radio-value.full{
	width: 100%;
}
.radio-values .radio-value.active{
	border: 2px solid #C90019;
}
.radio-values .radio-value:last-child,
.radio-values .radio-value.last{
	margin-right: 0px;
}
.radio-values .radio-value input{
	opacity: 0;
	position: absolute;
}


/*
------------------------------
.form
------------------------------
*/

.form .title6{
	margin-bottom: 30px;
}
.form .txt-escuela{
	margin-bottom: 30px;
}
.form .asterisk{
	color: red;
	font-weight: bold;
	margin-left: 5px;
}
.form .form-group{
	margin-bottom: 10px;
}
.form .form-group label{
	font-size: 13px;
	margin-bottom: 5px;
}
.form .form-group label.error{
	display: block;
    color: red;
    font-weight: 600;
    font-size: 12px;
    margin-top: 5px;
}
.form .form-group input[type="text"],
.form .form-group input[type="phone"],
.form .form-group input[type="tel"],
.form .form-group input[type="email"],
.form .form-group input[type="date"],
.form .form-group input[type="number"]{
	background-color: transparent;
	border-radius: 0px;
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	color: #302F2F;
	font-weight: 600;
	height: 40px;
	line-height: 30px;
	padding: 5px 10px;
	border-radius: 8px;
	border: 1px solid #D8D8D8;
	box-shadow: 0px 2px 6px 0px rgba(205, 205, 205, 0.6);
}
.form .form-group textarea{
	background-color: transparent;
	border-radius: 0px;
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	color: #302F2F;
	font-weight: 600;
	height: 120px;
	line-height: 20px;
	padding: 5px 10px;
	border-radius: 3px;
	border: 1px solid #D8D8D8;
	box-shadow: 0px 2px 6px 0px rgba(205, 205, 205, 0.6);
}
.form .form-group input[type="radio"],
.form .form-group input[type="checkbox"]{
    margin-right: 10px;
    float: left;
    vertical-align: middle;
}
.form a{
	text-decoration: underline;
	color: #C90019;
}
.form input[type="checkbox"]{
	float: left;
    margin-right: 10px;
}
.form input[type="checkbox"] + label{
	display: inline;
}
.dni-quote{
	font-size: 11px;
}
/*
------------------------------
#latest-news
------------------------------
*/
#latest-news .post{
	height: calc(100% - 30px);
}
#latest-news .block .icon_container{
	height: 50px;
	max-width: 140px;
	margin: auto;
	margin-bottom: 20px;
}
/*
------------------------------
.calculator
------------------------------
*/
.calculator{
	
}
.calculator .icon_container{
	margin-bottom: 20px;
}
.calculator p{
	margin-bottom: 10px;
}
.calculator .value{
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 10px;
}

/*
------------------------------
.site-advice
------------------------------
*/
.site-advice{
	display: none;
    background-color: #E4706E;
    padding: 40px 0px 20px 0px;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 20px;
    position: fixed;
    top: 0px;
    z-index: 10000;
    width: 100%;
}
.site-advice .closer{
	position: absolute;
	right: 40px;
	top: 20px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.site-advice .closer:hover{
	opacity: 0.6;
}
.site-advice .closer span{
	font-size: 16px;
	vertical-align: middle;
}
.site-advice p{
	margin-bottom: 20px;
}
.site-advice .button{
	background-color: #fff !important;
	border: 2px solid #fff !important;
	color: #E4706E !important;
}
.site-advice .button:hover{
	opacity: 0.6;
	padding: 8px 40px !important;
}
/*
------------------------------
.site-topbar
------------------------------
*/
.site-topbar{
	top: 0px;
	height: 30px;
	background-color: #302F2F;
	line-height: 30px;
	color: #fff;
	position: fixed;
    width: 100%;
    z-index: 100;
    transition: 300ms ease-in-out;
}
.site-topbar #menu-menu-top{
	vertical-align: middle;
}
.site-topbar #menu-menu-top li{
	border-left: 1px solid #545454;
	vertical-align: middle;
	padding: 0px;
	line-height: 28px;
}
.site-topbar #menu-menu-top li:first-child{
	border-left: 0px;
}
.site-topbar #menu-menu-top li a{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-size: 1.2rem;
	text-decoration: none;
	font-weight: 600;
	line-height: ;
	height: 30px;
	min-width: 30px;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 5px;
	vertical-align: middle;
}
.site-topbar #menu-menu-top li a .fa{
	font-size: 15px;
	font-size: 1.5rem;
}
.site-topbar #menu-menu-top li a:hover{
	opacity: 0.6;
}
/*
------------------------------
.site-header
------------------------------
*/
.site-header{
	padding: 15px 0px;
	background-color: #fff;
	position: fixed;
    width: 100%;
    z-index: 100;
    top: 30px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
    transition: 300ms ease-in-out;
}
.is-scrolled .site-header{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}
.site-header #menu-menu-principal{
	padding: 0px;
	margin: 0px;
}
.site-header #menu-menu-principal > li{
	margin: 0px 15px;
	position: relative;
}
.site-header #menu-menu-principal > li:last-child{
	margin-right: 0px !important;
	padding-right: 0px;
}
.site-header #menu-menu-principal > li > a{
	padding: 10px 0px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
}
.site-header #menu-menu-principal > li > a:after{
	content: "";
	width: 0px;
	height: 4px;
	background-color: #c90019;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	transition: 200ms ease-in-out;
}
.site-header #menu-menu-principal > li.button_container > a:after{
	display: none;
}
.boton-carrito:hover {
	text-decoration: none;
}
.boton-carrito img{
	    left: 0;
}
.site-header .boton-carrito span{
	background: #92C900;
    width: 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    position: absolute;
    transform: translateX(-50%);
    font-size: 12px;
    height: 20px;
}
/*
.site-header #menu-menu-principal > li:hover:not(#menu-item-55):not(#menu-item-72) > a:after,
.site-header #menu-menu-principal > li.current-menu-item:not(#menu-item-55):not(#menu-item-72) > a:after{
	width: 100%;
}
.site-header #menu-menu-principal > li.menu-item-has-children:hover:not(#menu-item-55):not(#menu-item-72) > a:after,
.site-header #menu-menu-principal > li.menu-item-has-children.current-menu-item:not(#menu-item-55):not(#menu-item-72) > a:after{
	width: 0% !important;
}*/

.site-header #menu-menu-principal > li.current_page_ancestor > a:after,
.site-header #menu-menu-principal > li:hover > a:after,
.site-header #menu-menu-principal > li.current-menu-item > a:after{
	width: 100%;
}

.site-header #menu-menu-principal > li > .sub-menu{
    display: block;
    position: absolute;
    width: 220px;
    top: 70px;
    background-color: white;
    box-shadow: 0px 15px 20px -15px rgba(0,0,0,0.2);
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    padding: 20px 0px;
    border: 1px solid #ddd;
	transition: all 300ms ease-in-out;
}
.site-header #menu-menu-principal > li > .sub-menu.visible{
	opacity: 1;
	visibility: visible;
	top: 60px;
}
.site-header #menu-menu-principal > li > .sub-menu:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    background-color: white;
    border: 0px;
    box-shadow: 1px -1px 0px 0px #ddd;
}
.site-header #menu-menu-principal > li > .sub-menu > li > a{
	padding: 8px 20px;
	display: block;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	text-transform: none;
	text-decoration: none;
	min-width: 140px;
}
.site-header #menu-menu-principal > li > .sub-menu > li.current-menu-item > a{
	color: #c90019;
}
.site-header #menu-menu-principal > li > .sub-menu > li > a:hover{
	background-color: #FAFAFA;
}
.site-header .menu-mobile-trigger{
	float: right;
    width: 30px;
    height: 26px;
	margin-right: 10px;
	line-height: 38px;
	text-align: right;
	font-size: 20px;
	cursor: pointer;
	
}
.site-header .hamburger{
    padding: 0px;
    width: 30px;
    height: 28px;
    position: relative;
    top: 3px;
}
.site-header .hamburger-box{
	width: 100%;
    height: 100%;
}
.site-header .hamburger-inner,
.site-header .hamburger-inner:after,
.site-header .hamburger-inner:before{
    width: inherit;
    height: 3px;	
    border-radius: 2px;
    background-color: #302f2f;
}
.site-header .colabora-mobile{
	float: right;
}
.site-header #menu-menu-movil{
	display: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0px;
    top: 50px;
    text-align: right;
    padding-top: 20px;
}
.site-header #menu-menu-movil > li{
	margin: 0px 20px;
}
.site-header #menu-menu-movil > li > a{
	padding: 10px 0px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 1px solid #dedede;
}
.site-header #menu-menu-movil > li.button_container > a{
    border-top: 1px solid #C90019;
	border-radius: 0px;
	margin-left: -20px;
	margin-right: -20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-shadow: none;
}
.site-header #menu-menu-movil > li.button_container > a:hover{
	border-radius: 0px;
	background-color: #ccc;
	border: 2px solid #ccc;
	color: #000;
	margin-left: -20px;
	margin-right: -20px;
    padding-left: 20px !important;
    box-shadow: none;
    padding-right: 20px !important;
}
.site-header #menu-menu-movil > li > .sub-menu{
	display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}
.site-header #menu-menu-movil > li:hover > .sub-menu{
	display: block;
}
.site-header #menu-menu-movil > li > .sub-menu > li > a{
	padding: 8px 20px;
	display: block;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	min-width: 140px;
}
.site-header #menu-menu-movil > li > .sub-menu > li > a:hover{
	background-color: #FAFAFA;
}

/*
------------------------------
#search
------------------------------
*/
#search{
	position: fixed;
    top: 0px;
    padding: 0px;
    z-index: 80;
    width: 100%;
    background-color: rgb(250, 250, 250);
    transition: all 300ms ease-in-out;
    box-shadow: 0px 0px 35px rgba(0,0,0,0.2);
}
#search.open{
    top: 100px;
}
#search .screen-reader-text{
	display: none;
}
#search form input[type="text"]{
	height: auto;
	width: 100%;
	font-size: 13px;
	padding: 15px 20px;
	border: 0px;
	background-color: transparent;
	margin-right: -5px;
	border-radius: 8px 0px 0px 8px;
	vertical-align: middle;
	font-size: 30px;
	font-weight: 600;
	color: #888;
}
#search form button{
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	background-color: #888888;
	border-radius: 8px;
	padding: 8px 30px !important;
	border: 2px solid #888888;
	transition: all 200ms ease-in-out;
	vertical-align: middle;
	position: absolute;
	z-index: 10;
	right: 0px;
	margin: 20px 15px;
}

/*
--------------------------------------------------------------------------------------------- 
#map_wrapper 
---------------------------------------------------------------------------------------------
*/
#map {
	width: 100%;
	height: 40vw;
	min-height: 280px;
}
#map > div{
	background-color: #f8f8f8 !important;
}
.gm-style-iw-parent{
	/*width: 400px !important;*/
}
.gm-style-iw-prev{
	display: none;
}
.gm-style-iw {
    width: 400px !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%);
    background-color: white;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
    box-shadow: 0px 15px 20px -15px rgba(0,0,0,0.2);
    left: 50%;
    text-align: left;
    padding: 20px;
    padding-bottom: 0px;
    overflow: visible !important;
    border: 1px solid #ddd;
    transition: all 300ms ease-in-out;
}
.gm-style-iw h5{
	margin-bottom: 5px !important;
	color: #C90019;
}
.gm-style-iw h5 small{
	color: #777;
	font-weight: 600;
}
.gm-style-iw strong{
	font-weight: 600 !important;
}
.gm-style-iw:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -10px;
    margin-left: -10px;
    left: 50%;
    transform: translateX(0%) rotate(-45deg);
    background-color: white;
    border: 0px;
    box-shadow: -1px 1px 0px 0px #ddd;
}
.gm-style-close{
    left: 50% !important;
    margin-left: 180px !important;
}
.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 16px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
/*
--------------------------------------------------------------------------------------------- 
.site-main 
---------------------------------------------------------------------------------------------
*/
.site-main{
    min-height: calc(100vh - 300px);

}
/*
------------------------------
.breadcrumbs
------------------------------
*/
.breadcrumbs{
	padding: 20px 0px;
	font-size: 13px;
	text-transform: uppercase;
	color: #989898;
	line-height: 17px;
}
.breadcrumbs .home{
	font-size: 17px;
}
.breadcrumbs .fa-angle-right{
	margin: 0px 10px;
}


/*
--------------------------------------------------------------------------------------------- 
.conseguido 
---------------------------------------------------------------------------------------------
*/
.conseguido{
	padding: 30px;
	margin-bottom: 30px;
}
.conseguido .title{
	margin-bottom: 0px;	
}
.conseguido .progreso{
	width: 100%;
	height: 10px;
	border-radius: 5px;
	background-color: #ccc;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.conseguido .progreso span{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 10px;
	border-radius: 5px;
	width: 45%;
	background-color: #E4706E;
}
.conseguido.totalfunded .progreso span{
	background-color: #5ac55a;
}




/*
--------------------------------------------------------------------------------------------- 
.conditioner 
---------------------------------------------------------------------------------------------
*/
.conditioner-parent{
	
}
.conditioner-parent .conditioner-object{
	display: none;
}

/*
--------------------------------------------------------------------------------------------- 
.form 
---------------------------------------------------------------------------------------------
*/
.form .row{
	margin-left: -5px;
	margin-right: -5px;
}
.form .row [class*="col"]{
	padding-left: 5px;
	padding-right: 5px;
}


/*
--------------------------------------------------------------------------------------------- 
.colabora 
---------------------------------------------------------------------------------------------
*/
.colabora{
	padding: 30px;
	text-align: center;
}
.colabora .radio-values{
	margin-bottom: 10px;
}
.colabora .radio-values .radio-value{
	margin-right: 10px;
}
.colabora .radio-values .radio-value.last{
	margin-right: 0px;
}
.colabora .radio-values .radio-value input{
	display: none;
}
.colabora .input_container{
	margin-bottom: 20px;
}
.colabora .input_container input{
	border-radius: 8px;
	border: 1px solid #ccc;
	box-shadow: 0px 2px 6px 0px rgba(205, 205, 205, 1);
}
/*
--------------------------------------------------------------------------------------------- 
.editor-content 
---------------------------------------------------------------------------------------------
*/
.editor-content{
	margin-bottom: 20px;
}
.editor-content__lg{
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 0px;
	line-height: 1.4;
}
.title1,
.editor-content h1{
	font-size: 30px;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.5;
}
.height1{
	line-height: 48px;
	line-height: 4.8rem;
}
.title2,
.editor-content h2{
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 15px;	
	line-height: 1.5;
}
.height2{
	line-height: 44px;
	line-height: 4.4rem;
}
.title3,
.editor-content h3{
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 15px;	
	line-height: 1.5;
}
.height3{
	line-height: 41px;
	line-height: 4.1rem;
}
.title4,
.editor-content h4{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.5;
}
.height4{
	line-height: 38px;
	line-height: 3.8rem;
}
.title5,
.editor-content h5{
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 15px;	
	line-height: 1.5;
}
.height5{
	line-height: 32px;
	line-height: 3.2rem;
}
.title6,
.editor-content h6{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 15px;	
	line-height: 1.5;
}
.height6{
	line-height: 28px;
	line-height: 2.8rem;
}
.editor-content p{
	margin-bottom: 15px;
}
.editor-content .intro{
    font-weight: 600;
    font-size: 120%;
    font-style: italic;
    margin-bottom: 15px;
}
.editor-content blockquote{
    padding: 10px 20px;
    margin-bottom: 15px;
    margin-left: 15px;
    font-weight: 600;
    font-size: 110%;
    font-style: italic;
    border-left: 2px solid #c90019;
}
.editor-content iframe{
		max-width: 100%;
	}

.editor-content em{
	font-style: italic;
}
.editor-content b,
.editor-content strong{
	font-weight: 700;
}
.editor-content a{
	text-decoration: underline;
}
.editor-content .button{
	text-decoration: none;
}
.editor-content__lg a{
	font-weight: bold;
	text-decoration: none;
}
.editor-content__lg a.link{
	color: inherit;
	text-decoration: underline;
}
.editor-content ul{
	display: list-item;
	padding-left: 20px;
	margin-bottom: 15px;
}
.editor-content ul li{
	display: list-item;
	list-style: disc;
	margin-bottom: 5px;
}
.editor-content ol{
	display: list-item;
	padding-left: 20px;
	margin-bottom: 15px;
}
.editor-content ol li{
	display: list-item;
	list-style: decimal;
	margin-bottom: 5px;
}
.color_red{
	color: #D22630;
}
.section-toggle-trigger .fa{
	font-size: 22px;
	font-size: 2.2rem;
}
.editor-content *:last-child{
	margin-bottom: 0px;
}
.editor-content .table{
	border: 1px solid #eee;
}
.editor-content .table th{
    background-color: #eee;
    font-weight: bold;
    border-top: 0px;
}
/*
--------------------------------------------------------------------------------------------- 
.site-page	
---------------------------------------------------------------------------------------------
*/
.site-page{
	padding-top: 98px;
	transition: 300ms ease-in-out;
}

/*
--------------------------------------------------------------------------------------------- 
.block	
---------------------------------------------------------------------------------------------
*/
.flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.block-ls{
	margin-bottom: 40px;
}
.block-ls .block{
    margin-bottom: 30px;
    padding: 30px;
    height: calc(100% - 30px);
}
.block-ls .block .icon_container{
	position: relative;
	margin-bottom: 20px;
	height: 60px;
	padding: 0px 10px;
	position: relative;
}
.block-ls .block .icon_container img{
	height: 100%;
	max-width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: middle;
}
.block-ls .block .text_container {
}
.block-ls .block .text_container .date{
	margin-bottom: 5px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #888;
	font-weight: 600;
}
.block-ls .block .text_container .title{
	margin-bottom: 10px;
}
.block-ls .block .text_container .excerpt{
	margin-bottom: 20px;
}




/*
--------------------------------------------------------------------------------------------- 
.post-ls
---------------------------------------------------------------------------------------------
*/
.post-ls{
	padding-bottom: 40px;
}
.post-ls .post{
	margin-bottom: 30px;
	/*
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.3);*/
}
.post-ls .post .img_container{
	position: relative;
	background-color: #000;
	    padding-bottom: 74%;
    overflow: hidden;
}
.post-ls .post .img_container a{
	    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.post-ls .post .img_container img{
	width: 100%;
	height: auto;
	vertical-align: middle;
	transition: 200ms ease-in-out;
	    position: absolute;
    height: 100%;
    width: auto;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
}
.post-ls .post .img_container:hover img{
	opacity: 0.3;
}
.post-ls .post .text_container {
	padding: 20px;
}
#single-content .date,
.post-ls .post .text_container .date{
	margin-bottom: 5px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #888;
	font-weight: 600;
}
.post-ls .post .text_container .title{
	margin-bottom: 10px;
	text-decoration: none;
	    min-height: 108px;
    min-height: 140px;
}
.post-ls .post .text_container .title a:hover{
	text-decoration: none !important;
	opacity: 0.5;
}
.post-ls .post .text_container .excerpt{
	margin-bottom: 10px;
}
.post-ls .post.mini .text_container .excerpt{
	display: none;
}
.post-ls .post .text_container .link:hover,
.post-ls .post .text_container .title a:hover{
	opacity: 0.5;
}


/*
--------------------------------------------------------------------------------------------- 
.magazine-ls
---------------------------------------------------------------------------------------------
*/
.magazine-ls{
	padding-bottom: 40px;
}
.magazine-ls .magazine{
	margin-bottom: 30px;
}
.magazine-ls .magazine .img_container{
	position: relative;
	background-color: #000;
}
.magazine-ls .magazine .img_container img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.magazine-ls .magazine .text_container {
	padding: 20px;
	padding-left: 0px;
}
.magazine-ls .magazine .text_container .title{
	margin-bottom: 5px;
}
.magazine-ls .magazine .text_container .number{
	margin-bottom: 5px;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 10px;
}
.magazine-ls .magazine .text_container .excerpt{
	margin-bottom: 10px;
}
.magazine-ls .magazine.mini .text_container .excerpt{
	display: none;
}


/*
--------------------------------------------------------------------------------------------- 
.campaign-ls
---------------------------------------------------------------------------------------------
*/
.campaign-ls{
	padding-bottom: 40px;
}
.campaign-ls .campaign{
	margin-bottom: 30px;
}
.campaign-ls .campaign.featured{
	margin-bottom: 0px;
}
.campaign-ls .campaign .img_container{
	position: relative;
	background-color: #000;
}
.campaign-ls .campaign .img_container img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.campaign-ls .campaign .text_container {
	padding: 40px 20px;
}
.campaign-ls .campaign .text_container .subtitle{
	margin-bottom: 5px;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 20px;
}
.campaign-ls .campaign.featured .text_container .subtitle{
	margin-bottom: 40px;
}
.campaign-ls .campaign .text_container .title{
	margin-bottom: 5px;
}

.campaign-ls .campaign .text_container .excerpt{
	margin-bottom: 40px;
}


.

/*
--------------------------------------------------------------------------------------------- 
.video-ls
---------------------------------------------------------------------------------------------
*/
.video-ls{
	padding-bottom: 40px;
}
.video-ls .video{
	margin-bottom: 0px;
}
.video-ls .video .img_container{
	position: relative;
	background-color: #000;
}
.video-ls .video .img_container img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.video-ls .video .text_container {
	padding: 20px;
}
.video-ls .video .text_container .author{
	margin-bottom: 5px;
	font-size: 16px;
	font-size: 1.6rem;
}
.video-ls .video .text_container .date{
	margin-bottom: 5px;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 10px;
	opacity: 0.3;
}
.video-ls .video .text_container .subtitle{
	margin-bottom: 5px;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 40px;
}
.video-ls .video .text_container .title{
	margin-bottom: 5px;
    min-height: 54px;
}

.video-ls .video .text_container .excerpt{
	margin-bottom: 10px;
}



#single-video-content{
	
}
#single-video-content .ficha-tecnica{
	
}
#single-video-content .ficha-tecnica .img_container{
	width: 40%;
	float: left;
}
#single-video-content .ficha-tecnica .text_container{
	width: 60%;
	float: left;
	padding: 30px;
	font-size: 13px;
}
#single-video-content .ficha-tecnica .text_container p{
	margin-bottom: 5px;
}
#single-video-content .ficha-tecnica .text_container b,
#single-video-content .ficha-tecnica .text_container strong{
	font-weight: bold;
}
#single-video-content .ficha-tecnica .text_container a{
	text-decoration: underline;
}


/*
--------------------------------------------------------------------------------------------- 
.project-ls
---------------------------------------------------------------------------------------------
*/
.project-ls{
	padding-bottom: 40px;
	display: flex;
}
.project-ls .project{
	margin-bottom: 30px;
	box-shadow: 0px 0px 20px -5px rgba(0,0,0,0);
	transform: translateY(0px);
	transition: 200ms ease-in-out;
}
.project-ls .project:hover{
	margin-bottom: 30px;
	transform: translateY(-5px);
	box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.3);
}
.project-ls .project .img_container{
	position: relative;
	background-color: #000;
	    padding-bottom: 60%;
    overflow: hidden;
}
.project-ls .project .img_container a{
	    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.project-ls .project .img_container img{
	width: 100%;
	height: auto;
	vertical-align: middle;
	transition: 200ms ease-in-out;
	position: absolute;
    height: 100%;
    width: auto;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
}
.project-ls .project .img_container:hover img{
	opacity: 0.2;
}

.project-ls .project .img_container .funded{
    position: absolute;
    top: 10px;
	transform: translateY(0%);
    right: 0px;
    padding: 10px;
    font-size: 15px;
    font-size: 1.3rem;
    background-color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1;
    opacity: 1;
    border-radius: 5px 0px 0px 5px;
	transition: 200ms ease-in-out;
}
.project-ls .project.totalfunded .img_container .funded{
    background-color: #5ac55a;
    color: #fff;	
}
.project-ls .project .img_container:hover .funded{
	top: calc(100% - 10px);
	transform: translateY(-100%);
	color: #fff;
    background-color: rgba(0, 0, 0, 0);
}
.project-ls .project .img_container .funded span{
    font-size: 36px;
    font-size: 2.2rem;
    display: block;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 5px;
}
.project-ls .project .progreso{
    width: 100%;
    height: 10px;
    background-color: #ccc;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.project-ls .project .progreso span{ 
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 10px;
    width: 45%;
    background-color: #E4706E;
}
.project-ls .project.totalfunded .progreso span{
    background-color: #5ac55a;
}
.project-ls .project .text_container {
	padding: 20px;
}
.project-ls .project .text_container .date{
	margin-bottom: 5px;
	font-size: 13px;
	font-size: 1.3rem;
	color: 
}
.project-ls .project .text_container .title{
	margin-bottom: 10px;
	text-decoration: none;
}
.project-ls .project .text_container .title a{
	transition: 200ms ease-in-out;
}
.project-ls .project .text_container .title a:hover{
	opacity: 0.4;
	text-decoration: none;
}
.project-ls .project .text_container .excerpt{
	margin-bottom: 20px;
}
p.nota-proyectos{
    font-size: 11px;
    padding: 25px 0 0;
    margin: 0 auto;
}


/*
--------------------------------------------------------------------------------------------- 
.full-image
---------------------------------------------------------------------------------------------
*/
.full-image{
    height: 30vw;
    min-height: 350px;
    max-height: 550px;
	background-color: #000;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.full-image_small{
	height: 24vw;
	min-height: 350px;
	max-height: 500px;
	background-color: #000;
	background-position: center;
	background-size: cover;
	position: relative;
}
.full-image_medium{
    height: 30vw;
    min-height: 400px;
    max-height: 600px;
	background-color: #000;
	background-position: center;
	background-size: cover;
	position: relative;
}
.full-image_large{
	height: 40vw;
	min-height: 450px;
	max-height: 650px;
	background-color: #000;
	background-position: center;
	background-size: cover;
	position: relative;
}
.full-image .container{
	height: inherit;
	max-height: inherit;
	min-height: inherit;
}
.full-image .container .centered-content{
	text-align: center;
	width: 60%;
	margin: auto;
	position: relative;
	z-index: 1;
	transform: translateY(-50%);
	top: 50%;	
}
.full-image .container .centered-content.full{
	width: 100%;
}
.full-image .container .centered-content .claim{
	font-weight: 700;
	font-size: 46px;
	font-size: 4.6rem;
	color: #fff;
	line-height: 1.3;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
}
.full-image.mask:before{
	content: "";
	position: absolute;
	display: block;
	height: 100px;
	width: 100%;
	bottom: 0px;
	position: absolute;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	z-index: 1;
}
.full-image.mask2:before{
	content: "";
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	bottom: 0px;
	position: absolute;
	background-color: rgba(0,0,0,0.6);
	z-index: 1;
}
.full-image .block-ls,
.full-image .block-ls .block{
	margin-bottom: 0px;
}
/*
--------------------------------------------------------------------------------------------- 
#slider
---------------------------------------------------------------------------------------------
*/
#slider{
	margin-bottom: 40px;
    height: 40vw;
    min-height: 400px;
    max-height: 600px;
	background-color: #000;
	margin-bottom: 0px;
	overflow: hidden;
}
#slider.mask .slide:before{
	content: "";
	position: absolute;
	display: block;
	height: 100px;
	width: 100%;
	bottom: 0px;
	position: absolute;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	z-index: 1;
}
#slider .slick-list,
#slider .slick-track,
#slider .slide{
	height: inherit;
	max-height: inherit;
	min-height: inherit;
}
#slider .slide{
	background-position: center;
	background-size: cover;	
	display: block;
	position: relative;
	    text-decoration: none;
}
#slider .slide .centered-content{
	text-align: center;
	width: 60%;
	margin: auto;
	position: relative;
	transform: translateY(-50%);
	top: 50%;
}
#slider .slide .centered-content .title {
	font-weight: 700;
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 1.4;
    color: #fff;
    max-width: 600px;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
    margin: auto;
    margin-bottom: 20px;
}
#slider .slide .centered-content .subtitle {
	font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    line-height: 1.4;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.8)
}
#slider .slick-dots{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	opacity: 0.8;
}
#slider .slick-dots li{
	display: inline-block;
	margin: 0px 5px;
}
#slider .slick-dots li button{
	appearance: none;
	-webkit-appearance: none;
	border: 0px;
	border: 1px solid #fff;
	background-color: transparent;
    width: 12px;
    height: 12px;
    max-width: 12px;
    max-height: 12px;
	padding: 0px;
	text-indent: -9999px;
	border-radius: 7px;
	transition: 200ms ease-in-out;
}
#slider .slick-dots li.slick-active button{
	background-color: #fff;
}
#slider .button{
	position: absolute;
	right: 40px;
	bottom: 40px;
	text-transform: none;
	z-index: 20;
}
#slider .button:hover{
	opacity: 0.7;
	background-color: #C90019;
	border: 2px solid #C90019;
	color: #fff !important;
}
/*
------------------------------
#social-fixed
------------------------------
*/
#social-fixed{
    position: absolute;
    left: 0px;
    top: 400px;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #302f2f;
    width: 40px;
    padding: 5px 0px;
}
#social-fixed li{
	display: block;
	width: 40px;
	height: 40px;
}
#social-fixed li a{
	display: block;
	vertical-align: middle;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	opacity: 1;
	transition: 200ms;
}
#social-fixed li a:hover{
	opacity: 0.5;
}
/*
--------------------------------------------------------------------------------------------- 
.site-footer 
---------------------------------------------------------------------------------------------
*/
.site-footer{
	background-color: #979797;
	color: #fff;
	padding: 40px 0px;
    margin-top: 100px;
    position: relative;
    bottom: 43px;
}
.site-footer #menu-menu-social{
	margin-bottom: 30px;
}
.site-footer #menu-menu-social li{
	margin: 0px 10px;
}
.site-footer #menu-menu-social li a{
	font-size: 20px;
	font-size: 2rem;
}
.site-footer #menu-menu-social li a:hover{
	opacity: 0.6;
}
.site-footer #menu-menu-footer li{
	margin: 0px 15px;
}
.site-footer #menu-menu-footer li a{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
    font-size: 12px;
    font-size: 1.2rem;
}
.site-footer #menu-menu-footer li a:hover{
	opacity: 0.4;	
}
/*
--------------------------------------------------------------------------------------------- 
.site-bottombar 
---------------------------------------------------------------------------------------------
*/
.site-bottombar{
	background-color: #302F2F;
	color: #fff;
	padding: 10px 0px;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	width: 100%
}
.site-bottombar ul li{
	margin: 0px 20px;
}
.site-bottombar #menu-menu-legal li{
	margin: 0px 20px;
}
.site-bottombar #menu-menu-legal li a{
	font-size: 12px;
	font-size: 1.2rem;
	text-decoration: none;
	font-weight: 600;
}
.site-bottombar #menu-menu-legal li a:hover{
	opacity: 0.6;	
}

/*
--------------------------------------------------------------------------------------------- 
#mc_embed_signup 
---------------------------------------------------------------------------------------------
*/
.site-footer #mc_embed_signup{
	padding: 0px;
	margin-top: 30px;
	text-align: center;
}
.site-footer #mc_embed_signup .title{
	margin-bottom: 10px;
	font-weight: 600;
}
.site-footer #mc_embed_signup input[type="email"]{
	background-color: #fff;
    border-radius: 0px;
    appearance: none;
    -webkit-appearance: none;
    width: calc(100% - 60px);
    color: #302F2F;
    height: 40px;
    line-height: 30px;
    padding: 5px 10px;
    float: left;
    border-radius: 3px 0px 0px 3px;
    border: 1px solid #ccc;
    box-shadow: none;
    
}
.site-footer #mc_embed_signup input[type="submit"]{
	width: 60px;
	height: 40px;
	padding: 0px !important;
	border-radius: 0px 3px 3px 0px;
	float: left;
	box-shadow: none;
}
.site-footer #mc_embed_signup input[type="submit"]:hover{
	background-color: #302F2F;
	color: #fff;
	opacity: 0.6;
}
#mc_embed_signup #mce-success-response{
    padding: 5px 10px;
    background-color: transparent;
    margin: 0px;
    font-weight: bold;
    margin-top: 10px;
    position: fixed;
    bottom: 0px;
    z-index: 9;
    width: 100%;
    left: 0px;
    background-color: #84b978;
    padding: 20px;
    color: #fff;
}
#mc_embed_signup .mc-field-group div.mce_inline_error{
    padding: 5px 10px;
    background-color: transparent;
    font-weight: bold;
    z-index: 1;
    color: #6B0505;
    margin: 0px;
    margin-top: 10px;	
}

/*
--------------------------------------------------------------------------------------------- 
FIXES 
---------------------------------------------------------------------------------------------
*/
.page-template-page-nosotros #transparencia .middle-width-image.right{
	background-position: left top;
}

.page-id-40 #section-7 .middle-width-image.right{
	background-position: left top;
}



/*
--------------------------------------------------------------------------------------------- 
MEDIAQUERIES 
---------------------------------------------------------------------------------------------
*/
@media (max-width: 1200px) {

}
@media (max-width: 991px) {
	
	.middle-width-image{
		min-height: 50vw;
		float: none !important;
	    width: 100vw !important;
	    left: 50%;
	    position: relative;
	    margin-left: -50vw !important;
	}
	
	.padding_lg{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.padding_md{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.padding_sm{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.padding_xs{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.padding_bottom{
		padding-top: 0px !important;
	}
	.padding_top{
		padding-bottom: 0px !important;
	}
	
	
	.padding_hr_lg{
		padding-left: 70px;
		padding-right: 70px;	
	}
	.padding_hr_md{
		padding-left: 50px;
		padding-right: 50px;	
	}
	.padding_hr_sm{
		padding-left: 35px;
		padding-right: 35px;	
	}
	.padding_hr_xs{
		padding-left: 15px;
		padding-right: 15px;	
	}
	.site-footer{
		bottom: 66px;
	}
	body.page-template-page-videos .col-flex{
		width: 100%;
	}
	.site-header #menu-menu-movil .boton-carrito{
		position: absolute;
		right: 160px;
		z-index: 2;
	}
	.site-header #menu-menu-movil .boton-carrito span{
		top: 10px;
	}
}
@media (max-width: 768px){
	.magazine-ls .magazine .text_container{
		padding-left: 30px;
	}
}
@media (max-width: 767px){
	#latest-news .post .text_container .excerpt{
		display: none;
	}
}
@media (max-width: 630px){
	#slider .slide .centered-content{
		top: 40%;
		width: 90%;
	}
	.full-image .container .centered-content{
		width: 80%;
	}
	.full-image .container .centered-content .claim{
		font-size: 36px;
		font-size: 3.6rem;
		line-height: 1.4;
	}   
	.site-header #menu-menu-movil:before{
	    content: "";
	    opacity: 0;
	    position: absolute;
	    left: 0px;
	    top: 0px;
	    width: 100vw;
	    height: 100vh;
	    background-color: rgba(255, 255, 255, 0.8);
	    z-index: 0;
		transition: 300ms ease-in-out;
		transition-delay: 500ms;
	}
	.site-header #menu-menu-movil.open:before{
		opacity: 1;
	}
	.site-header #menu-menu-movil{
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3)
	}
	.site-header #menu-menu-movil > li > a{
		font-size: 14px;
		padding: 15px 0px;
		position: relative;
		z-index: 1;
	}
	.site-advice .closer{
		top: 10px;
		right: 10px;
	}
	#slider .button{
		right: 50%;
		transform: translateX(50%);
		bottom: 70px;
	}
	#slider .slide .centered-content .title{
		line-height: 1.2;
		font-size: 32px;
		font-size: 3.2rem;
	}
	.site-footer #menu-menu-footer,
	.site-footer #menu-menu-social{
		margin-bottom: 15px;
	}
	.site-footer #menu-menu-footer li{
		display: block;
		width: 100%;
		margin-left: 0px;
		margin-bottom: 5px;
	}
	.site-footer{
		margin-top: 50px;
	}
	.site-footer #menu-menu-footer li a{ 
		font-size: 14px;
		font-size: 1.4rem;
	}
	.full-image {
    	height: 40vw;
    	min-height: 349px;
    	max-height: 550px;
    }
    .editor-content__lg{
	    font-size: 18px;
	    font-size: 1.8rem;
    }
	.title1,
	.editor-content h1{
		font-size: 26px;
		font-size: 2.6rem;
		margin-bottom: 10px;
	}
	.height1{
		line-height: 44px;
		line-height: 4.4rem;
	}
	.title2,
	.editor-content h2{
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
	.height2{
		line-height: 40px;
		line-height: 4rem;
	}
	.title3,
	.editor-content h3{
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 10px;	
	}
	.height3{
		line-height: 39px;
		line-height: 3.9rem;
	}
	.title4,
	.editor-content h4{
		font-size: 20px;
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.height4{
		line-height: 36px;
		line-height: 3.6rem;
	}
	.title5,
	.editor-content h5{
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 10px;	
	}
	.height5{
		line-height: 28px;
		line-height: 2.8rem;
	}
	.title6,
	.editor-content h6{
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 10px;	
	}
	.height6{
		line-height: 24px;
		line-height: 2.4rem;
	}
	.editor-content p{
		margin-bottom: 10px;
	}
	
	.padding_lg{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.padding_md{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.padding_sm{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.padding_xs{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.padding_bottom{
		padding-top: 0px !important;
	}
	.padding_top{
		padding-bottom: 0px !important;
	}
	
	
	.padding_hr_lg{
		padding-left: 60px;
		padding-right: 60px;	
	}
	.padding_hr_md{
		padding-left: 40px;
		padding-right: 40px;	
	}
	.padding_hr_sm{
		padding-left: 30px;
		padding-right: 30px;	
	}
	.padding_hr_xs{
		padding-left: 10px;
		padding-right: 10px;	
	}
}
@media (max-width: 430px){ 
	#social-fixed{
		display: none;
	}
	.full-image .container .centered-content{
		width: 90%;
	}
	.full-image .container .centered-content .claim{
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1.4;
	}   
    .editor-content__lg{
	    font-size: 16px;
	    font-size: 1.6rem;
    }
   	.title1,
	.editor-content h1{
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
	.title2,
	.editor-content h2{
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	.title3,
	.editor-content h3{
		font-size: 20px;
		font-size: 2rem;
		margin-bottom: 10px;	
	}
	.title4,
	.editor-content h4{
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.title5,
	.editor-content h5{
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 10px;	
	}
	.title6,
	.editor-content h6{
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 10px;	
	}

	.padding_lg{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.padding_md{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.page-template-page-nosotros #donde-estamos{
		padding-bottom: 0;
	}
	.page-template-page-nosotros .site-footer{
		margin-top: 0;
	}
	.padding_sm{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.padding_xs{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.padding_bottom{
		padding-top: 0px !important;
	}
	.padding_top{
		padding-bottom: 0px !important;
	}
	
	
	.padding_hr_lg{
		padding-left: 30px;
		padding-right: 30px;	
	}
	.padding_hr_md{
		padding-left: 30px;
		padding-right: 30px;	
	}
	.padding_hr_sm{
		padding-left: 20px;
		padding-right: 20px;	
	}
	.padding_hr_xs{
		padding-left: 10px;
		padding-right: 10px;	
	}
	#menu-item-64{
		display: block;
	}
	.site-bottombar{
		position: initial;
	    bottom: 0;
	    left: 0;
	    transform: initial;
	    width: 100%;
	}
	.site-footer{
		bottom: 0;
	}
		
}


