/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Encode Sans', sans-serif;
  color: #444444;
}

a {
  color: #cc1616;
  text-decoration: none;
}

a:hover {
  color: #e82d2d;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Encode Sans', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff561b;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #eb3f03;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #cc1616;
  border-top-color: #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #254250;
  font-size: 15px;
  height: 40px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
}
#topbar .contact-info a {
  line-height: 0;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  color: #fff;
}
#topbar .contact-info i {
  color: #cc1616;
  line-height: 0;
  margin-right: 5px;
}
#topbar .contact-info .phone-icon {
  margin-left: 15px;
}
#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
#topbar .social-links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*background: rgba(25, 25, 25, 0.95);*/
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
  position: fixed;
  right: 0;
  left: 0;
}
#header.fixed-top {
  background: #254250;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 55px;
}
#header.fixed-top .logo img {
    height: 50px;
    transition: all 0.5s;
}
.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

a.button-inclinado {
    /*display: inline-block; modif x Mario*/
    background: #ff561b;
    padding: 11px 20px;
    transform: skewX(-15deg);
    color: #254250;
    transform-origin: 50% 50%;
    float: left;
    font-weight: bold;
}
a.button-inclinado.button-dynamic:hover {
    background: #15262e;
    color: #ff561b;
}
a.button-clasegratis {
    background: #20b898;
}
a.button-clasegratis:hover {
    background: #15262e;
    color: #20b898;
}

/*@media (min-width: 768px) and (max-width: 1638px){
  .d-md-block {
    width: 400px!important;
}}*/

/**
* Desktop Navigation 
*/

/* modal form clase gratis */
.modal-content {
  border-radius: 0;
}
.modal-header {
  border: none;
  border-radius: 0;
  background: #ff561b;
  color: white;
}
.modal-header img,
.header-valor img {
    width: 220px;
    padding-right: 10px;
}
.modal-title {    
    font-weight: bold;
}
.modal-body .form-control {
    border: 1px solid #cccccc;
    border-radius: 0;
}
.close {
    border: 1px solid;
    background: none;
    color: white;
    font-size: 20px;
}
.btn-enviar-form {
    padding: 10px 15px;
    background-color: #254250;
    color: white;
    transition: all ease-in-out 0.3s;
	border: none;
  }
.btn-enviar-form i {
    color: #20b898;
    transition: all ease-in-out 0.3s;
}
.btn-enviar-form:hover i {
    color: #254250;
}
.btn-enviar-form:hover {
    background-color: #20b898;
    color: #ffffff;
}
/* modal form clase gratis */
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  margin-left: 5px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  padding: 25px 15px 24px 15px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  border-bottom: 5px solid #20b898;
  color: #20b898;
  
}
.navbar .btn_dy:hover, .navbar .btn_dy.active, .navbar .active .btn_dy:focus, .navbar li:hover > a.btn_dy {
    border-bottom: 5px solid #ff561b;
    color: #ffffff;    
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #191919;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #fff;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.nav-link img {
    width: 20px;
    margin-right: 5px;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
  .navbar a:hover, .navbar .active, 
  .navbar .active:focus, .navbar li:hover > a {
    width: 40%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #cc1616;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #191919;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #20b898;
  background: none;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #cc1616;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 40px);
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}
#hero h2 {
  color: #ffffff;
  margin-bottom: 50px;
  font-size: 45px;
  text-align: center;
  font-weight: 700;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    text-align: center;
  }
  #hero .container {
    padding-top: 40px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
}
.services {
    padding: 180px 0 0;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2;
}


.section-title span {
  position: absolute;
  top: 30px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cc1616;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0px; /*editado*/
  background-color: #254250;
}
.why-us .box {
  padding: 50px 30px;
  /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
  transition: all ease-in-out 0.3s;
  text-align: center;
}
.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ed5b5b;
}
.why-us .box span img { /*editado*/
  height: 100px;
}
.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff; /*editado*/
  width: 150px;
}
.ttprograma {
    margin: 30px 0 2px;
}
.nombreprog {
  border-bottom: 2px solid rgba(255 255 255 / 100%);
}
.why-us .box p {
  color: rgba(255 255 255 / 0%);/*editado*/
  font-size: 15px;
  margin: 15px 0 0;
  padding: 0;
}
.why-us .box:hover {
  /*background: #cc1616;*/
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.why-us .wellness:hover {
    background: #20b898;
}
.why-us .express:hover {
    background-color: #ff561b;
}
.why-us .burner:hover {
    background-color: #ff0207;
}

.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
  color: #fff;
}

.why-us .box:hover h4.nombreprog {
  border-bottom: 0px solid rgba(255 255 255 / 0%);
}

