/**
 * Featherlight - ultra slim jQuery lightbox | Version 1.4.0 - http://noelboss.github.io/featherlight/
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com) | MIT Licensed
**/
@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}
.featherlight-next,.featherlight-previous{display:block;position:absolute;top:25px;right:25px;bottom:0;left:80%;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:rgba(0,0,0,0)}.featherlight-previous{left:25px;right:80%}.featherlight-next:hover,.featherlight-previous:hover{background:rgba(255,255,255,.25)}.featherlight-next span,.featherlight-previous span{display:none;position:absolute;top:50%;left:5%;width:82%;text-align:center;font-size:80px;line-height:80px;margin-top:-40px;text-shadow:0 0 5px #fff;color:#fff;font-style:normal;font-weight:400}.featherlight-next span{right:5%;left:auto}.featherlight-next:hover span,.featherlight-previous:hover span{display:inline-block}.featherlight-swipe-aware .featherlight-next,.featherlight-swipe-aware .featherlight-previous{display:none}.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous{display:none}.featherlight-first-slide.featherlight-last-slide .featherlight-next,.featherlight-first-slide.featherlight-last-slide .featherlight-previous{display:none}@media only screen and (max-device-width:1024px){.featherlight-next:hover,.featherlight-previous:hover{background:0 0}.featherlight-next span,.featherlight-previous span{display:block}}@media only screen and (max-width:1024px){.featherlight-next,.featherlight-previous{top:10px;right:10px;left:85%}.featherlight-previous{left:10px;right:85%}.featherlight-next span,.featherlight-previous span{margin-top:-30px;font-size:40px}}


/* MAIN CSS */
@font-face {
    font-family: 'azo_sansbold';
    src: url('fonts/rui_abreu_-_azosans-bold-webfont.eot');
    src: url('fonts/rui_abreu_-_azosans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rui_abreu_-_azosans-bold-webfont.woff2') format('woff2'),
         url('fonts/rui_abreu_-_azosans-bold-webfont.woff') format('woff'),
         url('fonts/rui_abreu_-_azosans-bold-webfont.ttf') format('truetype'),
         url('fonts/rui_abreu_-_azosans-bold-webfont.svg#azo_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'azo_sansmedium';
    src: url('fonts/rui_abreu_-_azosans-medium-webfont.eot');
    src: url('fonts/rui_abreu_-_azosans-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rui_abreu_-_azosans-medium-webfont.woff2') format('woff2'),
         url('fonts/rui_abreu_-_azosans-medium-webfont.woff') format('woff'),
         url('fonts/rui_abreu_-_azosans-medium-webfont.ttf') format('truetype'),
         url('fonts/rui_abreu_-_azosans-medium-webfont.svg#azo_sansmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aller';
    src: url('fonts/aller-light-webfont.eot');
    src: url('fonts/aller-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller-light-webfont.woff') format('woff'),
         url('fonts/aller-light-webfont.ttf') format('truetype'),
         url('fonts/aller-light-webfont.svg#Aller') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { font-family: 'Aller', sans-serif; padding-top: 120px; background-color: #ffffff; color: #595959; }
h1, h2, h3, h4, h5, h6 { color: #232323; text-transform: uppercase; font-family: 'azo_sansbold', sans-serif; letter-spacing: .7px; line-height: 1.33; }
.font-title { font-family: 'azo_sansmedium', sans-serif; letter-spacing: .7px; line-height: 1.33; }
.font-title-bold { font-family: 'azo_sansbold', sans-serif; letter-spacing: .7px; line-height: 1.33; }
.font-yellow { color: #f0ad4e; }
h1 { font-size: 20px; margin-bottom: 25px; }
h2 { font-size: 17px; }
p { font-size: 15px; margin-bottom: 18px; color: #727272; }
.text-justify p { line-height: 1.35; margin-bottom: 10px; }
.text-justify h1 { margin-bottom: 10px; }
ul { padding-left: 0; }
ul li { list-style: none; }
a { transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; color: #0a1c2f; }
a:hover { text-decoration: none; }
.modal-header { border: none; }
.modal-header .close { color: #fff; opacity: .7 }
.btn-primary { background-color: #0a1c2f; text-transform: uppercase; font-weight: bold; font-size: 12px; padding: 10px 20px; }
.btn-link { color: #0a1c2f; }
.btn-warning, .btn-warning:hover  { color: #000; }
.padding-top20 { padding-top: 20px; }
.padding-top40 { padding-top: 40px; }
.margin-top40 { margin-top: 40px; }
.margin-bottom40 { margin-bottom: 40px; }
.margin-bottom80 { margin-bottom: 80px; }

/* bloques de imagen de fondo */
.bg-img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.bg-img div{
  z-index: 1;
  position: relative;
}
.bg-img:after{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  /*background-color: rgba(10,28,47,0.7);*/
  background-color: rgba(160,164,175,0.83);
  left: 0;
  top: 0;
}
/* bloques de imagen de fondo */

/* max width 1350px */
@media (min-width: 1200px) {
  .container {
    width: 85%;
    max-width: 1350px;
  }
}
/* max width 1350px */

/* quitar paddings en columnas*/
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
/* quitar paddings en columnas*/

/* pre-header*/
#top-bar-pre-header {
  transition: .3s all; -webkit-transition: .3s all; -o-transition: .3s all;
  height: 40px;
  background-color: #000000;
  z-index: 99;
}
#top-bar-pre-header.scroll {
  height: 0px;
  overflow: hidden;
}

#top-bar-pre-header .socialMediaBannersHeader {
  text-align: left;
  margin-top: 8px;
}
#top-bar-pre-header .socialMediaBannersHeader a {
  transition: none;
  margin-right: 19px;
  text-decoration: none;
  border: none;
  opacity: .9;
}
#top-bar-pre-header .socialMediaBannersHeader a:hover {
  opacity: 1;
}
#top-bar-pre-header .socialMediaBannersHeader img {
  max-width: 26px;
}
#top-bar-pre-header .navbar-nav li {
  position: relative;
}
#top-bar-pre-header .navbar-nav li a {
  color: #fff;
  font-size: 14px;
  font-family: 'azo_sansmedium', sans-serif;
  text-transform: uppercase;
  padding: 12px 15px;
}
#top-bar-pre-header .navbar-nav li:hover a {
  color: #666;
}
/* pre-header*/

/* header y menu */
.navbar-header .navbar-brand {
  padding: 0px;
  height:50px;
}
.navbar-header .navbar-brand a {
  height: auto;
  display: inline-block;
}
.navbar-header .navbar-brand a img {
  margin-top: 8px;
  max-width: 210px;
}
#top-bar {
  transition: .3s all; -webkit-transition: .3s all; -o-transition: .3s all;
  margin-top: 40px;
  background-color: rgba(255,255,255,1);
  color: #222;
  height: 80px;
  padding: 15px 0;
  z-index: 98;
}
#top-bar.scroll {
  background-color: rgba(255,255,255,.86);
  margin-top: 0px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #dedede;
}
#top-bar .navbar-nav > li > a:hover {
  background: transparent;
}
#top-bar .main-menu li > a {
  color: #000;
}
#top-bar .main-menu li {
  position: relative;
}
#top-bar .main-menu li a {
  font-size: 15px;
  font-family: 'azo_sansmedium', sans-serif;
  border-bottom: 2px solid transparent;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  text-transform: uppercase;
  padding: 5px 0px;
  margin: 10px 20px;
}
#top-bar .main-menu li:hover > a, #top-bar .main-menu li.current > a, .navbar-default .navbar-nav > li:hover > a  {
  color: #000;
  border-bottom: 2px solid #0a1c2f;
}
.navbar-header {
  float: none;
}
.main-menu {
  width: 100%;
  text-align: center;
  float: none;
}
.main-menu-center {
  display: inline-block;
  margin: 0 auto 0 -13%;
  float: none;
}
.navbar-nav .dropdown-menu {
  min-width: 135px;
  background-color: rgba(255,255,255,.86);
}
.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}
.navbar-toggle {
  color: #000;
}
.dropdown-menu > ul {
  list-style: none;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: -5px;
  background: #fff;
}
.nav .open > a,
.nav .open > a:focus {
  background-color: transparent;
}
#top-bar .dropdown-menu > ul > li > a {
  display: block;
  font-size: 15px;
  line-height: normal;
  text-decoration: none;
  padding: 5px 0;
  margin: 5px;
  color: #999;
  border-bottom: 0px;
}
#top-bar .dropdown-menu li:hover a {
  color: #0a1c2f;
  border-bottom: none;
}
li > a:focus, .nav > li > a:hover, .nav > li > a:focus {
  background: none;
} 
#top-bar .main-menu li.cart a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  border-bottom: none;
  padding: 5px 0px;
  margin: 10px;
}
#top-bar .main-menu li.cart:hover > a, .navbar-default .navbar-nav > li.cart:hover > a  {
  color: #000;
  border-bottom: none;
}
#top-bar .main-menu li.cart a img{
  width: 28px;
}
.caret {
  margin-top: -5px;
}

