@import "css/animate.css";

/*
root: 
	Color Insitucional: 
	Tipografia Institucional:
	Color Tipografia Sitio:
	Tipografia Botonera:
	Color Fondo Botonera:
	Color Resaltado Botonera:
	Alto Logo Top:

*/

BODY {
	/* font: 300 15px/28px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 28px;
	font-weight: 300;
	/* text-transform: uppercase; */
	color: #000000;
	background: #FFFFFF;
}

A[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
A {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
A:hover {
	color: #1867AD;
}
IMG {
	max-width: 100%;
}
* {
	-webkit-text-size-adjust: none;
}


#content H2 {
	text-align: center;
	/* font: 900 60px/106px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 60px;
	line-height: 106px;
	font-weight: 900;
	color: #FFFFFF;
	/* text-transform: uppercase; */
	letter-spacing: -0.04em;
}
#content H2 .thin {
	font-weight: 100;
}
#content H2 .cmini {
	/* font: 600 14px/44px "Museo Light", Helvetica, Arial, sans-serif !important; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 14px !important;
	line-height: 44px !important;
	font-weight: 600 !important;
	letter-spacing: 0.15em !important;
	margin: 0 0 15px !important;
	text-transform: none !important;
}
@media (max-width:767px) {
    #content H2 {
		font-size: 45px;
		line-height: 70px;
	}
}
@media (max-width:479px) {
    #content H2 {
		font-size: 30px;
		line-height: 35px;
	}
}

H3 {
	/* font: 700 35px/35px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
}

@media (max-width:979px) {
    H3 {
		font-size: 28px;
		line-height: 28px;
	}
}

H4 {
	/* font: 300 15px/28px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 28px;
	font-weight: 300;
	color: #FFFFFF;
	text-transform: uppercase;
}
H4 STRONG {
	font-weight: 900;
}
H5 {
	/* font: 900 100px/106px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 100px;
	line-height: 106px;
	font-weight: 900;
	color: #FFFFFF;
	letter-spacing: -0.04em;
}
H5 .thin {
	font-weight: 100;
}
@media (max-width:1199px) {
    H5 {
		font-size: 60px;
		line-height: 60px;
	}
}
@media (max-width:979px) {
    H5 {
		font-size: 45px;
		line-height: 45px;
	}
}
@media (max-width:479px) {
    H5 {
		font-size: 35px;
		line-height: 35px;
	}
}

H6 {
	/* font: 900 120px/146px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 120px;
	line-height: 146px;
	font-weight: 900;
	color: #1867AD;
	text-transform: uppercase;
	letter-spacing: -0.04em;
}

@media (max-width:1199px) {
    H6 {
		font-size: 70px;
		line-height: 70px;
	}
}
@media (max-width:767px) {
    H6 {
		font-size: 35px;
		line-height: 35px;
	}
}
@media (max-width:479px) {
	H6 {
		font-size: 18px;
		line-height: 18px;
	}
}
H6 .thin {
	font-weight: 100;
	color: #FFFFFF;
}

.btn-default {
	/* font: 700 18px/20px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	color: #FFFFFF;
}
.btn-big {
	display: inline-block;
	background: #1867AD;
	color: #FFFFFF;
	text-transform: uppercase;
	/* font: 700 24px/28px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: 700;
	padding: 26px 50px 26px 52px;
}
.btn-big:hover {
	color: #FFFFFF;
	background: #ea4f52;
}
.btn-big.__inset1 {
	background: #4c4e50;
}
.btn-big.__inset1:hover {
	background: #85888a;
}
@media (max-width:479px) {
    .btn-big {
		font-size: 18px;
		line-height: 18px;
		padding: 5px 15px;
	}
}
.btn-bordered {
	/* font: 700 20px/20px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size:20px;
	line-height: 20px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	border: 1px solid #FFFFFF;
	padding: 20px 44px 24px;
}
.btn-bordered:hover {
	background: #FFFFFF;
	color: #4c4e50;
}
.__display-none {
	display: none;
}
.__display-inline {
	display: inline;
}
.__hover-color {
	color: #1867AD;
}
.__upper {
	text-transform: uppercase;
}
.__normal {
	font-weight: 400;
}
.__relative {
	position: relative;
}
#header {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
@media (max-width:979px) {
    #header {
		text-align: center;
	}
}
#header #stuck_container {
	/* background: url('img/background3.png') no-repeat center; */
	background-color: #FFFFFF;
	border-style: cover;
}
@media (max-width:979px) {
    #header #stuck_container {
		/* background: #4c4e50; */
	}
}
#header #stuck_container {
	padding: 5px 0 9px;
}
@media (max-width:979px) {
    #header #stuck_container {
		padding-bottom: 20px;
	}
}
#header.main {
	border-bottom: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 300;
}
#header.main #stuck_container {
	background-color: #FFFFFF;
	/* background: url('img/background0.png') repeat; */
}
@media (max-width:979px) {
    #header.main {
		position: relative;
	}
}
#content H1 {
	float: left;
	display: inline-block;
	/* font: 900 50px/56px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 50px;
	line-height: 56px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.04em;
}
@media (max-width:979px) {
    #content H1 {
		float: none;
	}
}
#content H1 .main {
	color: #1867AD;
}
#content H1 .secondary {
	font-weight: 100;
	color: #FFFFFF;
}
#content H1 .third {
	font-size: 0.4em;
	color: #FFFFFF;
}
nav {
	font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
	float: right;
	margin-top: 18px;
}
@media (max-width:979px) {
    nav {
		float: none;
		display: inline-block;
	}
}
.sf-menu>LI {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	position: relative;
	text-align: center;
}
.sf-menu>LI+LI {
	margin-left: 29px;
}
.sf-menu>LI>.sf-with-ul:after {
	font-family: "FontAwesome";
	font-size: 22px;
	position: absolute;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	cursor: default;
	content: "\f107";
	color: #1867AD;
	bottom: -18px;
	left: 50%;
	margin-left: -7px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sf-menu>LI>A {
	text-transform: uppercase;
	font: 400 21px/21px "Open Sans Light", Helvetica, Arial, sans-serif;
	display: inline-block;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #1867AD;
}
.sf-menu>LI>A:hover {
	color: #000000;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sf-menu>LI>A:active {
	background: transparent;
	color: #1867AD;
}
.sf-menu .sfHover>A:after {
	color: #1867AD;
}
.sf-menu>li.current>A {
	color: #1867AD;
}
.sf-menu>li.current>.sf-with-ul:after {
	color: Color_Institucioal;
}
.sf-menu>li.sfHover>A {
	color: #1867AD;
}
.sf-menu A {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sf-menu A:hover {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sf-menu UL {
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 222px;
	font: 400 13px/13px "Open Sans Light", Helvetica, Arial, sans-serif;
	position: absolute;
	top: 47px;
	left: 50%;
	margin-left: -111px;
	/* background: url('img/background0.png') repeat; */
	
	background: rgba(65,65,65,0.5);
	
	text-align: left;
	padding: 15px 0 30px 0;
	z-index: 2;
}