/* botón más programas */
.divisor {
  padding: 0;
  background-color: #254250;
  height: 100px;
  -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
    transform-origin: 0 50%;
  z-index: -10;  
}
.boton-mas {
    font-weight: 500;
    z-index: 5;
}
.boton-mas a,
.contact .php-email-form .boton-mas button[type=submit], 
.boton-mas button {
    padding: 10px 15px;
    background-color: #254250;
    color: white;
    transition: all ease-in-out 0.3s;
	border: none;
}
.boton-mas span,
.contact .php-email-form .boton-mas button[type=submit] i,
.boton-mas button i {
    color: #20b898;
    transition: all ease-in-out 0.3s;
}
.boton-mas a:hover, 
.contact .php-email-form .boton-mas button[type=submit]:hover {
    background-color: #20b898;
    color: #ffffff;
}
.boton-mas a:hover span, 
.contact .php-email-form .boton-mas button[type=submit]:hover i {
    color: #254250;
}
/*--------------------------------------------------------------
# video Dynamic
--------------------------------------------------------------*/
#videodynamic {
    padding: 60px 0 30px;
}
#videodynamic .section-title p {
    font-weight: bold;
}
.section-title-2 {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
.section-title-2 img {
  position: absolute; 
  right: 0;
  z-index: 1;
  width: 650px;
  top: 90px;
}

.linea-seccion {
  transform: skewX(150deg);
  -webkit-transform: skewX(150deg);
  border-color: #20b898;
  border-width: 9px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-bottom-style: solid;
  margin-bottom: 15px;
  max-width: 50px;
  margin-right: 0;
}
/* video */
.section-video {
    position: relative;
    /*padding: 60px 0;*/
    overflow: hidden;
    margin:0; 
}
/*.video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
  }
.video-wrap {  
    overflow: hidden;
    width: 100%;
    position: relative;
}
.video-wrap video {
    position: relative;
    z-index: 1;
    width: 100%;
  }*/
section.section-video iframe {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 780px;
}
@media (max-width: 575.98px) {
section.section-video iframe {
      height: 240px;
  }
}
/* video */
#dynamic_ {
  margin-top: 100px;
}

/* mundo gym */

.mg_ {
  padding: 0px;
  background-color: #20b898;
  height: 200px;
}
#mg_ .row {
  height: 200px;
}
.masthead_mg {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
    z-index: 2;
  }

.masthead_mg .masthead-bg_mg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    width: 100%;
    min-height: 35rem;
    height: 100%;
    background-color: #254250;
    transform: skewY(4deg);
    transform-origin: bottom left;
}
.masthead_mg .masthead-txt_mg {
   color: #20b898;
   z-index: 1;
   padding: 70px 0px 0px 150px;
   font-size: 20px;
}
.img_mg img {
    margin-left: 330px;
    height: 180px;
    margin: 10px 0 0 340px;
  }
.btn_sistmg, .btn_dy {
  color: #ffffff;
}
.btn_sistmg:hover {
  color: #4dcfb3;
}

@media (min-width: 768px){
.masthead_mg {
    height: 100%;
    min-height: 0;
    width: 100%;
    padding-bottom: 0;}
.masthead_mg .masthead-bg_mg {
    min-height: 0;
    transform: skewX(340deg);
    transform-origin: right bottom;
}}

@media (max-width: 575.98px) {
  .masthead_mg .masthead-bg_mg {
    left: 0;
  }
  .masthead_mg .masthead-txt_mg {
    padding: 90px 37px;
    font-size: 15px; 
  }
  .section-title-2_mg img {
  width: 100%;
  top: 40px;
  }}
/* mundo gym */

/* sistema mg formulario */

#sistemamg_form {
  width: 100%;
  height: calc(100vh - 40px);
  background: url("../img/nosotros/encab_sist_mg_form.jpg") center 44%;
  background-size: cover;
  position: relative;
}

/* dynamic system */

.dynamic_ {
  padding: 0px;
  background-color: #254250;
  height: 200px;
}
#dynamic_ .row {
  height: 200px;
}
.masthead_ds {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
    z-index: 2;
}
.btn_dy:hover {
  color: #2c4e5e;
}

.masthead_ds .masthead-bg_ds {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    width: 100%;
    min-height: 35rem;
    height: 100%;
    background-color: #ff561b;
    transform: skewY(4deg);
    transform-origin: bottom left;
}
.masthead_ds .masthead-txt_ds {
   color: #254250;
   z-index: 1;
   padding: 70px 0px 0px 150px;
   font-size: 20px;
}
.img_ds img {
    width: 703px;
    margin-top: 45px;
}

@media (min-width: 768px){
.masthead_ds {
    height: 100%;
    min-height: 0;
    width: 100%;
    padding-bottom: 0;}
.masthead_ds .masthead-bg_ds {
    min-height: 0;
    transform: skewX(340deg);
    transform-origin: right bottom;
}}

@media (max-width: 575.98px) {
  .masthead_ds .masthead-bg_ds {
    left: 0;
  }
  .masthead_ds .masthead-txt_ds {
    padding: 90px 37px;
    font-size: 15px; 
  }
  .section-title-2_ds img {
  width: 100%;
  top: 40px;
  }
 .img_mg img, .img_ds img {
  display: none;
 }
 }
/* dynamic system */

/* staff */
.staff {
  padding: 0px;
  background: #254250 url(../img/staff_mg.JPG) left center no-repeat;
  background-size: 55%;
  height: 450px;  
  margin: 180px 0;
}
#staff .row {
  height: 200px;
}
.mastheadstaff {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
    z-index: 2;
  }

