@charset "UTF-8";
/* CSS Document */
* {
  font-family: tk-oscine-n4, Helvetica, Arial, sans-serif
}
html {
  scroll-behavior: smooth;
}
b {
  font-weight: 700;
}
.layout-canvas-g {
  background-color: #fff;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
.layout-canvas-g > .header, .layout-canvas-g > .section, .layout-canvas-g > .footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  word-wrap: break-word;
}
.layout-canvas-g > .section {
  margin: 0;
}
.layout-canvas-g > .section > .columns {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
body {
  color: #000;
  font-family: font-family: tk-oscine-n4, Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0 auto;
  max-width: 100vw;
}
.layout-canvas-g > .section > .columns {
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  padding-bottom: 16px;
  padding-top: 36px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}
#header.sticky,
body.gracias #header,
body.gracias header{
  background-color: #01a2f5;
}
body.gracias #header{
  height: 82px
}
body.gracias header {
transition: unset !important;
-webkit-transition: unset !important;
}
body.gracias div.hero {
 display: none
}
header .section {
  max-width: 100vw;
  padding-left: 5vw;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.header-light__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 18px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
header img {
  max-width: 180px;
  height: auto
}
.logo__link {
  display: block;
  line-height: 0;
  text-decoration: none;
}
#header.sticky header {
  background-color: #01a2f5;
}
.hero, .hero table, .hero td {
  height: 640px
}
.fondo-hero {
  background: url('https://image.m.aldeasinfantiles.es/lib/fe3511717564047e771c77/m/1/3f8977e6-b0ef-499e-95c1-757060d98d77.png') no-repeat;
  background-size: cover;
  height: 100%;
  padding: 30px 5vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
div.hero .responsive-td:nth-of-type(2) td.camarker-inner {
  background: #fff;
  z-index: 99;
  position: relative;
}
.flexContainer p {
  color: #fff;
  font-size: 20px;
}
.flexContainer h1 {
  color: #fff;
  font-size: 36px;
  margin: 0
}
.form-container {
  background: #0965B3;
  height: 100%;
  border-bottom-right-radius: 80px;
  padding: 40px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99;
  position: relative;
}
.form-container .formElements {
  margin: 0 auto;
  width: 80%
}
.form-container h2 {
  color: #fff;
  margin-top: 0;
  font-size: 24px
}
.form-input:not(.form-input--placeholder) {
  position: relative;
  margin-bottom: 15px
}
.button {
  border: 0;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: oscine, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 18px;
  outline: none;
  padding: 16px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
  background-color: #ec2f60;
  -webkit-box-shadow: 0 15px 10px -10px rgb(236 47 96 / 15%);
  box-shadow: 0 15px 10px -10px rgb(236 47 96 / 15%);
  -webkit-transition: background-color .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: background-color .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out;
  transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}
.button--arrow .button__text {
  display: inline-block;
  margin-left: 19px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.button--arrow:focus .button__text, .button--arrow:hover .button__text {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.button--arrow .button__icon {
  fill: #fff;
  height: 12px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  width: 19px;
}
.button--arrow:focus .button__icon, .button--arrow:hover .button__icon {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.form-contribution .button[type=submit] {
  width: 280px;
}
.label {
  color: #242424;
  display: inline-block;
  font-family: SF UI Text, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #0965b3;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0174bd;
  display: inline-block;
  font-family: SF UI Text, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px;
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease;
  vertical-align: bottom;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-input:not(.form-input--placeholder) .label {
  color: #85d1f0;
  cursor: text;
  font-family: SF UI Text, sans-serif;
  font-size: 15px;
  font-weight: 400;
  left: 20px;
  pointer-events: none;
  position: absolute;
  top: 12px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: top, color, font-size, -webkit-transform;
  transition-property: top, color, font-size, -webkit-transform;
  transition-property: top, color, transform, font-size;
  transition-property: top, color, transform, font-size, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 2;
}
.form-input:not(.form-input--placeholder) .input--filled ~ .label, .form-input:not(.form-input--placeholder) .input:focus ~ .label {
  color: #0965b3;
  font-size: 12px;
  top: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.required-field {
  color: #D3F2FF;
  font-style: italic;
  text-align: center;
  margin-bottom: 15px;
}
.legal {
  margin-bottom: 15px
}
.legal label, .legal label a {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0
  position: relative;
}
label input.checkbox {
    margin-left: 5px;
    opacity: 0;
    position: absolute;
}
.checkbox+span {
    display: inline-block;
    padding-left: 25px;
    position: relative;
}
.checkbox+span:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #a1a1a1;
    content: "";
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -25px;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
    width: 16px;
}
.checkbox__check {
    left: 4px;
    position: absolute;
    stroke: #242424;
    stroke-width: 2;
    top: 6px;
    visibility: hidden;
    z-index: 1;
}
.checkbox:checked+span .checkbox__check {
    visibility: visible;
}

/* Bloque contenido 1 */
.contenido1 {
  display: grid;
  grid-template-columns: 50% 50%;
  background: rgb(9, 101, 179);
  background: linear-gradient(180deg, rgba(9, 101, 179, 1) 0%, rgba(13, 158, 224, 1) 100%);
  max-width: 1100px;
  margin: 100px auto
}
.contenido1 .left {
  padding: 40px;
  color: #fff;
  display: flex;
  align-items: center;
}
.col-align {}
.contenido1 h3, .contenido3 h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px
}
.contenido1 h2, .contenido3 h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 20px
}
.contenido1 p, .contenido3 p {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0
}
.video {
  display: block;
  position: relative;
  margin: 0;
  height: 320px;
}
.video:hover {
  cursor: pointer
}
.video > img, .video iframe {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.video > img {
  width: 100%;
  object-fit: cover;
}
.video.video--played iframe {
  z-index: 20;
}
.video.active iframe {
  z-index: 20;
  width: 100%
}
.video .video__play {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  pointer-events: none;
  position: absolute;
  text-indent: -999em;
  top: 50%;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  width: 60px;
  z-index: 5;
}
.video .video__play:after {
  border: solid transparent;
  border-left-color: #009ee0;
  border-width: 12px 20px;
  content: '';
  height: 0;
  left: 50%;
  margin: -12px 0 0 -6px;
  position: absolute;
  top: 50%;
  width: 0;
}
.video:hover .video__play {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Bloque contenido 2 */
.contenido2 {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto 90px
}
.contenido2 h2, .contenido4 h2 {
  color: #0965B3;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 0
}
.contenido2 h3 {
  color: #0D9EE0;
  font-size: 28px;
  font-weight: normal
}
.contenido2 p, .contenido4 p, .contenido4 li {
  color: #444444;
  font-size: 18px;
  font-weight: normal
}
/* Bloque contenido 3 */
.contenido3 td {
  background: #009EE0;
  color: #fff;
  height: calc(390px - 80px);
  padding: 0;
  font-size: 0;
}
.contenido3 td.izq img {
  width: 100%;
  max-width: 100%;
  height: 390px;
  object-fit: cover;
  margin: 0
}
.contenido3 .col-dch {
  text-align: center;
  padding: 40px
}
.contenido3 .col-dch .container {
  text-align: left;
  max-width: 430px;
  margin: 0 auto
}
/* Bloque contenido 4 */
.contenido4 {
  max-width: 1100px;
  margin: 90px auto 0
}
.contenido4 ul {
  list-style: none;
  margin-bottom: 0;
  padding-bottom: 0
}
.contenido4 ul li {
  line-height: 24px
}
.contenido4 li:before {
  color: #0174bd;
  content: "\25CF";
  display: inline-block;
  margin-left: -28px;
  margin-right: 5px;
  text-align: right;
  width: 23px;
}
/* FOOTER */
footer {
  background-color: #025eab;
  background-image: url('https://image.m.aldeasinfantiles.es/lib/fe3511717564047e771c77/m/1/f84822cd-7443-4300-8ed6-50d835fd5cf1.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #fff;
  font-family: SF UI Text, sans-serif;
  font-size: 13px;
  margin-top: 100px;
  padding-bottom: 25px;
  padding-top: 25px;
}
footer a {
  color: #fff;
  text-decoration: none;
  font-size: 16px
}
footer .section {
  display: grid;
  grid-template-columns: 25% 75%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  max-width: 100vw;
  padding-left: 5vw;
}
.section-column {}
.footer-light__info, .footer-light__logo {
  padding-left: 18px;
  padding-right: 18px;
  width: 100%;
}
.logo__link {
  display: block;
  line-height: 0;
  text-decoration: none;
}
.footer-light .logo__icon {
  width: 172px;
}
.footer-light__copy {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
  opacity: .5;
}
.footer-light__info {
  display: block
}
.footer-light__icon {
  display: inline;
  fill: #fff;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
  width: 16px;
}
.footer-light__link {
  display: block;
}
.footer-light__link + .footer-light__link {
  margin-top: 17px;
}

/* GRACIAS */
body.gracias .columns.col1:nth-of-type(3) {
  margin-top: 60px
}
body.gracias .columns.col1:nth-of-type(3) table:nth-of-type(1) {
    max-width: 840px;
    margin: 60px auto 0;
}
body.gracias .contenido2 h2 {
    font-size: 28px;
    line-height: 32px;
}
body.gracias .contenido2 h3 {
   font-size: 20px;
    line-height: 22px;
   margin-bottom: 70px;
}
p.social-shared-big__title {
    color: #01a2f5;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}
.social-shared-big__title {
    color: #01a2f5;
    font-family: SF UI Text,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}
.social-shared-big__buttons {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    max-width: 650px;
}
.social-shared-big__button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 80%;
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
    align-self: center;
    justify-self: center;
}
.social-button--facebook {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0162be;
    border-radius: 4px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 60px;
    opacity: 1;
    padding: 0 20px;
    position: relative;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%;
    text-decoration: none;
    word-break: keep-all;
}
.social-button--facebook:after {
    border-left: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid #0162be;
    content: "";
    height: 0;
    left: 40px;
    position: absolute;
    top: 100%;
    width: 0;
}
.social-button__icon {
    fill: #fff;
    height: 100%;
    margin-right: 20px;
    max-height: 30px;
    max-width: 40px;
    width: 100%;
    align-self: center;
    justify-self: end;
    text-align: center;
}
.social-button--twitter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #01a2f5;
    border-radius: 4px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 60px;
    opacity: 1;
    padding: 0 20px;
    position: relative;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%;
    text-decoration: none
}
.social-button--twitter:after {
    border-left: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid #01a2f5;
    content: "";
    height: 0;
    left: 40px;
    position: absolute;
    top: 100%;
    width: 0;
}

/* MEDIA QUERIES */
@media only screen and (min-width: 641px) {
  .footer-light {
    font-size: 16px;
    line-height: 22px;
    margin-top: 200px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
  body.gracias .footer-light {
   margin-top: 100px
 }
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .hero--contribution .hero__content {
      height: auto;
      padding-bottom: 40px;
  }
  .hero .responsive-td {
    display: block;
    width: 100% !important
  }
  .hero, .hero table, .hero td {
      height: unset;
  }
  .fondo-hero {
    padding: 110px 5vw 40px;
    background-position: center;
    -webkit-box-shadow: 0 0 80px 10px rgb(0 0 0 / 88%) inset;
    box-shadow: inset 0 0 80px 10px rgb(0 0 0 / 88%);
  }
  .flexContainer h1 {
    font-size: 32px;
  }
  .form-container .formElements {
      width: 90%;
  }
  .button {
    width: 90%;
    font-size: 19px;
  }
  .contenido1 {
      display: block;
  }
  .contenido2 {
    text-align: center;
    max-width: 95vw;
    margin: 0 20px 50px;
  }
  .contenido2 h1 {
      font-size: 28px;
  }
  .contenido2 h3 {
      font-size: 20px;
  }
  .contenido3 td {
      display: block;
      width: 100%;
      height: auto;
  }
  .contenido3 .col-dch {
    max-width: calc(100vw - 80px);
  }
  .contenido2 h2,
  .contenido4 h2 {
    font-size: 28px;
  }
  .contenido2 p,
  .contenido4 p,
  .contenido4 li {
      font-size: 16px;
  }
  .contenido4 {
    max-width: 90vw;
  }
  .contenido4 ul {
      padding-left: 15px;
  }


  body.gracias .contenido2 {
      margin: 0 20px 0;
  }  
  body.gracias .contenido2 h3 {
      margin-bottom: 30px;
  }
  p.social-shared-big__title {
   font-size: 20px
  }
  .social-shared-big__buttons {
    display: block;
  }
  .social-shared-big__button {
      margin-bottom: 45px;
  }

  footer .section {
    display: block;
    margin-top: 30px;
  }
  .footer-light__info, .footer-light__logo {
      max-width: 100%;
  }
  .footer-light__logo {
    margin-bottom: 20px;
  }
}