.sf-menu UL LI {
	padding-left: 32px;
	line-height: 39px;
	position: relative;
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #1867AD;
}
.sf-menu UL LI:hover {
	background: #1867AD;
}
.sf-menu UL LI:hover A {
	color: #FFFFFF;
}
.sf-menu UL LI.first-child:before {
	display: none;
}
.sf-menu UL LI>.sf-with-ul:after {
	font-family: "FontAwesome";
	font-size: 22px;
	position: absolute;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	cursor: default;
	content: "\f105";
	color: #FFFFFF;
	top: 0;
	right: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sf-menu UL LI A {
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
}
.sf-menu UL>.sfHover>A:after {
	color: #FFFFFF;
}
.sf-menu UL LI.sfHover>A {
	color: #FFFFFF;
}
.sf-menu UL UL {
	position: absolute;
	top: -15px;
	left: 227px;
	margin-left: 0;
	/* background: url('img/background0.png') repeat; */

	background: rgba(65,65,65,0.25);

	z-index: 4;
}
@media only screen and (max-width:767px) {
    .sf-menu {
		display: none;
	}
    nav {
		width: 100%;
		float: none;
	}
    .select-menu {
		border-radius: none;
		display: block;
		text-transform: capitalize;
		float: none;
		color: #1867AD;
		width: 100%;
		background: #FFFFFF;
		/* font: 22px/28px "Museo Light", Helvetica, Arial, sans-serif; */
		font-family: "Museo Light", Helvetica, Arial, sans-serif;
		font-size: 22px;
		line-height: 28px;
		font-weight: normal;
		text-align: left;
		border: 1px solid #c1c1c1;
		padding: 2px 0;
		position: relative;
	}
    .select-menu option {
		text-align: left;
		position: relative;
	}
}
.isStuck {
	z-index: 999;
	position: fixed;
	-webkit-box-shadow: 0 0 4px 0 #000000;
	box-shadow: 0 0 4px 0 #000000;
}
@media only screen and (max-width:979px) {
    .isStuck {
		display: none !important;
	}
}
#content.common {
	text-transform: none;
}

