body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #3498db;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

.strong{
  font-weight: 600;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #3498db;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #1c84e3;
  color: #fff;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Whatsapp
--------------------------------------------------------------*/
.whatsapp {
  position:fixed;
  width:50px;
  height:50px;
  bottom:70px;
  right:11px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #f1f7fd;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  border-top: 2px solid #7f1890;
}

#topbar.topbar-scrolled {
  top: -40px;
}


#topbar .social-links{
  padding-right: 55px;
  text-align: right;
  width: 100%;
}

#topbar .social-links a {
  color: #7f1890;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #1977cc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  margin: 0;
  padding: 0;
}

#header .logo a {
  color: #2c4964;
}

#header .logo img {
  max-height: 100px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #2c4964;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding: 5px 2px;
  border-bottom: 2px solid #fff;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #3498db;
  border-color: #3498db;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #3498db;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}


/* Get Startet Button */
.inscripciones-btn {
  margin-left: 25px;
  background: #7f1890;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.inscripciones-btn:hover {
  background: #166ab5;
  color: #fff;
}


/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #3498db;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2c4964;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #3498db;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(28, 47, 65, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -200px;
}

#hero-ninos {
  width: 100%;
  height: 70vh;
  background: url("../img/natacion-ninos-pablopisano.jpeg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -200px;
}

#hero-jovenes {
  width: 100%;
  height: 70vh;
  background: url("../img/adolescentes.jpeg") center center;
  background-size: cover;
  position: relative;
  margin-bottom: -200px;
}

#hero-adultos {
  width: 100%;
  height: 70vh;
  background: url("../img/adultos.jpeg") center center;
  background-size: cover;
  position: relative;
  margin-bottom: -200px;
}

#hero-clases {
  width: 100%;
  height: 70vh;
  background: url("../img/hero-bg.jpg") center center;
  background-size: cover;
  position: relative;
  margin-bottom: -200px;
}
#hero-clasesparticulares {
  width: 100%;
  height: 70vh;
  background: url("../img/clases-particulares-natacionpablopisano.jpg") center center;
  background-size: cover;
  position: relative;
  margin-bottom: -200px;
}
#hero-quienessomos{
  width: 100%;
  height: 40vh;
  background: url("../img/hero-bg.jpg") center center;
  background-size: cover;
  position: relative;
  margin-bottom: -200px;
}
#hero .container, #hero-ninos .container, #hero-jovenes .container, #hero-adultos .container, #hero-clases .container, #hero-clasesparticulares .container {
  position: relative;
  text-align: center;
}

#hero h1, #hero-ninos h1, #hero-jovenes h1, #hero-adultos h1, #hero-clases h1, #hero-clasesparticulares h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #ffffff;
}

#hero h2 {
  color: #ffffff;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .btn-inscripciones, #hero-ninos .btn-inscripciones, #hero-jovenes .btn-inscripciones, #hero-adultos .btn-inscripciones, #hero-clases .btn-inscripciones, #hero-clasesparticulares .btn-inscripciones{
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #81c137; 
}

#hero .btn-inscripciones:hover {
  background: #3291e6;
}

#hero .btn-descuentos, #hero-ninos .btn-descuentos, #hero-jovenes .btn-descuentos, #hero-adultos .btn-descuentos, #hero-clases .btn-descuentos, #hero-clasesparticulares .btn-descuentos {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #7f1890;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 100px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 20px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #3498db;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.home .content {
  padding: 30px;
  background: #1a79b7;
  border-radius: 4px;
  color: #fff;
  box-shadow: 0px 2px 10px rgba(84, 115, 128, 1);
}

.home .content p {
  margin: 20px 120px 50px;
  text-align: center;
}

.home .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.box-actividades .more-btn-2 {
  display: inline-block;
  background: rgb(127 23 144);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
  font-size: 11px;
}


.home .content .more-btn i {
  font-size: 14px;
}

.home .content .more-btn:hover {
  color: #3498db;
  background: #fff;
}

.home .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.home .icon-boxes .icon-box i {
  font-size: 40px;
  color: #3498db;
  margin-bottom: 30px;
}

