/*@font-face {
  font-family: "Jost";
  src: url("https://rload.es/superb/assets/fonts/Jost-Regular.eot");
  src: url("https://rload.es/superb/assets/fonts/Jost-Regular.eot?#iefix") format("embedded-opentype"), url("https://rload.es/superb/assets/fonts/Jost-Regular.woff") format("woff"), url("https://rload.es/superb/assets/fonts/Jost-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("https://rload.es/superb/assets/fonts/Gotham-Light.eot");
  src: url("https://rload.es/superb/assets/fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("https://rload.es/superb/assets/fonts/Gotham-Light.woff") format("woff"), url("https://rload.es/superb/assets/fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cartoonish";
  src: url("https://rload.es/superb/assets/fonts/Cartoonish.eot");
  src: url("https://rload.es/superb/assets/fonts/Cartoonish.eot?#iefix") format("embedded-opentype"), url("https://rload.es/superb/assets/fonts/Cartoonish.woff") format("woff"), url("https://rload.es/superb/assets/fonts/Cartoonish.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("https://rload.es/superb/assets/fonts/Gotham-Bold.eot");
  src: url("https://rload.es/superb/assets/fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("https://rload.es/superb/assets/fonts/Gotham-Bold.woff") format("woff"), url("https://rload.es/superb/assets/fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Book";
  src: url("https://rload.es/superb/assets/fonts/Gotham-Book.eot");
  src: url("https://rload.es/superb/assets/fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("https://rload.es/superb/assets/fonts/Gotham-Book.woff") format("woff"), url("https://rload.es/superb/assets/fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*/
* {
  box-sizing: border-box;
}

body {
  font-size: 1.3rem;
  margin: 0;
  font-family: "Gotham";
}

h1 {
  color: #004b97;
}

img {
  width: 100%;
  height: auto;
}

h1, h2, h3, p {
  margin: 0;
}
/*
@font-face {
  font-family: "Jost";
  src: url("https://rload.es/superb/assets/fonts/Jost-Regular.eot");
  src: url("https://rload.es/superb/assets/fonts/Jost-Regular.eot?#iefix") format("embedded-opentype"), url("https://rload.es/superb/assets/fonts/Jost-Regular.woff") format("woff"), url("https://rload.es/superb/assets/fonts/Jost-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("https://rload.es/superb/assets/fonts/Gotham-Light.eot");
  src: url("https://rload.es/superb/assets/fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("https://rload.es/superb/assets/fonts/Gotham-Light.woff") format("woff"), url("https://rload.es/superb/assets/fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cartoonish";
  src: url("https://rload.es/superb/assets/fonts/Cartoonish.eot");
  src: url("https://rload.es/superb/assets/fonts/Cartoonish.eot?#iefix") format("embedded-opentype"), url("https://rload.es/superb/assets/fonts/Cartoonish.woff") format("woff"), url("https://rload.es/superb/assets/fonts/Cartoonish.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("https://rload.es/superb/assets/fonts/Gotham-Bold.eot");
  src: url("https://rload.es/superb/assets/fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("https://rload.es/superb/assets/fonts/Gotham-Bold.woff") format("woff"), url("https://rload.es/superb/assets/fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Book";
  src: url("https://rload.es/superb/assets/fonts/Gotham-Book.eot");
  src: url("https://rload.es/superb/assets/fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("https://rload.es/superb/assets/fonts/Gotham-Book.woff") format("woff"), url("https://rload.es/superb/assets/fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*/
.header {
  width: 100%;
  background-color: #004b97;
  padding: 20px 0 15px 10%;
  position: relative;
  z-index: 99;
}
@media (max-width: 650px) {
  .header {
    padding: 20px 0 15px 5%;
  }
}
.header .logo {
  width: 200px;
}
@media (max-width: 414px) {
  .header .logo {
    width: 150px;
  }
}