.mastheadstaff .masthead-bgstaff {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 45%;
    width: 100%;
    min-height: 35rem;
    height: 100%;
    background-color: #254250;
    transform: skewY(4deg);
    transform-origin: bottom left;
}
.mastheadstaff .masthead-txtstaff {
   color: white;
   z-index: 1;
   padding: 75px 0 20px 850px;
   font-size: 16px;
}
.tt-staff span {
    font-weight: bold;
    color: #20b898;
    font-size: 20px;
}
@media (min-width: 768px){
.mastheadstaff {
    height: 100%;
    min-height: 0;
    width: 100%;
    padding-bottom: 0;}
.mastheadstaff .masthead-bgstaff {
    min-height: 0;
    transform: skewX(340deg);
    transform-origin: right bottom;
}}

@media (max-width: 575.98px) {
  .staff {
    height: 430px;
  }
  .mastheadstaff .masthead-bgstaff {
    left: 0;
  }
  .mastheadstaff .masthead-txtstaff {
    padding: 30px 37px;
    font-size: 15px; 
  }
}
/* staff */


/*--------------------------------------------------------------
# img Programas
--------------------------------------------------------------*/
.imgprogr {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/img_programas.jpg") fixed center 22%;
  background-size: cover;
  padding: 150px 0 30px;
  position: relative;
}
.imgprogr div {
  width: 320px;
  font-size: 27px;
}
.imgprogr h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.imgprogr p {
  color: #fff;
}
.imgprogr .lineas {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 60px;
    right: 550px;
}
.imgprogr .l-abajo {
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 60px;
    left: 550px;
}
.imgprogr_txt p {
    margin-bottom: 0;
}
.logomg p img {
    width: 300px;
    padding-top: 100px;
}

@media (max-width: 575.98px) {
.imgprogr div {
  width: 100%;
  }
.imgprogr b {
  font-size: 30px;
  }
.imgprogr .lineas {
     width: 40px;
    right: 0;
  }  
.imgprogr .l-abajo {
    width: 40px;
    left: 0;
  }  
.logomg p img {
    width: 270px;
  }  
}


/* valoración gratuita */

.vg_ {
  padding: 0px;
  background-color: #20b898;
  height: 240px;
}
#vg_ .row {
  height: 200px;
}
.masthead_vg {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
    z-index: 2;
  }

.masthead_vg .masthead-bg_vg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 30%;
    width: 100%;
    min-height: 35rem;
    height: 100%;
    background-color: #254250;
    transform: skewY(4deg);
    transform-origin: bottom left;
}
.masthead_vg .masthead-txt_vg {
   color: #ffffff;
   z-index: 1;
   padding-left: 105px;
   font-size: 20px;
}
.img_vg {    
    height: 200px;    
    margin-right: 30px;
    float: left;
  }
  .masthead-txt_vg img {
    margin-top: 19px;
  }
  .txt-vg {
    margin-top: 50px;
  }

  .txt-vg-2 {
  font-size: 17px; 
  }
.txt-vg .boton-mas {
    font-size: 16px;
    font-weight: bold;
}
.txt-vg .boton-mas a {
    padding: 10px 15px;
    background-color: #20b898;
    color: white;
    transition: all ease-in-out 0.3s;
}
.txt-vg .boton-mas a:hover {
    background-color: #17ab8c;
}
.txt-vg .boton-mas a:hover i {
    color: #254250;
}
@media (min-width: 768px){
.masthead_vg {
    height: 100%;
    min-height: 0;
    width: 100%;
    padding-bottom: 0;}
.masthead_vg .masthead-bg_vg {
    min-height: 0;
    transform: skewX(340deg);
    transform-origin: right bottom;
}}

@media (max-width: 575.98px) {
  .vg_ {
    height: 100%
  }
  .img_vg {
    height: 150px;
    margin-bottom: 30px;
  }
  .txt-vg {
    font-size: 20px;
  }
  .masthead_vg .masthead-bg_vg {
    left: 0;
  }
  .masthead_vg .masthead-txt_vg {
    padding: 90px 37px;
    font-size: 15px; 
  }
  .section-title-2_vg img {
  width: 100%;
  top: 40px;
  }}
/* valoración gratuita */

/* modal valoración gratuita */
.header-valor {
    border: none;
    border-radius: 0;
    background: #20b898;
    color: white;
}
/* modal valoración gratuita */

