body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
}

/*BANNER AZUL SUPERIOR*/
.logo {
  height: 80px;
  transition: 0.6s;
}

#redes,
#boton_donar,
#texto_donar,
#boton_sponsor,
#texto_sponsor {
  align-items: center;
  transition: 0.6s;
}

.banner_superior {
  position: fixed;
  background-color: #026097;
  width: 100%;
  padding: 0px;
  margin: 0px;
  color: #fff;
  transition: 0.6s;
  z-index: 3;
}

.titulo {
  font-size: 1.8vw;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.subtitulo {
  font-size: 1.6vw;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

/*BOTONES*/
.white-button a,
.accent-button a {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 25px;
  letter-spacing: 0.25px;
  transition: all 0.3s;
  border-radius: 5px;
}

.white-button a,
.accent-button a:hover {
  color: #095f91;
  background-color: #ddd;
}

.white-button a:hover,
.accent-button a {
  color: #ddd;
  background: #095f91;
}

/*MENU IZQUIERDO*/
.sidebar-navigation {
  background-color: #ececec;
  position: fixed;
  width: 20%;
  height: 100vh;
  float: left;
}

.sidebar-navigation nav {
  position: relative;
  padding-left: 10px;
  top: 60%;
  left: 60%;
  align-items: center;
  -webkit-transform: translateX(-60%) translateY(-60%);
  -moz-transform: translateX(-60%) translateY(-60%);
  -ms-transform: translateX(-60%) translateY(-60%);
  -o-transform: translateX(-60%) translateY(-60%);
  transform: translateX(-60%) translateY(-60%);
}

.sidebar-navigation ul {
  list-style: none;
  padding: 0;
}

.sidebar-navigation li {
  padding: 5px 0px 5px 0px;
}

.sidebar-navigation span {
  display: inline-block;
  position: relative;
}

.sidebar-navigation nav a {
  display: inline-block;
  color: #0f628e;
  text-decoration: none;
  font-size: 1.4vw;
  font-weight: 800;
  text-transform: capitalize;
}

.sidebar-navigation nav a:focus,
.sidebar-navigation nav a:hover,
nav .active-section {
  color: #043d61;
}

.sidebar-navigation nav a:hover span,
nav .active-section span,
.sidebar-navigation nav .active-section .circle {
  background-color: #043d61;
}

.sidebar-navigation nav .active-section .rect {
  width: 10px;
}

.sidebar-navigation .social-icons {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0px 0px 0px 5px;
  color: #0f628e;
  font-weight: 800;
}

.circle {
  margin-right: 3px;
  height: 10px;
  width: 10px;
  top: -1px;
  border-radius: 50%;
  border: 1px solid #086494;
  transition: all 0.6s;
}

.rect {
  height: 0px;
  width: 0px;
  left: 0;
  bottom: 5.5px;
  -webkit-transition: -webkit-transform 0.1s, width 0.6s;
  -moz-transition: -webkit-transform 0.1s, width 0.6s;
  transition: transform 0.1s, width 0.6s;
}





/* CONTENIDO */
.page-content {
  width: 80%;
  float: right;
}

.content-section {
  position: relative;
  display: inline-block;
  padding: 0px 20px 0px 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-heading {
  position: relative;
  display: inline-block;
  margin: 120px 0px 0px 0px;
  font-size: 30px;
  font-weight: 800;
}

.section-heading em {
  font-style: normal;
  font-size: 30px;
  font-weight: 800;
  color: #095f91;
}

#galeria_eventos img,
#galeria_infraestructura img,
#galeria_escuela img,
#galeria_sports img {
  width: 33.33%;
}

#video {
  width: 100%;
}

/* #sponsor_elite img, #sponsor_platinum img, #sponsor_kind img {
  width: 100%;
} */

/* .navbar-toggle {
  position: absolute;
  top: 40%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
} */

/* .nav-up {
  top: -75px;
} */

/* Responsive Navigation */

/* .responsive-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  background: rgb(250, 250, 250, 0.95);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
} */

/* .navbar-nav {
  margin-top: 0px;
  border: none;
} */

/* .pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

#main-nav ul {
  text-align: left;
  background: rgb(0, 0, 0, 0.8);
  width: 40%;
  border-radius: 0 0 20px;
}
#main-nav ul li {
  margin: 5px;
}
#main-nav ul li:hover {
  background-color: transparent;
}
#main-nav ul li a {
  font-size: 15px;
  color: #fff;
  border: none;
}

#main-nav ul li a:hover {
  opacity: 0.5;
  background: rgb(0, 0, 0, 0.5);
}

.navbar-toggle span {
  background-color: #232323;
} */

/* Slider Style */
#slider {
  margin-top: 106px;
}

