/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/*  typography */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@font-face {
  font-family: 'futura-bold';
  src: url("../fonts/Futura-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #5c5c77;
}

p, .paragraph {
  font-weight: 400;
  color: #5c5c77;
  font-size: 15px;
  line-height: 1.9;
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e4b;
  font-family: "futura-bold";
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 60px;
}

@media (max-width: 575px) {
  h1, .h1 {
    font-size: 45px;
  }
}

h2, .h2 {
  font-size: 40px;
}

@media (max-width: 575px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 25px;
}

@media (max-width: 575px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 20px;
}

@media (max-width: 575px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 18px;
}

@media (max-width: 575px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  font-size: 16px;
}

@media (max-width: 575px) {
  h6, .h6 {
    font-size: 14px;
  }
}

/* Button style */
.btn {
    font-size: 21px;
    padding: 2px 17px;
  border-radius: 0;
  font-weight: 400;
  border: 0;
  position: relative;
  z-index: 1;
  transition: .2s ease;
  overflow: hidden;
}

.btn::before {
  position: absolute;
  content: "";
  height: 80%;
  width: 100%;
  left: 0;
  bottom: 10%;
  z-index: -1;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btn:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.btn-sm {
  font-size: 16px;
  padding: 10px 35px;
}

.btn-xs {
  font-size: 12px;
  padding: 5px 15px;
}

.btn-primary {
  background: #6D9A6C;
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

.btn-primary::before {
  background: #fff;
}

.btn-primary:active {
  background: #ff9c05 !important;
  color: #ff9c05;
}

.btn-primary:active::before {
  height: 80%;
}

.btn-primary:hover {
  background: #ffab08;
  color: #ff9c05;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ffab08;
  border-color: #ffab08;
}

.dropdown-toggle::after {
    display: none !important;
}
.fondo-menu{
    background-color: white;
    padding: 10px 0px 10px 0px !important;
    margin: 8% -5% 0% -5% !important;
    color: #FF9C05 !important;
}


.btn-secondary {
  background: #fff;
  color: #ff9c05;
  border: 1px solid #fff;
}

.btn-secondary::before {
  background: #ff9c05;
}

.btn-secondary:active {
  background: #ff9c05;
  color: #fff;
  border: 1px solid #fff;
}

.btn-secondary:hover {
  background: #fff;
  color: #fff;
  border: 1px solid #fff;
}

.btn-primary-outline {
  border: 1px solid #ff9c05;
  color: #ff9c05;
  background: transparent;
}

.btn-primary-outline::before {
  background: #fff;
}

.btn-primary-outline:hover {
  background: #ff9c05;
  color: #ff9c05;
}

.btn-primary-outline:active {
  background: #ff9c05;
  color: #fff;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #ffcd6e;
  color: #fff;
}

::selection {
  background: #ffcd6e;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFDC11;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: .2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: #ff9c05;
}

a.text-primary:hover {
  color: #ff9c05 !important;
}

a.text-light:hover {
  color: #ff9c05 !important;
}

h4 {
  transition: .2s ease;
}

a h4:hover {

  color: #6D9A6C;
  border: 1px ridge #6D9A6C;
  background-color: white;

}


.imgsombra{
  -webkit-filter: opacity(70%);
  filter: opacity(70%);
}

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 45px;
  padding-bottom: 45px;
}

.section-quehacemos{

  padding-top: 45px;
  padding-bottom: 0px;
}

.section-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-title {
  margin-bottom: 30px;
  color: #6D9A6C !important;
}

.titulocolor{
  color: white !important;
}

.titulocolorsub{
  color: #FF9C05 !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

.titulo-pestanas{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  text-align: center; 
  padding: 3px 15px 3px 15px; 
  text-transform: uppercase;
  color: white !important; 
  font-size: 60px

}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.border-primary {
  border-color: #ededf1 !important;
}


.carousel-caption h5{

  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: white;
  padding: 3% 0%;
  background-color: rgba(0, 0, 0, 0.39);
  font-size: 22px;


}

.carousel-caption {

  bottom: 0% !important;
  padding-bottom: 0px;
  

}

/* overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #f8d30059;
  opacity: .8;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #eed214 !important;
}

.bg-secondary {
  background: #1a1a37 !important;
}

.bg-gray {
  background: #f8f8f8;
}

.text-primary {
  color: #FF9C05 !important;
}

.text-color {
  color: black;
}

.text-light {
  color: #8585a4 !important;
}

.text-lighten {
  color: #d6d6e0 !important;
}

.text-muted {
  color: #b5b5b7 !important;
}

.text-dark {
  color: #1e1e4b !important;
}

.font-secondary {
  font-family: "futura-bold";
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pl-150 {
  padding-left: 150px;
}

.zindex-1 {
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.vertical-align-middle {
  vertical-align: middle;
}

.icon-md {
  font-size: 36px;
}

/* page title */
.page-title-section {
  padding: 200px 0 80px;
}

.custom-breadcrumb li.nasted {
  position: relative;
  padding-left: 25px;
}

.custom-breadcrumb li.nasted::before {
  position: absolute;
  font-family: "themify";
  content: "\e649";
  font-size: 20px;
  top: 50%;
  left: -5px;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* /page title */
.list-styled {
  padding-left: 25px;
}

.list-styled li {
  position: relative;
  margin-bottom: 15px;
}

.list-styled li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #ff9c05;
  left: -25px;
  top: 5px;
}


/*@media (min-width: 991px) {
    .titulonovedades{
    position: absolute;
     top :40%;
  }
}

@media (max-width: 990px) {
    .titulonovedades{

      position: relative;
      text-align: center;

  }
}
*/



textarea.form-control {
  height: 200px;
  padding: 20px;
}

#map_canvas {
  height: 500px;
}

.top-header {
  font-size: 12px;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  -webkit-transform-origin: top;
          transform-origin: top;
  font-weight: 600;
}

.top-header.hide {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.boton-video-home{

  margin: 25% 0% 0% -53%;
  position: absolute;
  z-index: 1000;
}
.background-numeros{

  background-image: url(../images/home/fotocontador3.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-position-y: 100px; 

}

@media (max-width: 991px) {
  .header {
    background: #FF9C05;
  }
}

.navigation {
  background-image: linear-gradient(to right, transparent 50%, white 50%);
  transition: .2s ease;
}

@media (max-width: 575px) {
  .navigation {
    background-image: linear-gradient(to right, transparent 70%, white 30%);
  }
}

.navbar-nav {
  padding-left: 50px;
  background: white;
}

@media (max-width: 991px) {
  .navbar-nav {
    padding-left: 0;
  }
}

.navtrans{
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; 
  margin-top: 0%;
  background-color: #ffffff00 ;
  background-image: inherit !important
}

.nav-bg {
  background-color: white !important;
  margin-top: -0px;
  height: 10%;
}



.nav-item {
  margin: 0 15px;
  position: relative;
}

.nav-item a {
  
  color: white ;
}

.nav-item-st a {
  
  color: #FF9C05 !important;
}

.divisor{

    position: absolute;
    top: 20%;
    left: 100%;
    margin-left: 15px;
    width: 2px;
    height: 60%;
    background-color: white;
    content: "";

}

@media (max-width: 576px){
    .col-xs-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
  }
  .col-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
  }
  .col-xs-4 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
  }
  .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
  }

  .divisor{

    display: none !important ;

  }
  .fondo-menu {  
    margin: 0% -5% 4% -5% !important;
  }



}
@media (max-width: 576px){
  
}
.nav-item a:hover{

  
    color: #6D9A6C !important;


}

.nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 600;
}

.nav-item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  content: "";
  background: #fff;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.nav-item:hover::before, .nav-item.active::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;

}

.nav-item-naranja::before {
 
  background: #FF9C05 !important;
  
}


.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

.hidden{
  display: none;
}



@media (max-width: 567px) {
      .hidden-xs{
      display: none;
    }
    .nav-logo{
      margin:0px !important;
    }
}

@media (min-width: 567px) {
      .hidden-sm{
      display: none;
    }
    .nav-logo img{
     margin: 0% 0% 0% 0%;
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 24px 0px;
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 5px #0000000d;
}

.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  border-bottom: 5px solid #6D9A6C;
  /*padding: 15px;
  top: 96px;*/
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  background: #fff;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
}

.navbar .dropdown-menu.view {
  visibility: visible !important;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 991px) {
  .navbar .dropdown-menu.view {
    display: block;
  }
}

.navbar .dropdown-menu.show {
  visibility: hidden;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu.show {
    visibility: visible;
    display: block;
  }
}

.navbar .dropdown-item {
  position: relative;
  color: #1e1e4b;
  transition: .2s ease;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
  .navbar .dropdown-item {
    text-align: center;
  }
}

.navbar .dropdown-item:not(:last-child) {
  margin-bottom: 10px;
}