/*--------------------------------------------------------------
# testimonios
--------------------------------------------------------------*/
.testimonios {
    padding: 50px 0;
    background-color: #254250;
    color: white;
}
.ttseccion {
  color: #254250;
}
.section-title span.linealarga {
    max-width: 200px;
    left: 56px;
    border-color: #254250;
}
#triangulo-abajo {
    position: relative;
    height: 195px;
    padding: 0;
}
#triangulo-arriba {
    position: relative;
    height: 195px;
    padding: 0;
}
#triangulo-arriba .tri-arriba {
    position: absolute;
    bottom: -1px;
}
.tri-arriba svg {
  width: 100%;
}
.triangulofdo {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
}
.tri-arriba {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.tri-abajo {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.triangulofdo svg {
  fill: #254250;
}

/* carousel */
/*#owl-demo2 .item {
    padding: 25px 35px;
}*/
#owl-demo2 .item {
    padding: 0 300px;
}
#owl-demo2 .item img {
    width: 300px;
    float: left;
    margin-right: 25px;
}
#owl-demo2 .single-member p {
    padding-top: 50px;
}
.owl-nav {
  position: relative;
}
.owl-prev, .owl-next {
  position: absolute;
  top: -240px;
}
.owl-prev {
  left: 0;
}
 .owl-next {  
  right: 0;
}
.owl-nav button span {
    font-size: 40px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #20b898;
    text-decoration: none;
}
@media (max-width: 575.98px) {
  #triangulo-arriba {
    height: 100px;
  }
  #triangulo-abajo {
    height: 100px;
  }
  #owl-demo2 .item {
    padding: 0;
  }
  #owl-demo2 .item img {
    width: 100%;
    display: block;
    margin-bottom: 25px;   
  }
.owl-prev, .owl-next { 
    top: -20px;    
  }
.owl-prev {
  left: 40%
  }
.owl-next {
    right: 40%;
  }}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .linea-seccion {
    border-color: #ff561b;
}

.blog h3 {
    color: #ff561b;
}
#blog {
  padding: 0;
}
#blog .icon-box img {
    width: 100%;
  }
.blog .icon-box h4 {
    margin-top: 10px;
  }
.services.blog .icon-box h4 a {
    color: #ff561b;
  }
 .services.blog .icon-box:hover {
    background: #ff561b;
    border-color: #ff561b;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 20%);
  }
  .txt-suscrip p {
    font-size: 18px;
    font-weight: 500;
    color: #254250;
    padding: 30px 0 20px 12px;
  }
  .txt-suscrip a i {
    color: #ff561b;
  }
  .modal-header i.bx-news {
    font-size: 50px;
  }
  .boton-mas a.btn-suscrip:hover {
    background-color: #ff5f28;
  }
  .boton-mas a.btn-suscrip:hover i {
    color: white;
  }

/*--------------------------------------------------------------
# MG APP
--------------------------------------------------------------*/
.ttseccion img {
    width: 12%;
    margin-right: 8px;
}
.fdo-app {
    padding: 0px;
    background-color: #ffffff;
    height: 500px;
}
#fdo-app .row {
  height: 500px;
}
.masthead-app {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
    z-index: 2;
}
.masthead-app .masthead-bg-app {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 900px;
    width: 100%;
    min-height: 35rem;
    height: 100%;
    background-color: rgb(32 184 152 / 52%);
    transform: skewY(4deg);
    transform-origin: bottom left;
}
.masthead-app .masthead-txt-app {
   color: black;
   z-index: 1;
   padding: 0;
   font-size: 20px;
}
.masthead-txt-app img {
    height: 500px;
    float: left;
    padding-right: 250px;
}
.masthead-txt-app ul {
  list-style: none;
  color: #254250;
  padding: 50px 0 0 0;
}
.it-app {
  position: relative;
  height: 8px;
}
.linea-it {
  transform: skewX(150deg);
  -webkit-transform: skewX(150deg);
  border-color: #20b898;
  border-width: 7px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-bottom-style: solid;
  margin-bottom: 15px;
  max-width: 50px;
  margin-right: 0;
}
.it-app span {
    position: absolute;
    top: 0;
    color: #f4f4f4;
    left: 540px;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 0;
}
.it-app-txt span {
  color: #20b898;
}
ul li.it-app-txt {
    padding-bottom: 30px;
}
.descargar {
  position: relative;
}
.btn-descargar {
    position: absolute;    
    top: 15px;
    /*left: 150px;*/
}

@media (min-width: 768px){
.masthead-app {
    height: 100%;
    min-height: 0;
    width: 100%;
    padding-bottom: 0;
  }
.masthead-app .masthead-bg-app {
    min-height: 0;
    transform: skewX(340deg);
    transform-origin: right bottom;
  }}

@media (max-width: 575.98px) {
  .fdo-app {
    height: 950px;
  }
  .masthead-app .masthead-bg-app {
    left: 0;
  }
  .masthead-app .masthead-txt-app {
    padding: 90px 37px;
    font-size: 15px; 
  }
  .btn-descargar {
    left: 0
  }}

/*--------------------------------------------------------------
# Gym
--------------------------------------------------------------*/
#triangulo-arriba img {
    position: absolute;
    top: 73px;
    z-index: 5;
    width: 800px;
    left: 180px;
}
.gym {
    padding: 50px 0;
    background-color: #254250;
    color: white;
}
#gym .row div {
    margin: 0 auto;
}
.icon img {
    height: 130px;
    margin-bottom: 20px;
}
.section-gym a {
    color: white;
}
.section-gym a:hover {
    color: #20b898;
}
.icon-box p {
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
}
.gym .icon-box hr {
    border: 1px solid #20b898;
    opacity: 1;
}

