/*---------------------------------------*/
/*BANNER HOME*/
/*---------------------------------------*/
.item-img-banner {
  width: 100%;
  min-height: 1120px;
  background-position: center;
  background-size: cover;
}
.content-main-banner-home {
  position: relative;
  background-size: cover;
  overflow: hidden;
  min-height: 950px;
  background-position: center;
}
.swiperBanner .swiper-pagination-bullet {
    background: #656565;
    opacity: 1;
    width: 15px;
    height: 15px;
}

.swiperBanner .swiper-pagination-bullet-active {
    background: #D9D9D9 !important;
}
.content-img-banner {
  position: absolute;
  width: 47%;
  right: 0;
  bottom: 0;
}
.content-text-banner-home {
    padding-top: 16%;
    width: 60%;
    padding-left: 6%;
}

.content-text-banner-home h1 {
  color: #fff;
  font-size: 85px;
  line-height: 80px;
  padding-bottom: 2%;
  font-weight: 400;
}
.content-text-banner-home h1 span {
  color: #601532;
}
.content-text-banner-home a {
  color: #ffff;
  font-size: 27px;
  padding: 15px 29px;
  background-color: #fcb600;
  border-radius: 33px;
  font-weight: 300;
}
.content-text-banner-home a:hover {
  background: #601532;
  color: #fff;
}
.content-text-banner-home p {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  font-family: "Lexend";
  padding-bottom: 5%;
}
.menu-item a span {
  font-size: 17px;
}

.content-text-banner-home a span {
  font-weight: 600;
}
.bullet-bottom {
  padding-bottom: 50px;
}
@media (width < 1550px) {
 .content-main-banner-home {
    min-height: 950px;
  }
}
@media (width < 1367px) {
  .content-text-banner-home h1 {
    font-size: 90px;
    line-height: 80px;
  }
  .content-text-banner-home {
    padding-top: 20%;
    width: 60%;
  }
  .content-main-banner-home {
    min-height: 880px;
  }
}
@media (width < 875px) {
  .content-main-banner-home {
    min-height: 700px;
  }
  .content-text-banner-home {
    padding-top: 20%;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .content-text-banner-home h1 {
    font-size: 64px;
    line-height: 60px;
  }
  .content-img-banner {
    width: 60%;
    right: 0;
    bottom: 0;
  }
}

@media (width < 500px) {
  .content-text-banner-home {
    padding-top: 50%;
  }
  .content-text-banner-home h1 br {
    display: none;
  }
  .content-text-banner-home h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .content-text-banner-home a {
    font-size: 16px;
    padding: 10px 29px;
  }
  .item-img-banner {
    width: 100%;
    min-height: 600px;
  }
  .content-img-banner {
    width: 75%;
    right: 0;
    bottom: 0;
  }
  .content-text-banner-home p {
    font-size: 20px;
    line-height: normal;
    font-weight: 300;
    padding-bottom: 5%;
  }
  .content-text-banner-home a {
    font-size: 16px;
    background: #601532;
    color: #fff;
  }
 .content-main-banner-home {
    min-height: 500px;
  }
}

/*---------------------------------------*/
/*SEGUNDA SECCION HOME VIDEO*/
/*---------------------------------------*/

#video-text {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.content-video,
.content-text {
  width: 50%;
}

.content-video {
  position: relative;
  width: 50%;
  padding-top: 42%;
}

.content-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-text h2 {
  color: #000;
  font-size: 64px;
  margin-bottom: 40px;
  line-height: 64px;
  font-weight: 500;
}
.content-text h2 span {
  font-weight: 700;
}
.content-text p {
  font-family: "Panton", sans-serif;
  font-size: 24px;
  line-height: 1.6;
  color: #000;
}
.content-text p span {
  font-weight: bold;
}
.content-text {
  padding: 0 8%;
  padding-top: 10%;
}
@media (width < 875px) {
  section#video-text {
    flex-direction: column;
  }
  .content-video {
    width: 100%;
    padding-top: 85%;
  }
  .content-text {
    width: 100%;
  }
}
@media (width < 500px) {
  .content-text h2 {
    font-size: 44px;
    margin-bottom: 40px;
    line-height: 45px;
    font-weight: 500;
  }
}
/*---------------------------------------*/
/*CERTECNICA*/
/*---------------------------------------*/
.content-certecnica-main {
  display: flex;
  width: 91%;
  margin: 0 auto;
}
.texto-certecnica h3 {
  font-size: 64px;
  font-family: "Lexend";
  line-height: 64px;
  font-weight: 500;
  color: black;
}
.texto-certecnica h3 span {
  font-weight: 800;
}
.texto-certecnica {
  width: 50%;
}
.img-certecnica {
  width: 50%;
  text-align: center;
}
.texto-certecnica p {
  color: black;
  font-family: "Panton";
  font-size: 20px;
  line-height: normal;
  margin: 0;
  font-weight: 600;
}
@media (width < 875px) {
  .content-certecnica-main {
    flex-direction: column;
    gap: 40px;
  }
  .texto-certecnica {
    width: 100%;
  }
  .img-certecnica {
    width: 100%;
  }
}
@media (width < 500px) {
  .texto-certecnica h3 {
    font-size: 36px;
    line-height: 38px;
  }
  .texto-certecnica p {
    font-size: 18px;
  }
}

