@import 'template/fonts.min.css';
@import 'template/margins.min.css';
@import 'template/helper.min.css';

/*-------------------------------------
				generales
-------------------------------------*/

body{
	font-family: 'Raleway', sans-serif;
	color:#6d6e71;
	color:#5a4739;
}

.font-arial{font-family:'Arial', sans-serif;}

a,
a:hover,
a:active,
a:focus{
	color:inherit;
	text-decoration:none;
}

a:not(.link-no-underline):hover,
a:not(.link-no-underline):active,
a:not(.link-no-underline):focus{
	border-bottom: 1px solid currentColor;
}

.btn,
.form-control{
	border-radius:0;
	border:0!important;
	outline:none!important;
	box-shadow:none!important;
}

.bg-grey{background-color:#efedea;}

/*.text-primary{color:#71655b!important;} cambio por sergio dobke */
.text-primary{color:black !important;}
.text-green{color:#d3e365;}
.text-green-dk{color:#00a400;}
.text-grey{color:#a0968e;}
.text-grey-lt{color:#cac5ba;}

.btn-green{background-color:#d3e365;}
.btn-green:hover{background-color:#c3d258;}

.btn-border{border:1px solid #a69c95!important;}

.img-fluid{width:100%;}

.w-320{width:calc(320px + 30px);}


.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.list-group-item{
	padding: 8px 10px;
}

hr{
	border-top-color:#cac5ba;
}


.wp-block-embed{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.wp-block-embed embed, .wp-block-embed iframe, .wp-block-embed object, .wp-block-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner a{
	display:block;
	border-bottom: 0!important;
}

.banner img{
	width:100%;
	height:auto;
}


.btn-share{
	display:inline-block;
	position:relative;
	cursor:pointer;
}

.btn-share ul{
    position: absolute;
    top: -5px;
    left: calc(50% - 15px / 2);
    list-style-type: none;
    margin: 0;
    padding: 0;
    transform: translateX(-50%) translateY(-100%);
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.1s;
    pointer-events: none;
    width: 100%;
}

.btn-share ul:after{
	content:'';
	display:block;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 9px solid #afafaf;
	position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -7px;
}

.btn-share ul:before{
    content: '';
    display: block;
    width: 150%;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: 0;
}

.btn-share ul>li{
	display:block;
	float:left;
}

.btn-share ul>li>a{
	display:block;
	width:52px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	border-bottom:0!important;
}

.btn-share ul>li>a.share-facebook{background-color:#455897;}
.btn-share ul>li>a.share-twitter{background-color:#95deea;}

.btn-share:hover ul{
	top:-10px;
	visibility:visible;
	opacity:1;
	pointer-events:all;
}


/*-------------------------------------
				navbar
-------------------------------------*/

.navbar{
	height:130px;
	background: rgba(255,255,255,1);
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 41%, rgba(164,212,230,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(41%, rgba(255,255,255,1)), color-stop(100%, rgba(164,212,230,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 41%, rgba(164,212,230,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 41%, rgba(164,212,230,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 41%, rgba(164,212,230,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 41%, rgba(164,212,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a4d4e6', GradientType=0 );
}

.navbar-image{
	height:100%;
	flex: 1;
}

.navbar-image>img{
	margin:0 auto;
	display:block;
	max-width:100%;
}

.navbar-nav .dropdown-menu{
	font-size: 0.85em;
}

.navbar .navbar-nav .nav-link{
	color:#59463a;
}

.navbar a:hover,
.navbar a:active,
.navbar a:focus{
	border-bottom: 0;
}

.hamburger-box{
	transform: scale(0.8);
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after{
	background-color:#59463a;
}

/*-------------------------------------
				footer
-------------------------------------*/

footer [class^="col-"]{
	position:relative;
}

footer [class^="col-"]:before{
	content:'';
	display:block;
	width:2px;
	height:100%;
	background-color:#fff;
	position:absolute;
	top:0;
	left:0;
}

footer [class^="col-"]:first-child:before{display:none;}

footer .footer-brand>img{
	max-width:100%;
	max-height:65px;
	display:block;
	margin:0 auto;
}

/*------------------------------------
				archive blocks
------------------------------------*/

.img-link{
	display:block;
	width:100%;
	height:200px;
	background-size:cover;
	color:#fff!important;
	text-decoration:none!important;
	opacity:1;
	transition:opacity ease-in-out 0.2s;
	border-bottom:0!important;
}

.img-link:hover{
	opacity:0.8;
}

.img-link>.img-link--text{
	max-width:50%;
}

.tag{
	display:inline-block;
	padding:3px 7px;
	background-color:#200a00;
	color:#d3e365;
	text-transform:uppercase;
	font-size:12px;
	font-weight:500;
	margin-bottom:2px;
}
.tag{
	background-color:#CCCCCC !important;
	color:#111111 !important;
}

.block-media{
	display:flex;
	border-bottom:1px solid #cac5ba!important;
}

.block-media--image{
	flex-grow: 0;
    flex-shrink: 0;
	width:210px;
	margin-right:15px;
	position:relative;
}

.block-media--image_video:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 50px solid rgba(255,255,255,0.4);
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.block-media--image .tags-wrapper{
	position:absolute;
	top:15px;
	left:15px;
}

.block-photo{
	height:215px;
	position:relative;
	overflow:hidden;
	color:#fff!important;
	display:block;
	border-bottom:0!important;
}

.block-photo:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(19,19,19,0) 48%, rgba(40,40,40,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(48%, rgba(19,19,19,0)), color-stop(100%, rgba(40,40,40,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(19,19,19,0) 48%, rgba(40,40,40,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(19,19,19,0) 48%, rgba(40,40,40,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(19,19,19,0) 48%, rgba(40,40,40,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(19,19,19,0) 48%, rgba(40,40,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#282828', GradientType=0 );
}

.block-photo-destacado{
	height:calc(215px * 2 + 40px);
}

.block-photo .block-photo--image{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	transition:transform ease-in-out 0.2s;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:0;
}

.block-photo:hover .block-photo--image{
	transform:scale(1.1);
}

.block-photo .block-photo--content{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:2;
}

.block-photo:not(.block-photo-destacado) .tags-wrapper{
	position:absolute;
	top:15px;
	left:15px;
}



/*------------------------------------
				search
------------------------------------*/

.form-search .form-control,
.form-search .btn{
	background-color:#c8d82e;
}

/*------------------------------------
				category
------------------------------------*/

.category-title{
	position:relative;

	margin-top:-20px;
}

.category-title img{
	width:100%;
}

.category-title > h1{
	color:#fff;
	position:absolute;
	left:30px;
	top:50%;
	transform:translateY(-50%);

	margin-top: 10px;
}

.desktop-correction{
	margin-top:-20px;
}

.pagination .page-link{
	border:0!important;
	color:#a39a95;
	border-radius:50%;
	padding: 0;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
	margin:0 5px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link{
    width: auto;
    padding: 2px 5px;
}

.pagination .page-item:first-child .page-link{
	border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination .page-item:last-child .page-link{
	border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.pagination .page-item.active .page-link{
	background-color:#d3e365;
}

/*------------------------------------
				single
------------------------------------*/

.single--image{
	width:100%;
	height:auto;
	background-color:#efedea;
  position: relative;
}

.single--image-caption{
	position: absolute;
  bottom: 0;
  background-color: rgba(239, 237, 234, 0.8);
  display: inline-block;
  padding: 5px 7px;
  font-size: 75%;
}

.wp-block-image{
	width:100%;
	height:auto;
}

.single--image>img,
.wp-block-image>img{
	max-width:100%;
	width:auto;
	height:auto;
	display:block;
	margin:0 auto;
}

.single--content p{
	font-size:15px;
	line-height:1.4em;
	font-family:'Arial', sans-serif;
	margin-bottom:25px;
}

.single--content blockquote{
	text-align:center;
	color:#5a4739;
	font-weight:900;
	font-size:28px;
	line-height: 1.2em;
	display:block;
	max-width:680px;
	width:100%;
	margin:25px auto;
}

.single--content blockquote>p{
	background-color:#d3e365;
	padding:2px 5px;
	display:inline;
	font-size:inherit;
	margin:0;
}

.block-media--wrapper{
	border-top:1px solid #cac5ba;
	border-bottom:1px solid #cac5ba;
}

.block-media--wrapper .block-media{
	border-bottom:0!important;
}

/*------------------------------------
				home bar
------------------------------------*/

.weather,
.ecotips{
	display:flex;
	align-items:center;
	height:46px;
}

.weather{
	border-left:1px solid #a59b94;
	border-right:1px solid #a59b94;
}

.weather .weather-body{
	width:100%;
	display:flex;
	align-items:center;
}

.weather .weather-body--left{
	flex-grow:1;
}

.weather .weather-body--right{
	flex-grow:0;
	width:80px;
}

.weather .weather-body--icon{
	color:#a39a95;
}

.ecotips{
	border-right:1px solid #a59b94;
}

.ecotips> .ecotips-title{
	flex-grow:0;
	flex-shrink:0;
}

.ecotips> .ecotips-title>i{
	margin:0 10px;
	font-size:0.9em;
}

.ecotips> .ecotips-tips{
	flex-grow:1;
	opacity:0;
}

.ecotips .vticker li{
	display: flex;
	align-items: center;
}
.rounded2{
	border-radius:50% !important;
}