@media (max-width: 575.98px) {
  #triangulo-arriba img {
    top: 41px;
    left: 0;
  }}

.section-title-r {
    padding: 30px 0 0 255px;
    position: relative;
}
.linea-seccion-r {
    transform: skewX(150deg);
    -webkit-transform: skewX(150deg);
    border-color: #20b898;
    border-width: 100px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-bottom-style: solid;
    margin-bottom: 15px;
    max-width: 100px;
    margin-right: 0;
}
.section-title-r span.linealarga-r {
    max-width: 600px;
    left: 365px;
    border-color: #254250;
}
.section-title-r span {
    position: absolute;
    top: 30px;
    color: #f4f4f4;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 0;
}
.section-title-r img, 
.section-title-r p {
    z-index: 100;
    position: absolute;
}

.section-title-r img {
    width: 160px;
    left: -195px;
}
  .section-title-r p {
    color: white;
    right: 50px;
    font-size: 18px;
    top: 35px
}
#contact .php-email-form .form-group,
.contact .php-email-form .form-group {
    margin-bottom: 20px;
}
#contact, #contact-form {
  padding-bottom: 0;
}
.form-select, .form-control {
    border: 1px solid #20b898;
}
.form-select {
    font-size: 0.9rem;
    color: gray;
}
@media (max-width: 575.98px) {
  .section-title-r {
    padding: 30px 0 0 15px;
  }
  .section-title-r span.linealarga-r {
    max-width: 975px;
    left: 95px;
  }}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f2f2f2;
  padding: 15px 0;
  text-align: center;
}
.clients img {
  width: 50%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.clients .gatorade {
  width: 35%;
}
.clients img:hover {
  filter: none;
  transform: scale(1.2);
}
#triangulo-abajo .colaboradores svg {
  fill: #f2f2f2;
  /*box-shadow: 0 0 30px rgb(214 215 216 / 60%)*/
}

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #cc1616;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}
.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}
.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fce5e5;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #191919;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  background: #cc1616;
  border-color: #cc1616;
  padding: 70px 20px 90px 20px;
}
.services .icon-box:hover .icon {
  background: #fff;
}
.services .icon-box:hover .icon i {
  color: #cc1616;
}
.services .icon-box:hover .icon::before {
  background: #e82d2d;
}
.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
section#cta div.embed-responsive iframe {
    height: 500px;
    width: 100%;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #cc1616;
  border: 2px solid #cc1616;
}

@media (max-width: 575px) {
section#cta div.embed-responsive iframe {
    height: 210px;
}}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #cc1616;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f5a0a0;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: none; /*edit*/
  padding: 30px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #cc1616;
}
.contact .php-email-form input,
.contact .php-email-form select {
  padding: 10px 15px;
  border-radius: 0;
  height: 43px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #cc1616;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
  background: #e82d2d;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #efefef;
}
.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #333333;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #ffffff;
  padding: 0;
  color: #0c0c0c;
  font-size: 15px;
}
#footer-bottom {
    background: #254250;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}
.footer-top p {
    font-size: 17px;
}
#triangulo-arriba .iso-lineal {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 330px;
    left: 180px;
    opacity: 0.5;
}
#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #191919;
  color: #fff;
  border-top: 4px solid #cc1616;
  text-align: center;
  padding: 30px 20px;
}
.footer-top img {
    width: 300px;
    align-content: flex-end;
}
#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}
#footer .footer-top .social-links a {
  font-size: 24px;
  display: inline-block;
  background: #262626;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;  
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

#footer .footer-top .social-links a.facebook {
  background: #1E4FAC;
  color: #ffffff;
  border-radius: 35%;
}
#footer .footer-top .social-links a.instagram {
  background-image: radial-gradient(at 20% 55px, #fde064, #fb2646, #e80ec7, #7625ff);
  color: #ffffff;
  border-radius: 30%;
}
#footer .footer-top .social-links a.whatsapp {
  background: #0B8F21;
  color: #ffffff;
  border-radius: 50%;
}


#footer .footer-top .social-links a:hover {
  background: #20b898;
  color: #fff;
  text-decoration: none;
}
.credits a, 
a.legales  {
  color: #ffffff;
}
.credits a:hover strong {
    color: #c3d62f;
}
a.legales:hover {
    color: #20b898;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ed5b5b;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #eb4444;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #cc1616;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #e82d2d;
}
#footer .copyright {
  border-top: 1px solid #262626;
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  color: #e82d2d;
}
@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
  #triangulo-arriba .iso-lineal {
    width: 170px;
    left: 10px;
  }
  .footer-top .col-md-6 {
    padding-top: 20px;
  }
  #footer-bottom .container .text-end {
    text-align: left!important;
  }
}

