@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/**Paleta de Colores**
#faf1ed
**Fin Paleta de Colores**/

#page{
	/*background: url(https://mikeabordo.boardingarea.com/wp-content/uploads/2021/04/textura-ahora-si-bien-menos-saturada-1.png);*/
	background: #f6f3ee;
}
#masthead, #main{
	/*background-color: #faf1ed;*/
	background-color: #ffffff;
}
.content-feature-home-shadow {
    position: absolute;
    top: 0;
		width: 88%;
		height: 82%;
    margin: 6%;
    background: #9dadaa80;
}
.content-feature-home {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.featured-text{
    position: absolute;
    top: 0;
    width: 74% !important;
    height: 82%;
    margin: 6%;
    padding: 0 7%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#featured-content .entry-title {
    font-family: 'Aleo', serif;
    text-shadow: 2px 2px 3px #000000c7;
    font-size: 28.37px;
}
#featured-content .entry-category, .slides .entry-category{
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    bottom: 28px;
    width: 100%;
    text-align: center;
}
#featured-content .entry-category a, #content-slider .entry-category a {
    background-color: #dbbd9e;
    padding: 7px 17px;
    font-size: 12.35px;
    color: #000 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: lighter;
}
.featured-small .content-feature-home-shadow {
    border: solid 0.8em #9dadaaa6;
    background: transparent;
    width: 78%;
    height: 63%;
}
.featured-small .content-feature-home {
    background: #0000001f;
}
.heading a:link:after, .heading a:visited:after {
    background-color: #cdd5d3;
    top: 0;	
		height: 39px;
}
.heading {
    background-color: #f6f3ee;
    border-bottom: 0;
    overflow: hidden;
}
.heading p {
    font-family: 'Aleo', serif;
    font-weight: 400;
    position: relative;
    flex: auto;
    display: table-cell;
    vertical-align: middle;
}
.heading a {
    display: table;
    height: 40px;
}
.heading a div {
    width: 60px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    background: url(https://mikeabordo.boardingarea.com/wp-content/uploads/2021/04/Recurso-6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px;
}
.home-widget .entry-summary {
    font-family: 'Poppins', sans-serif;
    color: #72767e;
}
.slides .featured-text {
    width: 61% !important;
    height: 22%;
    padding: 0 13.5%;
    float: unset;
    top: auto;
    bottom: 0;
    margin-bottom: 6em;
    background: #9dadaa80;
}
.slides .entry-category {
    border: none;
    top: auto;
    bottom: -1em;
    margin-bottom: 0;
}
.slides .hentry .entry-title a{
    margin-bottom: 10px;
    text-transform: capitalize;
}
.flex-control-nav li a {
    background: #ae9074;
}
.flex-control-nav li .flex-active {
    background: #9dadaa;
}
.entry-category a:link, .entry-category a:visited {
    color: #9dadaa;
}
#primary-nav ul li a {
    /*color: #fdddcb;*/
	color: #ffffff;
}
.social-icons a:link .fa, .social-icons a:visited .fa {
    /*background: #fdddcb;*/
	background: #ffffff;
}
.header-search a {
    /*color: #fdddcb;*/
	color: #ffffff;
}
.contentmike {
    width: 85%;
    margin: 0 auto;
}
.contentmike h1 {
	margin-top: 40px;
}
.tiled-gallery-item>a:hover+.tiled-gallery-caption, .tiled-gallery-caption:hover{
	display: block !important;
	white-space: initial;
	top: 0;
	text-indent: 0;
	padding: 20px;
	width: 93%;
	overflow: hidden;
	background: #d6ad8a7a;
	color: #fff;
}
.tiled-gallery .tiled-gallery-item {
    overflow: hidden;
}
#footer #footer-social {
	float: initial;
    text-align: center;
}
#footer-social a {
    width: 140px;
    display: inline-block;
    color: #fff;
    font-size: 1.2em;
    text-align: left;
}
#footer-social a i, #footer-social a p {
    display: inline-block;
    margin-left: 13px;
}

#footer-social a i {
    font-size: 2em;
    width: 40px;
    height: 28px;
    padding-top: 15px;
    background: #000000;
    color: #ffffff;
    border: solid;
}
#footer-social a p {
    position: absolute;
    margin-top: 10px;
}

#footer-social a:hover i, #footer-social a:hover p {
    color: #666666;
}







/*Media*/
@media (min-width: 401px) and (max-width: 979px){
	#featured-content .featured-small .entry-category{
		bottom: 40px;
	}
	.post-block .hentry, .post-block .hentry:nth-child(3n) {
    margin: 0 20px 20px 0;
    width: 48%;
}
	.post-block .hentry:nth-child(2n) {
    margin: 0;
}
}
@media screen and (max-width: 400px){
	#featured-content .entry-category{
		bottom: 10px;
	}
	#featured-content .featured-small .entry-category, .slides .entry-category {
		bottom: 25px;
	}
	.slides .featured-text {
		width: 61% !important;
		height: 40%;
		padding: 0 13.5%;
		float: unset;
		top: auto;
		bottom: 15px !important;
		margin: 6%;
		background: #9dadaa80;
	}
	#featured-content .featured-small .entry-category, .slides .entry-category {
		bottom: -11px;
		display: block !important;
	}
}
/*Fin Media*/