/* COLORES ANA PAOLA
Principal #5f4b8b
Oscuros #362756
Claros #e8e3f2

 */


.open-font {
  font-family: 'Open Sans', sans-serif;  
}

.montse-font {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bfh-flag-US,
.bfh-flag-MX,{
  width: 16px;
  height: 14px;
  background: url(../img/bootstrap-formhelpers-countries.flags.png) no-repeat;
}

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-us {
  background-image: url(../flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../flags/1x1/us.svg);
}

.flag-icon-mx {
  background-image: url(../flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../flags/1x1/mx.svg);
}


/* ---- GENERALES ---- */
body {
  width: 100%;
  height: 100%;
  color: white;
  background-color: #5f4b8b;
}
html {
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 2;
}

a {
  color: #999;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #362756;
}


.light {
  font-weight: 400;
}
/* ---- /GENERALES ---- */


/* -- MENÚ BLANCO -- */
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 2px solid #362756;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #5f4b8b;
}

.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: white;
}
.navbar-custom .nav li a:hover {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
/* -- MENÚ BLANCO -- */

/* -- MENÚ TRASNPARENTE -- */
@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: #5f4b8b;
    color: #fff;
    border-bottom: 2px solid #362756;
  }
  .navbar-custom.top-nav-collapse a{
    color: #fff;
  }

  .navbar-custom.top-nav-collapse li a:hover,
  .navbar-custom.top-nav-collapse li a:focus,
  .navbar-custom.top-nav-collapse li a:active {
    color: #fff;
    font-weight: bold;
  }
}
/* -- MENÚ TRASNPARENTE -- */



/* -- MENÚ MÓVIL -- */
.navbar-custom .navbar-toggle {
  color: #fff;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}

@media (max-width: 768px) {
  .navbar-custom a {
    color: #fff;
  }

  .navbar-brand {
    font-size: 14px;
    padding: 18px 15px;
  }

  .navbar-nav li a:hover {
    color:red;
  }

}
/* -- MENÚ MÓVIL -- */


/* ---- INTRO ---- */
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 220px 0;
  text-align: center;
  color: white;
  background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.intro h2 {
  text-shadow: 2px 2px 8px #000;
  line-height: 45px;
}

.intro p {
  padding-top: 0px;
  line-height: 0;
  text-shadow: 2px 2px 8px #000;
}

.intro a {
  border: 1px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.intro-footer {
  bottom: 0px;
}

@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
}
/* ---- INTRO ---- */
.content-section {
  padding-top: 90px;
  padding-bottom: 40px;
}
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  border: 1px solid #42DCA3;
  color: #42DCA3;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #42DCA3;
  outline: none;
  color: black;
  background-color: #42DCA3;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}
footer {
  padding: 20px 0;
}
footer p {
  margin: 0;
}

@media (max-width: 768px) {
  footer p {
    font-size: 12px;
  }
}


::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}


/* -- BIO -- */
.bio {
  background-color: white;
  color: #000;
}

.bio h5 {
  line-height: 2;
  margin-bottom: 10px;
}
/* -- /BIO -- */




/* -- GALLERY -- */
.gallery {
  background-color: #e8e3f2;
  color: #362756;
}

.gallery ul {         
  padding:0 0 0 0;
  margin:0 0 0 0;
}

.gallery ul li {     
  list-style:none;
  margin-bottom:25px;           
}

.gallery ul li img {
  cursor: pointer;
}

.modal-body {
  padding:5px !important;
}

.modal-content {
  border-radius:0;
}

.modal-dialog img {
  text-align:center;
  margin:0 auto;
}

.next {
  float:right;
  text-align:right;
}

/*override modal for demo only*/
.modal-dialog {
  max-width:500px;
  padding-top: 90px;
}

@media screen and (min-width: 768px){
  .modal-dialog {
      width:500px;
      padding-top: 90px;
  }          
}

.btn-gallery {
  background: transparent;
  border: 1px solid #362756;
  margin: 20px 0 40px;
  color: #362756;
}

.btn-gallery:hover,
.btn-gallery:focus {
  color: #fff;
  background: #362756;
}
/* -- /GALLERY -- */ 



/* -- NEWS -- */
.news {
  background-color: #362756;
}

.news h4, h5 {
  margin-bottom: 10px;
  line-height: 2;
}

.news a {
  color: white;
  text-decoration: underline;
}

.news p {
  color: #ccc;
}

.btn-news {
  background: transparent;
  border: 1px solid #fff;
  margin: 20px 0 40px;
  color: #fff;
}

.btn-news:hover,
.btn-news:focus {
  color: #362756;
  background: #fff;
  border: 1px solid #362756;
}

a.btn-news {
  text-decoration: none;
}
/* -- /NEWS -- */


/* -- APUNTES -- */
.apuntes a {
  color: #fff;
}
.btn-rabona {
  color: #fff;
}

.btn-rabona:hover,
.btn-rabona:focus {
  color: #362756;
}
/* -- /APUNTES -- */


/* -- SCHEDULE -- */
.schedule {
  background-color: #e8e3f2;
  color: #000;
}

/* -- /SCHEDULE -- */

/* -- SOCIAL -- */
.social {
  color: black;
  background: white;
}

.btn-facebook {

}
/* -- /SOCIAL -- */

/* -- MORE NEWS -- */
.more-news {
  background: white;
  color: black;
}
/* -- /MORE NEWS -- */




.progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #fff;
    font-size: 10px;
    font-weight: bolder;
    color: #333;
    line-height: 0px;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 5%;
}

.progress-value h5 {
  margin-bottom: -5px;
  font-size: 22px;
}

.progress.green .progress-bar{
    border-color: #006847;
}

.progress.grey .progress-bar{
    border-color: #444;
}

.progress.red .progress-bar{
    border-color: #ce1126;
}

.progress.purple .progress-bar{
    border-color: #362756;
}
.progress.purple .progress-left .progress-bar{
    animation: loading-1 1.5s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

.progress.green .progress-left .progress-bar{
    animation: loading-1 1.5s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

.progress.grey .progress-left .progress-bar{
    animation: loading-1 1.5s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

.progress.red .progress-left .progress-bar{
    animation: loading-1 1.5s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}

.hide-info {
  visibility: hidden;
}

.view-info {
  visibility: visible;
  transition: all 2s ease-in;
}

.video-container {
  position: relative;
}

.cont {
    position: relative;
    text-align: center;
    color: white;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
}


.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin-bottom: 15px;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(95, 75, 139, 0.7);
}

.hovereffect img {
  display: block;
  position: relative;
}

.info-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  color: #fff;
}

.info-wrap h4 {
  margin-bottom: 0px;
}


.hovereffect:hover .info-wrap {
  opacity: 1;
}


.cont2 {
  position: relative;
  width: 50%;
}

.overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.cont2:hover .overlay2 {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.mixedgallery a {
  padding-bottom: 10px;
}

/* -- VIDEOS -- */
.videos-gallery {
  padding-bottom: 20px;
}