/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  color: #66c4d9;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 16px;
  line-height: 25px;
  color: #7a7a7a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  margin-top: 55px;
  
}

::selection {
  background: #66c4d9;
  color: #fff;
}

::-moz-selection {
  background: #66c4d9;
  color: #fff;
}

.section {
  padding: 80px 0;
}
.section.marcas {
  padding: 30px 0;
}
@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  text-align: center;
  /*margin-top: 140px;
  margin-bottom: 50px;*/
}

.section-heading h1,
.section-heading h2  {
  font-size: 35px;
  font-weight: 800;
  color: #232d39;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading h1 em,
.section-heading h2 em {
  font-style: normal;
  color: #66c4d9;
}

.section-heading img {
  margin: 20px auto;
}
.section-heading_bajada {
  font-size: 16px;
}

.dark-bg h2 {
  color: #fff;
}

.dark-bg p {
  color: #fff;
}

.main-button a {
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background-color: #66c4d9;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
}
background-image: linear-gradient(300deg,#1a5b6c,#4994a8);
.main-button a:hover {
  background-color: #66c4d950;
}

.btn {
  border-radius: 3px;
}
.btn-primary {
    color: #fff;
    background-color: #66c4d9;
    background-image: linear-gradient(105deg,#66c4d9,#3d808f);
    border-color: transparent;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
    border:  none;
    -webkit-transition: .2s;
    transition: .2s;

}

.btn-primary:hover {
    -webkit-transform: translate(0,-4px);
    -ms-transform: translate(0,-4px);
    transform: translate(0,-4px);
}
.header-area .main-nav .nav li .btn-shop {
    color: #fff!important;
    background-color: #66c4d9;
    background-image: linear-gradient(105deg,#3d808f,#3d808f);
    border-color: transparent;
    padding: 11px 17px;
    border:  none;
    -webkit-transition: .2s;
    transition: .2s;
    line-height: 20px!important;

}

.btn-shop:hover {
    -webkit-transform: translate(0,-4px);
    -ms-transform: translate(0,-4px);
    transform: translate(0,-4px);
}

.btn-secondary {
    color: #fff;
    background-color: #232d39;
    border-color: #232d39;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #232d3980!important;
    border-color: #232d3980;
}
.btn-download {
    color: #fff;
    background-color: #2c394e;
    border: 2px solid #66c4d9;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
}
.btn-download:hover {
    color: #fff;
    background-color: #66c4d950;
    border: 2px solid #66c4d9;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  /*background: rgba(31,44,66,0.99) !important;*/
  background: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #66c4d9!important;
}

.background-header .main-nav .nav li:last-child a {
  color: #fff !important;
}

.background-header .main-nav .nav li:last-child a:hover {
  color: #fff!important;
}

.background-header .main-nav .nav li:hover a {
  color: #66c4d9!important;
}

.background-header .nav li a.active {
  color: #404040!important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  /*background: #73737310;*/
  background: #ffffff;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 70px;
   background: #ffffff;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo em {
  font-style: normal;
  color: #66c4d9;
  font-weight: 900;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 12px;
  padding-right: 12px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #7a7a7a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 0.5px;
}

.header-area .main-nav .nav li a {
  color: #66c4d9;
}

.header-area .main-nav .nav li:last-child a {
  display: inline-block;
  font-size: 14px;
  padding: 11px 17px;
  background-color: #66c4d9;
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  transition: all .3s;
  height: auto;
  line-height: 20px;
}

.header-area .main-nav .nav li:last-child a:hover {
  background-color: #66c4d950;
  color: #fff!important;
  opacity: 1;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #404040!important;
  opacity: 1;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #66c4d9!important;
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 60px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #0397d6;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #0397d6;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #0397d6;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #0397d6
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #0397d6;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #0397d6;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #0397d6;
}

 .background-header .main-nav .menu-trigger.active span:after {
  background-color: #0397d6;
}

.header-area.header-sticky {
  min-height: 115px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #404040!important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }

}

@media (max-width: 1200px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #66c4d9!important;
    opacity: 1;
  }
  .header-area {
    /*background: rgba(24,31,44,0.1);*/
    padding: 0px 0px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    /*float: none;*/
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li:last-child {
    width: 100%;
    background-color: #66c4d9;
    color: #fff;
  }
  
  .header-area .main-nav .nav li:last-child a {
    background-color: #66c4d9!important;
  }
  .header-area .main-nav .nav li:last-child a:hover,
  .header-area .main-nav .nav li:last-child:hover a {
    background-color: #66c4d9!important;
    color: #fff!important;
  }
  .header-area.header-sticky .nav {
    /*margin-top: 80px!important;*/
        margin-top: 0!important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #232d39 !important;
  }
  .header-area .main-nav .nav li:last-child a {
    color: #fff!important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #66c4d9!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .nav li .btn-shop {
         width: 100%;
    color: #fff!important;
    background-color: #3d808f!important;
    padding: 15px!important;

}
}

@media (min-width: 1200px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(35,45,57,0.8);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 84px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
      background-image: linear-gradient(300deg,#66c4d9,#0397d6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #66c4d9;
  font-weight: 900;
}


/*
---------------------------------------------
features
---------------------------------------------
*/

#features {
  margin-bottom: 80px;
}

.feature-item {
  display: inline-block;
  margin-bottom: 60px;
  text-align: center;
width: 100%;
}

.feature-item .left-icon img {
  float: left;
  margin-right: 30px;
}

.feature-item .right-content {
  display: inline;
}

.feature-item .right-content h4 {
  margin-top: 0px;
  margin-bottom:  14px;
  letter-spacing: 0.25px;
  color: #232d39;
  font-size: 19px;
  font-weight: 600;
  /*text-transform: capitalize;*/
}
.feature-item .right-content p {
  text-align: left;
}

.feature-item .right-content a.text-button {
  margin-top: 7px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #66c4d9;
  font-weight: 500;
}

/*
---------------------------------------------
subscribe
---------------------------------------------
*/

#price {
  padding: 0 0 120px 0px;
  background-image: url(../images/cta-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.cta-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.cta-content h2 em {
  font-style: normal;
  color: #66c4d9;
}

.cta-content p {
  font-size: 16px;
  color: #fff;
  margin: 15px 0px 25px 0px;
}



/*
--------------------------------------------
Our Classes
--------------------------------------------
*/

#our-classes {
  margin-bottom: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
  text-transform: capitalize;
  width: 100%;
  padding: 30px 30px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 5px;
  font-size: 19px;
  color: #232d39;
  letter-spacing: 0.5px;
  font-weight: 600;
  transition: all 0.3s;
}
#tabs .main-rounded-button a {
  text-align: center;
  padding: 20px 30px;
  width: 100%;
  border-radius: 5px;
  display: inline-block;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.5px;
  font-weight: 600;
  background-color: #66c4d9;
}
#tabs .main-rounded-button a:hover {
  background-color: #f9735b;
}
#tabs ul li a img {
  max-width: 100%;
  margin-right: 20px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #66c4d9;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
  margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
  max-width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.tabs-content h4 {
  font-size: 23px;
  font-weight: 700;
  color: #232d39;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 28px;
}


/*
---------------------------------------------
schedule
--------------------------------------------- 
*/

.consultas {
  background-color: #66c4d9;
  color: #fff;

}
.consultas p {
  
  color: #fff;
}

#consultas .contact-form #contact {
  /*background-color: #fff;*/
  padding: 40px 0;
  border-radius: 5px;
}
#consultas .contact-form-box {
  background-color: #00000040;
  border-radius: 20px;
  padding: 20px;
}

