.eti-atributos.delivery{
  background-color: #03a303;
  font-style: italic;
  position: absolute;
  color: white;
  text-align: center;
  font-size: 13px;
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 600;
  padding: 4px 15px;
}

.eti-atributos.delivery a{
  color: #fff;
}

.eti-roja{
  background: #d71f26;
  padding: 10px;
  border-radius: 5px; 
  width: max-content;
  margin-bottom: 40px;
}

.eti-roja p{
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0;
}

.form-control{
  font-size: 14px;
}

.form-box{
  margin-bottom: 15px;
}

.btn-dis{
  background: #03a303;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 14px; 
}
.top_info_single .btn.btn-dis:hover,
.top_info_single .btn.btn-dis:focus{
  color: #fff;
}

.btn-dis small{
  font-size: 10px;
}
.btn-danger {
  background-color: #d71f26;
  border-color: #d71f26;
}

.btn-what{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #00bb00;
  position: fixed;
  right: 0;
  padding: 5px 10px 5px !important;
  color: white;
  z-index: 1500;
  top: 45%;
  font-size: 18px;
  text-align: center;
  border: 2px solid #fff !important;
  line-height: 0.2;
  height: auto;
}

.btn-what i{
  color: white;
  font-size: 2.8em;
}

.btn-what label{
  display: inline-block;
  color: white;
}

.btn-what label span{
  color: white;
  font-size: 22px;
  text-align: center;
}

.btn-what:hover,
.btn-what:focus{
  color: white;
}

.logo_middle,
.logo_middle_mobile{
  position: relative;
}

.logo_middle_wrapper small,
.logo_middle_mobile small{
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #000;
  font-size: 13px;
  font-weight: 600;
}
.logo_middle_mobile small{
  padding-bottom: 10px;
}

.about_ideal_content b{
  color: #d71f26;
}

.titulo{
  margin-top: 25px;
  text-transform: uppercase;
  font-size: 25px;
}

.fondo{
  background: url(../img/fondo-secciones.jpg) top center no-repeat;
  background-size: cover;
}

.blog_area3{
  padding-bottom: 30px;
}

.sello-garantia{
  position: absolute;
  background-color: transparent;
  width: 100px;
  height: 100px;
  top: 19px;
  left: 10px;
  z-index: 1;
}

.sello-garantia img{
  width: 100%;
  height: auto;
  display: block;
}

.single_blog3{
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
}

.single_blog3_img{
  padding: 15px 15px 0;
}

.about_ideal_area{
  padding-top: 30px;
}

.brand_area{
  padding: 40px 0 25px;
}

.footer_copyright_area{
  padding: 25px 0;
}

.single_blog3_content h5{
  text-align: center;
  font-size: 30px;
}

.img-delivery img{
  width: 100%;
  border-radius: 10px;
}

.std_section_title h4 span{
  color: #d71f26;
}

.single_blog3_content h5 small{
  font-size: 20px;
}

.icon-pie a{
  text-decoration: none;
}

.icon-pie a,
.icon-pie{
  display: inline-flex;
}

nav.menu-none{
  display: none !important;
}

@media(max-width: 1370px){
  .logo_middle{
    margin: 0 auto;
  }

  .top_info_single{
    padding-right: 25px;
  }

  .logo_middle_wrapper small{
    bottom: -5px;
    font-size: 12px;
  }
}

@media(max-width: 1024px){
  .top_info_single.display-top{
    display: block;
    padding-bottom: 0;
    margin-top: 15px;
  }
  .copyright_text{
    margin-bottom: 15px;
  }
}

@media(max-width: 768px){
  .pt-105{
    padding-top: 70px;
  }

  .about_ideal_content p{
    font-size: 14px;
  }

  .std_section_title h3{
    font-size: 30px;
  }

  .img-delivery img{
    margin-bottom: 20px;
  }

  .top_info_wrapper{
    display: block;
    margin-top: 20px;
  }

  .top_info_single{
    padding-right: 0;
    padding-bottom: 20px;
  }

  .eti-roja{
    width: 100%;
  }
}