.treatmentsbody {
    margin: 0; /* Elimina márgenes del body */
  padding: 0; /* Elimina padding del body */
  overflow: hidden; /* Evita el scroll si el contenido excede la pantalla */

}
.menuclose {
  background-color: #f4f4f9; /* Color suave y neutro */
max-width: 100%;
max-height: 100%;
padding: 40px 0; /* Espaciado vertical opcional */
display: flex;
justify-content: center;
align-items: center;
}
.menuopen {
    background-color: #ffffff;
}
.Containercolumn2 {
    display: flex; /* Habilita Flexbox */
    justify-content: space-between; /* Espaciado uniforme entre columnas */
    align-items: center; /* Centra verticalmente */
    max-width: 100%; /* Ocupa todo el ancho del contenedor padre */
    height: inherit; /* Adopta la altura del contenedor padre */
    gap: 10px; /* Espaciado opcional entre columnas */
    flex-wrap: wrap; /* Permite que las columnas se muevan a la siguiente línea */
    text-decoration: none;
}

.c123h1 {
    padding-top: 30%;

}
.columnA {
    width: 45%; /* Cada columna ocupa el 45% del contenedor */
    max-width: 500px; /* Tamaño máximo */
    min-width: 150px; /* Tamaño mínimo */
    margin: auto; /* Centra columnas pequeñas */
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    text-decoration: none;
}
.type--A{
  --line_color : #38353511 ;
  --back_color : #ffffff ;
  color: #ffffff;
  text-decoration: none;
  
}
.c123h2 {
    font-size: 0.01 em;
    
    
}

.nicebutton{
    position : relative ;
    z-index : 0 ;
    width : 240px ;
    height : 56px ;
    text-decoration : none ;
    font-size : 14px ; 
    font-weight : bold ;
    color : var(--line_color) ;
    letter-spacing : 2px ;
    transition : all .3s ease ;
}
.WhatsApp_icon {
    width: 30px;
}
.nicebutton__text{
    display : flex ;
    justify-content : center ;
    align-items : center ;
    width : 100% ;
    height : 100% ;
}
.nicebutton::before,
.nicebutton::after,
.nicebutton__text::before,
.nicebutton__text::after{
    content : '' ;
    position : absolute ;
    height : 3px ;
    border-radius : 2px ;
    background : var(--line_color) ;
    transition : all .5s ease ;
}
.nicebutton::before{
    top : 0 ;
    left : 54px ;
    width : calc( 100% - 56px * 2 - 16px ) ;
}
.nicebutton::after{
    top : 0 ;
    right : 54px ;
    width : 8px ;
}
.nicebutton__text::before{
    bottom : 0 ;
    right : 54px ;
    width : calc( 100% - 56px * 2 - 16px ) ;
}
.nicebutton__text::after{
    bottom : 0 ;
    left : 54px ;
    width : 8px ;
}
.nicebutton__line{
    position : absolute ;
    top : 0 ;
    width : 56px ;
    height : 100% ;
    overflow : hidden ;
}
.nicebutton__line::before{
    content : '' ;
    position : absolute ;
    top : 0 ;
    width : 150% ;
    height : 100% ;
    box-sizing : border-box ;
    border-radius : 300px ;
    border : solid 3px var(--line_color) ;
}
.nicebutton__line:nth-child(1),
.nicebutton__line:nth-child(1)::before{
    left : 0 ;
}
.nicebutton__line:nth-child(2),
.nicebutton__line:nth-child(2)::before{
    right : 0 ;
}
.nicebutton:hover{
    letter-spacing : 6px ;
}
.nicebutton:hover::before,
.nicebutton:hover .nicebutton__text::before{
    width : 8px ;
}
.nicebutton:hover::after,
.nicebutton:hover .nicebutton__text::after{
    width : calc( 100% - 56px * 2 - 16px ) ;
}
.nicebutton__drow1,
.nicebutton__drow2{
    position : absolute ;
    z-index : -1 ;
    border-radius : 16px ;
    transform-origin : 16px 16px ;
}
.nicebutton__drow1{
    top : -16px ;
    left : 40px ;
    width : 32px ;
    height : 0;
    transform : rotate( 30deg ) ;
}
.nicebutton__drow2{
    top : 44px ;
    left : 77px ;
    width : 32px ;
    height : 0 ;
    transform : rotate(-127deg ) ;
}
.nicebutton__drow1::before,
.nicebutton__drow1::after,
.nicebutton__drow2::before,
.nicebutton__drow2::after{
    content : '' ;
    position : absolute ;
}
.nicebutton__drow1::before{
    bottom : 0 ;
    left : 0 ;
    width : 0 ;
    height : 32px ;
    border-radius : 16px ;
    transform-origin : 16px 16px ;
    transform : rotate( -60deg ) ;
}
.nicebutton__drow1::after{
    top : -10px ;
    left : 45px ;
    width : 0 ;
    height : 32px ;
    border-radius : 16px ;
    transform-origin : 16px 16px ;
    transform : rotate( 69deg ) ;
}
.nicebutton__drow2::before{
    bottom : 0 ;
    left : 0 ;
    width : 0 ;
    height : 32px ;
    border-radius : 16px ;
    transform-origin : 16px 16px ;
    transform : rotate( -146deg ) ;
}
.nicebutton__drow2::after{
    bottom : 26px ;
    left : -40px ;
    width : 0 ;
    height : 32px ;
    border-radius : 16px ;
    transform-origin : 16px 16px ;
    transform : rotate( -262deg ) ;
}
.nicebutton__drow1,
.nicebutton__drow1::before,
.nicebutton__drow1::after,
.nicebutton__drow2,
.nicebutton__drow2::before,
.nicebutton__drow2::after{
    background : var( --back_color ) ;
}
.nicebutton:hover .nicebutton__drow1{
    animation : drow1 ease-in .06s ;
    animation-fill-mode : forwards ;
}
.nicebutton:hover .nicebutton__drow1::before{
    animation : drow2 linear .08s .06s ;
    animation-fill-mode : forwards ;
}
.nicebutton:hover .nicebutton__drow1::after{
    animation : drow3 linear .03s .14s ;
    animation-fill-mode : forwards ;
}
.nicebutton:hover .nicebutton__drow2{
    animation : drow4 linear .06s .2s ;
    animation-fill-mode : forwards ;
}
.nicebutton:hover .nicebutton__drow2::before{
    animation : drow3 linear .03s .26s ;
    animation-fill-mode : forwards ;
}
.nicebutton:hover .nicebutton__drow2::after{
    animation : drow5 linear .06s .32s ;
}
@keyframes drow1{
    0%   { height : 0 ; }
    100% { height : 100px ; }
}
@keyframes drow2{
    0%   { width : 0 ; opacity : 0 ;}
    10%  { opacity : 0 ;}
    11%  { opacity : 1 ;}
    100% { width : 120px ; }
}
@keyframes drow3{
    0%   { width : 0 ; }
    100% { width : 80px ; }
}
@keyframes drow4{
    0%   { height : 0 ; }
    100% { height : 120px ; }
}
@keyframes drow5{
    0%   { width : 0 ; }
    100% { width : 124px ; }
}