.schedule,
.contactos {
  background: linear-gradient(180deg, rgba(25,32,44,1) 0%, rgba(48,61,84,1) 76%);
    padding-bottom: 50px;

}
/* 
#schedule table {
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
}

#schedule table tbody {
  border-top: 1px solid #fff; 
}

#schedule table tbody tr {
  border-bottom: 1px solid #fff;
}

#schedule table tbody tr td {
  border-right: 1px solid #fff;
  height: 100px;
}

#schedule table tr td {
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.schedule-table.filtering .ts-item {
    opacity: 0;
    transition: all 0.5s;
}

.schedule-table.filtering .ts-item.show {
    opacity: 1;
    transition: all 0.5s;
}

#schedule .filters {
  margin-bottom: 40px;
}
#schedule .filters ul {
  padding: 0;
  text-align: center;
}
#schedule .filters ul li {
  list-style: none;
  display: inline;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#schedule .filters ul li:after {
  content: "/";
  margin-left: 10px;
  color: #fff;
}
#schedule .filters ul li:last-child {
  margin-right: 0px;
}
#schedule .filters ul li:last-child::after {
  display: none;
}
#schedule .filters ul li.active,
#schedule .filters ul li:hover {
  color: #66c4d9;
}
#schedule .filters-content {
  margin-top: 50px;
}
#schedule .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
#schedule .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
*/

