body {
	margin: 0;
	font-family: "Montserrat", sans-serif; /* Aplicando la fuente Montserrat */
  	font-optical-sizing: auto; /* Opcional: ajuste de tamaño óptico de la fuente */
}
.strikethrough {
	position: relative;
}
.strikethrough:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 3px solid;
	border-color: inherit;
	
	-webkit-transform:rotate(-5deg);
	-moz-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	transform:rotate(-5deg);
}
/* Estilos para la barra de desplazamiento */
/* Ancho y color de fondo de la barra de desplazamiento */
body::-webkit-scrollbar {
	width: 15px;
	background-color: #b1b0e9;
  }
  
  /* Color y estilo del pulgar de la barra de desplazamiento */
body::-webkit-scrollbar-thumb {
	background-color: #8584e0;
  }
  
  /* Cambia el color del pulgar cuando se pasa el cursor sobre él */
body::-webkit-scrollbar-thumb:hover {
	background-color: #5f5de2;
  }
/* --------------------------HEADER-------------------------- */
header {
	background-color: #7877E6;
	box-sizing: border-box;
	color: white;
	padding: 1.2rem 0.4rem 1.2rem 0.4rem;
	display: flex;
	align-items: center;
}
.logo{
	flex: 1;
	text-align: center;
}
.enlacesizquierda{
	flex: 1;
	display: flex;
}
.enlacesderecha{
	flex: 1;
	text-align:right;
}
.bannerenlace h1{
 	font-weight: 600; /* Selecciona un valor de peso de fuente */
 	font-style: normal; /* Estilo normal de la fuente */
	font-size: 1.2rem;
	margin: 1rem;
	color:#fff;
}
.bannerenlace {
	text-decoration: none;
}
.bannerenlace h1:hover {
	text-decoration: underline;
}
.fa-brands {
	margin: 1rem;
}
.fa-bars {
	margin-right: 1.3rem;
	margin-left: 2rem;
}
#logobanner {
	height: 3rem;
}
									/* MENU BANNER */
.container_menu {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	margin-left: 2rem;
	margin-right: 1rem;
}							  
.bar1, .bar2, .bar3 {
	width: 35px;
	height: 5px;
	background-color: #fff;
	margin: 6px 0;
	transition: 0.4s;
}				  
/* Rotar barra 1 */
.change .bar1 {
	transform: translate(0, 11px) rotate(-45deg);
}						  
/* Desvanecer barra 2 */
.change .bar2 {opacity: 0;}						  
/* Rotar barra 3 */
.change .bar3 {
	transform: translate(0, -11px) rotate(45deg);
}
							  /* MENU DEPLEGABLE */
.sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #7977e69a;
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s;
}
  
  /* Enlaces menu */
.sidebar a {
 	font-weight: 600; /* Selecciona un valor de peso de fuente */
 	font-style: normal; /* Estilo normal de la fuente */
	padding: 8px 8px 8px 40px;
	text-decoration: none;
	font-size: 25px;
	color: #fff;
	display: block;
	transition: 0.3s;
}
  
  /* cambiar color enlaces */
.sidebar a:hover {
	color: #f1f1f1;
}
#inicio_menubar {
	font-weight: 800;
	text-decoration: underline;
}
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
	transition: margin-left .5s; /* If you want a transition effect */
	padding: 20px;
	padding-left: 10vw;
}
  

@media screen and (max-width: 1020px) {
	.sidebar {padding-top: 10vw;}
	.sidebar a {font-size: 5vw;}
}
							/* MENU BANNER */

@media screen and (max-width: 1020px) {
    .enlacesizquierda {
        display: none;
    }
	.logo {
		text-align: left;
	}
	#logobanner {
		margin-left: 3rem;
		height: 7vw;
    }
	.enlacesderecha {
		display: none;
	}
	.bar1, .bar2, .bar3 {
		width: 10vw;
		height: 2vw;
		margin: 1vw 0;
	}
	.change .bar1 {
		transform: translate(0, 3vw) rotate(-45deg);
	}						  
	/* Desvanecer barra 2 */
	.change .bar2 {opacity: 0;}						  
	/* Rotar barra 3 */
	.change .bar3 {
		transform: translate(0, -3vw) rotate(45deg);
	}		
}	