.Modern-Slider .info {
  position: absolute;
  z-index: 10;
  top: 40%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  color: #fff;
}

.Modern-Slider .info h2, .Modern-Slider .info p{
  font-weight: 600;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.Modern-Slider .slick-dots {
  opacity: 0;
}

.Modern-Slider .NextArrow {
  outline: none;
  position: absolute;
  top: 50px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: rgb(250, 250, 250, 0.5);
  border: none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/20px FontAwesome;
  color: #fff;
  z-index: 1;
}

.Modern-Slider .NextArrow:before {
  content: "\f105";
}

.Modern-Slider .PrevArrow {
  outline: none;
  position: absolute;
  top: 50px;
  right: 60px;
  width: 30px;
  height: 30px;
  background: rgb(250, 250, 250, 0.5);
  border: none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/20px FontAwesome;
  color: #fff;
  z-index: 1;
}

.Modern-Slider .item .image {
  width: 100%;
  height: 86vh;
  background-position: center center;
  background-size: cover;
  display: block;
}

.Modern-Slider .item-1 .image {
  background-image: url(../img/slide_1.jpg);
  filter: brightness(0.7);
}

.Modern-Slider .item-2 .image {
  background-image: url(../img/slide_2.jpg);
  filter: brightness(0.7);
}

.Modern-Slider .item-3 .image {
  background-image: url(../img/slide_3.jpg);
  filter: brightness(0.7);
}

.Modern-Slider .item-4 .image {
  background-image: url(../img/slide_4.jpg);
  filter: brightness(0.7);
}

.Modern-Slider .PrevArrow:before {
  content: "\f104";
}

.Modern-Slider .item .image {
  animation: zoomin 12s ease-in-out infinite alternate;
  -webkit-animation: zoomin 12s ease-in-out infinite alternate;
}

@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}

.Modern-Slider {
  background: transparent;
}

/* ==== Slick Slider Css Ruls === */
.slick-slider {
  position: relative;
  display: block;
  -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: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-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 /* If RTL Make This Right */;
  height: 100%;
  min-height: 1px;
}
.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;
}

/*barrita_how_to_help*/

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-150px * 28));
  }
}
.slider2 {
  margin-top: -251px;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  overflow: hidden;
  position: relative;
  padding-bottom: 23px;
  z-index: 1;
}

.slider2 img {
  width: 130px;
}

.slider2::before,
.slider2::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 80px;
  z-index: 2;
}
.slider2::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider2::before {
  left: 0;
  top: 0;
}
.slider2 .slide-track {
  animation: scroll 50s infinite alternate linear;
  display: flex;
  width: calc(150px * 40);
}
.slider2 .slide {
  padding-top: 10px;
  height: 100%;
  width: 100%;
}


/*SECCION ABOUST US*/
#about_us p, #sponsor_student p {
  font-size: 17px;
  text-align: justify;
}

#about_us .tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 40px;
  width: 100%;
  background-color: #ddd;
  border-radius: 10px 10px 0px 0px;
}

#about_us .tabs li {
  text-align: center;
  width: 33.33%;
  float: left;
  margin: 0;
  padding: 0;
}

#about_us .tabs li:hover {
  background-color: #095f91;
  border-radius: 10px 10px 0px 0px;
}

#about_us .tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #026097;
  font-size: 15px;
  line-height: 40px;
  font-weight: 600;
  transition: 0.5s;
}

