@charset "utf-8";
/* CSS Document */

#hero {
  width: 100%;
  height: 80vh;
  background: url("../imagenes/banner_escuela_salud_visual2026N2.jpg") top center fixed;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.hero-container h2 {
  color: #fff!important;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

/*-------------------------------------------
            Inicio section
-------------------------------------------*/
#inicio {
  padding: 60px 0 30px 0;
}
#inicio {
	font-size: 18px!important;
	text-align: justify!important;
}

#inicio ol, ul li {
	font-size: 18px!important;
}
#inicio ul li {
    list-style-type: none;
}
#inicio ul li i {
    color: #fe1d1b;
}
#inicio h2 {
  font-size: 36px!important;
  font-weight: bold;
  margin-bottom: 10px;
}
#inicio h3 {
  color: #060c22!important;
  font-size: 22px;
  font-weight: bold!important;
  margin-bottom: 15px;
}
#inicio h4 {
  color: #060c22!important;
  font-size: 20px;
  font-weight: bold!important;
  margin-bottom: 15px;
}

#inicio h5 {
  color: #060c22!important;
  font-size: 18px;
  font-weight: bold!important;
  margin-bottom: 15px;
}

.despla {
    padding-top: 130px;
}
/*--------------------------------------------------------------
                                # poster
--------------------------------------------------------------*/
#poster {
  background: #ffffff;
  padding: 0 0 25px 0;
  /*color: #eee;*/
  font-size: 17px;
}

#poster .poster-top {
  background: #ffffff;
  padding: 60px 0 30px 0;
}

#poster .poster-top .poster-info {
  margin-bottom: 30px;
}

#poster .poster-top .poster-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#poster .poster-top .poster-info img {
  height: 40px;
  margin-bottom: 10px;
}

#poster .poster-top .poster-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#poster .poster-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#poster .poster-top .social-links a:hover {
  background: #fe1d1b;
  color: #fff;
}

#poster .poster-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #fe1d1b;
}

#poster .poster-top .poster-links {
  margin-bottom: 30px;
}

#poster .poster-top .poster-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#poster .poster-top .poster-links ul i {
  padding-right: 5px;
  color: #fe1d1b;
  font-size: 18px;
}

#poster .poster-top .poster-links ul li {
  border-bottom: 1px solid #000000;
  padding: 10px 0;
}

#poster .poster-top .poster-links ul li:first-child {
  padding-top: 0;
}

#poster .poster-top .poster-links ul a {
  color: #eee;
}

#poster .poster-top .poster-links ul a:hover {
  color: #fe1d1b;
}

#poster .poster-top .poster-contact {
  margin-bottom: 30px;
}

#poster .poster-top .poster-contact p {
  line-height: 26px;
}

#poster .poster-top .poster-newsletter {
  margin-bottom: 30px;
}

#poster .poster-top .poster-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#poster .poster-top .poster-newsletter input[type="submit"] {
  background: #fe1d1b;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#poster .poster-top .poster-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

#poster .copyright {
  text-align: center;
  padding-top: 30px;
}

#poster .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/*--------------------------------------------------------------
                                # footer
--------------------------------------------------------------*/
.footer-log {
	max-width: 98%!important;
	margin: auto!important;
	padding-left: 5%!important;
    margin-bottom: 40px!important;
}


/*--------------------------------------------------------------
                                # buy-tickets
--------------------------------------------------------------*/
#buy-tickets .section-header h3 {
	font-size: 26px!important;
	color: #FFFFFF!important;
	text-align: center!important;
}
#buy-tickets h6{
    font-size: 14px!important;
}


/*--------------------------------------------------------------
                                # schedule
--------------------------------------------------------------*/
#schedule .nav a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px!important;
  /*background-color: #0259E0;
  color: #fff;*/
  padding: 10px 35px;
  margin-bottom: 10px;
}
#schedule .nav a.active {
  /*background-color: #F58406;*/
  text-align: center!important;
}

#schedule .nav-sub a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px!important;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 35px;
  margin-bottom: 10px;
}
#schedule .nav-sub a.active {
  background-color: #AB2941;
  text-align: center!important;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
  background: url("../imagenes/footer/contaminacion-y-salud-ocular.jpg") fixed;
  background-size: cover;
}

.flex-column {
    list-style: none!important;
}
.contenido {
    margin-top: 70px!important;
}
.navbar .breadcrumb {
    margin-left: 290px;
    margin-top: 20px;
}
.navbar .breadcrumb .breadcrumb-item a {
    color: rgba(0,0,0,1.00);
}

/*--------------------------------------------------------------
# Register
--------------------------------------------------------------*/
#register {
  padding: 60px 0;
}

#register .card {
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(7,15,63,0.83);
}

#register .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

#register .card hr {
  margin: 25px 0;
}

#register .card .card-title {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

#register .card .card-price {
  font-size: 48px;
  margin: 0;
}

#register .card ul li {
  margin-bottom: 20px;
}

#register .card .text-muted {
  opacity: 0.7;
}

#register .card .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #fe1d1b;
  border: 0;
  color: #fff;
}

#register .card .btn:hover {
  background-color: #e0072f;
}

#register #buy-ticket-modal input,
#register #buy-ticket-modal select {
  border-radius: 0;
}

#register #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #fe1d1b;
  border: 0;
  color: #fff;
}

#register #buy-ticket-modal .btn:hover {
  background-color: #e0072f;
}

.register {
  color: #fff;
  background: #fe1d1b;
  padding: 7px 22px;
  margin: 0 0 0 15px;
  border-radius: 50px;
  border: 2px solid #fe1d1b;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  line-height: 1;
  font-size: 13px;
  white-space: nowrap;
}

.register:hover {
  background: none;
  color: #fff;
}

.register:focus {
  color: #fff;
}

@media (max-width: 992px) {
  .register {
    margin: 0 15px 0 0;
  }
}