.containerA{
    
    display : flex ;
    flex-direction : column ;
    justify-content : center ;
    align-items : center ;
    text-decoration: none;
}
.nicebutton:not(:last-child){
  margin-bottom : 64px ;
}
/* General Styles */
.bodyclose {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
display: flex;
overflow: hidden;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #f4f4f9;
}
.menubox{
display: inline-block;
max-width: 100px;
margin: 10px;
padding: 0%;
}
.popup {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
/*background-color: #ffffff;*/
display: none;
background: linear-gradient(45deg, #fff, #ddd, #ccc, #fff, #eee, #bbb);
text-align: center;
transform: scale(0.7);
animation: popup-in 0.5s ease-out forwards; 



} /*
.popup2 {
 
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  color: #333;
  overflow: hidden;
  background: linear-gradient(135deg, #6d6d6d, #ffffff, #2e2e2e);
  background-size: 200% 200%;
  animation: gradientMove 10s ease infinite;/*anterior
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  color: #fff;
  font-family: Arial, sans-serif;
  background: rgba(0, 0, 0, 0.5);  Optional overlay for better text visibility 
  
}
*/
.popup3 {
position: relative;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
overflow: hidden;
color: #fff;
font-family: Arial, sans-serif;
 background: linear-gradient(45deg, #fff, #ddd, #ccc, #fff, #eee, #bbb);
z-index: 1;

}
.popup2 video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover;
z-index: 0;
}
.popup2 h1 {
position: relative;
z-index: 2;
}
.marble {
  width: 400px;
  height: 400px;
  background: linear-gradient(45deg, #fff, #ddd, #ccc, #fff, #eee, #bbb);
  background-size: 300% 300%;
  border-radius: 50%;
  animation: marbleEffect 10s infinite linear;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

button {
padding: 10px 20px;
background-color: linear-gradient(45deg, #fff, #ddd, #ccc, #fff, #eee, #bbb);
color: #000000;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}

button:hover {
background-color: #0056b3;
}

/* Popup Overlay */
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
visibility: hidden;
transition: visibility 0.3s, opacity 0.3s;
}
.vimeo-iframe {
position: fixed; /* Fija el iframe en la ventana del navegador */
top: 0;
left: -50px;
width: 100%;
height: 100%;
border: none; /* Elimina cualquier borde */
z-index: -1; /* Envía el iframe al fondo */
}

/* Animations */
@keyframes popup-in {
0% {
transform: scale(0.02);
opacity: 0.5;
}
100% {
transform: scale(1);
opacity: 1;
}
}

@keyframes popup-out {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(0.7);
opacity: 0;
}
}
@keyframes gradientMove {
0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}
/* Active State */
.overlay.active {
opacity: 1;
visibility: visible;
}

.popup.closing {
animation: popup-out 0.5s ease-in forwards;
}
#menu2 {
display:none;
color: aquamarine;
}
.close {
display: none;
}
/*img comparativa*/
.comparison-container {
  width: 300px;
  height: 567px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;

}


.img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.img-before,
.img-after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.img-after {
  clip-path: inset(0 50% 0 0); /* Oculta la mitad derecha al inicio */
}

.slider-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.623);
  left: 50%;
  z-index: 10;
}

