@import "https://fonts.googleapis.com/css?family=Raleway:100,400,700";
/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #FFFFFF;
  --primary-color:                #E1D813;
  --section-bg-color:             #f9f9f9;
  --dark-color:                   #000000;
  --grey-color:                   #fcfeff;
  --text-secondary-white-color:   rgba(255, 255, 255, 0.98);
  --title-color:                  #565758;
  --p-color:                      #717275;

  --body-font-family:           'Noto Sans JP', sans-serif;

  --h1-font-size:               72px;
  --h2-font-size:               42px;
  --h3-font-size:               36px;
  --h4-font-size:               32px;
  --h5-font-size:               24px;
  --h6-font-size:               22px;
  --p-font-size:                20px;
  --copyright-text-font-size:   14px;
  --custom-link-font-size:      12px;

  --font-weight-light:          300;
  --font-weight-normal:         400;
  --font-weight-bold:           700;
  --font-weight-black:          900;
}

body,
html {
  height: 100%;
  /*overflow: auto;*/
}

body {
    background: var(--white-color);
    font-family: var(--body-font-family);    
    position: relative;
    /*overflow-x: hidden;*/
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-weight: var(--font-weight-bold); */
  font-family:"Raleway",Helvetica,sans-serif;
  color:#222;
  letter-spacing:-1px;
  font-weight:100;
}

h1,
h2 {
  /* font-weight: var(--font-weight-black); */
  font-weight:100;
}

h1 {
  font-size: var(--h1-font-size);
  line-height: normal;
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
  letter-spacing: 0.5px;
}

