
/************************************* inicio seccion de contacto 3 **************************************************/


.wrap {
    margin: 20px auto;
    text-align: center;
}







/* Aqui empieza el codigo del boton circular. */
.boton-slide-circular {
    /*position: relative;
    display: inline-block;
    width: 250px;
    height: 50px;
    background: #fdfdfd;
    line-height: 50px;
    padding: 0;
    border-radius: 50px;
    border: 2px solid #63B1D0;
    margin-top: 10px;
    -webkit-transition: .5s;
    transition: .5s*/
    position: relative;
 font-family: "Inter", sans-serif;
    display: inline-block;
    width: 233px;
    height: 40px;
    background: #007B34;
    line-height: 55px;
    padding: 0;
    border-radius: 19px;
    border: 4px solid #007B34;
    top: 2px;
    transition: .5s;
}



.boton-slide-circular .slide-texto {
    position: absolute;
    left: 24%;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: .5s;
    -moz--transition: .5s;
    -o-transition: .5s;
    transition: .5s;
        margin-top: -8px;
}

.boton-slide-circular:hover {
    background-color: #001970;
    border: 4px solid #001970;
}

.boton-slide-circular:hover .slide-icono {
    left: 100%;
    background-color: #fdfdfd;
    color: #001970;
    margin-left: -45px;
}

.boton-slide-circular:hover .slide-texto {
    left: 24%;
    color: #fff;
}



@media screen and (max-width: 1020px) {
.boton-slide-circular {
    /*position: relative;
    display: inline-block;
    width: 250px;
    height: 50px;
    background: #fdfdfd;
    line-height: 50px;
    padding: 0;
    border-radius: 50px;
    border: 2px solid #63B1D0;
    margin-top: 10px;
    -webkit-transition: .5s;
    transition: .5s*/
    position: relative;
  
 font-family: "Inter", sans-serif;
    display: inline-block;
          
        height: 5vh;
    background: #007B34;
            line-height: 6.3vh;
    padding: 0;
    border-radius: 19px;
    border: 4px solid #007B34;
    top: 2px;
    transition: .5s;
    font-size: 2vh;

}




.boton-slide-circular:hover {
    background-color: #001970;
    border: 4px solid #001970;
   
}



.boton-slide-circular:hover .slide-texto {
    left: 24%;
    color: #fff;
}
}
/************************************* fin seccion de contacto 3 **************************************************/

/************************************* checar de que seccion es pendinete inicio **********************************/

 .banner2 {
  /*
background: rgb(255,255,255);
background: linear-gradient(72deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
  height: 100vh;
  background-size: cover;
  background-position: center;*/
      background-image: linear-gradient(rgb(0 0 0 / 34%), rgb(0 0 0 / 40%)), url(./../assets/7faq/seccion3/tubos.jpg);
    height: 38vh;
    background-size: 100vw;
    background-position: top;
    margin-top: 95px;
    left: 9%;
    border-radius: 55px;
    background-repeat: no-repeat;
    /* filter: grayscale(100%); */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
        margin: 0;
}


.content2 h2 {
  font-family: alfa slab one;
  color: #ef0554;
  font-size: 60px;
}

.btn2 a {
  text-decoration: none;
  background: #ef0554;
  padding: 15px 10px;
  display: inline-block;
  color: #fff;
  margin-top: 15px;
  border-radius: 50px;
  width: 130px;
  text-align: center;
}
.wrapper2 {
  width: 1060px;
  margin: auto;
  padding-top: 3%;
}

.wrapper21 {
  width: 1060px;
  margin: auto;
  padding-top: 1%;
  text-align: center;

}


@media screen and (max-width: 1020px) {
  .wrapper2 {
    width: 75%;
    padding-top: 26%;
  }
  .content2 {
   text-align: center;
        width: 96vw;
        margin-top: 6vw;
  }
  .content2 h2 {
    font-size: 60px;
  }
  .content2 p {
    width: 100%;
  }
  .wrapper21 {
  width: 1060px;
  margin: auto;
  padding-top: 1%;}

}
@media screen and (max-width: 1020px) {
  .banner2 {
    height: 50vh;
    background-size: 96vw;
   

   
  }
  
}

.ascolor2 {
    color: #fff;
}
.ascolor3 {
    color: #fff;
    font-size: 3.2rem;
      font-family: "Inter", sans-serif;
}

.textQS2 {
      color: #FFF;
    font-size: 6rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-align: center;


}

@media screen and (max-width: 1020px) {

  .ascolor2 {
    color: #fff;
}
.ascolor3 {
    color: #fff;
    font-size: 3.7vh;
      font-family: "Inter", sans-serif;
      margin: 0px 10px 0px 10px;
}
.textQS2 {
      color: #FFF;
    font-size: 4vh;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-align: center;


}
.content2 h2 {
  font-family: alfa slab one;
  color: #ef0554;
  font-size: 60px;
}

.btn2 a {
  text-decoration: none;
  background: #ef0554;
  padding: 15px 10px;
  display: inline-block;
  color: #fff;
  margin-top: 15px;
  border-radius: 50px;
  width: 130px;
  text-align: center;
}
.wrapper2 {
  width: 96vw;
  margin: auto;
  padding-top: 3%;
}

.wrapper21 {
  width: 96vw;
  margin: auto;
  padding-top: 1%;
}
}

/************************************* fin de que seccion es pendinete inicio **********************************/


/*************************************acordeon de preguntas inicio **********************************************/











.accordion-item.active .accordion-title {
  background-color: #DCDAD8;
}

.accordion-item.active .accordion-title::after {
  content: '\25BE';
  transform: translateY(-50%) rotate(180deg);
}

.accordion-item.active .accordion-content {
  display: block;
  padding-top: 0;
  padding-bottom: 15px;
}

/**************************************fin de acordeon d preguntas *******************************************/