.post1 {
	margin-bottom: 101px;
}
@media (max-width:767px) {
    .post1 {
		margin-bottom: 50px;
	}
}
.post1 H3 {
	margin-bottom: 7px;
}
.post1 .label {
	margin-top: -11px;
	display: inline-block;
	background: #1867AD;
	text-align: center;
	width: 140px;
	height: 140px;
}
@media (max-width:767px) {
    .post1 .label {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width:1199px) {
    .post1 .label {
		width: 108px;
		height: 108px;
	}
}
.post1 .label I {
	font-size: 65px;
	line-height: 140px;
	color: #FFFFFF;
}
@media (max-width:1199px) {
    .post1 .label I {
		font-size: 40px;
		line-height: 108px;
	}
}
.post1.__left {
	text-align: right;
}
.post1.__left .wrapper {
	text-align: left;
}
@media (max-width:767px) {
    .post1.__left {
		text-align: left;
	}
    .post1.__left .wrapper {
		display: none;
	}
}
.post1.__right {
	text-align: left;
}
.post1.__right .wrapper {
	text-align: right;
}
@media (max-width:767px) {
    .post1.__right {
		text-align: left;
	}
    .post1.__right .wrapper {
		display: none;
	}
}
.post2 {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
	padding: 10px;
	/* background: url('img/background2.png') repeat; */
	margin-bottom: 30px;
}
.post2:hover {
	/* background: url('img/background1.png') repeat; */
}
.post2 IMG {
	float: left;
	margin-right: 28px;
}
.post2 .wrapper {
	padding-top: 25px;
}
.post2 H3 {
	color: #FFFFFF;
	margin-bottom: 7px;
}
.post2 P {
	color: #FFFFFF;
	overflow: hidden;
}
@media (max-width:1199px) {
    .post2 P {
		padding: 10px;
	}
    .post2 H3 {
		padding: 10px;
	}
    .post2 IMG {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}
.post3 img {
	margin-top: 8px;
}
@media (max-width:767px) {
    .post3 IMG {
		margin-bottom: 20px;
	}
}
.post3 H4 {
	margin-bottom: 17px;
}
.post3 P {
	margin-bottom: 21px;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 21px;
}
.post3 .btn-big {
	margin-top: 14px;
}
.post4 {
	text-align: center;
}
@media (max-width:767px) {
    .post4 {
		margin-bottom: 50px;
	}
}
.post4 .label {
	font: 600 48px/94px "Open Sans", sans-serif;
	color: #FFFFFF;
	margin-bottom: 6px;
	display: inline-block;
	width: 98px;
	height: 98px;
	border-radius: 500px;
	text-align: center;
	border: 1px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.post4 H4 {
	margin-bottom: 7px;
}
.post4 H4 A:hover {
	color: #2c2d2e;
}
.post4 P {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 24px;
	padding: 0 12px;
}
.post5 H3 {
	margin-bottom: 14px;
}
.post5 P {
	margin-bottom: 28px;
}
.post6 {
	margin-bottom: 36px;
}
.post6 IMG {
	margin-top: 9px;
}
@media (max-width:767px) {
    .post6 IMG {
		margin-bottom: 20px;
	}
}
.post6 H4 {
	margin-bottom: 13px;
}
.post6 P {
	margin-bottom: 21px;
	color: #FFFFFF;
	line-height: 21px;
}
#filters {
	margin-top: 6px;
	margin-bottom: 54px;
}
@media (max-width:767px) {
    #filters {
		margin-bottom: 30px;
	}
}
#filters .button {
	display: inline-block;
	background: transparent;
	border: 2px solid #FFFFFF;
	padding: 17px 18px 18px;
	color: #FFFFFF;
	/* font: 700 18px/18px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	/* text-transform: uppercase; */
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width:979px) {
    #filters .button {
		padding: 17px 10px;
	}
}
@media (max-width:767px) {
    #filters .button {
		display: block;
		margin-top: 10px;
	}
}
#filters .button:hover {
	color: #FFFFFF;
	border-color: #1867AD;
}
#filters .button:active, #filters .button.is-checked {
	color: #FFFFFF;
	background: #1867AD;
	border-color: #1867AD;
	outline: none;
}
#filters .button.is-checked {
	color: #FFFFFF;
	background: #1867AD;
	border-color: #1867AD;
}
#filters .button:active {
	color: #FFFFFF;
	background: #1867AD;
	border-color: #1867AD;
}
#filters .button-group:after {
	content: '';
	display: block;
	clear: both;
}
#filters .button-group .button {
	float: left;
	border-radius: 0;
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 56px;
}
.filter-by {
	display: block;
	/* font: 16px/24px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 43px;
	margin-bottom: 5px;
}
.isotope .element-item {
	float: none;
	display: block;
	width: 88%;
}
.list1 {
	padding-right: 67px;
}
@media (max-width:1199px) {
    .list1 .price {
		float: right;
	}
}
@media (max-width:767px) {
    .list1 {
		margin-bottom: 30px;
	}
}
.list1 .wide {
	display: inline-block;
	min-width: 250px;
}
@media (max-width:1199px) {
    .list1 .wide { min-width: 0; margin-right: 10px; }
}
.list1 LI {
	position: relative;
}
.list1 LI+LI {
	margin-top: 21px;
}
.list1 li:after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: url('img/border1.png') repeat-x;
	bottom: -12px;
}
.list1 A {
	/* font: 300 15px/15px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: 300;
	color: #FFFFFF;
}
@media (max-width:479px) {
    .list1 A {
		font-size: 12px;
		line-height: 12px;
	}
}
.list1 A:hover {
	color: #1867AD;
}
.list1 .appointment {
	/* font: 700 14px/15px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
	color: #FFFFFF;
	float: right;
	/* text-transform: uppercase; */
}
@media (max-width:1199px) {
    .list1 .appointment {
		float: none;
		display: block;
	}
}

