/*
/*




*/

@font-face {
  font-family: 'Plain';
  src: url('../fonts/Plain-Regular.woff2') format('woff2'),
      url('../fonts/Plain-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Plain';
  src: url('../fonts/Plain-Light.woff2') format('woff2'),
      url('../fonts/Plain-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Plain';
  src: url('../fonts/Plain-Bold.woff2') format('woff2'),
      url('../fonts/Plain-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

:root {
--primary-color:        #2edf4b;
--secundari-color:      #2edf4b;
--white-color:          #7e7efdef; background-color: #73d4d4;
--dark-color:           #171819;
--about-bg-color:       #160707f6;

--gray-color:           #382424;
--link-color:           #404040;
--p-color:              #c94b4b;;

--base-font-family:     'Plain', sans-serif;
--font-weight-bold:     bold;
--font-weight-normal:   normal;
--font-weight-light:    300;
--font-weight-thin:     100;

--h1-font-size:         48px;
--h2-font-size:         36px;
--h3-font-size:         26px;
--h4-font-size:         32px;
--h5-font-size:         22px;
--h6-font-size:         22px;
--h7-font-size:         22px;
--p-font-size:          18px;
--a-font-size:          12px;
--base-font-size:       16px;
--menu-font-size:       14px;

--border-radius-large:  100%;
--border-radius-small:  2px;
}


body {
background: #09090eef; 

font-family: var(--base-font-family);
}


/*---------------------------------------
 TYPOGRAPHY              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
font-weight: var(--font-weight-thin);
line-height: normal;
}

h1 {
font-size: var(--h1-font-size);
font-weight: var(--font-weight-bold);
letter-spacing: -1px;
text-transform: uppercase;
margin: 20px 0;
}

h2 {
font-size: var(--h2-font-size);
font-weight: var(--font-weight-bold);
letter-spacing: -2px;
}

h3 {
font-size: var(--h3-font-size);
font-weight: var(--font-weight-bold);
letter-spacing: -1px;
margin: 0;
}

h4 {
font-size: var(--h4-font-size);
font-weight: var(--font-weight-bold);
letter-spacing: -2px;
}



h5 {
font-size: var(--h5-font-size);
}

h6 {
color: var(--gray-color);
font-size: var(--h6-font-size);
line-height: inherit;
margin: 0;
}



p {
color: var(--p-color);
font-size: var(--p-font-size);
font-weight: var(--font-weight-light);
line-height: 1.5em;
}

b, 
strong {
font-weight: var(--font-weight-bold);
letter-spacing: 0;
}

.section {
padding: 7rem 0;
}


/* BUTTON 01*/







.custom-btn:hover {
color: var(--primary-color);
object-position: center;
}

.custom-btn:focus {
box-shadow: none;

}

.custom-btn.bordered:hover,
.custom-btn.bordered:focus,

.custom-btn.bg-color:hover,
.custom-btn.bg-color:focus {
background:rgba(203, 243, 25, 0.664);
color: white; */


border-color: transparent;
font: var(--dark-color);
}

.bordered {
border: 1.8px solid var(--primary-color);
color: var(--primary-color);
}

.bg-color {
background: var(--primary-color);
color: black;
}





/*---------------------------------------
 GENERAL               
-----------------------------------------*/

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

*::before,
*::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

a {
color: var(--link-color);
font-weight: normal;
text-decoration: none;
transition: all 0.3s ease;
}

a:hover, 
a:active, 
a:focus {
color: var(--primary-color);
outline: none;
text-decoration: none;
}


/* BG OVERLAY */

.bg-overlay {
background: var(--dark-color);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 7;
/* opacity: 0.85; */

background: linear-gradient(45deg,rgba(26, 9, 9, 0.836) 40%,#0d0716d5,#260d31e7);
background-size: 400% 400%;
animation: example 15s ease-in-out infinite;
box-shadow: -1px 0px 20px #141414e3;

}
@keyframes example {
0%{background-position: 0 50%;}
50%{background-position: 100% 50%;}
100%{background-position: 0 50%;}
}






/*---------------------------------------
 MENU             
-----------------------------------------*/

/*---------------------------------------
 HERO              
-----------------------------------------*/

.hero {
background-image: url('../images/hero-bg-2.jpg');
background-size: cover;
background-position: top;
background-repeat: no-repeat;
vertical-align: middle;
min-height: 100vh;
position: relative;





}




.navbar-brand img{
  margin-left: 15px;
}



/*---------------------------------------
 CLASS               
-----------------------------------------*/
.class-info {
background: #09090eef; 
box-shadow: 6px 0 38px rgba(20,20,20,0.10);
border-radius: 0 0 2px 2px;
padding: 1rem 2rem;
position: relative;
}
.class-info a {
background: var(--primary-color);
border-radius: 7px;
text-align: center;
padding: 7px;
color: #09090e; background-color: #74d14f;
font-weight: 5px;
top: 4rem;
right: 2rem;
width: 4.4rem;
height: 4.4rem;
line-height: 4.5rem;
object-position:center ;
cursor: pointer;
}


.class-info img {
border-radius: 2px 2px 0 0;
}

.class-info img {
border-radius: 2px 2px 0 0;
}
.class-info strong {
color: var(--gray-color);
}

.class h2 {
color: #f5f5f5f5;

}
.class h3 {
color: #f5f5f5f5;


}
.class-price {
background: var(--primary-color);
border-radius: 7px;
text-align: center;
padding: 7px;
color: #09090e; background-color: #74d14f;
font-weight: 5px;
top: 4rem;
right: 2rem;
width: 4.4rem;
height: 4.4rem;
line-height: 4.5rem;
object-position:center ;
align-items: center;
cursor: pointer;
transition: var(--primary-color)
opacity: 0.7;


}
.class-info a{
background: var(--primary-color);
border-radius: 7px;
color: #09090e; background-color: #74d14f;
text-align: center;
font: normal;
padding: 6px;

top: 4rem;
right: 2rem;
width: 2rem;
height: 2rem;
line-height: 4.5rem;
object-position:center ;
align-items: center;
cursor: pointer;
opacity: 0.8;
transition: all 0.3s ease;
letter-spacing: 0.5px;
white-space: nowrap;
transition: all 0.3s ease;
object-position: center;


}

.clas-price .custom-btn a { 
  background: transparent;
  border-radius: var(--border-radius-small);
  border-radius: 3rem;
  padding: 5px 7px;
  color: var(--white-color);
  /* font-size: var(--menu-font-size); */
  font-weight: var(--font-weight-normal);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: all 0.3s ease;
  object-position: center;
  align-items: center;
font-size: 1.57rem;
}


/* BOTÓN MÁS GRANDE EN MÓVILES */
@media (max-width: 480px) {
  .custom-btn {
    padding: 17px 58px !important;
    font-size: 1.15rem !important;
    border-radius: 3rem !important;
    font-size: 1.2rem !important;
    margin-top: 325px !important;
    
    

  }
}


.col-md-6 span {
font: 1px;

}

/********************precio*******/



.col-md-6 span {
font: 1px;

}





/*---------------------------------------
  ABOUT & TEAM            
-----------------------------------------*/

.about {
background: #200e0eb2;
}




.about h2{
color: rgba(241, 241, 241, 0.918);
text-align-last: center;
}

.about h3{
color: rgba(178, 224, 174, 0.644);
text-align: left;
}

.about h4{
color: rgba(14, 247, 138, 0.767);
text-align: center;



}

.about p{
color: rgba(240, 248, 255, 0.808);
margin-top: auto;
}
.mt-lg-5 h2{
margin-top: 4rem;
}

.about-working-hours {
border-left: 2px solid;
padding-left: 3.5rem;
font-size: 12PX;
}

.about-working-hours h2{

font-size: 25PX;

}
.about-working-hours h3{


margin-top: -20PX;
font-size: 21PX;
object-position: center;
align-items: center;


}

.about-working-hours p{

font-size: 21PX;
object-position: center;
align-items: center;
font-weight: bold;
color: #2edf4b;



}

.about-working-hours strong {
color: rgb(253, 253, 241);
opacity: 0.85;
}

.team-thumb {
position: relative;
}

.team-info {
border-radius: 3px;
box-shadow: 6px 0 38px rgba(20,20,20,0.10);
padding: 20px;
position: relative;
}


.team-thumb img{
border-radius: 15px;
}


.team-info span {
font-weight: var(--font-weight-light);
opacity: 0.85;
}

.team-info h3 {
font-weight: var(--font-weight-light);
opacity: 0.85;
}

.team-info .social-icon {
position: absolute;
top: 10px;
right: 20px;
}

.team-info .social-icon li {
display: block;
}



/*---------------------------------------
BOTON FINAL              
-----------------------------------------*/



/*:::::BOTON 02*/


.BOTONG {
display: flex;
align-items: center;
margin-top: 30px;
cursor: pointer;
background-color: transparent;
border: 2px solid #ffffff00;
width: fit-content;
display: block;
margin: 20px auto;
padding: 10px 22px;
font-size: 16px;
color: #fff;
position: relative;
align-items: center;
justify-content: center;  
text-align: center;

z-index: 10;

}






.BOTONG{
  animation: animate 2.5s infinite;
}

.BOTONG {
display: flex;
width:188px ;
text-decoration: none;
text-align: center;
padding: 2px 5px;
margin-top: 18px;
border-radius: 15px;
text-decoration: none;


}

.BOTON01:hover::after{
  background-position: 100%;
  filter: blur(15px);

}
.BOTON01  {
  transition: 0.1s ease;
  border-radius: 15px;

}
.BOTON01 {
padding: 8px 40px;
background: #4561ff;
color: #fff;
border-radius: 5px;
margin: 10PX 10PX;
margin-left: 50px;
margin-right: 50px;
cursor: pointer;
text-align: center;
text-decoration: none;
margin-left: 35px;
margin-right: 35px;



}
.BOTON01  {
  transition: 0.1s ease;
  border-radius: 10px;
  
}




.footer {
margin-top: 50px;
margin-bottom: 20px;
text-align: center;
border-radius: 5px;
margin-left: 10px;
margin-right: 10px;
text-decoration: none;
}
.darkmode {
padding: 12px 40px;
background: #d4d6df;
color: #fff;
border: none;
outline: none;
cursor: pointer;
font-size: 15px;
border-radius: 5px;
text-decoration: none;
}


.BOTON01 {
padding: 10px 50px;
border: 2px solid #7fec5ef1;
background: rgba(19, 185, 55, 0.966);
  /* for cool effect */
background-image: linear-gradient(90deg, rgba(24, 16, 20, 0.712), rgb(17, 23, 24), rgb(17, 17, 12), rgb(255, 15, 15));
background-size: 450%;
 /* fIN */
outline: none
color: #7278a0;
font-weight: 500;
font-size: 18px;
cursor: pointer;
/* for cool effect */
transition: 0.1s ease;
border-radius: 15px;
}


.BOTON01{
  animation: animate 5s u;
}

.BOTON01:hover {
background: #d3c93fd2;
color: #fff;

}





/*:::::BOTON 02 FOOTER*/


.BOTONGFO {
display: flex;

margin-top: 42px;
cursor: pointer;
background-color: transparent;
border: 2px solid #ffffff00;
width: fit-content;
display: block;
margin: 10px auto;
padding: 65px 80px;
font-size: 15px;
color: #fff;

align-items: center;
justify-content: center;  
z-index: 10;

}






.BOTONGFO{
  animation: animate 2.5s infinite;
}

.BOTONGFO {
display: flex;
width:18px ;
text-decoration: none;
text-align: center;
padding: 2px 5px;
margin-top: -160px;
border-radius: 15px;
text-decoration: none;


}

.BOTONF1:hover::after{
  background-position: 100%;
  filter: blur(15px);

}
.BOTONF1  {
  transition: 0.1s ease;
  border-radius: 15px;

}
.BOTONF1 {
padding: 8px 40px;
background: #4561ff;
color: #fff;
border-radius: 5px;
margin: 10PX 10PX;
margin-left: 50px;
margin-right: 50px;
cursor: pointer;
text-align: center;
text-decoration: none;
margin-left: 35px;
margin-right: 35px;



}
.BOTONF1  {
  transition: 0.1s ease;
  border-radius: 10px;
  
}




.footer {
margin-top: 50px;
margin-bottom: 20px;
text-align: center;
border-radius: 5px;
margin-left: 10px;
margin-right: 10px;
text-decoration: none;
}
.darkmode {
padding: 12px 40px;
background: #d4d6df;
color: #fff;
border: none;
outline: none;
cursor: pointer;
font-size: 15px;
border-radius: 5px;
text-decoration: none;
}


.BOTONF1 {
padding: 10px 50px;
border: 2px solid #7fec5ef1;
background: rgba(19, 185, 55, 0.966);
  /* for cool effect */
background-image: linear-gradient(90deg,  rgba(255, 15, 15, 0.644));
background-size: 450%;

}


.BOTONF1{
  animation: animate 5s u;
}

.BOTONF1:hover {
background: #d3c93fd2;
color: #fff;

}











.BOTONLINK {
  animation: animate 2.5s infinite;
}

.BOTONLINK  {
display: flex;
width:18px ;
text-decoration: none;
text-align: center;
padding: 52px 50px;
margin-top: 2rem;
border-radius: 15px;
text-decoration: none;


}

.BOTONING:hover::after{
  background-position: 100%;
  filter: blur(15px);

}
.BOTONING  {
  transition: 0.1s ease;
  border-radius: 15px;

}
.BOTONING {
padding: 8px 40px;
background: #4561ff;
color: #fff;
border-radius: 5px;
margin: 10PX 10PX;
margin-left: 50px;
margin-right: 50px;
cursor: pointer;
text-align: center;
text-decoration: none;
margin-left: 35px;
margin-right: 35px;



}
.BOTONING {
  transition: 0.1s ease;
  border-radius: 10px;
  
}




.footer {
margin-top: 50px;
margin-bottom: 20px;
text-align: center;
border-radius: 5px;
margin-left: 10px;
margin-right: 10px;
text-decoration: none;
}
.darkmode {
padding: 12px 40px;
background: #d4d6df;
color: #fff;
border: none;
outline: none;
cursor: pointer;
font-size: 15px;
border-radius: 5px;
text-decoration: none;
}


.BOTONING {
padding: 10px 50px;
border: 2px solid #7fec5ef1;
background: rgba(19, 185, 55, 0.966);
  /* for cool effect */
background-image: linear-gradient(90deg, rgba(24, 16, 20, 0.712), rgb(17, 23, 24), rgb(17, 17, 12), rgb(255, 15, 15));
background-size: 450%;
 /* fIN */
outline: none
color: #7278a0;
font-weight: 500;
font-size: 18px;
cursor: pointer;
/* for cool effect */
transition: 0.1s ease;
border-radius: 15px;
}


.BOTONING{
  animation: animate 5s u;
}

.BOTONING:hover {
background: #d3c93fd2;
color: #fff;

}










/*:::::Pie de Pagina*/

.pie-pagina .grupo-2 small{
font-size: 9px;
margin-top: -10px;
padding: 8px 10p
}

.imgBox{
animation: animate 2.1s infinite;
}

@keyframes animate{
0%, 100%{
transform: translateY(0);
}
50%{
transform: translateY(-6px);
}
}
@media (max-width: 1000px) {
nav {
flex-direction: column;
align-items: flex;
}
.menu ul {
padding: 0;
}
.menu ul li {
margin: 0 15px 0 0;
}
.banner {
display: flex;
flex-direction: column;
text-align: center;
height: auto;
}
.banner h1 {
    font-size: 40px;
}
.banner-text {
margin-top: 15%;
}
}

@media (max-width: 600px) {
.logo {
margin-top: 0;
}
nav {
padding: 15px;
}
.menu ul li a {
font-size: 10px;
    padding: 5px;
}
.banner {
text-align: center;
height: auto;
}
.banner img {
width: 100%;	
}
.banner h1 {
    font-size: 18px;
}
.banner h1 span {
    font-size: 18px;
}
.banner p {
margin: 15px 0;
font-size: 11px;
}
.banner button {
    font-size: 12px;
}
.banner-text {
margin-top: 15%;
}
}



/* SECCION CONTACTO */
.contacto{
background-image: url(img/contact_bg.png);
background-color: #1e2326;
color: #fff;
padding: 50px 0;
}
.contacto .contenido-seccion{
max-width: 1100px;
margin: auto;
}
.contacto h2{
font-size: 48px;
font-family: 'Righteous';
text-align: center;
padding: 20px 0;
}
.contacto .fila{
display: flex;
}
.contacto .col{
width: 100%;
padding: 10px;
position: relative;
}


.contacto .col img{
width: 70%;
margin: auto;
display: flex;
flex-direction: column;
justify-content: center;
transition: 3s;


}
.contacto .col .info{
position: absolute; 
top: 40%;
background-color: #252A2E;
padding: 20px;
max-swidth: 350px;
left: 50%;
transform: translate(-50%, -50%);
}
.contacto .col .info ul{
list-style: none;
}
.contacto .col .info ul li{
margin-bottom: 20px;
}
.contacto .col .info ul li i{
color: #1CB698;
display: inline-block;
margin-right: 20px;
}
.site-footer{
background-color: #252A2E;
color: #918585;
padding: 50px 0 30px 0;
text-align: center;
position: relative;
width: 100%;
top: 90px;





}
.site-footer .redes{
margin-bottom: 20px;
}
.site-footer .redes a{
color: #fff;
display: inline-block;
text-decoration: none;
border: 0.4px solid #ffffff80;
border-radius: 100%;
width: 42px;
height: 42px;
line-height: 42px;
margin: 40px 5px;
font-size: 20px;
transition: .3s;
}
footer .arriba{
display: block;
width: 50px;
height: 50px;
background-color: #1CB698;
color: #fff;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: -25px;
border-radius: 50%;
line-height: 50px;
font-size: 18px;
}

.site-footer .ml-auto p{
color: #fcfffcb4;
}








/*---------------------------------------
 FOOTER              
-----------------------------------------*/

.site-footer {
border-top: 0.5px solid #efebebc7;
/* padding: 3rem 0; */

}

.site-footer a {
color: var(--p-color);
font-weight: var(--font-weight-light);
}

.site-footer p {
font-size: var(--base-font-size);
}

.contact .fa,
.site-footer .fa {
color: var(--primary-color);
}


/*---------------------------------------
 SOCIAL ICON              
-----------------------------------------*/

.social-icon {
position: relative;
padding: 0;
margin: 5px 0 0 0;
}

.social-icon li {
display: inline-block;
list-style: none;
}

.social-icon li a {
text-decoration: none;
display: inline-block;
color: var(--p-color);
font-size: var(--p-font-size);
font-weight: var(--font-weight-bold);
margin: 5px 10px;
text-align: center;
}

.social-icon li a:hover {
color: var(--primary-color);
}


.partners img{
  margin-top: 70px;
  /* padding: 10px 20px 4px; */



}

/*---------------------------------------
       ARCHIVO -PDF      
-----------------------------------------*/


.archivo-pdf embed{


 
  position:relative;
  overflow:hidden;
  margin-top: -50px;
  max-width: 120%;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  border-style: none;
  box-shadow: 5px 0 10px 0 rgba(3, 53, 14, 0.486);
  border-radius: 3%;
  opacity: .9;
  align-items: center;
  margin: 0;
  display: block;
  margin-left: auto;

  max-height: 100%;


}


.pdf-container{

  /* padding: 200px; */
  border: none;
  margin-bottom: 10px;
  margin-top: 20px;
  
}






.image-container-wrapper img {

  margin-left: -2px;
  max-width: 100%;
  margin-bottom: 20px;
  
  
  }



/*---------------------------------------
 RESPONSIVE STYLES       booton        
-----------------------------------------*/

@media screen and (max-width: 992px) {

.section {
  padding: 0rem 0;
}

.nav-item .nav-link {
  padding: 6px;
}

.navbar .social-icon {
  margin-top: 22px;
}

.navbar-collapse,
.site-footer {
  text-align: center;
}

.schedule-table {
  display: block;
}

.modal-content {
  padding: 2rem;
}
}

@media screen and (max-width: 767px) {

h1 {
  font-size: 45px;
  margin: 50px;
  position: relative; left: -13px;

}

.about {
  background: #200e0eb2;
  padding: -690px;
  }
  
  .btn-inicio{
    margin-top: -250px;
  }
 






  }



  
  




.about-working-hours {
  border-left: 0;
  padding: 22px 0 0 0;
}

.contact h2 span {
  display: block;
}
.about-working-hours p{
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  white-space: nowrap;
  width: 25px;
  margin-top: -3rem;
  margin-right: 20px;
  margin-left: 80px;
  margin-inline: 80px;
  margin-inline-start: 130px ;
  
}
.schedule .class-thum img{

  border-top: 1px solid #efebeb;
  margin-top: 1cap;
  border-radius: 3px;

  border-radius: 15px;



  display: block;

}

.container .row .col-lg-8{

  margin-top: 150px
  
  
  
  }

  h1{

    margin-top: 300px

  }

.custom-btn {


  /* background: transparent; */
  
  /* border-radius: var(--border-radius-small); */
  border-radius: 3rem;
  padding: 14px 35px;
  color: var(--white-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-normal);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: all 0.3s ease;
  position: relative; left: -13px;
  margin-bottom: 150px;
  /* object-position: center; */

  animation: animate 2.5s infinite;


  }
  
  .custom-btn:hover {
  color: var(--primary-color);
  object-position: center;
  }
  
  .custom-btn:focus {
  box-shadow: none;
  object-position: center;
  }
  
  .custom-btn.bordered:hover,
  .custom-btn.bordered:focus,
  
  .custom-btn.bg-color:hover,
  .custom-btn.bg-color:focus {
  background:rgba(203, 243, 25, 0.664);
  color: white;
  
  
  border-color: transparent;
  font: var(--dark-color);
  }
  
  .bordered {
  border: 1.8px solid var(--primary-color);
  color: var(--primary-color);
  }
  
  .bg-color {
  background: var(--primary-color);
  color: black;
  }
  
  .archivo-pdf embed{


 
    /* position:relative; */
    /* overflow:hidden; */
    /* margin-top: -50px; */
    /* max-width: 100%; */
    transition: all 0.3s ease-out 0s;
    /* vertical-align: middle; */
    border-style: none;
    box-shadow: 5px 0 10px 0 rgba(3, 53, 14, 0.486);
    border-radius: 6%;
    opacity: .9;
    height: 600px;
    width: 100%;







}


.pdf-container{

/* padding: 200px; */
border: none;
margin-bottom: 10px;
margin-top: 20px;



}

.partners img{
  margin-top: 70px;
  /* padding: 100px 20px 4px; */



}

.partners-logo a{

height: 10px;
width: 10px;


}





#viewerContainer {
  width: 100%;
  max-height: 100%;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}

#viewer {
    width: 100%;
    min-height: 400px; /* Start with minimum height to show if not loaded*/
    overflow: auto;
    align-items: center;
    align-items: center;
}

#error-message {
    text-align: center;
    padding: 20px;
    font-size: 1.2rem;
    color: #888;
  }

@media (max-width: 768px) {
    #viewer {
      min-height: 300px;
    }

   #viewerContainer {
    max-height: 100%;

      }
}

