.banner,
.banner2,
.banner3 {
  position: absolute;
  transform: translate(120px, 150px);
}

.seccion2,
.seccion3,
.seccion5,
.seccion10 {
  margin-top: 100px;
}

.banner-img {
  margin-top: 140px;
  width: 100%;
  height: auto;
}

.titulo {
  margin-top: 150px;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 56px;
  color: #e22226;
  text-shadow: 0px 0px 9px rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}

.contenido {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #6c6c6c;
}

.titulo2 {
  font-style: normal;
  font-weight: bold;
  font-size: 37.5425px;
  line-height: 46px;
  color: #ffffff;
  margin-top: 120px;
  margin-bottom: 20px;
}
.titulo5 {
  font-style: normal;
  font-weight: bold;
  font-size: 37.5425px;
  line-height: 46px;
  color: #ffffff;
  margin-top: 120px;
  margin-bottom: 20px;
}

.contenido2 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  color: #ffffff;
}
.titulo3 {
  font-style: normal;
  font-weight: bold;
  font-size: 37.5425px;
  line-height: 46px;
  color: #ffffff;
  margin-top: 120px;
  margin-bottom: 20px;
}

.contenido3 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  color: #ffffff;
}
.titulo4 {
  font-style: normal;
  font-weight: bold;
  font-size: 37.5425px;
  line-height: 46px;
  color: #ffffff;
  margin-top: 120px;
  margin-bottom: 20px;
}

.contenido4 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  color: #ffffff;
}

.colorRojo {
  color: #e22226;
}

.titulo-principal {
  font-style: normal;
  font-weight: bold;
  font-size: 46.8272px;
  line-height: 57px;
  /* identical to box height */
  text-align: center;
  color: #e22226;
}

.subtitulo-principal {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 125%;
  text-align: center;
  color: #6c6c6c;
  margin-bottom: 55px;
}

.cardProtec {
  padding: 10px 25px;
}

.titulo-card {
  font-style: normal;
  font-weight: bold;
  font-size: 27.7037px;
  line-height: 34px;
  color: #e22226;
  margin-bottom: 10px;
}

.contenido-card {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 132.4%;
  color: #6c6c6c;
}

.checkIcon {
  font-size: 30px;
  color: #e22226;
  margin-right: 10px;
}

.cardSec5 {
  background: #ffffff;
  box-shadow: 0px 2.63767px 39.5651px rgba(108, 108, 108, 0.15);
  padding: 25px;
  border-radius: 10px;
  min-height: 300px;
  box-sizing: border-box;
}

.imgCard5 {
  padding: 5px;
  width: 100%;
  position: absolute;
  transform: translate(-30px, 0);
}
.cardSec2 {
  background: #ffffff;
  box-shadow: 0px 2.63767px 39.5651px rgba(108, 108, 108, 0.15);
  padding: 25px;
  border-radius: 10px;
  min-height: 270px;
  box-sizing: border-box;
}
.imgCard2 {
  padding: 5px;
  width: 100%;
  position: absolute;
  transform: translate(-45px, 10px);
}

.tituloCard5 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}

.subtituloCard5 {
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 30px;
  color: #6c6c6c;
}

.contenidoCard5 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 151.4%;
  color: #6c6c6c;
}

.marcador {
  color: white;
  font-size: 50px;
  margin-top: 50px;
}

.enlaceX1 {
  font-style: normal;
  font-weight: bold;
  font-size: 2.5vw;
  text-align: center;
  text-decoration-line: underline;
  color: #ffffff;
}

.enlaceX1:hover {
  color: grey;
}

.LastBanner {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100px);
}

.llamarss {
  font-style: normal;
  font-weight: bold;
  font-size: 26.902px;
  line-height: 136.4%;
  color: #70ef50;
}
.banner5 {
  width: 100%;
}

@media (max-width: 1820px) {
  .banner,
  .banner2,
  .banner3 {
    transform: translate(40px, 100px);
  }
}