#about_us .tabs a:hover {
  color: #fff;
}

#about_us .tabs .active:hover {
  color: #fff;
}

#about_us .tabs .active {
  background-color: #095f91;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
}

#about_us .tabgroup ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#about_us .tabgroup ul li {
  display: inline-block;
  text-align: left;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

#about_us .tabgroup ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

#about_us .tabgroup ul li img {
  float: left;
  margin-right: 30px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
#about_us .tabgroup ul li .text-content {
  display: inline;
}

#about_us .item .text-content h4 {
  padding-top: 7.5px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

#about_us .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

#about_us .item .text-content .accent-button {
  margin-top: 25px;
}

.tabgroup {
  background-color: #f4f4f4;
  padding: 20px 30px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.logito_paypal {
  padding-top: 60px;
}

/* how_to_help Style */

#how_to_help .masonry .item p {
  font-size: 17px;
  text-align: justify;
}

#how_to_help .masonry {
  position: relative;
  width: 100%;
}

#how_to_help .masonry .item img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
  border-radius: 10px;
}

#how_to_help .masonry .item img:hover {
  opacity: 0.5;
}

#how_to_help .masonry .item h3 {
  margin-top: -8px;
  font-size: 25px;
}

/* projects Style */
#projects p {
  font-size: 17px;
  text-align: justify;
}

#projects {
  padding-left: 20px;
  padding-right: 20px;
}

/* Contact Style */

#contact_us {
  padding-left: 20px;
  padding-right: 20px;
}

#contact_us p {
  font-size: 17px;
  text-align: justify;
}

#contact_us input {
  font-size: 15px;

  background-color: #f4f4f4;
  line-height: 40px;
  margin-bottom: 25px;
}

#contact_us textarea {
  font-size: 15px;
  background-color: #f4f4f4;
  margin-bottom: 25px;
}

#contact_us button {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background: #095f91;
  display: inline-block;
  width: 100%;
  letter-spacing: 1px;
}

#contact_us button:hover {
  background: #032030;
}

/* Contact Sponsor Style */

#contact_sponsor input {
  font-size: 15px;
  color: #aaa;
  background-color: #f4f4f4;
  line-height: 40px;
  margin-bottom: 25px;
}

#contact_sponsor textarea {
  font-size: 15px;
  color: #aaa;
  background-color: #f4f4f4;
  margin-bottom: 25px;
}

#contact_sponsor button {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  background: #095f91;
  display: inline-block;
  width: 100%;
  letter-spacing: 1px;
  transition: all 0.3s;
}

#contact_sponsor button:hover {
  background: #032030;
}

/* Footer Style */

.footer {
  background: rgb(12, 12, 12, 0.8);
  width: 100%;
  padding-top: 5px;
  height: 30px;
  display: inline-block;
  text-align: center;
}

.footer p {
  font-size: 9px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.footer p a img {
  width: 40px;
}

@media (max-width: 992px) {
  .Modern-Slider .PrevArrow:before {
    content: "\f104";
  }

  .responsive-nav {
    display: none;
  }

  .sidebar-navigation nav a {
    font-size: 13px;
  }

  .sidebar-navigation nav ul {
    margin-left: 30px;
  }

  .sidebar-navigation .social-icons li a {
    font-size: 15px;
    color: #0f628e !important;
  }

  .hidden-md {
    display: none;
  }
}

@media (max-width: 767px) {
  .Modern-Slider h2 {
    text-align: left;
  }
  .Modern-Slider .info {
    left: 320px;
  }

  #main-nav {
    position: absolute;
    margin-top: 100px;
    width: 505px;
  }

  .responsive-nav {
    display: block;
    height: 60px;
  }

  .page-content {
    width: 100%;
  }

  .Modern-Slider .info {
    right: 0px;
    padding: 0px 0px;
    margin-left: -300px;
  }

  .Modern-Slider .NextArrow {
    outline: none;
    position: absolute;
    top: 100px;
    right: 10%;
    transform: translateX(50%);
    margin-right: -30px;
    width: 25px;
    height: 25px;
    background: rgb(0, 0, 0, 0.5);
    border: none;
    text-align: center;
    font: 16px/25px FontAwesome;
    color: #fff;
    z-index: 1;
  }

  .Modern-Slider .NextArrow:before {
    content: "\f105";
  }

  .Modern-Slider .PrevArrow {
    outline: none;
    position: absolute;
    top: 100px;
    left: 95%;
    transform: translateX(-50%);
    margin-left: -30px;
    width: 25px;
    height: 25px;
    background: rgb(0, 0, 0, 0.5);
    border: none;
    text-align: center;
    font: 16px/25px FontAwesome;
    color: #fff;
    z-index: 1;
  }

  .hidden-sm {
    display: none;
  }
}