.list1 .appointment:hover {
	color: #1867AD;
}
.list1 LI {
	display: block;
	/* font: 400 14px/14px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #2c2d2e;
}
.post7 {
	margin-top: 4px;
	padding-right: 70px;
	margin-bottom: 47px;
}
@media (max-width:979px) {
    .post7 {
		padding-right: 0;
	}
}
.post7 .header {
	/* font: 300 18px/20px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	color: #050505;
	/* text-transform: uppercase; */
	display: block;
	margin-bottom: 1px;
}
.post7 .info {
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 7px;
}
.post7 .info time {
	/* font: 300 15px/20px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
	display: block;
	color: #FFFFFF;
}
.post7 .info time .divider {
	display: inline-block;
	margin: 0 10px;
}
.post7 .info:after {
	width: 100%;
	content: '';
	display: block;
	height: 2px;
	background: #696c6f;
	position: absolute;
	bottom: 0;
}
.post7 P {
	line-height: 24px;
	color: #FFFFFF;
}
.post7 .btn-default {
	margin-top: 10px;
}
.banner12 {
	background: #1867AD;
	padding: 98px 0 65px;
}
@media (max-width:767px) {
    .banner12 { padding-top: 40px; }
}
.banner12 H2 {
	margin-bottom: 12px;
}
.post8 {
	padding-left: 178px;
	position: relative;
	margin-bottom: 55px;
}
@media (max-width:979px) {
    .post8 {
		padding-left: 70px;
	}
}
.post8 .label {
	position: absolute;
	left: 0;
	top: 9px;
	width: 140px;
	height: 140px;
	background: #FFFFFF;
}
@media (max-width:979px) {
    .post8 .label {
		width: 50px;
		height: 50px;
	}
}
.post8 .label time {
	text-align: center;
	margin-top: 32px;
	display: block;
}
@media (max-width:979px) {
    .post8 .label time {
		margin-top: 5px;
	}
}
.post8 .label time .day {
	/* font: 300 36px/36px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: 300;
	color: #1867AD;
	display: block;
	text-align: center;
}
@media (max-width:979px) {
    .post8 .label time .day {
		font-size: 18px;
		line-height: 18px;
	}
}
.post8 .label time .month {
	/* font: 300 38px/36px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 38x;
	line-height: 36px;
	font-weight: 300;
	color: #1867AD;
	display: block;
	text-align: center;
	text-transform: uppercase;
}
@media (max-width:979px) {
    .post8 .label time .month {
		font-size: 19px;
		line-height: 18px;
	}
}
.post8 H4 {
	margin-bottom: 7px;
	padding-right: 73px;
}
@media (max-width:979px) {
    .post8 H4 {
		padding-right: 0;
	}
}
.post8 H4 A:hover {
	color: #2c2d2e;
}
.post8 P {
	line-height: 24px;
	color: #FFFFFF;
}
.banner13 {
	padding: 28px 0 117px;
}
.banner13 h2 {
	color: #2c2d2e !important;
	margin-bottom: 11px;
}
.post9 H4 {
	color: #2c2d2e;
	margin-bottom: 14px;
}
.post9 H4 A:hover {
	color: #1867AD;
}
.post9 P {
	margin-bottom: 20px;
	line-height: 21px;
}
.post9 .vimeo-video1 {
	margin-top: 10px;
}
@media (max-width:767px) {
    .post9 .vimeo-video1 {
		margin-top: 30px;
	}
}

.post10 {
	margin-bottom: 28px;
}	
.post10 .header {
	margin-bottom: 13px;
	/* font: 300 18px/29px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 29px;
	font-weight: 300;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
}
.post10 P {
	color: #FFFFFF;
	line-height: 21px;
	font-size: 14px;
}
.post10 .simple-link {
	color: #1867AD;
	margin-top: 17px;
	margin-bottom: -5px;
}
.post10 .simple-link:hover {
	color: #FFFFFF;
}
.socials1 LI {
	display: inline-block;
	margin-bottom: 10px;
}
.socials1 LI+LI {
	margin-left: 18px;
}
.socials1 LI A I {
	color: #FFFFFF;
	background: #4c4e50;
	text-align: center;
	font-size: 41px;
	display: block;
	width: 70px;
	height: 70px;
	line-height: 72px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.socials1 li a i:hover {
	background: #1867AD;
	color: #FFFFFF;
}
.socials1 li.facebookli a i:hover {
	background: #3b5998;
}
.socials1 li.twitterli a i:hover {
	background: #17bf63;
}
.socials1 li.googleli a i:hover {
	background: #db4437;
}
.vimeo-video1 iframe {
	width: 100%; height: 360px;
}
@media (max-width:1199px) {
    .vimeo-video1 iframe {
		height: 290.52631578947364px;
	}
}
@media (max-width:979px) {
    .vimeo-video1 iframe {
		height: 229.89473684210526px;
	}
}
@media (max-width:767px) {
    .vimeo-video1 iframe {
		height: 265.2631578947368px;
	}
}
@media (max-width:479px) {
    .vimeo-video1 iframe {
		height: 170.52631578947367px;
	}
}
.google-map_contacts {
	margin-top: 30px;
}
.google-map_contacts iframe {
	width: 100%;
	height: 434px;
}
@media (max-width:767px) {
    .google-map_contacts iframe {
		height: 200px;
	}
}
.address-block {
	margin-top: 26px;
}
@media (max-width:767px) {
    .address-block {
		margin-bottom: 50px;
	}
}
.address-block address {
	margin-bottom: 3px;
	/* font: 300 15px/22px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: 300;
	color: #FFFFFF;
}
.address-block .our-location {
	display: block;
	margin-bottom: 13px;
	/* font: 300 12px/12px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: 300;
	color: #999;
	text-transform: uppercase;
	text-align: right;
}
.address-block .our-address {
	display: block;
	margin-bottom: 13px;
	/* font: 300 24px/24px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	color: #FFFFFF;
	text-transform: uppercase;
}
.address-block .numbers {
	display: inline-block;
	min-width: 75px;
}
.simple-link {
	display: inline-block;
	text-decoration: underline;
}

/* pie */
#footer {
	padding: 93px 0;
	background-color: #111111;
	background: url('img/footer.jpg') no-repeat center;
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
}
#footer.main {
	padding-top: 122px;
}
#footer H5 {
	margin-bottom: 52px;
}
#footer .phones {
	display: inline-block;
	padding-left: 109px;
	/* font: 700 35px/55px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 35px;
	line-height: 55px;
	font-weight: 700;
	color: #FFFFFF;
	margin-top: 14px;
	margin-bottom: 35px;
	position: relative;
}
@media (max-width:479px) {
    #footer .phones {
		padding-left: 50px;
		font-size: 18px;
		line-height: 30px;
	}
}
#footer .phones span {
	display: block;
}
#footer .phones:before {
	font-family: "FontAwesome";
	font-size: 105px;
	position: absolute;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	cursor: default;
	line-height: 55px;
	color: #1867AD;
	left: 0;
	top: 34px;
	content: '\f095';
}
@media (max-width:479px) {
    #footer .phones:before {
		font-size: 40px;
		top: 4px;
	}
}
#footer .privacy-block {
	margin-top: 50px;
	font-size: 11px;
}

/* flecha ir inicio */
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	color: #2c2d2e;
	width: 40px;
	height: 43px;
	font-size: 43px;
	line-height: 38px;
	z-index: 20;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
