/*
/*

Tooplate 2119 Gymso Fitness

https://www.tooplate.com/view/2119-gymso-fitness

*/

@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;
--b-font-size:          21px;
--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,b {
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); */
color: yellowgreen;
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*/



.team-info {
  border-radius: 3px;
  box-shadow: 6px 0 38px rgba(20,20,20,0.10);
  padding: 20px;
  position: relative;
  /* align-items: center; */

  }
  



.custom-btn2 {
background: transparent;
object-position: center;

/* border-radius: var(--border-radius-small); */
border-radius: 3rem;
padding: 14px 24px;
/* 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;
animation: animate 2.5s infinite;
/* align-items: center; */
}

.custom-btn2:hover {
color: var(--primary-color);
object-position: center;
}

.custom-btn2:focus {
box-shadow: none;
object-position: center;

}

.custom-btn2.bordered:hover,
.custom-btn.bordered:focus,

.custom-btn2.bg-color:hover,
.custom-btn2.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;
}




/*************************
* Partners section
*/
.partners-logo img {
max-width: 186px;
width: 150%;
position: center;

align-items: center;
text-transform: uppercase;
letter-spacing: 0.8px;
white-space: nowrap;
width: 25px;

margin-right: 50px;
margin-left: 80px;
margin-inline: 80px;
margin-inline-start: 215px ;


}

.widget p {
color: #195c09;
}

.widget-navigation li a {
color: #e70c0c;
display: block;
margin-bottom: -5rem;
}

.widget-navigation li a:hover {
color: #ff7214;
}

.partners-logo a{
max-width: 186px;
width: 100%;
padding-top: 200px;
position: center;
align-items: center;

}

.partners-logo   img{
max-width: 200px;
width: 200%;
position: center;
align-items: center;
text-transform: uppercase;
margin-right: 80px;
margin-left: 80px;
margin-inline: 80px;
margin-top: -0rem;
padding: 18px;




}
.partners-logo   a{
max-width: 200px;
width: 200%;
position: center;
align-items: center;
text-transform: uppercase;
margin-right: 80px;
margin-left: 80px;
margin-inline: 80px;
margin-top: -0rem;
padding: 18px;

}



/*---------------------------------------
 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: 0.85;
}


/*---------------------------------------
 MODAL              
-----------------------------------------*/

.modal-content {
padding: 2rem 3rem;
}

.modal-header,
.modal-body,
.modal-footer {
border: 0;
padding: 0;
}

.membership-form a {
color: var(--primary-color);
border-radius: 20rem;
}

.about-working-hours h6{
font: 12px;
}

/*---------------------------------------
FEATURE          
-----------------------------------------*/

.feature {
background: var(--dark-color);
padding: 4rem 0;

}

.feature a{
border-radius: 9rem;

}

.feature h6{
font-style: italic;
font: 5px;
color: #558b55;


}

.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: 215px ;


}
/*---------------------------------------
 MENU             
-----------------------------------------*/

.navbar {
  background: var(--dark-color);
  padding: 1rem;
  }

.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1.5rem;
padding-left: 1.5rem;
}

.nav-item .nav-link {
  display: block;
  color: powderblue;
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-normal);
  text-transform: uppercase;
  padding: 2px 6px;
  }

.nav-item .nav-link.active,
.nav-item .nav-link:hover {
color: var(--primary-color);
}

.navbar .social-icon li a {
color: rgba(238, 245, 244, 0.842);
}

.navbar-toggler {
border: 0;
padding: 0;
cursor: pointer;
margin: 0 10px 0 0;
width: 30px;
height: 35px;
outline: none;
}

.navbar-toggler:focus {
outline: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
transition: top 300ms 50ms ease, transform 300ms 350ms ease;
transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
top: 0;
}


.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
background: var(--primary-color);
transition: background 10ms 300ms ease;
display: block;
width: 30px;
height: 2px;
position: relative;
}
.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
transition: top 300ms 350ms ease, transform 300ms 50ms ease;
transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
position: absolute;
right: 0;
left: 0;
background: var(--primary-color);
width: 30px;
height: 2px;
content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
top: 8px;
}


