/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://localhost/eoliennes/wp-content/themes/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       Alejandro Rodríguez Solís
 Author URI:   http://example.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

@font-face {
    font-family: Montserrat;
    src: url("fonts/Montserrat-Medium.ttf");
    font-weight: 400;
	font-style: normal;
}
@font-face {
    font-family: Montserrat;
    src: url("fonts/Montserrat-SemiBold.ttf");
    font-weight: 700;
	font-style: normal;
}
@font-face {
    font-family: Montserrat;
    src: url("fonts/Montserrat-Bold.ttf");
    font-weight: 900;
	font-style: normal;
}
@font-face {
    font-family: Montserrat;
    src: url("fonts/Montserrat-Light.ttf");
    font-weight: 100;
	font-style: normal;
}
@font-face {
    font-family: Montserrat;
    src: url("fonts/Montserrat-Italic.ttf");
    font-weight: 400;
	font-style: italic;
}
@font-face {
    font-family: Montserrat;
    src: url("fonts/Montserrat-SemiBoldItalic.ttf");
    font-weight: 700;
	font-style: italic;
}
@font-face {
    font-family: Montserrat;
    src: url("fonts/Montserrat-BoldItalic.ttf");
    font-weight: 900;
	font-style: italic;
}
@font-face {
    font-family: Montserrat;
    src: url("fonts/Montserrat-LightItalic.ttf");
    font-weight: 100;
	font-style: italic;
}

html {
	width: 100%;
	height: 100%;
}
body {
	font-family: Montserrat, sans-serif;
	font-weight: 100;
	width: 100%;
	height: 100%;
}
.site-header {
    /*padding: 2%;*/
}
.pagecontainer {
	overflow: hidden;
	width: 1150px;
	max-width: 100%;
	margin: 0 auto;
	background-color: white;
}
.site-content {
	/*width: 100%;*/
	margin-left: 0;
}
.site-main {
	padding-top: 0;
}
.site-footer {
	background-color: #f1f1f1;
	box-shadow: none;
}
.site-info {
	text-align: center;
}
.hentry {
	padding-top: 0;
	margin-left: 0;
	margin-right: 0;
	box-shadow: none;
}
.entry-title, .page-title {
	/*display: none;*/
	color: #2E59A3;
	font-size: 1.75em;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 400;
	font-family: inherit;
}
.entry-title > a {
	color: #2997CE;
}
.entry-content > h2 {
	color: #2E59A3;
	font-weight: 400;
	font-size: 1.25em;
}
.entry-content > p, .entry-content > ul > li {
	font-size: 0.9em;
	text-align: justify;
}
.widget-title {
	display: none;
}
#top-menu-1 {
	margin-bottom: 0;
	display: block;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	width: 1150px;
	max-width: 100%;
}
#top-menu-1 > li > a {
	color: white;
	white-space: nowrap;
	font-size: 0.8em;
	display: block;
	padding: 4px 0 4px 0;
}
#top-menu-1 > li {
	display: block;
	min-width: 160px;
	float: left;
}
.nav {
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(95,95,95,0.75);
}