#cartItemCount {
  font-size: 12px;
  font-weight: normal;
}

/* header y menu */

input.form-control {
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  border: 2px solid rgba(50, 50, 50, 0.6);
  box-shadow: none;
}
.btn {
  outline: none;
  border-radius: 0;
  border: none;
}


/* Font-Awesome cheat list styles */
.icon-list-demo {
  padding: 25px 0px;
  border-bottom: 1px solid #ccc;
}
.icon-list-demo div {
  margin-bottom: 10px;
  color: #666;
  line-height: 18px;
  font-size: 12px;
}
.icon-list-demo i.fa {
  margin-right: 10px;
  color: #333;
  font-size: 18px;
}
/* Font-Awesome cheat list style */

/* MAIN */


/* FOOTER */
#footer { 
  margin-top: 100px;
  padding: 0px;
  color: #fff;
  background-color: #101010;
}
.footerBox{
  padding: 15px;
}
.footerBox .title {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  border-left: 3px solid #f0ad4e;
  padding-left: 10px;
}
.footerBox p {
  font-size: 14px;
  margin-bottom: 10px;
}
#footerBottom {
  color: #ccc;
  padding: 25px 0px;
  background-color: #000;
}
#footer .copyright {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px;
}
#footer .copyright a {
  color: #413F44;
}
#footer .socialMediaBanners {
  text-align: left;
  margin-top: 15px;
}
#footer .socialMediaBanners a {
  margin-right: 7px;
  text-decoration: none;
  border: none;
  opacity: .7;
}
#footer .socialMediaBanners a:hover {
  opacity: 1;
}
#footer .socialMediaBanners img {
  max-width: 34px;
}
#footer .footerPage {
  color: #666;
  margin-right: 10px;
}
#footer .footerPage:hover {
  color: #666;
}
#footer a.footerBlogLink {
  display: block;
  font-size: 13px;  
  color: #727272;
}
#footer a.footerBlogLink:hover {
  color: #333;
}
#newsletterFooter {
}
.newsletterFooterH {
  display: none;
}
#newsletterFooterForm {
  width: 100%;
  max-width: 100%;
  margin: 0px 0px 10px;
}
#newsletterFooterForm a {   
  color: #666;
}
#newsletterFooterForm a:hover {
  color: #0a1c2f;
}
#newsletterFooter .form-group {
  margin-bottom: 10px;
}
#newsletterFooter label.check{
  font-weight: normal;
  font-size: 12px;
}


#cookiesMessageBar {
  text-transform: none;
  display: none;
  z-index: 99999;
  position:fixed;
  left:0px;
  right:0px;
  bottom:0px;
  width:100%;
  min-height:40px;
  padding:5px;
  background: #333333;
  color:white;
  line-height:20px;
  text-align:center;
  box-sizing:border-box;
} 
#cookiesMessageBar p {
  font-size: 11px;
  padding-top: 10px;
}
#cookiesMessageBar button {
  background: #616161;
  border: none;
  color: #fff;
  padding: 10px 15px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
} 
#cookiesMessageBar a {
  color: #fff;
  text-decoration: none;
}
#cookiesMessageBar a:hover {
  color: #fff;
  text-decoration: underline;
  background:none;
}

.footerBanners img {
  max-height: 35px;
  margin-top: 10px;
}

.footerBanners a {
  margin-right: 25px;
}

.footerBanners a:last-child {
  margin-right: 0px;
}

/* FOOTER */

/* SOCIAL FLOATING MODULE */

#mediaFloatingDiv {
  position: fixed;
  z-index: 999;
  top: 42%;
  left: -100px;
}

#mediaFloatingDiv a {
  display: block;
  border-bottom: 1px solid #0a1c2f;
  border-top: 1px solid #0a1c2f;
  border-left: 2px solid #0a1c2f;
  border-right: 2px solid #0a1c2f;
  padding: 12px 17px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
}

#mediaFloatingDiv > a:first-child {
  border-top: 2px solid #0a1c2f;
}

#mediaFloatingDiv > a:last-child {
  border-bottom: 2px solid #0a1c2f;
}

/* SOCIAL FLOATING MODULE */

/* HOME PAGE */

#top-bar-pre-header .container-fluid, #top-bar .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

.homepage-intro a { 
  margin-left: 10px;
}

.language-selector{
  margin-top: 11px;
  color: #fff;
  display: block;
  margin-right: 10px;
  opacity: .8;
}

.language-selector:hover{
  color: #fff;
  opacity: 1;
}

body.homepage #mediaFloatingDiv a {
  display: block;
  border-bottom: 1px solid #0a1c2f;
  border-top: 1px solid #0a1c2f;
  border-left: 2px solid #0a1c2f;
  border-right: 2px solid #0a1c2f;
  padding: 12px 17px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  color: #0a1c2f;
}

body.homepage #mediaFloatingDiv a svg { 
  margin-top: 3px;
  margin-bottom: -2px;
}

body.homepage #mediaFloatingDiv > a:first-child {
  border-top: 2px solid #0a1c2f;
}