#toTop:hover {
	outline: none;
	color: #ea6966;
}
@media only screen and (max-width:1199px) {
    #toTop {
		display: none !important;
	}
}



div.logorm {
	float: left;
	display: inline-block;
	/* font: 900 50px/56px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 50px;
	line-height: 56px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.04em;
}
#pcontent {
	display: block;
	#margin-top: 83px;
	color: #FFFFFF;
	background-color: black;
	float: left;
	padding: 20px;
}
#pcontent H1 {
	font-size: 2em !important;
	margin-bottom: 10px !important;
	font-weight: bold !important;
	float: left;
}
#pcontent H1 .main {
	color: #1867AD;
}
#pcontent H1 .secondary {
	font-weight: 100;
	color: #FFFFFF;
}
#pcontent H2 {
	font-size: 0.7em;
	float: left;
}
#logo {
	height: 60px;
}
@media (max-width:1199px) {
    #pcontent {
		margin-top: 0px;
	}
}
@media (max-width:979px) {
    #pcontent {
		margin-top: 0px;
	}
}
@media (max-width:767px) {
    #pcontent {
		margin-top: 0px;
	}
}
@media (max-width:479px) {
    #pcontent {
		margin-top: 0px;
	}
}
#content H1.cntr {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
.post2.bigpicture IMG {
	width: 96%;
	padding: 2%;
}
.post2.bigpicture div.wrapper {
	padding: 15px;
}
.row.videocontainer > div > H2 {
	color: red !important;
}
.thinmini {
	font-size: 0.6em;
}

#calculator-form label {
	position: relative;
	display: inline-block;
	width: 380px;
	height: 41px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	margin-bottom: 6px;
}
LI.element-item span { }
LI.element-item span.wide {
	color: #FFFFFF;
}
LI.element-item span.price {
	color: red;
	float: right;
	display: block;
	padding: 5px 0 0 0;
	font-weight: bold;
}
.responsedata {
	margin-top: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 13px;
	border: 1px solid #FFFFFF;
}
P.footerp {
	/* font: 300 15px/28px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 28px;
	font-weight: 300;
	color: #FFFFFF;
	text-transform: uppercase;
}
#calculator p {
	text-align: center;
	font-size: 1.5em;
	color: #FFFFFF;
	padding: 12px;
}
#calculator p span {
	color: red;
	font-weight: bold;
	font-size: 2em;
	margin-left: 16px;
}
#calculator p.calcerror {
	font-size: 0.8 em;
}
#calculator p.calcerror span {
	font-size: 0.9em;
}
.bannerfooter {
	padding: 25px 0 47px;
	background: url('img/footer.jpg') no-repeat center 0;
	background-size: cover;
}
.bannerfooter H2 {
	text-align: left;
	margin-bottom: 1px;
}
.bannerfooter P {
	/* font: 300 15px/28px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 28px;
	font-weight: 300;
	color: #FFFFFF;
	text-transform: uppercase;
}
@media (max-width:479px) {
    #calculator P span {
		float: left;
		font-size: 1.5em;
		margin: 11px 5px;
	}
}
.plinks ul {
	list-style: none;
	padding: 0 30px !important;
}
.plinks div {
	background: url('img/background0.png') repeat;
	color: #999;
	font-size: 0.8em;
	font-weight: bold;
}
.plinks div UL LI {
	float: right;
	position: relative;
	text-align: center;
	padding: 0 10px;
}
.plinks {
	margin-top: 83px;
}
@media (max-width:479px) {
    .plinks {
		margin-top: 0px;
	}
}
@media (max-width:767px) {
    .plinks {
		margin-top: 0px;
	}
}
@media (max-width:979px) {
	.plinks {
		margin-top: 0px;
	}
}
@media (max-width:1199px) {
    .plinks {
		margin-top: 0px;
	}
}

#pbreadcrumbs {
	margin-top: 0px;
}

#pbreadcrumbs.plinks div UL LI {
	float: left;
	border-left: 2px dotted #999;
	margin: 3px 0px;
}

#pbreadcrumbs.plinks div ul li.lastel {
	color: red;
}
.caption h1.slidersrc {
	margin-bottom: 38px;
	/* font: 900 120px/146px "Museo Light", Helvetica, Arial, sans-serif !important; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 120px !important;
	line-height: 146px !important;
	font-weight: 900 !important;
	color: #1867AD;
	text-transform: uppercase;
	letter-spacing: -0.04em;
	float: none !important;
}
.caption h1.slidersrc .thin {
	font-weight: 100;
	color: #FFFFFF;
}
.caption.__inset1 h1.slidersrc {
	color: #FFFFFF;
}
.caption h2.slidersrc {
	margin-bottom: 38px;
	/* font: 300 15px/28px "Museo Light", Helvetica, Arial, sans-serif !important; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 15px !important;
	line-height: 28px !important;
	font-weight: 300;
}
.thinstr {
	/* font: 300 15px/28px "Museo Light", Helvetica, Arial, sans-serif !important; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 15px !important;
	line-height: 28px !important;
	font-weight: 300;
	font-size: 0.7em;
	float: left;
	text-align: center !important;
	width: 100%;
}

.footerlinks {
	display: inline-block;
	font-size: 0.85em;
}
.footerlinks li {
	float: left;
	padding: 0 10px;
}
.wrapper.cleanbg {
	background: transparent none repeat scroll 0 0 !important;
}
@media (max-width:479px) {
    ul.ps-list li span {
		display: none !important;
	}
}
@media (max-width:767px) {
    ul.ps-list li span {
		display: none !important;
	}
}
@media (max-width:979px) {
    ul.ps-list li span {
		display: none !important;
	}
}



/* ESTILOS PERSONALIZADOS */

.wow {
	/* estilo usado en ww.js */
}
.banner {
	background-color: #4c4e50; /* color por defecto */
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	text-align: center;
	color: #FFFFFF;
	/* padding: 110px 0 130px; */
}
.banner H5 {
	margin-bottom: 40px; 
}

@media (max-width:1199px) {
    .banner .wrapper {
		padding: 20px 0 50px;
	}
}
.banner .wrapper H2 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 1em;
	line-height: 1em;
}