/**+++++++++++++++++TBAS NEW HOME-------------------------*/
/**+++++++++++++++++TBAS NEW HOME-------------------------*/

/** * Tabs */
section#tabs-new-home .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
section#tabs-new-home .tabs label {
  order: 1;
  display: block;
  padding: 1rem 2rem;
  margin-right: 0.2rem;
  cursor: pointer;
  color: #262f6f;
  font-size: 18px;
  font-weight: bold;
  transition: background ease 0.2s;
      width: 10%;
          position: relative;

}
section#tabs-new-home .tabs .tab {
  order: 99;
  width: 72%;
  display: none;
  padding: 60px 58px;
  padding-top: 90px;
  /* background: #6c2b45; */
  border-radius: 30px;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(5deg, rgba(255, 255, 255, 0) 0%, #8f717c 100%);
      margin-top: 5%;
}
.img-tabs-main {
  position: absolute;
  width: 52%;
  right: -206px;
  top: -117px;
}
section#tabs-new-home .tabs input[type="radio"] {
  display: none;
}

section#tabs-new-home
  .tabs
  input[type="radio"]:checked
  + label
  .img-main-label-check {
  display: block;
}
section#tabs-new-home
  .tabs
  input[type="radio"]:checked
  + label
  .img-main-label {
  display: none;
}
.img-main-label-check {
  display: none;
}

.img-main-label-check p,
.img-main-label p {
  text-align: center;
  line-height: normal;
  margin-top: 12px;
     position: absolute;
    font-size: 23px;
  color: #fff;
  font-weight: 500;
  font-family: "Panton";
}
.img-main-label p {
  color: #704052;
}



section#tabs-new-home .tabs input[type="radio"]:checked + label + .tab {
  display: block;
}
@media (max-width: 45em) {
  section#tabs-new-home .tabs .tab,
  section#tabs-new-home .tabs label {
    order: initial;
  }
  section#tabs-new-home .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

.img-main-label, .img-main-label-check {
    text-align: center;
}

section#tabs-new-home {
  padding-top: 6%;
  position: relative;
  z-index: 1;
  background: #601532;
  padding-bottom: 6%;
}
section#tabs-new-home .tabs:before {
    content: '';
    position: absolute;
    width: 66%;
    height: 2px;
    left: 17%;
    background: #704052;
    top: 37.6%;
}
section#tabs-new-home h2 {
  color: #fff;
  font-size: 48px;
  text-align: center;
  padding-bottom: 5%;
  font-weight: 300;
}
section#tabs-new-home h2 span {
  color: #fcb600;
  font-weight: 700;
}
.content-new-tabs-home h4 {
  color: #fff;
  font-weight: 400;
  font-family: "Panton";
  font-size: 35px;
  width: 50%;
  line-height: normal;
}
.content-new-tabs-home p {
  color: #fff;
  font-weight: 400;
  font-family: "Panton";
  font-size: 11px;
  width: 80%;
}
.content-new-tabs-home h3 {
  color: #fff;
  font-size: 93px;
  line-height: 80px;
  font-weight: 600;
  font-family: "Panton";
}

.content-new-tabs-home {
  width: 67%;
}
label.tabone img {
    width: 105px;
}
label.tabtwo img {
    width: 106px;
}
label.tabthree img {
    width: 137px;
    padding-top: 7px;
}
label.tabfour img {
    width: 122px;
    padding-top: 7px;
}
label.tabfive img {
    padding-top: 5px;
    width: 179px;
}
@media (max-width: 1550px){
    label.tabfour img {
    width: 97px;
    padding-top: 0px;
}
label.tabthree img {
    width: 109px;
    padding-top: 0px;
}
label.tabtwo img {
    width: 83px;
}
label.tabone img {
    width: 83px;
}
section#tabs-new-home .tabs:before {
    width: 71%;
    height: 2px;
    left: 14%;
    top: 34.8%;
}
}
@media (max-width: 1440px){
    label.tabfour img {
    width: 88px;
    padding-top: 0px;
}
label.tabthree img {
    width: 99px;
    padding-top: 0px;
}
label.tabtwo img {
    width: 75px;
}
label.tabone img {
    width: 76px;
}
section#tabs-new-home .tabs:before {
    width: 72%;
    height: 2px;
    left: 14%;
    top: 34%;
}
}
@media (max-width: 1366px){
    section#tabs-new-home .tabs label {
 
    width: 11%;
}
section#tabs-new-home .tabs:before {
    width: 79%;
    height: 2px;
    left: 10%;
    top: 34%;
}
}
@media (max-width: 1280px) {
  section#tabs-new-home .tabs {
    gap: 35px;
  }
  section#tabs-new-home .tabs:before {
    width: 70%;
    height: 2px;
    left: 15%;
    top: 34%;
}
}
@media (max-width: 875px) {
  .content-new-tabs-home h3 {
    font-size: 40px;
    line-height: 40px;
  }
  .content-new-tabs-home p {
    font-size: 13px;
  }
  .content-new-tabs-home {
    width: 80%;
  }
  .content-new-tabs-home h4 {
    font-size: 25px;
    width: 82%;
    line-height: normal;
  }
  .img-tabs-main {
    position: absolute;
    width: 52%;
    right: -128px;
    top: 32px;
  }
  section#tabs-new-home .tabs:before{
      display:none;
  }
      section#tabs-new-home .tabs label {
        width: 25%;
    }
        label.tabone img {
        width: 100px;
    }
        label.tabtwo img {
        width: 103px;
    }
        label.tabthree img {
        width: 138px;
        padding-top: 0px;
    }
        label.tabfour img {
        width: 138px;
        padding-top: 0px;
    }
    section#tabs-new-home .tabs .tab {
    order: 99;
    width: 90%;
}
}
@media (max-width: 500px) {
  section#tabs-new-home .tabs .tab {
    padding: 60px 36px;
    padding-top: 45px;
  }
  .content-new-tabs-home {
    width: 100%;
  }