/* ventana fixed */
#colour-variations {
  position: fixed;
  top: 550px;
  right: -255px;
  z-index: 100;
  width: 250px;

}
/*.option-toggle {
    position: absolute;
    top: 0;
    right: 240px;
    margin-right: 0;
    cursor: pointer;
    background: #ff561b;
    color: white;
    font-weight: bold;
    text-align: center;
    width: 180px;
    border-left: 19px solid black;
    padding: 15px 35px 15px 10px;
    transform: skewX(-15deg);
}*/
.option-toggle {
    position: absolute;
    top: 0;
    right: 240px;
    cursor: pointer;
    background: #ff561b;
    color: white;
    width: 180px;
    /*border-left: 19px solid black;*/
    padding: 15px 35px 15px 15px;    
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    transform: skewX(-15deg);
}
.option-toggle i,  
.option-toggle img {
    position: absolute;        
}
.option-toggle i {
    top: 35px;
    left: 8px; 
    color: #ffffff;
}  
.option-toggle img {
    right: 10px;
    top: 0;
    height: 90px;
    opacity: 0.5;
}
.txtasesor {
    font-size: 20px;
    padding-left: 27px;
    margin-bottom: 0;
}
.option-toggle:hover, .option-toggle:focus, .option-toggle:active {
    color: #ff561b;
    background: #000000;
    /*border-left: 19px solid #ff561b;*/
    font-weight: bold;
}
.option-toggle:hover i {
    color: #ff561b;
}

@media (max-width: 575px) {
  #colour-variations {
    top: 495px;
}}
/*--------------------------- */
/* NOSOTROS */

#nosotros {
  width: 100%;
  height: calc(100vh - 40px);
  background: url("../img/nosotros/encab_nosotros.jpg") top center;
  background-size: cover;
  position: relative;
}
#nosotros:before,
#dynamic:before,
#dynamic_form:before,
#programas:before, 
#actividades_fdo:before,
#blog-encab:before,
#sistemamg_form:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#nosotros h2,
#dynamic h2,
#dynamic_form h2,
#programas h2,
#actividades_fdo h2,
#blog-encab h2,
#sistemamg_form h2 {
  color: #ffffff;
  margin-bottom: 250px;
  font-size: 45px;
  text-align: center;
  font-weight: 700;
}
#nosotros h3,
#dynamic h3,
#dynamic_form h3,
#programas h3,
#actividades_fdo h3,
#blog-encab h3, 
#sistemamg_form h3 {
  color: #20b898;  
  text-align: center;  
}
#nosotros .btn-get-started,
#dynamic .btn-get-started,
#dynamic_form .btn-get-started,
#programas .btn-get-started,
#actividades_fdo .btn-get-started,
#blog-encab .btn-get-started,
#sistemamg_form .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}
#nosotros .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}
section#about p {
    font-size: 19px;
}
.about-txt {
    margin-top: 100px;
}
@media (min-width: 1024px) {
  #nosotros {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #nosotros {
    text-align: center;
  }
  #nosotros .container {
    padding-top: 40px;
  }
  #nosotros h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
#nosotros h2 {
    font-size: 30px;    
    margin-bottom: 200px;
}
#dynamic_form h2 {
  margin-bottom: 150px;
}}
/* txt instalaciones */

#instal_txt {
     padding: 60px 0 30px;
}
#instal_txt .section-title p {
    font-size: 20px;
    margin: 0 200px;
    color: #254250;
}
#amenities ul {
    color: #254250;
    list-style: none;
    margin-left: 30px;
    font-weight: 500;
    font-size: 19px;
}
.deco-amenities {
  position: relative;
}
.deco-amenities span {
    position: absolute;
    top: 10px;
    color: #f4f4f4;
    left: -60px;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 0;
}
li.deco-amenities .linea-seccion {
    width: 40px;
}
.deco-amenities span.linealarga {
    max-width: 200px;
    left: 456px;
    border-color: #254250;
}
#amen-tt .section-title span.linealarga {    
    left: 425px;
}
@media (max-width: 575px) {

#instal_txt .section-title p {
    margin: 0;
}}

.fotos-instalacion {
  margin-top: 180px;
}
main.nosotros #staff {
    margin-bottom: 20px;
}
span.txt-trabaja {
    color: #254250;
    padding-right: 10px;
}
.boton-mas a.cv {
    background-color: #20b898;
    color: #254250;
}
.boton-mas a.cv:hover {
    background-color: #254250;
    color: #20b898;
}

@media (max-width: 575px) {
  .about-txt {
    margin-top: 0;
  }
  .boton-mas a.cv {
    float: left;
    margin: 15px 110px;
  }}

/*--------------------------- */
/* PROGRAMAS */
/*--------------------------- */
#programas-icon {
    background-color: #ffffff;   
}
#programas {
    background-color: #ffffff;    
    width: 100%;
    height: calc(100vh - 40px);
    background: url("../img/programas/back_programas.JPG") center 25%;
    background-size: cover;
    position: relative;
}

.svg-angled {
    padding-top: 195px;    
}
.svg-angled svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 195px;
    width: 100%;
}