.servicios {
  /*background: url(../images/bg-onda.svg) no-repeat;*/
  background-position: bottom;
  padding-bottom: 50px;
}

/* 
---------------------------------------------
trainers
--------------------------------------------- 
*/
.productos h5{
      color: #232d39;
      font-size: 17px;
      margin-bottom: 10px;
}

.productos li {
  font-size: 13px;
  list-style: circle;
}
.marcas-divider hr {
  color: #232d3936;
    height: 1px;
    z-index: 1;
    opacity: 1;
}
.marcas-divider span {
  color: #232d39;
    font-size: 15px;
    margin-bottom: -33px;
    display: inline-block;
    overflow: auto;
    background: #ffffff!important;
    padding: 0 10px;
    z-index: 99;
}

/* 
---------------------------------------------
trainers
--------------------------------------------- 
*/



.productos .productos-item {
  background-color: #fff;
  border-radius: 5px;
  /*box-shadow: 0px 0px 15px rgba(0,0,0,0.1);*/
  padding: 40px;
  margin-bottom: 40px;
}
.productos .productos-item .image-thumb{
  width: 100%;
}
.productos .productos-item img {
  width: 100%;
  border-radius: 5px;
}

.productos .productos-item span {
  font-size: 16px;
  font-weight: 400;
  color: #66c4d9;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 10px;
}

.productos .productos-item h4 {
      font-size: 25px;
    font-weight: 600;
    color: #232d39;
    letter-spacing: 0.5px;
    margin: 18px;
    text-align: center;
    text-transform: uppercase;
}
.productos-actions a {
  width: 100%;
}

.productos .productos-item p {
  margin-bottom: 20px;
}

ul.social-icons li {
  display: inline-block;
  margin-right: 12px;
}

ul.social-icons li:last-child {
  margin-right: 0px;
}

ul.social-icons li a {
  color: #232d39;
  transition: all .3s;
  font-size: 18px;
}

ul.social-icons li a:hover {
  color: #66c4d9;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/



 .container-fluid .col-lg-6 {
  padding: 0px;
}

#consultas .contact-form {
 /* padding-top: 80px;
  background-image: url(../images/contact-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;*/
}


.contact-form input,
.contact-form textarea {
  color: #7a7a7a;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  padding: 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
  border-radius: 3px;
}

.contact-form input[type=radio] {
  width: 17px;
    height: 17px;
    padding: 0;
    margin-right: 0px;
}
.contact-form textarea {
  height: 150px;
  resize: none;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

/*.contact-form button {
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  background-color: #66c4d9;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
  margin-top: -8px;
  border-radius: 3px;
}*/

.contact-form button:hover {
  background-color: #f9735b;
}

#consultas {
 /* margin-top: 140px;*/
}


#consultasFooter .contact-info {
  padding: 70px;
  background-image: url(../images/foto-contacto.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 100%;
}

#consultasFooter .contact-info #contact {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
}

#clientes {
  padding-bottom: 80px;
}
/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  text-align: center;
  padding: 30px 0px;
}

footer p {
  color: #232d39;
  font-size: 13px;
}

footer p a {
  cursor: pointer;
  color: #66c4d9;
}

footer p a:hover {
  color: #66c4d9;
}



/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #232d39;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #232d39;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #fff;
    border-radius: 50%;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


@media (max-width: 992px) {

  .main-banner .caption h2 {
    font-size: 45px;
  }
  #features {
    margin-bottom: 110px;
  }
  #features .feature-item {
    margin-bottom: 30px;
  }
  #our-classes .tabs-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .productos-item {
    margin-bottom: 30px;
  }
  #consultas #map {
    margin-bottom: -7px;
  }
  #consultas .contact-form {
    padding: 30px;
  }
  #consultas .contact-form #contact {
    padding: 30px;
  }

}