@media (max-width: 1650px) {
  .banner,
  .banner3 {
    transform: translate(-60px, 70px);
  }
  .titulo {
    font-size: 2vw;
  }
  .contenido {
    font-size: 1.5vw;
  }
  .titulo2 {
    font-size: 2vw;
  }
  .contenido2 {
    font-size: 1.5vw;
  }
}

@media (max-width: 1500px) {
  .banner {
    transform: translate(-130px, 50px);
  }
  .banner2 {
    transform: translate(0px, 60px);
  }
  .banner3 {
    transform: translate(-150px, 60px);
  }
  .enlaceX1 {
    font-size: 2vw;
  }
  .titulo5 {
    font-size: 2vw;
    margin-bottom: 0;
  }
}

@media (max-width: 1200px) {
  .banner {
    transform: translate(-130px, 40px);
  }
  .titulo {
    line-height: 35px;
  }
  .banner2 {
    transform: translate(0px, 50px);
  }
  .titulo2 {
    font-size: 3vw;
  }
  .contenido2 {
    font-size: 1.5vw;
  }
  .titulo3 {
    font-size: 2.5vw;
  }
  .contenido3 {
    font-size: 2vw;
  }
  .marcador {
    margin-top: 15px;
  }
  .cardSec2 {
    height: 350px;
  }
}

@media (max-width: 991px) {
  .banner {
    transform: translate(-80px, 5px);
  }
  .titulo {
    font-size: 2.5vw;
  }
  .contenido {
    font-size: 2vw;
  }
  .titulo2 {
    margin-bottom: 5px;
    line-height: 35px;
  }
  .contenido2 {
    font-size: 2vw;
    line-height: 30px;
  }
  .banner3 {
    transform: translate(0px, 35px);
  }
  .titulo3 {
    max-width: 500px;
    line-height: 35px;
  }
  .contenido3 {
    line-height: 25px;
  }

  .titulo4 {
    font-size: 3vw;
    margin-top: 145px;
    line-height: 35px;
  }
  .cardSec5 {
    height: auto;
  }
  .imgCard5 {
    position: absolute;
    width: 80px;
    transform: translatex(-20px);
  }
  .cardSec2 {
    height: auto;
    min-height: auto;
  }
  .imgCard2 {
    width: 70px;
  }
}

@media (max-width: 767px) {
  .banner {
    left: 50%;
    transform: translate(-50%, -60px);
    width: 100%;
    text-align: center;
    margin-top: 0vw;
  }
  .titulo {
    font-size: 7vw;
    line-height: 7.5vw;
  }
  .contenido {
    font-size: 4vw;
    line-height: 5vw;
  }
  .banner-img2 {
    margin-top: 40px;
    width: 100%;
  }

  .banner2 {
    width: 100%;
  }

  .titulo2 {
    margin-top: 75vw;
    font-size: 7vw;
    line-height: normal;
    padding: 20px;
    margin-bottom: 1vw;
  }
  .contenido2 {
    font-size: 5vw;
    line-height: normal;
    padding: 20px;
  }

  .banner3 {
    transform: translate(0%, 55vw);
  }
  .titulo3 {
    font-size: 7vw;
    max-width: none;
    width: 100%;
    line-height: normal;
    text-align: center;
  }
  .contenido3 {
    font-size: 5vw;
    text-align: center;
    line-height: normal;
  }
  .titulo4 {
    font-size: 7vw;
    margin-top: 145px;
    margin-left: 20px;
    line-height: normal;
    width: 90%;
  }
  .titulo5 {
    font-size: 3vw;
    margin-top: 25vw;
  }
  .enlaceX1 {
    font-size: 5vw;
  }
}

@media (max-width: 500px) {
  .titulo-principal {
    font-size: 35px;
    line-height: 35px;
  }
  .titulo2 {
    margin-top: 65vw;
  }
  .contenido2 {
    font-size: 5vw;
    line-height: normal;
    padding: 20px;
  }
  .banner3 {
    transform: translate(0%, 45vw);
  }
  .titulo5 {
    font-size: 3vw;
    margin-top: 35vw;
  }
  .enlaceX1 {
    font-size: 5vw;
    line-height: 10px;
  }
}