/*---------------------------------------
 FONDO LOGO           
-----------------------------------------*/

.hero {
background-image: url('../images/fondo\ -\ logo.jpg');
background-size: cover;
background-position: top;
background-repeat: no-repeat;
vertical-align: middle;
min-height: 100vh;
position: relative;


}



  





/*---------------------------------------
 BRANDING DESING     
-----------------------------------------*/

.heroA {
  background-image: url('../images/fondo\ 02\ -WEB.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  vertical-align: middle;
  min-height: 100vh;
  position: relative;
  




}


/*---------------------------------------
 RESPONSIVE STYLES       BRANDING DESING     
-----------------------------------------*/

@media screen and (max-width: 992px) {

  .heroA {
    background-image: url('../images/fondo\ 02.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 100vh;
    position: relative;
  }

  
  

}
  






/*---------------------------------------
 FONDO SOCIAL MEDIA        
-----------------------------------------*/

.heroS {
background-image: url('../images/fondo\ 03.jpg');
background-size: cover;
background-position: top;
background-repeat: no-repeat;
vertical-align: middle;
min-height: 100vh;
position: relative;


}



  









/*---------------------------------------
 RESPONSIVE STYLES      SOCIAL MEDIA     
-----------------------------------------*/

@media screen and (max-width: 992px) {

  .heroS {
    background-image: url('../images/fondo\ -MOBIL\ -\ SOCIAL\ MEDIA.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 100vh;
    position: relative;
  }
  

}
  





/*---------------------------------------
 RESPONSIVE STYLES      SOCIAL MEDIA     
-----------------------------------------*/

@media screen and (max-width: 992px) {

  .heroS {
    background-image: url('../images/fondo\ -MOBIL\ -\ SOCIAL\ MEDIA.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 100vh;
    position: relative;
  }
  

}
  




/*---------------------------------------
 RESPONSIVE STYLES      SOCIAL MEDIA     
-----------------------------------------*/

@media screen and (max-width: 992px) {

  .heroS {
    background-image: url('../images/fondo\ -MOBIL\ -\ SOCIAL\ MEDIA.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 100vh;
    position: relative;
  }
  

}
  





/*---------------------------------------
 FONDO SERVICIOS PROFESIONALES
-----------------------------------------*/

.heroServ {
  background-image: url('../images/fondo\ 04.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  vertical-align: middle;
  min-height: 100vh;
  position: relative;
  
  
  }
  


/*---------------------------------------
 RESPONSIVE STYLES   SERVICIOS PROFESIONALES
-----------------------------------------*/

@media screen and (max-width: 992px) {

  .heroServ {
    background-image: url('../images/fondo\ -MOBIL\ -\ Servicio.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 100vh;
    position: relative;
  }
  

}
  




/*---------------------------------------
 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;

}
.col-md-6 span {
font: 1px;

}

/********************precio*******/



.col-md-6 span {
font: 1px;

}

/* BUTTON PRECIO*/


.class-info a:hover {
color: var(--primary-color);
object-position: center;
}

.class-info a:focus {
box-shadow: none;
object-position: center;

}

.class-info a:hover,
.class-info a:focus,


.class-info a:hover,
.class-info a:focus {
background:rgb(23, 23, 26);
border-color: transparent;
color: var(--primary-color);
}

.class-info a {
border: 1px solid var(--primary-color);
color: #09090e; background-color: #74d14f;
}

.class-info a {
background: var(--primary-color);
color: #09090e; background-color: #74d14f;
}
/*---------------------------------------
 




/*---------------------------------------
CONTENIDO      
-----------------------------------------*/

.about {
background: #200e0eb2;
}




.about h2{
color: rgba(241, 241, 241, 0.918);
text-align-last: center;
}

.about h3{
color: rgba(54, 180, 43, 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);
/* color: rgba(240, 248, 255, 0.808); */
margin-top: auto;
}

.about i{
  color: rgba(240, 248, 255, 0.808);
}




/*---------------------------------------
CONTENIDO  
-----------------------------------------*/

.contenido {
  background: #200e0eb2;
  }
  
  
  
  
  .contenido h2{
  color: rgba(241, 241, 241, 0.918);
  text-align-last: center;
  }
  
  .contenido h3{
  /* color: rgba(178, 224, 174, 0.644); */
  color: rgba(178, 224, 174, 0.644);
  text-align: left;
  }
  
  .contenido h4{
  color: rgba(14, 247, 138, 0.767);
  text-align: center;
  
  
  
  }
  
  .contenido p{
  /* color: rgba(89, 129, 70, 0.808); */
  color: rgba(240, 248, 255, 0.808);
  /* color: rgba(240, 248, 255, 0.808); */
  margin-top: auto;
  }
  
  /* .LogoDesing i{
    color: rgba(43, 80, 112, 0.808);
  } */
  
  


/*---------------------------------------
CONTENIDO   Especializado
-----------------------------------------*/

.especializado {
  background: #200e0eb2;
  }
  
  
  
  
  .especializado h2{
  color: rgba(241, 241, 241, 0.918);
  text-align-last: center;
  }
  
  .especializado h3{
  /* color: rgba(178, 224, 174, 0.644); */
  color: rgba(178, 224, 174, 0.644);

  text-align: left;
  }
  
  .especializado h4{
  color: rgba(14, 247, 138, 0.767);
  text-align: center;
  
  
  
  }

  .especializado p{
  /* color: rgba(89, 129, 70, 0.808); */
  color: rgba(240, 248, 255, 0.808);
  /* color: rgba(240, 248, 255, 0.808); */
  margin-top: auto;
  }
  
  /* .LogoDesing i{
    color: rgba(43, 80, 112, 0.808);
  } */
  



 
/*---------------------------------------
CONTENIDO   Socialmedia
-----------------------------------------*/

.Socialmedia {
  background: #200e0eb2;
  }
  
   
  .Socialmedia h2{
  color: rgba(241, 241, 241, 0.918);
  text-align-last: center;
  }
  
  .Socialmedia h3{
  /* color: rgba(178, 224, 174, 0.644); */
  color: rgba(226, 236, 235, 0.877);
  text-align: left;
  font: 12px;
  }
  
  .Socialmedia h4{
  color: rgba(14, 247, 138, 0.767);
  text-align: center;

  
  
  
  }

  .Socialmedia p{
  /* color: rgba(89, 129, 70, 0.808); */
  color: rgba(240, 248, 255, 0.808);
  /* color: rgba(240, 248, 255, 0.808); */
  margin-top: auto;
  }
  
  /* .LogoDesing i{
    color: rgba(43, 80, 112, 0.808);
  } */
   


.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;
object-position: center;
} */


.team-thumb img{
border-radius: 15px;
}


.team-info span {
font-weight: var(--font-weight-light);
opacity: 0.85;
align-items: center;
}

.team-info h3 {
font-weight: var(--font-weight-light);
opacity: 0.85;
align-items: center;
}

.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;

}
/* 
BOTON LOGO */

.custom-btnL {


  /* background: transparent; */
  
  /* border-radius: var(--border-radius-small); */
  border-radius: 8rem;
  padding: 17px 28px;
  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;
  align-items: center;
  /* position: relative; left: -13px; */
  /* object-position: center; */

  animation: animate 2.5s infinite;
  }
  
  .custom-btnL:hover {
  color: var(--primary-color);
  object-position: center;
  }
  
  .custom-btnL:focus {
  box-shadow: none;
  object-position: center;
  }
  
  .custom-btnL.bordered:hover,
  .custom-btn.bordered:focus,
  
  .custom-btnL.bg-color:hover,
  .custom-btnL.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;
  }









.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;

}





/*:::::BOTON ENLEACE SERVICIO*/


.BOTONLINK {
display: flex;
align-items: center;

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;
margin-top: -5rem;

z-index: 10;

}






.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%;
}
}




/* FIN BOTON */


/* Estas clases se agregaran dinamicamente mediante javascript */
.skills .skill .javascript{
width: 0%;
animation: 2s javascript forwards;
}
@keyframes javascript {
0%{width: 0%;}
100%{width: 75%;}
}

.skills .skill .htmlcss{
width: 0%;
animation: 2s htmlcss forwards;
}
@keyframes htmlcss {
0%{width: 0%;}
100%{width: 89%;}
}

.skills .skill .photoshop{
width: 0%;
animation: 2s photoshop forwards;
}
@keyframes photoshop {
0%{width: 0%;}
100%{width: 95%;}
}

.skills .skill .wordpress{
width: 0%;
animation: 2s wordpress forwards;
}
@keyframes wordpress {
0%{width: 0%;}
100%{width: 81%;}
}

.skills .skill .drupal{
width: 0%;
animation: 2s drupal forwards;
}
@keyframes drupal {
0%{width: 0%;}
100%{width: 55%;}
}

.skills .skill .comunicacion{
width: 0%;
animation: 2s comunicacion forwards;
}
@keyframes comunicacion {
0%{width: 0%;}
100%{width: 80%;}
}

.skills .skill .trabajo{
width: 0%;
animation: 2s trabajo forwards;
}
@keyframes trabajo {
0%{width: 0%;}
100%{width: 70%;}
}

.skills .skill .creatividad{
width: 0%;
animation: 2s creatividad forwards;
}
@keyframes creatividad {
0%{width: 0%;}
100%{width: 99%;}
}

.skills .skill .dedicacion{
width: 0%;
animation: 2s dedicacion forwards;
}
@keyframes dedicacion {
0%{width: 0%;}
100%{width: 65%;}
}

.skills .skill .proyect{
width: 0%;
animation: 2s proyect forwards;
}
@keyframes proyect {
0%{width: 0%;}
100%{width: 94%;}
}
/* SECCION CURRICULUM */
/* .curriculum{
background-color: #1e2326;
color: #fff;
padding: 50px 20px;
}
.curriculum .contenido-seccion{
max-width: 1100px;
margin: auto;
}
.curriculum h2{
font-size: 48px;
font-family: 'Righteous';
text-align: center;
padding: 20px 0;

}
.curriculum .fila{
display: flex;
justify-content: space-between;
}
.curriculum .fila .col{
width: 49%;
padding: 0 20px;
}
.curriculum .fila .col h3{
font-size: 28px;
font-family: 'Righteous';
margin-bottom: 25px;
}
.curriculum .fila .izquierda{
border-right: 2px solid #252A2E;
}
.curriculum .fila .derecha{
border-left: 2px solid #252A2E;
}
.curriculum .fila .item{
padding: 25px;
margin-bottom: 30px;
background-color: #252A2E;
position: relative;
}
.curriculum .fila .item h4{
font-size: 20px;
margin-bottom: 10px;
}
.curriculum .fila .item .casa{
color: #1CB698;
font-size: 22px;
font-weight: bold;
display: block;
}
.curriculum .fila .item .fecha{
display: block;
color: #1CB698;
margin-bottom: 10px;
}
.curriculum .fila .item p{
line-height: 24px;
}
.curriculum .fila .izq{
border-right: 2px solid #1CB698;
margin-right: 20px;
}
.curriculum .fila .der{
border-left: 2px solid #1CB698;
margin-left: 20px;
}
.curriculum .fila .item .conectori{
height: 2px;
background-color: #1CB698;
width: 47px;
position: absolute;
top: 50%;
right: -47px;
z-index: 5;
}
.curriculum .fila .item .conectori .circuloi{
display: block;
height: 10px;
width: 10px;
border-radius: 50%;
background-color: #1CB698;
float: right;
position: relative;
bottom: 4px;
}
.curriculum .fila .item .conectord{
height: 2px;
background-color: #1CB698;
width: 47px;
position: absolute;
top: 50%;
left: -47px;
z-index: 5;
}
.curriculum .fila .item .conectord .circulod{
display: block;
height: 10px;
width: 10px;
border-radius: 50%;
background-color: #1CB698;
float: left;
position: relative;
bottom: 4px;
} */
/* SECCION PORTFOLIO */
/* .portfolio{
background-color: #252A2E;
color: #fff;
padding: 50px 20px;
}
.portfolio .contenido-seccion{
max-width: 1100px;
margin: auto;
}
.portfolio h2{
font-size: 48px;
font-family: 'Righteous';
text-align: center;
padding: 20px 0;
}
.portfolio .galeria{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.portfolio .galeria .proyecto{
position: relative;
max-width:  650px; */
/* max-width: 340px; */
/* height: fit-content;
margin: 10px;
cursor: pointer;
}
.portfolio .galeria .proyecto img{
width: 100%;
display: block;
}
.portfolio .galeria .proyecto .overlay{
position: absolute;
top: 0;
width: 100%;
height: 100%;
text-align: center;
background: linear-gradient(rgba(28,182,152,.8), rgba(28,182,152,.8));
display: flex;
flex-direction: column;
justify-content: center;
transition: 1s;
font-size: 18px;
letter-spacing: 3px;
opacity: 0;
}
.portfolio .galeria .proyecto .overlay h3{
margin-bottom: 20px;
transition: 1s;
}
.portfolio .galeria .proyecto .overlay:hover{
opacity: 1;
}
.portfolio .galeria .proyecto .overlay:hover h3{
margin-bottom: 0px;
} */



/* 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;
}











/*---------------------------------------
 FOOTER              
-----------------------------------------*/

/*---------------------------------------
 FOOTER        FINAL      
-----------------------------------------*/



.site-footerF .redes{
margin-bottom: 20px;
}
.site-footerF .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;
}


