 .responsive{
  display: none;
}

.agua-section-tab h2{
  font-family: 'YanoneKaffeesatz';
  color: #1976BC;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.agua-section-tab h6{
  font-family: 'WorkSans';
  color: #101010;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

.agua-section-tab .agua-section-footer{
  margin-top: 10px;
  position: relative;
}

.agua-section-tab .agua-section-footer::before{
  content: ' ';
  position: absolute;
  background: url(/wp-content/uploads/2023/10/footer-before.png);
  width: 80px;
  height: 80px;
  top: -80px;
  left: 0;
}

.agua-section-tab .tab-content{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.agua-section-tab .tabs-title{
  margin-top: 80px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-around;
}

.agua-section-tab .tabs-title .tab{
  position: relative;
  color:  #1976BC;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  width: 270px;
  height: 70px;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0px 20px;
  font-family: 'YanoneKaffeesatz';
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  cursor: pointer;
  margin: 0 35px 0 0;
}

.agua-section-tab .tabs-title .tab.active{
  color:  #ECF5FA;
  background: #1976BC;
}

.agua-section-tab .tabs-title .tab::before{
  content: ' ';
  position: absolute;
  width: 26.376px;
  height: 26.368px; 
  border: 2px solid #1976BC;
  border-radius: 100%;
  top: 20px;
  right: 20px;
}

.agua-section-tab .tabs-title .tab.active::before{
  border: 2px solid #fff;
}

.agua-section-tab .tabs-title .tab.active::after{
  content: ' ';
  position: absolute;
  width: 26.376px;
  height: 26.368px;
  background: url(/wp-content/uploads/2023/10/agua-icon.png);
  background-repeat: no-repeat;
  top: 29px;
  right: 13px;
}

.agua-section-tab .tab-content .fila:nth-child(1){
  width: 19%;
}

.agua-section-tab .tab-content .fila:nth-child(2){
  width: 79%;
  padding-left: 250px;
}

.agua-section-tab .tab-content .description{
  position: relative;
  width: 100%;
  max-width: 150px;
  border-radius: 0px 30px 0px 100px;
  background: #ECF5FA;
  min-height: 470px;
  margin-top: 154px;
  margin-right: 60px;
  padding: 35px 20px;
}

.agua-section-tab .tab-content .description::after{
  content: ' ';
  position: absolute;
  background: url(/wp-content/uploads/2023/10/description-background.png);
  right: -60px;
  bottom: 0;
  width: 60px;
  height: 60px;
}

.agua-section-tab .tab-content .description .ingredients{
  position: relative;
  color: #1976BC;
  font-family: 'WorkSans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.agua-section-tab .tab-content .description .title h4{
  color: #1976BC;
  font-family: 'YanoneKaffeesatz';
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.agua-section-tab .tab-content .description .ingredients h5{
  color: #1A1A1A;
  font-family: 'WorkSans';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  border-bottom: 2px solid rgba(142, 198, 240, 0.50);
  padding-bottom: 12px;
}

.agua-section-tab .tab-content .description .ingredients p{
  color: #1976BC;
  font-family: 'WorkSans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 20px;
}

.agua-section-tab .tab-content .description .description-text p{
  color: #101010;
  font-family: 'WorkSans';
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

.agua-section-tab .tab-content .comparison{
  width: 100%;
  max-width: 870px;
  overflow: auto;
  scrollbar-color: #1976BC #eef7fb !important;
  scrollbar-width: thin;
  scrollbar-arrow-color: transparent; 
  scrollbar-gutter: stable;
}

.agua-section-tab .tab-content .comparison {
  scrollbar-width: thin;
  scrollbar-color: #1976BC #eef7fb;
}
.agua-section-tab .tab-content .comparison::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.agua-section-tab .tab-content .comparison::-webkit-scrollbar-track {
  background-color: #eef7fb;
}
.agua-section-tab .tab-content .comparison::-webkit-scrollbar-thumb {
  background-color: #1976BC;
}
.agua-section-tab .tab-content .comparison::-webkit-scrollbar-track, .agua-section-tab .tab-content .comparison::-webkit-scrollbar-thumb {
  border-radius: 12px;
}

.agua-section-tab .tab-content .comparison::-webkit-scrollbar-button {
  display: none; 
}

.agua-section-tab .tab-content .comparison::-webkit-scrollbar {
  height: 10px; 
  width: 5px;
	background: #eef7fb;
}

.agua-section-tab .tab-content .comparison::-webkit-scrollbar-thumb {
  background: #1976BC !important; 
}

.agua-section-tab .tab-content .comparison::-webkit-scrollbar-track {
  background: #eef7fb !important; 
}

.agua-section-tab .tab-content .comparison::-webkit-scrollbar-thumb{
	border-radius:0;
	background: #eef7fb;
}


.agua-section-tab .tab-content .comparison .imagen{
  width: 1870px;
}

.agua-section-tab .tab-content .comparison .image-item{
  position: absolute;
  top: 0;
  left: 160px;
}

.agua-section-tab .agua-section-footer .content{
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  max-width: 1169px;
  min-height: 166px; 
  border-radius: 0px 30px 0px 100px;
  background: #ECF5FA; 
  justify-content: space-around;
  align-items: center;
}

.agua-section-tab .agua-section-footer .content .text p{
  color: #1976BC;
  font-family: 'YanoneKaffeesatz';
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; 
  margin-right: -70px;
}

.agua-section-tab .agua-section-footer .content .button:hover{
  transition: 0.3s ease-in-out;
  transform: scale(1);
}

.agua-section-tab .agua-section-footer .content .button:hover{
  transition: 0.3s ease-in-out;
  transform: scale(1.1);
}

.agua-section-tab .agua-section-footer .content .button a{
  color: #FFF;
  text-align: center;
  font-family: "Work Sans", WorkSans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; 
  max-width: 230px;
  border-radius: 60px;
  border: 1px solid  #1976BC;
  background:  #1976BC; 
  padding: 15px 30px;
  transition: 0.3s ease-in-out;
}

.agua-section-tab .agua-section-footer .content .button a:hover{
  color: #1976BC ;
  background: transparent;
  border: 1px solid  #1976BC;
}

#popup-extend .elementor-element-populated{
  margin-right: 0 !important;
}

.nota{
  display: flex;
}

.nota .content-text{
  max-width: 850px;
  margin: 20px 40px 0 auto;
  padding-right: 10px;  
}

.nota .content-text p{
  color: #101010;
  font-family: "Work Sans", WorkSans;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2; 
}

@media(max-width: 1200px){
  .agua-section-tab .agua-section-footer .content .text{
    max-width: 400px;
    text-align: center;
  }
}

@media(max-width: 1060px){
  .agua-section-tab .tab-content .fila:nth-child(2){
    padding-left: 280px;
  }
  #popup-extend {
    height: 930px;
  }

  .nota .content-text {
    max-width:850px;
    margin: 20px auto 0 0;
    padding-right: 10px;
    padding-left: 150px;
  }
}

@media(max-width: 992px){
  .agua-section-tab h2{
    font-size: 50px;
  }

  .agua-section-tab .tab-content .fila:nth-child(2){
    padding-left: 300px;
  }
  
  .agua-section-tab .tabs-title .tab::before{
    content: ' ';
    position: absolute;
    width: 18.376px;
    height: 18.368px;
    border: 2px solid #1976BC;
    border-radius: 100%;
    top: 24px;
    right: 10px;
  }

  .agua-section-tab .tabs-title .tab.active::after{
    background-repeat: no-repeat;
    top: 28px;
    right: -2px;
    background-size: 10px 10px;
  }

  .agua-section-tab .tabs-title .tab{
    font-size: 18px;
  } 
}

@media(max-width: 875px){
  .agua-section-tab .tab-content .fila:nth-child(2){
    padding-left: 320px;
  }

  .agua-section-tab .agua-section-footer .content .text{
    max-width: 260px;
  }
  .agua-section-tab .agua-section-footer .content .text p{
    font-size: 24px;
  }
  
}

 @media(max-width: 768px){
  .desktop{
    display: none;
  }

  .responsive{
    display: block;
  }

  .agua-section-tab h2{
    font-size: 40px;
  }

  .agua-section-tab .tab-content .fila:nth-child(1){
    width: 100%;
  }
  
  .agua-section-tab .tab-content .fila:nth-child(2){
    width: 100%;
    position: relative;
    padding-left: 170px;
  }

  .agua-section-tab .tab-content .description{
    display: flex;
    flex-wrap: wrap;
    max-width: unset;
    margin-top: unset;
    margin-right: unset;
    min-height: unset;
    border-radius: 0px 0px 20px 20px;
    padding: 35px 20px 20px 20px;
  }

  .agua-section-tab .tab-content .description::after{
    display: none;
  }

  .agua-section-tab .agua-section-footer::before{
    display: none;
  }

  .agua-section-tab .agua-section-footer .content{
    border-radius: 0px 30px;
    padding: 50px 100px;
    text-align: center;
  }

  .agua-section-tab .agua-section-footer .content .text p{
    margin-right: 0px;
  }

  .agua-section-tab .tab-content .comparison .image-item{
    left: 0;
    height: 410px;
    width: auto;
  }

  .agua-section-tab .agua-section-footer .content .button a{
    display: block;
  }

  .agua-section-tab .tab-content .description{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .agua-section-tab .tab-content .description .title{
    width: 25%;
  }

  .agua-section-tab .tab-content .description .ingredients{
    width: 75%;
    margin: auto;
    text-align: right;
  }

  .agua-section-tab .tab-content .description .ingredients p{
    padding-bottom: unset;
  }

  .agua-section-tab .tab-content .description .description-text{
    width: 100%;
  }

  .agua-section-tab .tab-content .description .description-text p{
    padding-top: 10px;
    border-top: 2px solid rgba(142, 198, 240, 0.50);
  }

  .agua-section-tab .tabs-title{
    display: block;
    margin-top: 30px;
    position: relative;
    margin-bottom: -10px;
    z-index: 1;
    background: #fff;
    border: 3px solid #1976BC;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  }

  .agua-section-tab .agua-section-footer .content{
    padding: 50px;
  }

  .agua-section-tab .agua-section-footer .content .text p{
    font-size: 22px;
  }

  .agua-section-tab .tab-content .description .ingredients h5{
    display: none;
  }

  .agua-section-tab .tabs-title .tab{
    width: 100%;
    display: none;
    box-shadow:unset;
    color: rgb(139, 141, 148);
  }

  .agua-section-tab .tabs-title .tab:hover{
    color: #1976BC;
  }

  .agua-section-tab .tabs-title .tab.active{
    display: flex;
    color: #1976BC;
    background: #fff;
  }

  .agua-section-tab .tabs-title .tab::before{
    border: 0px ;
  }

  .agua-section-tab .tab-content .comparison .imagen img{
    height: 410px;
  }

  .menu-tab{
    position: absolute;
    top: 8px;
    right: 12px;
    width: 60px;
    height: 50px;
    z-index: 99;
    cursor: pointer;
    background: url(/wp-content/uploads/2023/10/arrow-icon.png);
    background-repeat: no-repeat;
    background-position: center;
  }  

  .agua-section-tab .tabs-title .tab.active::after{
    content: '  ';
    display: none;
  }

  .agua-section-tab .tab-content .comparison .imagen{
    width: 1015px;
    padding-bottom: 20px;
  }

  #popup-extend{
    height: 860px ;
  }

  .agua-section-tab .tab-content .description .title h4{
    font-size: 22px;
  }
  
  .nota .content-text {
    max-width:100%;
    margin: auto;
    margin-top: 10px;
    padding-right: unset;
    padding-left: unset;
  }
 
 }

 @media(max-width: 480px){
  .agua-section-tab .tab-content .fila:nth-child(2) {
    width: 100%;
    position: relative;
    padding-left: 173px;
  }
 }

 @media(max-width: 380px){
  .agua-section-tab .tab-content .fila:nth-child(2) {
    width: 100%;
    position: relative;
    padding-left: 145px;
  }

  .agua-section-tab .tab-content .comparison .image-item{
    left: -28px;
   
  }
  
 }