/* --------------------------FOOTER-------------------------- */

footer {
	margin-top: 2rem;
	margin-left: 1rem;
	margin-bottom: 2rem;
	position: absolute;
}
footer p {
 	font-weight: 400; /* Selecciona un valor de peso de fuente */
 	font-style: normal; /* Estilo normal de la fuente */
	font-size: 1rem;
	letter-spacing: -0.05rem;
}
#logo_footer {
	width: 13vw;
}
#Contactanos_footer {
 	font-weight: 400; /* Selecciona un valor de peso de fuente */
 	font-style: normal; /* Estilo normal de la fuente */
	font-size: 1rem;
	letter-spacing: -0.05rem;
	text-decoration: underline;
	margin-right: 0.2rem;
}
#Correo_footer {
 	font-weight: 400; /* Selecciona un valor de peso de fuente */
 	font-style: normal; /* Estilo normal de la fuente */
	font-size: 0.9rem;
	letter-spacing: -0.05rem;
}
#copyright {
	margin: 0 0 0 0;
	margin-bottom: 2rem;
}

/* --------------------------INICIO-------------------------- */

#inicio {
	width: 100%;
	display: flex;
	background-color: #8584e6;
}
#inicio article {
	margin-left: 4rem;
	margin-top: 6rem;
	margin-bottom: 6rem;
	color:white;
}
#inicio article h1 {
 	font-weight: 800; /* Selecciona un valor de peso de fuente */
 	font-style: normal; /* Estilo normal de la fuente */
	font-size: 4rem;
	letter-spacing: -0.15rem;
}
#inicio article p {
 	font-weight: 400; /* Selecciona un valor de peso de fuente */
 	font-style: normal; /* Estilo normal de la fuente */
	font-size: 2rem;
	letter-spacing: -0.05rem;
}
#rayasportada {
	margin-left: 5rem;
	width: 40%;
	margin-right: 6rem;
	align-items: flex-start
}
@media screen and (max-width: 1040px) {
    #rayasportada {
        display: none;
    }
	#inicio article {
        margin-bottom: 10rem;
		margin-right: 4rem;
    }
}

/* --------------------------DISCORD-------------------------- */

#area2 {
	display: flex;
	background-color: white;
	height: auto;
}
#area2 h1 {
 	font-weight: 800; /* Selecciona un valor de peso de fuente */
 	font-style: normal; /* Estilo normal de la fuente */
	font-size: 4rem;
	letter-spacing: -0.15rem;

}
#area2 article {
	margin-right: none;
	margin-left: 4rem;
	margin-top: 6rem;
	margin-bottom: 4rem;
	color: #000;
	width: 40rem;
}
#area2 p {
 	font-weight: 400; /* Selecciona un valor de peso de fuente */
 	font-style: normal; /* Estilo normal de la fuente */
	font-size: 2rem;
	letter-spacing: -0.05rem;
}
#area2 h1 a {
	color:#6E85D3;
	text-decoration: none;
}
#area2 h1 a:hover {
	color: #7877E6
}
#area2imagen {
	margin-left: 1rem;
	margin-top: 4rem;
	margin-bottom: 7rem;
	width: 10rem;
	flex:1;
	text-align:right;
}
@media screen and (max-width: 1411px) {
    #area2imagen {
        display: none;
    }
}

/* --------------------------INICIO CURSO-------------------------- */

