/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
html {
  font-size: 24px;
}

body {
  color: #29245c;
  background: #fff;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Catamaran", sans-serif;
  font-size: 24px;
}

body, html {
  max-width: 100%;
}

body, .smooth-container {
  scroll-behavior: smooth;
}

p {
  font-size: 24px;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0;
}

p b {
  font-weight: bold;
}

p a {
  text-decoration: underline;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2.1rem;
}

@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 15px;
  }
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-md {
  margin-right: -.5em;
  margin-left: -.5em;
}

.row.row-md > [class^="col-"],
.row.row-md > [class*=" col-"] {
  padding-right: .5em;
  padding-left: .5em;
}

.row.row-small {
  margin-right: -.3em;
  margin-left: -.3em;
}

.row.row-small > [class^="col-"],
.row.row-small > [class*=" col-"] {
  padding-right: .3em;
  padding-left: .3em;
}

.row.row-big {
  margin-right: -2.2rem;
  margin-left: -2.2rem;
}

.row.row-big > [class^="col-"],
.row.row-big > [class*=" col-"] {
  padding-right: 2.2rem;
  padding-left: 2.2rem;
}

@media only screen and (max-width: 550px) {
  .row.row-big {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-big > [class^="col-"],
  .row.row-big > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

* {
  outline: none;
}

a, button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media (max-width: 1500px) {
  html, body, p {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .animated,
  .animated-delay1,
  .animated-delay2,
  .animated-delay3,
  .animated-delay4,
  .wow {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important;
    visibility: visible !important;
  }
}

@font-face {
  font-family: 'Apercu';
  src: url("fonts/Apercu-Medium.woff2") format("woff2"), url("fonts/Apercu-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Apercu';
  src: url("fonts/Apercu-Bold.woff2") format("woff2"), url("fonts/Apercu-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Apercu';
  src: url("fonts/Apercu-Light.woff2") format("woff2"), url("fonts/Apercu-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Khand';
  src: url("fonts/Khand-Regular.woff2") format("woff2"), url("fonts/Khand-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Apercu';
  src: url("fonts/Apercu-Regular.woff2") format("woff2"), url("fonts/Apercu-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.carrusel {
  position: relative;
}

.carrusel.con-nav {
  padding: 0;
}

.carrusel .tns-nav {
  text-align: center;
  margin-top: 20px;
}

.carrusel .tns-nav button {
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 100%;
  margin: 0 6px;
  background: transparent;
  padding: 0;
}

@media only screen and (max-width: 1500px) {
  .carrusel .tns-nav button {
    width: 10px;
    height: 10px;
  }
}

.carrusel.amarillo button {
  border-color: #E3E1E6;
  background: #E3E1E6;
}

.carrusel.amarillo button.tns-nav-active {
  background: #dff970;
  border-color: #dff970;
}

.carrusel .tns-controls button {
  background: transparent;
  border-radius: 50%;
  font-size: 0;
  width: 3.3rem;
  height: 3.3rem;
  line-height: 1;
  border: none;
  text-align: center;
  position: absolute;
  padding: 3px 0 0;
  z-index: 10;
  top: 20%;
}

.carrusel .tns-controls button:first-child {
  left: -4.5rem;
  padding-right: 0px;
}

.carrusel .tns-controls button:last-child {
  right: -4.5rem;
  padding-left: 0px;
}

.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 3.5rem;
  color: #dff970;
}

.carrusel .tns-controls button:first-child:after {
  content: "\f053";
  padding-right: 4px;
}

.carrusel .tns-controls button:last-child:after {
  content: "\f054";
  padding-left: 4px;
}

.carrusel .tns-controls button:hover {
  opacity: 0.85;
}

@media only screen and (max-width: 640px) {
  .carrusel .tns-controls {
    display: none;
  }
  .carrusel .tns-controls button {
    width: 40px;
    height: 40px;
    line-height: 32px;
  }
  .carrusel .tns-controls button:after {
    font-size: 24px;
  }
  .carrusel .tns-controls button:first-child {
    left: 20px;
  }
  .carrusel .tns-controls button:last-child {
    right: 20px;
  }
}

.carrusel .tns-controls {
  display: none;
}

.carrusel.con-nav .tns-controls {
  display: block;
}

@media only screen and (max-width: 640px) {
  .carrusel.con-nav .tns-controls {
    display: none;
  }
}

.slide-home .carrusel .tns-nav {
  position: absolute;
  left: 160px;
  bottom: 1em;
  z-index: 999;
}

@media only screen and (max-width: 1550px) {
  .slide-home .carrusel .tns-nav {
    left: 80px;
  }
}

.c-movil {
  overflow: hidden;
}

@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 20px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
}

header {
  padding: 1rem 0;
  position: fixed;
  background: #ffcce3;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

header .head-top {
  position: relative;
  z-index: 2;
}

header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .logo {
  width: 21rem;
}

header .logo img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  header .logo {
    max-width: 100%;
    width: 15rem;
  }
}

@media only screen and (max-width: 550px) {
  header .logo {
    max-width: 100%;
    width: 10rem;
    padding-left: 1rem;
  }
}

header .redes a {
  color: #29245c;
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1rem;
}

header .redes a:hover {
  color: #4135ba;
}

@media only screen and (max-width: 550px) {
  header .redes a {
    font-size: 1.2rem;
  }
}

header nav {
  padding: 1.4rem 0 .8rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: absolute;
  left: 0;
  width: 100%;
  background: #ffcce3;
}

header nav.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

header nav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media only screen and (max-width: 768px) {
  header nav .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

header nav a {
  color: #29245c;
  font-weight: 900;
  font-size: .9rem;
}

@media only screen and (max-width: 768px) {
  header nav a {
    display: block;
    margin-bottom: 1rem;
  }
}

.btn-menu {
  z-index: 999;
  height: auto;
  cursor: pointer;
}

.btn-menu span {
  width: 30px;
  height: 4px;
  background-color: #29245c;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
}

.btn-menu.open span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.btn-menu.open span:nth-child(2) {
  opacity: 0;
}

.btn-menu.open span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-8px, -5px);
  transform: rotate(45deg) translate(-8px, -5px);
}

.video-home {
  background: #ffcce3;
  text-align: center;
  padding: 4.5rem 0;
}

.video-home .logo {
  margin: 0 auto 3.7rem;
  width: 28rem;
  max-width: 100%;
}

.video-home .logo img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .video-home .logo {
    padding: 0 2rem;
  }
}

.video-home .w-video {
  width: 50rem;
  margin: 0 auto;
  max-width: 100%;
}

.video-home .w-video img {
  width: 100%;
}

.slides {
  background: #ff83bb;
  padding: 4rem 0 0rem;
}

@media only screen and (max-width: 991px) {
  .slides {
    display: none;
  }
}

.slides .carrusel .tns-nav {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 2rem;
}

.slides .slide-1 {
  position: relative;
}

.slides .slide-1 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.slides .slide-1 .texto-slide1 {
  position: absolute;
  top: 16%;
  left: 7%;
  width: 48.7rem;
  max-width: 100%;
}

@media only screen and (max-width: 1100px) {
  .slides .slide-1 .texto-slide1 {
    width: 40rem;
  }
}

.slides .slide-1 .texto-slide1 h2 {
  font-size: 2.5rem;
  margin: 0 0 1rem;
  font-weight: 800;
  color: #29245c;
}

@media only screen and (max-width: 1100px) {
  .slides .slide-1 .texto-slide1 h2 {
    font-size: 2rem;
  }
}

.slides .slide-1 .texto-slide1 .texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slides .slide-1 .texto-slide1 .texto .izq {
  width: 45%;
  min-width: 45%;
  padding-left: 0rem;
}

@media only screen and (max-width: 1100px) {
  .slides .slide-1 .texto-slide1 .texto .izq {
    padding-left: 0;
  }
}

.slides .slide-1 .texto-slide1 .texto .der {
  width: 47%;
  min-width: 47%;
  padding-left: 0rem;
}

.slides .slide-1 .texto-slide1 .texto p {
  font-size: 1.66rem;
}

.slides .slide-1 .texto-slide1 .texto p b {
  font-weight: 800;
}

@media only screen and (max-width: 1100px) {
  .slides .slide-1 .texto-slide1 .texto p {
    font-size: 1.2rem;
  }
}

.slides .slide-2 {
  position: relative;
}

.slides .slide-2 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.slides .slide-2 .texto-slide2 {
  position: absolute;
  top: 30%;
  left: 7%;
  width: 30rem;
  max-width: 100%;
}

@media only screen and (max-width: 1100px) {
  .slides .slide-2 .texto-slide2 {
    width: 25rem;
  }
}

.slides .slide-2 .texto-slide2 p {
  font-size: 1.66rem;
}

@media only screen and (max-width: 1100px) {
  .slides .slide-2 .texto-slide2 p {
    font-size: 1.2rem;
  }
}

.slides .slide-2 .texto-slide2 p b {
  font-weight: 800;
}

.slides .slide-2 .texto-slide2 p.small {
  font-size: .85rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 1100px) {
  .slides .slide-2 .texto-slide2 p.small {
    font-size: .8rem;
  }
}

.slides .slide-3 {
  text-align: center;
  width: 55.4rem;
  margin: 0 auto;
}

.slides .slide-3 h3 {
  font-size: 2.7rem;
  margin: 5rem 0 2.5rem;
  font-weight: 800;
  color: #29245c;
}

@media only screen and (max-width: 1100px) {
  .slides .slide-3 h3 {
    font-size: 2rem;
  }
}

.slides .slide-3 p {
  font-size: 1.66rem;
  text-align: left;
}

.slides .slide-3 p b {
  font-weight: 800;
}

@media only screen and (max-width: 1100px) {
  .slides .slide-3 p {
    font-size: 1.2rem;
  }
}

.slides .slide-3 a {
  font-size: 1.16rem;
  font-weight: 800;
  color: #29245c;
  background: #dff970;
  border-radius: 40px;
  padding: 1rem 2rem;
  text-align: center;
  display: block;
  width: 40rem;
  max-width: 100%;
  margin: 2rem auto 0;
}

@media only screen and (max-width: 1100px) {
  .slides .slide-3 a {
    font-size: 1rem;
  }
}

.banner img {
  width: 100%;
  vertical-align: bottom;
}

.involucrate {
  background: #d463a2;
  padding: 7rem 0;
}

.involucrate .w-involucrate {
  text-align: center;
  width: 36rem;
  max-width: 100%;
  margin: 0 auto;
}

.involucrate .w-involucrate img {
  width: 25rem;
  margin-bottom: 1rem;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .involucrate .w-involucrate img {
    max-width: 80%;
    margin: 0 auto 1rem;
  }
}

.involucrate .w-involucrate h3 {
  margin: 0 0 1.3rem;
  font-weight: 800;
  color: #fff;
  font-size: 3.33rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .involucrate .w-involucrate h3 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 550px) {
  .involucrate .w-involucrate h3 {
    font-size: 2rem;
  }
}

.involucrate .w-involucrate p {
  font-size: 1.6rem;
}

.involucrate .w-involucrate p b {
  font-weight: 800;
}

@media only screen and (max-width: 768px) {
  .involucrate .w-involucrate p {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 550px) {
  .involucrate .w-involucrate p {
    font-size: 1.2rem;
  }
}

.tu-ayuda {
  text-align: center;
  background: #ff83bb;
  padding: 2.5rem 1rem 2rem;
  font-size: 2.9rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .tu-ayuda {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .tu-ayuda {
    font-size: 1.4rem;
  }
}

.sensibiliza {
  background: #d463a2;
  padding: 8rem 0 2rem;
}

.sensibiliza .texto {
  text-align: center;
  width: 44rem;
  max-width: 100%;
  margin: 0 auto 3rem;
}

.sensibiliza .texto h3 {
  margin: 0 0 3.3rem;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 800;
}

@media only screen and (max-width: 768px) {
  .sensibiliza .texto h3 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .sensibiliza .texto h3 {
    font-size: 1.6rem;
  }
}

.sensibiliza .texto p {
  font-size: 1.6rem;
  padding: 0 2rem;
}

.sensibiliza .texto p a {
  font-weight: 800;
  text-decoration: underline;
  color: #29245c;
}

@media only screen and (max-width: 768px) {
  .sensibiliza .texto p {
    font-size: 1.4rem;
    padding: 0;
  }
}

@media only screen and (max-width: 550px) {
  .sensibiliza .texto p {
    font-size: 1.2rem;
  }
}

.sensibiliza .contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 60rem;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .sensibiliza .contenido {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.sensibiliza .contenido .video {
  width: 50%;
  min-width: 50%;
  padding-right: 5rem;
}

@media only screen and (max-width: 768px) {
  .sensibiliza .contenido .video {
    padding-right: 0;
    width: 100%;
    min-width: 100%;
    margin-bottom: 2rem;
  }
}

.sensibiliza .contenido .video .w-video {
  margin-bottom: .5rem;
}

.sensibiliza .contenido .video .w-video img {
  width: 100%;
}

.sensibiliza .contenido .video .w-video video {
  width: 100%;
}

.sensibiliza .contenido .video .comparte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.sensibiliza .contenido .video .comparte p {
  margin: 0;
  font-size: .85rem;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.sensibiliza .contenido .video .comparte a {
  color: #fff;
  font-size: 1.1rem;
  margin-left: .8rem;
  display: block;
}

.sensibiliza .contenido .video .comparte a:hover {
  color: #29245c;
}

.sensibiliza .contenido .galeria {
  width: 50%;
  min-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .sensibiliza .contenido .galeria {
    width: 100%;
    min-width: 100%;
  }
}

.sensibiliza .contenido .galeria .item-gal {
  width: 26%;
  padding: .4rem;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.sensibiliza .contenido .galeria .item-gal:hover {
  opacity: .8;
}

@media only screen and (max-width: 550px) {
  .sensibiliza .contenido .galeria .item-gal {
    width: 50%;
  }
}

.sensibiliza .contenido .galeria .item-gal img {
  width: 100%;
  vertical-align: bottom;
}

.pop-galeria {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
  padding: 3rem 15px;
  text-align: center;
}

.pop-galeria.visible {
  display: block;
}

@media only screen and (max-width: 768px) {
  .pop-galeria {
    overflow: auto;
    padding: 1rem;
  }
}

.pop-galeria .w-galeria {
  background: #ffcce3;
  padding: 3rem;
  width: 39rem;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: left;
}

@media only screen and (max-width: 550px) {
  .pop-galeria .w-galeria {
    padding: 3rem 1rem 2rem;
  }
}

.pop-galeria .w-galeria .cerrar-pop {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #002969;
  font-size: 1.7rem;
  cursor: pointer;
}

.pop-galeria .w-galeria .galeria-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0rem;
}

@media only screen and (max-width: 768px) {
  .pop-galeria .w-galeria .galeria-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.pop-galeria .w-galeria .galeria-1 .logo {
  width: 47%;
  min-width: 47%;
  text-align: center;
}

.pop-galeria .w-galeria .galeria-1 .logo img {
  width: 14.5rem;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .pop-galeria .w-galeria .galeria-1 .logo {
    width: 100%;
    min-width: 100%;
    margin-bottom: 1rem;
  }
}

.pop-galeria .w-galeria .galeria-1 .texto-gal {
  width: 47%;
  min-width: 47%;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .pop-galeria .w-galeria .galeria-1 .texto-gal {
    width: 100%;
    min-width: 100%;
  }
}

.pop-galeria .w-galeria .galeria-2 .texto-gal p {
  color: #29245c;
  font-size: 1.1rem;
  padding: 0;
}

.pop-galeria .w-galeria .galeria-1 .texto-gal p b {
  font-weight: 900;
}

.pop-galeria .w-galeria .galeria-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -1.7rem;
}

@media only screen and (max-width: 768px) {
  .pop-galeria .w-galeria .galeria-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.pop-galeria .w-galeria .galeria-2 .imagen {
  width: 47%;
  min-width: 47%;
}

@media only screen and (max-width: 768px) {
  .pop-galeria .w-galeria .galeria-2 .imagen {
    width: 100%;
    min-width: 100%;
  }
}

.pop-galeria .w-galeria .galeria-2 .imagen img {
  width: 92%;
  height: 80%;
  margin-bottom: 0.3rem;
}

.pop-galeria .w-galeria .galeria-2 .imagen .botones {
  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;
}

.pop-galeria .w-galeria .galeria-2 .imagen .botones a {
  background: #002969;
  display: block;
  width: 7rem;
  padding: .5rem 1rem;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 550px) {
  .pop-galeria .w-galeria .galeria-2 .imagen .botones a {
    font-size: .9rem;
    width: auto;
  }
}

.pop-galeria .w-galeria .galeria-2 .des-gal {
  width: 47%;
  min-width: 47%;
}

@media only screen and (max-width: 768px) {
  .pop-galeria .w-galeria .galeria-2 .des-gal {
    width: 100%;
    min-width: 100%;
  }
}

.pop-galeria .w-galeria .galeria-2 .des-gal .logo {
  margin: 0 auto 1.2rem;
  width: 10rem;
  max-width: 100%;
}

.pop-galeria .w-galeria .galeria-2 .des-gal .logo img {
  width: 100%;
}

.pop-galeria .w-galeria .galeria-2 .des-gal h4 {
  margin: 0 0 1rem;
  color: #d463a2;
  font-weight: 900;
  font-size: 1.25rem;
}

.pop-galeria .w-galeria .galeria-2 .des-gal p {
  font-size: 1rem;
  color: #29245c;
}

.talentos {
  background: #d463a2;
  padding: 5rem 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .talentos {
    min-height: 0;
  }
}

.talentos .texto {
  text-align: center;
  width: 44rem;
  max-width: 100%;
  margin: 0 auto 3rem;
}

.talentos .texto h3 {
  margin: 0 0 3.3rem;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 800;
}

@media only screen and (max-width: 768px) {
  .talentos .texto h3 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .talentos .texto h3 {
    font-size: 1.6rem;
  }
}

.talentos .texto p {
  font-size: 1.6rem;
  padding: 0 2rem;
  margin-bottom: 5rem;
}

.talentos .texto p a {
  font-weight: 800;
  text-decoration: underline;
  color: #29245c;
}

@media only screen and (max-width: 768px) {
  .talentos .texto p {
    font-size: 1.4rem;
    padding: 0;
  }
}

@media only screen and (max-width: 550px) {
  .talentos .texto p {
    font-size: 1.2rem;
  }
}

.talentos .texto a.btn {
  font-size: 1.6rem;
  font-weight: 800;
  color: #29245c;
  background: #dff970;
  border-radius: 40px;
  padding: .7rem 2.3rem;
  text-align: center;
  display: block;
  width: 40rem;
  max-width: 100%;
}

.talentos .texto a.btn:hover {
  background: #d4f73f;
}

@media only screen and (max-width: 768px) {
  .talentos .texto a.btn {
    font-size: 1.2rem;
    padding: .7rem 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .talentos .texto a.btn {
    font-size: .9rem;
    padding: .7rem 1.5rem;
  }
}

.ayuda {
  background: #77c8d2;
  padding: 6rem 0;
  text-align: center;
  min-height: 100vh;
}

@media only screen and (max-width: 768px) {
  .ayuda {
    min-height: 250px;
  }
}

.ayuda h3 {
  margin: 0 0 3.3rem;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 800;
}

@media only screen and (max-width: 768px) {
  .ayuda h3 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .ayuda h3 {
    font-size: 1.6rem;
  }
}

.campana {
  background: #29245c;
  padding: 5rem 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .campana {
    min-height: 250px;
  }
}

.campana .texto {
  text-align: center;
  width: 50rem;
  max-width: 100%;
  margin: 0 auto 3rem;
}

.campana .texto h3 {
  margin: 0 0 3.3rem;
  font-size: 3.3rem;
  color: #ffcce3;
  font-weight: 800;
}

@media only screen and (max-width: 768px) {
  .campana .texto h3 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 550px) {
  .campana .texto h3 {
    font-size: 2rem;
  }
}

.campana .texto p {
  font-size: 1.6rem;
  padding: 0 2rem;
  width: 38.3rem;
  max-width: 100%;
  margin: 0 auto 5rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .campana .texto p {
    font-size: 1.4rem;
    padding: 0;
  }
}

@media only screen and (max-width: 550px) {
  .campana .texto p {
    font-size: 1.2rem;
  }
}

.campana .texto p a {
  font-weight: 800;
  text-decoration: underline;
  color: #29245c;
}

.campana .texto a.btn {
  font-size: 1.6rem;
  font-weight: 800;
  color: #29245c;
  background: #dff970;
  border-radius: 40px;
  padding: .7rem 3rem;
  text-align: center;
  display: block;
  width: 39rem;
  max-width: 100%;
  margin: 0 auto;
}

.campana .texto a.btn:hover {
  background: #d4f73f;
}

@media only screen and (max-width: 768px) {
  .campana .texto a.btn {
    font-size: 1.4rem;
    padding: .7rem 1.5rem;
  }
}

@media only screen and (max-width: 550px) {
  .campana .texto a.btn {
    font-size: 1rem;
  }
}

.enterate {
  background: #002969;
  padding: 5rem 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .enterate {
    min-height: 250px;
  }
}

.enterate h3 {
  margin: 0 0 3.3rem;
  font-size: 3.3rem;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .enterate h3 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 550px) {
  .enterate h3 {
    font-size: 2rem;
  }
}

.enterate .carrusel {
  width: 54rem;
  max-width: 100%;
  margin: 0 auto;
}

.enterate .carrusel .tns-nav {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .enterate .carrusel {
    padding: 0 3rem;
  }
  .enterate .carrusel .tns-controls button:first-child {
    left: -1rem;
  }
  .enterate .carrusel .tns-controls button:last-child {
    right: -1rem;
  }
}

.enterate .carrusel .tns-controls {
  display: block;
}

@media only screen and (max-width: 640px) {
  .enterate .carrusel .tns-controls {
    display: block;
  }
  .enterate .carrusel .tns-controls button:after {
    font-size: 2rem;
  }
  .enterate .carrusel .tns-controls button:first-child {
    left: -.2rem;
  }
  .enterate .carrusel .tns-controls button:last-child {
    right: -.2rem;
  }
}

.enterate .box-noticia {
  display: block;
}

.enterate .box-noticia figure {
  margin-bottom: 1rem;
}

.enterate .box-noticia figure img {
  width: 100%;
}

.enterate .box-noticia h4 {
  color: #fff;
  font-size: 1.25rem;
  margin: 0;
}

.enterate .box-noticia p {
  color: #fff;
  line-height: 1.3;
}

.pop-formulario {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
  padding: 1rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .pop-formulario {
    padding: 1rem;
    overflow: auto;
  }
}

.pop-formulario.visible {
  display: block;
}

.pop-formulario .w-form {
  background: #d463a2;
  padding: 1.2rem 1.5rem;
  width: 44rem;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .pop-formulario .w-form {
    padding: 4rem 1rem 2rem;
  }
}

.pop-formulario .w-form .cerrar-pop {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #002969;
  font-size: 1.7rem;
  cursor: pointer;
}

.pop-formulario .w-form h3 {
  font-size: 2rem;
  margin: 0 0 2rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .pop-formulario .w-form h3 {
    font-size: 1rem;
  }
}

.pop-formulario .w-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 768px) {
  .pop-formulario .w-form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.pop-formulario .w-form .form-group.right {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pop-formulario .w-form .form-group label {
  display: block;
  margin: 0;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  width: 10rem;
  min-width: 10rem;
  text-align: right;
  padding-top: .4rem;
  padding-right: 1rem;
}

@media only screen and (max-width: 768px) {
  .pop-formulario .w-form .form-group label {
    text-align: left;
    font-size: 1rem;
    margin-bottom: .5rem;
  }
}

.pop-formulario .w-form .form-group input {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #fff;
  border: none;
  border-radius: 30px;
  padding: .5rem 1rem;
}

.pop-formulario .w-form .form-group select {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 30px;
  padding: .5rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.png");
  background-size: auto 6px;
  background-position: calc(100% - 1rem) center;
  background-color: #fff;
  border: none;
  width: 100%;
}

.pop-formulario .w-form .form-group textarea {
  width: 100%;
  height: 4.5rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #fff;
  border: none;
  border-radius: 30px;
  padding: 1rem 1rem;
}

.pop-formulario .w-form .form-group input[type="submit"] {
  background: #dff970;
  padding: .7rem 1rem .5rem;
  border-radius: 30px;
  color: #29245c;
  font-weight: bold;
  font-size: 1.5rem;
  width: 8rem;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

@media only screen and (max-width: 768px) {
  .pop-formulario .w-form .form-group input[type="submit"] {
    font-size: 1.2rem;
  }
}

.parte-de {
  background: #29245c;
  padding: 10rem 0 8rem;
}

.parte-de .wrap {
  padding: 0 9rem;
}

@media only screen and (max-width: 991px) {
  .parte-de .wrap {
    padding: 0 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .parte-de .wrap {
    padding: 0 15px;
  }
}

.parte-de h1 {
  margin: 0 0 3rem;
  font-size: 2.5rem;
  font-weight: 900;
  color: #ffcce3;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .parte-de h1 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .parte-de h1 {
    font-size: 1.6rem;
  }
}

.parte-de .bajada {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  width: 41.6rem;
  max-width: 100%;
  margin: 0 auto 6rem;
}

@media only screen and (max-width: 768px) {
  .parte-de .bajada {
    font-size: 1.2rem;
  }
}

.parte-de .texto {
  color: #fff;
  text-align: justify;
  line-height: 1.3;
}

.parte-de .texto span.pais {
  font-weight: 900;
  color: #ff83bb;
  font-size: 1.3rem;
  display: inline-block;
  margin: 0 .7rem;
  line-height: 1;
}

.parte-de .texto span.pais:first-child {
  margin-left: 0;
}

.lineamientos {
  background: #ff83bb;
  padding: 10rem 0 8rem;
}

.lineamientos .wrap {
  padding: 0 9rem;
}

@media only screen and (max-width: 991px) {
  .lineamientos .wrap {
    padding: 0 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .lineamientos .wrap {
    padding: 0 15px;
  }
}

.lineamientos h1 {
  margin: 0 auto 3rem;
  font-size: 2.5rem;
  font-weight: 900;
  color: #29245c;
  text-transform: uppercase;
  text-align: center;
  max-width: 39rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .lineamientos h1 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .lineamientos h1 {
    font-size: 1.5rem;
  }
}

.lineamientos .texto {
  width: 50rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.lineamientos p {
  font-size: 1.66rem;
}

@media only screen and (max-width: 768px) {
  .lineamientos p {
    font-size: 1.2rem;
  }
}

.lineamientos a {
  font-size: 1.16rem;
  font-weight: 800;
  color: #29245c;
  background: #dff970;
  border-radius: 40px;
  padding: 1rem 1rem;
  text-align: center;
  display: block;
  width: 39rem;
  max-width: 100%;
  margin: 4rem auto 0;
}

.situacion {
  display: none;
  padding: 3rem 0;
}

@media only screen and (max-width: 991px) {
  .situacion {
    display: block;
    background: #ff83bb;
    text-align: center;
  }
  .situacion h2 {
    font-weight: 900;
    color: #002969;
    margin: 0 0 1.5rem;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 991px) and (max-width: 550px) {
  .situacion h2 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .situacion p {
    color: #002969;
    position: relative;
    z-index: 2;
    font-size: 1.2rem;
  }
  .situacion p b {
    font-weight: 900;
  }
}

@media only screen and (max-width: 991px) and (max-width: 550px) {
  .situacion p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .situacion .texto-caja {
    padding: 1.5rem 1rem;
    position: relative;
    margin-bottom: 2rem;
  }
  .situacion .texto-caja img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .situacion .texto-casa {
    text-align: left;
    padding-right: 35%;
    position: relative;
    margin-bottom: 4rem;
  }
  .situacion .texto-casa img {
    position: absolute;
    width: 35%;
    right: -15px;
    top: 0;
  }
}

footer {
  padding: 2rem 0;
  background: #1a1a1a;
}

footer .wrap {
  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;
  padding: 0 4.2rem;
}

@media only screen and (max-width: 991px) {
  footer .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 768px) {
  footer .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
  }
}

footer .f-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .f-1 .logos {
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .f-1 .logos a {
  margin-bottom: 1rem;
}

footer .f-1 .logos img {
  width: 9rem;
}

@media only screen and (max-width: 768px) {
  footer .f-1 {
    width: 100%;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .f-1 .logos {
    padding-left: 0;
    margin-bottom: 2rem;
  }
  footer .f-1 .logos a {
    margin-bottom: 1rem;
  }
}

footer .logo {
  width: 7.4rem;
  display: block;
}

footer .logo img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  footer .logo {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  footer .logo {
    margin: 0 auto 2rem;
    max-width: 100%;
  }
}

footer .f-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  footer .f-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .f-2 a {
  display: block;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  footer .f-2 a {
    width: 40%;
    text-align: center;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  footer .f-2 a {
    width: 100%;
    margin: 0 0 2rem !important;
  }
}

footer .f-2 a.btn-involucrate {
  background: #dff970;
  color: #29245c;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  border-radius: 30px;
  padding: .7rem 2rem .4rem;
}

footer .f-2 a.btn-involucrate:hover {
  background: #d4f73f;
}

@media only screen and (max-width: 768px) {
  footer .f-2 a.btn-involucrate {
    width: 100%;
  }
}

footer .f-2 a.clacai {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 1rem 0 3rem;
}

@media only screen and (max-width: 768px) {
  footer .f-2 a.clacai {
    margin-bottom: 1.5rem;
    margin-right: 0;
    margin-left: 0;
  }
}

footer .f-2 a.red {
  font-size: .85rem;
  text-transform: uppercase;
  margin-left: 2rem;
}

footer .f-2 a.red i {
  font-size: 1.2rem;
  margin-right: .3rem;
}

.video-home .w-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-home .w-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sensibiliza .contenido .video .w-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.sensibiliza .contenido .video .w-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=estilos.css.map */