.navbar .dropdown-item:hover {
  color: #90436d;
  background: transparent;
}

.hero-section {
  padding: 250px 0 290px;
}

.hero-slider .prevArrow,
.hero-slider .nextArrow {
  position: absolute;
  bottom: -123px;
  z-index: 9;
  padding: 15px;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  font-size: 30px;
  transition: all linear .2s;
  background: transparent;
}

.hero-slider .prevArrow:focus,
.hero-slider .nextArrow:focus {
  outline: 0;
}

.hero-slider .prevArrow:hover,
.hero-slider .nextArrow:hover {
  color: #90436d;
}

.hero-slider .prevArrow {
  right: 60px;
}

.hero-slider .nextArrow {
  right: 0;
}

.hero-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: -100px;
  padding-left: 0;
}

.hero-slider .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

.hero-slider .slick-dots li.slick-active button {
  background: #90436d;
}

.hero-slider .slick-dots li button {
  color: transparent;
  padding: 0;
  overflow: hidden;
  height: 10px;
  width: 10px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  outline: 0;
}

/* banner feature */
.feature-icon {
  font-size: 50px;
  color: #ff9c05;
  display: inline-block;
}

.feature-blocks {
  margin-top: -100px;
  padding-left: 70px;
  padding-top: 80px;
  padding-right: 30%;
}

@media (max-width: 1400px) {
  .feature-blocks {
    padding-right: 10%;
  }
}

@media (max-width: 1200px) {
  .feature-blocks {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 30px;
  }
  .feature-blocks h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .feature-blocks {
    margin-top: 0;
    padding: 50px;
  }
  .feature-blocks h3 {
    font-size: 25px;
  }
}

/* /banner feature */
/* course */
.card-btn {
  font-size: 12px;
  padding: 5px 10px;
}

.flex-basis-33 {
  flex-basis: 33.3333%;
}

.hover-shadow {
  transition: .3s ease;
}

.hover-shadow:hover {
  box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15);
}

/* /course */
/* success story */
.success-video {
  min-height: 300px;
}

.success-video .play-btn {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .success-video .play-btn {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.play-btn {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #45B7D6;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.play-btn-mini {
  
  height: 40px !important;
  width: 40px !important;
  
}

.play-btn-mini-gallery {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  
}

.play-btn i {
  line-height: 80px;
}

.play-btn-mini i {
  line-height: 40px;
}

.play-btn::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -2;
  transition: .3s ease;
  transition-delay: .2s;
}

.play-btn::after {
  position: absolute;
  content: "";
  height: 80%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ff9c05;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: .3s ease;
}

.play-btn:hover::before {
  height: 80%;
  width: 80%;
  transition-delay: 0s;
}

.play-btn:hover::after {
  height: 0;
  width: 0;
  transition: 0s ease;
}

/* /success story */
/* events */
.card-date {
  position: absolute;
  background: #eed214;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  text-align: center;
  padding: 10px;
  color: #fff;
  top: 0;
  left: 0;
  text-transform: uppercase;
}

.card-date span {
  font-size: 40px;
}

/* /events */
/* teacher */
.teacher-info {
  width: 70%;
  bottom: 0;
  right: 0;
}


/* /portada */

.texto-portada{

  position: absolute;
  top: 45%;
  left: 15%;
}

.titulo-portada{

  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  font-size: 45px;
  color: white !important;
}

.boton-portada{


  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  background: #FF9C05;
  color: white;
}


/* footer */
.textofooter{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 16px;
}
.textofooter-p p{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  color: black;
  font-size: 17px;
}
.newsletter {
  background-image: linear-gradient(to right, transparent 50%, #ff9c05 50%);
  margin-bottom: -170px;
  position: relative;
  z-index: 1;
}

.newsletter-block {
  padding-left: 50px;
}

@media (max-width: 575px) {
  .newsletter-block {
    padding-left: 15px;
  }
}

.input-wrapper {
  position: relative;
}

.input-wrapper button {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-control {
  height: 60px;
  background: #fff;
  border-radius: 0;
  padding-left: 25px;
}

.form-control:focus {
  border-color: #ff9c05;
  box-shadow: none;
}

.newsletter-block .form-control {
  height: 90px;
}

.bg-footer {
  background-color: #cccccc1f;
}

.logo-footer {
  margin-top: -20px;
  display: inline-block;
}

.footer {
  
  margin-top: 45px;
}

/* /footer */
.filter-controls li {
  cursor: pointer;
  transition: .1s ease;
}

.filter-controls li.active {
  font-weight: 600;
  color: #ff9c05;
}

.filter-controls li:hover {
  color: #ff9c05;
}

/*# sourceMappingURL=maps/style.css.map */

/* slider alianzas*/

    /* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/*timeline*/
#timeline {
  list-style: none;
  position: relative;
  border-bottom: dashed 2px #6d996c;
  margin-bottom: 10px;
}
#timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 4px;
  background-color: #6d996c;
  left: 50%;
  margin-left: -1.5px;
}
#timeline .clearFix {
  clear: both;
  height: 0;
}
#timeline .timeline-badge {
  color: #fff;
  width: 80px;
  height: 80px;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 49%;
  margin-left: -27px;
  background-color: #6d996c;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