#area3 {
	display: flex;
	background-color: #000;
	height: auto;
}
#area3 h1 {
 	font-weight: 800; /* Selecciona un valor de peso de fuente */
 	font-style: normal; /* Estilo normal de la fuente */
	font-size: 4vw;
	letter-spacing: -0.15rem;
}
#area3 article {
	margin-right: 4rem;
	margin-left: 10rem;
	margin-top: 14rem;
	margin-bottom: 4rem;
	color: white;
	width: 35vw;
	text-shadow: 0 0 40px rgba(255, 255, 255, 0.7);
}
#area3 p {
 	font-weight: 400; /* Selecciona un valor de peso de fuente */
 	font-style: normal; /* Estilo normal de la fuente */
	font-size: 2rem;
	letter-spacing: -0.05rem;
}
#cursoimagen {
	margin-left: 3rem;
	margin-top: 15rem;
	margin-bottom: 8rem;
	width: 50vw;
	height: 28.07vw;
	flex: 1;
	text-align:right;
}

#program_btn{ /* BOTÓN PROGRAMA */
 	font-weight: 800; /* Selecciona un valor de peso de fuente */
 	font-style: normal; /* Estilo normal de la fuente */
	font-size: 3rem;
    position: relative;
    display: inline-block;
    padding: 25px 30px;
    margin: 40px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 4px;
    overflow: hidden;
    margin-right: 50px;
  	border:.5px solid #fff;
   
}
#program_btn:hover{
    background: #DAF600;
    color: #050801;
    box-shadow: 0 0 5px #DAF600,
                0 0 25px #DAF600,
                0 0 50px #DAF600,
                0 0 200px #DAF600;
     -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);
}

#program_btn span{
    position: absolute;
    display: block;
}
#program_btn span:nth-child(1){
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg,transparent,#DAF600);
    animation: animate1 2s linear infinite;
}
@keyframes animate1{
    0%{
        left: -100%;
    }
    50%,100%{
        left: 100%;
    }
}
#program_btn span:nth-child(2){
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#DAF600);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}
@keyframes animate2{
    0%{
        top: -100%;
    }
    50%,100%{
        top: 100%;
    }
}
#program_btn span:nth-child(3){
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#DAF600);
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}
@keyframes animate3{
    0%{
        right: -100%;
    }
    50%,100%{
        right: 100%;
    }
}


#program_btn span:nth-child(4){
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#DAF600);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}
@keyframes animate4{ 
    0%{
        bottom: -100%;
    }
    50%,100%{
        bottom: 100%;
    }
}								/* BOTÓN PROGRAMA */

@media screen and (max-width: 1351px) {
    #area3 {
		display: flex;
		flex-direction: column;
		order: 1;
	}
	#area3 article {
		margin-right: 5vw;
		margin-left: 5vw;
		margin-top: 12rem;
		width: 90vw;
		}
	#area3 h1 {
		font-size: 8vw;
	}
	#area3 p {
		font-size: 5vw;
	}	
	#cursoimagen {

		margin-top: 6rem;
		margin-bottom: 8rem;
		margin-left: 2rem;
		width: 90vw;
		flex: 1;
		order: 2;
	}
}

/* --------------------------INICIO CONTACTO-------------------------- */
#contacto_zona {
	width: 100%;
	display: flex;
	background-color: #fff;
}
#contacto_zona article {
	margin-left: 4rem;
	margin-top: 6rem;
	margin-bottom: 6rem;
	color:black;
	width: 30vw;
}
#contacto_zona article h1 {
 	font-weight: 800; /* Selecciona un valor de peso de fuente */
 	font-style: normal; /* Estilo normal de la fuente */
	font-size: 4rem;
	letter-spacing: -0.15rem;
}
#contacto_zona article p {
 	font-weight: 400; /* Selecciona un valor de peso de fuente */
 	font-style: normal; /* Estilo normal de la fuente */
	font-size: 2rem;
	letter-spacing: -0.05rem;
}

