/**
  * Page Name: Alupresa Persianas y Cortinas
  * Updated: Noviembre 2023
  * Author & Developer : EJoab1995
  * License: https://inboundmkt.com.mx/
*/

/* Colors */
:root {
    --color-default: #FFFFFFFF;
    --color-primary: #2f5663;
    --color-secondary: #c18653;
    --color-opacity: #d8b188;
    --color-bg: #CCCCCC;
    --color-simple-text: #383b38;
    --color-bg: #FFF;
  }
  
  
  /*--------------------------------------------------------------
  # General
  --------------------------------------------------------------*/
  html,
  body {
    height: 100%;
  }
  
  .floatleft {
    float: left;
  }
  
  .floatright {
    float: right;
  }
  
  .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  
  .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  
  .aligncenter {
    display: block;
    margin: 0 auto 15px;
  }
  
  a:focus {
    outline: 0px solid;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  .fix {
    overflow: hidden;
  }
  
  p {
    margin: 0 0 15px;
    color: #444;
  }

  ol li{
    margin: 0 0 15px;
    color: #444;
    padding: 10px;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Raleway", sans-serif;
    margin: 0 0 15px;
    color: #444;
    font-weight: 500;
  }
  
  h1 {
    font-size: 48px;
    line-height: 50px;
  }
  
  h2 {
    font-size: 38px;
    line-height: 40px;
  }
  
  h3 {
    font-size: 30px;
    line-height: 32px;
  }
  
  h4 {
    font-size: 24px;
    line-height: 26px;
  }
  
  h5 {
    font-size: 20px;
    line-height: 22px;
  }
  
  h6 {
    font-size: 16px;
    line-height: 20px;
  }
  
  a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
  }
  
  a:hover {
    color: var(--color-primary);
    text-decoration: none;
  }
  
  a:active,
  a:hover {
    outline: 0 none;
  }
  
  body {
    background: var(--color-bg) none repeat scroll 0 0;
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: left;
    overflow-x: hidden;
    line-height: 22px;
  }
  
    /*--------------------------------------------------------------
  # scrooll bar
  --------------------------------------------------------------*/
  body::-webkit-scrollbar{
    width: 13px;
  }
  
  body::-webkit-scrollbar-thumb{
    background: var(--color-primary);
  }
  
  body::-webkit-scrollbar-thumb:hover{
    background: var(--color-opacity);
  }
  
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    transition: all 0.4s;
  }
  
  .back-to-top i {
    font-size: 28px;
    color: var(--color-bg);
    line-height: 0;
  }
  
  .back-to-top:hover {
    background: var(--color-opacity);
    color: var(--color-bg);
  }
  
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
  
  .clear {
    clear: both;
  }
  
  ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
  }
  
  input,
  select,
  textarea,
  input[type=text],
  input[type=date],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=tel],
  button,
  button[type=submit] {
    -moz-appearance: none;
    box-shadow: none !important;
  }
  
  div #preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: var(--color-bg) url("../img/preloader.gif") no-repeat center center;
  }
  
  ::-moz-selection {
    background: var(--color-primary);
    text-shadow: none;
  }
  
  ::selection {
    background: var(--color-primary);
    text-shadow: none;
  }
  
  .area-padding {
    padding: 70px 0px 80px;
  }
  
  .area-padding-2 {
    padding: 70px 0px 50px;
  }
  
  .padding-2 {
    padding-bottom: 90px;
  }
  
  .section-headline h2 {
    display: inline-block;
    font-size: 70px;
    font-weight: 500;
    margin-bottom: 70px;
    position: relative;
    text-transform: capitalize;
    font-family: 'Qwitcher Grypen', cursive;
    color: var(--color-simple-text );
  }
  
  .section-headline h2::after {
    border: 1px solid var(--color-primary);
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40%;
  }
  
  .sec-head {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: rgba(216, 177, 136, 0.8)
  }
  
  #header.header-scrolled {
    height: 64px;
  }
  
  #header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: bold;
  }
  
  #header .logo h1 span {
    color: var(--color-primary);
  }
  
  #header .logo h1 a,
  #header .logo h1 a:hover {
    color: var(--color-bg);
    text-decoration: none;
  }
  
  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
  }
  
  @media (max-width: 768px) {
    #header {
      height: 64px;
      background: rgba(216, 177, 136, 0.8);
    }
  
    #header .logo h1 {
      font-size: 28px;
    }
  }
  
  .header-bg {
    background: url(../img/marmol-hero.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 120px 0 60px;
  }
  
  .header-blog-cuidados-bg {
    background: url(../img/hd_blog_cuidados.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 120px 0 60px;
  }
  
  .header-blog-cuidados-bg::before {
    content: "";
    position: absolute;
    height: 300px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(244, 244, 244, 0.5);
  }

  .header-bg::before {
    content: "";
    position: absolute;
    height: 300px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(244, 244, 244, 0.5);
  }
  
  @media (min-width: 1025px) {
    .header-bg {
      background-attachment: fixed;
    }
    .header-blog-cuidados-bg{
      background-attachment: fixed;
    }
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation 
  */
  .navbar {
    padding: 0;
  }
  
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  .navbar li {
    position: relative;
  }
  
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-bg);
    white-space: nowrap;
    transition: 0.3s;
  }
  
  .navbar a i,
  .navbar a:focus i {
    font-size: 15px;
    line-height: 0;
    margin-left: 5px;
  }
  
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--color-primary);
  }
  
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--color-bg);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }
  
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #0d2529;
  }
  
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }
  
  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  
  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color: var(--color-bg);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  
  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }
  }
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(244, 244, 244, 0.5);
    transition: 0.3s;
    z-index: 999;
  }
  
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: var(--color-bg);
    overflow-y: auto;
    transition: 0.3s;
  }
  
  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #0d2529;
  }
  
  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
    color: var(--color-secondary);
  }
  
  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 15px;
  }
  
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: var(--color-bg);
    box-shadow: 0px 0px 30px rgba(216, 177, 136, 0.8);
  }
  
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }
  
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover>a {
    color: var(--color-primary);
  }
  
  .navbar-mobile .dropdown>.dropdown-active {
    display: block;
  }
  
    /*--------------------------------------------------------------
# Blog page
--------------------------------------------------------------*/
.page-area {
  position: relative;
}