.banner {
  background-color: #cdf2fc;
  padding-bottom: 110px;
  position: relative;
  overflow: hidden;
}
.banner:after {
  content: "";
  background-color: #fed18f;
  width: 100%;
  height: 165px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1024px) {
  .banner:after {
    height: 105px;
  }
}
.banner .wave-one {
  position: absolute;
  top: -290px;
  width: 100%;
}
@media (max-width: 1280px) {
  .banner .wave-one {
    top: -145px;
  }
}
@media (max-width: 768px) {
  .banner .wave-one {
    top: -60px;
  }
}
.banner .wave-two {
  position: absolute;
  width: 100%;
  bottom: -2px;
}
@media (max-width: 550px) {
  .banner .wave-two {
    bottom: 55px;
  }
}
.banner .tree {
  position: absolute;
  right: -290px;
  width: 45%;
  top: -410px;
}
@media (max-width: 1600px) {
  .banner .tree {
    top: -336px;
    right: -275px;
  }
}
@media (max-width: 1330px) {
  .banner .tree {
    width: 55%;
    top: -348px;
    right: -286px;
  }
}
@media (max-width: 1180px) {
  .banner .tree {
    right: -250px;
  }
}
@media (max-width: 1024px) {
  .banner .tree {
    width: 60%;
    right: -238px;
  }
}
@media (max-width: 768px) {
  .banner .tree {
    top: 100px;
    width: 50%;
    right: -132px;
  }
}
@media (max-width: 650px) {
  .banner .tree {
    top: 190px;
    width: 60%;
    right: -150px;
  }
}
@media (max-width: 550px) {
  .banner .tree {
    top: 282px;
    width: 45%;
    right: 0;
  }
}
@media (max-width: 414px) {
  .banner .tree {
    top: initial;
    bottom: 67px;
    width: 55%;
  }
}
.banner .bush-one {
  position: absolute;
  width: 23%;
  bottom: -16px;
  z-index: 1;
  left: -110px;
}
@media (max-width: 1450px) {
  .banner .bush-one {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .banner .bush-one {
    width: 40%;
  }
}
@media (max-width: 550px) {
  .banner .bush-one {
    width: 50%;
  }
}
.banner .bush-two {
  position: absolute;
  width: 23%;
  bottom: -16px;
  z-index: 999;
  right: -130px;
}
@media (max-width: 1450px) {
  .banner .bush-two {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .banner .bush-two {
    width: 45%;
  }
}
@media (max-width: 550px) {
  .banner .bush-two {
    right: -80px;
  }
}
.banner .bush-three {
  position: absolute;
  width: 35%;
  bottom: 156px;
  right: 116px;
}
@media (max-width: 1024px) {
  .banner .bush-three {
    width: 55%;
    bottom: 97px;
    right: 65px;
  }
}
.banner .leaf {
  position: absolute;
  width: 70%;
  bottom: 18px;
  z-index: 99;
  left: 21%;
}
.banner .container {
  max-width: 1400px;
  margin: auto;
  padding-top: 180px;
}
@media (max-width: 1450px) {
  .banner .container {
    max-width: 85%;
  }
}
@media (max-width: 1280px) {
  .banner .container {
    padding-top: 130px;
  }
}
@media (max-width: 1024px) {
  .banner .container {
    padding-top: 80px;
  }
}
@media (max-width: 550px) {
  .banner .container {
    padding-top: 50px;
  }
}
.banner .container .flex {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  position: relative;
  z-index: 99;
}
@media (max-width: 768px) {
  .banner .container .flex {
    flex-direction: column;
  }
}
.banner .container .flex .box:nth-child(1) {
  width: 50%;
}
@media (max-width: 1450px) {
  .banner .container .flex .box:nth-child(1) {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .banner .container .flex .box:nth-child(1) {
    width: 100%;
    margin: auto;
  }
}
.banner .container .flex .box:nth-child(1) h1 {
  line-height: 45px;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .banner .container .flex .box:nth-child(1) h1 {
    line-height: 40px;
  }
}
@media (max-width: 1024px) {
  .banner .container .flex .box:nth-child(1) h1 {
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.banner .container .flex .box:nth-child(1) h1 span {
  display: block;
}
.banner .container .flex .box:nth-child(1) h1 span:nth-child(1) {
  font-weight: 200;
  font-size: 2.3rem;
}
@media (max-width: 1280px) {
  .banner .container .flex .box:nth-child(1) h1 span:nth-child(1) {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .banner .container .flex .box:nth-child(1) h1 span:nth-child(1) {
    font-size: 1.5rem;
  }
}
.banner .container .flex .box:nth-child(1) h1 span:nth-child(2) {
  font-size: 2.7rem;
}
@media (max-width: 1280px) {
  .banner .container .flex .box:nth-child(1) h1 span:nth-child(2) {
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .banner .container .flex .box:nth-child(1) h1 span:nth-child(2) {
    font-size: 2rem;
  }
}
@media (max-width: 900px) {
  .banner .container .flex .box:nth-child(1) h1 span:nth-child(2) {
    font-size: 1.7rem;
  }
}
@media (max-width: 1024px) {
  .banner .container .flex .box:nth-child(1) h1 span:nth-child(2) {
    font-size: 1.7rem;
  }
}
.banner .container .flex .box:nth-child(1) p {
  max-width: 70%;
  color: #4d4d4d;
  font-weight: 300;
  font-size: 1rem;
  line-height: 23px;
}
@media (max-width: 1280px) {
  .banner .container .flex .box:nth-child(1) p {
    max-width: 80%;
  }
}
@media (max-width: 900px) {
  .banner .container .flex .box:nth-child(1) p {
    font-size: 0.9rem;
    line-height: 20px;
    max-width: 70%;
  }
}
@media (max-width: 550px) {
  .banner .container .flex .box:nth-child(1) p {
    max-width: 100%;
  }
}
.banner .container .flex .box:nth-child(1) p span {
  font-weight: bold;
}
.banner .container .flex .box:nth-child(2) {
  width: 40%;
}
@media (max-width: 768px) {
  .banner .container .flex .box:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .banner .container .flex .box:nth-child(2) {
    width: 60%;
  }
}
@media (max-width: 414px) {
  .banner .container .flex .box:nth-child(2) {
    width: 90%;
  }
}
.banner .container .flex .box:nth-child(2) img {
  transform: translate(-100px, 30px);
}
@media (max-width: 1024px) {
  .banner .container .flex .box:nth-child(2) img {
    transform: translate(-50px, 60px);
  }
}
@media (max-width: 768px) {
  .banner .container .flex .box:nth-child(2) img {
    transform: translate(120px, 75px);
  }
}
@media (max-width: 414px) {
  .banner .container .flex .box:nth-child(2) img {
    transform: translate(0px, 60px);
  }
}

.bg1-super {
  background-color: #c3fcd1;
  padding: 120px 0 0 0;
  position: relative;
  height: 800px;
}
@media (max-width: 1280px) {
  .bg1-super {
    height: 650px;
  }
}
@media (max-width: 1180px) {
  .bg1-super {
    padding: 90px 0 0 0;
    height: 500px;
  }
}
@media (max-width: 900px) {
  .bg1-super {
    height: auto;
  }
}
@media (max-width: 768px) {
  .bg1-super {
    padding: 70px 0 0 0;
  }
}
@media (max-width: 414px) {
  .bg1-super {
    padding: 50px 0 0 0;
  }
}
.bg1-super:after {
  content: "";
  background-image: url(../../img/wave-bg1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: -215px;
  z-index: -1;
}
@media (max-width: 1180px) {
  .bg1-super:after {
    bottom: -300px;
  }
}
@media (max-width: 900px) {
  .bg1-super:after {
    height: 200px;
    bottom: -100px;
  }
}
.bg1-super .element-bg1 {
  position: absolute;
  width: 50%;
  bottom: -71px;
  right: 15%;
}
@media (max-width: 1180px) {
  .bg1-super .element-bg1 {
    bottom: -170px;
  }
}
@media (max-width: 900px) {
  .bg1-super .element-bg1 {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .bg1-super .element-bg1 {
    bottom: -20px;
  }
}
.bg1-super .container {
  max-width: 85%;
  margin: auto;
}
@media (max-width: 1450px) {
  .bg1-super .container {
    max-width: 95%;
  }
}
.bg1-super .container h2 {
  color: #283c61;
  text-align: center;
  font-size: 2.6rem;
}
@media (max-width: 1180px) {
  .bg1-super .container h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 900px) {
  .bg1-super .container h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .bg1-super .container h2 {
    font-size: 1.9rem;
  }
}
@media (max-width: 650px) {
  .bg1-super .container h2 {
    font-size: 1.5rem;
  }
}
.bg1-super .container .ph {
  color: #283c61;
  text-align: center;
  font-weight: 300;
  font-size: 1.5rem;
}
.bg1-super .container .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
}
@media (max-width: 1180px) {
  .bg1-super .container .flex {
    padding: 50px 0;
  }
}
@media (max-width: 900px) {
  .bg1-super .container .flex {
    flex-direction: column;
  }
}
.bg1-super .container .flex .box {
  width: 32%;
  background-color: white;
  border-radius: 15px;
}
@media (max-width: 900px) {
  .bg1-super .container .flex .box {
    width: 90%;
  }
}
.bg1-super .container .flex .box:not(last-child) {
  margin-bottom: 40px;
}
.bg1-super .container .flex .box:nth-child(1) .image {
  background-image: url(../../img/portada-video01.jpg);
}
.bg1-super .container .flex .box:nth-child(2) .image {
  background-image: url(../../img/portada-video02.jpg);
}
.bg1-super .container .flex .box:nth-child(3) .image {
  background-image: url(../../img/portada-video03.jpg);
}
.bg1-super .container .flex .box .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 300px;
  border-radius: 15px 15px 0 0;
}
@media (max-width: 1280px) {
  .bg1-super .container .flex .box .image {
    height: 230px;
  }
}
@media (max-width: 900px) {
  .bg1-super .container .flex .box .image {
    height: 400px;
  }
}
@media (max-width: 414px) {
  .bg1-super .container .flex .box .image {
    height: 200px;
  }
}
.bg1-super .container .flex .box .title {
  padding: 20px 30px;
  position: relative;
}
.bg1-super .container .flex .box .title h3 {
  color: #283c61;
  line-height: 35px;
}
@media (max-width: 1280px) {
  .bg1-super .container .flex .box .title h3 {
    line-height: 28px;
  }
}
@media (max-width: 414px) {
  .bg1-super .container .flex .box .title h3 {
    line-height: 24px;
  }
}
.bg1-super .container .flex .box .title h3 span {
  display: block;
}
.bg1-super .container .flex .box .title h3 span:nth-child(1) {
  font-weight: 200;
  font-size: 1.3rem;
}
@media (max-width: 1280px) {
  .bg1-super .container .flex .box .title h3 span:nth-child(1) {
    font-size: 1.1rem;
  }
}
.bg1-super .container .flex .box .title h3 span:nth-child(2) {
  font-size: 1.9rem;
}
@media (max-width: 1280px) {
  .bg1-super .container .flex .box .title h3 span:nth-child(2) {
    font-size: 1.6rem;
  }
}
@media (max-width: 414px) {
  .bg1-super .container .flex .box .title h3 span:nth-child(2) {
    font-size: 1.3rem;
  }
}
.bg1-super .container .flex .box .title .button-play {
  position: absolute;
  top: -35px;
  right: 30px;
}
@media (max-width: 1330px) {
  .bg1-super .container .flex .box .title .button-play {
    right: 7px;
  }
}
@media (max-width: 900px) {
  .bg1-super .container .flex .box .title .button-play {
    right: 52px;
    top: -30px;
  }
}
@media (max-width: 414px) {
  .bg1-super .container .flex .box .title .button-play {
    right: 25px;
  }
}
.bg1-super .container .flex .box .title .button-play button {
  border-radius: 50px;
  background-color: #ff7500;
  width: 75px;
  height: 75px;
  box-shadow: none;
  border-width: 0px;
  position: relative;
}
@media (max-width: 1280px) {
  .bg1-super .container .flex .box .title .button-play button {
    width: 55px;
    height: 55px;
  }
}
.bg1-super .container .flex .box .title .button-play button:after {
  content: "";
  background-image: url(../../img/play.svg);
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 20px;
  left: 25px;
}
@media (max-width: 1280px) {
  .bg1-super .container .flex .box .title .button-play button:after {
    width: 20px;
    height: 20px;
    top: 17px;
    left: 22px;
  }
}

.bg2-super {
  padding-top: 280px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1450px) {
  .bg2-super {
    padding-top: 190px;
  }
}
@media (max-width: 1180px) {
  .bg2-super {
    padding-top: 250px;
  }
}
@media (max-width: 1024px) {
  .bg2-super {
    padding-top: 200px;
  }
}
@media (max-width: 900px) {
  .bg2-super {
    padding-top: 150px;
  }
}
@media (max-width: 768px) {
  .bg2-super {
    padding-top: 100px;
  }
}
@media (max-width: 550px) {
  .bg2-super {
    padding-top: 53px;
  }
}
.bg2-super:after {
  content: "";
  background-image: url(../../img/element1-bg2.svg);
  background-repeat: no-repeat;
  width: 400px;
  height: 1000px;
  position: absolute;
  top: 35%;
  left: 5%;
  z-index: -1;
}
.bg2-super::before {
  content: "";
  background-image: url(../../img/element2-bg2.svg);
  background-repeat: no-repeat;
  width: 200px;
  height: 1000px;
  position: absolute;
  top: 30%;
  right: 5%;
  z-index: -1;
}
.bg2-super .container {
  max-width: 1400px;
  margin: auto;
}
.bg2-super .container h2 {
  color: #283c61;
  text-align: center;
  font-size: 2.6rem;
  padding-top: 40px;
}
@media (max-width: 1180px) {
  .bg2-super .container h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 900px) {
  .bg2-super .container h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .bg2-super .container h2 {
    font-size: 1.9rem;
  }
}
@media (max-width: 650px) {
  .bg2-super .container h2 {
    font-size: 1.5rem;
  }
}
.bg2-super .container .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
  margin: auto;
  padding: 80px 0;
}
@media (max-width: 1180px) {
  .bg2-super .container .flex {
    max-width: 70%;
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .bg2-super .container .flex {
    max-width: 85%;
  }
}
@media (max-width: 768px) {
  .bg2-super .container .flex {
    flex-direction: column;
  }
}
@media (max-width: 550px) {
  .bg2-super .container .flex {
    padding: 30px 0;
  }
}
.bg2-super .container .flex .box {
  width: 48%;
  border-radius: 300px;
  background-color: #cdf2fc;
  padding: 80px 20px 50px 20px;
  min-height: 1040px;
}
@media (max-width: 1180px) {
  .bg2-super .container .flex .box {
    min-height: 1010px;
  }
}
@media (max-width: 1024px) {
  .bg2-super .container .flex .box {
    min-height: 900px;
  }
}
@media (max-width: 900px) {
  .bg2-super .container .flex .box {
    min-height: 844px;
  }
}
@media (max-width: 768px) {
  .bg2-super .container .flex .box {
    min-height: 770px;
    width: 90%;
  }
}
@media (max-width: 414px) {
  .bg2-super .container .flex .box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .bg2-super .container .flex .box:nth-child(1) {
    margin-bottom: 50px;
  }
}
.bg2-super .container .flex .box:nth-child(1) .image {
  max-width: 80%;
  margin: auto;
  padding-top: 50px;
}
@media (max-width: 1180px) {
  .bg2-super .container .flex .box:nth-child(1) .image {
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .bg2-super .container .flex .box:nth-child(1) .image {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .bg2-super .container .flex .box:nth-child(1) .image {
    max-width: 65%;
    padding-top: 0px;
  }
}
@media (max-width: 414px) {
  .bg2-super .container .flex .box:nth-child(1) .image {
    max-width: 90%;
  }
}
.bg2-super .container .flex .box .image {
  height: 450px;
}
@media (max-width: 1024px) {
  .bg2-super .container .flex .box .image {
    height: 380px;
  }
}
@media (max-width: 900px) {
  .bg2-super .container .flex .box .image {
    height: 330px;
  }
}
@media (max-width: 550px) {
  .bg2-super .container .flex .box .image {
    height: 250px;
  }
}
.bg2-super .container .flex .box .image img {
  height: 100%;
}
.bg2-super .container .flex .box .title {
  margin-top: 30px;
}
.bg2-super .container .flex .box .title h3 {
  text-align: center;
  font-family: "Cartoonish";
  font-weight: 300;
  line-height: 63px;
}
@media (max-width: 1180px) {
  .bg2-super .container .flex .box .title h3 {
    line-height: 55px;
  }
}
@media (max-width: 900px) {
  .bg2-super .container .flex .box .title h3 {
    line-height: 44px;
  }
}
.bg2-super .container .flex .box .title h3 span {
  display: block;
}
.bg2-super .container .flex .box .title h3 span:nth-child(1) {
  color: #f29222;
  font-size: 6rem;
}
@media (max-width: 1180px) {
  .bg2-super .container .flex .box .title h3 span:nth-child(1) {
    font-size: 4.5rem;
  }
}
@media (max-width: 900px) {
  .bg2-super .container .flex .box .title h3 span:nth-child(1) {
    font-size: 4rem;
  }
}
@media (max-width: 414px) {
  .bg2-super .container .flex .box .title h3 span:nth-child(1) {
    font-size: 3.8rem;
    line-height: 40px;
  }
}
.bg2-super .container .flex .box .title h3 span:nth-child(2) {
  color: #004b97;
  font-size: 3.2rem;
}
@media (max-width: 1180px) {
  .bg2-super .container .flex .box .title h3 span:nth-child(2) {
    font-size: 2.6rem;
  }
}
@media (max-width: 900px) {
  .bg2-super .container .flex .box .title h3 span:nth-child(2) {
    font-size: 2.2rem;
  }
}
.bg2-super .container .flex .box .txt {
  padding-top: 25px;
}
@media (max-width: 1180px) {
  .bg2-super .container .flex .box .txt {
    padding-top: 10px;
  }
}
.bg2-super .container .flex .box .txt p {
  text-align: center;
  color: #4d4d4d;
  font-size: 1rem;
  max-width: 75%;
  margin: auto;
  font-weight: 200;
}
@media (max-width: 1180px) {
  .bg2-super .container .flex .box .txt p {
    max-width: 90%;
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .bg2-super .container .flex .box .txt p {
    max-width: 70%;
  }
}
@media (max-width: 414px) {
  .bg2-super .container .flex .box .txt p {
    max-width: 90%;
  }
}
.bg2-super .container .flex .box .txt p:nth-child(1) {
  margin-bottom: 15px;
}
.bg2-super .container .flex .box .txt p span {
  font-weight: bold;
}

.bg3-super {
  position: relative;
  padding-top: 200px;
  overflow: hidden;
  height: 450px;
}
@media (max-width: 1450px) {
  .bg3-super {
    padding-top: 36px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .bg3-super {
    height: 290px;
  }
}
@media (max-width: 550px) {
  .bg3-super {
    height: 200px;
  }
}
@media (max-width: 414px) {
  .bg3-super {
    height: 170px;
  }
}
.bg3-super .box {
  position: absolute;
  bottom: -75px;
}
@media (max-width: 1330px) {
  .bg3-super .box {
    bottom: -96px;
  }
}
@media (max-width: 414px) {
  .bg3-super .box {
    bottom: -40px;
  }
}
.bg3-super .box:nth-child(1) {
  left: -20px;
  width: 25%;
}
@media (max-width: 1330px) {
  .bg3-super .box:nth-child(1) {
    width: 30%;
  }
}
@media (max-width: 900px) {
  .bg3-super .box:nth-child(1) {
    width: 45%;
  }
}
@media (max-width: 550px) {
  .bg3-super .box:nth-child(1) {
    bottom: -50px;
  }
}
.bg3-super .box:nth-child(2) {
  right: -54px;
  width: 30%;
}
@media (max-width: 1330px) {
  .bg3-super .box:nth-child(2) {
    width: 40%;
  }
}
@media (max-width: 900px) {
  .bg3-super .box:nth-child(2) {
    width: 55%;
  }
}

footer {
  background-color: #a1cfe6;
  padding: 35px 0;
}
footer .container {
  max-width: 90%;
  margin: auto;
}
footer .container .flex {
  display: flex;
  justify-content: initial;
  align-items: center;
}
@media (max-width: 768px) {
  footer .container .flex {
    flex-direction: column;
  }
}
footer .container .flex .box {
  width: 45%;
}
@media (max-width: 768px) {
  footer .container .flex .box {
    width: 100%;
  }
}
footer .container .flex .box p {
  color: #004b97;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  footer .container .flex .box p {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  footer .container .flex .box p {
    text-align: center;
  }
}
footer .container .flex .box:nth-child(2) {
  text-align: right;
}
@media (max-width: 768px) {
  footer .container .flex .box:nth-child(2) {
    text-align: center;
    margin-top: 10px;
  }
}
footer .container .flex .box:nth-child(2) a {
  color: #004b97;
  font-weight: 300;
  text-decoration: none;
  font-size: 1rem;
}
footer .container .flex .box:nth-child(2) a:nth-child(1) {
  margin-right: 50px;
}
footer .container .flex .box:nth-child(2) a:hover {
  color: #ff7500;
}

.popup-backdrop {
  position: fixed;
  top: 0;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.7);
}
.popup-backdrop .popup-reserva {
  margin: auto;
  background-color: white;
  padding: 45px;
  position: relative;
  overflow: scroll;
  width: 95vw;
  height: 95%;
}
@media (max-width: 650px) {
  .popup-backdrop .popup-reserva {
    height: 50%;
  }
}
@media (max-width: 414px) {
  .popup-backdrop .popup-reserva {
    padding: 40px;
  }
}
.popup-backdrop .popup-reserva .close {
  position: absolute;
  top: 13px;
  right: 13px;
}
.popup-backdrop .popup-reserva .close button {
  background-color: #004b97;
  border: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
}
.popup-backdrop .popup-reserva .close button:after {
  content: "";
  background-image: url(../../img/cross.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 12px;
}
.popup-backdrop .popup-reserva .main-container {
  width: 99%;
  height: 100%;
}
.popup-backdrop .popup-reserva .main-container .container-video {
  height: 100%;
}
.popup-backdrop .popup-reserva .main-container .container-video iframe {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=home.css.map */