@media (max-width: 450px) {
  .feature-item .right-content a.text-button {
    margin-left: 130px;
  }
}

ul.disertantes-cv {
  list-style: disc;
}
.disertantes-cv li {
  font-size: 12px;
    font-weight: 400;
    color: #666;
    border-top: 1px dotted #bbb;
    padding-top: 4px;
    margin-top: 4px;
}
.speaker-box {
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
}
.img-indent {
    float: left;
    margin: 0 20px 0px 0;
    border: 2px solid #1ca5be;
    border-radius: 10px;
}
.img-indent img {
    border-radius: 8px;
    width: 100px;
}
.speaker h4 {
    font-size: 17px;
    color: #192c43;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2em;
}
.speaker h4 span {
    display: block;
    color: #666;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 25px;
}
.speaker ul.social-icons li a {
  color: #66c4d9;
}

.speaker ul.social-icons li a:hover {
  color: #66c4d970;
}

/* --------------------------
 * Pricing Table
 *---------------------------*/
 .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
}
.table-responsive {
      min-height: .01%;
    overflow-x: auto;
  
}
.table .thead-dark th {
    color: #fff;
    background-color: #efc949;
    /*border-color: #efc949;*/
}
.table.precongreso .thead-dark th {
    color: #fff;
    background-color: #66c4d9;
    border-color: #66c4d9;
}


.pricing-section .pricing-table-default {
    border         : 1px solid #f1f1f1;
    background     : #ffffff;
    padding-bottom : 40px;
    }
.table>caption+thead>tr:first-child>td, 
.table>caption+thead>tr:first-child>th, 
.table>colgroup+thead>tr:first-child>td, 
.table>colgroup+thead>tr:first-child>th, 
.table>thead:first-child>tr:first-child>td, 
.table>thead:first-child>tr:first-child>th {
    width: 33%;
}
@media (max-width : 766px) {
    .pricing-section .pricing-table-default {
        margin-bottom : 30px;
        }

    #productos .productos-item {
      min-height: auto;
      }
}

.pricing-section .pricing-head h3 {
    font-size        : 15px;
    font-weight      : bold;
    text-transform   : uppercase;
    color            : #ffffff;
    padding          : 14px 40px;
    margin           : 0;
    background-color : #0e1555;
    }

.pricing-section .pricing-head .member {
    display     : block;
    font-size   : 16px;
    line-height : 20px;
    padding     : 30px 0 0;
    }
.pricing-section .pricing-head .price {
    display     : block;
    font-size   : 34px;
    line-height : 34px;
    font-weight : bold;
    padding     : 8px 0 0;
    }


.pricing-section .pricing-head .price sup {
    font-size      : 24px;
    font-weight    : bold;
    vertical-align : super;
    top            : 0;
    }

.pricing-section .pricing-detail {
    margin : 0 50px 25px 50px;
    }

.pricing-section .pricing-detail p {
    margin : 0;
    }

/*pricing list*/

.pricing-section .pricing-list li {
    display : block;
    padding : 8px 0;
    }

.pricing-section .pricing-list li i {
    margin-right : 17px;
    }

.pricing-section .pricing-list li:first-child {
    padding-top : 25px;
    }

.pricing-section .pricing-list li:last-child {
    padding : 12px 0 0;
    }

.pricing-section .pricing-detail .pink-i li {
    position : relative;
    }


.table-r tr.table-break {
    background: #fafafa;
}

.table-r {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #000 ;
  
}

.table-r caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
.table-r thead {
    border-bottom:  2px solid #66c4d9;
}
.table-r tr {
  background-color: #fff;
  border:none;
  border-bottom:  1px solid #66c4d9;
  padding: .35em;
}

.table-r th,
.table-r td {
  padding: .625em;
  text-align: left;
}

.table-r th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
 .table-r tr:last-child {
    border-bottom: 0;
  }

.col1 {
    width: 20%;
}
.col2 {
    width: 20%;
}
.col3 {
    width: 30%;
}
.col4 {
    width: 30%;
}
/*.table-r tr.not-show-mobile 
     {
        display: block;
    }*/
.table-r tr.not-show-desktop 
 {
    display: none;
    }