#formulario_contacto {
	margin-top: 10rem;
	margin-bottom: 6rem;
	margin-right: 10rem;
	margin-left: 10rem;
}
#formulario_contacto input {
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
}
#formulario_contacto textarea {
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
}
.campo, textarea{
 	font-weight: 600; /* Selecciona un valor de peso de fuente */
 	font-style: normal; /* Estilo normal de la fuente */
	width: 40rem;
	max-width: 40rem;
    padding: 15px 10px;
    font-size: 16px;
    border: 2px solid #dbdbdb;
    margin-bottom: 20px;
    border-radius: 3px;
    outline: 0px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	display: block;
}
#formulario_contacto textarea{
	min-height: 140px;
    max-height: 150px;
}
.btn-enviar{
    padding: 15px;
    font-size: 16px;
    border: none;
    outline: 0px;
    background: #7877E6;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    transition: all 300ms ease;
	display: block;
}
.btn-enviar:hover{
    background: #bab9e8;
}

@media screen and (max-width: 1070px) {
	#contacto_zona {
		flex-direction: column;
	}
	#formulario_contacto {
		margin-top: 4rem;
		margin-bottom: 6rem;
		margin-left: 4rem;
	}
	#contacto_zona article {
		margin-left: 4rem;
		margin-top: 6rem;
		width: 70vw;
	}
}

/* --------------------------FORMULARIO ENVIADO-------------------------- */
#formulario_enviado {
	margin-left: 4rem;
	margin-top: 6rem;
	margin-bottom: 6rem;
	color:black;
	width: 90vw;
	height: 20rem;
}
#formulario_enviado {
	font-weight: 400; /* Selecciona un valor de peso de fuente */
	font-style: italic; /* Estilo normal de la fuente */
	font-size: 4rem;
	letter-spacing: -0.15rem;
}
/* --------------------------ABOUT-------------------------- */
#presentacion_container {
	margin-top: -3.4rem;
	padding-bottom: 3rem;
	background-image: url("assets/images/about_background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#presentacion_mia {
	margin-left: 4rem;
	margin-bottom: 6rem;
	color: #fff;
	width: 70vw;	
}
#presentacion_mia h1 {
 	font-weight: 800; /* Selecciona un valor de peso de fuente */
 	font-style: normal; /* Estilo normal de la fuente */
	font-size: 4rem;
	letter-spacing: -0.15rem;
	padding-top: 6rem;
}
#presentacion_mia p {
	margin-left: 1.7rem;
 	font-weight: 400; /* Selecciona un valor de peso de fuente */
 	font-style: normal; /* Estilo normal de la fuente */
	font-size: 2rem;
	letter-spacing: -0.05rem;
}
#header_about {
	filter: invert(100%);
	background-color: black;
}
/* --------------------------PROGRAMA-------------------------- */
#body_program #body_header {
	background-color: #272727;
}
#program_zona {
	background-color: #000;
}
#body_program::-webkit-scrollbar {
	width: 15px;
	background-color: #2c3201;
}
  
  /* Color y estilo del pulgar de la barra de desplazamiento */
#body_program::-webkit-scrollbar-thumb {
	background-color: #4a5a05;
}
  
  /* Cambia el color del pulgar cuando se pasa el cursor sobre él */
#body_program::-webkit-scrollbar-thumb:hover {
	background-color: #1b1b1b;
}
#program_zona h1 {
	font-weight: 900;
	font-size: 4rem;
	letter-spacing: -0.05rem;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 3rem;
}
/* Estilo inicial del texto */
.appear-text {
	opacity: 0; /* Inicialmente oculto */
	transition: opacity 1s ease; /* Transición suave de la opacidad */
}