#timeline .timeline-badge span.timeline-balloon-date-day {
    font-size: 1.4em;
    position: absolute;
    top: 30%;
    left: 14%;
    font-family: 'Montserrat', sans-serif;
  }
#timeline .timeline-badge span.timeline-balloon-date-month {
  font-size: .7em;
  position: relative;
  top: -10px;
}
#timeline .timeline-badge.timeline-filter-movement {
  background-color: #ffffff;
  font-size: 1.7em;
  height: 35px;
  margin-left: -18px;
  width: 35px;
  top: 40px;
}
#timeline .timeline-badge.timeline-filter-movement a span {
  color: #4997cd;
  font-size: 1.3em;
  top: -1px;
}
#timeline .timeline-badge.timeline-future-movement {
  background-color: #ffffff;
  height: 35px;
  width: 35px;
  font-size: 1.7em;
  top: -16px;
  margin-left: -18px;
}
#timeline .timeline-badge.timeline-future-movement a span {
  color: #4997cd;
  font-size: .9em;
  top: 2px;
  left: 1px;
}
#timeline .timeline-movement {
 /* border-bottom: dashed 1px #4997cd;*/
  position: relative;
}
#timeline .timeline-movement.timeline-movement-top {
  height: 60px;
}
#timeline .timeline-movement .timeline-item {
  padding: 20px 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel {
  border: 2px solid #6d996c;
  border-bottom: 0px;
  border-left: 0px;
  border-top: 0px;
  border-radius: 3px;
  background-color: #FFFFFF;
  color: #666;
  padding: 10px;
  position: relative;
}

.timeline-panel:before {
  top: 25%;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 20px;
  height: 1px;
  background-color: #6D996E;
  left: 100%;
}

.timeline-panel-left:before {
  top: 25%;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 20px;
  height: 1px;
  background-color: #6D996E;
  left: -4%;
}