.text-secondary-white-color {
  color: var(--text-secondary-white-color);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

::selection {
  background: var(--dark-color);
  color: var(--white-color);
}

.custom-underline {
  border-bottom: 2px solid var(--white-color);
  color: var(--white-color);
  padding-bottom: 4px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  z-index: -100;
}
.videoWt {
  position: absolute;
  top:20%;
  left: 5%;
  width: 100%;
  height: 530px;
}
.custom-wt {
  height: 90%;
}

.custom-htit {
  width: 70%;
}
.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay {
  background: linear-gradient(to top, #000, transparent 90%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*---------------------------------------
  CUSTOM LINK               
-----------------------------------------*/
.custom-links {
  max-width: 230px;
}

.custom-link {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.custom-link::after {
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}

.custom-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.custom-link:hover,
.custom-link:hover::after {
  color: var(--white-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}
.foto-bio{
  background-image: url('../images/biography.jpg');
  /*width: 100vw;*/
  height: 100%;
   /*background-repeat : repeat-x;
  background-size : contain;*/
}
.foto-coach{
  background-image: url('../images/pablo_coach2.jpg');
  /*width: 100vw;*/
  height: 100vh;
   /*background-repeat : repeat-x;
  background-size : contain;*/
}
.foto-mship{
  background-image: url('../images/pablo_membership.jpg');
  width: 100vw;
  height: 100vh;
  /*background-repeat : repeat-x;
  background-size : contain;*/
}
.clearb{
  display:block;
  width: 100%;
  clear: both;
  margin: 0 auto;
}
.bg-yell{
  background: rgba(225, 216, 19, .8);
  background-image: url('../images/bg-yell.png');
  background-repeat : repeat;
  opacity: 0.95;
  color: var(--white-color);
  height: 100vh;
  padding: 0 30px;
  display: block;
}

.bg-yellow{
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(225, 216, 19, .8);
  background-image: url('../images/bg-yell.png');
  background-repeat : repeat;
  opacity: 0.50;
  height: 100%;
  display: block;
  width: 35%;
  z-index: 6;
}

.bg-bio{
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(225, 216, 19, .8);
  height: 100%;
  display: block;
  width: 35%;
  z-index: 6;
}

.bg-bio::before{
  content: '';
  position: absolute;
  left: 0;
  right: 5%;
  top: 0;
  bottom: 20%;
  background: url('../images/firulete3.png') bottom right;
  background-repeat : no-repeat;
  background-size: 50%;
}

.bg-contaimg{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: block;
  width: 35%;
  z-index: 6;
}

.bg-contaimg::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 20%;
  background: url('../images/firulete3.png') bottom right;
  background-repeat : no-repeat;
  background-size: 40%;
}

.bg-corp, .bg-testi{
  position: absolute;
  top: 80px;
  right: 20%;
  background: rgba(231, 231, 231, 0.75);
  /*opacity: 0.95; */
  height: 90%;
  display: block;
  width: 35%;
  z-index: 6;
  
  /* Add the blur effect */
  backdrop-filter: blur(8px);
}

.bg-testi{
  bottom: 0;
  height: 250%;
  width: 45%;
  background: rgba(51, 51, 51, 0.85);
}
.clearer
{
  height: 1px;
  clear: both;
}
.bg-exper{
  color: var(--white-color);
}
.bg-memb{
  position: absolute;
  top: 80px;
  right: 10%;
  background: url('../images/diamnte_blanco.png') bottom left;
  background-repeat : no-repeat;
  background-size: 50%;
  height: 90%;
  display: block;
  width: 35%;
  z-index: 6;
  
  /* Add the blur effect */
  backdrop-filter: blur(8px);
}

.bg-memb::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
}

.bg-conta{
  
  /* Add the blur effect */
  backdrop-filter: blur(8px);
}
.conta-link{
  display: inline-block;
  height: 60px;
}

.conta-link a{
  display: inline-block;
  padding: 5px;
  opacity: 0.7;
}
.conta-link a:hover{
  opacity: 1;
}
.conta-link a img{
  height: 40px;  
}

.btn-conta{
  width: 100%;
  background-color: #E1D813;
  color: #000;
  padding: 5px 0;
  text-align: center;
}
/*
#contact .aos-init {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
*/
.bg-grey{
  background: rgba(51, 51, 51, 1);
  color: var(--white-color);
  /*height: 100vh;*/
  padding: 0 30px;
}
.bg-grey2{
  background: rgba(51, 51, 51, 0.8);
  color: var(--white-color);
  height: 100vh;
  padding: 0 30px;
}
.bg-grey3{
  background: rgba(51, 51, 51, 1);
  background-image: url('../images/bg-yell.png');
  background-repeat : repeat;
  color: var(--white-color);
  padding: 0 30px;
}

.bg-corp h2{
  font-size: var(--h4-font-size);
  background: url('../images/firulete2.png') center right;
  background-repeat : no-repeat;
  background-size: 70px;
}

.bg-testi h2{
  font-size: var(--h4-font-size);
  background: url('../images/firulete_testimonio2.png') center right;
  background-repeat : no-repeat;
  background-size: 70px;
  color: #E8E8E8;
}

.bg-exper h2, .bg-exper h3, .bg-exper h4, .bg-exper h5, .bg-exper h6{
  color: var(--white-color);
}
.bg-exper p{
  color: var(--white-color);
}

.bg-memb h2{
  color:var(--primary-color);
  background: url('../images/diamnte_amarillo.png') center right;
  background-repeat : no-repeat;
  background-size: 50px;
}
.bg-memb p{
  color: white;
}

.testi_det{
  position: relative;
  width: 100%;
  left: -5%;
  background: url('../images/comillas.png') top left;
  background-repeat : no-repeat;
  background-size: 10%;
  height: auto;
  display: block;
  padding: 0 0 50px 60px;
  color: #FFF;
}

.testi_det .name{
  position: relative;
  width: 100%;
  text-transform: uppercase;
  color: #FFF;
}

.testi_det .feca{
  position: relative;
  width: 100%;
  padding: 0 0 15px 0;
  color: #E8E8E8;
}

.testi_det .nacio{
  position: relative;
  right: 10px;
  text-align: right;
  width: 100%;
  color: #E8E8E8;
}

.testi_det .text{
  position: relative;
  width: 100%;
  padding: 0 0 12px 0;
  color: #FFF;
}

.boxclass {
  aspect-ratio : 1 / 1;
}
.boxclass_exper {
  aspect-ratio : 16 / 9;
}
.boxclass_blog {
  aspect-ratio : 1 / 1.3;
}

.boxclass_exper .cardtxt{
  position: absolute;
  width: auto;
  height: auto;
  bottom:5px;
  right: 5px;
  padding: 4px 10px;
  background: rgba(242, 231, 66, 0.8);
  font-family:"Raleway",Helvetica,sans-serif;
  color:#222;
  font-size: 24px;
}
.boxclass_exper .cardproxi{
  position: absolute;
  width: auto;
  height: auto;
  bottom:-30px;
  right: 50%;
  transform: translate(0, -50%);
  padding: 2px 6px;
  background: rgba(12, 149, 30, 0.9);
  font-family:"Raleway",Helvetica,sans-serif;  
  color: #ffffff;
  font-size: 16px;
}

.cardtxt, .cardtxt1, .cardtxt2, .cardtxt3, .cardproxi{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  text-align: center;
}


.boxclass_blog .cardtit{
  position: relative;
  width: auto;
  height: auto;
  padding: 4px 10px;
  font-family:"Raleway",Helvetica,sans-serif;
  color:#222;
  font-size: 24px;
}
.boxclass_blog .cardtxt{
  position: relative;
  width: auto;
  height: auto;
  padding: 25px 10px;
  font-family:"Raleway",Helvetica,sans-serif;
  color:#222;
  font-size: 16px;
  text-align: left;
  z-index: 0;
}
.boxclass_blog .cardlink{
  position: absolute;
  width: auto;
  height: auto;
  bottom:8px;
  right: 8px;
  color:#222;
  font-size: 16px;
  z-index: 1;
}
.boxclass_blog .cardfec{
  position: relative;
  width: 96%;
  display: block;
  padding: 4px 10px;
  margin: 0 auto;
  color:#333;
  font-size: 13px;
  text-align: right;
}


.boxclass .cardtxt1{
  position: absolute;
  width: auto;
  height: auto;
  bottom:5px;
  right: 5px;
  padding: 5px 12px;
  background: rgba(242, 231, 66, 0.85);
  font-family:"Raleway",Helvetica,sans-serif;
  color:#222;
  font-size: 15px;
}
.boxclass .cardtxt2{
  position: absolute;
  width: auto;
  height: auto;
  top:5px;
  right: 25%;
  padding: 4px 15px;
  background: rgba(242, 231, 66, 0.95);
  font-family:"Raleway",Helvetica,sans-serif;
  color:#222;
  font-size: 15px;
}
.boxclass .cardtxt3{
  position: absolute;
  width: auto;
  height: auto;
  top:35%;
  right: 35%;
  padding: 6px 20px;
  background: rgba(242, 231, 66, 0.8);
  font-family:"Raleway",Helvetica,sans-serif;
  color:#000;
  font-size: 15px;
}

.boxclass .cardtxt4{
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  top:20%;
  left: 0;
  padding: 6px 20px;
  font-family:"Raleway",Helvetica,sans-serif;
  color:#FFF;
  font-size: 18px;
}

.cardfoto_blog{
  position: relative;
  height: 35%;
  z-index: 2;
  overflow: hidden;
  background-position: center;
  border: 4px solid #FFF;
}
.cardfoto{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  background-position: center;
}


.btn_info{
  position: relative;
  width: 100%;
  padding: 15px 5px;
  display: block;
  text-align: right;
}
.btn_info a{
  padding: 6px 20px;
  background-color: #F2E742;
  color: #000;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;  
}
.btn_info a:hover{
  background-color: #000;
  color: #FFF;
}
.btn_proxi{
  position: relative;
  width: 100%;
  padding: 15px 5px;
  display: block;
  text-align: right;
}
.btn_proxi span{
  padding: 3px 10px;
  background-color: #0c951e;
  color: #ffffff;
  text-align: center;
}
/*---------------------------------------
  NAVIGATION               
-----------------------------------------*/

.navbar { 
  z-index: 9;
  right: 0;
  left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #E8E8E8;
}
/*.navbar { padding-bottom: 0 }*/

.navbar-brand {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 10px;
}
/*
.navbar-nav .nav-link::after {
  content: "\f140";
  font-family: bootstrap-icons;
  display: inline-block;
  margin-left: 10px;
  color: var(--primary-color);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.navbar-nav .nav-link:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
*/
.navbar-nav .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: var(--primary-color);
    transition: width .3s;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}


.navbar-nav .nav-link {
  color: var(--p-color);
  font-size: 14px;
  /*font-weight: var(--font-weight-bold);*/
  position: relative;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-item.active .nav-link::after {
  color: var(--primary-color);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.navbar-nav .nav-item.active .nav-link,
.nav-link:focus, 
.nav-link:hover {
  color: var(--primary-color);
}

.nav-link:focus {
  color: var(--p-color);
}

/*
.nav-item:active > a{
	background-color: #333;
	color: #fff;
}
*/
.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: 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(--dark-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(--dark-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon:before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon:after {
  top: 8px;
}

/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .hero {
    height: 100vh;
  }

  .custom-video,
  .news-detail-image{
    object-fit: cover;
    width: 100vw;
    height: 100vh;
  }

  .custom-wt {
    height: 80%;
  }

  .sticky-wrapper {
    position: relative;
    bottom: 76px;
  }
}

.heroText {
  position: absolute;
  z-index: 9;
  top: 40%;
  left: 30%;
  transform: translate(-30%, -50%);
  width: 45%;
  text-align: left;
}

.heroBg {
  position: absolute;
  z-index: 6;
  bottom: 15%;
  right: 0;
  /*transform: translate(-30%, -45%);*/
  text-align: left;
  /*background: rgba(225, 216, 19, .7);*/
  /*background-image: url('../images/bg-yell.png');
  background-repeat : repeat;
  opacity: 0.65;*/
  background: rgba(255, 255, 0, .7);
  color: var(--white-color);
  width: 50%;
  height: 30vh;
  padding: 0;
}
.heroBg p{
  background-color: #000;
  padding: 15px 20px;
  display: inline-block;  
}

/*---------------------------------------
  ABOUT & TEAM MEMBERS               
-----------------------------------------*/
.about-image,
.team-image,
.clases-image, .clases2-image {
  width: 100%;
  height: 100%;
  max-height: 635px;
  min-height: 475px;
  object-fit: cover;
}

.about-image {
  max-height: 835px;
  min-height: 375px;
}

.clases-image {
  max-height: 500px;
  min-height: 300px;
}

.clases2-image {
  max-height: 500px;
  min-height: 250px;
}

.team-thumb {
  background: var(--white-color);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  padding: 22px 32px 32px 32px;
}

.carousel-control-next, 
.carousel-control-prev {
  top: auto;
  bottom: 2.5rem;
}

.carousel-control-prev {
  right: 4rem;
  left: auto;
}

.carousel-control-next-icon, 
.carousel-control-prev-icon {
  background-color: var(--dark-color);
  background-size: 50% 50%;
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
}

.carousel-txt{
  background: rgba(225, 216, 19, .8);
  float: left;
  width: 60vw;
  transform: translate(-25%, 3%);
  color: var(--white-color);
  padding: 15px 30px;
}

.carousel-txt h5, .carousel-txt h4, .carousel-txt p{
  color: var(--white-color);
  text-align: left;
}


/*---------------------------------------
  PORTFOLIO               
-----------------------------------------*/
.portfolio-thumb {
  position: relative;
  overflow: hidden;
}

.portfolio-info {
  margin: 20px;
}

/*---------------------------------------
  NEWS & EVENTS               
-----------------------------------------*/

.news,
.related-news {
  background: var(--section-bg-color);
}

.news-thumb {
  position: relative;
}

.news-category {
  background: var(--white-color);
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  padding: 4px 12px;
  display: inline-block;
}

.news-text-info {
  margin: 0 20px;
}

.news-title {
  margin-top: 15px;
  margin-bottom: 15px;
}

.news-title-link {
  color: var(--title-color);
  display: inline-block;
}

.news-title-link:hover {
  color: var(--dark-color);
}

.portfolio-image,
.news-image {
  display: block;
  transition: transform 0.6s ease-out;
}

.news-image-hover {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  padding-bottom: 4px;
  height: 100%;
}

.news-image-hover::after {
  content: "";
  width: 0;
  height: 4px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: #198754;
}

.news-image-hover-warning::after {
  background: #E1D813;
}

.news-image-hover-primary::after {
  background: #0d6efd;
}

.news-image-hover-success::after {
  background: #198754;
}

.news-image-hover:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  z-index: 9;
}

.image-popup:hover .portfolio-image,
.news-image-hover:hover .news-image {
  transform: scale(1.02);
}

.news-two-column {
  min-height: 199px;
  margin-bottom: 16px;
}

.news-two-column .news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-share-link,
.social-share-link + span {
  color: rgba(255, 255, 255, 0.65);
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.section-padding2 {
  padding-bottom: 7rem;
}

.section-padding3 {
  padding-top: 7rem;
}

/*---------------------------------------
  CONTACT              
-----------------------------------------*/
.contact-info {
  padding: 40px;
}

.contact-form .form-control {
  border-radius: 0;
  font-weight: var(--font-weight-normal);
  padding-top: 12px;
  padding-bottom: 12px;
}

.contact-form button[type='submit'] {
  background: var(--primary-color);
  border: none;
  border-radius: 100px;
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  padding: 16px;
  transition: all 0.6s ease-out;
}

.contact-form button[type='submit']:hover {
  background: var(--dark-color);
}

.form-label {
  color: var(--p-color);
  font-weight: var(--font-weight-bold);
}

.map-iframe {
  display: block;
  filter: grayscale(100);
}

.navbar-nav .form-control {
  background: none;
  border-radius: 0;
  border: none;
  font-weight: var(--font-weight-normal);
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-nav .form-control a{
  background: var(--dark-color);
  border: none;
  border-radius: 100px;
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  padding: 6px 10px 6px 6px;
  transition: all 0.6s ease-out;
}

.navbar-nav .form-control a:hover {
  background: var(--primary-color);
}

.cr_title {
  float: left;
  padding:5px;
  position:relative;
  width:auto;
  display: block;
}
#memberform{
  display: block;
}
#classes .form-control, #coach .form-control, #membership .form-control, #experiences2 .form-control {
  background:none;
  border-radius: 0;
  border: none;
  font-weight: var(--font-weight-normal);
  /*display: inline-block;  */
  float: right;
  padding:5px;
  position:relative;
  width:auto;
  display: block;
}
#classes .form-control li, #coach .form-control li, #membership .form-control li, #experiences2 .form-control li{
  display:inline; 
  padding:0 5px;
}
#classes .form-control a, #coach .form-control a, #membership .form-control a, #experiences2 .form-control a {
  background: var(--dark-color);
  border: none;
  border-radius: 100px;
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  padding: 6px 15px;
  transition: all 0.6s ease-out;
  float: right;
}

#classes .form-control a:hover, #coach .form-control a:hover, #membership .form-control a:hover, #experiences2 .form-control a:hover {
  background: var(--primary-color);
}

/*---------------------------------------
  SITE FOOTER               
-----------------------------------------*/
.site-footer {  
  background: var(--dark-color);
  background-image: url('../images/bg-grey.png');
  background-repeat : repeat;
  padding-top: 4.5rem;
  padding-bottom: 2.5rem;
}

.site-footer .custom-link {
  color: rgba(255, 255, 255, 0.65);
  font-size: var(--p-font-size);
}

.site-footer .custom-link:hover,
.site-footer .social-icon-link:hover {
  color: var(--white-color);
}

.copyright-text {
  color: rgba(255, 255, 255, 0.45);
  font-size: var(--copyright-text-font-size);
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  color: rgba(255, 255, 255, 0.45);
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 15px;
}

.social-icon-link:hover {
  color: var(--primary-color);
}

/* PAGINATION STYLES */

.pagination > li > a,
.pagination > li > span {
    color: var(--primary-color);
}

.pagination > .page-item > a,
.pagination > .active,
.pagination > .page-link > a,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color:black;
    border-color: black;
} 

