/* Shape */
.seccion-title{
  background-image: linear-gradient(to right, rgba(0, 94, 122, 1), rgba(0, 37, 48, 1)) !important;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 60px 0px 205px 0px;
  position: relative;
}
.titulo-blog{
  color: white;
  text-align: center;
}
.blog-post__meta{
  max-width: 700px;
  margin: auto;
}
.blog-post__timestamp,
.blog-post__author-name{
  color: white !important;
  font-size: 20px;
  padding: 2px 20px
}
.titulo-seccion{
  max-width: 1200px;
  margin: 0 auto;
  padding 0px 20px;
  font-size: 52px;
}
.shape-title{
  transform: rotate(180deg);
  bottom: -1px;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}
.shape-title svg{
  width: calc(150% + 1.3px);
  height: 90px;
}
.elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.max-750{
  max-width: 750px !important;
}
.max-1200{
  max-width: 1100px !important;
}
#hs_cos_wrapper_related_posts .blog-listing__post-title-link {
    min-height: 36px;
}
#hs_cos_wrapper_social_sharing {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
#hs_cos_wrapper_social_sharing a{
  text-decoration: none;
}
#hs_cos_wrapper_social_sharing .icon--light svg{
  fill: #007ca2;
}
/* blog form */

.blog-form-section{
  padding: 50px 50px 20px 50px;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
  margin-top: 80px;
  margin-bottom: 80px;
}
.blog-form-title{
  text-align: center;
  font-size: 32px;
  margin-bottom: 0px;
  color: #007ca2;
  font-weight: 800;
}
.blog-form-text{
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.hs_email label span{
  color: black !important;
}  
/* featured image */

.featured-img{
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  border-radius: 40px;
  overflow: hidden;
  margin-top: -180px;
}
.featured-img img{
  max-width: 100%;
  vertical-align: middle;
}

/* Date */

.blog-post__timestamp {
  display: block;
}

/* Author */

.blog-post__author {
  display: flex;
  margin-bottom: 1.4rem;
  align-items: center;
  justify-content: center;
}

.blog-post__author-image {
  height: auto;
  width: 50px;
  margin-right: 0.7rem;
}

.blog-post__author-name,
.blog-post__author-name:hover,
.blog-post__author-name:focus,
.blog-post__author-name:active {
  text-decoration: none;
}

/* Content */

.blog-post__body img {
  height: auto;
  max-width: 100%;
}

/* Comments */

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

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus,
.blog-comments .comment-reply-to:active {
  background-color: transparent;
  text-decoration: underline;
}
.blog-listing__post-tag {
    color: #FFFFFF !important;
    font-size: 11px !important;
}
.blog-listing__post-title{
    color: #007ca2 !important;
    font-size: 18px;
    text-decoration: none;
    line-height: 1em !important;
}
.blog-listing__post-title .blog-listing__post-title-link{
   color: #007ca2 !important;
    font-size: 18px;
    text-decoration: none;
    line-height: 1em !important;
}