.timeline-panel-left {
  
  border-right: 0px !important;
  border-left: 2px solid #6d996c !important;
}
#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul  {
  list-style: none;
  padding: 0;
  margin: 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul {
  text-align: right;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
  color: #666;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li span.importo {
  color: #468c1f;
  font-size: 1.3em;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
  text-align: left;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul span.importo {
  color: #e2001a;
  font-size: 1.3em;
}

.texto-numeros h5{

  text-align: center; 
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  text-transform: uppercase; 
  font-size: 22px;
}

.texto-numeros h2{

  text-align: center; 
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 60px;
}

.texto-linea{
  font-family: 'Source Sans Pro', sans-serif;  
  font-size: 18px;
  color: black !important;
  line-height: 25px;
  text-align: left;
}

.equipo-ttl{

  text-align: left; 
  font-size: 50px;
}
.img-redonda {
    width:250px;
    height:250px;
    border-radius:150px;
    border:10px solid #6d996c;
    margin: 0 auto;
}

.card-title{
   font-family: 'Source Sans Pro', sans-serif;
   font-weight: 600;
   color: black;
   text-align: center;
   font-size: 20px; 
}


.card-title-home{
  text-align: center; 
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  text-transform: uppercase; 
  font-size: 19px;
  color: white; 
  background-color: #FF9C05;
  padding: 2%;
}

.card-subtitle{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  color: black;
  font-style: italic;
  text-align: center;
  font-size: 18px; 
}



@media (min-width: 768px){
  .col-sm-offset-1 {
      margin-left: 8.333333333333332%;
  }
  .col-sm-offset-6 {
      margin-left: 50%;
  }

}



.texto-nos-img p{

  font-family: 'Source Sans Pro', sans-serif;  
  text-align: justify !important;
  font-size: 19px !important;
  background-color: #6d996c;
  padding: 10% 15% 0% 15%;
  color: white;
  line-height: 27px;


}


.tp-source{

  font-family: 'Source Sans Pro', sans-serif;  
  font-weight: 400;

}
.tp-source-light{

  font-family: 'Source Sans Pro', sans-serif;  
  font-weight: 300;
}

#navigation a{
font-size: 17px;
font-family: 'Source Sans Pro', sans-serif;  
  font-weight: 400;
}

.tp-source-black{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
}

.tp-source-semi{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}


.titulo1{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  font-size: 50px;
  color: white !important;
}
.titulo2{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  font-size: 50px;
  color: #6D9A6C !important;
  text-align: center;
}
.titulo3{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  font-size: 50px;
  color: #6D9A6C !important;
  text-align: center;
}

.card-title-donador{
  text-align: center; 
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  text-transform: uppercase; 
  font-size: 26px;
  color: #6D9A6C;
  background-color: white;
  padding: 2% 0% 2% 0%;
  margin: 0% 15% 0% 15%;
}

.section-novededes{

   padding-bottom: 0px !important;
    padding-top: 50px;
}

.tarjetas-novedades-titulo{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  color: #6D9A6C;
  font-size: 20px;
  text-align: left;
}
.tarjetas-novedades-texto{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 15px;
  line-height: 20px;
}
.tarjetas-titulo{

  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  font-size: 35px;

}