.menu > .menu-item, .nav-menu > .menu-item {
	background-color: #EDEDED;
	margin-bottom: 7px;
	padding: 0 !important;
	border-top: 0;
}
.menu > .menu-item > a, .nav-menu > .menu-item > a {
	font-weight: 700;
	padding: 4px 10px 4px 10px;
	display: block;
	position: relative;
	font-size: 1.2em;
}
.menu > .menu-item > a:before, .nav-menu > .menu-item > a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 0 12px;
	border-color: transparent transparent transparent #2997ce;
	left: 0;
	bottom: 0;
	position: absolute;
}
.menu > .menu-item.current-menu-item > a, .nav-menu > .menu-item.current-menu-item > a, .nav-menu > .current-menu-ancestor > a {
	color: white;
	background-color: #2997CE;
}
ul.sub-menu > .menu-item.current-menu-item {
	background-color: transparent;
}
ul.sub-menu > .menu-item.current-menu-item > a {
	color: #2997CE;
}
.dropdown-toggle {
	height: 36px;
	top: 0;
	width: 100%;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
	background-color: transparent;
	outline: none;
}
.dropdown-toggle:after {
	position: absolute;
	right: 0;
	left: initial;
}
.multimedialink {
	padding: 0 !important;
	width: 194px;
	max-width: 100%;
}
.multimedialink:focus {
	outline: none;
}
.multimedialink.first {
	margin-top: 11px;
	margin-bottom: 17px;
}
.multimedialink > div {
	position: absolute;
	bottom: 0;
	color: #E9E9E9;
	background-color: rgba(128,128,128,0.4);
	width: 194px;
	max-width: 100%;
	font-size: 1.75em;
	padding: 3px 0 3px 8px;
}
.phvicontainer {
	border-bottom: 1px solid #2997CE;
}
a.bluelink {
	color: #2997CE;
	padding: 1px 8px 1px 8px;
	vertical-align: bottom;
	display: table-cell;
}
.multicontainer li {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.multicontainer li br {
	display: none;
}
.multicontainer li a {
	/*color: orange;*/
	color: transparent;
	font-size: 0.6667em;
}

.header {
	/*background-image: url("../../uploads/2017/01/p2.jpg");
	background-repeat: no-repeat;
	background-position: center 25%;
	background-size: cover;
	min-height: 340px;
	text-align: center;
	position: relative;
	max-width: 100%;
	padding-top: 30px;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;*/
	/*IE y Firefox no soportan esta transición.*/
	min-height: 340px;
	position: relative;
}
.imgheader {
	background-repeat: no-repeat;
	background-position: center 28%;
	background-size: cover;
	/*min-height: 0;
	height: 0;*/
	text-align: center;
	position: absolute;
	z-index: -1;
	max-width: 100%;
	width: 100%;
	min-height: 340px;
	padding-top: 30px;
	opacity: 0;
	-moz-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
	/*IE y Firefox no soportan esta transición.*/
}
.imgheader.imgfocus {
	opacity: 1;
}
#imgf0 {
	background-image: url("../../uploads/2017/01/p2.jpg");
}
#imgf1 {
	background-image: url("../../uploads/2017/03/CF014311.jpg");
}
#imgf2 {
	background-image: url("../../uploads/2017/03/CF014381.jpg");
}
#imgf3 {
	background-image: url("../../uploads/2017/03/CF014420.jpg");
}
#imgf4 {
	background-image: url("../../uploads/2017/03/CF014779.jpg");
}
#imgf5 {
	background-image: url("../../uploads/2017/03/CF014901.jpg");
}
#imgf6 {
	background-image: url("../../uploads/2017/03/CF014927.jpg");
}
#imgf7 {
	background-image: url("../../uploads/2017/03/CF014939.jpg");
}
/*.header:hover {
	background-image: url("../../uploads/2017/01/header_image1_notitle.jpg");
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}*/
.header > .headerlogo {
	margin: 0 auto;
	width: 400px;
	max-width: 100%;
	display: block;
	outline: none;
}
.page-header, .page-content, .pagination {
	border: 0;
	box-shadow: none;
	margin: 0 !important;
	padding: 30px;
}
.page-content {
	padding-top: 0;
}
.post-thumbnail {
	padding-left: 30px;
	padding-right: 30px;
}
article.page {
	margin-top: 0 !important;
}
.entry-content ul:not(.simple-links-list) {
	padding-left: 30px;
}

.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a {
	border-bottom: 0;
}

.multicontainer p {
	display: none;
}

#photos, #videos {
	display: none;
	margin-left: 0;
}
#photos:target, #videos:target {
	display: block;
}
#videos > li > video {
	margin-bottom: 0;
	float: left;
	clear: both;
	width: 340px;
	max-width: 100%;
}
#videos > li > span {
	float: left;
	clear: both;
	display: block;
	color: orange;
	font-size: 0.6667em;
}

.caracleft {
	float: left;
	width: 70%;
	padding-right: 5px;
}
.caracright {
	float: left;
	width: 30%;
}
.left {
	float: left;
	width: 60%;
	clear: none;
}
.right {
	float: right;
	width: 40%;
	clear: none;
}

#modalclose {
	background-color: transparent;
	padding: 10px;
}
#modalname {
	vertical-align: middle;
}
.panel-body {
	position: relative;
}
#modalprevious, #modalnext {
	position: absolute;
	/*top: 0px;*/
	top: 43%;
	z-index: 99999;
	cursor: pointer;
	font-size: 30px;
	/*padding-right: 7px;
	padding-left: 7px;*/
	/*padding: 5px;*/
	width: 60px;
	height: 60px;
	border-radius: 8px;
	color: white;
	/*background-color: rgba(0,0,0,0.2);*/
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
}
#modalprevious {
	/*left: calc(50% - 80px);*/
	left: 15px;
	background-image: url("img/arrow0.png");
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#modalprevious:hover {
	/*background-image: url("img/arrow0b.png");*/
	opacity: 0.5;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#modalnext {
	/*right: calc(50% - 80px);*/
	right: 15px;
	background-image: url("img/arrow1.png");
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#modalnext:hover {
	/*background-image: url("img/arrow1b.png");*/
	opacity: 0.5;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#view_picture_1 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 99999;
}
.m_modal {
	margin: 35px auto 0 auto;
	display: inline-block;
	text-align: left;
	width: auto !important;
	float: initial !important;
}
.m_modal p {
	margin: 0;
}
.m_modal .row {
	line-height: 1;
}
.m_modal .panel-body {
	/*height: calc(100vh - 108px);*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	padding: 5px;
}
.complete_picture {
	max-height: calc(100vh - 115px);
	display: block;
	/*visibility: hidden;*/
	margin: 0 auto;
	/*width: 100%;*/
}