.caja-rectangular {
  width: 450px;
  height: 250px;
  border: 2.5px solid;
  border-image-source: linear-gradient(90deg, #ff69b4, #33ccff);
  border-image-slice: 1;
  clip-path: inset(0 0 0 0 round 20px);
  padding: 20px;
  box-sizing: border-box;
  animation: cambio-color 6s infinite;
  background: rgba(59, 122, 91, 0.048);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgba(46, 13, 190, 0.808);


}

@keyframes cambio-color {
  0% {
    border-image-source: linear-gradient(90deg, #500a80, #33ccff);
  }
  50% {
    border-image-source: linear-gradient(90deg, #33ffc2, #ff69b4);
  }
  100% {
    border-image-source: linear-gradient(90deg, #f1afd0, #33ccff);
  }
}





@media screen and (max-width: 767px) {

.partners {
  background-color: #080e0977;

  max-width: 100%;



  }

  


.image-container-wrapper img {

margin-left: -2px;
max-width: 100%;
margin-bottom: 20px;


}


.caja-rectangular {
  width: 375px;
  height: 290px;
  border: 2.5px solid;
  margin-left: 2px;
  border-image-source: linear-gradient(90deg, #ff69b4, #33ccff);
  border-image-slice: 1;
  clip-path: inset(0 0 0 0 round 20px);
  padding: 20px;
  box-sizing: border-box;
  animation: cambio-color 7s infinite;
  background: rgba(82, 135, 165, 0.027);
  backdrop-filter: blur(10px);
  box-shadow: 80px 0 10px rgb(45, 13, 190);


}

@keyframes cambio-color {
  0% {
    border-image-source: linear-gradient(90deg, #500a80, #33ccff);
  }
  50% {
    border-image-source: linear-gradient(90deg, #33ffc2, #ff69b4);
  }
  100% {
    border-image-source: linear-gradient(90deg, #f1afd0, #33ccff);
  }
}


}






/* BTN PROFESIONAL CON DEGRADADO VERDE */
.btn-profesional {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 14px 34px;
  background: linear-gradient(135deg, #48d691, #7df897, #00c853);
  background-size: 200%;
  background-position: left;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 255, 100, 0.35);
  transition: all 0.35s ease;
  z-index: 1;
}

/* movimiento suave del degradado */
.btn-profesional:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 255, 70, 0.45);
}

/* active */
.btn-profesional:active {
  transform: translateY(0px) scale(0.98);
}

/* --- LÍQUIDO VERDE DEGRADADO --- */
.btn-profesional .liquid {
  position: absolute;
  top: -65px;
  left: -65px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle at 30% 30%, 
              rgba(0, 255, 120, 0.5) 0%, 
              rgba(0, 255, 70, 0.35) 40%, 
              rgba(0, 255, 0, 0.15) 70%);
  border-radius: 45%;
  filter: blur(28px);
  animation: liquidDegrade 6s infinite ease-in-out;
  z-index: -1;
}

.btn-profesional .liquid:nth-child(2) {
  left: auto;
  right: -65px;
  animation-duration: 7.2s;
}

.btn-profesional .liquid:nth-child(3) {
  top: auto;
  bottom: -65px;
  animation-duration: 8.1s;
}

.btn-profesional .liquid:nth-child(4) {
  top: 40%;
  left: -50px;
  animation-duration: 9s;
}

/* KEYFRAMES FLUIDOS */
@keyframes liquidDegrade {
  0%   { transform: translate(0, 0) scale(1) rotate(0deg); }
  50%  { transform: translate(45px, 35px) scale(1.2) rotate(180deg); }
  100% { transform: translate(0, 0) scale(1) rotate(360deg); }
}

/* responsive */
@media (max-width: 480px) {
  .btn-profesional {
    width: 90%;
    font-size: 1.35rem;
    padding: 14px 0;
  }
}


.btn-inicio {
    margin-bottom: 120px; /* Ajusta el valor a tu gusto */
}



