@import 'https://fonts.googleapis.com/css?family=Raleway:300,400,700,900';
body {
  background-color: #47b5e8;
  font-family: 'Raleway', sans-serif;
}
.main {
  background-image: url("../img/fondo.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6rem 0;
  min-height: 780px;
  max-width: 1440px;
  margin: 0 auto;
}
.main .container {
  max-width: 100%;
}
.main .logo {
  text-align: center;
}
.main .logo img {
  max-width: 400px;
  width: 100%;
}
.main .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4rem 0;
  width: 100%;
}
.main .content .texts {
  text-align: center;
  margin: 0 4rem;
}
.main .content .texts .title {
  font-weight: 600;
  color: #045572;
}
.main .content .texts .paragraph {
  font-style: italic;
  font-size: 13pt;
  color: #045572;
  margin: 1rem 0;
}
@media screen and (max-width: 991px) {
  .main {
    background-position: center top;
    background-size: contain;
    background-color: #fff;
  }
  .main .logo {
    margin-bottom: 7rem;
  }
  .main .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .main .content .texts {
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .main .button {
    margin: 2rem 0;
  }
  .main .button-blue {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main .button-yellow {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.button {
  display: block;
  padding: 1rem;
  min-width: 200px;
  width: 200px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 11pt;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.button:hover {
  -webkit-transform: translateX(2px) translateY(2px);
      -ms-transform: translateX(2px) translateY(2px);
          transform: translateX(2px) translateY(2px);
  text-decoration: none;
}
.button-blue {
  background-color: #47b5e8;
  -webkit-box-shadow: 2px 2px 6px rgba(4,85,114,0.25);
          box-shadow: 2px 2px 6px rgba(4,85,114,0.25);
  color: #045572;
}
.button-yellow {
  background-color: #eee32a;
  color: #e84f19;
  -webkit-box-shadow: 2px 2px 6px rgba(232,79,25,0.25);
          box-shadow: 2px 2px 6px rgba(232,79,25,0.25);
}
.wow {
  opacity: 0;
}
.material {
  background-image: url("../img/fondo.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6rem 0;
  min-height: 780px;
  max-width: 1440px;
  margin: 0 auto;
}
.material .container {
  max-width: 100%;
}
.material .logo {
  text-align: center;
}
.material .logo img {
  max-width: 200px;
}
.material .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4rem 0;
  width: 100%;
}
.material .content .button {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  z-index: 1;
}
.material .content .menus {
  background-color: rgba(71,181,232,0.25);
  padding: 6rem 2rem;
  margin-left: -2rem;
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 90px;
  position: relative;
}
.material .content .menus .border {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(71,181,232,0.45);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 90px;
  -webkit-transform: translateY(-6px) translateX(6px);
      -ms-transform: translateY(-6px) translateX(6px);
          transform: translateY(-6px) translateX(6px);
}
.material .content .menus .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.material .content .menus .wrapper .menu {
  margin: 2rem;
}
.material .content .menus .wrapper .menu .title {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 16pt;
  font-weight: 600;
  margin-right: 2rem;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem;
}
.material .content .menus .wrapper .menu .links {
  color: #fff;
  padding: 4rem 4rem 2rem 4rem;
  margin: 0;
  -webkit-transform: translateY(-2rem);
      -ms-transform: translateY(-2rem);
          transform: translateY(-2rem);
}
.material .content .menus .wrapper .menu .links li {
  margin: 0 0 1.5rem 0;
}
.material .content .menus .wrapper .menu .links li a {
  color: #fff;
  font-weight: 600;
  font-size: 12pt;
  line-height: 1.15;
}
.material .content .menus .wrapper .menu .links li a:hover {
  text-decoration: none;
}
.material .content .menus .wrapper .menu.menu-green .title {
  background-color: #009640;
  color: #fff;
}
.material .content .menus .wrapper .menu.menu-green .links {
  background-color: rgba(0,150,64,0.725);
}
.material .content .menus .wrapper .menu.menu-green .links li a:hover {
  color: #003014;
}
.material .content .menus .wrapper .menu.menu-purple .title {
  background-color: #7e4d90;
  color: #fff;
}
.material .content .menus .wrapper .menu.menu-purple .links {
  background-color: rgba(126,77,144,0.725);
}
.material .content .menus .wrapper .menu.menu-purple .links li a:hover {
  color: #44294e;
}
@media screen and (max-width: 991px) {
  .material {
    background-position: center top;
    background-size: contain;
    background-color: #fff;
    text-align: center;
  }
  .material .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .material .content .menus .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.canciones {
  background-image: url("../img/fondo.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6rem 0;
  min-height: 780px;
  max-width: 1440px;
  margin: 0 auto;
}
.canciones .container {
  max-width: 100%;
}
.canciones .logo {
  text-align: center;
}
.canciones .logo img {
  max-width: 200px;
}
.canciones .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4rem 0;
  width: 100%;
  -webkit-transform: translateY(6rem);
      -ms-transform: translateY(6rem);
          transform: translateY(6rem);
}
.canciones .content .button {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  z-index: 1;
}
.canciones .content .menus {
  background-color: rgba(71,181,232,0.25);
  padding: 6rem 2rem;
  margin-left: -2rem;
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 60px;
  position: relative;
}
.canciones .content .menus .border {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(71,181,232,0.45);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 60px;
  -webkit-transform: translateY(-6px) translateX(6px);
      -ms-transform: translateY(-6px) translateX(6px);
          transform: translateY(-6px) translateX(6px);
}
.canciones .content .menus .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.canciones .content .menus .wrapper .links {
  color: #fff;
  padding: 4rem 4rem 2rem 4rem;
  margin: 0;
  -webkit-transform: translateY(-2rem);
      -ms-transform: translateY(-2rem);
          transform: translateY(-2rem);
}
.canciones .content .menus .wrapper .links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 1.5rem 0;
}
.canciones .content .menus .wrapper .links li:before {
  content: '\2022';
  display: block;
  color: #e84f19;
  margin-right: 0.625rem;
  font-size: 25pt;
  line-height: 0.25;
}
.canciones .content .menus .wrapper .links li a {
  display: inline-block;
  font-weight: 600;
  color: #000;
  font-size: 12pt;
  line-height: 1.15;
}
.canciones .content .menus .wrapper .links li a:hover {
  text-decoration: none;
  color: #47b5e8;
}
@media screen and (max-width: 991px) {
  .canciones {
    background-position: center top;
    background-size: contain;
    background-color: #fff;
    text-align: center;
  }
  .canciones .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .canciones .content .menus .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .canciones .content .menus .wrapper .links {
    width: 100%;
    padding: 0 2rem;
  }
  .canciones .content .menus .wrapper .links li {
    margin: 0.725rem;
  }
}
.pop-audio {
  background-color: rgba(232,79,25,0.85);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.pop-audio .pop-content {
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 2px 2px 9px rgba(0,0,0,0.35);
          box-shadow: 2px 2px 9px rgba(0,0,0,0.35);
  padding: 6rem 3rem;
  position: relative;
  min-width: 620px;
  text-align: center;
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.pop-audio .pop-content audio,
.pop-audio .pop-content video {
  width: 100%;
}
.pop-audio .pop-content .title {
  font-family: 'Baloo Bhai', sans-serif;
  margin: 2rem 0;
  color: #045572;
}
.pop-audio .pop-content .pop-close {
  position: absolute;
  cursor: pointer;
  top: -5rem;
  right: 1rem;
  color: #fff;
  font-size: 3rem;
  -webkit-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
}
.pop-audio .pop-content .pop-close:hover {
  color: #eee32a;
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
          transform: rotate3d(0, 0, 1, 180deg);
}
.pop-audio.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.pop-audio.active .pop-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