body.homepage #mediaFloatingDiv > a:last-child {
  border-bottom: 2px solid #0a1c2f;
}

.homeSwiperBanners {
  border-radius: 3px;
  margin-top: -100px;
}

.swiper-container2 .swiper-pagination-bullet-active, .swiper-container2 .swiper-pagination-bullet  {
  background-color: #fff;
}

.homePages-slide{
  border-radius: 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.homePages-slide-image {
  padding: 0;  
  min-height: calc(var(--vh, 1vh) * 100);
}

.homePages-slide-text{
  width: 50%;
  padding: 20px;
  margin-left: 40%;
  text-align: center;
}

.homePages-slide-text h2{
  font-size: 44px;
  font-weight: bold;
  text-transform: none;
  padding: 10px 10px 0px 280px;
  margin-top: 356px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.homePages-slide-text h2 a, .homePages-slide-text h2 a:hover {
  color: #fff;
}

.homePages-slide-text p{
  color: #fff;
  font-size: 22px;
  padding: 10px 10px 10px 280px;
  line-height: 22px;
  font-weight: normal;
}

.homePages-slide-image-link {
  margin-left: 280px;
  padding-right: 50px;
  padding-left: 50px;
}

section.homepage-intro {
  padding: 40px 0 20px;
}

section.homepage-intro p {
  font-size: 18px;
}

section.homepage {
  padding: 10px 0;
  background: #f0f0f0;
}

section.homepage .row {
  margin-top: 115px;
  margin-bottom: 115px;
  clear: both;
}

section.homepage h1 {
  font-size: 21px;
  margin-top: 10px;
  margin-bottom: 25px;
}

section.homepage h2 {
  font-size: 21px;
  margin-top: 30px;
  margin-bottom: 25px;
}

section.homepage p {
  font-size: 15px;
  color: #727272;
}

.homepage-collage-text {
  padding-top: 280px;
  padding-right: 210px;
}

.homepage-collage-text h1 {
  font-size: 34px;
}

.homepage-collage-text h1 span {
  color: #f0ad4e;
}

.homepage-collage-text p {
  font-size: 18px;
}

.homepage-collage {
  position: relative;
}

.homepage-collage img {
  z-index: -1;
}

.homepage-collage a {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  z-index: 0;  
}

.homepage-collage a#c1 {
  top: 10%;
  right: 31%;
}

.homepage-collage a#c2 {
  top: 23%; 
  right: 36%;
}

.homepage-collage a#c3 {
  top: 56%; 
  left: 32%;
}

.homepage-collage a#c4 {
  top: 87%; 
  left: 13%;
}

.homepage-collage a#c5 {
  top: 87%; 
  right: 16%;
}

.homepage-cursos {
  padding: 10px 0px 0px;
  background-image: url('../img/websectionimg/home-bg-1.jpg');
}

.homepage-cursos-text {
  margin-top: 65px;
  padding-right: 250px;
}

.homepage-cursos h2 {
  color: #fff;
  border-left: 3px solid #f0ad4e;
  padding: 5px 5px 2px 10px;
  margin-bottom: 30px;
  font-size: 21px;
}

.homepage-cursos p {
  color: #fff;
  margin-bottom: 30px;
}

.home-video {
  text-align: center;
}

section.homepage .home-video h2 {
  margin-top: 60px;
}

.homepage-reviews {
  padding: 60px 0px 50px;
  background-image: url('../img/websectionimg/home-bg-2.jpg');
}

.homePages-review-slide-text h2 {
  color: #fff;
  border-left: 3px solid #f0ad4e;
  padding: 5px 5px 2px 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.homePages-review-slide-text p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 18px;
}

.swiper-reviews-pagination .swiper-pagination-bullet-active, .swiper-reviews-pagination .swiper-pagination-bullet  {
  background-color: #f0ad4e;
}

section.homepage-links {
  background-color: #fff;
  padding: 115px 0px 0px;
}
section.homepage-links h3 {
  font-size: 18px;
}
section.homepage-links img {
  margin: 0 auto;
}

a.iframeModalOpenImage:before {
  transition: all 0.4s ease-out 0s; 
  -webkit-transition: all 0.4s ease-out 0s; 
  -o-transition: all 0.4s ease-out 0s;
  position:absolute;
  top: 145px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDUzMy4zMzMgNTMzLjMzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTMzLjMzMyA1MzMuMzMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI2Ni42NjcsMEMxMTkuMzkxLDAsMCwxMTkuMzkxLDAsMjY2LjY2N2MwLDE0Ny4yNzUsMTE5LjM5MSwyNjYuNjY2LDI2Ni42NjcsMjY2LjY2NiAgIGMxNDcuMjc1LDAsMjY2LjY2Ny0xMTkuMzkxLDI2Ni42NjctMjY2LjY2NkM1MzMuMzMzLDExOS4zOTEsNDEzLjk0MiwwLDI2Ni42NjcsMHogTTI2Ni42NjcsNDgzLjMzMyAgIEMxNDcuMDA1LDQ4My4zMzMsNTAsMzg2LjMyOCw1MCwyNjYuNjY3QzUwLDE0Ny4wMDUsMTQ3LjAwNSw1MCwyNjYuNjY3LDUwYzExOS42NjEsMCwyMTYuNjY3LDk3LjAwNSwyMTYuNjY3LDIxNi42NjcgICBDNDgzLjMzMywzODYuMzI4LDM4Ni4zMjgsNDgzLjMzMywyNjYuNjY3LDQ4My4zMzN6IE0yMDAsMTUwbDIwMCwxMTYuNjY3TDIwMCwzODMuMzMzVjE1MHoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K");
  font-family: FontAwesome;
  font-size: 35px;
  color: #fff;
  opacity: 0;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
a.iframeModalOpenImage:hover:before {
  opacity: .7;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
  top: 142px;
}
a.iframeModalOpen {
  cursor: pointer;
}


/* HOME PAGE */


/* WEBSECTION & PAGES */
#webSectionContent {
  padding-top: 30px;
  padding-bottom: 35px;
}
#webSectionContent img.img-websection {
  margin: 20px 20px 20px 0px;
  max-width: 100%;
}
#webSectionContent .text-section {
  margin-bottom: 20px;
}

p.title {
  margin-top: 30px;
  margin-bottom: 10px;
}

.text-emp {
  background-color: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 30px;
  margin-bottom: 50px;
}

#webSectionContent .text-emp img.img-websection {
  margin: 35px 0px 20px 20px;
}

.container-section {
  padding: 65px 0px;
  max-width: 1176px;
}

.tile img {
  display: block;
  width: 100%;
  height: auto;
}

.tile {
  position: relative;
}

.tile a {
  position: relative;
  display: block;
}

.tile a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .2;
  background: #000;
  -webkit-transition: opacity 0.3s, background 0.3s;
  -o-transition: opacity 0.3s, background 0.3s;
  transition: opacity 0.3s, background 0.3s;
}

.tile a:hover:before {
  opacity: .5;
  background: #a7b4ab;
}

.tile strong {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}

.webSectionContent-39 p {
  line-height: 28px;
  margin-bottom: 30px;
}