.home .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.home .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
.horarios{
    position: relative;
}
.horarios img{
    width: 90%;
    padding-left: 10%;
}
/*--------------------------------------------------------------
# Quienes Somos
--------------------------------------------------------------*/
#quienessomos-gral{
  padding-top: 250px;
}
#quienessomos-gral p{
  width: 90%;
  padding: 30px 4% 0;
  text-align: center;
}
#quienessomos-gral h3{
  text-align: center;
    width: 100%;
    color: #2c4964;
    font-weight: 600;
    padding-top: 50px;
}
#quienessomos-gral h4{
  text-align: left;
  width: 100%;
  color: #2c4964;
  font-weight: 600;
  padding-top: 50px;
}
#quienessomos-gral .qs-box p{
  text-align: left;
}

#quienessomos-gral .btnqs{
  position: relative;
  text-align: center;
}
#quienessomos-gral .btn-inscripciones{
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #81c137;
}
/*--------------------------------------------------------------
# Actividades
--------------------------------------------------------------*/
.actividades{
  background: #f1f7fd;
  padding: 70px 0 60px;
}

.actividades .box-actividades {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
  height: 205px;
  margin-bottom: 55px;
}
a:link .actividades .box-actividades {

  background: #1a79b7;
}
.actividades .box-actividades img {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: radial-gradient(#ffffff 50%, rgb(52 152 219) 52%);
  padding: 12px;
  border-radius: 50px;
  width: 25%;
}

.col-lg-4 .box-actividades img{
  width: 18%;
}

.actividades .box-actividades p {
  padding: 20px 0 0 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2c4964;
}


#actividades-gral{
  padding-top: 250px;
  display: flex;
}
#actividades-gral h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}
#actividades-gral p{
  width: 60%;
  padding: 30px 4% 0;
}
#actividades-gral img{
  width: 100%;
  border-radius: 45px;
}
#actividades-gral .act-img{
  max-width: 35%;
}
#actividades-gral .box-texto{
  display: flex;
  margin-bottom: 100px;
}
.btn-2{
    position: absolute;
    bottom: 20px;
    left: 30%;
}
a.linkbco {
    color: #ffffff;
}
.btn-3{
    position: absolute;
    bottom: 20px;
    left: 35%;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
section.video {
    text-align: center;
}
.video iframe{
    width: 560px;
    height: 315px;
}


/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input, .appointment .php-email-form textarea, .appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus, .appointment .php-email-form textarea:focus, .appointment .php-email-form select:focus {
  border-color: #3498db;
}

.appointment .php-email-form input, .appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type="submit"] {
  background: #3498db;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type="submit"]:hover {
  background: #1c84e3;
}

/*--------------------------------------------------------------
# precios
--------------------------------------------------------------*/
.precios {
    background: #3498db;
    padding: 70px 0 60px;
    color: #fff;
}

.precios .precios-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
  margin-top: 30px;
  min-height: 166px;
}


.precios .precios-box p {
  padding: 0;
  margin: 0;
  font-size: 25px;
  color: #3498db;
}

/*--------------------------------------------------------------
# servicios
--------------------------------------------------------------*/
.servicios {
  background: #fff;
}

.servicios .servicios-natacion {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
  min-height: 215px;
  margin-bottom: 20px;
  padding-top: 60px;
  background-color: #f1f7fd;
}

.servicios-natacion-info {
  text-align: center;
}

.servicios .icofont-2x {
  color: #28aae1;
}

.servicios .servicios-natacion h4 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 20px;
  color: #08578a;
  text-align: center;
  line-height: 30px;
  padding-top: 20px;
  font-weight: 600;
}
.servicios-natacion img{
    width: 40%;
}


/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #f65f5d;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 40px 0 0 0;
  line-height: 26px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #3498db;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

/*--------------------------------------------------------------
# Contacto
--------------------------------------------------------------*/
.contacto .info {
  width: 100%;
  background: #fff;
}

.contacto .info i {
  font-size: 20px;
  color: #3498db;
  float: left;
  width: 44px;
  height: 44px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contacto .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}

