

/* aplicando fuente */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  font-family: 'Roboto', sans-serif;
}

body {
  font-family: 'Roboto', sans-serif;
  touch-action: manipulation;
}

ol,
ul {
  font-family: 'Roboto', sans-serif;
}

blockquote,
q {
  font-family: 'Roboto', sans-serif;
}

table {
  font-family: 'Roboto', sans-serif;
}

a:link,
a:visited,
a:active {
  text-decoration: none!important;
}

html,
body {
  overflow-x: hidden;
}


/* fin fuente */


/*Colores*/

.color-amarillo {
  color: #179c41;
}

.color-blanco {
  color: #ffffff!important;
}


/*fin colores*/


/*botones*/

.btn-primary {
  color: #fff;
  background-color: #0D5257;
  border-color: #0D5257;
}


/*fin botones*/

.bg-verde {
  background-color:#179c41;
}

.logo-menu {
  width: 100px;
}

.fichas-index {
  margin-top: 50px;
  background-image: url("../images/pagina/fondo-fichas.jpg");
  background-color: none;
}


/* HORARIOS */

.horarios ::after,
 ::before {
  box-sizing: unset!important;
  /*arregla el desbordamiento de los botones del calendario - jjmf*/
}

.vacio {
  height: 100px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.horarios .info-clase {
  text-align: center;
  margin: auto;
}

.vacio .info-clase {
  background-color: #efefef;
  width: 100%;
  border-radius: 5px;
  margin: 2px;
}

.horarios,
.horarios .col {
  text-align: center !important;
}

.horarios h1 {
  color: #179c41;
  text-align: center !important;
}

.horarios a {
  font-size: 8px;
}

.horarios .dia {
  display: inline-flex;
  text-transform: uppercase;
  font-family: 'avenir', 'nunito', sans;
  font-weight: 600 !important;
  text-align: center !important;
  height: 60px;
}

.disponible .info-clase {
  font-weight: 600;
  font-size: 12px;
  background-color: white;
  border-width: 2px;
  border-radius: 5px;
  border-style: solid;
  border-color: black;
  height: 106px;
  width: 100%;
  margin: auto;
  transition: .3s;
  display: block;
}

.textoRide {
  font-size: 11px;
}

.disponible .info-clase:hover {
  color: white;
  background-color: #b44e9d;
  border-color: #b44e9d;
}

.disponible:hover~a {
  color: white;
  background-color: #1f4651;
}

.row.disponible {
  margin: auto;
  height: 120px;
  cursor: pointer;
  /*cursor al pasar el mouse por calendario - jjmf*/
}

.row.vacio {
  height: 100px;
  color: white;
  margin: auto;
  display: none;
}

.vacio a {
  display: none;
}

.row.no-disponible {
  margin: auto;
  height: 100px;
}

.no-disponible .info-clase {
  background-color: #e6e6e6;
  font-weight: 600;
  font-size: 12;
  border-radius: 5px;
  border-style: solid;
  height: 106px;
  width: 100%;
  margin: auto;
  display: block;
}

.info-clase a {
  position: absolute;
  text-transform: uppercase;
  cursor: pointer;
  border-color: white;
  border-width: 2px;
  font-size: 12px;
  background-color: #0d5257;
  color: white;
  padding: 12px 20px 12px 20px;
  border-radius: 3px;
  text-decoration: none;
  margin-top: 1px;
  margin-left: -50px;
  ;
}


/*coaches*/

.nombreCoach {
  font-size: 12px;
}

.carousel-nav-icon {
  height: 48px;
  width: 48px;
}

.carousel-item .col,
.col-sm,
.col-md {
  margin: 8px;
  height: 300px;
  background-size: cover;
  background-position: center center;
}


/* fin coaches */


/*menu de navegacion*/

.dropdown-menu {
  left: -100px!important;
}


/*fin menu de navegacion*/


/*formularios*/

.form-registro {
  background-color: #179c41;
}

.input-registro {
  margin-bottom: 15px;
}


/*fin formularios*/


/*paquetes*/

.logo-paquetes {
  max-width: 12%;
  margin-bottom: 10px;
  margin-top: 30px;
  padding-bottom: 20px;
}

.contenedor-paquetes {
  background: url(../images/pagina/fondo-paquetes.webp) no-repeat center /cover;
}

.pricing-item {
  background: rgba(150, 150, 150, 0.5);
  padding-bottom: 1.5rem!important;
  border-radius: 25px;
  text-decoration: none;
}

.pricing-item:hover {
  background: rgba(0, 0, 0, 0.6);
}

.pricing-item a {
  cursor: pointer;
}

.list-unstyled {
  font-size: 1.2rem;
}


/*fin paquetes*/


/*slider*/

.box {
  background-color: #000;
  font-family: 'Oxygen', sans-serif;
  border-radius: 0 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0.3s;
}

.box:hover {
  background-color: #179c41;
}

.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after {
  content: '';
  background-color: #179c41;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all 0.4s ease-in;
}

.box:after {
  top: auto;
  bottom: 0;
  left: 100%;
}

.box .box-content:before {
  width: 5px;
  height: 100%;
  top: 100%;
  left: 0;
}

.box .box-content:after {
  width: 5px;
  height: 100%;
  top: -100%;
  left: auto;
  right: 0;
}

.box:hover:before,
.box:hover:after {
  opacity: 0.2;
  left: 0;
}

.box:hover .box-content:before,
.box:hover .box-content:after {
  opacity: 0.2;
  top: 0;
}

.box img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.box:hover img {
  opacity: 0.35;
}

.box .box-content {
  color: #fff;
  height: 100%;
  width: 100%;
  padding: 15px 0 0 15px;
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 0;
  transition: all 0.45s ease;
}

.box:hover .box-content {
  opacity: 1;
  top: 0;
}

.box .title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0 0 4px;
}

