#title {
  background-image: url(../images/patron_rojo.png);
  margin-top: 121px;
  overflow: hidden;
}
.exp {
  float: right;
}
.margintop {
  margin-top: 50px;
}
.paddtopbot {
  padding-top: 70px;
  padding-bottom: 30px;
}
#title > div > div > div h2 {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 0;
  margin-top: 119px;
}
#container-gray {
  padding-top: 60px;
  padding-bottom: 70px;
  overflow: hidden;
}
.texturagray {
  position: relative;
  background-image: url(../images/patron_gris.png);
}
.texturagray li {
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  color: #343434;
}
.texturagray ul {
  padding-left: 18px;
}
.texturagray > p {
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  color: #343434;
  margin-bottom: 0;
}
.flex_container {
  display: flex;
  align-items: center;
  height: 320px;
}
.absrojo {
  position: absolute;
  top: 0;
  left: 0;
}
.absrojo > div {
  background-color: #ed1b23;
  height: auto;
  padding: 5px 10px;
}
.absrojo > div > p {
  color: #ffffff;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 23px;
}
#metodo {
  background-image: url(../images/patron_gris.png);
  padding-top: 30px;
  padding-bottom: 90px;
  overflow: hidden;
}
.borderojo {
  border-top: 1px solid #ed1b23;
  margin-top: -30px;
}
.texttitle {
  color: #343434;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 40px;
}
#seguimiento {
  background-image: url(../images/fondo-servicio.jpg);
  background-size: 100% 100%;
  height: 406px;
}
.absline {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 1px;
  background-color: #ffffff;
}
.flex-container {
  display: flex;
  align-items: center;
  height: 406px;
}
.flex-container > div {
  text-align: center;
}
.flex-container > div > p:first-child {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
}
.flex-container > div > p:nth-child(3) {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  padding-top: 15px;
}
.flex-container > div > p:nth-child(4) {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.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;
  border-bottom: 4px solid #fff100;
  cursor: pointer;
  margin-bottom: 40px;
}
.shadow > div:first-child,
.shadow > div:nth-child(2) {
  display: flex;
  align-items: center;
  height: 90px;
}
.shadow > div > p {
  color: #343434;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 0;
  line-height: 110%;
}
.dis {
  display: none;
}
.titulo {
  color: #343434;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.dis > div > p {
  color: #343434;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
}
.dis > div li {
  color: #343434;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .shadow > div:first-child,
  .shadow > div:nth-child(2) {
    height: 80px;
  }
  .absrojo > div > p {
    font-size: 19px;
  }
}

/* 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: 130px;
  }
  .absrojo > div > p {
    font-size: 14px;
  }
  .shadow > div:first-child,
  .shadow > div:nth-child(2) {
    height: 80px;
  }
  .shadow > div > p {
    font-size: 26px;
  }
  .flex_container {
    display: flex;
    align-items: center;
    height: 380px;
  }
}

/* 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;
  }
  .margbot {
    margin-bottom: 20px;
  }
  .absrojo > div > p {
    font-size: 20px;
  }
  .shadow > div:first-child,
  .shadow > div:nth-child(2) {
    height: 80px;
  }
  .shadow > div > p {
    font-size: 19px;
  }
}

/* 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;
  }
  .margbot {
    margin-bottom: 20px;
  }
  .flex_container {
    height: 450px;
  }
  .absrojo > div > p {
    font-size: 16px;
  }
  .shadow > div:first-child,
  .shadow > div:nth-child(2) {
    height: 100px;
  }
  .shadow > div > p {
    font-size: 18px;
    line-height: 110%;
  }
}