.contacto .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #4b7dab;
}

.contacto .info .email, .contacto .info {
  margin-top: 40px;
}
.phone {
  margin-top: 0px;
}

.contacto .info .email:hover i, .contacto .info .address:hover i, .contacto .info .phone:hover i {
  background: #3498db;
  color: #fff;
}

.contacto .php-email-form {
  width: 100%;
  background: #fff;
}

.contacto .php-email-form .form-group {
  padding-bottom: 8px;
}

.contacto .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contacto .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contacto .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contacto .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contacto .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contacto .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contacto .php-email-form input, .contacto .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contacto .php-email-form input {
  height: 44px;
}

.contacto .php-email-form textarea {
  padding: 10px 12px;
}

.contacto .php-email-form button[type="submit"] {
  background: #3498db;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contacto .php-email-form button[type="submit"]:hover {
  background: #1c84e3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
table {
    text-align: center;
}
.bg-color-2 {
    background-color: aliceblue!important;
}
.bg-info {
    background-color: #28aae1!important;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #f1f7fd;
  padding-bottom: 30px;
}
.top-footer{
  background-color: #1a79b7;
  min-height: 60px;
  border-top: 2px solid #7f1890;
}
#footer .copy{
  float: left;
  width: 45%;
}
#footer .social-links{
  text-align: center;
  width: 100%;
  padding: 20px;
}

#footer .social-links a {
  color: #ffffff;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  color: #6bcdf7;
}

#footer .social-links a:first-child {
  border-left: 0;
}

#footer .design {
  font-size: 13px;
  color: #444444;
  width: 45%;
  float: left;
}

#submit-button {
    background-color: #3598db;
    color: #fff;
    border: none;
    padding: 15px 25px;
}
/*  */
@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}


@media (max-width: 992px) {
  #header {
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
  #hero {
    margin-bottom: 0;
    height: 50vh;
    background-position: center 121px;
  }
  #hero .container {
    padding-bottom: 63px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
    padding-top: 200px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .breadcrumbs {
    margin-top: 63px;
  }
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }
  .departments .nav-link.active {
    color: #fff;
    background: #3498db;
  }

}

@media (max-width: 768px) {
  .inscripciones-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
  .faq .faq-list a {
    font-size: 20px;
  }
  .actividades .box-actividades p {
    padding: 45px 0 0 0;
  }
  .btn-2 {
    left: 35%;
   }
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

@media (max-width: 500px) {
  .inscripciones-btn {
    margin: 40px 0 0 50px;
  }
  #hero-quienessomos{
    margin-bottom: 0;
    height: 50vh;
    background-position: 444px 105px;
  }
  #hero, #hero-ninos, #hero-jovenes, #hero-adultos, #hero-clases{
    margin-bottom: 0;
    height: 75vh;
    background-position: 444px 105px;
}
  #hero h1, #hero-ninos h1, #hero-jovenes h1, #hero-adultos h1, #hero-clases h1{
    font-size: 22px;
  }
  #hero h2, #hero-ninos h2, #hero-jovenes h2, #hero-adultos h2, #hero-clases h2 {
    font-size: 14px;
  }
  #home .d-flex{
    display: block !important;
  }
  #home .align-items-stretch{
    align-items: center !important;
  }
  .home .content {
    padding: 30px 0;
  }
  .home .content p {
    margin: 20px 50px 50px;
  }
  .faq .faq-list a {
      font-size: 18px;
  }
  .actividades .box-actividades img {
      width: 18%;
  }
  #actividades-gral {
      padding-top: 30px;
  }
  #actividades-gral h3 {
  margin-left: 20px;
  }
  #actividades-gral .box-texto {
      display: inline;
  }
  #actividades-gral p {
      width: 90%;
      margin-left: 10px;
  }
  #actividades-gral .act-img {
      max-width: 90%;
      margin-left: 20px;
  }
  #quienessomos-gral {
      padding-top: 40px;
  }
  .horarios img {
    width: 100%;
    padding-left: 0;
}
.video iframe{
    width: 100%;
    height: 315px;
}
section.video {
    padding: 20px 0;
}
}