/*
Theme Name: Sr. Munera theme
Theme URI: https://www.srmunera.com
Author: Sr. Munera
Author URI: https://www.srmunera.com
Description: Template bàsic per webs de Sr. Munera
Version: 1.0
Text Domain: bootstrapstarter
*/

/*
 * Globals
 */
 
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');

.fonts{font-family: 'Roboto', sans-serif; }

body {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;  
  background-color: #f1f1f1;
}
p,li{line-height: 1.4em; -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
/*  font-weight: normal;*/
  margin-bottom: 0px; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h3, .h3{
    margin-bottom:15px;
}
.margin0{margin:0px !important;}
.marginbot30{margin-bottom: 30px;}
.margintop20{margin-top: 20px;}
.vcenter{display: flex;align-items: center}
a{color: #CE776E;
text-decoration: none;}
a:hover{opacity: 0.7;}
.single .title{text-decoration: none !important;}
.title{text-decoration: none !important;}
/* HEADER */
.header-mobile{display: none;}
.masthead{width: 100%;position: fixed;z-index: 99999; -webkit-box-shadow:  0 10px 30px 0 rgba(0,0,0,0.07);
-moz-box-shadow:  0 10px 30px 0 rgba(0,0,0,0.07);
box-shadow: 0 10px 30px 0 rgba(0,0,0,0.07);}
.masthead .social a i{font-size: 18px !important; color:#888888;}
.masthead .social ul{width: 130px; margin:10px auto; margin:0px; margin-top:25px;; padding: 0;}
.masthead .social a{margin-right: 5px !important;}
.masthead .social a:hover i{color:#888888 !important; opacity: 1 !important;}
.masthead .social {text-align: center;}

.megamenu-mobile .social a i{font-size: 18px !important; color:#888888;}
.megamenu-mobile .social ul{width: 100%; margin:0px auto; margin-left: 0px; padding: 0;}
.megamenu-mobile .social ul li{width: auto; border-bottom: 0px solid #fff;}
.megamenu-mobile .social a{margin-right: 5px !important;}
.megamenu-mobile .social a:hover i{color:#888888 !important; opacity: 1 !important;}
.megamenu-mobile .social { position: absolute; text-align: center;
    bottom: 90px;
    padding-top:25px;
   width: 100%; border-top:1px solid #ddd;}

.pre-head-row{width: 100%;background-color:#fff;height:36px;}
.pre-head-menu{list-style: none; margin: 0px; padding:0px;}
.pre-head-menu li{float: left; border-left:1px solid #f5f5f5;}
.pre-head-menu li:last-child{border-right: 1px solid #f5f5f5;}
.pre-head-menu li a{font-family: "Roboto", sans-serif; font-size: 13px; font-weight: 400; color: rgba(155, 155, 155, 0.63); text-decoration: none; padding: 8px 10px; display: block;}
.pre-head-menu li a:hover{text-decoration: none;}
.pre-head-menu .current a{color: #4a4a4a; text-decoration: none;}
.logo-row{background-color:#ffffff; height: 81px; padding-top: 9px;}
.menu-row{background-color:#ffffff; height: 51px; position: relative;
    width: 100%;}
.img-head {max-width: 80%; margin:auto;margin-top: -9px;}
.principal-nav{background-color:#fff; border-top:1px solid #f0f0f0;}
.principal-nav .fas {color:#fff; font-size: 13px;}
.principal-nav ul{list-style: none;padding: 0px; width: 100%; margin-bottom: 0px; text-align: center;}
.principal-nav li{border-left: 0px solid #fff; height: 50px; float:none; display: inline-block;}
.principal-nav .fas:before{display: inline-block;
    margin-left: 15px;
    }
.principal-nav li:last-child{border-right: 1px solid #fff;}
.principal-nav li{margin-right: 17px; margin-left: 17px;}

.principal-nav li a{font-family: 'Roboto', sans-serif; font-weight: normal; color:#4a4a4a;font-size: 15px; position: relative; margin-left:0px; padding:17px 0px 18px 0px; display:-webkit-inline-box;    -webkit-font-smoothing: auto;}
.principal-nav li a:hover{opacity: 1;text-decoration: none;}

.principal-nav li a:before, .home-nav li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 15px;
  left: 0;
  background-color: rgba(245,77,83,0.4);;
 visibility: hidden;
  -webkit-transform: scaleX(-0);
  transform: scaleX(-0);
  transform-origin: left;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
   mix-blend-mode: multiply;
}
.principal-nav li.current-menu-item a:before, .principal-nav li a:hover:before, .home-nav a:hover:before, .single-post #menu-item-781 a:before, .principal-nav li.current_page_parent a:before{
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.principal-nav li.current-menu-item a{color:#4a4a4a;}
.principal-nav li:hover > .sub-menu{display: block;}
.principal-nav ul .sub-menu{position:absolute; width: 240px; top: 51px; display:none;}
.principal-nav ul .sub-menu li{ float: none;
    display: block;
    border-left: 0px solid #fff;
    height: auto;
    background-color: #fff;
    margin-bottom: 0px; padding: 5px 10px; text-align: left;}
.principal-nav ul .sub-menu li:last-child{border-right: 0px solid #fff;}
.principal-nav ul .sub-menu li a{padding: 0px; display: block; height: auto !important; color:#4a4a4a;}
.principal-nav ul .sub-menu li a:hover{opacity: 0.8; text-decoration: underline;}
.principal-nav ul .sub-menu li a:before{  
  bottom: 5px; 
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  bottom: 15px;
  left: 0;
  background-color: rgba(245,77,83,0.4);;
 visibility: hidden;
  -webkit-transform: scaleX(-0);
  transform: scaleX(-0);
  transform-origin: left;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
   mix-blend-mode: multiply;
}


.search-head,.search-head-mvl {
    float: right;
    padding-right: 10px;
}
.search-head-mvl{position: relative; width: 100%; float: none !important; padding:0px 10px;}
.search-head-mvl .search-1{position: absolute;left:0px !important;}
.social h3{text-align: center; height: 33px; color: #CE776E; display: inline-block;
    font-family: "Roboto";
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.7rem;
    margin-bottom: 0px;}
.social h3:after{width: 100%; height: 10px; background-color: #f1f1f1; content:""; display: inline-block; top: -22px;
    position: relative; mix-blend-mode:multiply; }
.search-1{height: 50px; position:absolute; right: 15px; top: 0; color:#888888; font-size: 16px; padding: 15px; padding-top:30px;}
.search-1:hover{opacity: 0.7; color:#888888 !important; text-decoration: none !important;}
.form-search{margin-top:0px;margin-bottom: 10px;display:none; position:absolute; right: 15px; top: 0; }

.search-head .form-control,.search-head-mvl .form-control {
    width: 70%;
    float: right;
    background-color: #fff;
    color: #888888;
    border: 0px;
    height: 38px;
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 5px;
    margin-top: 5px;
}
.form-search input[type="text"]{margin-right: 0px !important;}
.form-search #tanca,.form-search-mvl #tanca2{    float: left;
    margin-right: 10px;
    margin-top: 15px; color:#888888;}
.form-search label,.search-head-mvl label{display: none;}
.form-search .btn, .form-search-mvl .btn{border-radius: 0px; height: 50px;  color:#888888; font-size: 16px; padding: 10px;}
/* MENU MVL*/
.megamenu-mobile{display:none;position: fixed; height: calc(100vh - 60px);    width: 100%;top:60px;    z-index: 999; background: #fff;}
	.megamenu-mobile ul{padding:0px;}
	.megamenu-mobile li a{font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #4a4a4a;
    font-size: 15px;
    position: relative;}
	.megamenu-mobile .sub-menu{display: none;}
	.mobile-buttons-bottom{position: absolute; bottom:0px; width: 100vw;}
	.megamenu-mobile .linkprehead, .megamenu-mobile li{width: 100%; padding:10px; border-bottom:1px solid #ddd;margin:0px;border-left:0px;font-weight: bold;  position: relative;text-align: left;}
	.sub-menu li{list-style: none; border:0px; padding:10px; color:#444;position: relative;}
	.mobile-buttons-bottom a.button-footer{width:50% !important; background-color:#4E26A6;  padding:15px;color:#fff; font-weight: bold; display: inline-block;text-align: center; float:left;}

	.megamenu-mobile .mobile-servicios:after{
		 background-image: url('img/servicios.gif');
	    background-size: 160px 38px;
	    display: inline-block;
	    width: 160px;
	    height: 38px;
	    content:"";
        position: absolute;
		right: 0px;
		top:3px;
		}/*---------------------------*/

/* HOME */
.logo-home{display: inline;max-width: 100%;padding-top:7px;}
.home-content{padding-top:160px;}
.carousel-inner{margin-bottom:30px;}
.carousel-inner > .carousel-item {
  height: 450px;
}

.carousel-inner > .carousel-item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
  width: auto;
}
.carousel-indicators {
    position: absolute;
    width: 98%;
    bottom: 10px;
    
    z-index: 15;
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    text-align: right;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,0);
    border-radius: 50px;
    border:2px solid #fff;
    display: inline-block;
}
.carousel-indicators .active{background-color: #CE776E;}
.carousel-caption,.carousel-blendmode {
    position: absolute;  
    width: 33%;
    height: 100%;  
    top: 0px;
    left: 0px;
    z-index: 10;
    padding: 40px 20px;
    
    color: #fff;
    text-align: left;
    
}
.carousel-caption{z-index: 2; display: flex !important;
   justify-content: center;
   align-items: center;}
.carousel-blendmode{mix-blend-mode: multiply;
   z-index: 0;
   background-color: rgba(245,77,83,0.4);;}
.carousel-caption .text{mix-blend-mode: none;}
.carousel-caption .title{color:#fff; font-size: 36px; font-weight: bold;}
.carousel-caption .more-link{color: #fff; border: 1px solid #fff; padding: 10px; font-family: "Roboto";
font-size: 16px;
font-weight: 700;
text-decoration: none; display:inline-block;}
article{width: 100%; margin-bottom: 15px; background-color: #fff; -webkit-box-shadow:  0 10px 30px 0 rgba(0,0,0,0.07);
-moz-box-shadow:  0 10px 30px 0 rgba(0,0,0,0.07);
box-shadow: 0 10px 30px 0 rgba(0,0,0,0.07); padding: 15px;}
.blog-box .thumbnail-art{ overflow: hidden;}
.blog-100 .thumbnail-art{ overflow: none; position: relative; margin-bottom:15px;}
.thumbnail-art img{width:100%; object-fit: cover;
      object-position: center center;}
.blog-100 .thumbnail-art img{height: auto; }
.blog-100 .thumbnail-art .text-on-img{position: absolute; bottom:15px;left: 25px; color:#fff;}
.blog-100 .thumbnail-art .text-on-img a{color:#fff; text-decoration: none !important;}
.blog-box .text-art{padding-bottom: 10px;}
.text-art h2{font-size: 24px; color:#CE776E; font-weight: 700; margin-bottom: 10px; text-decoration: none !important;}
.text-art a{text-decoration: none !important;}
.text-art a:hover{text-decoration: none;}
.text-art .fecha{color:#9B9B9B; font-size: 1rem; font-weight: 500; display: inline-block; margin-top:-30px;}
.text-art .fecha:before {
    content: "";
    position: relative;
    width: 100%;
    height: 10px;
    bottom: -30px;
    left: 0px;
    background-color: #F1F1F1;
    mix-blend-mode: multiply;
    display: inline-block;
}
.text-art p{font-size: 16px; color:#4a4a4a;font-family: "Roboto";}
.text-art .more-link{color: #CE776E; border: 1px solid #CE776E; padding: 10px; font-family: "Roboto";
font-size: 16px;
font-weight: 700;
text-decoration: none; display:inline-block;}
.text-art .more-link i{font-size: 14px;}
.blog-box .more-link{color: #CE776E;
font-family: "Roboto";
font-size: 16px;
font-weight: 700;
text-decoration: none; }
.bg-white{background-color: #fff;}
.bg-white .more-links{bottom:0px !important;}


.post .title a{text-decoration: none !important;}

.feel-experience{background-image: url("img/bg-nathan-ander.jpg"); background-size: cover; background-position: center center; padding-top:100px; padding-bottom:100px; text-align: center;}

.feel-experience h3{font-size: 42px; color:#fff; font-weight: bold; margin-bottom: 20px;}
.feel-experience p{font-size:20px; color:#fff; font-weight: 400;}
.feel-experience a{border:1px solid #fff; padding: 15px; color:#fff; background-color: transparent; margin-top:20px; display: inline-block;}
.feel-experience a:hover{background-color: #fff; color:#000;}

.share-text{display: inline-block; font-weight: bold; font-size: 18px !important; margin-bottom: 0px; font-family: "Roboto"; color:#4a4a4a;}
.share-btns{display: none; float:right; padding: 10px 0px;}
.share-btns-in{display: inline-block; padding: 10px;padding-right: 0px; padding-left:0px;}
.share{display:inline-block; float:right; text-align: right; padding: 10px 0px 10px 5px;}
.share .fas{cursor: pointer;}
.share .fas, .share-btns .fab{font-size: 25px; color: #CE776E;}

.text-art .share-btns img{width: 25px;}
.relacionats .share-btns{padding: 10px 0px !important;}
.relacionats .share-btns img{width: 22px;}
.relacionats .share .fas{font-size: 22px; color: #CE776E;}

.pagination{display: inline-block !important; width: 100%; margin-top:20px;}
.page-numbers{display: none;}
.next, .prev {display: block;}
.next{float: right; margin-right:-8px;}
.prev{float: left;}
.next:after{    color: #4a4a4a;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    content: "\f105";
    display: inline-block;
    margin-left: 5px;
    width: 0.8em;}

.prev:before{    color: #4a4a4a;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    content: "\f104";
    display: inline-block;
    margin-left: 0px;
    width: 0.8em;}
/*CONTACTAR*/
.title-contact{padding-left: 0px !important; margin-top:20px;}
.contact{padding: 15px 0 30px 0;}
.contact input[type="email"],.contact input[type="text"]{width: 100%;}
.contact textarea{width: 100%; height: 200px;}
.connect-side{width: 100%; float:left;}
.connect-side ul{list-style: none; padding: 0px; margin-bottom: 2rem !important;}
.connect-side li{float:left; margin: 5px; font-size: 20px;}
.connect-side li a{color:#888888;}


/*FOOTER CONTACT*/
input[type="email"], input[type="text"]{background-color:#f1f1f1; border:0px !important; padding:10px; width: 31%; margin-right:10px; float:left; margin-bottom: 10px;}
textarea{background-color:#f1f1f1; border:0px !important; padding:10px; margin-bottom: 10px; width: 97%; height: 50px;}
input[type=submit]{background-color:transparent ;border-radius: 0px; border:1px solid #CE776E !important;margin:5px;margin-left: 0px;padding:6px;padding-left:25px;padding-right: 25px; color: #CE776E;
font-family: "Roboto";
font-size: 16px;
font-weight: 700;}
input[type=submit]:hover{opacity: 0.7; cursor:pointer}
.wpcf7-list-item{margin-left: 0px !important;}




/*SINGLE PAGE*/
.top-page{padding-top:140px;}
.single h1, .top-page h1{
color: #CE776E ;
font-family: "Roboto";
font-size: 48px;
font-weight: 700;
line-height: 56px;
margin-top:10px; margin-bottom: 15px;
}



.single h2:first-child{margin-top:0px;}
.single h2{color: #CE776E;
font-family: "Roboto";
font-size: 26px;
font-weight: normal;
margin-top:30px; margin-bottom: 25px;}

.single h3{color: #CE776E;
font-family: "Roboto";
font-size: 23px;
font-weight: normal;
margin-top:35px; margin-bottom: 25px;}

.single h3:first-child{
	margin-top:0px;	
}

.single h4{color: #CE776E;
font-family: "Roboto";
font-size: 30px;
font-weight: normal;
margin-top:35px; margin-bottom: 25px;}


.single h5{color: #222;
font-family: "Roboto";
font-size: 24px;
line-height: 32px; margin-top:10px; margin-bottom: 15px;}

.single .content-white p, .post .content-white li{color: #333;
font-family: "Roboto";
font-size: 17px;
font-weight: 500;
line-height: 26px;
-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.head-post p{font-size: 24px; color:#000; font-family: "Roboto"; margin-bottom: -1rem !important;}
.single .content-white p b, .single .content-white p strong, .post .content-white li b, .post .content-white li strong{
	font-weight: 700;
}

.post .content-white li{margin-bottom: 10px;}
 

.post .content-white a{color: #CE776E;
font-family: "Roboto";
font-weight: 700;
}
.content-white{ padding: 20px;box-shadow: 0 10px 30px 0 rgba(0,0,0,0.07);background-color:#fff;}
.content-white .wp-caption{max-width: 100%;}
.content-white .wp-caption.alignright{margin-left: 15px; margin-top:15px; float: right;}
.content-white .wp-caption.alignleft{margin-right: 15px; margin-top:15px; float: left;}
.content-white .wp-caption.aligncenter, .content-white img.aligncenter{margin:auto;}
.content-white img{max-width: 100% !important; height: auto !important; margin-bottom: 15px;}
.content-white img.alignright{float:right; margin-left: 15px;}
.content-white img.alignleft{float:left; margin-right: 15px;}
.content-white iframe{width: 100% !important; min-height: 300px;}

.tags p{font-weight: bold; font-size: 18px; margin-bottom: 0px; font-family: "Roboto"; color:#4a4a4a;}
.tags a{color:#4a4a4a; display: inline-block; text-decoration: none;}
.tags a:before {
    content: "";
    position: relative;
    width: 111%;
    height: 10px;
    bottom: -30px;
    left: -7px;
    background-color: #FFF;
    mix-blend-mode: multiply;
    display: inline-block;
}
.single blockquote{

border-left: 5px solid #CE776E;
  margin: 1.5em 0px;
  padding: 0.5em 35px;
}
.single blockquote p{	color: #4a4a4a;
font-family: "Roboto";
font-size: 24px;
font-weight: 700;
line-height: 30px;
margin-bottom: 0px;}

.single blockquote:before{}
.single-meta{margin-bottom: 20px;}
.single-meta ul{list-style: none; padding-left: 0px; display: flex; margin-bottom: 0px;}
.single-meta ul li{float: left; margin-right: 25px; color:#4a4a4a; font-family: "Roboto";
font-size: 18px;
font-weight: 400;}

.single-meta ul li:before{
 content: "";
    position: relative;
    width: 100%;
    height: 10px;
    bottom: -30px;
    left: 0;
    background-color: #FFF;  
    mix-blend-mode: multiply;
    display: block;
}

.box-shadow{-webkit-box-shadow:  0 10px 30px 0 rgba(0,0,0,0.07);
-moz-box-shadow:  0 10px 30px 0 rgba(0,0,0,0.07);
box-shadow: 0 10px 30px 0 rgba(0,0,0,0.07);}


.compartir-bottom .ssba{float: left;}
.ssba{width: auto !important; }
.ssbp-wrap {
    padding-top:12px !important;
}
.ssba-share-text{display:none;}
.compartir-bottom{padding-top:30px; padding-bottom:30px;}
.compartir-bottom p{margin-bottom: 0px; color: #4a4a4a;
font-family: "Roboto";
font-size: 14px;
font-weight: 700;}
.compartir-bottom .ssbp-wrap {
    padding-top:0px !important;
}
.post .btn-newsletter{    border-radius: 25px;
    background-color: #fff;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 13px;
    padding: 7px 20px;
    color: #CE776E;
    margin-top: 5px;
    display: -webkit-inline-box; 
    margin-left:10px; text-decoration: none !important;
    width:auto !important}

.single .wp-caption-text{color: #5b5a5d;
font-family: "Roboto";
font-size: 11px; font-style: italic; text-align: right; margin-right: 10px; line-height: 12px;  margin-top: 5px;}
.row-autor{width: 100%; margin-top: 50px; margin-bottom:40px;}
.box-autor{   
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    width: 100%;   
    padding: 20px;
    position: relative;   
    display: inline-block;
   }
.box-autor .imagen{float: left; margin-left:0px; margin-top:0px;}
.box-autor .rounded-img{border-radius: 100px; width: 150px; height: 150px; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.box-autor .text{float: left; width: 75%; padding: 0 25px;}
.box-autor .text span{color:#4a4a4a; font-size: 13px; font-weight: bold;}
.box-autor .text h4{color: #CE776E;
font-family: "Roboto";
font-size: 32px;
font-weight: 700;
margin-top:0px !important;}
.box-autor .text p{color: #4a4a4a;
font-family: "Roboto";
font-size: 15px;
font-weight: 400;
line-height: 23px;}

.relacionats{margin-top:30px; margin-bottom:30px;}
.relacionats h4{color:#4a4a4a; font-weight: bold; font-size: 36px; text-align: center; display: inline-block;}
.relacionats h4:after {
    width: 100%;
    height: 15px;
    background-color:rgba(245,77,83,0.4);
    content: "";
    display: inline-block;
    top: -30px;
    position: relative;
    mix-blend-mode: multiply;
}
.relacionats .blog-box{background-color: #fff; padding: 20px; margin-top:15px; height: 100%;}
.relacionats .blog-box h2{color: #CE776E;
font-family: "Roboto";
font-size: 32px;
font-weight: 700;
line-height: 32px; margin-top:15px;}

.single .relacionats .upimage-news p {
    color: #4a4a4a;
    font-family: "Roboto";
    font-size: 15px !important;
    font-weight: 400;
    line-height: 23px !important;
}

.relacionats .blog-box .more-link {
    bottom: 5px;
}

.comment-respond{margin-top:0px; margin-bottom: 40px;}
/* FIN SINGLE PAGE*/



/*BLOG*/

.relacionats .blog-box .bgimage-news{max-width:100%; cursor: pointer; display:block; margin: auto;}


/* WIDGETS */
.blog-sidebar{background-color: rgba(155, 155, 155, 0.16); padding: 15px;}
.widget-area{margin-bottom: 15px; }
.mas_vistos{background-color: #fff; padding: 20px; -webkit-box-shadow:  0 10px 30px 0 rgba(0,0,0,0.07);
-moz-box-shadow:  0 10px 30px 0 rgba(0,0,0,0.07);
box-shadow: 0 10px 30px 0 rgba(0,0,0,0.07); }
.mas_vistos h2{text-align: left; height: 33px; font-weight: bold; font-size: 20px; }
.mas_vistos h2:after{width: 100%; height: 10px; background-color: #f1f1f1; content:""; display: inline-block; top: -22px;
    position: relative; mix-blend-mode:multiply;}
.single .mas_vistos{height:auto;}
.mas_vistos ul{list-style: none; padding-left: 15px;}
.mas_vistos ul li:before{color: #4a4a4a;
font-family: "Font Awesome 5 Free";
 font-weight: 900;
font-size: 16px;
content:"\f105";
display: inline-block;
  margin-left: -15px; /* same as padding-left set on li */
  width: 0.8em;}
.widget-title{color: #CE776E;
font-family: "Roboto";
font-size: 1.7rem;
font-weight: 700;
line-height: 1.7rem;
margin-bottom:15px;}
.post{padding-top:160px;}
.post .title-widget, .title-widget{font-family: "Roboto" !important;
font-size: 16px !important;
font-weight: 700 !important; color: #4a4a4a !important; line-height: 20px !important; text-decoration: none !important;
}
.mas_vistos p{font-family: "Roboto";
font-weight: 400 !important;font-size: 0.8rem !important;
color: #4a4a4a !important; line-height: 20px !important;margin-bottom: 10px;
}

.widget-call{background-image: url('img/banner-bg-1.jpg'); background-size: cover; background-position: center center; padding: 20px; text-align: center;}
.widget-call h3, .widget-call-2 h3{font-size: 28px; color:#fff; text-align: center; font-weight: bold; margin-bottom: 15px;margin-top:5px;}
.widget-call p, .widget-call-2 p{font-size: 16px; color:#fff; text-align: center; margin-bottom: 15px;}
.widget-call a, .widget-call-2 a{padding: 15px; color:#fff; border:1px solid #fff; display: inline-block;}
.widget-call a:hover, .widget-call-2 a:hover{background-color: #fff; color:#4a4a4a;}
.widget-call-2{background-image: url('img/banner-bg-2.jpg'); background-size: cover; background-position: center center; padding: 20px; text-align: center;}
.widget-call-2 img{width: 70%; margin-bottom: 15px;}
.widget-social {background-color: #fff; padding: 20px; text-align: center;}
.widget-social h2{text-align: center; height: 33px; color: #CE776E; display: inline-block;
    font-family: "Roboto";
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.7rem;
    margin-bottom: 15px;}
.widget-social h2:after{width: 100%; height: 10px; background-color: #f1f1f1; content:""; display: inline-block; top: -22px;
    position: relative; mix-blend-mode:multiply;}
.widget-social ul{list-style: none; padding-left: 0px;}
.widget-social li{display: inline-block; margin-left:10px; margin-right: 10px;}
.widget-social li i{font-size: 26px; color:#CE776E;}
.widget-social li img{width: 25px; color:#CE776E; display: inline-block; vertical-align: sub !important;}

/* FIN WIDGETS */

/* COMMENTS */
.comments{background-color: #fff; margin-bottom: 20px; padding: 20px;}
.comments h3{margin:0px;}
.commentlist{width: 100%; list-style: none; padding-left: 0px;}
.commentlist .fn{color: #CE776E; font-family: "Roboto"; font-size: 20px; font-weight: 700;}
.comment-meta{ margin-top:10px;}
.comment-meta a{color:#9b9b9b !important; font-family: "Roboto"; font-size: 14px; font-weight: 400;}
.comment-respond{width: 100%;}

.comment{background-color: #fff; margin-top: 15px; margin-bottom:15px; padding: 20px;}

.comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-comment label {
	display: none;
}
.comment-form-comment{width: 50%; float:right;}
.comment-respond input[type="text"], .comment-respond input[type="email"]{background-color:#f1f1f1; border:0px !important; border-bottom:0px solid #979797 !important; padding:10px; width: 48%; margin-right:10px; font-family: "Roboto";
font-size: 16px;
font-weight: 400;}
.comment-respond textarea{background-color:#f1f1f1; border:0px !important; border-bottom:0px solid #979797 !important; padding:10px; width: 100%; margin-right:10px; font-family: "Roboto"; height: 150px;
font-size: 16px;
font-weight: 400;}
.comment-respond input[type=submit]{background-color:#CE776E ;border-radius: 0px; border:0px solid #CE776E !important;margin:5px;margin-left: 0px;padding:6px;padding-left:25px;padding-right: 25px; color: #fff;
font-family: "Roboto";
font-size: 16px;
font-weight: 700;}
.comment-respond input[type=submit]:hover{opacity: 0.7; cursor:pointer}
.comment-form-cookies-consent{width: 48%; display: inline-flex; display: none;}
.comment-form-cookies-consent label,.comment-form-policy label{width:85%; color: #4a4a4a;
font-family: "Roboto";
font-size: 13px;
font-weight: 400;}

.comment-respond input[type=checkbox]{margin-top:6px; margin-right: 5px;}

.comment-respond .form-submit{clear: both;
    text-align: right;}
/* FIN COMMENTS */

/* FOOTER */

footer{background-color:#4A4A4A; width: 100%; padding-top:20px;padding-bottom: 20px;color:#fff;}
footer p{font-size: 16px; font-weight: 500;}
footer a{font-size: 16px; font-weight: 500; color:#fff;}
footer a:hover{opacity: 0.8; color:#fff; text-decoration: underline;}
.connect-footer{width: 50%; float:left;}
.connect-footer ul{list-style: none; padding: 0px; margin-bottom: 2rem !important;}
.connect-footer li{float:left; margin: 5px; font-size: 20px;}
.connect-footer li a{color:#888888;}
.contact-footer{width: 50%; float: left;}
.pre-footer {padding-top:40px; padding-bottom: 30px; background-color: #fff;}
.pre-footer h3{font-size:24px; color:#CE776E; font-weight: 700; margin-bottom:0px;}
.pre-footer p{font-size: 16px; color:#4a4a4a;}



.bj-button a{padding: 10px 20px; background-color: #33acd9; border-radius: 25px; color:#fff; font-family: "Roboto"; font-size: 13px; text-decoration: none !important; font-weight: 700;}
.bj-button a:hover{opacity: 0.6;}
.social ul{list-style: none;}
.social ul li{display: inline-block;}
.social li img{width: 20px; display: inline-block; vertical-align: top !important;}
.menu-link{display:none;}


/* SEARCH PAGE */


.search-post .blog-box{}
.search-col{padding-top:15px; padding-bottom: 15px;}
.search-post .blog-box h2{}

.search-post .upimage-news p {
    color: #4a4a4a;
    font-family: "Roboto";
    font-size: 15px !important;
    font-weight: 400;
    line-height: 23px !important;
}

.search-post .blog-box .more-link {
    bottom: 25px;
}
.mvl{display:none;}
.no-mvl{display:block;}
.mvl-search{display:none;}
.no-mvl-search{display:block;}

.comment-author img{display: none;}
.commentlist ul.children{margin-top:30px; border-top: 1px solid #ddd;list-style: none;background-color:#f1f1f1;}
.commentlist ul.children .comment{background-color:transparent;}
.title-search{color:#CE776E;}

/* FIN SEARCH PAGE */
.center-img{text-align: center;}


.clear{clear: both;}


.page-submenu{padding-top:235px;}
.page-no-submenu{padding-top:30px;}
.category-novedades .page-submenu{padding-top:195px;}
.more-link{font-family: 'Roboto';}


@media only screen and (max-width:1200px) {	
	.logo-row {    
    	height:88px ;
	}
	.widget-title {    
    font-size: 1.5rem;    
}
}
@media only screen and (max-width:1024px) {
	.principal-nav li, .principal-nav .fas {    
	.container{width: 100%;}
   
}
.logo-row {    
    	height: 88px;
	}
}
@media only screen and (max-width:992px) {
	.container{max-width: 100%;}
	.logo-row {height: 68px;}
	.masthead{height: inherit;}
	.top-submenu{padding-top:155px;}
	.category-menu li a{font-size: 14px !important;}
	.mvl{display:none;}
.no-mvl{display:block;}
.mvl-search{display:block;}
.no-mvl-search{display:none;}
.principal-nav li{margin-right: 8px;}
.principal-nav li a {padding: 20px 0px 18px 0px;}
.principal-nav .fas:before {    
    margin-left: 8px;
}
.no-mvl-search{display:none;}
}

@media only screen and (max-width:767px) {
	.container{max-width: 100%;}
	.top-submenu{display: none;}
	.page-submenu{padding-top: 167px;}
	.menu-link{display:block;}
	.principal-nav{display:none;}
	.logo-row {    
    	height: 52px;
	}
	.category-menu li{float: none !important;border: 0px !important;}
	.disnone{display: none;}
	.newsletter, .newsletter-footer{height: inherit;}
	.mvl{display:none;}
.no-mvl{display:block;}
.category-box{display:none;}

.call-up-archive {
   height: inherit;
   padding-bottom:50px;
   
}
.mobile-logo img{margin-top:10px;}
.blog-box{height: auto !important;}
/*.blog-box .more-link {position: relative; display: none;}*/


.titular-agenda .blog-box{height: inherit;}
.float-newsletter{position:fixed; width:350px;  z-index:99999; right: -349px; top:74vh;}
.float-newsletter .form-box{width: 300px; float:left; background-color: rgba(255, 255, 255, 0.9); padding: 30px; margin-top:-85vh;}
.form-box h3{color: #CE776E;
font-family: "Roboto";
font-size: 28px;
line-height: 28px;
font-weight: 700;}
.form-box p{color: #4a4a4a;
font-family: "Roboto";
font-size: 14px;
font-weight: 400;
line-height: 14px;}

.relacionats .blog-box .links-share{height: 42px;}
.relacionats .blog-box .share-btns{position: relative; right: 10px;}
.newsletter-input{float:left; width: 50% !important;}
.links-share .more-link{display:none;}
.w-100{width: auto !important; height: 100%;}	
.carousel-caption{width: 100% !important;}
.carousel-blendmode{width: 140%;}
.carousel-text{text-align: center;}
.carousel-text .more-link{margin-top:20px;}

.masthead{display: none !important;}
.header-mobile{display: block !important;padding-bottom: 20px; background-color: #fff;}
.home-content{padding-top: 15px;}
.post {
    padding-top: 15px;
}
.share-btns {    
    position: absolute;
    
    display: block;
}
.share{display: none;}
.blog-100 .share-btns {
    display: none;
    float: right;
    padding: 10px 0px;
    position: relative;
    right: 0px;
}
.text-art h2{font-size: 20px;}
.text-on-img h2{font-weight: bold; font-size: 20px;width: 90%;}
.contact-footer, .connect-footer{width: 100%;}
.box-autor .text{width:100%;padding:0px;}
.box-autor{margin:0px;padding: 0px;}
.row-autor{margin-top:0px;}


}

@media only screen and (max-width:575px) {
	.container{max-width: 100%;}
	.menu-link{display:block;}
	.principal-nav{display:none;}
	.logo-row {    
    	height:76px ;
	}
	.masthead .social{float: right !important;}
	.mvl{display:block;}
	.no-mvl{display:none;}
	
	.bj-button a {
	   width: 100%; display:block; margin: 5px 0; text-align: center;
	}
	.category-box{display:none;}	
	
	input[type="email"], input[type="text"]{width: 100%;}
	textarea{ width: 100%;}
	.description{display:none;}
}

@media only screen and (max-width:767px) and (orientation: landscape) { 

}

@media only screen and (max-width:767px) { 



}


.error404 main{padding-top:250px;}

.buttons-mobile-right{padding-top:20px;}
.buttons-mobile-right .fas{font-size: 25px;}
.form-search-mvl{display:none;}
.margin-bottom-20{margin-bottom: 30px !important;}
.newposttag{position: absolute;
  right: 20px;
  top: 5px;
  padding: 3px 10px;
  color: #fff;
  font-size: 0.7rem;
  background-color: #CE776E;}