.blog-page .banner-box {
  margin-bottom: 40px;
}

.search-option input {
  border: medium none;
  padding: 6px 15px;
  width: 80%;
}

.search-option {
  border: 1px solid #ccc;
  height: 42px;
  margin-bottom: 30px;
}

.search-option button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 8px 23px;
}

.search-option button:hover {
  color: var(--color-primary);
}

.left-blog h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
}

.left-blog {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}

.left-blog li {
  border-bottom: 1px solid #ddd;
  display: block;
}

.left-blog ul li a {
  color: #444;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-transform: capitalize;
}

.recent-single-post {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}

.ready-btn {
  border: 1px solid var(--color-bg);
  border-radius: 30px;
  color: var(--color-bg);
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.ready-btn:hover {
  color: var(--color-bg);
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  text-decoration: none;
}

.post-img {
  display: inline-block;
  float: left;
  padding: 0 5px;
  width: 35%;
}

.pst-content {
  display: inline-block;
  float: left;
  width: 65%;
}

.pst-content p a:hover,
.left-blog ul li a:hover {
  color: var(--color-primary);
}

.blog-page .single-blog {
  margin-bottom: 40px;
}

.pst-content p a {
  color: #444;
  font-size: 15px;
}

.header-bottom h1,
.header-bottom h2 {
  color: var(--color-bg);
}

.blog-tags {
  padding: 1px 0;
}

.left-blog li:last-child {
  border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
  color: var(--color-bg);
}

.popular-tag.left-side-tags.left-blog ul {
  padding: 0 10px;
}

.blog-1 .banner-box {
  margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
  border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
  padding: 3px 10px;
  width: auto;
}

.left-side-tags h4 {
  margin-bottom: 15px;
}


 /*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.post-information h2 {
    color: #363636;
    font-size: 22px;
    text-transform: uppercase;
  }
  
  .post-information {
    padding: 20px 0;
  }
  
  .post-information .entry-meta span a {
    color: #444;
    display: inline-block;
    padding: 10px 0;
  }
  
  .entry-meta span a:hover {
    color: var(--color-primary);
  }
  
  .post-information .entry-meta {
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
  }
  
  .post-information .entry-meta span i {
    padding: 0 10px;
  }
  
  .entry-content>p{
    color: #444;
  }
  
  .entry-meta>span {
    color: #444;
  }
  
  .entry-content blockquote {
    background: var(--color-bg) none repeat scroll 0 0;
    border-left: 5px solid var(--color-primary);
    font-size: 17.5px;
    font-style: italic;
    margin: 0 0 20px 40px;
    padding: 22px 20px;
  }
  
  .pagination>.active>a,
  .pagination>.active>span,
  .pagination>.active>a:hover,
  .pagination>.active>span:hover,
  .pagination>.active>a:focus,
  .pagination>.active>span:focus {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-bg);
    cursor: default;
    z-index: 3;
  }
  
  .social-sharing {
    background: var(--color-bg) none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: block;
    margin: 30px 0;
  }
  
  .social-sharing>h3 {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 20px 10px;
  }
  
  .sharing-icon {
    display: inline-block;
    float: right;
    padding: 13px 10px;
  }
  
  .sharing-icon a {
    border: 1px solid #444;
    color: #444;
    display: block;
    float: left;
    font-size: 18px;
    height: 34px;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
    width: 34px;
  }
  
  .sharing-icon a:hover {
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
  }
  
  .single-blog .author-avatar {
    float: left;
    margin-right: 10px;
  }
  
  .single-blog .author-description h2 {
    font-size: 18px;
    margin: 0;
    padding: 0 0 5px;
  }
  
  .author-info {
    background: var(--color-bg) none repeat scroll 0 0;
    float: left;
    margin: 30px 0;
    padding: 15px;
    width: 100%;
  }
  
  .single-post-comments {
    margin-bottom: 60px;
    max-width: 650px;
  }
  
  .comments-heading h3,
  h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: uppercase;
  }
  
  .comments-list ul li {
    margin-bottom: 25px;
  }
  
  .comments-list-img {
    float: left;
    margin-right: 15px;
  }
  
  .comments-content-wrap {
    color: #42414f;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 15px 80px;
    padding: 10px;
    position: relative;
  }
  
  .author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
  }
  
  .author-description h2 {
    color: #777;
    font-size: 20px;
    text-transform: uppercase;
  }
  
  .author-description h2 a {
    color: #000;
  }
  
  .comments-content-wrap span b {
    margin-right: 5px;
  }
  
  span.post-time {
    margin-right: 5px;
  }
  
  .comments-content-wrap p {
    color: #909295;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
  }
  
  li.threaded-comments {
    margin-left: 50px;
  }
  
  .comment-respond {
    margin-top: 60px;
  }
  
  span.email-notes {
    color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
  }
  
  .comment-respond p {
    color: #444;
    margin-bottom: 5px;
  }
  
  .comment-respond input[type=text],
  .comment-respond input[type=email] {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
  }
  
  .comment-respond textarea#message-box {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 130px;
    width: 100%;
  }
  
  .comment-respond input[type=submit] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid var(--color-primary);
    border-radius: 20px;
    box-shadow: none;
    color: #444;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 14px;
    margin-top: 20px;
    padding: 10px 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
  }
  
  .comments-content-wrap span a {
    color: #000;
  }
  
  .comments-content-wrap span a:hover {
    color: var(--color-primary);
  }
  
  .comment-respond input[type=submit]:hover {
    border: 1px solid var(--color-primary);
    color: var(--color-bg);
    background: var(--color-primary);
  }
  
  .single-blog .blog-pagination {
    border-top: 1px solid #e5e5e5;
    margin: 0;
    padding-top: 30px;
  }
  


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area {
    padding: 40px 0;
    background: #f9f9f9;
  }
  
  .footer-head p{
    color: var(--color-simple-text);
  }
  
  .footer-head h4 {
    color: var(--color-simple-text);
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  
  .footer-logo {
    padding-bottom: 20px;
  }
  
  .footer-logo h2 {
    color: #222;
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
  }
  
  .footer-logo h2 span {
    color: var(--color-primary);
  }
  
  .footer-icons ul li {
    display: inline-block;
  }
  
  .footer-icons ul li a {
    border: 1px solid #444;
    color: #444;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }
  
  .footer-icons ul li a i {
    line-height: 0;
  }
  
  .flicker-img>a {
    float: left;
    padding: 1px;
    width: 33.33%;
  }
  
  .footer-icons {
    margin-top: 30px;
  }
  
  .footer-contacts p span {
    color: var(--color-primary);
    font-weight: 700;
  }
  
  .popular-tag ul li {
    display: inline-block;
  }
  
  .footer-content {
    display: block;
    overflow: hidden;
  }
  
  .popular-tag ul li a:hover,
  .footer-icons ul li a:hover {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: var(--color-bg);
  }
  
  .popular-tag ul li a {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    font-size: 13px;
    display: block;
    font-weight: 600;
    margin: 5px 3px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    width: 70px;
  }
  
  .footer-area-bottom {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 15px 0;
  }
  
  .copyright-text a:hover {
    text-decoration: underline;
    color: var(--color-primary);
  }
  
  .copyright-text a {
    color: #444;
  }
  
  .copyright>p {
    margin-bottom: 0;
    color: #444;
  }
  
  .copyright a,
  .credits a {
    color: var(--color-primary);
  }
  
  .credits {
    padding-top: 5px;
    text-align: center;
  }


  /*--------------------------------------------------------------
  # Responsive
  --------------------------------------------------------------*/
  @media (min-width: 1920px) {
    .work-right-text {
      padding: 150px 150px;
    }
  }
  
  /* Normal desktop :992px. */
  @media (min-width: 992px) and (max-width: 1169px) {
    .slider-content {
      padding: 146px 0;
    }
  
    .work-right-text {
      padding: 40px 0;
    }
  
    .work-right-text h2 {
      font-size: 18px;
      line-height: 28px;
    }
  }
  
  /* Tablet desktop :768px. */
  @media (min-width: 768px) and (max-width: 991px) {
    .layer-1-1 h2 {
      font-size: 24px;
    }
  
    .layer-1-2 h1 {
      font-size: 31px;
      line-height: 38px;
      padding: 0px 30px;
    }
  
    .tab-menu ul.nav li a {
      padding: 10px 16px;
    }
  
    .suscribe-input input {
      width: 60%;
    }
  
    .suscribe-input button {
      width: 40%;
    }
  
    .team-content.text-center>h4 {
      font-size: 20px;
    }
  
    .sus-btn {
      margin-left: 0;
    }
  
    .suscribe-text h3 {
      font-size: 16px;
      padding-right: 20px;
    }
  
    .work-right-text h5 {
      font-size: 14px;
      line-height: 22px;
    }
  
    .work-right-text {
      padding: 36px 0;
    }
  
    .work-right-text h2 {
      font-size: 14px;
      line-height: 22px;
    }
  
    .work-right-text .ready-btn {
      font-size: 13px;
      padding: 7px 20px;
      margin-top: 5px;
    }
  
    .single-awesome-portfolio {
      width: 33.33%;
    }
  
    .widget-product a img {
      display: block;
      float: none;
      width: 100%;
    }
  
    .widget-product .product-info {
      display: block;
      float: none;
      padding-left: 0;
      width: 100%;
      margin-top: 20px;
    }
  
    .map-column {
      margin-left: 0;
      padding-right: 40px;
    }
  
    .post-information .entry-meta {
      font-size: 13px;
      padding: 5px 0;
    }
  
    .post-information .entry-meta span a {
      padding: 4px 0;
    }
  
    .service-pic {
      margin-bottom: 30px;
      text-align: center;
    }
  
    .single-add-itms {
      width: 50%;
    }
  
    .left-sidebar-title>h4 {
      font-size: 18px;
    }
  
    .contact-form {
      margin-top: 0px;
    }
  
    .search-option input {
      width: 67%;
    }
  }
  
  /* small mobile :320px. */
  @media (max-width: 767px) {
    .slider-area {
      margin-top: 60px;
    }
  
    .slider-content {
      padding: 80px 0;
    }
  
    .slider-content h2 {
      font-size: 18px !important;
      line-height: 24px !important;
    }
  
    .slider-content h1 {
      font-size: 20px !important;
      line-height: 26px !important;
    }
  
    .layer-1-3 a.ready-btn {
      padding: 8px 15px;
    }
  
    .section-headline h2 {
      font-size: 30px;
    }
  
    .well-middle .single-well {
      margin-top: 30px;
    }
  
    .single-skill {
      margin-bottom: 40px;
    }
  
    .tab-menu {
      margin-top: 30px;
    }
  
    .tab-menu ul.nav li a {
      padding: 8px 6px;
    }
  
    .wellcome-text {
      margin: 0px;
      padding: 70px 0px;
    }
  
    .subs-feilds {
      width: 100%;
    }
  
    .suscribe-input input {
      width: 60%;
    }
  
    .suscribe-input button {
      font-size: 15px;
      padding: 14px 10px;
      width: 40%;
    }
  
    .section-headline h3 {
      font-size: 25px;
    }
  
    .well-text>h2 {
      font-size: 18px;
    }
  
    .well-text p {
      display: none;
    }
  
    .single-team-member {
      margin-bottom: 30px;
    }
  
    .service-right {
      width: 100%;
    }
  
    .service-images:hover .overly-text {
      display: none;
    }
  
    .portfolio-area {
      padding-top: 0px;
    }
  
    .project-menu li a {
      padding: 8px 12px;
      margin: 10px 4px;
    }
  
    .pri_table_list {
      margin-bottom: 30px;
    }
  
    .single-awesome-project,
    .portfolio-2 .single-awesome-project {
      width: 100%;
      float: none;
    }
  
    .single-blog {
      margin-bottom: 30px;
    }
  
    .sus-btn {
      margin-left: 0;
      margin-top: 30px;
    }
  
    .contact-form {
      margin-top: 30px;
    }
  
    .head-team h5 {
      font-size: 22px;
    }
  
    .footer-content {
      margin-bottom: 30px;
    }
  
    .header-bottom h1 {
      font-size: 30px;
      margin-bottom: 0;
    }
  
    .page-area .slider-content {
      padding: 500px 0;
    }
  
    .search-option input {
      width: 74%;
    }
  
    .header-bottom h2 {
      font-size: 20px;
      margin-bottom: 0;
    }
  
    li.threaded-comments {
      margin-left: 0;
    }
  }
  
  /* Large Mobile :480px. */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .submitbtn {
      float: none;
      width: 99.8%;
    }
  
    .icons-bottom ul li a {
      height: 40px;
      line-height: 37px;
      width: 40px;
    }
  
    .blog-post-dlc ul li {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .awesome-portfolio-content .portfolio-2 {
      width: 50%;
    }
  
    .gallary-details .single-awesome-portfolio {
      width: 50%;
    }
  
    .tab-menu ul.nav li a {
      padding: 8px 20px;
    }
  }
  
  @media (max-width: 575px) {
    .slider-content {
      padding: 0;
    }
    .header-bg{
      background: url(/assets/img/marmol-hero.webp);
      background-size: cover;
      background-repeat: no-repeat;
      height: 200px;
    }
    .header-blog-cuidados-bg{
      background: url(/assets/img/hd_blog_cuidados.png);
      background-size: cover;
      background-repeat: no-repeat;
      height: 200px;
    }
    .header-bottom{
      margin-top: -500px;
    }
  }

  /* Botón estilo "Leer más" */
.btn-leer {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #333; /* color del borde */
  border-radius: 50px; /* bordes redondeados */
  color: #333; /* color del texto */
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Efecto hover */
.btn-leer:hover {
  background-color: #333; /* color de fondo al pasar el cursor */
  color: #fff; /* color del texto al pasar el cursor */
  text-decoration: none;
}

.blog-block {
  display: flex;
  flex-wrap: wrap; /* para que se acomode en móvil */
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.blog-block-image {
  flex: 1 1 40%;
}

.blog-block-image img {
  width: 100%;
  height: auto;
  border-radius: 8px; /* esquinas redondeadas opcionales */
}

.blog-block-text {
  flex: 1 1 60%;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}