/* WEBSECTION & PAGES */

/* LIBROS */

#book { }
#book .book-small-info { margin-top: 380px; }
#book p.meta { margin-bottom: 3px; font-size: 10px; text-align: right; }
#book p.meta.meta-left { text-align: left; }
#book .top { }
#book .top h1 { text-transform: uppercase; margin-bottom: 5px; }
#book .top p.subtitle { font-style: italic; margin-bottom: 5px; color: #333;  }
#book .top p.author { margin-bottom: 15px; color: #333; font-weight: bold; }
#book .top p.price { font-size: 21px; margin-bottom: 5px; color: #222; }
#book .top p.buy-button { font-family: 'azo_sansbold', sans-serif; }
#book .top p.note { font-size: 11px; font-style: italic; margin-bottom: 10px; }
#book .top p.alt-buy { font-size: 12px; margin-bottom: 10px; }
#book .top p.alt-buy a { text-decoration: underline; }
#book .top p.alt-buy a.other-alt-buy { text-decoration: none; }
#book .top p.alt-buy img { max-height: 24px; }
#book .quote-image { margin-top: 74px; margin-bottom: 15px; overflow: hidden; }
#book .quote-image img { width: 156px; float: left; margin-right: 15px; }
#book .quote-image p { margin-top: 25px; color: #343434; }
#book .bottom p { margin-bottom: 10px; clear: both; }
#book ul.gallery { clear: both; margin-top: -20px; padding-left: 0px; }
#book ul.gallery li { float: left;  list-style: none; }
#book ul.gallery li a { float: left; }
#book ul.gallery li a img { max-width: 60px; margin-right: 7px; margin-bottom: 7px; }

#buyForm, #buyForm-2 { clear: both; margin-top: 10px; margin-bottom: 10px; } 
.type-book, .type-book-2 { width: auto; overflow: hidden; padding-top: 10px; }
.type-book input, .type-book-2 input { display: none; }
.type-book label, .type-book-2 label {
  position: relative;
  background-color: #fff;
  color: #343434;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  float:left;
  cursor: pointer;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  padding: 10px;
  margin-right: 10px;
}
.type-book label span:first-child:before, .type-book-2 label span:first-child:before {
  clear: both;
  display: block;
  content: '\A';
}
.type-book label span, .type-book-2 label span {
  display: inline;
  font-weight: bold;
  font-size: 14px;
  margin-top: 4px;
}
.type-book label span.old-price-book, .type-book-2 label span.old-price-book {
  font-weight: normal;
  font-size: 12px;
  text-decoration: line-through;
  display: inline;
  margin-left: 10px;
  color: #999;
}
.type-book label span.percentage-book, .type-book-2 label span.percentage-book {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  background-color: #f0ad4e;
  padding: 2px;
  display: block;
  width: 32px;
  text-align: center;
}

.type-book input:checked + label, .type-book-2 input:checked + label {
  border: 1px solid #f0ad4e;
  background-color: #fff;
}
.type-book input:checked + label:after, .type-book-2 input:checked + label:after {
  content: "\2713";
  width: 16px;
  height: 16px;
  line-height: 15px;
  border-radius: 100%;
  border: 1px solid #f0ad4e;
  color: #f0ad4e;
  background-color: #fff;
  z-index: 999;
  position: absolute;
  top: -6px;
  right: -6px;
  font-size: 10px;
  text-align: center;
}

a.book-purchase-option {
  text-align: center;
  padding: 10px;
  border: 1px solid #999;
  width: 45%;
  height: 120px;
  float: left;
  margin: 2%;
}

a.book-purchase-option img {
  display: block;
  margin: 10px auto;
}

/* LIBROS */


/* NEWS */
.newsContainer {
}
.newItem{
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;  
}
.newItem p {
  margin-bottom: 10px;
}
.newItem .newsMonth{
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
}
.newItem .newsMonth:after {
    content: ""; 
    display: block; 
    margin: 0 auto 0 0; 
    width: 22px; 
    padding-top: 3px;
    border-bottom: 3px solid #ebebeb;
}
.newItem .newsDay{
  margin-top: 2px;
  margin-bottom: 5px;
  color: #777;
  font-size: 24px;
  display: block;
}
.newItem .new-image {
}
.newItem a.newLink{
  color: #777;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;  
}
.newItem a.newLink:hover {
  color: #999;
}
.newItem .shortDetails {
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.newItem .shortText {
  color: #999;
  display: block;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;  
  border-bottom: 1px solid #ebebeb;  
}
.newItem a.newLinkReadMore {
  color: #777;
  font-size: 12px;
}

#NewDetail {
}
#NewDetail .btn-back-news {
  margin-top: 15px;
}
#NewDetail.newItem{
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: none;
}
#NewDetail h1 {
  color: #777;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;  
}
#NewDetail .longText {
  color: #999;
  display: block;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;  
  border-bottom: 1px solid #ebebeb;  
}

#NewDetail .newsTimeBlock {
  margin-bottom: 10px;
}
#NewDetail .newsTimeBlock .newsTimeBlockItem {
  margin-bottom: 5px;
}
#NewDetail .newsTimeBlock .newsTimeBlockItem .fa {
  color: #454545;
  margin-right: 10px;
  font-size: 21px;
  width: 20px;
  text-align: center;
}
#NewDetail .newsTimeBlock .newsTimeBlockItem .fa.fa-calendar {
  font-size: 19px;
}
.news-price {
  font-size: 20px; 
  font-weight: bold;
  color: #454545;
}
/* NEWS */