.content-new-tabs-home h3 {
        font-size: 36px;
        line-height: 49px;
        position: relative;
        z-index: 1;
    }
  section#tabs-new-home h2 {
    font-size: 27px;
    padding-bottom: 5%;
    padding-top: 10%;
  }
  .content-new-tabs-home h4 {
    font-size: 20px;
    width: 95%;
    line-height: normal;
  }
  .content-new-tabs-home p {
    font-size: 13px;
    line-height: normal;
  }
  .img-tabs-main {
    width: 52%;
    right: -69px;
    top: 32px;
  }
  section#tabs-new-home .tabs label {
        width: 35%;
    }
}

/*---------------------------------------*/
/*CRÍTICA*/
/*---------------------------------------*/
.item-img-critica {
  width: 100%;
  min-height: 600px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: end;
  padding-bottom: 5%;
  padding-left: 10%;
}
.item-img-critica h2 {
  color: #fff;
  font-family: "Panton";
  font-size: 95px;
}
.content-title-critica {
  text-align: center;
}
.content-title-critica h2 {
  color: #000;
  font-size: 51px;
  line-height: normal;
  font-weight: 400;
  padding-bottom: 5%;
}
.content-title-critica h2 span {
  color: #fcb600;
  letter-spacing: -4px;
  font-weight: 600;
}
.swiper-pagination-bullet-active {
  background: #fff600 !important;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 15px;
  height: 15px;
}
section#critica {
  padding-top: 3%;
}
#critica .swiper-button-next,
#critica .swiper-button-prev {
  top: 52%;
  color: #fff;
}
#critica .swiper-button-prev {
  left: 4%;
}
#critica .swiper-button-next {
  right: 4.5%;
}
@media (width < 1366px) {
  #critica .swiper-button-next {
    right: 4.5%;
  }
}
@media (width < 500px) {
  .content-title-critica h2 {
    font-size: 29px;
  }
  .item-img-critica {
    min-height: 400px;
    padding-bottom: 14%;
    padding-left: 10%;
  }
  .item-img-critica h2 {
    font-size: 41px;
  }
  section#critica {
    padding-top: 11%;
  }
}

section#clientes-home h3 {
  font-size: 51px;
  line-height: normal;
  font-weight: 700;
  text-align: center;
  padding-bottom: 3%;
  color: #000;
  padding-top: 6%;
}
.swiperClientes {
  padding-bottom: 5%;
}
section#clientes-home .swiper-pagination-bullet {
  background: #000;
  opacity: 1;
  width: 20px;
  height: 20px;
}
.item-img-clientes img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.item-img-clientes {
  height: 100px;
}
@media (width < 500px) {
  section#clientes-home h3 {
    font-size: 37px;
    padding-bottom: 11%;
    padding-top: 15%;
  }
  .swiperClientes {
    padding-bottom: 18%;
  }
}
section#agendar-section {
  background: #601532;
  padding: 5% 0;
  margin-top: 4%;
  margin-bottom: 2%;
}
.content-agendar-section {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.content-agendar-section h2 {
  color: #fff;
  font-size: 65px;
}
.btn-agendar-section a {
  background: #fcb600;
  display: inline-block;
  padding: 8px 74px;
  border-radius: 20px;
  color: #fff;
  line-height: normal;
  font-family: "Panton";
  font-size: 28px;
  font-weight: 600;
}
.btn-agendar-section {
  padding-top: 4%;
}
@media (width < 875px) {
  .content-agendar-section h2 {
    font-size: 41px;
  }
}
@media (width < 500px) {
  section#agendar-section {
    margin-top: 16%;
  }
  .content-agendar-section {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-block: 12%;
  }
  .content-agendar-section h2 {
    font-size: 28px;
  }
  .btn-agendar-section a {
    font-size: 21px;
  }
}