.page-item .active {
  background-color:var(--primary-color);
  border-color: var(--primary-color);
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
  .news-two-column {
    min-height: 232.5px;
  }
}
@media screen and (max-width: 1135px) {
  .carousel-txt{
    width: 80vw;
    transform: translate(-20%, 3%);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .team-thumb {
    left: 0;
    width: auto;
  }

  .news-two-column {
    height: auto !important;
    min-height: inherit;
  }

  .news .col-12 .news-two-column:first-child {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 1290px) {
  .foto-coach{
    /*width: 100vw;*/
    height: auto;
    background-size : contain;
     /*background-repeat : repeat-x;
    background-size : contain;*/
  }
  .bg-yell{
    /*height: auto;*/
    height: 120vh;
    background-size : contain;
  }
}

@media screen and (max-width: 1132px) {
  .foto-coach{
    /*width: 100vw;*/
    height: auto;
    background-size : contain;
     /*background-repeat : repeat-x;
    background-size : contain;*/
  }
  .bg-yell{
    /*height: auto;*/
    height: 135vh;
    background-size : contain;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: 100vh;
  }
  .heroText {
    position: absolute;
    z-index: 9;
    top: 30%;
    left: 50%;
    transform: translate(-30%, -50%);
    width: 70%;
    text-align: left;
  }

  .foto-coach{
    /*width: 100vw;*/
    height: auto;
    background-size : contain;
     /*background-repeat : repeat-x;
    background-size : contain;*/
  }
  .bg-yell{
    /*height: auto;*/
    height: 100vh;
    background-size : contain;
  }
  .carousel-caption{
    position:relative;
    top:70%;
    /*right:15%;
    bottom:1.25rem;left:15%;
    padding-top:1.25rem;
    padding-bottom:1.25rem;color:#fff;
    text-align:center*/}
}

@media screen and (max-width: 767px) {
  .hero {
    height: 100vh;
  }
  .heroText {
    position: absolute;
    z-index: 9;
    top: 30%;
    left: 50%;
    transform: translate(-30%, -50%);
    width: 70%;
    text-align: left;
  }

  .videoWt {
    top:10%;
    left: 5%;
    width: 100%;
    height: 430px;
  }

  .news-detail-title {
    font-size: 36px;
  }

  .bg-corp,  .bg-testi{
    right: 5%;
    height: 90%;
    width: 80%;
  }

  .bg-memb{
    top: 50px;
    right: 5%;
    height: 90%;
    width: 80%;
  }

  h2 {
    font-size: var(--h4-font-size);
  }

  
  .bg-testi{
    height: 300%;
  }

  .bg-testi h2{
    background-size: 30px;
  }
}
@media screen and (max-width: 548px) {
  .hero {
    height: 100vh;
  }
  .heroText {
    position: absolute;
    z-index: 9;
    top: 30%;
    left: 50%;
    transform: translate(-30%, -50%);
    width: 70%;
    text-align: left;
  }
  .videoWt {
    top:10%;
    left: 5%;
    width: 100%;
    height: 430px;
  }
  .foto-coach{
    /*width: 100vw;*/
    height: auto;
    background-size : contain;
     /*background-repeat : repeat-x;
    background-size : contain;*/
  }
  .bg-yell{
    /*height: auto;*/
    height: 150vh;
    background-size : contain;
  }

  .bg-corp, .bg-testi{
    right: 5%;
    height: 90%;
    width: 90%;
  }

  .bg-testi{
    height: 300%;
  }

  .bg-testi h2{
    background-size: 30px;
  }

  .bg-memb{
    top: 50px;
    right: 5%;
    height: 90%;
    width: 90%;
  }

  h2 {
    font-size: var(--h5-font-size);
  }

  
}
@media screen and (max-width: 360px) {
  h1 {
    font-size: 32px;
  }

  .heroText p {
    font-size: 14px;
  }
  .heroBg {
    width: 30%;
    height: 15vh;
  }

  .foto-coach{
    /*width: 100vw;*/
    height: auto;
    background-size : contain;
     /*background-repeat : repeat-x;
    background-size : contain;*/
  }

  .bg-yell{
    /*height: auto;*/
    height: 200vh;
  }
  .bg-testi h2{
    background-size: 1px;
  }
}

@media screen and (max-width: 359px) {
  .news-detail-title {
    font-size: 22px;
  }

  .bg-testi h2{
    background-size: 1px;
  }

}

.bg-yell h2, .bg-grey2 h2,
.bg-yell h3, .bg-grey2 h3,
.bg-yell h4, .bg-grey2 h4,
.bg-yell h5, .bg-grey2 h5,
.bg-yell h6, .bg-grey2 h6 {
  color: var(--white-color);
}
.bg-yell p, .bg-grey2 p{
  color: var(--white-color);
}


/* Wrapper */

@-moz-keyframes wrapper {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes wrapper {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes wrapper {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes wrapper {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#wrapper {
  -moz-animation: wrapper 3s forwards;
  -webkit-animation: wrapper 3s forwards;
  -ms-animation: wrapper 3s forwards;
  animation: wrapper 3s forwards;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;  
}
.bg-darkgrey{
  background-color: #222;
}
.bg-lightgrey{
  background-color: #E8E8E8;
}
.bg-black{
  background-color: #000;
}
.bg-blackexper{
  background: rgba(0, 0, 0, 1);
  color: var(--white-color);
  /*height: 100vh;*/
  padding: 0;
  border: 10px solid #F2E742;
}
.bg-classes{
  background: rgba(0, 0, 0, 1);
  color: var(--white-color);
  /*height: 100vh;*/
  padding: 0;
}
.bg-classes2{
  background: rgba(226, 215, 0, 1);
  color: var(--dark-color);
  /*height: 100vh;*/
  padding: 0;
}
.bg-blog{
  background: rgba(255, 255, 255, 1);
  color: var(--white-color);
  /*height: 100vh;*/
  padding: 0;
}
.bg-default{
  background-color: var(--white-color);
}

/* BG */

#bg {
  -moz-animation: bg 120s linear infinite;
  -webkit-animation: bg 120s linear infinite;
  -ms-animation: bg 120s linear infinite;
  animation: bg 120s linear infinite;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
/* Set your background with this */

  background: #222222 url("https://pablocortazzo.com/storage/secciones/pablo_final.jpg") bottom left;
  background-repeat: repeat-x;
  height: 100%;
  left: 0;
  opacity: 0.375;
  position: fixed;
  top: 0;
}

@-moz-keyframes bg {
  0% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  /*2250px */ 
  100% {
    -moz-transform: translate3d(-2658px,0,0);
    -webkit-transform: translate3d(-2658px,0,0);
    -ms-transform: translate3d(-2658px,0,0);
    transform: translate3d(-2658px,0,0);
  }
}

@-webkit-keyframes bg {
  0% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  100% {
    -moz-transform: translate3d(-2658px,0,0);
    -webkit-transform: translate3d(-2658px,0,0);
    -ms-transform: translate3d(-2658px,0,0);
    transform: translate3d(-2658px,0,0);
  }
}

@-ms-keyframes bg {
  0% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  100% {
    -moz-transform: translate3d(-2658px,0,0);
    -webkit-transform: translate3d(-2658px,0,0);
    -ms-transform: translate3d(-2658px,0,0);
    transform: translate3d(-2658px,0,0);
  }
}

@keyframes bg {
  0% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  100% {
    -moz-transform: translate3d(-2658px,0,0);
    -webkit-transform: translate3d(-2658px,0,0);
    -ms-transform: translate3d(-2658px,0,0);
    transform: translate3d(-2658px,0,0);
  }
}

#bg {
  background-size: 2250px auto;
  width: 6750px;
}

/* Overlay */

@-moz-keyframes overlay {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.375;
  }
}

@-webkit-keyframes overlay {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.375;
  }
}

@-ms-keyframes overlay {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.375;
  }
}