/* BLOG */
#BlogcategoryDetail, #blogpostDetail {
  padding-top: 50px;
  padding-bottom: 35px;
}
article.blogPost{
  overflow: hidden;
  margin-bottom: 30px;
}
article.blogPost .panel {
  background: #f5f5f5;
  border: none;
  border-radius: 0px;
  margin: 0px;
}
.iframeModalOpen {
  cursor: pointer;
}
article.blogPost a.iframeModalOpenImage:before {
  transition: all 0.4s ease-out 0s; 
  -webkit-transition: all 0.4s ease-out 0s; 
  -o-transition: all 0.4s ease-out 0s;
  position:absolute;
  top: 95px;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  /*content: "\f04b";*/
  content: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDUzMy4zMzMgNTMzLjMzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTMzLjMzMyA1MzMuMzMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI2Ni42NjcsMEMxMTkuMzkxLDAsMCwxMTkuMzkxLDAsMjY2LjY2N2MwLDE0Ny4yNzUsMTE5LjM5MSwyNjYuNjY2LDI2Ni42NjcsMjY2LjY2NiAgIGMxNDcuMjc1LDAsMjY2LjY2Ny0xMTkuMzkxLDI2Ni42NjctMjY2LjY2NkM1MzMuMzMzLDExOS4zOTEsNDEzLjk0MiwwLDI2Ni42NjcsMHogTTI2Ni42NjcsNDgzLjMzMyAgIEMxNDcuMDA1LDQ4My4zMzMsNTAsMzg2LjMyOCw1MCwyNjYuNjY3QzUwLDE0Ny4wMDUsMTQ3LjAwNSw1MCwyNjYuNjY3LDUwYzExOS42NjEsMCwyMTYuNjY3LDk3LjAwNSwyMTYuNjY3LDIxNi42NjcgICBDNDgzLjMzMywzODYuMzI4LDM4Ni4zMjgsNDgzLjMzMywyNjYuNjY3LDQ4My4zMzN6IE0yMDAsMTUwbDIwMCwxMTYuNjY3TDIwMCwzODMuMzMzVjE1MHoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K");
  font-family: FontAwesome;
  font-size: 35px;
  color: #fff;
  opacity: 0;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
article.blogPost a.iframeModalOpenImage:hover:before {
  opacity: .7;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
  top: 92px;
  top: 34%;
}
article.blogPost a.iframeModalOpen {
  cursor: pointer;
}
article.blogPost .panel-body {
  padding: 0px 10px;
}

article.blogPost .panel-body h3.blogPost-title {
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 0px 5px;
  color: #222;
}
article.blogPost .panel-body .blogPost-content p {
  font-size: 14px;
  margin-bottom: 10px;
}
/* main blog sytle*/
article.blogPostMain{
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease-out 0s; -webkit-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s;
  overflow: hidden;
  margin-bottom: 30px;
}
article.blogPostMain:hover{
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.14);
}
article.blogPostMain .panel {
  background: #fff;
  border: none;
  border-radius: 4px;
  margin: 0px;
  overflow: hidden;
}
article.blogPostMain .panel-body {
  padding: 10px 20px;
}
article.blogPost h1.blogPost-title {
  margin-bottom: 10px;
}

.blogPost-detail-media {
  clear: both;
  display: block;
  margin: 20px 0px 0px;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.blogPost-detail-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* main blog sytle*/
.quote-card {
  background: #fff;
  color: #777;
  padding: 20px;
  padding-left: 50px;
  position: relative;
  overflow: hidden;
  min-height: 50px;
  border: none;
}
.quote-card p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  max-width: 80%;
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 5em;
  color: #0a1c2f;
  font-weight: normal;
}
.modal-content iframe {
  margin: 20px auto;
  display: block;
}

/* cada 3 clear, sobreescrito en medida mobile */
.blogSearchResult .masonryItem:nth-child(3n+1){
    clear:left
}
/* BLOG */


/* CONTACT - NEWSLETTER */

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

#contact-section {
  padding: 25px 0;
}
#contact-section .contact-form {
  margin-top: 42px;
  margin-bottom: 20px;
}
.contact-icon{
  font-size: 32px;
  color: #000;
}
#contact-section input[type="text"], #contact-section input[type="email"], #contact-section select {
  display: block;
  height: 40px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  border: 2px solid rgba(50, 50, 50, 0.6);
  box-shadow: none;
  -webkit-box-shadow: none;
}
#contact-section textarea {
  display: block;
  border-radius: 0;
  width: 100%;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid rgba(50, 50, 50, 0.6);
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-section input[type="checkbox"]{
  display: inline;
  margin-right: 5px;
  height: 12px;
}
#contact-section label.check{
  font-weight: normal;
}

.form-group {
  margin-bottom: -2px;
}

.form-group-recaptcha {
  margin: 20px 0px;
}

/* CONTACT - NEWSLETTER */


/* IMG GALLERY */
.gallery {
  padding: 25px 0;
}
.gallery .thumbnail {
  padding: 0;
  margin-bottom: 30px;
  border: none;
}
.gallery img {
  border-radius: 0;
}
.gallery .caption{
  padding: 26px 30px;
  text-align: center;
}
.gallery .caption h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
}
.gallery .caption p {
  font-size: 12px;
  color: #7b7d7d;
  margin: 0;
}
.galleryMasonryContainer {
  width: 100%;
}
.galleryMasonryContainer a img {
  border-radius: 0;
  width: 100%;
  margin-bottom: 30px;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.galleryMasonryContainer a img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}
.gallery .btn-back {
  margin-top: 15px;
  color: #fff;
  outline: none;
  background: #C03E26;
  border-radius: 0;
  border: none;
}
/* IMG GALLERY */


/* 404 */
#notFoundSection {
  padding: 150px 0px 50px 0px;
}
#notFoundSection h1 {
  font-size: 200px;
  line-height: 1;
}
#notFoundSection h2 {
  font-size: 50px;
  margin-top: 0;
  text-transform: uppercase;
  text-align: center;
}
#notFoundSection .btn-home {
  background: #414141;
  border: none;
  color: #fff;
  padding: 20px 35px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
}
/* 404 */

/* autor */

.autor-text p::first-letter {
  font-size: 26px;
}

.autor-text p::first-letter {
  color: #f0ad4e;
}
.webSectionContent-32 h1 {
  font-size: 24px;
}
.autor-text h2 {
  margin-top: 45px;
  margin-bottom: 5px;
  font-size: 18px;
}

h3.autor-subtitle {
  margin-top: 5px;
  text-transform: none;
  font-size: 19px;
  color: #f0ad4e;
  font-weight: normal;
  font-family: 'Aller', sans-serif;
}

/* autor */

/* cursos-workshops */

#webSectionContent.webSectionContent-33, #webSectionContent.webSectionContent-55 {
  padding-top: 0px;
}

body.websection-33, body.websection-55 {
  background-color: #000;
}
#cursos-workshops-title-image {
  min-height: calc(var(--vh, 1vh) * 80);
  position: relative;
  width: 100%;
  overflow: hidden;
  background-position: bottom;
}
#cursos-workshops-title-image::after {
  content:"";
  display: block;
  position: absolute;
  width:101%;
  top:0;
  left:0;
  bottom:0;
  height: calc(var(--vh, 1vh) * 80);
  background: linear-gradient(180deg, rgba(0,0,0,0.20) 40%, rgba(0,0,0,1) 98%);
  z-index: 1;
}

#cursos-workshops-title-image .cursos-workshops-title-image-content {
  position: absolute;
  left: 25%;
  bottom: 0px;
  z-index: 2;
  width: 50%;
  text-align: center;
}

.cursos-workshops-title-image-content h1 {
  color: #fff;
  font-size: 45px;
}
.cursos-workshops-title-image-content p {
  color: #fff;
  line-height: 17px;
}
.cursos-workshops-title-image-content a {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 5px;
}
.cursos-workshops-preview-video-text {
  margin: 20px 0px;
  color: #a9a9a9;
}
body.websection-33 hr, body.websection-55 hr {
  border: 1px solid #333333;
}
.cursos-workshops-preview-icons {
  margin-top: 115px;
  margin-bottom: 80px;
}
.cursos-workshops-icon-item {
  text-align: center;
  margin-bottom: 25px;
}
.cursos-workshops-preview-icons .cursos-workshops-icon-item:nth-child(3n+1){
    clear:left
}
.cursos-workshops-preview-icons .cursos-workshops-icon-item:nth-child(2n+1){
    clear:none
}
.cursos-workshops-preview-icons .cursos-workshops-icon img {
  max-width: 72px;
}
.cursos-workshops-preview-icons .cursos-workshops-icon-text h2 {
  color: #f0f0f0;
}
.cursos-workshops-preview-container {
  margin-bottom: 20px;
}
.cursos-workshops-preview-button {
  width: 100%;
  display: block;
  background-color: #191c21;
  padding: 15px;
  color: #fff;
  margin-bottom: 3px;
  font-size: 16px;
  cursor: pointer;
}
.cursos-workshops-preview-button:hover, .cursos-workshops-preview-button:active, .cursos-workshops-preview-button:focus {
  background-color: #272c33;
  color: #fff;
}