/*Links of interest.*/
.linkstable {
	position: relative;
	padding-left: 0 !important;
	margin-left: 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #f6f6f6 100%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%,#f6f6f6 100%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, #ffffff 0%,#f6f6f6 100%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
}
.linkstable > li {
	border-bottom: 1px dotted #C5C5C5;
	position: relative;
	list-style-type: none;
}
.linkstable > li:first-child {
	border-top: 1px dotted #C5C5C5;
}
.linkstable > li > a:after {
	content: "+";
	background-color: #97B422;
	color: white;
	width: 0px;
	height: 0px;
	padding: 0px 16.5px 24px 7.5px;
	line-height: 1.7;
	border-radius: 3px;
	text-align: center;
	position: absolute;
	right: 0;
}
.linkstable > li > a + ul {
	max-height: 0;
	overflow: hidden;
	margin-left: 30px;
	-moz-transition: max-height 0.4s;
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	transition: max-height 0.4s;
}
.linkstable > li > a + ul > li > a {
	color: #7A8122;
	font-size: 0.9em;
}
.linkstable > li > a:target:after {
	content: "-";
	background-color: #0BA2DB;
	padding: 0px 14.5px 24px 9.5px;
	line-height: 1.4;
}
.linkstable > li > a:target + ul {
	max-height: 2000px;
	-moz-transition: max-height 0.4s;
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	transition: max-height 0.4s;
}
.linkstable > li > a:target {
	color: #0BA2DB;
	text-decoration: underline;
}
.linkstable > li > a {
	outline: none;
	display: block;
	width: 100%;
	color: #7A8122;
	margin: 5px 0 5px 0;
	padding-left: 15px;
}
/*----------------------*/

/*Contact forms.*/
.contactform > h2 {
	color: #2E59A3;
	font-weight: 400;
	font-size: 1.6em;
	margin-top: 20px;
	margin-bottom: 10px;
}
.contactform > h3 {
	color: #2E59A3;
	font-weight: 400;
	font-size: 1.25em;
	margin-top: 20px;
	margin-bottom: 10px;
}
.contform input:not([type='time']), .contform .g-recaptcha, .contform textarea {
	margin-bottom: 15px;
}
.contform input, .contform .g-recaptcha, .contform textarea {
	outline: none;
}
.submitloading {
	margin-left: 20px;
}
.submitstatus {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.contactform {
	max-height: 0;
	overflow: hidden;
	-moz-transition: max-height 0.4s;
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	transition: max-height 0.4s;
}
.contactform:target {
	display: block;
	max-height: 3000px;
}
#timespan *:not(label), #timespan1 *:not(label) {
	display: none;
}
#type_pe:checked + #timespan *:not(label), #type_pr:checked + #timespan1 *:not(label) {
	display: inline;
}
#timespan > label, #timespan1 > label {
	margin-right: 15px;
}

.formchoice {
	border: 1px solid #2E59A3 !important;
    border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
    padding: 4px 10px;
	display: inline-block;
	font-size: 0.8em;
}
.formchoice:last-child {
	margin-right: 0;
}
.formchoice.activado {
	color: white;
	background-color: #2E59A3;
	font-weight: normal;
}

/*---------------------*/

.hidden {
	display: none;
}
.inline {
	display: inline;
}
.font-bold {
	font-weight: 700;
}
.font-bolder {
	font-weight: 900;
}
.font-italic {
	font-style: italic;
}

/*Inherit Open Sans font.*/
button, input, select, textarea  {
	font-family: inherit !important;
}

/*Disabled background of left part.*/
@media screen and (min-width: 59.6875em) {
	body:before {
		content: initial;
	}
	.sidebar {
		position: relative !important;
		margin-right: 0 !important;
		top: 0 !important;
	}
	.main-navigation {
		margin-left: 30px;
		margin-right: 8px;
	}
	.entry-content, .entry-summary {
		padding: 0px 30px 30px 30px;
	}
	.entry-header {
		padding: 30px 10%;
	}
	.site {
		width: 100%;
		max-width: 100%;
	}
	.site-header {
		margin: 35px 0;
	}
	.site-footer {
		width: 1150px;
		max-width: 100%;
		margin: 0 auto;
		float: initial;
	}
}
@media screen and (max-width: 59.6874em) {
	.site-header {
		padding: 2%;
	}
}
@media screen and (min-width: 38.75em) {
	.entry-header {
		padding: 30px;
	}
	.entry-content, .entry-summary {
		padding: 0px 30px 30px 30px;
	}
	.main-navigation ul {
		border-top: 0;
		border-bottom: 0;
	}
	.site-footer {
		width: 1150px;
		max-width: 100%;
		margin: 0 auto;
		float: initial;
	}
	.secondary {
		margin: 0;
	}
	body, button, input, select, textarea {
		font-size: 17.1px;
	}
}
@media screen and (max-width: 38.74em) {
	#top-menu-1 > li {
		width: 100%;
	}
	.caracleft, .caracright {
		width: 100%;
	}
	.multicontainer li {
		margin-right: 0;
	}
}