.box .post {
  font-size: 16px;
  letter-spacing: 1px;
  /*text-transform: lowercase;*/
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0 0 5px;
  display: block;
}

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 15px;
  right: 15px;
  transition: all 0.4s cubic-bezier(0.6, -0.8, 0.735, 0.045);
}

.box:hover .icon {
  opacity: 1;
  transform: rotate(0deg);
}

.box .icon li {
  display: inline-block;
}

.box .icon li a {
  color: #fff;
  background-color: #179c41;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: block;
  position: relative;
  transition: all 0.3s ease 0s;
}

.box .icon li a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.box .icon li a:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: animate 0.5s ease-out 75ms;
}

@keyframes animate {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@media only screen and (max-width:990px) {
  .box {
    margin: 0 0 30px;
  }
}


/*ajuste de los cardbox*/

.box-coach {
  margin-left: 20px;
  margin-right: 20px;
}

.box-coach img {
  width: 350px;
}


/*fin slider*/


/*footer*/

.info-text {
  padding-top: 10px;
}

.jumbo-index {
  background-image: url(../images/pagina/header.jpg);
  background-repeat: no-repeat;
  background-position: 50% 20%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.jumbo-inferior {
  background-image: url(../images/pagina/footer.jpg);
  background-repeat: no-repeat;
  background-position: 50% 70%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.titulo-jumbo-index {
  text-align: center;
  color: #FFFFFF;
  text-shadow: 2px 2px 2px black;
}


/*fin footer*/


/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/


/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575px) {
  .horarios .container-fluid .row .col {
    margin: 0!important;
    max-width: 14%!important;
  }
  .horarios,
  .horarios .col {
    text-align: center !important;
    margin: 0!important;
    padding: 0!important;
    font-size: 9px;
  }
  .horarios .dia {
    height: 20px!important;
  }
  .disponible .info-clase {
    font-weight: 400;
    font-size: 9px;
    background-color: white;
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: #179c41;
    height: 106px;
    width: 100%;
    margin: auto;
    transition: .3s;
    display: block;
  }
  .info-clase a {
    /*position:relative!important;*/
    text-transform: uppercase;
    cursor: pointer;
    border-color: white;
    border-width: 2px;
    font-size: 7px;
    background-color: #0d5257;
    color: white;
    padding: 3px 4px 3px 4px!important;
    border-radius: 1px;
    text-decoration: none;
  }
  .reservar {
    /*margin-right: -50px;*/
    margin-left: -21px!important;
    margin-top: 20px!important;
  }
  .reservarVacio {
    /*margin-right: -50px;*/
    margin-left: -21px!important;
    margin-top: 33px!important;
  }
  .nombreCoach {
    font-size: 7px;
  }
  .textoRide {
    font-size: 8px;
  }
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767px) {
  .horarios .container-fluid .row .col {
    margin: 0!important;
  }
  .horarios,
  .horarios .col {
    text-align: center !important;
    margin: 0!important;
    padding: 0!important;
    font-size: 9px;
  }
  .horarios .dia {
    height: 40px!important;
  }
  .info-clase a {
    position: absolute;
    text-transform: uppercase;
    cursor: pointer;
    border-color: white;
    border-width: 2px;
    font-size: 7px;
    background-color: #0d5257;
    color: white;
    padding: 3px 4px 3px 4px;
    border-radius: 1px;
    text-decoration: none;
    margin-left: -20px;
    margin-top: 20px;
  }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991px) {}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199px) {}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/*estilos para tablas*/

.bg-gradient-info {
  background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x !important;
  color: #FFFFFF;
}

.bg-gradient-danger {
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important;
  color: #FFFFFF;
}

.bg-gradient-enviar {
  background: #0369d6 linear-gradient(180deg, #007bff, #0369d6) repeat-x !important;
  color: #FFFFFF;
}

.ion-ios-arrow-back {
  position: absolute!important;
  font-size: 150px!important;
  margin-top: -350px;
  margin-left: -70px!important;
  float: left;
}

.ion-ios-arrow-forward {
  margin-right: -2290px!important;
}

.owl-next {
  position: absolute!important;
  font-size: 150px!important;
  margin-top: -333px!important;
  margin-right: 1120px!important;
}


/*formulario de pago*/

#formbe {
  font-family: "avenir", sans;
  font-size: 16pt;
  letter-spacing: .1em;
  margin: 5% 5% 30px 5% !important;
  padding: 5%;
  border-radius: 10px;
  background-color: #179c41;
  font-weight: 500;
}


/* foto de perfil */

.img-circle {
  border-radius: 50%;
}

.perfil-menu {
  max-width: 30px!important;
  padding: 0px!important;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #009970;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(54, 52, 58, 0.6);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(54, 52, 58, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #00cc95;
}
.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #009970;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #009970;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(54, 52, 58, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}