.site-footerF .ml-auto p{
color: #fcfffcb4;
}






  
  
  


/*---------------------------------------
 FOOTER        FINAL      
-----------------------------------------*/




.site-footerF a {
color: var(--p-color);
font-weight: var(--font-weight-light);
}

.site-footerF p {
font-size: var(--base-font-size);
align-items: center;
}



.site-footerF P{
  color: rgba(255, 255, 255, 0.658);
  text-align: center;
  
  
}
  
.site-footerF .ml-auto{
    color: rgba(255, 255, 255, 0.658);
    text-align: center;

  }





  .site-footerF{

background-color: #252A2E;
color: #918585;
text-align: center;

}




  
  .site-footerF a {
  color: rgba(190, 206, 190, 0.315);
  font-weight: var(--font-weight-light);
  }
  
  .site-footerF p {
  font-size: var(--base-font-size);
  text-align: center;
  }
  

  .site-footer {
    border-top: 0.5px solid #efebeb8e;
    padding: 2rem 0;
    
    align-items: center;
    
    
    }
    
  
  
  .site-footerF{
    background-color: #252A2E;
    color: #918585;
    padding: 50px 0 30px 0;
    text-align: center;
    position: relative;
    width: 100%;
    text-align: center;
    border-top: 0.5px solid #efebeb62;
    }

    
    .site-footerF P{
    color: rgba(255, 255, 255, 0.658);
    text-align: center;
    
    
    }
    
    .site-footerF .ml-auto{
      color: rgba(255, 255, 255, 0.658);
      text-align: center;
  
    }