.tarjetas-texto{

  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.tarjetas-texto p{

  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  color: black;
  text-align:left;
}


.checkform{

  color: white;
  font-size: 40px;
  font-weight: 300;
}


.redes{
  font-size:25px;
  color: black;
}

/* TIPOGRAFIAS */
  /*NOSOTROS*/
  .textoinicial{
    font-family: 'Baloo Chettan 2', cursive;
    color: black;
    padding: 0% 20% 5% 20%;
    text-align: center;
    margin-bottom: 0%;
    color: #6D9A6C;
    font-size: 25px;
    line-height: 30px;
  }

  .tarjetas-valores-mision{
    background-color: #ff9b05; 
    text-align: left;
    padding: 5% 35% 5% 13%;
  }

  .tarjetas-valores-vision{
    background-color: #44b4d5; 
    text-align: right;
    padding: 5% 13% 5% 30%;
  }

  .tarjetas-valores-valores{
    background-color: #f7d200; 
    text-align: left;
    padding: 2% 11% 5% 11%;
  }

  .tarjetas-cuerpo{

    padding: 20px;
    
  }


  

/*quehacemos*/
  .textoinicial-b{
    font-family: 'Baloo Chettan 2', cursive;
    color: black;
    padding: 2% 18% 5% 18%;
    text-align: center;
    margin-bottom: 0%;
    color: #6D9A6C;
    font-size: 22px;
    line-height: 30px;
  }
  .textoinicial-c h3{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:600; 
    text-align: center;
    margin-bottom: 0%;
    color: #FF9C05;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .textoinicial-c h4{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:400; 
    margin-bottom: 0%;
    color:#FF9C05;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-top: 0px;
  }
  .texto-d{

     font-family: 'Source Sans Pro', sans-serif;
     font-weight:600; 
     color: black;
     font-size: 18px;
  }

  .tituloquehacemos{
    text-align: center;
    padding: 1% 21% 1% 0%;
    background-color: #FF9C05;
    color: white;
    margin: 4% 0% 2% 10%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 40px;
  }

  .tituloquehacemos-socio{
    text-align: center;
    background-color: #FF9C05;
    color: white;
    margin: 3% 0% 2% 20%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 40px;
  }
  .tituloquehacemos-donante{
    text-align: center;
    background-color: #FF9C05;
    color: white;
    margin: 3% 0% 2% 20%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 40px;
  }
  .tituloquehacemos-voluntario{
    text-align: center;
    background-color: #FF9C05;
    color: white;
    margin: 3% 0% 2% 20%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 40px;
  }
  
  .check-list{
    padding: 10% 25%;
    font-size: 40px;
    background-color: #FF9C05;
    text-align: center;
    color: white;
  }
  .tarj-derecha{
    background-color: #FF9C05;
    padding: 9% 6% 6% 6%;
  }
  .tarj-derecha h2{

    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: white;

  }

  .tarj-derecha strong{

    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #FF9C05;
    background-color: white;
    padding-bottom: 0%;
    width: 24%;
    padding: 3px 3px 3px 3px;
    text-align: center;

  }



  .tarj-derecha p{

    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: black;
    line-height: 25px;

  }

  .card-date-b {
  background: inherit;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  text-align: left;
  color: #FF9C05;
  text-transform: uppercase;
  }

  .texto-talleres{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: black;
    line-height: 25px;
    font-size: 16px;
  }

  .card-date-b span {
    font-size: 20px;
  }

  .texto-instituciones{
    font-family: 'Source Sans Pro', sans-serif;  
    font-weight: 400;

  }

  .tarjetas-texto-2 p{

    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: black;
    text-align:left;
  }


  .hover-instituciones{
    color: black !important;
    text-decoration: underline;


  }
  .hover-instituciones:hover{
    color: #45B7D6 !important;

  }

  .listado-inst{
    background-color: #FF9C05; 
    text-align: center;
    padding: 2% 11% 5% 11%;
  }
/*FIN QUEHACEMOS*/



/* NOVEDADES*/
  
  .nov-destacada-texto{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 15px;
    line-height: 27px;
    
  }

  .tarjetas-novedades-titulo-2{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 20px;
    text-align: left;
  }
  .tarjetas-novedades-texto-2{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 15px;
    line-height: 20px;
  }

  .nov-destacada-titulo{

    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    color: #FF9C05;
    font-size: 45px;
    text-transform: uppercase;

  }
  .nov-destacada-noticia{

    color: #6D9A6C;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 30px;
  }

  .leermas-novedades{

    background-color: #6D9A6C;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding: 1%; 
  }
  

  .card2{

    background-color: #ffffff00;
    border: 0px !important;

  }


  /*COLABORAR*/
  .textoinicial-col{
    text-align: center;
    color: #6D9A6C;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 45px;
  }

  .textoinicial-col-texto{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: black;
    padding: 0% 18% 1% 18%;
    text-align: justify;
    margin-bottom: 0%;
    font-size: 20px;
    line-height: 30px;
  }

  .boton-portada-2{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-left: 45%;
    background-color: #6D9A6C;
  }

  .tareas-list{
    
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 16px;

 }

    .tareas-titulo{

      padding:0% 18% 1% 20%
    }

    label{
      font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;

    }

    .form-control{
      font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;

    }


 .formulario-3{ padding-left: 4%;}

 /*GALERIA*/
 /* DEMO GENERAL ============================== */
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 55%;
}

.titulo-hover{

    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
    color: rgb(255, 156, 5);
    font-size: 30px;

}

.descripcion-hover{
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
 
  font-size: 16px;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}

/* DEMO 2 ============================== */
.hover-2 .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

.hover-2-title {
  position: absolute;
  top: 45%;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2-description {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2:hover .hover-2-title {
  transform: translateY(-1.5rem);
}

.hover-2:hover .hover-2-description {
  bottom: 0.5rem;
  opacity: 1;
}

.hover-2:hover .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}


.list-inline-item:not(:last-child){

  margin-right: 0px !important;
}
