@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: miso;
  font-style: normal;
  font-weight: normal;
  src: url(/static/contenido/Proyecto-Ideas/blogs/Hogar/pinta-dale-textura-muro-interior/fonts/misofont/miso-webfont.ttf);
}

.mb-30 {
  margin-bottom: 30px;
}

body {
  background-color: #ebebeb !important;
}

.img-responsive-header{
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: -72px;
    
}

h3{
  font-size: 1.2em !important;
}

.nota {
  margin-bottom: 30px;
}

.nota p {
  font-size: 1.2em;
  color: #858585;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  line-height: normal;
}

.nota a {
  color:#3fa2f7;
  font-weight: bold;

}

.nota a:hover {
  text-decoration: none;
  color: #66AAE2;
}

.blog-heading {
    position: absolute;
    color: white;
    text-align: left;
    margin-top: -160px;
    font-family: "miso", Helvetica, Arial, sans-serif !important;
    font-size:4em;

}

.padding-block {
  position: relative;
  background-color: white;
  height: 800px;
  margin-top: -50px;
  height: auto;

}

.nota {
  padding-left: 20px;
  padding-right: 20px;
}

.blog-icon {
  height: 80px;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}




h1 hr {
  border-top: 12px solid white;
  width: 50%;
  margin: initial;
}


blockquote {
  border-left: none !important;
  font-family: "miso", Helvetica, Arial, sans-serif;
  font-size: 1.6em !important;
  color: #858585;
  padding: 0 !important;
  margin-right: 20% !important;
  line-height: 115% !important;
}

.quote-line1 {
  border-top: 8px solid black;
  margin-bottom: 5px !important;
}

.quote-line2 {
  border-top: 1px solid black;
  margin-top: 5px !important;
}

.img-text {
  margin-bottom: inherit;
  margin-bottom: 20px;
}

.img-text img {
  max-height: 530px;
  width: auto;
}

.img-text p {
  text-align: right;
  font-style: oblique;
  padding-top: 10px;

}

.related-articles {
  margin-top: 50px;
}

.related-articles div {
  margin-bottom: 30px;
}

.related-articles h4{
  font-size: 2.3em;
}

.related-articles-mobile {
  font-size: 1.7em;
  text-align: center;
  margin-top: 20px; 
}
/*   text-align: center;
  margin-top: 20px; */

.related-articles img {
  max-height: 300px;
}

.titulo-nota-blog{
    text-align: left;
    font-family: Helvetica, Arial, sans-serif !important;
    width:90%;
    font-size:1em;
    font-weight: bold;
    line-height: auto;
    margin-top: 10px;
}

.cta-nota-blog{
    text-align: left;
    font-family: Helvetica, Arial, sans-serif !important;
    font-weight: bold;
    font-size:1em;
    margin-top:5px;
}

.cta-nota-blog a {
   color:red !important;
}

.nota-padding{
  padding-right: 15%;
}
 .nota-padding strong{
  display: inline;
}



blockquote>strong{
  display: inline;
}

.seccion-notas-mobile {
  margin: 0 auto!important;
}

/*CAROUSEL ERANDI*/

.productos-mes {
  text-align: center;
  margin: 0;
  font-size:1.5em;
}


#element::-webkit-scrollbar {
  display: none;
}


div.scrollmenu-2 { 
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu-2 a {
  text-decoration: none !important;
  color: #FBD600;
}

div.scrollmenu-2 div {
  display: inline-block;
  color: #777;
  text-align: left;
  text-decoration: none;
  width: 80%
}

div.scrollmenu-2 div:hover {
  color: #0072CE;
  background-color:rgb(230, 236, 240);
}

.p-related-articles {
  padding: 0 10 10 0;
}


/* media query */
@media screen and (max-width: 2000px) {
  .a1 {
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
}

@media screen and (max-width: 1024px) {
.img-responsive-header{
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 0 !important;
    
}

.nota {
  padding-top: 1%;

}

.related-articles h4 {
  font-family: "miso", Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  text-align: center;
}

}

@media screen and (max-width: 760px) {

  .img-responsive-header{
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 0 !important;
    
}

.blog-heading {
    position: absolute;
    color: white;
    text-align: left;
    margin-top: -105px;
    font-family: "miso", Helvetica, Arial, sans-serif !important;
    font-size:2.3em;

}

h1 hr {
    border-top: 10px solid white;
    width: 50%;
    margin: initial;
  }


.padding-block {
  position: relative;
  background-color: white;
  height: 800px;
  margin-top: -50px;
  height: auto;
  padding-bottom: 20px;

}

.nota {
  padding-top: 1%;

}

h2 {
  font-size: 2.1em !important;
}

.blog-icon {
  height: 80px;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.related-articles h4 {
  font-family: "miso", Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  text-align: center;
}
	
}




