@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&family=Poppins:wght@400;500;600;700&display=swap");
body, html {
  margin: 0;
  padding: 0;
}

p {
  text-align: justify;
}

.menu-mobile-content {
  display: none;
}

.overlay {
  width: 100vw;
  height: 100vh;
  background: white;
  position: fixed;
  z-index: 9999998;
  display: none;
  opacity: 0;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.bios {
  width: 100%;
  max-height: 350px;
  max-width: 450px;
  padding: 0px 20px;
  z-index: 9999999;
  background-color: #e6e6e6;
  position: fixed;
  left: 50%;
  top: -50px;
  overflow: scroll;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.bios .bios-header {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.bios .bios-header .bio-close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: 0;
}

.bios .bios-header .bio-close svg {
  fill: #902d7f;
}

.bios .bios-body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  overflow: scroll;
}

.wrapper .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper header {
  background: white;
  width: 100%;
  position: fixed;
  z-index: 999999;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}

.wrapper header .header-container {
  height: 70px;
  padding-top: 0;
}

.wrapper header .header-container .header-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper header .header-container .header-items .header-logo {
  padding-top: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper header .header-container .header-items .header-logo img {
  width: 100px;
}

.wrapper header .header-container .header-items .menu .menu-active {
  color: #b62c74;
  text-decoration: underline;
}

.wrapper header .header-container .header-items .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper header .header-container .header-items .menu ul li {
  list-style: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.wrapper header .header-container .header-items .menu ul li a {
  color: #333333;
  padding: 26px;
  text-decoration: none;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.wrapper header .header-container .header-items .menu ul li a:hover {
  text-decoration: underline;
}

.wrapper header .header-container .header-items .menu-mobile {
  display: none;
}

.wrapper .top-section {
  background: url(../i/top-image.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 850px;
  position: relative;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper .top-section .logo-container {
  position: relative;
}

.wrapper .top-section .logo-container .logo {
  margin: 0 auto;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
}

.wrapper .top-section .logo-container .logo img {
  width: 100%;
}

.wrapper .top-section .logo-container .fechas {
  position: absolute;
  width: 30%;
  left: 50%;
  bottom: 35px;
  -webkit-transform: translateX(-115%);
          transform: translateX(-115%);
}

.wrapper .top-section .logo-container .fechas img {
  width: 100%;
}

.wrapper .top-section .logo-container .registro-top {
  text-align: center;
  background: #56b4e6;
  border: 4px solid white;
  color: white;
  border-radius: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  width: 300px;
  height: 65px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin-top: 80px;
  text-transform: uppercase;
}

.wrapper .top-section .logo-container .registro-top:hover {
  background: #428bb3;
}

.wrapper .top-section .logo-container .registro-top a {
  display: block;
  padding: 16px;
  text-decoration: none;
  color: white;
}

.wrapper .welcome-section {
  height: 580px;
  width: 100%;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper .welcome-section .welcome-container {
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper .welcome-section .welcome-container .welcome-left-holder {
  width: 50px;
  height: 380px;
  background: #8f2d7e;
  position: relative;
  margin-right: 30px;
}

.wrapper .welcome-section .welcome-container .welcome-left-holder .welcome-left-text {
  position: absolute;
  width: 340px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 158px;
  margin-left: -145px;
}

.wrapper .welcome-section .welcome-container .welcome-left-holder .welcome-left-text h3 {
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-weight: 700;
  font-size: 20px;
}

.wrapper .welcome-section .welcome-container .video-holder {
  height: 380px;
  width: 590px;
  background: #8f2d7e;
  margin-right: 60px;
  padding-top: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper .welcome-section .welcome-container .video-holder img {
  width: 100%;
}

.wrapper .welcome-section .welcome-container .welcome-text {
  width: 450px;
}

.wrapper .welcome-section .welcome-container .welcome-text h2 {
  font-family: 'Montserrat', sans-serif;
  color: #8f2d7e;
  font-weight: 800;
  font-size: 26px;
  margin: -4px 0;
}

.wrapper .welcome-section .welcome-container .welcome-text p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 13px;
  margin-top: 6px;
}

.wrapper .welcome-section .welcome-container .welcome-text ul li {
  line-height: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 13px;
}

.wrapper .speakers-section {
  background: url(../i/speakersback.png) repeat 10% 10%;
  position: relative;
}

.wrapper .speakers-section .speakers-container {
  position: relative;
}

.wrapper .speakers-section .speakers-container .section-title {
  position: relative;
  margin-bottom: 80px;
}

.wrapper .speakers-section .speakers-container .section-title:before {
  position: absolute;
  width: 22px;
  height: 3px;
  background: #8f2d7e;
  content: "";
  top: 12px;
}

.wrapper .speakers-section .speakers-container .section-title h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #333333;
  margin-left: 34px;
}

.wrapper .speakers-section .speakers-container .speakers-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrapper .speakers-section .speakers-container .speakers-holder .speaker {
  width: 280px;
  height: 330px;
  margin: 0px 20px 20px 0;
  cursor: pointer;
}

.wrapper .speakers-section .speakers-container .speakers-holder .speaker img {
  width: 75%;
  display: block;
  margin: 0 auto;
}

.wrapper .speakers-section .speakers-mas {
  background-color: #8f2d7e;
  border-radius: 14px;
  margin: 0 auto;
  width: 130px;
  text-align: center;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper .agenda-section .agenda-container .section-title {
  position: relative;
}

.wrapper .agenda-section .agenda-container .section-title:before {
  position: absolute;
  width: 22px;
  height: 3px;
  background: #8f2d7e;
  content: "";
  top: 12px;
}

.wrapper .agenda-section .agenda-container .section-title h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #333333;
  margin-left: 34px;
}

.wrapper .agenda-section .agenda-container .agenda {
  position: relative;
  width: 100%;
}

.wrapper .agenda-section .agenda-container .agenda .agenda-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e52a67;
  background: -webkit-gradient(linear, left top, right top, from(#e52a67), to(#8d2d80));
  background: linear-gradient(90deg, #e52a67 0%, #8d2d80 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper .agenda-section .agenda-container .agenda .agenda-header .agenda-day {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.wrapper .agenda-section .agenda-container .agenda .agenda-header .agenda-day:hover {
  background: rgba(235, 43, 104, 0.6);
}

.wrapper .agenda-section .agenda-container .agenda .agenda-header .agenda-day h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: white;
  margin: 0;
}

.wrapper .agenda-section .agenda-container .agenda .agenda-header .agenda-day span {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: white;
}

.wrapper .agenda-section .agenda-container .agenda .agenda-header .agenda-active {
  background: rgba(235, 43, 104, 0.6);
}

.wrapper .agenda-section .agenda-container .agenda .agenda-container {
  border: 1px solid #e0e0e0;
  width: 99.9%;
  position: relative;
}

.wrapper .agenda-section .agenda-container .agenda .agenda-container .day {
  font-family: 'Poppins', sans-serif;
}

.wrapper .agenda-section .agenda-container .agenda .agenda-container .day ul {
  margin: 0;
  padding: 0;
}

.wrapper .agenda-section .agenda-container .agenda .agenda-container .day ul li {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  border-bottom: 1px solid #e0e0e0;
}

.wrapper .agenda-section .agenda-container .agenda .agenda-container .day ul li:last-child {
  border-bottom: initial;
}

.wrapper .agenda-section .agenda-container .agenda .agenda-container .day ul li .agenda-time {
  font-weight: 500;
  margin: 20px 0 0;
  font-size: 16px;
  color: #333333;
}

.wrapper .agenda-section .agenda-container .agenda .agenda-container .day ul li .agenda-title {
  font-weight: 600;
  margin: 5px 0;
  font-size: 26px;
  color: #333333;
}

.wrapper .agenda-section .agenda-container .agenda .agenda-container .day ul li .agenda-speaker {
  font-weight: 400;
  margin: 5px 0 20px;
  color: #666666;
}

.wrapper .agenda-section .agenda-container .agenda .agenda-container .day ul li .agenda-description {
  font-weight: 400;
  margin: 5px 0;
  color: #666666;
}

.wrapper .agenda-section .agenda-container .agenda .agenda-container .day2 {
  display: none;
}

.wrapper .agenda-section .agenda-container .agenda .agenda-container .day3 {
  display: none;
}

.wrapper .sobrenosotros-section {
  background: #8f2d7e;
}

.wrapper .sobrenosotros-section .sobrenosotros-container .section-title {
  position: relative;
}

.wrapper .sobrenosotros-section .sobrenosotros-container .section-title:before {
  position: absolute;
  width: 22px;
  height: 3px;
  background: #6accff;
  content: "";
  top: 12px;
}

.wrapper .sobrenosotros-section .sobrenosotros-container .section-title h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  margin-left: 34px;
}

.wrapper .sobrenosotros-section .sobrenosotros-container .sobrenosotros-logo {
  width: 25%;
  margin: 50px auto 60px auto;
}

.wrapper .sobrenosotros-section .sobrenosotros-container .sobrenosotros-logo img {
  width: 100%;
}

.wrapper .sobrenosotros-section .sobrenosotros-container p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white;
}

.wrapper .sobrenosotros-section .sobrenosotros-container .logos-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  height: 160px;
  margin: 80px auto 20px;
  position: relative;
}

.wrapper .sobrenosotros-section .sobrenosotros-container .logos-holder .logo {
  position: absolute;
}

.wrapper .sobrenosotros-section .sobrenosotros-container .logos-holder .logo:first-child {
  width: 150px;
}

.wrapper .sobrenosotros-section .sobrenosotros-container .logos-holder .logo:last-child {
  width: 250px;
  right: 0;
}

.wrapper .sobrenosotros-section .sobrenosotros-container .logos-holder .logo img {
  width: 100%;
}

.wrapper .infosalud-section {
  background: white;
}

.wrapper .infosalud-section .infosalud-container {
  position: relative;
}

.wrapper .infosalud-section .infosalud-container .centrosalud {
  margin: 50px auto;
  width: 30%;
}

.wrapper .infosalud-section .infosalud-container .centrosalud img {
  width: 100%;
}

.wrapper .infosalud-section .infosalud-container p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.wrapper .auspiciadores-section {
  background: #e52a67;
  background: -webkit-gradient(linear, left top, right top, from(#e52a67), to(#8d2d80));
  background: linear-gradient(90deg, #e52a67 0%, #8d2d80 100%);
}

.wrapper .auspiciadores-section .auspiciadores-container .section-title {
  position: relative;
}

.wrapper .auspiciadores-section .auspiciadores-container .section-title:before {
  position: absolute;
  width: 22px;
  height: 3px;
  background: white;
  content: "";
  top: 12px;
}

.wrapper .auspiciadores-section .auspiciadores-container .section-title h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  margin-left: 34px;
}

.wrapper .auspiciadores-section .auspiciadores-container .auspiciadores-holder {
  display: -webkit-box;
  margin: 100px 0 30px 0;
  max-width: 1000px;
  width: 100%;
}

.wrapper .auspiciadores-section .auspiciadores-container .auspiciadores-holder .auspiciador {
  margin-right: 50px;
}

.wrapper .auspiciadores-section .auspiciadores-container .auspiciadores-holder .auspiciador:nth-child(1) {
  width: 300px;
}

.wrapper .auspiciadores-section .auspiciadores-container .auspiciadores-holder .auspiciador:nth-child(2) {
  width: 200px;
}

.wrapper .auspiciadores-section .auspiciadores-container .auspiciadores-holder .auspiciador:nth-child(3) {
  width: 300px;
}

.wrapper .auspiciadores-section .auspiciadores-container .auspiciadores-holder .auspiciador:nth-child(4) {
  width: 200px;
  margin-top: -30px;
}

.wrapper .auspiciadores-section .auspiciadores-container .auspiciadores-holder .auspiciador:nth-child(5) {
  width: 150px;
  margin-top: -8px;
  margin-right: 0px;
}

.wrapper .auspiciadores-section .auspiciadores-container .auspiciadores-holder .auspiciador img {
  width: 100%;
}

.wrapper .registro-section {
  background: white;
}

.wrapper .registro-section .registro-container .section-title {
  position: relative;
}

.wrapper .registro-section .registro-container .section-title:before {
  position: absolute;
  width: 22px;
  height: 3px;
  background: #7649ad;
  content: "";
  top: 12px;
}

.wrapper .registro-section .registro-container .section-title h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #333333;
  margin-left: 34px;
}

.wrapper .registro-section .registro-container .registro-holder {
  position: relative;
  background: #f8f8f8;
  width: 100%;
  height: 300px;
}

.wrapper .registro-section .registro-container .registro-holder .logo-zoom-registro {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -44%);
          transform: translate(-50%, -44%);
  width: 340px;
}

.wrapper .registro-section .registro-container .registro-holder .logo-zoom-registro .link-registro {
  text-align: center;
  background: #ec2b68;
  color: white;
  border-radius: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  width: 160px;
  height: 50px;
  margin: 6px auto;
  text-transform: uppercase;
}

.wrapper .registro-section .registro-container .registro-holder .logo-zoom-registro .link-registro:hover {
  background: #ba2252;
}

.wrapper .registro-section .registro-container .registro-holder .logo-zoom-registro .link-registro a {
  display: block;
  padding: 12px;
  text-decoration: none;
  color: white;
}

.wrapper .registro-section .registro-container .registro-holder .logo-zoom-registro img {
  width: 100%;
}

.wrapper .contacto-section {
  background: #8c2d80;
  background: -webkit-gradient(linear, left top, right top, from(#8c2d80), to(#5960a6));
  background: linear-gradient(90deg, #8c2d80 0%, #5960a6 100%);
}

.wrapper .contacto-section .contacto-container .section-title {
  position: relative;
}

.wrapper .contacto-section .contacto-container .section-title:before {
  position: absolute;
  width: 22px;
  height: 3px;
  background: #6accff;
  content: "";
  top: 12px;
}

.wrapper .contacto-section .contacto-container .section-title h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  margin-left: 34px;
}

.wrapper .contacto-section .contacto-container .contacto-holder {
  position: relative;
  background-color: rgba(255, 255, 255, 0.15);
  width: 100%;
  height: 550px;
}

.wrapper .contacto-section .contacto-container .contacto-holder .contacto-form {
  max-width: 500px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wrapper .contacto-section .contacto-container .contacto-holder .contacto-form .contacto-input {
  width: 100%;
  margin-bottom: 30px;
}

.wrapper .contacto-section .contacto-container .contacto-holder .contacto-form .contacto-input:last-child {
  margin-bottom: 0;
}

.wrapper .contacto-section .contacto-container .contacto-holder .contacto-form .contacto-input input, .wrapper .contacto-section .contacto-container .contacto-holder .contacto-form .contacto-input .mensaje {
  width: 100%;
  height: 50px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.wrapper .contacto-section .contacto-container .contacto-holder .contacto-form .contacto-input .mensaje {
  height: 200px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.wrapper .contacto-section .contacto-container .contacto-holder .contacto-form .contacto-submit {
  width: 280px;
  margin: 0 auto;
}

.wrapper .contacto-section .contacto-container .contacto-holder .contacto-form .contacto-submit button {
  border: none;
  text-align: center;
  background: #56b4e6;
  border: 4px solid white;
  color: white;
  border-radius: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  width: 300px;
  height: 65px;
  text-transform: uppercase;
  padding: 0;
}

.wrapper footer {
  background: #381233;
  background: -webkit-gradient(linear, left top, right top, from(#381233), to(#232742));
  background: linear-gradient(90deg, #381233 0%, #232742 100%);
  padding: 30px 0 10px;
}

.wrapper footer .footer-container p {
  text-align: center;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 12px;
  margin-bottom: 10px;
}

.wrapper footer .footer-container .logo-footer {
  margin: 0 auto 20px;
  width: 100px;
}

.wrapper footer .footer-container .logo-footer img {
  width: 100%;
}

.wrapper footer .footer-container .sociales-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin: 0 auto 10px;
}

.wrapper footer .footer-container .sociales-holder img {
  width: 100px;
}

.wrapper footer .footer-container .sociales-holder .socials {
  width: 50px;
  overflow: hidden;
}

.wrapper footer .footer-container .sociales-holder .instagram img {
  margin-left: -50px;
}

@media only screen and (max-width: 450px) {
  .wrapper .container {
    padding: 40px 20px 0;
  }
  .wrapper header .header-container .header-items .menu {
    display: none;
  }
  .wrapper header .header-container .header-items .menu-mobile {
    display: block;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
  .wrapper header .header-container .header-items .menu-mobile span {
    position: relative;
    display: block;
    width: 40px;
    height: 5px;
    background: #a92e7a;
    border-radius: 12px;
  }
  .wrapper header .header-container .header-items .menu-mobile span:nth-child(2) {
    top: 4px;
  }
  .wrapper header .header-container .header-items .menu-mobile span:nth-child(3) {
    top: 9px;
  }
  .wrapper .welcome-section {
    height: initial;
    padding-top: 0;
  }
  .wrapper .welcome-section .welcome-container {
    height: initial;
    display: inline-block;
  }
  .wrapper .welcome-section .welcome-container .welcome-left-holder {
    height: 50px;
    width: 100%;
    margin-bottom: 10px;
  }
  .wrapper .welcome-section .welcome-container .welcome-left-holder .welcome-left-text {
    -webkit-transform: initial;
            transform: initial;
    margin: initial;
    width: 100%;
  }
  .wrapper .welcome-section .welcome-container .welcome-left-holder .welcome-left-text h3 {
    margin: 0;
    font-size: 20px;
    padding: 14px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .wrapper .welcome-section .welcome-container .video-holder {
    width: 100%;
    display: contents;
    margin: 0 auto;
    max-height: 210px;
    height: 100%;
  }
  .wrapper .welcome-section .welcome-container .welcome-text {
    width: 100%;
    margin: 10px auto;
  }
  .wrapper .welcome-section .welcome-container .welcome-text h2 {
    font-size: 21px;
    text-align: center;
    margin: 10px 0 10px;
  }
  .wrapper .speakers-section .speakers-container .section-title {
    margin-bottom: 20px;
  }
  .wrapper .speakers-section .speakers-container .speakers-holder .speaker {
    margin: 20px auto;
    width: 164px;
    height: initial;
  }
  .wrapper .top-section {
    height: 440px;
  }
  .wrapper .top-section .logo-container .logo {
    width: 75%;
    padding-top: 0;
  }
  .wrapper .top-section .logo-container .fechas {
    position: initial !important;
    width: 50%;
    margin: 10px auto !important;
    -webkit-transform: initial !important;
            transform: initial !important;
  }
  .wrapper .top-section .logo-container .registro-top {
    margin-top: 20px;
    font-size: 18px;
    width: 220px;
    height: 50px;
  }
  .wrapper .top-section .logo-container .registro-top a {
    padding: 10px;
  }
  .wrapper .agenda-section .agenda-container {
    padding-bottom: 40px;
  }
  .wrapper .agenda-section .agenda-container .agenda .agenda-header .agenda-day {
    padding: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .wrapper .agenda-section .agenda-container .agenda .agenda-header .agenda-day h3 {
    font-size: 16px;
  }
  .wrapper .agenda-section .agenda-container .agenda .agenda-header .agenda-day span {
    font-size: 12px;
  }
  .wrapper .agenda-section .agenda-container .agenda .agenda-container {
    width: 99.5%;
  }
  .wrapper .agenda-section .agenda-container .agenda .agenda-container .day ul li .agenda-title {
    font-size: 20px;
    text-align: initial;
  }
  .wrapper .sobrenosotros-section .sobrenosotros-container .sobrenosotros-logo {
    width: 80%;
    margin: 30px auto;
  }
  .wrapper .sobrenosotros-section .sobrenosotros-container .logos-holder {
    width: 100%;
    margin: 40px auto 0;
  }
  .wrapper .sobrenosotros-section .sobrenosotros-container .logos-holder .logo {
    position: relative;
    margin: 0 auto;
  }
  .wrapper .sobrenosotros-section .sobrenosotros-container .logos-holder .logo:first-child {
    margin-bottom: 50px;
    width: 90px;
  }
  .wrapper .sobrenosotros-section .sobrenosotros-container .logos-holder .logo:last-child {
    margin-bottom: 50px;
    margin-top: 10px;
    width: 130px;
  }
  .wrapper .infosalud-section .infosalud-container {
    padding-top: 10px;
  }
  .wrapper .infosalud-section .infosalud-container .centrosalud {
    width: 70%;
    margin: 30px auto;
  }
  .wrapper .auspiciadores-container {
    padding-bottom: 40px;
  }
  .wrapper .auspiciadores-container .auspiciadores-holder {
    display: inline !important;
  }
  .wrapper .auspiciadores-container .auspiciadores-holder .auspiciador {
    width: 100%;
    margin: 50px auto 18px !important;
  }
  .wrapper .auspiciadores-container .auspiciadores-holder .auspiciador:nth-child(1) {
    width: 260px !important;
    margin-top: 60px !important;
  }
  .wrapper .auspiciadores-container .auspiciadores-holder .auspiciador:nth-child(3) {
    width: 270px !important;
  }
  .wrapper .auspiciadores-container .auspiciadores-holder .auspiciador:nth-child(5) {
    width: 200px !important;
  }
  .wrapper .registro-section .registro-container {
    padding: 40px 20px;
  }
  .wrapper .registro-section .registro-container .registro-holder .logo-zoom-registro {
    width: 100%;
  }
  .wrapper .contacto-container {
    padding-bottom: 40px;
  }
  .wrapper .contacto-container .contacto-holder .contacto-form {
    padding: 0 20px 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .wrapper .contacto-container .contacto-holder .contacto-form .contacto-submit {
    width: 250px !important;
  }
  .wrapper .contacto-container .contacto-holder .contacto-form .contacto-submit button {
    width: 100% !important;
  }
}

@media only screen and (max-width: 375px) {
  .wrapper .top-section .logo-container .logo {
    width: 86%;
  }
  .wrapper .top-section .logo-container .fechas {
    width: 60%;
  }
  .wrapper .welcome-section .welcome-container .welcome-left-holder .welcome-left-text h3 {
    font-size: 18px;
  }
  .wrapper .agenda-section .agenda-container .agenda .agenda-header .agenda-day span {
    font-size: 10px;
  }
}

@media only screen and (max-width: 450px) {
  .menu-mobile-content {
    display: block;
    position: fixed;
    margin-top: -300px;
    z-index: 10;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  }
  .menu-mobile-content ul {
    margin: 0 0 0 -20px;
    padding: 0;
  }
  .menu-mobile-content ul li {
    list-style: none;
    padding: 20px 20px 20px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    margin: 0;
    border-bottom: 1px solid #a92e7a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
  }
  .menu-mobile-content ul li a {
    padding: 20px 280px 20px 20px;
  }
  .menu-mobile-content ul li:nth-child(4) a {
    padding-right: 156px !important;
  }
  .overlay {
    z-index: 9999;
  }
  .bios {
    max-width: 350px;
    -webkit-transform: initial;
            transform: initial;
    left: 50%;
    top: -500px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 auto;
    z-index: 99999;
  }
  .bios .bios-header h3 {
    font-size: 16px;
  }
}
/*# sourceMappingURL=main.css.map */