#title {
  background-image: url(../images/patron_rojo.png);
  margin-top: 121px;
  overflow: hidden;
}
.exp {
  float: right;
}
#title > div > div > div h2 {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 0;
  margin-top: 125px;
}
.texturagray {
  background-image: url(../images/patron_gris.png);
  padding-top: 50px;
  padding-bottom: 55px;
  margin-top: 65px;
  margin-bottom: 65px;
}
.texturagray > p {
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  color: #343434;
  text-align: center;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
}
.texturagray > p > span {
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #343434;
}
.rojo {
  background-color: #ed1b23;
  margin: 0 auto;
  width: 20%;
  padding: 5px 10px;
}
.rojo > p {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 0;
  text-align: center;
}
.margenbottom {
  margin-bottom: 50px;
}
.flex_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  background-color: #ffffff;
  position: relative;
  border-bottom: 4px solid #fff100;
  height: 280px;
}
.shadow > p:first-child {
  font-size: 32px;
  font-family: "Raleway";
  font-weight: bold;
  color: #343434;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 110%;
}
.shadow > p:nth-child(2) {
  font-size: 18px;
  font-family: "Raleway";
  color: #343434;
  margin-bottom: 20px;
}
.shadow > ul {
  padding-left: 15px;
}
.shadow > ul > li {
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  color: #343434;
}
.abscuadrado {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ed1b23;
}
#calidad {
  overflow: hidden;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .marbot {
    margin-bottom: 30px;
  }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .rojo {
    width: 25%;
    padding: 5px 10px;
  }
  .rojo > p {
    font-size: 28px;
  }
  .marbot {
    margin-bottom: 30px;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  #title {
    margin-top: 110px;
  }
  #title > div > div > div h2 {
    font-size: 40px;
    margin-top: 108px;
  }
  .rojo {
    width: 30%;
    padding: 5px 10px;
  }
  .rojo > p {
    font-size: 24px;
  }
  .shadow > p:first-child {
    font-size: 24px;
  }
  .shadow > p:nth-child(2) {
    font-size: 16px;
  }
  .shadow > ul > li {
    font-size: 15px;
  }
  .marbot {
    margin-bottom: 30px;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #title > div > div > div h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .exp {
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  #title {
    margin-top: 80px;
  }
  .rojo {
    width: 50%;
    padding: 10px;
  }
  .rojo > p {
    font-size: 24px;
  }
  .shadow {
    height: auto;
    margin-bottom: 20px;
  }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  #title > div > div > div h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 35px;
  }
  .exp {
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  #title {
    margin-top: 80px;
  }
  .rojo {
    width: 90%;
    padding: 10px;
  }
  .rojo > p {
    font-size: 24px;
  }
  .shadow {
    height: auto;
    margin-bottom: 20px;
  }
  .shadow > p:first-child {
    font-size: 24px;
  }
  .shadow > p:nth-child(2) {
    font-size: 16px;
  }
  .shadow > ul > li {
    font-size: 15px;
  }
}