.cursos-workshops-preview-button .fa {
  margin-right: 5px;
  font-size: 18px;
}

.cursos-workshops-list-container {
  background-color: #191c21;
  height: 540px;
  overflow-y: scroll;
}

.cursos-workshops-list-content-module-title {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #272c33;
  padding: 15px;
  background-color: #191c21;
}

.cursos-workshops-list-button {
  width: 100%;
  display: block;
  background-color: #191c21;
  padding: 15px;
  color: #fff;
  margin-bottom: 0px;
  font-size: 16px;
  border-bottom: 1px solid #272c33;
  text-decoration: none;
}

.cursos-workshops-list-button:hover, .cursos-workshops-list-button:active, .cursos-workshops-list-button:focus {
  color: #fff;
  text-decoration: none;
}

.cursos-workshops-list-button:after {
    font-family: 'FontAwesome'; 
    content: "\f106";
    float: right; 
    color: #999; 
}
.cursos-workshops-list-button.collapsed:after {
    content: "\f107";
}

.cursos-workshops-list-content {
  padding: 10px;
  color: #fff;
}
.cursos-workshops-list-content p {
  margin-bottom: 0px;
}

.cursos-workshops-final-button {
  margin-top: 45px;
}

.cursos-workshops-final-button p {
  margin-top: 10px;
  color: #fff;
}
.cursos-workshops-faqs {
  margin-bottom: 90px;
}
.cursos-workshops-faqs h3 {
  color: #f0f0f0;
  margin-bottom: 10px;
}
.cursos-workshops-faqs p{
  margin-bottom: 10px;
  margin-top: 20px;
  color: #c0c0c0;
}
.cursos-workshops-faqs ul {
  
}


/* cursos-workshops */


/* Programas */


#webSectionContent.webSectionContent-46, #webSectionContent.webSectionContent-47, #webSectionContent.webSectionContent-48 {
  padding-top: 0px;
}


#webSectionContent.webSectionContent-46 .btn-warning {
  background-color: #f0ad4e;
}

.section-full-header-image {
  background-size: cover;
  background-position: top center;
  background-repeat: none;
  height: 400px;
}
.section-full-header-text-block {
  width: 800px;
  margin: auto;
  padding: 80px 10px 40px;
  text-align: center;
}

.section-full-header-text-block h1 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 0px;
}

.section-full-header-text-subtitle {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

.section-full-header-link {
  background: #f4f4f4;
  padding: 25px;
  text-align: center;
}

.section-full-header-link a { 
  margin-left: 10px;
}

.blue-title {
  color: #f0ad4e;
  font-size: 22px;
}

h2.experience-title {
  margin-top: 5px;
}

.experience-item {
  text-align: center;
  margin: 30px 0px;
}
.experience-item img { 
  margin: 0px auto 10px;
  width: 100%;
}
.badge-warning {
  background-color: #f0ad4e;
}
.programa-item {
  text-align: center;
  margin-top: 25px;
}
.programa-item img {
  transition: all 0.2s ease-out 0s;
  padding-top: 5px;
  padding-bottom: 0px;
}
.programa-item:hover img {
  padding-top: 0px;
  padding-bottom: 5px;
}
.programa-item h3 {
  font-size: 16px;
}

.programa-item p {
  font-size: 15px;
}

.program-detail-item {
  margin-bottom: 25px;
}
.program-detail-img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 300px;
}
.program-detail-img div {
  transition: all 0.2s ease-out 0s;
  z-index: 1;
  position: relative;
  opacity: 0;
  text-align: center;
  padding-top: 160px;
}
.program-detail-img div a, .program-detail-img div a:hover, .program-detail-img div a:visited, .program-detail-img div a:focus {
  font-size: 18px;
  color: #fff;
}
.program-detail-img:after{
  transition: all 0.2s ease-out 0s;
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(240, 173, 78,0);
  left: 0;
  top: 0;
}
.program-detail-img:hover:after{
  background-color: rgba(240, 173, 78,0.73);
}
.program-detail-img:hover div {
  opacity: 1;
  padding-top: 140px;
}

.program-detail-item-section {
  margin-left: 25px;
  margin-top: 25px;
  color: #f0ad4e;
  font-size: 16px;
  font-style: italic;
}
h3.program-detail-item-title {
  padding-left: 25px;
  padding-bottom: 10px;
  margin-top: 15px;
  font-size: 17px;
}
.program-detail-item-link {
  margin-left: 25px;
  color: #999;
}

.programa-preview-icons .cursos-workshops-icon-text h2 {
  color: #454545;
}

.program-preview-image {
  margin-right: 10px;
}

.special-program {
  margin-top: 80px;
}

#subscribe-modal {
  text-align: center;
}

#subscribe-modal p {
  font-size: 14px;
}
#subscribe-modal label {
  font-weight: normal;
}
#subscribe-modal .form-group {
  margin: 10px auto;
  display: block;
}

/* Programas */


/* Tienda */

.shopcategory-home {
  margin-top: 80px;
}

body.shopcategorysection .section-full-header-image{
  height: auto;
}
body.shopcategorysection .section-full-header-text-block {
  width: 800px;
  padding: 60px 20px;
}
.shopcategoryMenu {
  background-color: #f4f4f4;
  margin-bottom: 15px;
}
.shopcategoryLinks {
  padding: 0px;
}
.shopcategoryLinks a{
  font-family: 'azo_sansbold', sans-serif; 
  margin: 0px 10px;
  padding: 20px 10px;
  text-transform: uppercase;
  display: inline-block;
}
.shopcategoryLinks a:hover, .shopcategoryLinks a:focus, .shopcategoryLinks a:active{
  color: #454545;
}
#shopcategoryDetail {
  padding-top: 15px;
}
.shopproductPropertiesItemList {
  padding-top: 20px;
}
.shopproductPropertiesItem .fa{
  color: #232323;
  font-size: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.shopcategoryProductsList {
  padding-top: 45px; 
}
.shopProductItem {
  margin-bottom: 25px;
}
.shopProduct-content {
  margin-bottom: 10px;  
}
.shopProduct-price {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.shopProduct-buttons {
  text-align: center;
}
#shopproductDetail {
  padding-top: 30px;
}
.product-shop-detail h1{
  margin-top: 0px;
}
.product-shop-links {
  margin-bottom: 10px;
}
.product-shop-links a {
  padding-left: 0px;
}
.product-shop-detail a.btn {
  font-weight: normal; 
  font-family: 'Aller', sans-serif;
}
#shopproductDetail .bottom {
  margin-top: 20px;
}
.shopProductItem-listview {
  background-color: #e0e0e0;
  margin-bottom: 15px;
}
.shopProductItem-listview .shopProduct-content {
  float: left; 
  width: 70%;
  margin-bottom: 0px;
}
.shopProductItem-listview .shopProduct-content h3 { 
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
}
.shopProductItem-listview .shopProduct-content p { 
  margin-bottom: 10px;
  font-size: 14px;
}
.shopProductItem-listview .shopProduct-buttons {
  text-align: right;
  float: left;
  width: 29%;
  margin-top: 20px;
}
.shopProductItem-listview .shopProduct-buttons .shopProduct-price {
  margin-right: 10px;
}
.shopProductItemBig img {
  max-width: 100%;
  width: 100%;
}

