.grid-hogar{
  display: flex !important;
  flex-wrap: wrap !important;
}
.grid-hogar .grid-hogar__item:first-child{
  background: rgb(238, 143, 0); /* Here COLOR */
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.grid-hogar .grid-hogar__item:first-child .welcome__left21{
  color: white;
  max-width: 300px !important;
}
.grid-hogar .grid-hogar__item:first-child .welcome__left21 .welcome__title{
  font-size: 3rem;
}
.grid-hogar .grid-hogar__item:first-child .welcome__left21 .welcome__description2{
  font-size: 1.2rem;
}

.grid-hogar .grid-hogar__item{
  width: 50%;
  height: 50vw;
  background-size: cover !important;
  background-position: center !important;
}

.grid-hogar .grid-hogar__sub-banner{
  width: 100%;
  position: relative;
}

.grid-hogar .grid-hogar__item-main{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
  padding: 8%;
}
.grid-hogar .grid-hogar__item-main .feature__title{
  font-size: 2.2rem;
  font-weight: 600;
  margin: 30px 0;
  margin-right: auto;
  line-height: 32px;
}
.grid-hogar__item-main-indicator{
  font-weight: bold;
  margin-right: auto;
}
.feature__p__content{
  margin: 55px 0;
  line-height: 22px;
}

/* Numbers */
.feature__tmp-container{
  display: flex !important;
  width: 100%;
  padding-right: 24%;
}
.feature__tmp-container div{
  padding: 20px;
  height: max-content;
}
.feature__tmp-container div span{
  display: block;
  width: max-content;
  font-weight: bold;
  font-size: 25px;
}
.feature__sub-title{
  margin: 30px 0;
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--primary-color);
  margin-right: auto;
}
.feature__tmp-container div p{
  line-height: 20px;
}

.feature__tmp-container div span::after{
  content: '';
  position: relative;
  display: block;
  width: 30px;
  height: 8px;
  margin: 20px 0 10px;
  background: var(--primary-color);
}
.feature__option{
  display: flex;
  align-items: center;
  text-decoration: none;
  background: rgba(209, 209, 209, 0.849);
  color: black;
  margin-top: 25px !important;
}
.feature__option b{
  font-size: 25px;
  margin-left: 20px;
  line-height: 0;
}

.grid-hogar__sub-banner__card{
  display: flex;
  flex-direction: column;
  background: white;
  min-width: 300px;
  margin-left: auto;
  margin-right: 14%;
  padding: 50px;
  color: var(--primary-color);
}
.grid-hogar__sub-banner__card p:first-child{
  display: block;
  width: 70%;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 10px;
}
.grid-hogar__sub-banner__card p:nth-child(2n){
  display: block;
  width: 80%;
  font-weight: 500;
  margin-bottom: 40px;
}
.grid-hogar__sub-banner__card span{
  display: block;
  color: rgb(65, 65, 65);
  font-size: 13px;
  margin: 5px 0;
}
.grid-hogar__sub-banner__card a{
  display: block;
  margin-top: 15px;
  width: 100% !important;
  text-align: center;
  font-size: 16px !important;
}

.grid-hogar__sub-banner-content{
  color: white;
  position: absolute;
  bottom: 8%;
  left: 8%;
}
.grid-hogar__sub-banner-content{
  text-shadow: 2px 0px 5px black, 
	  -2px 0px 5px black, 
	  0px 3px 5px black;
}
.grid-hogar__sub-banner-content span{
  font-size: 17px !important;
}

.grid-hogar__sub-banner-content span b{
  margin-right: 10px !important;
  font-size: 20px !important;
}

.grid-hogar__sub-banner-content p{
  display: block;
  max-width: 400px;
  font-weight: bold;
  font-size: 25px;
  margin: 20px 0;
}
.grid-hogar__item-tmp{
  display: flex;
  width: 100%;
  height: max-content;
}

@media screen and (max-width: 1366px){
  .grid-hogar__sub-banner__card a{
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1300px){
  .grid-hogar__sub-banner-content span{
    font-size: 14px !important;
  }
  .grid-hogar__sub-banner-content span b{
    font-size: 18px !important;
  }
  .grid-hogar__sub-banner-content p{
    font-size: 25px;
  }
  .grid-hogar .grid-hogar__item:first-child .welcome__left21 .welcome__title{
    font-size: 2rem;
  }
  .grid-hogar .grid-hogar__item:first-child .welcome__left21 .welcome__description2{
    font-size: 1rem;
  }
  .grid-hogar .grid-hogar__item-main .feature__title{
    font-size: 1.8rem;
    margin: 30px 0 10px;
    margin-right: auto;
  }
  .feature__p__content{
    margin: 40px 0;
    font-size: 14px;
  }
  .feature__tmp-container div span{
    font-size: 20px;
  }
  .feature__tmp-container div span::after{
    width: 20px;
    height: 5px;
    margin: 10px 0;
  }
  .feature__tmp-container div p{
    font-size: 13px;
  }
  .grid-hogar__sub-banner,
  .grid-hogar__item{
    min-height: 400px !important;
  }
  .feature__option{
    padding: 10px;
    font-size: 14px;
  }
  .feature__option b{
    font-size: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px){
  .grid-hogar__item-tmp{
    flex-direction: column-reverse;
  }
  .grid-hogar .grid-hogar__item{
    width: 100%;
    min-height: 50vw;
    height: max-content;
  }
  .grid-hogar__sub-banner-content span b{
    font-size: 16px !important;
  }
}

@media screen and (max-width: 768px){
  .grid-hogar__sub-banner-content p{
    max-width: 280px;
    font-size: 20px;
    margin: 15px 0;
  }
}

@media screen and (max-width: 580px){
  .feature__tmp-container{
    flex-direction: column;
  }
  .feature__tmp-container div span::after{
    width: 220px;
    height: 3px;
  }
  .grid-hogar__sub-banner:last-child{
    padding: 15px 0 !important;
  }
  .grid-hogar__sub-banner__card{
    margin: 0 auto;
    padding: 30px;
  }
  .grid-hogar__sub-banner__card p:first-child{
    width: 70%;
    font-size: 20px;
  }
  .grid-hogar__sub-banner__card p:nth-child(2n){
    margin-bottom: 20px;
  }
  .grid-hogar__sub-banner__card span{
    font-size: 12px;
    margin: 4px 0;
  }
  .grid-hogar__sub-banner__card a{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 40px;
    font-size: 12.5px !important;
  }
  .feature__option b{
    display: none;
  }
  .feature__option{
    height: max-content !important;
    text-align: left !important;
  }
}

@media screen and (max-width: 480px){
  .grid-hogar .grid-hogar__item{
    min-height: max-content;
  }
  .grid-hogar__sub-banner-content p{
    max-width: 240px;
    font-size: 18px;
    margin: 10px 0;
  }
}

@media screen and (max-width: 580px){
  .grid-hogar__sub-banner:last-child{
    padding: 0 !important;
  }
}