.site-footer .ml-auto  p{
color: #fcfffcb4;
text-align: center;
position: relative;right: -250px;

text-align: center;
align-items: center;

}

.site-footer .copyright-text p{
  text-align: center;

}

.site-footer .container  a{
  text-align: center;
  color: #e1e6eb;
  align-items: center;
  /* position: relative;right: 250px; */

}


  
  /*---------------------------------------
   FOOTER    medios          
  -----------------------------------------*/
  
  
  
  


/*---------------------------------------
 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);
}












/*---------------------------------------
 RESPONSIVE STYLES       booton        
-----------------------------------------*/

@media screen and (max-width: 992px) {

.section {
  padding: 5rem 0;
}

.nav-item .nav-link {
  padding: 6px;
}

.navbar .social-icon {
  margin-top: 22px;
}

.navbar-collapse,
.site-footerFinal{
  text-align: center;
}

.schedule-table {
  display: block;
}

.modal-content {
  padding: 2rem;
}
.team-info {

align-items: center;
}

h1 {

  text-align: center;
}
 
}



@media screen and (max-width: 767px) {


h1 {
  font-size: 45px;
  margin: 50px;
  position: relative; left: -13px;

  align-items: center;
}
 

h2 {
  font-size: 42px;
  margin: 50px;
  position: relative; left: -13px;
  text-align: center;

}


.team-info {

  object-position: center;
}
   


.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

}

