/******************************************GENERAL **********************************/
/*** FUENTES ***/
@import url(//fonts.googleapis.com/css?family=Oswald);
/*** ATRIBUTOS GENERALES ***/

html,body{
	padding:0px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333333;
}body{ background-color:#ffffff; }
body p{
    line-height:16px;
}
.doc_main{
	position:relative;
	min-height: 100vh;
    background-color: #ffffff;
}
.centered{
	box-sizing:border-box;
	max-width: 1180px;
	padding:0px 20px;
	margin:0px auto;
}
.clear{
	clear:both;
}
img{
	width:auto;
	height:auto;
	max-width:100%;
}
/*** TEXTOS ***/
*{
	/*-ms-word-break: break-all;
	word-break: break-all;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
*/
}
a{
	color:#0072c5;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	line-height:normal;
	font-family:'Oswald', sans-serif;;
	margin:0px;
	padding:0px;
	font-weight:normal;
	color:#616161;
	text-transform: uppercase;
}
h1{
	font-size:30px;
}
h2{
	font-size:27px;
}
h3{
	font-size:25px;
}
h4{
	font-size:24px;
}
h5{
	font-size:15px;
}
h6{
	font-size:12px;
}
blockquote{
	position:relative;
	font-size:20px;
	font-style: italic;
	font-family:'Oswald', sans-serif;;
	color:#616161;
	background-color:#f7f7f7;
	padding:20px 40px;
	margin:0px;
	border-radius:5px;
}
blockquote *{
	margin:0px;
}
blockquote:before{
	content:'\f10d';
	position:absolute;
	font-family:FontAwesome;
	color:#616161;
	left:18px;
	top:24px;
}
hr{
	height:2px;
	background-color: #bcd3e1;
	border:none;
}
/*** ELEMENTOS DEL FORM ***/
input[type="button"]{
	font-family: 'Oswald', sans-serif;;
	color:#ffffff;
	font-size:14px;
	text-transform: uppercase;
	border:none;
	border-radius:3px;
	background-color:#0072c5;
	padding:8px 26px;
	margin-top:20px;
	cursor: pointer;
}
/************************ BREADCRUMB *****************/
.breadcrumb{
	font-size:14px;
	padding:10px 0px;
}
.breadcrumb span,.breadcrumb a{
	font-family:'Oswald', sans-serif;;
}
.breadcrumb .removed_link{
	font-size:18px;
}
/************************ HEADER ********************/
/*** LOGO ***/
header.main{
	text-align: center;
}
header.main .logo_header{
	background-color:#bcd3e1;
	padding:25px 0px;
}
/*** SUBTITULO ***/
header.main .logo_subtitle{
	background-color:#0072c5;
}
header.main .logo_subtitle h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#ffffff;
	padding:15px 0px;
	text-transform:none;
}
/*** MENU ***/
header.main nav{
	border-bottom:solid 3px #bcd3e1;
}
header.main nav ul{
	position:relative;
	margin:0px;
	padding:0px;
	padding:30px 0px;
	text-align: left;
}
header.main nav ul li{
	display:inline-block;
    vertical-align: middle;
	list-style: none;
	padding:0px 10px;
}
header.main nav ul li:first-child{
	padding-left:0px;
}
header.main nav ul li a{
	position:relative;
	font-family: 'Oswald', sans-serif;;
	font-size:18px;
	color:#616161;
	text-transform: uppercase;
}
header.main ul li a:before{
	content:'';
	position:absolute;
	left:50%;
	bottom:-3px;
	background-color:#616161;
	width:0px;
	height:2px;
	-ms-transition: .2s all 0s ease;
	-moz-transition: .2s all 0s ease;
	-o-transition: .2s all 0s ease;
	-webkit-transition: .2s all 0s ease;
	transition: .2s all 0s ease;
}
header.main ul li a:hover:before{
	width:60%;
	left:20%;
}
header.main nav ul li.menu-item-search form{
	display: block;
	margin-top:-5px;
}
header.main nav ul li.menu-item-search .text_input{
	box-sizing: border-box;
	position:absolute;
	text-align: center;
	height:100%;
	padding:0px;
	top:0px;
	left:50%;
	z-index: 1;
	width:0px;
	border:none;
	font-size:25px;
	color:#616161;
	font-family: 'Oswald', sans-serif;;
}
header.main nav ul li.menu-item-search .text_input.active{
	width:100%;
	left:0%;
}
header.main nav ul li.menu-item-search i{
	font-size:18px;
	color:#616161;
	cursor: pointer;
}
header.main nav ul li.menu-item-search i.q{
	font-size:18px;
	color:#616161;
	cursor: pointer;
	display:none;
	position:absolute;
	z-index: 2;
	right:30px;
	font-size:25px;
	opacity:0.5;
	top:30px;
}
header.main nav ul li.menu-item-search i.q.active{
	display:block;
}
header.main nav ul li.menu-item-subscription{
	position:absolute;
	float:none;
	padding-right:0px;
	right:4px;
	margin-top:-6px;
	margin-bottom:-8px;

}
header.main nav ul li.menu-item-subscription input{
	margin:0px;
}
header.main nav ul li.menu-item-subscription a:before{
	display:none;
}/*** SUBMENU ***/
header.main nav ul.main_menu>li.menu-item{
}
header.main nav ul.main_menu>li.menu-item>.sub-menu{
	position:absolute;
	z-index:300;
	display:none;
	background-color:#fff;
	width:300px;
	margin-left:-10px;
	padding:10px;
	border-radius: 5px;
	text-align: left;
}
header.main nav ul.main_menu>li.menu-item>.sub-menu li{
	display:list-item;
	padding-left:0px;
	padding-bottom:5px;
}
header.main nav ul.main_menu>li.menu-item>.sub-menu li a{
	font-size: 14px;
}
header.main nav ul.main_menu>li.menu-item>.sub-menu li a:before{
	display:none;
}
header.main nav ul.main_menu>li.menu-item:hover>.sub-menu{
	display:block;
}
/************************ CONTENT ********************/
/*** LEFT SECTION ***/
section.left_section{
	float:left;
	width:67%;
	padding-bottom:170px;
}
aside.right_section{
	float:right;
	width:27%;
	padding-bottom:170px;
}
/*** PUBLI RIGHT ***/
aside.publi{
	text-align:center;
}
aside.publi header{
	padding-top:28px;
}
aside.publi header h3{
	position: relative;
}
aside.publi header h3:before{
	content:'';
	position:absolute;
	width:100%;
	height:5px;
	left:0px;
	top:50%;
	margin-top:-2.5px;
	background-color:#0072c5;
}
aside.publi header h3 span{
	position:relative;
	padding:0px 5px;
	background-color: #ffffff;
}
aside.publi img{
	width:100%;
	padding-bottom:10px;
}
.sidebar_publi{
	margin-top:30px;
}
/*** SIGUENOS ***/
aside.publi .rrss .element{
	box-sizing: border-box;
	width:25%;
	float:left;
	padding:0px 5px;
}
aside.publi .rrss .element .element_inset{
	position:relative;
	width:100%;
	border-radius:5px;
	margin-bottom:10px;
	-ms-transition: .2s all 0s ease;
	-moz-transition: .2s all 0s ease;
	-o-transition: .2s all 0s ease;
	-webkit-transition: .2s all 0s ease;
	transition: .2s all 0s ease;
}
aside.publi .rrss .element .element_inset.facebook{
	background: -webkit-linear-gradient(bottom, #888888 50%, #3b5998 50%);
	background: -o-linear-gradient(top, #888888 50%, #3b5998 50%);
	background: -moz-linear-gradient(top, #888888 50%, #3b5998 50%);
	background: linear-gradient(to top, #888888 50%, #3b5998 50%);
	background-size:100% 200%;
	background-position: 0 100%;
}
aside.publi .rrss .element .element_inset.twitter{
	background: -webkit-linear-gradient(bottom, #888888 50%, #1dc6ff 50%);
	background: -o-linear-gradient(top, #888888 50%, #1dc6ff 50%);
	background: -moz-linear-gradient(top, #888888 50%, #1dc6ff 50%);
	background: linear-gradient(to top, #888888 50%, #1dc6ff 50%);
	background-size:100% 200%;
	background-position: 0 100%;
}
aside.publi .rrss .element .element_inset.youtube{
	background: -webkit-linear-gradient(bottom, #888888 50%, #e52d27 50%);
	background: -o-linear-gradient(top, #888888 50%, #e52d27 50%);
	background: -moz-linear-gradient(top, #888888 50%, #e52d27 50%);
	background: linear-gradient(to top, #888888 50%, #e52d27 50%);
	background-size:100% 200%;
	background-position: 0 100%;
}
aside.publi .rrss .element .element_inset.instagram{
	background: -webkit-linear-gradient(bottom, #888888 50%, #2e5e86 50%);
	background: -o-linear-gradient(top, #888888 50%, #2e5e86 50%);
	background: -moz-linear-gradient(top, #888888 50%, #2e5e86 50%);
	background: linear-gradient(to top, #888888 50%, #2e5e86 50%);
	background-size:100% 200%;
	background-position: 0 100%;
}
aside.publi .rrss .element .element_inset.gplus{
	background: -webkit-linear-gradient(bottom, #888888 50%, #d95232 50%);
	background: -o-linear-gradient(top, #888888 50%, #d95232 50%);
	background: -moz-linear-gradient(top, #888888 50%, #d95232 50%);
	background: linear-gradient(to top, #888888 50%, #d95232 50%);
	background-size:100% 200%;
	background-position: 0 100%;
}
aside.publi .rrss .element .element_inset.pinterest{
	background: -webkit-linear-gradient(bottom, #888888 50%, #d73532 50%);
	background: -o-linear-gradient(top, #888888 50%, #d73532 50%);
	background: -moz-linear-gradient(top, #888888 50%, #d73532 50%);
	background: linear-gradient(to top, #888888 50%, #d73532 50%);
	background-size:100% 200%;
	background-position: 0 100%;
}
aside.publi .rrss .element .element_inset.linkedin{
	background: -webkit-linear-gradient(bottom, #888888 50%, #0274b3 50%);
	background: -o-linear-gradient(top, #888888 50%, #0274b3 50%);
	background: -moz-linear-gradient(top, #888888 50%, #0274b3 50%);
	background: linear-gradient(to top, #888888 50%, #0274b3 50%);
	background-size:100% 200%;
	background-position: 0 100%;
}
aside.publi .rrss .element .element_inset.tumblr{
	background: -webkit-linear-gradient(bottom, #888888 50%, #36465d 50%);
	background: -o-linear-gradient(top, #888888 50%, #36465d 50%);
	background: -moz-linear-gradient(top, #888888 50%, #36465d 50%);
	background: linear-gradient(to top, #888888 50%, #36465d 50%);
	background-size:100% 200%;
	background-position: 0 100%;
}
aside.publi .rrss .element .element_inset:before{
	content:"";
	display:block;
	padding-top:100%;
}
aside.publi .rrss .element .element_inset:hover{
	background-position:0 0%;
}
aside.publi .rrss .element .element_inset .content_i{
	position:absolute;
	left: 0px;
	top:0px;
	right:0px;
	bottom:0px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
	justify-content:center;
	flex-direction:column;
	cursor: pointer;
    text-align: center;
}
aside.publi .rrss .element .element_inset i{
	color:#ffffff;
	font-size:40px;
    text-align: center;
    width:100%;

}
/*** POST PREVIEW ***/
article.post-preview{
	padding-top:28px;
	padding-bottom:28px;
}
/*** THUMBNAILS ***/
article.post-preview .thumbnail{
	width:100%;
	height:300px;
	border-bottom:solid 4px #0072c5;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content:center;
	flex-direction:column;
}
article.post-preview .thumbnail .play_video{
	background-color:#ffffff;
	border-radius:50%;
	width:60px;
	height:60px;
	margin-left:15px;
	margin-top:15px;
}
article.post-preview .thumbnail .play_video i{
	font-size:90px;
	color:#0072c5;
	margin-left:-15px;
	margin-top:-15px;
	cursor: pointer;
}
article.post-preview header{
	padding-top:25px;
	text-align: center;
}
article.post-preview header h4{
	padding-bottom:6px;
}
article.post-preview header h4 span{
	text-transform: uppercase;
	font-family: inherit;
	font-size: inherit;
	color:#333333;
	border-bottom: solid 2px #0072c5;
}
article.post-preview header ul{
	margin:0px;
	padding:0px;
	padding-top:15px;
	font-size: inherit;
	color:#616161;
}
article.post-preview header ul li{
	font-family:'Oswald', sans-serif;;
	font-size:15px;
	display:inline-block;
}
article.post-preview header ul li:after{
	content:' - ';
}
article.post-preview header ul li:last-child:after{
	content:'';
}
article.post-preview header ul li span{
	color:#0072c5;
}
article.post-preview header ul li a{
	color:#616161;
}
article.post-preview p{
	text-align:justify;
	line-height: 21px;
	margin:0px;
	padding:28px 12px;
	padding-bottom:12px;
}

article.post-preview .btn_container{
	text-align: center;
}
/*** TODAS LAS ENTRADAS ***/
article.post-preview.all-posts{
	border-bottom:solid 2px #0072c5;
	padding-bottom:10px;
    position: relative;
}
article.post-preview.all-posts .preview-img{
    float: left;
    width: 30%;
    background-size: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    height: 150px;
}
article.post-preview.all-posts .content{
    box-sizing: border-box;
    float: left;
    width: 70%;
    display: inline;
    padding-left: 20px;
}
article.post-preview.all-posts header{
	text-align: left !important;
	padding-top:0px;
}
article.post-preview.all-posts header h4 span{
	font-size:16px;
	padding-bottom:0px;
}
article.post-preview.all-posts p{
	padding:0px;
	padding-top:5px;
}
/*********************** POSTS ************************/
.single .thumbnail{
	width:100%;
	height:400px;
	border-bottom:solid 4px #0072c5;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content:center;
	flex-direction:column;
}
.single .thumbnail .play_video{
	background-color:#ffffff;
	border-radius:50%;
	width:60px;
	height:60px;
	margin-left:15px;
	margin-top:15px;
}
.single .thumbnail .play_video i{
	font-size:90px;
	color:#0072c5;
	margin-left:-15px;
	margin-top:-15px;
	cursor: pointer;
}
section.left_section article.post{
	padding:28px 0px;
	padding-bottom:0px;
	text-align: justify;
}
section.left_section article.post header h1{
	font-size:30px !important;
	text-transform: uppercase;
}
section.left_section article.post img{
	width:100%;
	height:auto;
	cursor: pointer;
}
section.left_section article.post h4{
	font-size:20px;
}
section.left_section article.post iframe{
	width: 100%;
}
/************************ COMMENTS ********************/
.comments-container{

}
.comments-container ul.comment-list{
	margin:0px;
	padding:0px;
}
.comments-container ul.comment-list li{
	list-style: none;
}
.comments-container .all-the-comment{
	position:relative;
	margin-bottom:20px;
}
.comments-container .gravatar{
	position:absolute;
	top:20px;
	width:65px;
	overflow: hidden;
	border-radius:50%;
	margin:0px;
	border:solid 3px #bcd3e1;
}
.comments-container .commentright{
	margin-left:100px;
}
.comments-container .commentright h2 a{
	color:#333333;
}
.comments-container .commentright h2 .name{
	position:relative;
	background-color:#f7f7f7;
	padding:3px 10px;
	font-size:18px;
	text-transform: none;
	border-top-left-radius: 5px;
}
.comments-container .commentright h2 .name:after{
	content:'';
	position:absolute;
	width: 0;
	height: 0;
	top:0px;
	right:-20px;
	border-left: 3px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 31px solid #f7f7f7;
}
.comments-container .commentright h2 .time{
	float: right;
	font-size:12px;
	margin-top:17px;
	padding-right:10px;
}
.comments-container .commentright .comment-insset{
	background-color:#eee;
	display:none;
}
.comments-container .commentright .comment-content{
	position:relative;
	background-color:#f7f7f7;
	padding:10px 20px;
	border-radius: 5px;
	border-top-left-radius: 0px;
	border-bottom:solid 2px #ddd;
}
.comments-container .commentright .comment-content:before{
	content:'';
	position:absolute;
	width: 0;
	height: 0;
	top:0px;
	left:-20px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #f7f7f7;

}
.comments-container .commentright .comment-content p{
	margin:0px;
	color:#616161;
}
.comments-container .commentright .comment-content .reply{
	margin-top:10px;
}
.comments-container .child-comments{
	margin-left:30px;
}
/*** RESPUESTA ***/
.comment-respond h3{
	font-size:17px;
}
.comment-respond form p label{
	float:left;
	width:150px;
	font-family: 'Oswald', sans-serif;;
	font-size:14px;
}
.comment-respond form p input,.comment-respond form p textarea{
	box-sizing: border-box;
	padding:5px 10px;
	border-radius: 3px;
	border:solid 2px #bcd3e1;
	color:#616161;
	width: 100%;
	max-width: 400px;
}
.comment-respond form p .submit{
	margin-left:150px;
	width:auto;
	font-family: 'Oswald', sans-serif;;
	color:#ffffff;
	font-size:14px;
	text-transform: uppercase;
	border:none;
	border-radius:3px;
	background-color:#0072c5;
	padding:8px 26px;
	cursor: pointer;
}
/************************ PAGINADOR *******************/
.paginador{
	position:relative;
	text-align: center;
	font-family:'Oswald', sans-serif;;
	font-size:21px;
	margin-top:20px;
}
.paginador a{
	color:#333333;
}
.paginador .prev,.paginador .next{
	position:absolute;
	text-transform: uppercase;
}
.paginador .prev:before,.paginador .next:before{
	content:'';
	position:absolute;
	left:50%;
	bottom:-3px;
	background-color:#333333;
	width:0px;
	height:2px;
	-ms-transition: .2s all 0s ease;
	-moz-transition: .2s all 0s ease;
	-o-transition: .2s all 0s ease;
	-webkit-transition: .2s all 0s ease;
	transition: .2s all 0s ease;
}
.paginador .prev:hover:before,.paginador .next:hover:before{
	width:60%;
	left:20%;
}
.paginador .prev{
	left:0px;
}
.paginador .next{
	right:0px;
}
.paginador .pag_number{
	padding:0px 10px;
}
.paginador .pag_number.actual{
	color:#ffffff;
	background-color:#0072c5;
	border-radius: 5px;
}
/************************ PAGES ************************/
.page-title{
	margin-top:20px;
}
.page-title span{
	font-size:25px;
	color:#0072c5;
}
/************************ FOOTER **********************/
footer.main_footer{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	background-color: #333333;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif; !important;
	color: #ffffff;
	padding:25px 0px;
	font-size:14px !important;
}
footer.main_footer ul{
	margin:0px;
	padding:0px;
	float:left;
}

footer.main_footer ul li{
	position:relative;
	display:inline-block;
	margin-right:20px;
}
footer.main_footer ul li:before{
	content:'';
	position:absolute;
	left:50%;
	bottom:-3px;
	background-color:#ffffff;
	width:0px;
	height:2px;
	-ms-transition: .2s all 0s ease;
	-moz-transition: .2s all 0s ease;
	-o-transition: .2s all 0s ease;
	-webkit-transition: .2s all 0s ease;
	transition: .2s all 0s ease;
}
footer.main_footer ul li:hover:before{
	width:60%;
	left:20%;

}
footer.main_footer ul li a{
	color: #ffffff;
}
footer.main_footer p.ronoz{
	float:right;
	margin:0px;
}
footer.main_footer a{
	color:#aaaaaa;
}
/********************* PLUGINS ***************/
/*** RELATED POSTS ***/
.wp_rp_content{
	width:100% !important;
}
.related_post.wp_rp{
	width:100% !important;
	padding-top:20px !important;
}
.related_post.wp_rp li{
	box-sizing:border-box;
	width: 25% !important;
	margin:0px !important;
}
.related_post.wp_rp li:first-child{
	padding-left:0px !important;
	padding-right:9px !important;
}
.related_post.wp_rp li:nth-child(2){
	padding-left:3px !important;
	padding-right:6px !important;
}
.related_post.wp_rp li:nth-child(3){
	padding-left:6px !important;
	padding-right:3px !important;
}
.related_post.wp_rp li:nth-child(4){
	padding-left:9px !important;
	padding-right:0px !important;
}
.related_post.wp_rp li img{
	width:100% !important;
	height:auto !important;
	border-radius: 0px !important;
	box-shadow:none !important;
}
.related_post.wp_rp li a.wp_rp_title{
	font-family:'Oswald', sans-serif;;
	text-align: center;
	font-size: 16px !important;
	color:#333333;
	text-transform: uppercase;
}
.wp_rp_footer{
	display:none;
}
/*** LIGHTBOX IMAGE ***/
.lb_bg{
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	background-color:rgba(0,0,0,0.7);
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content:center;
	flex-direction:column;
}
.lb_bg img{
	width:100%;
	max-width: 1100px;
	height:auto;
	min-height: 0px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.3), -1px -1px 3px rgba(0,0,0,0.3);
	border:solid 4px #fff;
}
/*** FORMULARIOS CONTACT7 ***/
.wpcf7 input,.wpcf7 textarea{
	box-sizing: border-box;
	padding:7px 10px;
    font-size: 14px;
	border-radius: 3px;
	border:solid 2px #bcd3e1;
	color:#616161;
	width: 100%;
	margin-bottom:15px;
	font-family:'Oswald', sans-serif;;
}
.wpcf7 textarea{
	resize:vertical;
}
.wpcf7 input[type="checkbox"]{
	width:auto;
	cursor: pointer;
}

.wpcf7 input[type="submit"]{
	font-family: 'Oswald', sans-serif;;
	color:#ffffff;
	font-size:14px;
	text-transform: uppercase;
	border:none;
	border-radius:3px;
	background-color:#0072c5;
	padding:8px 26px;
	margin-top:20px;
	cursor: pointer;
}
/*** COOKIES ***/
.ndillscookie-container-Cookie{
	background-color:#0072c5 !important;
}
.ndillscookie-container-Cookie .text-cookie,.ndillscookie-container-Cookie .ref-cookie{
	font-family:'Oswald', sans-serif;;
	color:#ffffff;
	text-transform: uppercase;
	float:left;
}
.ndillscookie-container-Cookie .ref-cookie{
	float:right;
}
.ndillscookie-container-Cookie .ref-cookie a{
	color:#ffffff;
}
.ndillscookie-container-Cookie .ref-cookie i{
    font-size: 20px;
    margin-left: 10px;
    cursor: pointer;
}
/*** PUBLICIDAD ***/
.sr_publi{
    position:relative;
    width:100%;
    margin-bottom:10px;
    background-size:cover;
    background-position:center center;
    background-repeat: no-repeat;
}
.sr_publi:before{
    content:'';
    display:block;
    padding-top:100%;
}
.sr_publi.sr_publi_propor_2:before{
    content:'';
    display:block;
    padding-top:12.4345%;
}
.sr_publi img{
    width:0px !important;
    height:0px !important;
    visibility: hidden;
}
.main_content_publi{
    margin-top:30px;
}
.main_content_publi .sr_publi{
    margin-bottom:0px;
}
/*** To up btn ***/
#ndToUpBtn{
    background-color: rgba(0,0,0,0.3);
    width:50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    z-index:90;
    bottom: -70px;
    right:5%;
    border:solid 1px rgba(0,0,0,0.1);
    cursor: pointer;
	-ms-transition: .2s all 0s ease, 1s bottom 0s ease;
	-moz-transition: .2s all 0s ease, 1s bottom 0s ease;
	-o-transition: .2s all 0s ease, 1s bottom 0s ease;
	-webkit-transition: .2s all 0s ease, 1s bottom 0s ease;
	transition: .2s all 0s ease, 1s bottom 0s ease;
}
#ndToUpBtn:before{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-7px;
    margin-top:-7px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 14px solid rgba(0,0,0,0.3);
	-ms-transition: .2s all 0s ease;
	-moz-transition: .2s all 0s ease;
	-o-transition: .2s all 0s ease;
	-webkit-transition: .2s all 0s ease;
	transition: .2s all 0s ease;
}
#ndToUpBtn:hover{
    background-color:#bcd3e1;
    border-color:#bcd3e1;
}
#ndToUpBtn:hover:before{
    border-bottom-color: rgba(0,0,0,0.2);
}
#ndToUpBtn.active{
    bottom: 50px;
}
/****************************************** MOBILE *****************/
/*** MENU ***/
nav#mobileMenu{
    display:none;
    border-bottom: 0px;
}
nav#mobileMenu .btn_menu{
    box-sizing: border-box;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content:center;
	flex-direction:column;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color: rgba(52,204,103,0.8);
    border-radius: 5px;
    cursor: pointer;
}
nav#mobileMenu .btn_menu.menu span{
    position:absolute;
    display: block;
    height: 3px;
    width: 30px;
    left:10px;
    background-color: rgba(255,255,255,0.6);
}
nav#mobileMenu .btn_menu.menu span:nth-child(1){
    top: 13px;
	-ms-transition: .4s all .2s ease;
	-moz-transition: .4s all .2s ease;
	-o-transition: .4s all .2s ease;
	-webkit-transition: .4s all .2s ease;
	transition: .4s all .2s ease;
}
nav#mobileMenu .btn_menu.menu span:nth-child(2){
    top: 23px;
	-ms-transition: .2s all 0s ease;
	-moz-transition: .2s all 0s ease;
	-o-transition: .2s all 0s ease;
	-webkit-transition: .2s all 0s ease;
	transition: .2s all 0s ease;
}
nav#mobileMenu .btn_menu.menu span:nth-child(3){
    top: 33px;
	-ms-transition: .4s all .2s ease;
	-moz-transition: .4s all .2s ease;
	-o-transition: .4s all .2s ease;
	-webkit-transition: .4s all .2s ease;
	transition: .4s all .2s ease;
}
nav#mobileMenu .menu_nav.active .btn_menu.menu span:nth-child(2){
    opacity: 0;
}
nav#mobileMenu .menu_nav.active .btn_menu.menu span:nth-child(1){
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    top:23px;
}
nav#mobileMenu .menu_nav.active .btn_menu.menu span:nth-child(3){
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    top:23px;
}
nav#mobileMenu .menu_nav .menu_content{
    overflow:hidden;
    position: fixed;
    box-sizing: border-box;
    display: none;
    height: 100%;
    width: 100%;
    top:0px;
    left: 0px;
    right:0px;
    bottom:0px;
    background-color: #0072c5;
    z-index: 99;
    opacity: 0;
	-ms-transition: .4s opacity 0s ease;
	-moz-transition: .4s opacity 0s ease;
	-o-transition: .4s opacity 0s ease;
	-webkit-transition: .4s opacity 0s ease;
	transition: .4s opacity 0s ease;
}
nav#mobileMenu .menu_nav.active .menu_content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content:center;
    flex-direction:column;
    opacity: 1;
}
nav#mobileMenu .menu_nav .menu_content .menu-main-menu-container{
    margin-right: -17px;
    overflow-y: scroll;
    overflow-x: hidden;
}
nav#mobileMenu .menu_nav .menu_content ul{
    left:5%;
}
nav#mobileMenu .menu_nav .menu_content ul li{
    display: block;
    margin:0px;
    padding: 0px;
    margin-bottom:6px;
}
nav#mobileMenu .menu_nav .menu_content ul li.menu-item-search,nav#mobileMenu .menu_nav .menu_content ul li.menu-item-subscription{
    display:none;
}
nav#mobileMenu .menu_nav .menu_content ul li a{
    color:#fff
}
nav#mobileMenu .menu_nav .menu_content ul li a:before{
    background-color: transparent;
}
nav#mobileMenu .menu_nav .menu_content ul li ul.sub-menu{
    position:relative;
    background-color:transparent;
    left:0px;
    padding-left:40px;
}
nav#mobileMenu .menu_nav .menu_content ul li ul.sub-menu li{
    position:relative;
}
nav#mobileMenu .menu_nav .menu_content ul li ul.sub-menu li:before{
    content:'';
    position:absolute;
    width:8px;
    height:2px;
    background-color:#ffffff;
    left:-14px;
    top:50%;
    margin-top:-1px;
}
nav#mobileMenu .menu_nav .menu_content ul li ul.sub-menu li:after{
    content:'';
    position:absolute;
    width:2px;
    height:8px;
    background-color:#ffffff;
    left:-14px;
    top:50%;
    margin-top:-8px;
}
nav#mobileMenu .menu_nav .menu_content ul li:hover ul.sub-menu{
    display: none;
}
nav#mobileMenu .menu_nav .menu_content ul li ul.sub-menu.active{
    display:block;
}
nav#mobileMenu .search .btn_menu.btn_search{
    top: 90px;
    z-index: 102;
}
nav#mobileMenu .search .btn_menu.btn_search i{
    font-size: 24px;
    color:  rgba(255,255,255,0.6);
}
nav#mobileMenu .search .btn_menu.btn_search i.fa-times{
    display: none;
}
nav#mobileMenu .search form{
    box-sizing: border-box;
    position: fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 101;
    display: none;
    overflow: hidden;
    background-color: rgba(255,255,255,0.95);
}
nav#mobileMenu .search form input[type="text"]{
    text-align: center;
    background-color: transparent;
    border:none;
    font-size: 40px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
	font-family: 'Oswald', sans-serif;;
    color:#616161;
    outline-width: 0;
}
nav#mobileMenu .search form input[type="submit"]{
	font-family: 'Oswald', sans-serif;;
	color:#ffffff;
	font-size:14px;
	text-transform: uppercase;
	border:none;
	border-radius:3px;
	background-color:#0072c5;
	padding:8px 26px;
	margin-top:20px;
	cursor: pointer;
}
nav#mobileMenu .search.active form{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content:center;
    flex-direction:column;
}
nav#mobileMenu .search.active i{
    display: none;
}
nav#mobileMenu .search.active i.fa-times{
    display: block !important;
}
nav#mobileMenu .search.active form:after,nav#mobileMenu .search.active form:before{
    left:0;
}
#lboxSuscripcion{
    display: none;
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    z-index:100000;
    background-color:rgba(0,0,0,0.5);
}
#lboxSuscripcion .suscripcion_inner_prev{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content:center;
    flex-direction:column;
    width:100%;
    height:100vh;
}
#lboxSuscripcion .suscripcion_inner{
    background-color:#ffffff;
    border-radius: 3px;
    width: 95%;
    height: auto;
    max-width: 500px;
    text-align: center;
    padding: 20px;
}
#lboxSuscripcion .suscripcion_inner input[type="email"]{
	box-sizing: border-box;
	padding:7px 10px;
    font-size: 14px;
	border-radius: 3px;
	border:solid 2px #bcd3e1;
	color:#616161;
	width: 100%;
	margin-bottom:15px;
	font-family:'Oswald', sans-serif;;
}
#lboxSuscripcion .suscripcion_inner input[type="submit"]{
	font-family: 'Oswald', sans-serif;;
	color:#ffffff;
	font-size:14px;
	text-transform: uppercase;
	border:none;
	border-radius:3px;
	background-color:#0072c5;
	padding:8px 26px;
	margin-top:20px;
	cursor: pointer;
}
#lboxSuscripcion .suscripcion_inner input[type="button"]{
    margin-top:0px;
}
.main_content_publi.mobile{
    display:none;
}
.main_content_publi.no-mobile{
    display: block;
}
@media (max-width: 1180px) {
    #fullMenu{
        display:none;
    }
    nav#mobileMenu{
        display:block;
    }
    header h3{
    	font-size:20px;
    }
    aside.publi .rrss .element .element_inset i{
        font-size:30px;
    }
}
@media (max-width: 900px) {
    header h3{
        font-size:16px;
    }
    aside.publi .rrss .element .element_inset i{
        font-size:20px;
    }
    .comments-container .gravatar{
        display: none;
    }
    .comments-container .commentright{
        margin-left: 0px;
    }
    .comments-container .commentright .comment-meta.post-meta{

    }
    .comments-container .commentright h2 .name{
        background-color: transparent;
    }
    .comments-container .commentright h2 .name::after{
        border: 0px;
    }
    .comments-container .commentright .comment-content{
        background-color:transparent;
        border:0px;
        border-bottom:solid 2px #0072c5;
        border-radius: 0px;
    }
    .comments-container .commentright .comment-content:before{
        border:0px;
    }
}
@media (max-width: 800px) {
    aside.publi header h3 span{
        background-color: transparent !;
    }
    aside.publi header h3:before{
        background-color: transparent;
    }
    aside.publi .rrss .element .element_inset i{
        font-size:15px;
    }
    aside.publi .rrss .element{
        width:50%;
        padding: 0px 3px;
    }
    article.post-preview .thumbnail{
        height:230px;
    }
    article.post-preview header ul li:first-child,article.post-preview header ul li:nth-child(2){
        display:none;
    }
    .single .thumbnail{
        height:300px;
    }
    .related_post.wp_rp li{
        width: 50% !important;
        padding-bottom:10px !important;
    }
    .related_post.wp_rp li:nth-child(1),.related_post.wp_rp li:nth-child(3){
        padding-left: 0px !important;
        padding-right: 5px !important;
    }
    .related_post.wp_rp li:nth-child(2),.related_post.wp_rp li:nth-child(4){
        padding-left: 5px !important;
        padding-right: 0px !important;
    }
    header.main .logo_header img{
        max-width:60%;
    }
    .paginador{
        font-size:18px;
    }
    .paginador .pag_number{
        padding:0px 8px;
    }
}
@media (max-width: 600px) {
    .comments-container .commentright h2 .name{
        font-size: 15px;
    }
    .comments-container .commentright h2 .time{
        display:none;
    }
    aside.right_section{
        width:30%;
    }
    .centered{
        padding:0px 5px;
    }
    .main_content_publi.mobile{
        display:block;
    }
    .main_content_publi.no-mobile{
        display: none;
    }
    .no-m-p-bottom .left_section,.no-m-p-bottom aside.right_section.publi{
        padding-bottom:0px;
    }
    .no-m-p-bottom .m-p-bottom{
        padding-bottom: 170px;
    }
    .paginador{
        font-size:15px;
    }
    .paginador .pag_number{
        padding:0px 6px;
    }
}
@media (max-width: 500px) {
    header h3{
        font-size:14px;
    }
    article.post-preview .thumbnail{
        height:180px;
    }
    .single .thumbnail{
        height:220px;
    }
    .related_post.wp_rp li{
        width: 100% !important;
        padding:0px !important;
        padding-bottom:10px !important;
    }
    .paginador{
        font-size:12px;
    }
    .paginador .pag_number{
        padding:0px 4px;
    }
}

/*** QUITAR BADGE DE GOOGLE RECAPTCHA ***/
.grecaptcha-badge { visibility: hidden !important; }