@media (max-width: 690px) {
  .Modern-Slider .item-1 .image {
    background-image: url(../img/slide_5r.jpg);
    filter: brightness(0.8);
  }

  .Modern-Slider .item-2 .image {
    background-image: url(../img/slide_6r.jpg);
    filter: brightness(0.8);
  }

  .Modern-Slider .item-3 .image {
    background-image: url(../img/slide_7r.jpg);
    filter: brightness(0.8);
  }

  .Modern-Slider .item-4 .image {
    background-image: url(../img/slide_8r.jpg);
    filter: brightness(0.8);
  }

  .Modern-Slider h2 {
    text-align: left;
  }
  .Modern-Slider p {
    font-size: 20px;
  }
  .page-content {
    width: 100%;
  }
  
  .section-heading p {
    position: relative;
  }

  .nav-down {
    height: 100px;
  }

  #about_us {
    padding-left: 20px;
    padding-right: 20px;
  }
  #how_to_help {
    padding-left: 20px;
    padding-right: 20px;
  }

  #projects {
    padding-left: 20px;
    padding-right: 20px;
  }

  #contact_us {
    padding-left: 20px;
    padding-right: 20px;
  }

  #about_us .tabs a {
    font-size: 13px;
  }

  #about_us .tabgroup ul li img {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  #about_us .tabgroup ul li .text-content {
    display: block;
  }

  .hidden-xs {
    display: none;
  }
}

.form-amount {
  max-width: 500px;
  padding: 15px;
  margin: 0 auto;
}

.form-amount img {
  max-width: 800px;
  margin: 0 auto;
}

.form-amount .form-amount-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-amount .checkbox {
  font-weight: normal;
}
.form-amount .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
}
.form-amount .form-control:focus {
  z-index: 2;
}
.form-amount input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.loading {
  text-align: center;
  background: url("../../img/ajax-loader.gif");
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
}

#sponsor_modal img {
  padding: 10px;
  width: 30%;
  transition: padding 0.5s;
}

#sponsor_modal img:hover {
  padding: 0px;
}

/* CARRUSEL DE IMAGENES */
.carousel-multiple {
  overflow: hidden;
}
.carousel-multiple .carousel-indicators {
  margin-right: 25%;
  margin-left: 25%;
}
.carousel-multiple .carousel-control-prev,
.carousel-multiple .carousel-control-next {
  width: 5%;
  z-index: 11;
}
.carousel-multiple .carousel-inner {
  display: flex;
}
.carousel-multiple .carousel-item-next:not(.carousel-item-start),
.carousel-multiple .carousel-item-end.active {
  -webkit-transform: translate3d(33%, 0, 0);
  transform: translate3d(33%, 0, 0);
}
.carousel-multiple .carousel-item-prev:not(.carousel-item-end),
.carousel-multiple .carousel-item-start.active {
  -webkit-transform: translate3d(-33%, 0, 0);
  transform: translate3d(-33%, 0, 0);
}
.carousel-multiple .carousel-item {
  flex-wrap: wrap;
}
.carousel-multiple .carousel-item .tripartite {
  width: 100%;
  max-width: 100%;
  flex: 1 0 0%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.carousel-multiple .carousel-item-next,
.carousel-multiple .carousel-item-prev,
.carousel-multiple .carousel-item.active {
  display: flex;
}