.Socialmedia h3{
  /* color: rgba(178, 224, 174, 0.644); */
  /* color: rgba(14, 190, 73, 0.877); */
  color: rgba(226, 236, 235, 0.877);
  font-size: var(--b-font-size);
  padding: 3px;
  /* text-align: left; */
  /* font: 12px; */
  }

  

  
  

  h1{

    margin-top: 300px;
    text-align: center;
    

  }

  .custom-btn {


    /* background: transparent; */
    
    /* border-radius: var(--border-radius-small); */
    border-radius: 8rem;
    padding: 19px 45px;
    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;
    align-items: center;
    /* position: relative; left: -13px; */
    /* object-position: center; */
  
    animation: animate 2.5s infinite;
    }


.custom-btn2 {


  /* background: transparent; */
  
  /* border-radius: var(--border-radius-small); */
  border-radius: 8rem;
  padding: 20px 140px;
  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;
  align-items: center;
  /* position: relative; left: -13px; */
  /* object-position: center; */

  animation: animate 2.5s infinite;
  }
  
  .custom-btn2:hover {
  color: var(--primary-color);
  object-position: center;
  }
  
  .custom-btn2:focus {
  box-shadow: none;
  object-position: center;
  }
  
  .custom-btn2.bordered:hover,
  .custom-btn.bordered:focus,
  
  .custom-btn2.bg-color:hover,
  .custom-btn2.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;
  }