.slider {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  z-index: 20;
  -webkit-appearance: none;
  background: transparent;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid white;
}

.slider::-moz-range-thumb {
  height: 30px;
  width: 30px;
  background: #d4d4d4;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid white;
}
.contenedor-texto-comparativo {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'roboto', sans-serif;
  width: 350px;
    margin: 0 auto;
  max-width: 100%;
}
.textocomparativo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-family: 'roboto', sans-serif;
 
}
.switchsex-container {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'roboto', sans-serif;
  width: 350px;
    margin: 0 auto;
  max-width: 100%;
  color: #000000;
}
.switchsex-container button {
  background-color: #925c5c;
  color: #000000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
}
.popup2 {
  position: relative;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
width: 100%;
height: 100vh;
overflow: hidden;
z-index: 1;

}
#popupod::after {
content: "";
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6); /* Esta es la capa oscura */
z-index: -1; 
}	
#popupod::before {
content: "";
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
background: url('/assets/images/HERO.jpg') center center / cover no-repeat;
filter: grayscale(100%);
z-index: -1;
opacity: 1;
}
#popuptotal::after {
content: "";
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6); /* Esta es la capa oscura */
z-index: -1; 
}	
#popuptotal::before {
content: "";
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
background: url('/assets/images/HERO.jpg') center center / cover no-repeat;
filter: grayscale(100%);
z-index: -1;
opacity: 1;
}


#popuptcorp::after {
content: "";
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6); /* Esta es la capa oscura */
z-index: -1; 
}	
#popuptcorp::before {
content: "";
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
background: url('/assets/images/HERO.jpg') center center / cover no-repeat;
filter: grayscale(100%);
z-index: -1;
opacity: 1;
}
#popupderm::after {
content: "";
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6); /* Esta es la capa oscura */
z-index: -1; 
}	
#popupderm::before {
content: "";
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
background: url('/assets/images/HERO.jpg') center center / cover no-repeat;
filter: grayscale(100%);
z-index: -1;
opacity: 1;
}
#popupciru::after {
content: "";
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6); /* Esta es la capa oscura */
z-index: -1; 
}	
#popupciru::before {
content: "";
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
background: url('/assets/images/HERO.jpg') center center / cover no-repeat;
filter: grayscale(100%);
z-index: -1;
opacity: 1;
}
.popup2.close {
display: none;
}


.popup2-content {
text-align: center;
max-width: 600px;
padding: 40px;
background: rgba(255, 255, 255, 0.05);
border-radius: 20px;
box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
display: flex;
flex-direction: column;
align-items: center;
margin: 0 auto;
}

.popup2-content h2 {
font-size: 2em;
margin-bottom: 10px;
font-weight: 700;
}

.popup2-content .slogan {
font-size: 1.2em;
font-style: italic;
margin-bottom: 30px;
color: #eee;
}

.popup2metric {
font-size: 1.1em;
margin-bottom: 20px;
}

.popup2testimonio {
font-style: italic;
color: #ddd;
margin: 20px auto;
}

.popup2testimonio span {
color: #bbb;
font-size: 0.9em;
}

.popup2logos {
display: flex;
justify-content: center;
gap: 20px;
margin: 25px 0;
}

.popup2logos img {
height: 30px;
opacity: 0.8;
}

.popup2botones {
display: flex;
justify-content: center;
gap: 15px;
margin-top: 30px;
}

.popup2btn-light {
background-color: #f7f7f7;
color: #333;
padding: 12px 20px;
border-radius: 8px;
border: none;
cursor: pointer;
font-weight: 600;
}

.popup2btn-gold {
background-color: #c5a253;
color: #fff;
padding: 12px 20px;
border-radius: 8px;
border: none;
cursor: pointer;
font-weight: 600;
}
.popup2-columns {
display: flex;
gap: 20px;
justify-content: center;
flex-wrap: wrap;
}

.popup2-columns .col {
width: 45%;
min-width: 250px;
}
.mainbutton {
background-color: white;
color: #222;
font-size: 1.2rem;
padding: 14px 32px;
border: 2px solid #004AAD;
border-radius: 12px;
font-weight: 500;
font-family: 'Helvetica Neue', sans-serif;
cursor: pointer;

/* Elimina bordes azules raros */
outline: none;
box-shadow: none;
background-image: none;
filter: none;
}
.slider-bar {
display: none;
}
