<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.span-color {
  color: #c9affd;
}

*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  font-family: 'Open Sans', sans-serif;
}

.heading-secundary {
  position: relative;
  display: block;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  z-index: 8;
}
.heading-secundary:after {
  position: relative;
  content: '';
  display: block;
  margin: 2rem auto;
  width: 5rem;
  height: .2rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .heading-secundary {
    font-size: 2.4rem;
  }
  .heading-secundary:after {
    margin: 2.5rem auto;
    width: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .heading-secundary {
    font-size: 2.6rem;
  }
}

.heading-tertiary {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  z-index: 8;
}
@media screen and (min-width: 768px) {
  .heading-tertiary {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 992px) {
  .heading-tertiary {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}

.heading-small {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.paragraph {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
}
.paragraph--blanco {
  color: #fff;
}

.u-medium-margin-top {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .u-medium-margin-top {
    margin-top: 7.5rem;
  }
}

.u-medium-margin-bottom {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .u-medium-margin-bottom {
    margin-bottom: 7.5rem;
  }
}

.u-large-margin-top {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .u-large-margin-top {
    margin-top: 10rem;
  }
}

.u-large-margin-bottom {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .u-large-margin-bottom {
    margin-bottom: 10rem;
  }
}

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

.u-justify-text {
  text-align: justify;
}

.u-float-right {
  float: right;
}

.owl-carousel .owl-stage, .owl-carousel .owl-stage-outer, .owl-carousel .owl-item {
  height: 100%;
}

.imgLiquid {
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}

.imgLiquid img {
  opacity: 0;
  display: none;
}

.boton {
  position: relative;
  padding: .7rem 2.2rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
}
.boton--negro {
  color: #fff;
  background-color: #000;
}
.boton--submit {
  margin: 5rem auto 0 auto;
  width: 25rem;
  padding: 1.5rem 0;
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2.6rem;
  -webkit-border-radius: 2.6rem;
  -moz-border-radius: 2.6rem;
  cursor: pointer;
  transition: all .4s ease;
  opacity: 1;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
}
.boton--submit a{
  color: #fff;
  text-decoration: none;
}
.boton--submit:hover{
  opacity: .7;
}
.boton--submit.loading {
  width: 9rem;
  height: 9rem;
  border-radius: 9rem;
  -webkit-border-radius: 9rem;
  -moz-border-radius: 9rem;
  text-indent: 99rem;
  overflow: hidden;
  cursor: default;
  background-image: url(../img/loading.svg);
  background-size: 9rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.boton--blanco {
  color: #390094;
  background-color: #fff;
}
.boton--blanco:hover {
  background-color: #a15763;
  color: #fff;
}
.boton--blanco.loading:hover {
  background-color: transparent;
}

.carrusel {
  position: relative;
  display: block;
  margin: 0;
  width: 100vw;
  height: 32rem;
  background-color: #fff;
  overflow: hidden;
  border-bottom: 1rem solid #fff;
}

.carrusel.personalidades {
  height: 34rem!important;
}
.carrusel--item {
  position: relative;
  height: 100%;
}
.carrusel--item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
}
.carrusel--item__bg {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.carrusel .owl-prev {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  width: 2.2rem;
  height: 4.2rem;
  transform: translateY(-50%) scaleX(-1);
  text-indent: -99rem;
  background-image: url(../img/arrow-nav.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 10;
}
.carrusel .owl-next {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 2.2rem;
  height: 4.2rem;
  transform: translateY(-50%);
  text-indent: -99rem;
  background-image: url(../img/arrow-nav.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 10;
}

/* Media Queries XS */
@media screen and (min-width: 360px) {
  .carrusel {
    height: 36rem;
  }
}
@media screen and (min-width: 375px) {
  .carrusel {
    height: 37rem;
  }
}
@media screen and (min-width: 414px) {
  .carrusel {
    height: 41.4rem;
  }
}
/* Media Queries SM (576px) */
@media screen and (min-width: 576px) {
  .carrusel {
    height: 57.6rem;
  }
}
@media screen and (min-width: 640px) {
  .carrusel {
    height: 64rem;
  }
}
/* Media Queries MD (768px) */
@media screen and (min-width: 768px) {
  .carrusel {
    height: 24rem;
  }

  .carrusel.personalidades {
  height: 560px!important;
}

}
/* Media Queries LG (992px) */
@media screen and (min-width: 992px) {
  .carrusel {
    height: 31rem;
  }
  .carrusel .owl-prev {
    margin-left: 3rem;
  }
  .carrusel .owl-next {
    margin-right: 3rem;
  }
}
/* Media Queries XL (1200px) */
@media screen and (min-width: 1200px) {
  .carrusel {
    height: 38rem;
  }
}
.listado {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.listado__item {
  position: relative;
  height: 100%;
}
.listado .item__caja {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 21.5rem;
  height: 44rem;
}
.listado .item__caja--nohover {
  height: 29.5rem;
}
.listado .item__imagen {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 26rem;
  clip-path: polygon(0 100%, 0 40%, 50% 0, 72% 17%, 72% 4%, 84% 4%, 84% 24%, 100% 40%, 100% 100%, 50% 90%);
  -webkit-clip-path: polygon(0 100%, 0 40%, 50% 0, 72% 17%, 72% 4%, 84% 4%, 84% 24%, 100% 40%, 100% 100%, 50% 90%);
  -moz-clip-path: polygon(0 100%, 0 40%, 50% 0, 72% 17%, 72% 4%, 84% 4%, 84% 24%, 100% 40%, 100% 100%, 50% 90%);
  overflow: hidden;
  z-index: 2;
}
.listado .item__imagen--noclip {
  clip-path: none;
  height: 23rem;
}
.listado .item__imagen figure {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.listado .item__galeria {
  display: none;
}
.listado .item__info {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 19rem;
  background-color: #9164e1;
  z-index: 1;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  border-bottom: 1rem solid #af8fe9;
  transform: translateY(-2.7rem);
  overflow: hidden;
}
.listado .item__info--notransform {
  transform: translateY(0);
  background-color: transparent;
  border-bottom: 0px;
}
.listado .item__info--notransform &gt; h3 {
  transform: translateY(1.3rem);
  color: #fff;
}
.listado .item__info--heading {
  color: #fff;
  transform: translateY(1.8rem);
  transition: color .4s ease;
}
.listado .item__info--anima {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 90%;
  opacity: 1;
  text-align: center;
  transform: translateY(2.5rem);
  transition: opacity .4s ease;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity 2s ease;
}
.listado .item__info--anima p {
  color: #fff;
  font-size: 1.3rem;
}
.listado .item__info--anima p span{
  display: block;
  margin: 0 auto .5rem auto;
  font-size: 1.5rem;
  font-weight: 700;
}
.listado .item__info--anima p:after {
  position: relative;
  display: none;
  content: '';
  margin: 1rem auto;
  width: 6rem;
  height: .1rem;
  background-color: #fff;
}
.listado .item:hover .item__info {
  height: 23rem;
  background-color: #9164e1;
}
.listado .item:hover .item__info--heading {
  color: #fff;
}
.listado .item:hover .item__info--anima {
  opacity: 1;
}
.listado .owl-nav {
  display: block !important;
}
.listado .owl-prev {
  position: absolute;
  left: 0rem;
  top: 35%;
  width: 2.2rem;
  height: 4.2rem;
  transform: translateY(-50%) scaleX(-1);
  text-indent: -99rem;
  background-image: url(../img/arrow-nav.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 10;
}
.listado .owl-next {
  position: absolute;
  right: 0rem;
  top: 35%;
  width: 2.2rem;
  height: 4.2rem;
  transform: translateY(-50%);
  text-indent: -99rem;
  background-image: url(../img/arrow-nav.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 10;
}
.listado .owl-dots {
  position: relative;
  display: block !important;
  margin: 2rem auto 0 auto;
  text-align: center;
  z-index: 10;
}
.listado .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 .5rem .5rem .5rem;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  cursor: pointer;
}
.listado .owl-dots .owl-dot.active {
  background-color: #9164e1;
}

/* Media Queries MD (768px) */
@media screen and (min-width: 768px) {
  .listado .item__info {
    height: 6rem;
    background-color: #fff;
  }
  .listado .item__info--notransform {
    background-color: transparent;
  }
  .listado .item__info--heading {
    color: #333;
  }
  .listado .item__info--anima {
    opacity: 0;
  }
  .listado .item:hover .item__info {
    height: 20.5rem;
    background-color: #9164e1;
  }
  .listado .item:hover .item__info--notransform {
    background-color: transparent !important;
  }
  .listado .item:hover .item__info--heading {
    color: #fff;
  }
  .listado .item:hover .item__info--anima {
    opacity: 1;
  }
  .listado .item:hover .item__caja .item__info--heading {
    color: #fff;
  }
  .listado .item:hover .item__caja .item__info--notransform &gt; h3 {
    color: #fff;
  }
  .listado .owl-prev {
    left: -3rem;
  }
  .listado .owl-next {
    right: -3rem;
  }
}
.formulario {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 2;
  margin: 0 auto 30px auto;
}
.formulario__input {
  position: relative;
  margin: 0 auto 2rem auto;
  width: 100%;
  height: auto;
}
.formulario__input input[type="text"] {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  height: 5.5rem;
  text-indent: 1.5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #9364e4;
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  padding: 0;
  outline: none;
  border: .2rem solid transparent;
}
.formulario__input input[type="text"]::placeholder {
  color: #fff;
}
.formulario__input input[type="text"].error {
  border: 0.2rem solid #f00;
  background-color: rgba(255, 0, 0, 0.5);
}

.lista {
  position: relative;
  text-align: center;
  height: auto;
}
.lista__item {
  text-align: center;
  margin-bottom: 5rem;
}
.lista .item__ico {
  position: relative;
  display: block;
  margin: 0 auto;
}
.lista .item__nombre {
  position: relative;
  display: block;
  margin: 1rem auto 0 auto;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
}

/* Media Queries MD (768px) */
@media screen and (min-width: 768px) {
  .lista__item {
    margin-bottom: 10rem;
  }
  .lista__item:nth-of-type(4), .lista__item:nth-of-type(5), .lista__item:nth-of-type(6) {
    margin-bottom: 0;
  }
  .lista .item__nombre {
    font-size: 1.6rem;
  }
}
.popMsg {
  position: fixed;
  display: none;
  bottom: -5rem;
  color: #390094;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  padding: 1.5rem 2rem;
  width: 90%;
  max-width: 60rem;
  z-index: 999;
  border-radius: 2.4rem;
  -webkit-border-radius: 2.4rem;
  -moz-border-radius: 2.4rem;
  opacity: 0;
}
/*.popMsg--success {
  background-color: #2ecc71;
}*/
.popMsg--error {
  background-color: #e74c3c;
}

@media screen and (min-width: 768px) {
  .popMsg {
    font-size: 1.6rem;
  }
}
.mod {
  position: fixed;
  display: none;
  margin: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  z-index: 999;
}
.mod__contenedor {
  position: absolute;
  display: block;
  top: 60%;
  left: 50%;
  width: 90%;
  height: 90%;
  max-width: 100rem;
  max-height: 70rem;
  background-color: #390094;
  transform: translate(-50%, -50%);
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  overflow: hidden;
  opacity: 0;
}
.mod__contenedor:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-pattern.jpg);
  mix-blend-mode: hard-light;
  opacity: .07;
  z-index: -1;
}
.mod__contenedor--content {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.mod__cerrar {
  position: absolute;
  display: block;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  background-image: url(../img/cancel.svg);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 20;
}
.mod__titulo {
  position: relative;
  display: block;
  margin: 2.5rem auto;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
.mod__titulo strong {
  display: block;
  font-size: 2.6rem;
}
.mod__galeria {
  position: relative;
  display: block;
  margin: 2.5rem auto;
  width: 21.5rem;
  height: auto;
  text-align: center;
}
.mod__galeria--imagen {
  position: relative;
  margin: 0 auto;
  width: 21.5rem;
  height: 25rem;
  clip-path: polygon(0 100%, 0 40%, 50% 0, 72% 17%, 72% 4%, 84% 4%, 84% 24%, 100% 40%, 100% 100%, 50% 90%);
  -webkit-clip-path: polygon(0 100%, 0 40%, 50% 0, 72% 17%, 72% 4%, 84% 4%, 84% 24%, 100% 40%, 100% 100%, 50% 90%);
  -moz-clip-path: polygon(0 100%, 0 40%, 50% 0, 72% 17%, 72% 4%, 84% 4%, 84% 24%, 100% 40%, 100% 100%, 50% 90%);
  overflow: hidden;
  z-index: 2;
}
.mod__galeria--imagen figure {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.mod__galeria--thumb {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 1rem .4rem;
  width: 6rem;
  height: 6rem;
  border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  cursor: pointer;
  overflow: hidden;
}
.mod__galeria--thumb figure {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.mod__info {
  position: relative;
  display: block;
  margin: 3rem auto 0 auto;
  width: 90%;
  height: auto;
  text-align: center;
}
.mod__info--titulo {
  position: relative;
  display: block;
  margin: 0 auto;
  color: #fff;
  text-align: left;
  padding-bottom: 1rem;
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
  background-image: url(../img/ico-tit.png);
  background-position: center right;
  background-repeat: no-repeat;
}
.mod__info--paragraph {
  position: relative;
  display: block;
  margin: 2rem auto 2rem auto;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 1.3rem;
}

/* Media Queries MD (768px) */
@media screen and (min-width: 768px) {
  .mod__contenedor {
    width: 70rem;
    height: 50rem;
  }
  .mod__contenedor--content {
    overflow: hidden;
  }
  .mod__cerrar {
    top: 2.5rem;
    right: 3rem;
  }
  .mod__titulo strong {
    font-size: 3.2rem;
  }
  .mod__galeria {
    float: left;
    margin-left: 3rem;
  }
  .mod__info {
    float: right;
    margin-top: 2.5rem;
    margin-right: 3rem;
    width: 39rem;
    height: 30rem;
  }
  .mod__info--titulo {
    font-size: 1.8rem;
  }
  .mod__info--paragraph {
    font-size: 1.6rem;
  }
}
/* Media Queries LG (992px) */
@media screen and (min-width: 992px) {
  .mod__titulo strong {
    font-size: 4.2rem;
  }
}
.plaincontent__contenido {
  position: relative;
  display: block;
  margin: 5rem auto 10rem auto;
  height: auto;
}
.plaincontent__contenido h1 {
  position: relative;
  display: block;
  margin: 0 auto 5rem auto;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 2.8rem;
}
.plaincontent__contenido h1 small {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
}
.plaincontent__contenido h3 {
  position: relative;
  display: block;
  margin: 0 auto 3rem auto;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.plaincontent__contenido h3 span {
  color: #f597fb;
}
.plaincontent__contenido p {
  position: relative;
  display: block;
  font-size: 1.3rem;
  color: #fff;
  text-align: justify;
  text-align-last: center;
}
.plaincontent__contenido p span {
  color: #f597fb;
}
.plaincontent__contenido img {
  position: relative;
  display: block;
  margin: 5rem auto 2rem auto;
  max-width: 100%;
}

/* Media Queries MD (768px) */
@media screen and (min-width: 768px) {
  .plaincontent__contenido h1 {
    font-size: 3.8rem;
  }
  .plaincontent__contenido h1 small {
    font-size: 1.8rem;
  }
  .plaincontent__contenido h3 {
    font-size: 2.8rem;
  }
  .plaincontent__contenido p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
/* Media Queries LG (992px) */
@media screen and (min-width: 992px) {
  .plaincontent__contenido h1 {
    font-size: 4.6rem;
  }
  .plaincontent__contenido h3 {
    font-size: 3.4rem;
  }
}
.header {
  position: fixed;
  display: block;
  margin: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 8rem;
  background-color: #fff;
  z-index: 100;
}
.header .row, .header .col {
  height: 100%;
}
.header--logo-championcat {
  position: relative;
  display: block;
  margin: 0 0 0 1.5rem;
  float: left;
  top: 50%;
  width: 6rem;
  height: 2.6rem;
  background-image: url(../img/logo-champion.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  transform: translateY(-50%);
  text-indent: -99rem;
}
.header--logo-rescate {
  position: relative;
  display: block;
  margin: 0 0 0 .5rem;
  float: left;
  top: 50%;
  width: 4rem;
  height: 2.2rem;
  background-image: url(../img/logo-rescate.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  transform: translateY(-50%);
  text-indent: -99rem;
}
.header--logo-app {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9rem;
  height: 2.7rem;
  background-image: url(../img/logo-app.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate(-20%, -50%);
  overflow: hidden;
  text-indent: -99rem;
}
.header__menu {
  position: relative;
  display: block;
  margin-right: 1.5rem;
  top: 50%;
  float: right;
  width: 3.6rem;
  height: 3.6rem;
  transform: translateY(-50%);
}
.header__menu--boton, .header__menu--boton:focus, .header__menu--trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  z-index: 1000;
}
.header__menu--boton span, .header__menu--boton:focus span, .header__menu--trigger span {
  position: relative;
  display: block;
  margin: 0 auto .8rem auto;
  top: 0;
  width: 100%;
  height: .4rem;
  opacity: 1;
  background-color: #390094;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
.header__menu--boton span:first-of-type, .header__menu--boton:focus span:first-of-type, .header__menu--trigger span:first-of-type {
  margin-top: .6rem;
}
.header__menu--trigger {
  outline: none;
  opacity: 0;
  z-index: 1001;
}
.header__menu--trigger:checked ~ .header__menu--boton span:first-of-type {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  background-color: #fff;
  top: 1rem;
}
.header__menu--trigger:checked ~ .header__menu--boton span:nth-of-type(2) {
  opacity: 0;
}
.header__menu--trigger:checked ~ .header__menu--boton span:last-of-type {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  background-color: #fff;
  top: -1.4rem;
}
.header__menu--container {
  position: fixed;
  display: none;
  margin: 0;
  top: 0;
  right: -80vw;
  width: 80vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  transform: translate(1.5rem, -2.2rem);
  transition: right .4s ease;
  z-index: 999;
}
.header__menu--trigger:checked ~ .header__menu--container {
  display: block;
  right: 0;
}
.header__menu .main-menu__listado {
  position: relative;
  display: bloack;
  margin: 7.5rem auto 4rem auto;
  width: 90%;
  height: auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.header__menu .main-menu__listado--item {
  position: relative;
  display: block;
  margin: 0 auto 2rem auto;
  width: 100%;
  text-align: left!important;
}
.header__menu .main-menu__listado--item a {
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.header__menu .main-menu__contacto {
  position: relative;
  display: block;
  margin: 2rem auto 0 auto;
  width: 90%;
  max-width: 45rem;
  height: auto;
  text-align: left;
}
.header__menu .main-menu__contacto--titulo {
  position: relative;
  display: block;
  color: #fff;
  padding-bottom: 1rem;
  font-size: 2.4rem;
  border-bottom: 1px solid #fff;
}
.header__menu .main-menu__contacto--paragraph {
  position: relative;
  display: block;
  margin-top: 2rem;
  font-size: 1.4rem;
  color: #fff;
}
.header__menu .main-menu__contacto--rrss {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 1rem .5rem;
  width: 3.8rem;
  height: 3.8rem;
  background-color: #fff;
  border-radius: 4.6rem;
}
.header__menu .main-menu__contacto--rrss img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 2.2rem;
  transform: translate(-50%, -50%);
}

/* Media Queries XS */
@media screen and (min-width: 375px) {
  .header--logo-app {
    width: 12.5rem;
    height: 3.7rem;
    transform: translate(-30%, -50%);
  }
}
/* Media Queries SM */
@media screen and (min-width: 576px) {
  .header--logo-championcat {
    width: 10rem;
    height: 4.3rem;
  }
  .header--logo-rescate {
    margin-left: 1rem;
    width: 6rem;
    height: 3.4rem;
  }
  .header--logo-app {
    width: 15rem;
    height: 4.4rem;
    transform: translate(-50%, -50%);
  }
}
/* Media Queries MD */
@media screen and (min-width: 768px) {
  .header {
    height: 12rem;
  }
  .header--logo-rescate {
    margin-left: 1.5rem;
  }
  .header--logo-app {
    width: 20rem;
    height: 5.9rem;
  }
  .header__menu {
    width: 4.2rem;
    height: 4.2rem;
  }
  .header__menu--container {
    transform: translate(1.5rem, -3.9rem);
    width: 50vw;
    right: -50vw;
  }
  .header__menu .main-menu__listado--item {
    margin-bottom: 3rem;
  }
  .header__menu .main-menu__listado--item a {
    font-size: 2rem;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
  }
  .header__menu .main-menu__listado--item a:hover {
    color: #390094;
  }
}
/* Media Queries LG */
@media screen and (min-width: 992px) {
  .header--logo-championcat {
    width: 11.1rem;
    height: 4.8rem;
  }
  .header--logo-rescate {
    margin-left: 3rem;
    width: 7.5rem;
    height: 4.2rem;
  }
  .header--logo-app {
    width: 25rem;
    height: 7.4rem;
  }
  .header__menu {
    margin-right: 3rem;
  }
}
main {
  position: relative;
  display: block;
  height: auto;
  background-color: #390094;
  margin-top: 8rem;
}
main:after {
  content: ' ';
  display: table;
  clear: both;
}
main:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-pattern.jpg);
  mix-blend-mode: hard-light;
  -webkit-mix-blend-mode: hard-light;
  -moz-mix-blend-mode: hard-light;
  opacity: .7;
  z-index: 1;
}

.kit {
  position: relative;
  height: auto;
  background-color: rgba(145, 100, 225, 0.35);
  z-index: 5;
}

.kit p{
  padding: 0px 15px;
}

.somos {
  position: relative;
  height: auto;
  min-height: calc(100vh - 92rem);
  background-color: rgba(145, 100, 225, 0.35);
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .somos {
    min-height: calc(100vh - 23.8rem);
  }
}
.footer {
  position: relative;
  display: block;
  margin: 0;
  text-align: center;
  padding: 2rem 0;
  background-color: #000;
}
.footer p {
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 400;
}
.footer__rrss {
  margin-top: 1.5rem;
  padding: 0;
  list-style: none;
  text-align: center;
}
.footer__rrss--ico {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 .5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background-color: #fff;
  transition: background-color .4s ease;
  -webkit-transition: background-color .4s ease;
  -moz-transition: background-color .4s ease;
}
.footer__rrss--ico:hover {
  background-color: #9164e1;
}
.footer__rrss--ico img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 2rem;
  transform: translate(-50%, -50%);
}

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



/* PATO modal*/
.popMsg--success {
  background-color: #fff;
  display: none;
  position: fixed;
  opacity: 0;
  width: 300px;
  height: 250px;
  top: 50%;
  margin-top: -125px;
  left: 50%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-image: url(../img/bg-modal-aqui.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}

.popMsg--success h2{
  text-align: center;
  margin: 15px 0px;
  color: #4b858e;
  font-weight: bold;
}
.popMsg--success p{
  text-align: center;
  margin: 15px 0px;
  color: #4b858e;
}
.popMsg--success a.aqui-link{
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 40px;
  background-color: #4b858e;
  display: block;
  margin: 0 auto;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.popMsg--success a.cerrar-modal-aqui{
  display: block;
  position: absolute;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit- border-radius: 50%;
  -moz- border-radius: 50%;
  background-color: #4b858e;
  border: 2px solid #fff;
  top: -5px;
  right: -5px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
}
.popMsg--success a.cerrar-modal-aqui span{
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  width: 20px;
  height: 3px;
}
.popMsg--success a.cerrar-modal-aqui span.uno{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  left: 8px;
  top: 16px;
}
.popMsg--success a.cerrar-modal-aqui span.dos{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  top: 13px;
  left: 8px;
}
.popMsg--success a.cerrar-modal-aqui:hover{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moztransform: rotate(180deg);
}
@media screen and (min-width: 768px){
  .popMsg--success {
    width: 600px;
    height: 500px;
    margin-top: -250px;
  }

  .popMsg--success h2{
    margin: 50px 0px;
    font-size: 4rem;
  }
  .popMsg--success p{
    margin: 0px 0px 50px 0px;
    font-size: 2.5rem;
    padding: 0 50px;
  }
  .popMsg--success a.aqui-link{
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-size: 3rem;
  }
}
/* PATO modal END*/


/* Cristian - Star */
main.bg-michis{
  background-image: url('../img/pattern_cats.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
main.bg-michis:before{
  content: '';
  background-image: none;
  mix-blend-mode: inherit;
  position: relative;
  background-color: transparent;
  opacity: 1;
}
.heading-inn{
  width: 100%;
  text-align: center;
  display: block;
  font-size: 3rem;
  color: #444;
  text-align: center;
  font-weight: 700;
}
.fig-box figcaption{
  color: #fff;
  background-color: #5d5d5d;
  padding: 20px;
  width: 100%;
}
.fig-box figcaption h4{
  font-size: 1.6rem;
}
.fig-box figcaption h4:first-child{
  margin-bottom: 2rem;
}
.mask-box{
  width: 100%;
  height: calc(100% - 4rem);
  height: 500px;
  border-radius: 33px;
  overflow: hidden;
  display: inline-flex;
  align-items: flex-end;
}
.cat1{
  background-repeat: no-repeat;
  background-position: center;
  background-size: 180%;

  background-image: url('../img/med-vet-emap-uChile-v2.png');
}
.cat2{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  background-image: url('../img/orangeKitty.png');
}
.cat3{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  background-image: url('../img/baclKitty.png');
}

.mt-content{
  margin-top: 8rem;
}
.article-box h3{
  font-size: 3.9rem;
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  font-weight: 300;
}
.article-box .paragraph{
  line-height: 2.6rem;
  line-height: 2.6rem;
  font-weight: normal;
  margin-bottom: 6rem;
  text-align: justify;
}
.backTo{
  width: auto;
  position: absolute;
  left: 15%;
  top: 2%;
  display: block;
  padding: 20px;
  z-index: 99;
}
.backTo img{
  width: 100%;
  display: block;
}

.breakLine{
  width: 100%;
  padding: 15px 0;
  display: inline-block;
}
.show__inDesktop{
  display: block;
}
.show__inMobile{
    display: none;
  }
/* Media */
@media screen and (min-width: 992px){
  .heading-inn{
    font-size: 3.7rem;
  }
}
@media screen and (min-width: 768px){
  .heading-inn{
    font-size: 3.7rem;
  }
  .mt-content {
    margin-top: 12rem;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .backTo{
    width: auto;
    position: absolute;
    left: auto;
    top: 0;
    padding: 20px;
    z-index: 99;
  }
  .heading-inn {
    margin-top: 16%;
  }
  .show__inDesktop{
    display: none;
  }
  .show__inMobile{
    display: block;
  }
  .mask-box{
    width: 100%;
    height: 530px;
    max-height: 490px;
    border-radius: 33px;
    overflow: hidden;
    display: inline-flex;
    align-items: flex-end;
  }
  .cat1{
    background-image: url('../img/med-vet-emap-uChile-v2.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
  }
  .cat2{
    background-image: url('../img/orangeKitty.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;

    height: 530px;
    max-height: 349px;
  }
  .cat3{
    background-image: url('../img/baclKitty.png');
    background-repeat: no-repeat;
    background-position: center 25%;
    background-size: 100%;

    height: 530px;
    max-height: 349px;
  }
}
@media (min-width: 320px) and (max-width: 480px){
  .backTo{
    width: auto;
    position: absolute;
    left: auto;
    top: 0;
    padding: 20px;
    z-index: 99;
  }
  .heading-inn {
    margin-top: 16%;
  }
  .show__inDesktop{
    display: none;
  }
  .show__inMobile{
    display: block;
  }
  .mask-box{
    width: 100%;
    height: 450px;
    max-height: 490px;
    border-radius: 33px;
    overflow: hidden;
    display: inline-flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
  }
  .cat1{
    background-image: url('../img/med-vet-emap-uChile-v2.png');
  }
  .cat2{
    background-image: url('../img/orangeKitty.png');
    height: 530px;
    max-height: 349px;
  }
  .cat3{
    background-image: url('../img/baclKitty.png');
    height: 530px;
    max-height: 349px;
  }
}
/* Cristian - End */


/*PAT0*/
.header{
  background-image: url('../img/bg-header.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.header__menu{
  border: 2px solid #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -mod-border-radius: 5px;
}
.header__menu--boton span:first-of-type, .header__menu--boton:focus span:first-of-type, .header__menu--trigger span:first-of-type {
    margin-top: .4rem;
}

.header__menu--boton span, .header__menu--boton:focus span, .header__menu--trigger span{
  background-color: #fff;
  width: 65%;
  height: 2px;
  margin: 0 auto .4rem auto;
}
.header__menu--trigger:checked ~ .header__menu--boton span:first-of-type {
    top: -0.1rem;
}
.header__menu--trigger:checked ~ .header__menu--container {
    display: block;
    right: -2px;
    top: -2px;
}
.cont-header-icos{
  display: block;
  position: absolute;
  overflow: hidden;
  width: 120px;
  left: 50%;
  margin-left: -60px;
  top: 0;
  height: 100%;
}
.header--logo-rescate {
    position: relative;
    display: block;
    margin: 0 0 0 0;
    float: right;
    top: 50%;
    width: 45px;
    height: 45px;
    background-image: url(../img/logo-fundacion-2020.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    transform: translateY(-50%);
    text-indent: -99rem;
}
.header--logo-championcat {
    margin: 0 0 0 0;
    width: 6rem;
    height: 2.6rem;
    float: left;
}
.carrusel {
    margin: 0 auto;
    width: 290px;
    height: 320px;
    background-color: #fff;
    border-bottom: 0px;
}
.carrusel .owl-prev {
    position: absolute;
    left: 1.5rem;
    top: 24%;
    width: 2.2rem;
    height: 4.2rem;
    transform: translateY(-50%) scaleX(-1);
    text-indent: -99rem;
    background-image: url(../img/arrow-nav.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 10;
}
.carrusel .owl-next {
    position: absolute;
    right: 1.5rem;
    top: 24%;
    width: 2.2rem;
    height: 4.2rem;
    transform: translateY(-50%);
    text-indent: -99rem;
    background-image: url(../img/arrow-nav.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 10;
}
.carrusel figure{
  display: block;
  position: relative;
  overflow: hidden;
  width: 200px;
  margin: 0 auto;
}
.carrusel figure img{
  width: 100%;
}
.carrusel h3{
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  display: block;
  width: 70%;
  margin: 10px auto;
  text-decoration: none;
}
.carrusel p{
  text-align: center;
  font-size: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  display: block;
  width: 85%;
  margin: 10px auto;
  text-decoration: none;
}
.carrusel h3{
  color: #a15763;
}

.carrusel h3.magenta{
  color: #bf32b7;
}
.carrusel h3.morado{
  color: #4b858e;
}
.carrusel h3.rojo{
  color: #4b858e;
}
.carrusel h3.azul{
  color: #162da7;
}
.carrusel h3.rosa{
  color: #e14c6f;
}

.carrusel img.ico{
  display: block;
  position: absolute;
  overflow: hidden;
  width: 50px;
  left: 40px;
  top: 2%;
  z-index: 90;
}
.carrusel--item a {
    text-decoration: none;
  }

.carrusel .owl-dots {
    position: relative;
    display: block !important;
    margin: -1rem auto 0 auto;
    text-align: center;
    z-index: 10;
}

.carrusel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 .5rem .5rem .5rem;
    width: 1rem;
    height: 1rem;
    background-color: #d7d7d7;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    cursor: pointer;
}

.carrusel .owl-dots .owl-dot.active {
    background-color: #a15763;
}

main {
    background-color: transparent;
    margin-top: 8rem;
}
main:before{
  display: none;
}

h2.titulos_2{
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #4b858e;
  font-size: 14px;
  margin: 30px auto;
  padding: 0 20px; 
}
.bg-blakc-2{
  background-color: #4b858e;
  margin: 20px 0px;
}
.carrusel.otrosgatitos {
    margin: 0;
    width: 100%;
    height: auto;
    background-color: #4b858e;
    border-bottom: 0px;
}
.carrusel .owl-dots {
    position: relative;
    display: block !important;
    margin: -2rem auto 0 auto;
    text-align: center;
    z-index: 10;
}
.carrusel.otrosgatitos .owl-next {
    position: absolute;
    right: 1.5rem;
    top: 24%;
    width: 2.2rem;
    height: 4.2rem;
    transform: translateY(-50%);
    text-indent: -99rem;
    background-image: url(../img/arrow-nav-blanco.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 10;
}
.carrusel.otrosgatitos .owl-prev {
    position: absolute;
    left: 1.5rem;
    top: 24%;
    width: 2.2rem;
    height: 4.2rem;
    transform: translateY(-50%) scaleX(-1);
    text-indent: -99rem;
    background-image: url(../img/arrow-nav-blanco.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 10;
}
.carrusel.otrosgatitos .owl-item{
  height: auto;
}
.carrusel.otrosgatitos figure{
  display: block;
  position: relative;
  overflow: hidden;
  width: 200px;
  max-width: 317px;
  margin: 0 auto;
}
.carrusel.otrosgatitos figure img{
  width: 100%;
}
.carrusel.otrosgatitos h3{
  color: #fff;
}
.carrusel.otrosgatitos p{
  color: #fff;
  margin-bottom: 40px;
}
.carrusel.otrosgatitos a.btn{
  display: block;
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 45px;
  margin: 0 auto 50px auto;
}
.carrusel.otrosgatitos a.btn img{
  width: 100%;
}
.txt-blanco{
  color: #fff!important;
}

.scrollItem{
  overflow-y: scroll!important; 
}
.formulario__input input[type="text"] {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    height: 5.5rem;
    text-indent: 1.5rem;
    color: #666;
    font-size: 1.6rem;
    font-weight: 600;
    background-color: #fff;
    border-radius: 2.5rem;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    padding: 0;
    outline: none;
    border: 1px solid #000;
}
.formulario__input input::placeholder{
  color: #666!important;
}
.boton--blanco {
    color: #fff;
    background-color: #4b858e;
}
.footer {
    position: relative;
    display: block;
    margin: 0;
    text-align: center;
    padding: 2rem 0;
    background-image: url('../img/bg-header.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.kitcont figure{
  width: 105px;
  margin: 0px auto 20px auto;
}
.kitcont .carrusel{
  height: 200px;
}
.kitcont .carrusel .owl-next{
  top: 24%;
}
.kitcont .carrusel .owl-prev{
  top: 24%;
}

@media screen and (min-width: 768px){
  .backTo{
    margin-top: 50px;
  }
  .backTo.vet{
    margin-top: 0px;
  }
  .carrusel img.ico{
    width: 100px;
    top: 0%;
  }
  .paddingTop{
    padding-top: 40px;
  }
  h2.titulos_2{
    font-size: 20px;
    margin: 50px auto;
  }
  .carrusel {
    width: 600px;
    height: 600px;
  }
  .carrusel .owl-prev {
      top: 54%;
      left: 0px;
  }
  .carrusel .owl-next {
      top: 54%;
      right: 0px;
  }
  .carrusel figure{
    width: 400px;
  }
  .carrusel img.ico{
    width: 100px;
    top: 16%;
    left: 50px;
  }
  .carrusel h3{
    font-size: 22px;
    width: 70%;
    margin: 20px auto;
  }
  .carrusel p{
    font-size: 16px;
    width: 90%;
    margin: 10px auto;
  }
  .carrusel.otrosgatitos{
    padding-bottom: 60px;
  }
  .carrusel.otrosgatitos a.btn{
    margin: 0 auto 70px auto;
  }

  .carrusel.otrosgatitos .owl-item{
      height: auto;
      min-height: 480px;
    }

  .carrusel .owl-dots, .carrusel.otrosgatitos .owl-dots {
    margin: -2rem auto 0 auto;
  }
  .carrusel.otrosgatitos .owl-prev {
      /*top: 90%;*/
      top: 70px!important;
      left: -1rem; 
  }
  .carrusel.otrosgatitos .owl-next {
      /*top: 90%;*/
      top: 70px!important;
      right: -1rem;
  }
  .kitcont figure{
    width: 210px;
    margin: 50px auto 20px auto;
  }
  .kitcont .carrusel .owl-next{
    top: 33%;
  }
  .kitcont .carrusel .owl-prev{
    top: 33%;
  }
  .kitcont .carrusel {
    width: 600px;
    height: 400px;
    padding-bottom: 30px;
  }
  .kitcont .carrusel figure{
    width: 106px;
  }
  .kitcont .carrusel .owl-next{
    right: -30px;
  }
  .kitcont .carrusel .owl-prev{
    left: -30px;
  }
}
@media screen and (min-width: 1024px){
  .carrusel {
    width: 1000px;
    height: 600px;
  }

  .carrusel .owl-prev {
      top: 60%;
      left: 0px;
  }
  .carrusel .owl-next {
      top: 60%;
      right: 0px;
  }
  .carrusel figure{
    width: 400px;
  }
  .carrusel img.ico{
    width: 100px;
    top: 16%;
    left: 25%;
  }

  .carrusel figure{
    width: 400px;
  }
  .kitcont .carrusel {
    width: 1000px;
    height: 400px;
    padding-bottom: 30px;
  }
  .kitcont .carrusel figure{
    width: 106px;
  }
}

.banner_2020{
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.box-banner{
  display: block;
  position: absolute;
  overflow: hidden;
  width: 307px;
  left: 50%;
  margin-left: -152px;
  top: 20%;
}

@media screen and (min-width: 768px){
  .formulario{
    margin: 0 auto 60px auto; 
  }
  .banner_2020{
    margin: 40px 0 0 0;
  }
  .cont-header-icos{
    width: 300px;
    margin-left: -150px;
  }
  .header--logo-rescate {
      float: right;
      top: 50%;
      width: 51px;
      height: 51px;
      background-image: url(../img/logo-fundacion-2020.png);
      background-size: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      overflow: hidden;
      transform: translateY(-50%);
      text-indent: -99rem;
  }
  .header--logo-championcat {
      margin: 0 0 0 0;
      width: 9rem;
      height: 4.6rem;
      float: left;
  }
}
@media screen and (min-width: 1200px){
  .box-banner{
    width: 400px;
    margin-left: -180px;
    top: 10%;
  }
}
.somos{
  background-color: #fff;
}
.plaincontent__contenido{
  padding-top: 50px;
}
.plaincontent__contenido h1{
  color: #bf32b7;
}
.plaincontent__contenido h1 small{
  color: #000000;
}
.plaincontent__contenido p{
  color: #000000;
}
.plaincontent__contenido .boton--submit{
  margin: 5rem auto 0 auto;
  width: 25rem;
  padding: 1.5rem 0;
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3.6rem;
  -webkit-border-radius: 3.6rem;
  -moz-border-radius: 3.6rem;
  cursor: pointer;
  transition: all .4s ease;
  text-align: center;
  background-color: #410196;
  color: #fff;
  text-decoration: none;
}
.plaincontent__contenido img.alianzatop{
  display: block;
  position: relative;
  overflow: hidden;
  width: 175px;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 768px){
  .plaincontent__contenido img.alianzatop{
    width: 350px;
  }
}


main.bg-michis{
  background: none;
}



.bg-con-hogar{
  background-color: #db7fea;
  background-image: url(../img/bg-con-hogar.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  min-height: 300px;
}


.carrusel.gatitos-adoptados {
    margin: 0;
    width: 100%;
    height: auto;
    border-bottom: 0px;
    background-color: transparent;
}

.carrusel.gatitos-adoptados .owl-dots {
    margin: 2rem auto 0 auto;
}

.carrusel.gatitos-adoptados  .owl-next {
    position: absolute;
    right: 1.5rem;
    top: 32%;
    width: 2.2rem;
    height: 4.2rem;
    transform: translateY(-50%);
    text-indent: -99rem;
    background-image: url(../img/arrow-nav-blanco.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 10;
}
.carrusel.gatitos-adoptados .owl-prev {
    position: absolute;
    left: 1.5rem;
    top: 32%;
    width: 2.2rem;
    height: 4.2rem;
    transform: translateY(-50%) scaleX(-1);
    text-indent: -99rem;
    background-image: url(../img/arrow-nav-blanco.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 10;
}
.carrusel.gatitos-adoptados  .owl-item{
  height: auto;
}
.carrusel.gatitos-adoptados  figure{
  display: block;
  position: relative;
  overflow: hidden;
  width: 200px;
  max-width: 317px;
  margin: 0 auto;
}
.carrusel.gatitos-adoptados  figure img{
  width: 100%;
}
.carrusel.gatitos-adoptados  h3{
  color: #fff;
}



@media screen and (min-width: 768px){

  .carrusel.gatitos-adoptados{
    padding-bottom: 30px;
  }
  .carrusel.gatitos-adoptados a.btn{
    margin: 0 auto 70px auto;
  }

  .carrusel.gatitos-adoptados .owl-item{
      height: auto;
      min-height: 250px;
    }

  .carrusel.gatitos-adoptados .owl-dots {
    margin: -2rem auto 0 auto;
  }
  .carrusel.gatitos-adoptados .owl-prev {
      /*top: 90%;*/
      top: 70px!important;
      left: -1rem; 
  }
  .carrusel.gatitos-adoptados .owl-next {
      /*top: 90%;*/
      top: 70px!important;
      right: -1rem;
  }

}</pre></body></html>