.banner .btn-big {
	margin-top: 53px;
}
.banner .left {
	float: left;
	width: 50%;
	min-height: 460px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}
.banner .left25 {
	float: left;
	width: 25%;
	min-height: 460px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}
.banner .left75 {
	float: left;
	width: 75%;
	min-height: 460px;
}
@media (max-width:840px) {
    .banner .left {
		min-height: 440px;
	}
}
@media (max-width:767px) {
    .banner .left {
		float: none;
		width: 100%;
		min-height: 200px;
	}
    .banner .left75 {
		float: none;
		width: 100%;
		min-height: 200px;
	}
	.banner .left25 {
		display: none;
	}
}
.banner .right {
	float: left;
	width: 50%;
	min-height: 460px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}
.banner .right25 {
	float: left;
	width: 25%;
	min-height: 460px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}
.banner .right75 {
	float: left;
	width: 75%;
	min-height: 460px;
}
@media (max-width:840px) {
    .banner .right {
		min-height: 440px;
	}
}
@media (max-width:767px) {
    .banner .right {
		float: none;
		width: 100%;
		min-height: 200px;
	}
    .banner .right75 {
		float: none;
		width: 100%;
		min-height: 200px;
	}
	.banner .right25 {
		display: none;
	}
}

@media only screen and (min-width:767px) {
    .banner {
		display: flex;
	}

}
.banner H3 {
	margin-bottom: 17px;
}
.banner .cite {
	position: relative;
}
.banner .cite:before {
	font-family: "FontAwesome"; 
	font-size: 113px;
	position: absolute;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	cursor: default;
	color: #1867AD;
	content: '\f10d';
	line-height: 90px;
	top: -117px;
	left: 50%;
	margin-left: -52.5px;
}
.banner H2 {
	text-align: left;
	margin-bottom: 1px;
}
.banner A {
	display: inline-block;
	margin-top: 62px;
}
.banner A:hover I {
	color: #2c2d2e;
}
.banner A I {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.5);
	display: block;
	font-size: 72px;
	line-height: 64px;
}
.titulo_pequenio {
	width: 100%;
	text-align: center;
	font-size: 2.5em !important;
	margin-bottom: 10px;
}


.banner_contacto {
	background: #1867AD; /* #4c4e50; */
	padding: 98px 0 102px;
}
@media (max-width:767px) {
	.banner_contacto {
		padding-top: 40px;
	}
}
.banner_contacto H2 {
	margin-bottom: 22px;
}
.banner_contacto .button {
	text-align: center;
}


.btn-big {
	display: inline-block;
	background: #1867AD;
	color: #FFFFFF;
	text-transform: uppercase;
	/* font: 700 24px/28px "Museo Light", Helvetica, Arial, sans-serif; */
	font-family: "Museo Light", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	padding: 26px 50px 26px 52px;
}
.btn-big:hover {
	color: #FFFFFF;
	background: #ea4f52;
}
@media (max-width:479px) {
    .btn-big {
		font-size: 18px;
		line-height: 18px;
		padding: 15px 25px;
	}
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}


/* PIE UNION EUROPEA */
#union-europea {
	clear: both;
	background-color: #FFFFFF;
	display: block;
}
.union-europea-caja {
	width: 96%;
	max-width: 1200px;
	margin: 20px;
}
.union-europea-logo {
	height: 65px !important;
	width: 76px !important;
	border: 0;
}
.union-europea-txt {
	padding-left: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #202020;
	text-decoration: none;
}