/* Estilo para que el texto aparezca gradualmente */
.appear-text.appear {
	opacity: 1; /* Hace que el texto sea visible */
}
.down_arrow_yellow {
	width: 7px;
	height: 200px;
	background-color: #DAF600;
	margin-left: 49vw;
	animation: glow_yellow 0.7s infinite alternate;
}
.down_arrow_green {
	width: 7px;
	height: 200px;
	background-color: #00f621;
	margin-left: 49vw;
	animation: glow_green 0.7s infinite alternate;
}
.down_arrow_yellow_red {
	width: 7px;
	height: 200px;
	background-color: #f00;
	margin-left: 49vw;
	animation: glow_yellow_red 0.7s infinite alternate;
}
@keyframes glow_yellow_red {
	0% {
		box-shadow: 0 0 10px #DAF600, 0 0 20px #DAF600, 0 0 30px #DAF600; /* Configuración del brillo */
		background-color: #DAF600;
	}
	100% {
		box-shadow: 0 0 20px #f00, 0 0 30px #f00, 0 0 40px #f00; /* Configuración del brillo */
		background-color: #f00;
	}
}
@keyframes glow_orange {
	0% {
		box-shadow: 0 0 10px #D97F34, 0 0 20px #D97F34, 0 0 30px #D97F34; /* Configuración del brillo */
	}
	100% {
		box-shadow: 0 0 20px #D97F34, 0 0 30px #D97F34, 0 0 40px #D97F34; /* Configuración del brillo */
	}
}
@keyframes glow_red {
	0% {
		box-shadow: 0 0 10px #f00, 0 0 20px #f00, 0 0 30px #f00; /* Configuración del brillo */
	}
	100% {
		box-shadow: 0 0 20px #f00, 0 0 30px #f00, 0 0 40px #f00; /* Configuración del brillo */
	}
}
@keyframes glow_green {
	0% {
		box-shadow: 0 0 5px #00f621, 0 0 10px #00f621, 0 0 15px #00f621; /* Configuración del brillo */
	}
	100% {
		box-shadow: 0 0 10px #00f621, 0 0 15px #00f621, 0 0 20px #00f621; /* Configuración del brillo */
	}
}
@keyframes glow_yellow {
	0% {
		box-shadow: 0 0 5px #DAF600, 0 0 10px #DAF600, 0 0 15px #DAF600; /* Configuración del brillo */
	}
	100% {
		box-shadow: 0 0 10px #DAF600, 0 0 15px #DAF600, 0 0 20px #DAF600; /* Configuración del brillo */
	}
}
@keyframes glow_purple {
	0% {
		box-shadow: 0 0 10px #63388e, 0 0 20px #63388e, 0 0 30px #63388e; /* Configuración del brillo */
	}
	100% {
		box-shadow: 0 0 20px #63388e, 0 0 30px #63388e, 0 0 40px #63388e; /* Configuración del brillo */
	}
}
@keyframes glow_brown {
	0% {
		box-shadow: 0 0 10px #745a26 0 0 20px #745a26, 0 0 30px #745a26; /* Configuración del brillo */
	}
	100% {
		box-shadow: 0 0 20px #745a26, 0 0 30px #745a26, 0 0 40px #745a26; /* Configuración del brillo */
	}
}
@keyframes glow_pink {
	0% {
		box-shadow: 0 0 10px #af3f82 0 0 20px #af3f82, 0 0 30px #af3f82; /* Configuración del brillo */
	}
	100% {
		box-shadow: 0 0 20px #af3f82, 0 0 30px #af3f82, 0 0 40px #af3f82; /* Configuración del brillo */
	}
}
@keyframes glow_red2 {
	0% {
		box-shadow: 0 0 10px #ad465a, 0 0 20px #ad465a, 0 0 30px #ad465a; /* Configuración del brillo */
	}
	100% {
		box-shadow: 0 0 20px #ad465a, 0 0 30px #ad465a, 0 0 40px #ad465a; /* Configuración del brillo */
	}
}
@keyframes glow_aqua {
	0% {
		box-shadow: 0 0 10px #00948d, 0 0 20px #00948d, 0 0 30px #00948d; /* Configuración del brillo */
	}
	100% {
		box-shadow: 0 0 20px #00948d, 0 0 30px #00948d, 0 0 40px #00948d; /* Configuración del brillo */
	}
}
@keyframes glow_white {
	0% {
		box-shadow: 0 0 10px #8A8DA5, 0 0 20px #8A8DA5, 0 0 30px #8A8DA5; /* Configuración del brillo */
	}
	100% {
		box-shadow: 0 0 20px #8A8DA5, 0 0 30px #8A8DA5, 0 0 40px #8A8DA5; /* Configuración del brillo */
	}
}
#program_zona h2 {
	font-weight: 900;
	font-size: 6vw;
	letter-spacing: -0.05rem;
	color: #fff;
	text-align: left;
	margin: 0;
	margin-bottom: 1rem;
	height: auto;
}
.contenido_programa {
	display: flex;
	margin: 4rem;
	align-items: center;
}
.contenido_programa article {
	margin-left: 4rem;
}
.contenido_programa h3 {
	color: #DAF600;
	font-size: 2rem;
	text-decoration: underline;
}
.contenido_programa p {
	color: white;
	font-size: 1.5rem;
}
.contenido_programa img {
	width: 25vw;
	border-radius: 0.5rem;
	object-fit: scale-down;
	height: fit-content;
	align-self: center;
}
.contenido_programa2 {
	display: flex;
	margin: 4rem;
	align-items: center;
}
.contenido_programa2 article {
	margin-right: 4rem;
}
.contenido_programa2 h3 {
	color: #DAF600;
	font-size: 2rem;
	text-decoration: underline;
}
.contenido_programa2 p {
	color: white;
	font-size: 1.5rem;
}
.contenido_programa2 img {
	width: 25vw;
	border-radius: 0.5rem;
	object-fit: scale-down;
	height: fit-content;
	align-self: center;
}
#product_desc {
	padding: 4rem;
}
#product_desc ul {
	color: white;
}
#product_desc p {
	color: white;
	font-style: italic;
	font-size: 1.7rem;
}
/* --------------------------SERVICES-------------------------- */
#body_services {
	background-color: #F8F7F5;
}
#section_services {
	display: flex;
  	flex-wrap: wrap;
	margin: 2rem;
}
.container_services {
	background-color: #fff;
	max-width: 30vw;
	width: 30vw;
	flex: 1;
	margin: 1rem;
	border-radius: 0.5rem;
	transition: box-shadow 0.5s ease;
	border: 1px solid #E4E4E4;
	height: fit-content;
}
.container_services:hover {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.services_image {
	width: 100%;
}
.services_title {
	width: 24vw;
 	font-weight: 700; /* Selecciona un valor de peso de fuente */
 	font-style: normal; /* Estilo normal de la fuente */
	font-size: 2rem;
	letter-spacing: -0.05rem;
	margin-left: 1vw;

}
.services_description {
	width: 90%;
 	font-weight: 400; /* Selecciona un valor de peso de fuente */
 	font-style: normal; /* Estilo normal de la fuente */
	font-size: 1.5rem;
	letter-spacing: -0.05rem;
	margin-left: 1vw;
}
.services_btn {
  background-color: #7877E6;
  border-end-start-radius: 6px;
  border-end-end-radius: 6px;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
  font-size: 100%;
  height: 44px;
  line-height: 1.15;
  margin-top: 1rem;
  padding: 0 25px;
  text-align: center;
  width: 100%;
  border-top: 1px solid #E4E4E4;
}
.services_btn:hover {
	background-color: #9d9bf3;
}
/* --------------------------PAY PROGRAM-------------------------- */
#body_pay_program {
 	font-weight: 400; /* Selecciona un valor de peso de fuente */
 	font-style: normal; /* Estilo normal de la fuente */
}
#zonapago {
	background-image: url('assets/images/boxmockup.jpg');
	background-size: cover;
	width: 100%;
	height: 120vh;
	background-repeat: no-repeat;
	background-position: center;
	align-content: right;
}
#sub_zonapago {
	display: flex;
	flex-direction: column;
	float: right;
}
#descuento_pay {
	background-color: #fff;
	width: auto;
	height: fit-content;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-right: 1rem;
	border-radius: 0.5rem;
	margin: 5rem;
	margin-bottom: 0;
	float: right;
	opacity: 0.8;
}
#zonapago_paypal {
	background-color: #fff;
	width: fit-content;
	height: fit-content;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-right: 1rem;
	border-radius: 0.5rem;
	margin: 5rem;
	margin-top: 1rem;
	float: right;
	opacity: 0.8;
}