.ctmTD {
  border: none;
}

.tuplas:nth-child(even) {
  background-color: rgba(196, 196, 196, 0.1);
}
.tuplas:nth-child(odd) {
  background-color: rgba(196, 196, 196, 0.35);
}

.ul-custom {
  list-style: none;
}

/* .ul-custom li::before {
  font-size: 25px;
  content: "\2022";
  color: crimson;
  font-weight: bold;
  display: inline-block;
  width: 0.5em;
} */

.encabezado {
  background-color: #8f1929;
  color: white;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 8px;
  font-size: 19px;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
}
.last-row {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.header1 {
  background: #979696;
  color: white;
}
.header2 {
  background: #ff5c60;
  color: white;
}
.contentT {
  background: rgba(90, 90, 90, 0.1);
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  font-size: 15px;
  color: #6c6c6c;
}
.checks1 {
  border-bottom: 3px solid white;
  background: rgba(126, 126, 126, 0.5);
  width: 100%;
  height: 100%;
}
.checks2 {
  border-bottom: 3px solid white;
  background: rgba(255, 92, 96, 0.5);
  width: 100%;
  height: 100%;
}
.titu {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 56px;
  text-align: center;

  color: #e22226;
}

/* -/-/-/-/-/- estilos index mty*/
.banners {
  margin: 140px 0px 100px 0px;
}

.mb-100 {
  margin-bottom: 100px;
}

.i-title-1 {
  font-style: normal;
  font-weight: bold;
  font-size: 46.8272px;
  line-height: 57px;
  color: #e22226;
}
.i-content-1 {
  font-size: 22px;
}
.s {
  height: 5vw;
}
.i-img-rep1 {
  position: absolute;
  width: 85%;
  transform: translate(-80%, 0px);
}
.i-img-rep2 {
  position: absolute;
  width: 85%;
  transform: translate(90%, 0px);
}
.s {
  height: 28vw;
  width: 100%;
}

.valign-txt {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.redtit {
  font-style: normal;
  font-weight: bold;
  font-size: 46.8272px;
  line-height: 57px;
  color: #e22226;
}
.subti {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  color: #6c6c6c;
}

.pj-titulo {
  font-style: normal;
  font-weight: bold;
  font-size: 27.7037px;
  line-height: 34px;
  color: #e22226;
}
.pj-content {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #6c6c6c;
}


@media (max-width: 1699px) {
  .img-pj1{
    width: 120px;
  }
  .img-pj2{
    width: 160px;
  }
  .img-pj3{
    width: 240px;
  }
  .img-pj4{
    width: 240px;
  }
}

@media (max-width: 1399px) {
  .i-img-rep1 {
    width: 65%;
  }
  .i-img-rep2 {
    width: 65%;
    transform: translate(90%, 40px);
  }
  .s {
    height: 40vw;
  }
}

@media (max-width: 991px) {
  .banners {
    margin: 80px 0px;
  }
  .s {
    height: auto;
  }
  .img-pj1{
    width: 50px;
  }
  .img-pj2{
    width: 80px;
  }
  .img-pj3{
    width: 80px;
  }
  .img-pj4{
    width: 80px;
  }
}
@media (max-width: 767px) {
  .img-pj1{
    width: 70px;
  }
  .img-pj2{
    width: 120px;
  }
  .img-pj3{
    width: 120px;
  }
  .img-pj4{
    width: 120px;
  }
}

@media (max-width: 550px) {
  .img-pj1{
    width: 120px;
  }
  .img-pj2{
    width: 220px;
  }
  .img-pj3{
    width: 220px;
  }
  .img-pj4{
    width: 220px;
  }
}
@media (max-width: 400px) {
  .img-pj1{
    width: 500px;
  }
  .img-pj2{
    width: 820px;
  }
  .img-pj3{
    width: 1520px;
  }
  .img-pj4{
    width: 1520px;
  }
}
