.bar {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 35px;
  display: flex;
  padding: 2rem 2rem;
  justify-content: space-around;
  margin-top: -4rem;
}

.bar .option_bar {
  margin: 0 2rem;
}
.blog-post__wrapper h1 {
  font-size: 5rem !important;
}


.bar .option_ {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #2F2F2F;
  font-size: 2.8rem;
  font-weight: bold;
}

#smart_home{padding-bottom:0 !important;}
.suscribe_form {
  border: 3px solid #FCB333;
  border-radius: 6px;
  padding: 4rem 2rem;
  margin: 5rem 0;
}

.suscribe_form h2 {
  font-size: 2.4rem !important;
  text-align: center;
  font-weight: 900;
  font-family: 'Poppins',sans-serif;
  color: #2F2F2F;
}

.suscribe_form p {
  color: #2F2F2F;
  text-align: center;
  font-size: 1.6rem;
}
.recursos_content {
  padding: 5rem 0;
}

.card_ {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 4rem 2rem;
  position: relative;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 3;
  box-shadow: 0px 0px 12px rgb(199 199 199);
  border-radius: 15px;
}

.card_ img {
  margin: -6rem auto 3rem;
  display: block;
  width: 100%;
  min-width: 100%;
  min-height: 20rem;
  max-height: 29rem;
  object-fit: cover;
}

.card_ .c_contenido {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.card_ p{font-size:1.6rem}
.cta_c a{
  color:#002CAB;
}
.c_contenido h3 {
  font-size: 2.2rem;
  color: #FCB333;
  margin: 0 0 1rem;
  font-weight: 900;
}

.cta_c{margin-top:2rem;}
.cta_c a {
  padding-right: 4rem;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/9409298/arrow_right_alt.png);
  background-size: 3rem;
  background-position: center right;
  background-repeat: no-repeat;
}
section.blog-related-posts h2 {
  color: #FFB71B;
  font-size: 4.2rem;
  margin-bottom: 3rem;
  line-height: 1.1;
}
section.blog-related-posts  h3.blog-related-posts__title a{
  color: #000000 !important;
  text-decoration:none !important;
}
section.blog-related-posts  h3.blog-related-posts__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #000000;
  margin: 0 0 1rem;
  font-weight: 700;
}

/*****************ESTILOS TOPICS  ******************/
.box__topics {
  margin-bottom: 8rem;
  margin-left: 8%;
}

.box__topics ul {
  list-style: none;
}
.box__topics ul li {
  margin: 1.6rem 0;
}

.box__topics ul a {
  color: #2F2F2F; 
}


/*******************  Section VIDEO STYLES *******************/
.video_youtube .hs-embed-wrapper {
  max-height: -webkit-fill-available !important;
  height: -webkit-fill-available !important;
}


/************ ESTILOS PAGINATION ****************/
/* Numbered Pagination */
.blog-pagination {
  display: block;
  text-align: center;
}

.blog-pagination a {
  color: #002CAB;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50px;
}


.blog-pagination > div {
  display: inline-block;
}

.blog-pagination .active {
  background-color: #FCB333;
  display: inline-block;
  border: 1px solid #FCB333;
  border-radius: 50px;
}

.blog-pagination .active a:hover {
  color: #002CAB;
}

.blog-pagination a:hover {
  display: inline-block;
  font-weight: bolder;
  color: black;
}

.blog-pagination .active a {
  font-weight: bolder;
}


.blog-pagination .disabled {
  color: #e5e5e5  !important;
}


.blog-pagination-left {
  text-align: right;
}

.blog-pagination-right {
  text-align: left;
}

.blog-pagination a {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  padding: 0px 7px;
}


.blog-pagination a.elipses {
  border: 0;
}

.blog-pagination a.active {
  background-color: #f5f5f5;
  color: #666;
  pointer-events: none;
  cursor: default;
}

.blog-pagination a.next-link,
.blog-pagination a.prev-link {
  background-color: #666;
  color: #fff;
}


.blog-pagination .pagination__left a,
.blog-pagination .pagination__right a {
  padding: 0!important;
}

@media (max-width:768px){
  .rorder-1{
    order:1 !important;
  }
  .bar {
    justify-content: start;
    overflow-x: scroll;
    align-items: center;
  }
  .bar .option_bar {
    margin: 0 2rem;
    width: 100%;
    min-width: 165px;
    text-align: center;
  }
}