.shopProductItem span.old-price-book, .shopProductItem-listview span.old-price-book, .shopProductItemHome span.old-price-book, .product-shop-detail span.old-price-book{
  font-weight: normal;
  font-size: 12px;
  text-decoration: line-through;
  display: inline;
  margin-right: 10px;
  color: #999;
}
.shopProductItem span.percentage-book, .shopProductItem-listview span.percentage-book, .shopProductItemHome span.percentage-book, .product-shop-detail span.percentage-book {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  background-color: #f0ad4e;
  padding: 2px;
  width: 32px;
  text-align: center;
}

.shopProductItem .offer-prices, .shopProductItem-listview .offer-prices, .shopProductItemHome .offer-prices, .product-shop-detail .offer-prices{
 display: block;
  clear: both;
  margin-bottom: 15px;
}

.shopcategoryProductsList .shopCategoryHome {
  display: none;
} 

.shopcategoryProductsListHome .shopCategoryHome {
  display: block;
  overflow: hidden;
}

.shopCategoryHome {
  background-color: #f5f5f5;
  text-align: center;
  padding: 0px 0px 5px;
  margin-bottom: 40px;
}

.shopProductHome {
  margin-bottom: 45px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}

.shopProductHome h3 {
  font-size: 18px;
  margin-top: 20px;
}

.shopProductHome img{
  max-width: 100%;
  max-height: 250px;
}

.shopProductHome .shopProduct-buttons {
  text-align: right;
}

.shopProductHome .shopProduct-buttons .shopProduct-price {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.shopProductHome .shopProduct-buttons a {
  display: block;
}

.productProperties {
  margin-bottom: 20px;
  margin-top: 10px;
}
.shopProductHome .productProperties {
  margin-top: 30px;
}

.productProperties .fa {
  margin-right: 10px;
  color: #232323;
  font-size: 20px;
}

#shopproductDetail ul { padding-left: 20px; margin-bottom: 25px; }
#shopproductDetail ul li { list-style: disc inside; }

#mini-basket-summary tr.active:last-child > td{
  border-bottom: 1px solid #ddd;
}
#mini-basket-summary input.input-number {
  width: 50px;
  text-align: center;
  margin: auto;
  border: 1px solid #ccc;
}
.checkout-title {
  text-transform: uppercase;
  font-size: 22px;
  color: #000;
}
.checkout-title .text-step {
  color: #f0ad4e;
}
#checkoutForm .form-group {
  margin-bottom: 10px;
}
#checkoutForm .form-group label {
  font-weight: normal;
}
#checkoutForm .form-group .form-control {
  border: 1px solid #ccc;
}
.shopImportantInfo li{
  font-size: 11px;
}

/* Tienda */


/* -- Responsive styles -- */

@media (min-width: 768px) {
  /* Dropdown animation */
  .navbar-nav .dropdown-menu {
    /*background: none;*/
    border: 0;
    box-shadow: none;
    display: block;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    -moz-transition: visibility 500ms, opacity 500ms, -moz-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    -o-transition: visibility 500ms, opacity 500ms, -o-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    -ms-transition: visibility 500ms, opacity 500ms, -ms-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  }
  .navbar-nav .dropdown:hover div.dropdown-menu {
    opacity: 1;
    visibility: visible;
    color: #777;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .navbar-nav .dropdown-backdrop {
    visibility: hidden;
  }
}

@media only screen and (min-width: 1499px) and (max-width: 1699px) {

  .homePages-slide-text h2{
    padding: 10px 10px 0px 150px;
  }
  .homePages-slide-text p{
    padding: 10px 10px 10px 150px;
  }
  .homePages-slide-image-link {
    margin-left: 150px;
  }

}

@media only screen and (min-width: 1299px) and (max-width: 1499px) {
  #top-bar .main-menu li a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .homePages-slide-text h2{
    padding: 10px 10px 0px 125px;
    margin-top: 200px;
  }
  .homePages-slide-text p{
    padding: 10px 10px 10px 125px;
  }
  .homePages-slide-image-link {
    margin-left: 125px;
  }
  .homepage-cursos-text {
    margin-top: 60px;
    padding-right: 150px;
  }
  .homepage-collage-text {
    padding-top: 200px;
    padding-right: 200px;
  }

  .homepage-collage a {
    font-size: 18px;
  }
  #book .book-small-info { 
    margin-top: 250px; 
  }
  .cursos-workshops-list-container {
    height: 480px;
  }
}

@media only screen and (min-width: 999px) and (max-width: 1299px) {
  .main-menu-center {
    margin: 0 auto;
  }
  #top-bar .main-menu li a {
    margin-left: 5px;
    margin-right: 5px;
  }
  .homePages-slide-text h2{
    padding: 10px 10px 10px 30px;
    margin-top: 200px;
    margin-bottom: 0px;
  }
  .homePages-slide-text p{
    padding: 10px 30px;
  }
  .homePages-slide-image-link {
    margin-left: 30px;    
  }
  .homepage-cursos-text {
    margin-top: 20px;
    padding-right: 50px;
  }
  .homepage-collage-text {
    padding-top: 200px;
    padding-right: 150px;
  }
  .homepage-collage a {
    font-size: 16px;
  }
  #book .book-small-info { 
    margin-top: 250px; 
  }
  #book .quote-image {  margin-top: 54px; }
  .cursos-workshops-list-container {
    height: 440px;
  }
}

@media only screen and (min-width: 999px) and (max-width: 1199px) {
  .homePages-slide-text h2{
    margin-bottom: 0px;
    padding: 0px 0px 0px 30px;
  }
  #book .book-small-info { 
    margin-top: 300px; 
  }
  #book .quote-image {  margin-top: 54px; }
}