@media screen and (max-width: 600px) {

    .table-r tr.table-break {
    background: #fafafa;
}
  .table-r {
    border: 0;
    table-layout: fixed;
  }

  .table-r caption {
    font-size: 1.3em;
  }
  
  .table-r thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .table-r tr {
    border-bottom: 3px solid #8dbe26;
    display: block;
    margin-bottom: .625em;
  }
  
  .table-r td {
    border-bottom: 1px solid #8dbe26;
    display: block;
    font-size: 0.9;
    text-align: right;
    color: #0a1622;
    font-weight: 500;
  }
  
  .table-r td::before {
    /*
    * aria-label has no advantage, it won't be read inside a .table-r
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
  }
  
  .table-r td:last-child {
    border-bottom: 0;
  }
  .fecha, .title {
    display: inline-block;
    float: left;
    font-size: 20px;
    padding: 10px;
    background: #ccc;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}
.not-show-mobile,
.table-r td.not-show-mobile,
.table-r tr.not-show-mobile 
     {
        display: none;
    }
    .table-r tr.not-show-desktop 
     {
        display: block;
    }
}

.accordion-button:not(.collapsed),
.accordion-button {
    color: #000;
    background-color: #efc949;
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 #efc949;
    text-align: center;
}

.fecha {
  width: 180px;
}

.taller {
    background: #303d54!important;
    color: #fff;
    width: 110px;
}
.fecha, .title, .mesa, .taller {
    display: inline-block;
    float: left;
    font-size: 16px;
    padding: 10px;
    background: #66c4d9;
}
.taller-schedule .taller {
  background:  #efc949!important;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #fff;
}

.accordion-item:last-child {
  border: none;
}

.accordion-disertantes .accordion-button:not(.collapsed), 
.accordion-disertantes .accordion-button {
    color: #fff;
    background-color: #66c4d9;
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 #66c4d9;
    /* text-align: center; */
}

.accordion-disertantes .accordion-collapse {
  background: #f9f9f9;
}

  .accordion-button:not(.collapsed)::after {
    background-image: #fff;
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-disertantes .accordion-button::after {
    background-image: #fff;
}

.pre-header {
  height:35px; 
  background: #66c4d9; 
  color: #404040;
  line-height: 35px;
  text-align: right;
}
.pre-header i,
.pre-header a {
  color: #404040;
}
.pre-header i{
  font-size: 16px;
}

#whatsapp {
    position: fixed !important;
    z-index: 2000 !important;
    bottom: 20px !important;
    right: 20px !important;
}

@media (min-width: 600px) {
  .section {
    padding: 80px 0;
  }
}

@media (min-width: 1200px) {
  .consultas {
    background-color: #66c4d9;
    color: #fff;
    padding: 80px;
  }
}


.spinner {
    animation: spinner 1s linear infinite;
    border: solid 5px transparent;
    border-top: solid 5px #66c4d9;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.background-loader {
    position: fixed;
    margin: auto;
    top: 50%;
    left: 50%;
    webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 9999999;
}

.process-step-number {
  background: #66c4d9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.process-step-text h4{
  font-size: 18px;
}
.presupuestamos {
  display: block;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  background: #eee;
  letter-spacing: -1px;
  text-transform: uppercase;
  width: min-content;
  color: #000;
}
.presupuestamos:hover {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.0);
  color: #000;
}
.presupuestamos-icon {
  background: #66cc66;
  text-align: center;
  padding: 20px;
  
}

.presupuestamos h5 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.presupuestamos h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.presupuestamos h4 {
  font-size: 11px;
  font-weight: 400;
}
.presupuestamos-text {
  
  padding: 20px;
}

.btn-whatapp-presuesto {
    width: min-content;
    background: #66cc66;
    text-align: center;
    padding: 15px 20px;
    color: #fff;
    font-size: 15px;
    border-radius: 15px;
    font-weight: 600;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.btn-whatapp-presuesto:hover {
   box-shadow: 0px 0px 15px rgba(0,0,0,0.0);
    color: #fff;
}
@media screen and (min-width: 768px) {

  .section-heading h1,
  .section-heading h2  {
    font-size: 60px;
  }

  .presupuestamos {
    display: flex;
  }
}