/* 
lOGO */



.custom-btnL {


  /* background: transparent; */
  
  /* border-radius: var(--border-radius-small); */
  border-radius: 8rem;
  padding: 18px 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;
  align-items: center;
  /* position: relative; left: -13px; */
  /* object-position: center; */

  animation: animate 2.5s infinite;
  }
  
  .custom-btnL:hover {
  color: var(--primary-color);
  object-position: center;
  }
  
  .custom-btnL:focus {
  box-shadow: none;
  object-position: center;
  }
  
  .custom-btnL.bordered:hover,
  .custom-btn.bordered:focus,
  
  .custom-btnL.bg-color:hover,
  .custom-btnL.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);
  }
  /* *****footer mobil *** */

  .site-footer{
    background-color: #0a0a0a4d;
    /* background-color: #0a0a0a4d; */
    color: #918585;
    padding: 20px 0 10px 0;
    text-align: center;
    position: relative;
    width: 100%;
  }
    .site-footer  .ml-auto p{
      position: relative;right: 10px;
    }

    
  }
  .bg-color {
  background: var(--primary-color);
  color: black;
  }


}





/*---------------------------------------
 RESPONSIVE STYLES     FOOTER 
-----------------------------------------*/

@media screen and (max-width: 992px) {

  
.site-footerLOGO {
  border-top: 0.5px solid #efebeb8c;
  padding: 3rem 0;
  
  }
  
  .site-footerLOGO a {
  color: white;
  font-weight: var(--font-weight-light);
  text-align: center;
  }
  
  .site-footerLOGO p {
  font-size: var(--base-font-size);
  text-align: center;
  }
  
  .contact .fa,
  .site-footerLOGO .fa {
  color: white;
}
  
  .site-footer .ml-auto  p{
    color: #fcfffcb4;
    text-align: center;
 
    
  }
   

  }
   
  
  
  @media (max-width: 1000px) {
    .site-footer .ml-auto  p{
      color: #fcfffcb4;
      text-align: center;
    }
  }
  @media (max-width: 600px) {
    .site-footer .ml-auto  p{
      color: #fcfffcb4;
      text-align: center;
    }
 
  }
  







.classT-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;

 
}

.classT-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;

}
.col-md-6 span {
  font: 1px;
  
}