@media only screen and (min-width: 768px) and (max-width: 998px) {
  #top-bar .main-menu li a {
    font-size: 11px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .main-menu-center {
    margin: 0 auto;
  }
  #top-bar .dropdown-menu > ul > li > a {
    font-size: 12px;
    padding: 8px 0;
  }
  .homePages-slide-text{
    padding: 10px;
    width: 80%;
    margin-left: 10%;
    text-align: center;
  }
  .homePages-slide-text h2{
    margin-top: 200px;
    margin-bottom: 0px;
    padding: 10px 50px;
    font-size: 32px;
  }
  .homePages-slide-text p{
    font-size: 21px;
    padding: 10px 60px;
  }
  .homePages-slide-image-link {
    margin: auto;
  }
  /* cada 3 clear, sobreescrito en medida mobile */
  .blogSearchResult .masonryItem:nth-child(3n+1){
      clear:none
  }
  .blogSearchResult .masonryItem:nth-child(2n+1){
      clear:left
  }
  #footer a.footerBlogLink {
    padding: 10px 0px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    display: block;
    font-size: 13px;  
  }
  #book .book-small-info { 
    margin-top: 188px; 
  }
  .homepage-cursos-text {
    margin-top: 0px;
    padding-right: 20px;
  }
  .homepage-cursos-text h2, .homepage-cursos-text p {
    margin-bottom: 10px;
  }
  .homepage-collage-text {
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 0px;
  }

  .homepage-collage a {
    font-size: 14px;
  }

  .homepage-collage a#c1 {
    top: 9%;
    right: 30%;
  }

  .homepage-collage a#c2 {
    top: 22%; 
    right: 33%;
  }
  #book .quote-image {  margin-top: 14px; }
  .container-section .experience-item:nth-child(3n+1) {
    clear: both;
  }
  .cursos-workshops-preview-icons .cursos-workshops-icon-item:nth-child(3n+1){
      clear:none;
  }
  .cursos-workshops-preview-icons .cursos-workshops-icon-item:nth-child(2n+1){
      clear:left;
  }
  .cursos-workshops-list-container {
    height: auto;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 767px) {
  body { padding-top: 60px; }
  #top-bar-pre-header {
    display: none;
  }
  #top-bar {
    margin-top: 0px;
    height: 60px;
    padding: 5px 0;
  }
  .navbar-toggle .fa-bars {
    font-weight: 100;
    font-size: 18px;
  }
  #hamburger span + span {
      margin-top: 4px;
  }
  #hamburger span {
      top: 0;
      height: 2px;
      width: 20px;
      transition: .3s;
      background: #000;
      position: relative;
      display: block;
  }
  .navbar-header {
    margin-bottom: 0px;
  }
  .navbar-header .navbar-brand a {
    padding: 0px 10px;
  }
  .navbar-header .navbar-brand a img {
    margin-top: 10px;
  }
  .navbar-brand {
    width: 80%;
  }
  #top-bar .main-menu li:hover > a, #top-bar .main-menu li.current > a, .navbar-default .navbar-nav > li:hover > a  {
    color: #444;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main-menu-center {
    display: block;
    margin: 0 auto;
    text-align: left;
  }
  .navbar-nav .dropdown-menu {
    min-width: 100%;
  }
  .navbar-toggle {
    float: left;
  }
  .navbar-header .navbar-brand {
    text-align: center;
  }
  section.homepage {
    padding: 20px 0;
  }
  #footer .copyright {
    text-align: center;
  }
  .dropdown-menu > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 15px;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .dropdown-menu > ul {
    list-style: none;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: -5px;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
  }
  .navbar-collapse {
    background: #fff;
    clear: both;
  }
  #top-bar .main-menu li > a {
    color: #333;
    border-bottom: 1px solid #dedede;
    padding: 21px 10px;
    background: transparent;
  }
  #top-bar .dropdown-menu > ul {
    list-style: none;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: -5px;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: none;
    border: none;
  }
  #top-bar .dropdown-menu > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 15px;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #footer .footerPages {
    padding-bottom: 10px;
  }
  #footer .footerPage {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ededed;
    text-align: center;
  }
  #webSectionContent img.img-websection {
    margin: 0px 0px 20px;
    width: 100%;
  }
  .homePages-slide-image img {
    width: 100%;
  }
  .homePages-slide-text{
    padding: 20px;
    width: 80%;
    margin-left: 10%;
    text-align: center;
  }
  .homePages-slide-text h2{
    margin-top: 200px;
    margin-bottom: 0px;
    padding: 10px;
    font-size: 32px;
  }
  .homePages-slide-text p{
    padding: 10px 30px;
    font-size: 21px;
  }
  .homePages-slide-image-link {
    margin: auto;
  }
  #mediaFloatingDiv {
    position: fixed;
    z-index: 999;
    top: auto;
    bottom: -100px;
    right: 30px;
  }
  body.homepage #mediaFloatingDiv a {
    float: left;
    border-bottom: 2px solid #0a1c2f;
    border-top: 2px solid #0a1c2f;
    border-left: 1px solid #0a1c2f;
    border-right: 1px solid #0a1c2f;
    padding: 15px 25px;
  }
  body.homepage #mediaFloatingDiv > a:first-child {
    border-left: 2px solid #0a1c2f;
  }

  body.homepage #mediaFloatingDiv > a:last-child {
    border-right: 2px solid #0a1c2f;
  }
  /* cada 3 clear, sobreescrito en medida mobile */
  .blogSearchResult .masonryItem:nth-child(3n+1){
      clear:none
  }
  .blogSearchResult .masonryItem:nth-child(2n+1){
      clear:left
  }
  #footer a.footerBlogLink {
    padding: 10px 0px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    display: block;
    font-size: 13px;  
  }
 
  #book p.meta { margin-bottom: 3px; text-align: left; clear: both; }
  #book .quote-image { margin-top: 15px; margin-bottom: 15px; overflow: hidden; }
  #book .quote-image img { width: 120px; float: left; margin-right: 15px; }
  #book .quote-image p { margin-top: 15px; color: #343434; }

  #book ul.gallery { clear: both; width: 100%; overflow: hidden; padding: 10px 0px; margin-bottom: 0px; }

  .homepage-cursos-text {
    padding: 0px 50px 50px;
    margin-top: 0px;
  }
  .homepage-cursos-text h2, .homepage-cursos-text p {
    margin-bottom: 10px;
  }
  .homepage-collage-text {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 60px;
    text-align: center;
  }
  .homepage-collage img {
    margin: auto;
  }
  .container-section {
    padding: 35px 15px;
  }
  .cursos-workshops-title-image-content h1 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  #cursos-workshops-title-image .cursos-workshops-title-image-content {
    left: 10%;
    width: 80%;
  }
  .cursos-workshops-preview-video-text  {
    text-align: center;    
  }
  .cursos-workshops-faqs {
    text-align: center;
  }
  .section-full-header-text-block {
    width: 90%;
    padding: 80px 60px 40px;
  }
  .container-section .experience-item:nth-child(2n+0) {
    clear: both;
  }
  .cursos-workshops-list-container {
    height: auto;
    overflow-y: auto;
  }
  body.shopcategorysection .section-full-header-text-block {
    width: 90%;
    padding: 35px 0px;
  }
  body.shopcategorysection .section-full-header-text-block  h1{
    font-size: 19px;
  }
  #book ul.gallery { clear: both; margin-top: 0px; }
}

@media only screen and (max-width: 550px) {
  .homepage-collage a {
    font-size: 14px;
  }
  .section-full-header-text-block {
    width: 90%;
    padding: 20px;
  }
}