/* These includes are optional, but helpful. */







/*****************************************/
/*            Blog listing               */
/*****************************************/

body.blog-list,
body.blog-single{
  font-family: Montserrat, sans-serif;
}

body.blog-list .header-container-wrapper{
  background-image: url('https://5881356.fs1.hubspotusercontent-na1.net/hubfs/5881356/blog-assets/header-bg.jpg');
  background-size: cover;
  background-position: center bottom;
  padding: 30px 0 135px;
  color: #fff;
}

body.blog-list .header-container-wrapper .row-number-1{
  margin-bottom: 40px;
}

body.blog-list .header-container-wrapper .logo-wrap{
  text-align: center;
	width: 190px;
}

body.blog-list .header-container-wrapper .description-wrap h1{
  text-align: center;
  margin: 0 0 15px;
  color: #a8c44e;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
}

body.blog-list .header-container-wrapper .description-wrap h1 strong{
	text-transform: initial;
}

body.blog-list .header-container-wrapper .description-wrap h2{
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

@media(min-width: 768px){
  body.blog-list .header-container-wrapper{
    padding: 30px 80px 150px;
  }
	body.blog-list .header-container-wrapper .logo-wrap{
	  width: 100%;
		text-align: left;
	}
	body.blog-list .header-container-wrapper .custom-menu-primary{
    width: 100%;
		text-align: center;
  }
}

@media(min-width: 1024px){
  body.blog-list .header-container-wrapper{
    padding: 30px 40px;
    min-height: 545px;
  }
  body.blog-list .header-container-wrapper .description-wrap{
    padding: 10px 400px 10px 22px;
  }
  /*dy.blog-list .header-container-wrapper .description-wrap h1,
  body.blog-list .header-container-wrapper .description-wrap p{
    text-align: left;
  }*/
}  
@media(min-width: 1200px){
  body.blog-list .header-container,
  body.blog-list .body-container{
    width: 1050px;
  }
  body.blog-list .header-container-wrapper .logo-wrap,
	body.blog-list .header-container-wrapper .custom-menu-primary{
    text-align: left;
    width: auto;
  }
  body.blog-list .header-container-wrapper .description-wrap{
    padding: 80px 0 220px 5px;
		width: 70%;
    margin: 0 auto !important;
    float: none;
  }
  
  body.blog-list .header-container-wrapper .description-wrap h1{
    font-size: 32px;
  }
  body.blog-list .header-container-wrapper .description-wrap h2{
    font-size: 22px;
  }  
}

/*body.blog-list .body-container-wrapper{
  background-color: #e7eeeb;
}*/

body.blog-list .body-container-wrapper .blog-section{
  margin-top: -100px;
}

/*body.blog-list .body-container-wrapper .blog-section .posts .post-wrap{
  padding: 0;
	margin-top: 10px;
}

body.blog-list .body-container-wrapper .blog-section .posts .post-wrap:first-child{
	margin-top: 0;
}*/

body.blog-list .body-container-wrapper .blog-section .posts{
  display: grid;
	row-gap: 20px;
}

body.blog-list .body-container-wrapper .blog-section .posts .post{
  background-color: #fff;
  padding: 0;
  overflow: hidden;
	box-shadow: 0 0 11px rgba(0,0,0,0.2);
}

body.blog-list .body-container-wrapper .blog-section .posts .post figure{
  padding: 0;
}

body.blog-list .body-container-wrapper .blog-section .posts .post .details{
  padding: 30px 15px;
  color: #5d5d5d;
  text-align: center;
}

body.blog-list .body-container-wrapper .blog-section .posts .post .details header{
  border-bottom: 3px solid #c6cbb2;	
	margin-bottom: 15px;
}

body.blog-list .body-container-wrapper .blog-section .posts .post .details h2{
  margin: 0;
  font-weight: 700;
  /*text-transform: uppercase;*/
  font-size: 18px;  
}

body.blog-list .body-container-wrapper .blog-section .posts .post .details h2 a{
  color: #a8c44e;
  /*border-bottom: 3px solid #c6cbb2;*/
  padding-bottom: 10px;
  display: inline-block;
  /*margin-bottom: 10px;*/
  text-decoration: none;
}

/*body.blog-list .body-container-wrapper .blog-section .posts .post .summary{
	min-height: 210px;
}*/

body.blog-list .body-container-wrapper .blog-section .posts .post .details .more-link{
  display: inline-block;
  padding: 4px 62px;
  background-color: #a8c44e;
  border-radius: 19px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s linear;
}
body.blog-list .body-container-wrapper .blog-section .posts .post .details .more-link:hover{
  background-color: #697b2f;
  transition: all 0.5s linear;
}

body.blog-list .body-container-wrapper .blog-pagination{
  padding: 60px 0;
  text-align: center;
  font-size: 24px;
}

body.blog-list .body-container-wrapper .blog-pagination a{
  font-weight: 400;
  color: #5d5d5d;
  text-decoration: none;
}

body.blog-list .body-container-wrapper .blog-pagination .blog-pagination-left,
body.blog-list .body-container-wrapper .blog-pagination .blog-pagination-center,
body.blog-list .body-container-wrapper .blog-pagination .blog-pagination-right{
  display: inline-block;
  padding: 0 15px;
}

body.blog-list .body-container-wrapper .blog-pagination a.active{
  font-weight: 900;
  color: #a8c44e;
}

body.blog-list .body-container-wrapper .blog-pagination a.active:hover{
  color: #596f11;
}

/*body.blog-list .body-container-wrapper .blog-pagination a.previous-posts-link{
  font-weight: 900;
  color: #a8c44e;
}*/

@media (min-width: 768px){
	body.blog-list .body-container-wrapper .blog-section .posts{
		grid-template-columns: repeat(2, 1fr);
		column-gap: 20px;
	}
  body.blog-list .body-container-wrapper .blog-section .posts .post{
    max-width: 500px;
		display: grid;
		grid-template-rows: 0fr 1fr;
    margin: 0 auto;
    float: none;
  }
	
	body.blog-list .body-container-wrapper .blog-section .posts .post:first-child,
	body.blog-list .body-container-wrapper .blog-section .posts .post:last-child{
	  grid-column-start: 1;
    grid-column-end: -1;
	}
	
	body.blog-list .body-container-wrapper .blog-section .posts .post figure a{
	  display: block;
		overflow: hidden;
		height: 200px;
	}

	body.blog-list .body-container-wrapper .blog-section .posts .post .details header{
	  min-height: 75px;
	}
}

@media (min-width: 1024px){
  /*body.blog-list .body-container-wrapper .blog-section .posts .post{
    margin: 0 0 15px;
    max-width: initial;
    float: left;
  }*/
  body.blog-list .body-container-wrapper .blog-section .posts .post .details{
    text-align: left;
  }
  body.blog-list .body-container-wrapper .blog-section .posts .post .details h2{
    font-size: 19px;
  }
  body.blog-list .body-container-wrapper .blog-section .posts .post .summary{
    padding: 20px 0 0;
  }
  body.blog-list .body-container-wrapper .blog-section .posts .post-wrap:first-child .post{
    float: none;    
  }
  /*body.blog-list .body-container-wrapper .blog-section .posts .post figure{
    height: 170px;
    overflow: hidden;
  }
	body.blog-list .body-container-wrapper .blog-section .posts .post-wrap{
	  padding-left: 5px;
		padding-right: 5px;
		margin-top: 0;
	}
	body.blog-list .body-container-wrapper .blog-section .posts .post-wrap:nth-child(3n-1){
	  padding-left: 0;
	}
	body.blog-list .body-container-wrapper .blog-section .posts .post-wrap:last-child{
	  padding-right: 0;
	}
	body.blog-list .body-container-wrapper .blog-section .posts .post-wrap:first-child{
	  padding: 0;
	}
  body.blog-list .body-container-wrapper .blog-section .posts .post-wrap:first-child .post figure{
    height: 316px;
  }
  body.blog-list .body-container-wrapper .blog-section .posts .post-wrap:first-child .post .details{
    padding: 15px 40px;    
  }
  body.blog-list .body-container-wrapper .blog-section .posts .post-wrap:first-child .post .details h2{
    font-size: 23px;
  }
  body.blog-list .body-container-wrapper .blog-section .posts .post-wrap:first-child .post .details header{
    margin-top: 30px;
  }
	
	body.blog-list .body-container-wrapper .blog-section .posts .post-wrap:first-child .post .summary{
	  min-height: initial;
	}*/
  body.blog-list .body-container-wrapper .blog-section .posts .post .details header{
    margin-top: 2rem;
  }
}

@media (min-width: 1200px){
  body.blog-list .body-container-wrapper .blog-section .container{
    width: initial;  
  }
	
	body.blog-list .body-container-wrapper .blog-section .posts{
		grid-template-columns: repeat(3, 1fr);
	}
	
	
	
	body.blog-list .body-container-wrapper .blog-section .posts .post:first-child{
	  display: grid;
    grid-template-columns: 1fr 1.3fr;
		grid-template-rows: 1fr;
		max-width: initial;
	}
	
	body.blog-list .body-container-wrapper .blog-section .posts .post:first-child figure a{
	  height: auto;
	}
	
	
	
	body.blog-list .body-container-wrapper .blog-section .posts .post figure a{
	  height: 175px;
	}
	
	body.blog-list .body-container-wrapper .blog-section .posts .post .details{
	  padding-top: 10px;
	}
	
	body.blog-list .body-container-wrapper .blog-section .posts .post .details h2{
	  font-size: 23px;
	}
	
	body.blog-list .body-container-wrapper .blog-section .posts .post:last-child{
		grid-column-start: auto;
		grid-column-end: auto;
	}
	
	body.blog-list .body-container-wrapper .blog-section .posts .post:only-child{
	  grid-column-start: 1;
    grid-column-end: 4;
	}
}

.footer-container-wrapper{
  background-color: #201f1f;
  color: #ffffff;
}

.footer-container-wrapper .footer-container{
  padding: 0;
}

.footer-container-wrapper .subscribe{
  background-image: url('https://5881356.fs1.hubspotusercontent-na1.net/hubfs/5881356/blog-assets/subscribe_bg.jpg');
  padding: 30px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.footer-container-wrapper .subscribe h2{
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
}
.footer-container-wrapper .subscribe p{
  font-weight: 400;
  font-size: 15px;
}

.footer-container-wrapper .subscribe .hs-input{
  text-align: center;
  padding: 10px;
  border-radius: 21px;
  border: 0 none;
	outline: none;
	color: #747b78;
}

.footer-container-wrapper .subscribe label{
  display: none;
}

.footer-container-wrapper .subscribe .hs-error-msgs.inputs-list{
  color: #a94442;
  background-color: #f2dede;
  list-style: none;
  padding: 9px 0;
}

.footer-container-wrapper .subscribe .hs-error-msgs.inputs-list label{
  display: block;
  margin: 0;
}

.footer-container-wrapper .subscribe .hs-submit .hs-button{
  background-color: #517b41;
  border: 0 none;
  padding: 10px;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 15px;
  border-radius: 21px;
}

.footer-container-wrapper .contact{
  text-align: center;
  padding: 40px 0 30px;
}

/*Fix Blog General*/
.hs-blog-id-29095426211 .footer-container-wrapper .row-depth-1:last-child .contact{
  margin-top: -70px;
}

.footer-container-wrapper .contact .contact-block{
  margin: 0;
}

.footer-container-wrapper .contact .contact-block .widget-span{
	min-height: auto;
}

.footer-container-wrapper .contact .contact-block h3{
  text-transform: uppercase;
  font-weight: 700;
	font-size: 17px;
	margin-bottom: 0;
}

.footer-container-wrapper .contact .contact-block h4{
	text-transform: uppercase;
	font-weight: 300;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 15px;
}

.footer-container-wrapper .contact .contact-block ul{
  list-style: none;
  font-size: 12px;
	text-align: center;
	padding: 0 47px;
	margin-bottom: 40px;
}

.footer-container-wrapper .contact .contact-block:nth-child(3) ul{
  margin-bottom: 0;
}

.footer-container-wrapper .contact .contact-block ul li{
  margin-bottom: 10px;
	overflow: hidden;
	padding-right: 0;
}

.footer-container-wrapper .contact .contact-block ul li i{  
	display: inline-block;
	margin-top: 3px;
}

.footer-container-wrapper .contact .contact-block ul li .list-element{
	display: inline-block;
}

@media (min-width: 768px){
  .footer-container-wrapper .contact{
    text-align: left;
    padding: 40px 60px 30px;
  }
  .footer-container-wrapper .contact .contact-block ul{
    padding: 0;
  }

}

@media (min-width: 1024px){
  .footer-container-wrapper .subscribe .subscribe-wrap{
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
  }
}

@media (min-width: 1200px){
  .footer-container-wrapper .contact{
    width: 830px;
    margin: 0 auto !important;
    float: none;
		padding: 40px 0 30px;
  }
	
	.footer-container-wrapper .contact .contact-block ul{
		text-align: left;
	}
	
	.footer-container-wrapper .contact .contact-block ul li i{
		margin-right: 10px;
		float: left;
	}

	.footer-container-wrapper .contact .contact-block ul li .list-element{
		width: 90%;
		float: left;
	}
	
	
	.footer-container-wrapper .contact .contact-block{
		width: 33.33%;
		padding-right: 15px;	
	}
	.footer-container-wrapper .contact .contact-block:nth-child(2){
		padding-left: 20px;
		padding-right: 0;
	}
	
	.footer-container-wrapper .contact .contact-block:nth-child(3){
		padding-left: 45px;
		padding-right: 0;
	}
}

/*****************************************/
/*            Single Post                */
/*****************************************/
body.blog-single .header-wrapper{
  padding: 30px;
	text-align: center;
	position: relative;
	color: #fff;
	min-height: 350px;
}

body.blog-single .header-wrapper.has-cta{
  /*margin-bottom: 80px;*/
	margin-bottom: 0;
	background-color: #000;
}

@media(min-width: 1200px){
	body.blog-single .header-wrapper.has-cta{
		margin-bottom: 20px;
	}
}

body.blog-single .header-wrapper:before{
  content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.8);
}

body.blog-single .header-wrapper:after{
  content: '';
	display: block;
	position: absolute;
	background-image: url(https://5881356.fs1.hubspotusercontent-na1.net/hubfs/5881356/blog-assets/franja.png);
	left: 0;
	bottom: -60px;
	height: 138px;
	width: 100%;
	background-position: center;
}

body.blog-single .header-wrapper.has-cta:after{
	background-image: none;
	display: none;
}

body.blog-single .header-wrapper .header-top,
body.blog-single .header-wrapper .cta-details{
	position: relative;
	z-index: 9;
}

body.blog-single .header-wrapper .logo{
  /*margin-top: 30px;*/
	width: 190px;
	margin: 0 auto;
}

body.blog-single .header-wrapper .logo img{
  width: 100px !important;
}

body.blog-single .header-wrapper.has-cta .header-top{
	display: flex;
	flex-flow: wrap;
	flex-direction: column-reverse;
}

body.blog-single .header-wrapper.has-cta .cta-details h1{
  font-weight: 600;
	font-size: 25px;
}

body.blog-single .header-wrapper.has-cta .cta-details .author{
  font-size: 18px;
}

body.blog-single .header-wrapper.has-cta .cta-details .author span{
	display: block;
	margin: 30px 0;
}

body.blog-single .header-wrapper.has-cta .cta-details .description{
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 0;
	display: block;
}

body.blog-single .header-wrapper.has-cta .cta-details .author img{
	border-radius: 50%;
	width: 90px;
	height: 90px;
	border: 3px solid #a8c44e;
}

body.blog-single .header-wrapper.has-cta .cta-details .cta-wrap .cta_button{
  background-color: #a8c44e;
	border-radius: 30px;
	padding: 15px 20px;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 30px;
	transition: 0.3s;
	text-decoration: none;
}

body.blog-single .header-wrapper.has-cta .cta-details .cta-wrap .cta_button:hover{
	border-radius: 10px;
}

body.blog-single .header-wrapper.has-cta .cta-details figure{
  display: none;
}

body.blog-single .header-wrapper.has-cta .cta-details figure img{
  border-radius: 10px;
}

@media (min-width: 1200px){
  body.blog-single .header-wrapper{
    /*position: absolute;
    left: 0;*/
    width: 100%;
    /*z-index: 9;
    background-color: transparent;*/
    min-height: 300px;
    /*padding: 200px 0 130px;*/
		background-size: cover;
  }
	
	body.blog-single .header-wrapper.has-cta .header-top{
		width: 1200px;
		margin: 0 auto;
		flex-direction: row-reverse;
		align-items: center;
		position: relative;
    z-index: 999999;
	}
	
	body.blog-single .header-wrapper.has-cta .logo{
		margin-top: 0;
		width: 20%;
		text-align: left;
	}
	
	body.blog-single .header-wrapper.has-cta .custom-menu-primary{
	  width: 80%;
    text-align: right;
	}
	
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a{
	  padding-right: 0 !important;
	}
	
	body.blog-single .header-wrapper.has-cta .cta-details{
	  width: 1200px;
		margin: 50px auto 40px;
		display: grid;
    grid-template-columns: 1fr 1fr;
		column-gap: 60px;
	}
	
	body.blog-single .header-wrapper.has-cta .cta-details h1{
    font-size: 38px;
    text-align: left;
    margin-top: 0;
	}
	
	body.blog-single .header-wrapper.has-cta .cta-details .author{
		display: flex;
		align-items: center;
		font-size: 20px;
		width: 80%;
    margin: 0 auto;
	}
	
	body.blog-single .header-wrapper.has-cta .cta-details .author span{
	  display: inline-block;
		margin-bottom: 30px;
	}
	
	body.blog-single .header-wrapper.has-cta .cta-details .author img {
		width: 80px;
		height: 80px;
		margin-right: 25px;
	}
	
	body.blog-single .header-wrapper.has-cta .cta-details .description{
		text-align: left;
	  width: 375px;
    margin: 0 auto;
		font-size: 18px;
	}
	
	/*body.blog-single .header-wrapper.has-cta .cta-details .cta-wrap .cta-wrap-inner{
	  width: 90%;
	}*/
	
	body.blog-single .header-wrapper.has-cta .cta-details .cta-wrap .cta_button{
	  width: 319px;
		margin-left: auto;
		margin-right: auto;
	}
	
	body.blog-single .header-wrapper.has-cta .cta-details figure{
		display: block;
	}
}

@media(min-width: 1920px){
	body.blog-single .header-wrapper:after{
		background-size: cover;
		bottom: -40px;
		height: 170px;
	}
}

body.blog-single .after-header h1{
  position: relative;
  margin: 80px 0 10px;
  color: #718142;
  z-index: 9;
  text-align: center;  
  font-size: 30px;
  font-weight: 700;
}

/*body.blog-single .after-header.has-cta{
  display: none;
}*/

@media(min-width: 1200px){	
	body.blog-single .after-header{
		width: 1050px;
		margin: 0 auto;
	}
	
	body.blog-single .after-header h1{
    font-size: 48px;
		margin: 80px 0 10px;
  }
}

body.blog-single .header-container-wrapper .custom-menu-primary .hs-menu-wrapper{
  text-align: center;
}

body.blog-single .body-container-wrapper{
  background-color: #e7eeeb;
}

body.blog-single.header-v2 .body-container-wrapper{
    background-color: #fff;
}

body.blog-single .body-container{
  padding: 0;
}

/*body.blog-single .body-container section article header{
  height: 100px;
  padding: 70px 0 0;
  position: relative;
}

body.blog-single .body-container section article header:before{
  content: '';
  display: block;
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

body.blog-single .body-container section article header:after{
  content: '';
  display: block;
  position: absolute;
  background-image: url('https://5881356.fs1.hubspotusercontent-na1.net/hubfs/5881356/blog-assets/franja.png');
  left: 0;
  bottom: 0;
  height: 138px;
  width: 100%;
  background-position: center;
}*/



body.blog-single .body-container section article .post-content{
  padding: 30px;
  color: #2e2e2e;
}



body.blog-single .body-container section article .post-content p{
  font-size: 16px;
	text-align: center;
}

body.blog-single.header-v2 .body-container section article .post-content p{
  line-height: 1.3;
}

body.blog-single.header-v2 .body-container section article .post-content ul{
	font-size: 16px;
	color: #2e2e2e;
	list-style: none;
	padding: 0;
}

body.blog-single.header-v2 .body-container section article .post-content ul li{
	/*display: grid;
	grid-template-columns: 1fr 90%;
	column-gap: 15px;*/
}

body.blog-single.header-v2 .body-container section article .post-content ul li:before{
  content: "\f061";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;	
	color: #145c31;
	margin-right: 15px;
}

body.blog-single .body-container section article .post-content p:nth-child(1){
  font-size: 18px;
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

body.blog-single.header-v2 .body-container section article .post-content p:nth-child(1){
  font-size: 16px;
	font-family: inherit;
	font-weight: inherit;
}

body.blog-single .body-container section article .post-content iframe,
body.blog-single .body-container section article .post-content twitter-widget{
  margin-left: auto;
	margin-right: auto;
}

body.blog-single .body-container section article .post-content blockquote{
  background-color: #fff;
  border-radius: 10px;
  border-left: 30px solid #1e7a20;
  margin: 30px 0;
  position: relative;
  padding: 20px;
}

body.blog-single .body-container section article .post-content blockquote p,
body.blog-single .body-container section article .post-content blockquote p:nth-child(1){
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 0 18px;
  line-height: 1.3;
}

body.blog-single .body-container section article .post-content blockquote:before{
  content: '“';
  color: #1e7a20;
  font-family: Raleway, sans-serif;  
  font-size: 45px;
  line-height: 13px;
  display: inline-block;
  position: absolute;
  left: 14px;
  top: 31px;
  font-weight: 700;
}

body.blog-single .body-container section article .post-content blockquote:after{
  content: '”';
  color: #1e7a20;
  font-family: Raleway, sans-serif;  
  font-size: 45px;
  line-height: 13px;
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 8px;
  font-weight: 700;
}

body.blog-single .body-container section article .post-content a{
  font-weight: 700;
  color: #145c31;
  /*font-size: 20px;*/
  font-style: italic;
  border-bottom: 1px solid;
  text-decoration: none;
	cursor: pointer;
}

body.blog-single .body-container section article .post-content a.cta_button{
  font-style: normal;
}

body.blog-single .body-container section article .post-content h2{
  color: #1e7a20;
  font-weight: 700;
  font-size: 27px;  
  margin-top: 60px;
	text-align: center;
}

body.blog-single .body-container section article .post-content h2:first-child{
  margin-top: 30px;
}

/*body.blog-single.header-v2 .body-container section article .post-content h2{
  color: #a8c44e;
}*/

body.blog-single .body-container section article .post-content h3{
  color: #5d5d5d;
  font-weight: 700;
  font-size: 20px;
  margin-top: 40px;
	text-align: center;
}

body.blog-single.header-v2 .body-container section article .post-content h3{
  color: #1e7a20;	
}

body.blog-single.header-v2 .body-container section article .post-content img{
  border-radius: 20px;
	margin-bottom: 15px;
}

body.blog-single.header-v2 .body-container section article .post-content ol,
body.blog-single.header-v2 .body-container section article .post-content ul{
  display: grid;
	row-gap: 30px;
}

body.blog-single.header-v2 .body-container section article .post-content ol.has-headings{
  color: #1e7a20;
	font-size: 30px;
	font-weight: 700;
}

body.blog-single.header-v2 .body-container section article .post-content ol.has-headings p{
	font-size: 16px;
	font-weight: 400;
	color: #2e2e2e;
}

body.blog-single.header-v2 .body-container section article .post-content .twitter-tweet{
	margin-right: auto;
	margin-left: auto;
}

body.blog-single .body-container .share{
  overflow: hidden;
  padding: 0 30px 60px;
	text-align: center;	
}

.simple-social-sharing{
	justify-content: center;
}

body.blog-single .body-container .share p{
  font-size: 20px;
  font-weight: 600;
}

body.blog-single .body-container .share .widget-span{
  margin: 0;
}

@media screen and (max-width: 768px){
	body.blog-single .body-container table{
	  height: auto !important;
		display: block !important;
		overflow-x: scroll;
	}
}

@media (min-width: 1200px){
   
  
  body.blog-single .body-container section article .post-content{
    width: 1050px;
    margin: 0 auto;
  }	
	
	body.blog-single.header-v2 .body-container section article .post-content{
	    width: 800px;
	}
	
	
  
  body.blog-single .body-container section article .post-content h2{
    font-size: 40px;
		text-align: left;
    margin-top: 40px;
  }
	
	body.blog-single .body-container section article .post-content h3{
	  text-align: left;
		margin-top: 60px;
		margin-bottom: 30px;
		font-size: 30px;
	}
	
  body.blog-single .body-container section article .post-content blockquote{
    padding: 40px 60px;
    text-align: justify;
  }
  body.blog-single .body-container section article .post-content blockquote:before{
    font-size: 60px;
    left: 47px;
    top: 43px;
  }
  body.blog-single .body-container section article .post-content blockquote:after{
    font-size: 60px;
    right: 58px;
    bottom: 25px;
  }
	
	body.blog-single .body-container section article .post-content p{
	  text-align: left;
	}
	
  body.blog-single .body-container section article .post-content blockquote p,
  body.blog-single .body-container section article .post-content blockquote p:nth-child(1){
    font-size: 24px;
  }
	
	body.blog-single.header-v2 .body-container section article .post-content ul{
	  font-size: 16px;
	}
	
  body.blog-single .body-container .share{
    margin: 0 auto;
    width: 800px;
		text-align: center;		
  }
	
}

/*Modulo comentarios*/
.comments-wrap{
	margin: 0 auto;
	float: none !important;
	color: #145c31;
	overflow: hidden;
	padding-bottom: 50px;
}

body.blog-single.header-v2 .comments-wrap{
  /*background: #e7eeeb;*/
	padding-top: 15px;
}

.comments-wrap h3{
	text-align: center;
	margin: 0 0 50px;
	font-weight: 700;
}

.comments-wrap .widget-span{
  margin: 0;
}

@media(min-width: 1200px){
	.comments-wrap .hs-form{
	  width: 70%;
		margin: 0 auto;
	}
}

.comments-wrap .field{
	margin-bottom: 15px;
}

.comments-wrap .hs-input{
  border: 0 none;
	background: #f0effd;
}

.comments-wrap .hs-recaptcha{
  padding-top: 30px;
	text-align: center;
}

.comments-wrap .grecaptcha-badge{
  display: inline-block;
}

.comments-wrap .hs-submit{
  text-align: center;
}

.comments-wrap .hs-submit .hs-button{
	width: 100%;
	background-color: #a8c44e;
	border: 0 none;
	padding: 7px 7px;
	color: #fff;
	border-radius: 12px;
	cursor: pointer;
	font-weight: 700;
	margin: 30px 0;
}

@media(min-width: 1200px){
	.comments-wrap .hs-submit .hs-button{
	  width: 40%;
	}	
}
.comments-wrap .hs-submit .hs-button:hover{
	background-color: #8da738;
}

/*-----------------------------------------------------------*/
/*@media(max-width: 767px){
  body.hs-blog-id-9631934889 .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children>a{
    pointer-events: none;
  }
  body.hs-blog-id-20336402948 .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children>a{
    pointer-events: none;
  }
}
*/
@media(max-width: 767px){
  body.blog-single .header-wrapper .header-top, body.blog-single .header-wrapper .cta-details{
      display: inline;
  }
}


/**
 * CTAs
 * */

.cta__banner--desde-usa{
	overflow: hidden;
	display: block;
	border: 0 none;
	margin: 60px -30px 0;
	padding: 30px;
	background: gray url(https://blog.casasroble.com/hubfs/blog-assets/banner/desde-usa/bg.png) center/cover;
	color: #fff !important;
	font-weight: 400 !important;
	text-align: center;
}

@media(min-width: 1200px){
	.cta__banner--desde-usa{
	  text-align: left;
		position: relative;
		padding-bottom: 92px;
		padding-right: 20%;
		padding-left: 60px;
	}
}

.cta__banner--desde-usa:before{
  content: '';
	display: inline-block;
	height: 64px;
	width: 78px;
	background-image: url(https://blog.casasroble.com/hubfs/blog-assets/banner/desde-usa/paseo-del-prado-logo.png);
	margin-bottom: 30px;
}

.cta__banner--desde-usa:after{
  content: '';
	display: inline-block;
	height: 56px;
	width: 131px;
	background-image: url(https://blog.casasroble.com/hubfs/blog-assets/banner/desde-usa/grupo-roble-logo.png);
	margin-top: 30px;
}

@media(min-width: 1200px){
	.cta__banner--desde-usa:after{
		position: absolute;
		bottom: 12px;
		right: 12px;
	}
	
	.cta__banner--desde-usa p{
	  font-size: 19px !important;
	}	
}

@media(min-width: 1600px){
	.cta__banner--desde-usa:after{		
		bottom: 14px;
		right: 27px;
	}
}

.cta__banner--desde-usa p:nth-child(1){
	text-transform: uppercase;
	font-weight: 700 !important;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 20px;
}

@media(min-width: 1200px){
	.cta__banner--desde-usa p:nth-child(1){
	  font-size: 22px !important;
	}
}

@media(min-width: 1600px){
	.cta__banner--desde-usa p:nth-child(1){
	  font-size: 27px !important;
	}
}

.cta__banner--desde-usa p strong{
	display: block;
	color: #92c433;
}

.cta__banner--desde-usa p span{
	margin-top: 15px;
	display: inline-block;
	padding: 15px 50px;
	border-radius: 20px;
	background: #92c433;
	font-weight: 600;
}

@media(min-width: 1600px){
	.cta__banner--desde-usa p span{
	  margin-top: 30px;
	}
}

/*Modal*/

body.modal-open{
  overflow: hidden;
}

.modal {
  position: fixed;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.modal-bg {
  position: absolute;
  background: rgba(0,0,0,0.6);
  /*backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);*/
  width: 100%;
  height: 100%;
}

.modal-container {
  border-radius: 10px;
  background: #fff;
  position: relative;
  padding: 30px;
  text-align: center;
}

.modal.open .modal-container{
  max-height: 100%;
  overflow: scroll;
}

@media(min-width: 1024px){
  .modal-container{
    width: 70%;
  }
}

@media(min-width: 1200px){
  .modal-container{
    width: 50%;
  }
  .modal.open .modal-container{
    overflow: hidden;
  }
}

@media(min-width: 1920px){
  .modal-container{
    width: 40%;
  }
}

.modal__header{
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 0;
}

.modal__header *{
  margin-top: 0;
  margin-bottom: 0;
  color: #8a8c49;
  font-size: 20px;
  font-weight: 600;
}

@media(min-width: 1200px){
  .modal__header *{
    font-size: 25px;
  }
}

@media(min-width: 1600px){
  .modal__header *{
    font-size: 30px;
  }
}

.modal__content{
  color: #343a40;
  font-size: 17px;
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  outline: none;
  appearance: none;
  color: red;
  background: none;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
}