#programas-icon .box {
    padding: 30px;
}
#programas-icon .box a {
    font-size: 28px;
}
#programas-icon .box:hover {
    padding: 30px;
}
#programas-icon .box h4 {
    color: #254250;
    width: 100%;
}
.box:hover > .icon-progr {
  fill: #ffffff;
}
.tttotal {
  margin-bottom: 0;
}
.why-us .total:hover {
    background-color: #a5a531;
}
.why-us .care:hover {
    background-color: #0227c6;
}
#programas-icon .wellness a {
    color: #20b898;
}
#programas-icon .express a {
    color: #ff561b;
}
#programas-icon .total a {
    color: #a5a531;
}
#programas-icon .burner a {
    color: #ff0207;
}
#programas-icon .care a {
    color: #0227c6;
}
#programas-icon .box:hover h4 {
    color: white;
}
#programas-icon .box:hover a {
    color: white;
}

/**CADA PROGRAMA**/
.prog {
  padding: 50px 0;
  color: white;
}
.prog p {
    margin: 50px 300px 0 0;
    font-size: 18px;
}
.prog .box h4 {
  width: 150px;
  margin: 5px auto;
}
.pro-fotos {
    margin-top: 100px;
}
.prog-wellness {    
    background-color: #20b898;   
}
.tri-wellness svg {
    fill: #20b898;
}
.prog-express {    
    background-color: #ff561b;
}
.tri-express svg {
    fill: #ff561b;
}
.prog-total {    
    background-color: #a5a531;
}
.prog-total .box h4 {
    width: 180px;
}
.tri-total svg {
    fill: #a5a531;
}
.prog-burner {    
    background-color: #ff0207;
}
.tri-burner svg {
    fill: #ff0207;
}
.prog-care {    
    background-color: #0227c6;
}
.tri-care svg {
    fill: #0227c6;
}

@media (max-width: 575px) {
.prog p {
    margin: 40px 10px 0;
}}


/* ACTIVIDADES */
#actividades_fdo {
  width: 100%;
  height: calc(100vh - 40px);
  background: url("../img/actividades/back_actividades.JPG") top center;
  background-size: cover;
  position: relative;
}
.box {
    position: relative;
}
.activ {
  padding-top: 40px;
}
.actividades .box {   
    transition: all ease-in-out 0.3s;
    text-align: center;
    cursor: pointer;
}
.box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;  
    background-color: rgba(0,0,0,.3);  
 }
.horarios {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgb(37 66 80 / 0%);  
  color: rgb(255 255 255 / 0%);
  text-align: right;
  padding: 20px 20px 20px 0;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);  
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;   
}
.horarios h4 {
    font-weight: 700;
}
.horarios h4, .horarios p {    
    margin-bottom: 0;
}
.horarios p i {
  margin-right: 5px;
}  
.txt-activ {
  position: relative;
  padding-top: 20px;
  height: 300px;
  color: #254250;
}
.txt-activ h3 {
    font-weight: 700;
}
.txt-activ h3, 
.txt-activ p {
  padding: 10px 20px 0;
}
.txt-activ span.linealarga {
    max-width: 200px;
    border-color: #254250;
    position: absolute;
    left: 213px;
    bottom: 0;
    right: 0;
}

.actividades .box:hover
.horarios {    
    background-color: rgb(37 66 80 / 80%);   
    color: rgb(255 255 255 / 100%);  
}


.descarga-horarios {
    max-width: 350px;
    color: #ffffff;
    padding: 50px 0;
}
.descarga-horarios .row {
    margin-bottom: 5px;
    position: relative;
}
.descarga-horarios .row p,
.descarga-horarios .row i {
    position: absolute;
    z-index: 1;
}
.descarga-horarios .row div {   
    transform: skewX(150deg);
    -webkit-transform: skewX(150deg);
    padding: 20px;
}
.descarga-horarios .txt1 {  
    background-color: #20b898; 
    max-width: 150px;
    margin-left: 38px;
}
.descarga-horarios .txt2 {
    background-color: #254250;       
    max-width: 350px;
    margin: 0 auto;
}
.descarga-horarios .txt3 {
    background-color: #254250;       
    max-width: 50px;
    margin-left: 285px;
}
.descarga-horarios > .text-start > p {
    font-weight: 700;
    top: 7px;
    left: 57px;
}
.descarga-horarios > .text-center > p {    
    top: 7px;    
}
.descarga-horarios > .text-center > i {    
    font-size: 50px;
    top: -4px;
    left: 138px;
}
.descarga-horarios > .text-end i {    
    font-size: 40px;
    top: 0;
    right: 42px;
    color: white;
}
.text-end a:hover i {
    color: #20b898;
}

@media (max-width: 575px) {
  .descarga-horarios .txt1 {  
    margin-left: 61px;
  }
  .descarga-horarios .txt2 {    
    max-width: 300px;
  }
  .descarga-horarios .txt3 {    
    margin-left: 262px;
  }
  .descarga-horarios > .text-start > p {
    left: 78px;
  }
  .descarga-horarios > .text-center > i {
    left: 115px;
  }
  .descarga-horarios > .text-end i {  
    right: 66px;
  }}