@keyframes overlay {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.375;
  }
}

#overlay {
  -moz-animation: overlay 1.5s 1.5s forwards;
  -webkit-animation: overlay 1.5s 1.5s forwards;
  -ms-animation: overlay 1.5s 1.5s forwards;
  animation: overlay 1.5s 1.5s forwards;
  background-attachment: fixed;
  background-color: #000;
  background-image: url("../images/tile_bg_3.png");
  background-position: top left;
  background-repeat: repeat;
  background-size: auto;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  
  
}
.overborder {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  border-left: 20px solid #E8E8E8;
  border-bottom: 20px solid #E8E8E8;
  z-index:1000;
}
.footfix{
  height: 30px;
  right: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-bottom: 30px solid #E8E8E8;
  z-index:7;
  color:#565758;
  text-align: right;
  font-size: 11px;
  margin: 0 auto;
}
.leftfix{
  height: 100%;
  left: 0;
  position: fixed;
  bottom: 0;
  width: 20px;
  border-left: 20px solid #E8E8E8;
  z-index:7;
}
.fz-14{
  font-size: 14px;
  color: #000;
}
/* 2 imagenes
#overlay {
  -moz-animation: overlay 1.5s 1.5s forwards;
  -webkit-animation: overlay 1.5s 1.5s forwards;
  -ms-animation: overlay 1.5s 1.5s forwards;
  animation: overlay 1.5s 1.5s forwards;
  background-attachment: fixed, fixed;
  background-color: #000;
  background-image: url("images/tile_bg_100_11.png"), url("images/tile_bg_3.png");
  background-position: top left;
  background-repeat: repeat;
  background-size: auto;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
*/