/*Header*/
header .center-block {
    justify-content: space-between;
}
header .center-block .top-nav .menu-menuprincipaldrmariano-container{
    display: none;
}
header .center-block .logo {
    border-right: none;
}
/*Header*/

/*Icon Mobile Nav*/
header .center-block .top-nav .hb-mobile{
    display: block;
}
/*Icon Mobile Nav*/

/*Hero Header*/
.hero-header .center-block{
    padding: 0px;
}
.hero-header .background-hero {
    display: none;
}
.hero-only-image .background-hero{
    display: block;
}
.hero-header .center-block{
    flex-direction: column;
}
.hero-header .center-block .hero-left{
    max-width: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 30px;
    width: 100%;
    justify-content: center;
}

.hero-header .center-block .hero-left img{
    max-width: 500px;
}
.hero-header .center-block .hero-right .block {
    width: 97%;
    margin: 0 auto;
}
.hero-header .center-block .hero-right{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.hero-header .center-block .hero-right.hero-right-hide-mobile{
    display: none;
}
/*Hero Header*/

/*Our blog - Home*/
.our-blog .list-blog{
    flex-wrap: wrap;
}
.our-blog .list-blog .item-blog{
  width: calc(40% - 50px); 
}
/*Our blog - Home*/

/* Footer */
footer .center-block .block h4{
  font-size: 1.1rem;
}
footer .center-block .block h3{
  font-size: 1.1rem;
}
footer .center-block .block ul.footer-menu-bold-parent li a{
  font-size: 1.1rem;
}
/* Footer */

/* Service Reasons */
.service-reasons .reasons-grid {
    flex-wrap: wrap;
}
.service-reasons .reason-item {
    flex: 0 0 calc(50% - 50px);
}

/* Service FAQ */
.service-faq .faq-grid {
    grid-template-columns: repeat(2, 1fr);
}
.service-faq .faq-item {
    flex: 0 0 calc(50% - 10px);
}

/* block-subservices — 1000x631.css */
.block-subservices .subservices-grid {
    grid-template-columns: repeat(2, 1fr);
}

/* block-service-detail — 1000x631.css */
.block-service-detail .service-detail__layout {
    gap: 25px;
}

/* block-blog-header — 1000x631.css */
.block-blog-header .blog-header__layout {
    gap: 30px;
}

/* ============================================
   SINGLE POST — 1000x631.css
   ============================================ */
.single-post__layout {
    gap: 30px;
}
.single-post__sidebar {
    flex: 0 0 32%;
}

/* block-contact — 1000x631.css */
.block-contact .contact__layout {
    gap: 30px;
}
.block-contact .contact__map {
    flex: 0 0 45%;
    height: 420px;
}

/* CF7 — 1000x631.css */
.block-contact-form {
    padding: 30px 0 30px;
}

/* block-contact-form — 1000x631.css */
.block-contact-form .contact-form__layout {
    gap: 35px;
}
.block-contact-form .contact-form__info {
    flex: 0 0 38%;
}
.block-contact-form .contact-form__hola {
    font-size: 4rem;
}