/* BLOG */
#blog-encab {
  width: 100%;
  height: calc(100vh - 40px);
  background: url("../img/blog/back_blog.jpg") top center;
  background-size: cover;
  position: relative;
}
#blog h3.tt-blog {
    color: #ff561b;
}
#blog_post .container {
    margin-top: 80px;
}
h2.post-title {
    font-weight: 700;
    padding-top: 20px;
    color: #254250;
}
h3.post-subtitle {
    color: #20b898;
}
.post-preview a:hover h2, 
.post-preview a:hover h3 {
    color: #ff561b;
    text-decoration: none;
}
.pag-blog {
    color: #fff;
    background-color: #294c59;
    border-color: #294c59;
    border-radius: 0;
}
.pag-blog:hover {
    color: #fff;
    background-color: #20b898;
    border-color: #20b898;
}
.post-meta a {
    color: #20b898;
}

header.mastheadblog {
    position: relative;
    margin-bottom: 3rem;
    padding-top: calc(8rem + 57px);
    padding-bottom: 8rem;
    background: no-repeat center center;
    background-color: #6c757d;
    background-size: cover;
    background-attachment: scroll;
}
.mastheadblog:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.post-heading {
  color: white;
}
.post-heading h1 {
    font-weight: 700;
}
@media (max-width: 575px) {
  .svg-angled svg {
    height: 38px;
  }}
.categ-blog {
  color: #20b898; 
  font-weight: bold;
} 
.categ-blog:hover {
  color: #27dfb8; 
} 
.section-heading {
    color: #254250;
    font-size: 1.5rem;
    font-weight: 600;
}
.extras a {
    padding-right: 20px;
    color: #20b898;
}
.extras a:hover {    
    color: #199f83;
}
.tags {
  margin: 50px auto;
}
.tags span {
    display: inline-block;
    margin-top: 10px;
    padding: 8px;
    background-color: #254250;
    color: #20b898;
    border-radius: 5px;
    margin-right: 5px;
}
.comentarios h3 {
  color: #254250;
}
.comentarios .col-form-label {
  color: #20b898;
}
.btn-comment {
    margin: 30px 0;
}
.comment {
    background-color: #ebedef;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

/*--------------------------- */
/* DYNAMIC SYSTEM */
/*--------------------------- */

#dynamic {
    width: 100%;
    height: calc(100vh - 40px);
    background: url(../img/dynamic/back_dynamic.JPG) top center;
    background-size: cover;
    position: relative;
}
.logodynamic img {
    width: 400px;
}
#dynamic h3 img {
    width: 100px;
}
.linea-dynamic {
    border-color: #ff561b;
}
/* texto explicativo */

#expl_txt .section-title p {
    font-size: 20px;   
    color: #254250;
}
#expl_txt .section-title h3 {
   color: #254250;
   font-size: 24px; 
}
.isody img {
  margin-top: 50px;
}

/* texto explicativo */

.abri-dy {
    margin-top: 180px;
}

/* abri tu dinamic */

.abri-dinamic {
  padding: 0px;
  background-color: #254250;
  height: 200px;
}
#abri-dinamic .row {
  height: 200px;
}
.masthead {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
    z-index: 2;
  }

.masthead .masthead-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 435px;
    width: 100%;
    min-height: 35rem;
    height: 100%;
    background-color: #ff561b;
    transform: skewY(4deg);
    transform-origin: bottom left;
}
.masthead .masthead-txt {
   color: white;
   z-index: 1;
   padding: 88px 0px 0px 550px;
   font-size: 20px;
}

@media (min-width: 768px){
.masthead {
    height: 100%;
    min-height: 0;
    width: 100%;
    padding-bottom: 0;}
.masthead .masthead-bg {
    min-height: 0;
    transform: skewX(340deg);
    transform-origin: right bottom;
}}

@media (max-width: 575.98px) {
  .masthead .masthead-bg {
    left: 0;
  }
  .masthead .masthead-txt {
    padding: 90px 37px;
    font-size: 15px; 
  }
  .section-title-2 img {
  width: 100%;
  top: 40px;
  }}
/* abri tu dinamic */

.img_pilares img {
    height: 100%;
}
.it-pilares {
  list-style: none;
  margin-top: 50px;
  font-size: 19px;
}
.it-pilares li {
  position: relative;
  margin-bottom: 100px;
}
.it-pilares li img {
    width: 60px;    
    margin-top: 20px;
}
.it-pilares p {
    position: absolute;
    top: 10px;
    left: 100px
}
.it-pilares li p b {
    color: #ff561b;
}
.item-dy {
    padding: 50px 100px;
    font-size: 19px;
}
.icon-hiper img {
    width: 250px;
}

@media (max-width: 575px) {
.it-pilares li {
    margin-bottom: 140px;
}
.item-dy {
    padding: 30px;
}
#expl_txt .section-title p {
    margin: 0;
}}

/* formulario */
#dynamic_form {
    width: 100%;
    height: calc(100vh - 40px);
    background: url(../img/dynamic/back_dynamic_form.jpg) 50% 43%;;
    background-size: cover;
    position: relative;
}
#dynamic_form .container h2 span {
    font-size: 35px;
    font-weight: normal;
    color: #ff561b;
    border-top: 1px solid;
}
.dynamic-resultados {
    padding: 50px 0 150px;
  }
  .foot-info {
    padding-bottom: 60px;
  }