@charset "UTF-8";
/*!
Theme Name: Ok Perfecta v1
Theme URI: http://okperfecta.com
Description: Thema creado desde cero para Ok Perfecta
Author: Pyme Web Perú
Author URI: http://pymewebperu.com
Version: 1.0
*/
body {
  padding: 0;
  margin: 0;
  font-family: 'Merriweather', serif;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0; }

a:hover {
  text-decoration: none; }

li {
  list-style: none; }

p {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.5; }
  @media (max-width: 1000px) {
    p {
      font-size: .9rem !important; } }
  @media (max-width: 850px) {
    p {
      font-size: .8rem !important; } }
  @media (max-width: 850px) {
    p {
      font-size: .7rem !important;
      line-height: 1.5; } }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

.oculto {
  display: none !important; }

.imgsend {
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem; }

.ajaxGif {
  display: block;
  text-align: center;
  margin: 0 auto; }

#btnMovil {
  display: none; }
  #btnMovil + label {
    display: none; }

.header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem; }
  @media (max-width: 750px) {
    .header {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      padding: 0 1rem; } }
  .header__logo {
    position: relative;
    display: block; }
    .header__logo img {
      position: absolute;
      top: 28px;
      left: 0;
      right: 0;
      margin: auto; }
      @media (max-width: 750px) {
        .header__logo img {
          display: block;
          position: relative;
          margin: 0 auto;
          top: 0; } }
  .header__nav ul {
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 750px) {
      .header__nav ul {
        height: 50px; } }
    .header__nav ul li {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      font-weight: 700;
      text-transform: uppercase; }
      .header__nav ul li:last-child {
        background: #60fc7c;
        background: -webkit-gradient(linear, left top, left bottom, from(#60fc7c), to(#27cf46));
        background: -webkit-linear-gradient(top, #60fc7c 0%, #27cf46 100%);
        background: -o-linear-gradient(top, #60fc7c 0%, #27cf46 100%);
        background: linear-gradient(to bottom, #60fc7c 0%, #27cf46 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60fc7c', endColorstr='#27cf46', GradientType=0); }
        .header__nav ul li:last-child:hover {
          background: #27cf46;
          background: -webkit-gradient(linear, left top, left bottom, from(#27cf46), color-stop(94%, #60fc7c), color-stop(95%, #60fc7c), to(#60fc7c));
          background: -webkit-linear-gradient(top, #27cf46 0%, #60fc7c 94%, #60fc7c 95%, #60fc7c 100%);
          background: -o-linear-gradient(top, #27cf46 0%, #60fc7c 94%, #60fc7c 95%, #60fc7c 100%);
          background: linear-gradient(to bottom, #27cf46 0%, #60fc7c 94%, #60fc7c 95%, #60fc7c 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27cf46', endColorstr='#60fc7c', GradientType=0); }
        .header__nav ul li:last-child a {
          color: #FFF;
          border-top: 1px solid #1fbb3a;
          border-left: 1px solid #1fbb3a;
          border-right: 3px solid #1fbb3a;
          border-bottom: 3px solid #1fbb3a; }
          .header__nav ul li:last-child a:hover {
            color: #FFF;
            border-top: 1px solid #1fbb3a;
            border-left: 1px solid #1fbb3a;
            border-right: 3px solid #1fbb3a;
            border-bottom: 3px solid #1fbb3a; }
      .header__nav ul li a {
        color: #000;
        position: relative;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
        border-top: 1px solid #ef6292;
        border-left: 1px solid #ef6292;
        border-right: 3px solid #ef6292;
        border-bottom: 3px solid #ef6292;
        border-radius: 4px;
        padding: 0 1rem; }
        @media (max-width: 750px) {
          .header__nav ul li a {
            padding: 0 .5rem; } }
        .header__nav ul li a:hover {
          color: #ef6292;
          -webkit-transition: all ease .5s;
          -o-transition: all ease .5s;
          transition: all ease .5s;
          border-top: 1px solid #000;
          border-left: 1px solid #000;
          border-right: 3px solid #000;
          border-bottom: 3px solid #000; }
          .header__nav ul li a:hover::before {
            opacity: 1;
            -webkit-transition: all ease .5s;
            -o-transition: all ease .5s;
            transition: all ease .5s; }

@media (max-width: 750px) {
  .header {
    /**
  Hamburger
**/
    /**
Animations
**/ }
    .header .hamburger div {
      position: relative;
      width: 1em;
      height: 4px;
      border-radius: 3px;
      background-color: #ef6292;
      margin-top: 6px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .header #btnMovil:checked + .hamburger .top-bun {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-top: 18px; }
    .header #btnMovil:checked + .hamburger .bottom-bun {
      opacity: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header #btnMovil:checked + .hamburger .meat {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-top: -4px; }
    .header #btnMovil:checked + .hamburger + .nav {
      top: 0;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .header #btnMovil + label {
      display: block !important;
      background-color: #FFF;
      -webkit-box-shadow: 1px 5px 20px 2px rgba(0, 0, 0, 0.8);
      box-shadow: 1px 5px 20px 2px rgba(0, 0, 0, 0.8);
      width: 60px;
      height: 60px;
      border-radius: 50%;
      padding: 12px 14px;
      position: fixed;
      bottom: 50px;
      z-index: 9999;
      right: 50px;
      font-size: 2em;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
    @media (max-width: 750px) and (max-height: 375px) {
      .header #btnMovil + label {
        bottom: 20px; } }

@media (max-width: 750px) {
      .header #btnMovil + label img {
        display: block;
        margin: .1em auto; }
      .header #btnMovil + label:hover {
        cursor: pointer; }
    .header__nav ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: fixed;
      width: 50%;
      right: -100%;
      z-index: 9999;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      bottom: 8rem;
      height: 50%;
      border-radius: 10px; } }
    @media (max-width: 750px) and (max-height: 375px) {
      .header__nav ul {
        bottom: 6rem; } }

@media (max-width: 750px) {
      .header__nav ul li {
        display: block;
        margin-right: 0 !important; }
        .header__nav ul li:nth-child(1) {
          border-left: 0 !important; }
        .header__nav ul li a {
          display: block; }
    .header #btnMovil:checked ~ ul {
      background-color: #FFF;
      cursor: pointer;
      right: 1rem;
      -webkit-box-shadow: 2px 4px 40px 0px rgba(0, 0, 0, 0.7);
      box-shadow: 2px 4px 40px 0px rgba(0, 0, 0, 0.7);
      overflow: auto; } }
    @media (max-width: 750px) and (max-height: 375px) {
      .header #btnMovil:checked ~ ul {
        height: 200px; } }

.swiper {
  max-width: 550px;
  position: absolute;
  /* left: 50%;*/
  top: 0;
  /* margin-left: -150px; */
  /* margin-top: -150px; */ }
  @media (max-width: 1100px) {
    .swiper {
      max-width: 500px; } }
  @media (max-width: 950px) {
    .swiper {
      max-width: 450px; } }
  @media (max-width: 850px) {
    .swiper {
      max-width: 400px; } }
  @media (max-width: 750px) {
    .swiper {
      max-width: 340px; } }

.swiper-slide {
  background-position: center;
  background-size: cover; }

.swiper-slide img {
  display: block;
  width: 100%; }

.banner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  grid-gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem 2rem 1rem; }
  @media (max-width: 1100px) {
    .banner {
      grid-gap: 1rem;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 750px) {
    .banner {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  .banner div {
    position: relative; }
    .banner div img {
      border-radius: 10px; }
  .banner h1 {
    font-size: 3.5rem;
    margin-top: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    position: relative;
    text-align: justify; }
    .banner h1 .eventos {
      background-image: -webkit-linear-gradient(315deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
      background-image: -o-linear-gradient(315deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
      background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
      background-size: auto auto;
      background-clip: border-box;
      background-size: 200% auto;
      color: #fff;
      background-clip: text;
      text-fill-color: transparent;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-animation: textclip 2s linear infinite;
      animation: textclip 2s linear infinite;
      display: inline-block; }

@-webkit-keyframes textclip {
  to {
    background-position: 200% center; } }

@keyframes textclip {
  to {
    background-position: 200% center; } }
    @media (max-width: 1000px) {
      .banner h1 {
        font-size: 3.5rem; } }
    @media (max-width: 950px) {
      .banner h1 {
        font-size: 3rem; } }
    @media (max-width: 800px) {
      .banner h1 {
        margin-top: 0;
        font-size: 2.5rem; } }
    .banner h1::before {
      position: absolute;
      content: '';
      height: 6px;
      width: 100%;
      border-radius: 10px 10px 10px 10px;
      background-color: #ef6292;
      bottom: 0;
      right: 0; }
      @media (max-width: 950px) {
        .banner h1::before {
          height: 6px; } }
    .banner h1 b {
      color: #ef6292;
      font-weight: 900; }
  .banner p {
    font-size: .7rem;
    line-height: 1.5;
    margin-bottom: .5rem;
    text-align: justify; }
    @media (max-width: 850px) {
      .banner p {
        height: auto; } }
  .banner h2 {
    font-size: 2rem;
    margin-bottom: 1rem; }
    @media (max-width: 950px) {
      .banner h2 {
        font-size: 1.5rem; } }
  .banner ul {
    height: 47px;
    overflow-y: scroll;
    padding: 0; }
    .banner ul li {
      display: inline-block; }
      .banner ul li a {
        display: block;
        border: 1px solid #808080;
        color: #808080;
        font-size: .6rem;
        padding: .3rem .5rem;
        margin-bottom: .3rem;
        border-radius: 10px; }
        .banner ul li a:hover {
          border: 1px solid #FFF;
          background-color: #ef6292;
          color: #FFF; }
        @media (max-width: 950px) {
          .banner ul li a {
            font-size: .7rem; } }

.top {
  position: relative; }
  .top h1 {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    max-width: 600px;
    font-size: 3.5rem;
    color: #FFF;
    text-shadow: 1px 1px 3px #000; }
    .top h1 b {
      color: #ef6292; }
    @media (max-width: 900px) {
      .top h1 {
        max-width: 400px;
        font-size: 3rem; } }
    @media (max-width: 750px) {
      .top h1 {
        max-width: 400px;
        font-size: 2.2rem; } }
    @media (max-width: 650px) {
      .top h1 {
        top: 40%;
        max-width: 400px;
        font-size: 2rem; } }
  .top img {
    width: 100%; }
  .top:before {
    position: absolute;
    width: 100%;
    content: '';
    background-image: url("img/bg-top.png");
    background-repeat: no-repeat;
    background-position: center top;
    height: 100%; }
  .top:after {
    position: absolute;
    width: 100%;
    content: '';
    background-image: url("img/bg-bottom.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%;
    bottom: 0;
    z-index: 999; }

.main__title {
  background-color: #ef6292;
  padding: 3rem 2rem;
  color: #FFF;
  text-align: center;
  position: relative;
  margin-bottom: 2rem; }
  @media (max-width: 750px) {
    .main__title {
      margin-bottom: 1rem; } }
  .main__title:before {
    content: '';
    position: absolute;
    border: 2px solid #FFF;
    width: 95%;
    height: 70%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 20px; }
  .main__title h2 {
    margin-bottom: .5rem; }
    @media (max-width: 750px) {
      .main__title h2 {
        font-size: 1.1rem; } }
  @media (max-width: 750px) {
    .main__title h3 {
      font-size: .8rem; } }

.main__content {
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  padding: 0 1rem; }
  @media (max-width: 750px) {
    .main__content {
      grid-gap: 0 1rem;
      padding: 0; } }
  .main__content article {
    margin-bottom: 1rem; }
    .main__content article header {
      position: relative; }
      .main__content article header img {
        border-radius: 10px; }
        @media (max-width: 750px) {
          .main__content article header img {
            border-radius: 5px; } }
      .main__content article header figure {
        margin: 0; }
      .main__content article header:hover img {
        -webkit-filter: saturate(250%);
        filter: saturate(250%); }
      .main__content article header:hover ~ div a::after {
        -webkit-animation: mover .5s ease 0s infinite alternate;
        animation: mover .5s ease 0s infinite alternate; }

@-webkit-keyframes mover {
  form {
    right: 0;
    background-color: #ef6292; }
  to {
    right: 1rem;
    background-color: #000; } }

@keyframes mover {
  form {
    right: 0;
    background-color: #ef6292; }
  to {
    right: 1rem;
    background-color: #000; } }
    .main__content article h2 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #FFF;
      color: #ef6292;
      position: absolute;
      bottom: 0;
      font-size: 1.2rem;
      max-width: 510px;
      left: 0;
      right: 0;
      margin: auto;
      padding: 1rem 1rem .5rem 1.5rem;
      border-radius: 20px 20px 0 0; }
      @media (max-width: 750px) {
        .main__content article h2 {
          border-radius: 5px 5px 0 0;
          font-size: .9rem;
          padding: .5rem 1rem; } }
    .main__content article div {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 1.5rem 1.5rem 1.5rem;
      max-width: 510px;
      margin: 0 auto;
      border-radius: 0 0 20px 20px;
      -webkit-box-shadow: 1px 0px 20px 0px rgba(239, 98, 146, 0.5);
      box-shadow: 1px 0px 20px 0px rgba(239, 98, 146, 0.5); }
      @media (max-width: 750px) {
        .main__content article div {
          padding: 0;
          border-radius: 0 0 5px 5px; } }
      .main__content article div p {
        font-size: .8rem;
        line-height: 1.5;
        margin: 0; }
        @media (max-width: 750px) {
          .main__content article div p {
            height: 43px;
            overflow: hidden;
            font-size: .6rem;
            padding: 0 1rem; } }
      .main__content article div ul {
        padding: 0 .5rem; }
        .main__content article div ul li {
          font-size: .8rem;
          line-height: 1.5;
          position: relative;
          padding-left: 1.5rem; }
          .main__content article div ul li::before {
            position: absolute;
            content: '✔️';
            left: 0; }
      .main__content article div a {
        display: block;
        color: #ef6292;
        font-size: .8rem;
        margin-top: 1rem;
        max-width: 150px;
        font-weight: 900;
        border-bottom: 2px solid #ef6292;
        padding: .5rem .5rem .5rem 0;
        position: relative; }
        @media (max-width: 750px) {
          .main__content article div a {
            margin-top: 0;
            max-width: 100%;
            padding: .8rem 1rem;
            font-size: .7rem; } }
        .main__content article div a::after {
          position: absolute;
          content: url(img/arrow.png);
          right: 0;
          -webkit-transition: all ease .5s;
          -o-transition: all ease .5s;
          transition: all ease .5s; }
        .main__content article div a:hover {
          -webkit-transition: all ease .5s;
          -o-transition: all ease .5s;
          transition: all ease .5s; }
          .main__content article div a:hover::after {
            -webkit-animation: mover .5s ease 0s infinite alternate;
            animation: mover .5s ease 0s infinite alternate; }

@keyframes mover {
  form {
    right: 0; }
  to {
    right: 1rem; } }
            @media (max-width: 750px) {
              .main__content article div a:hover::after {
                right: 1rem; } }

.main__aboutus {
  padding: 2rem 1rem;
  background-image: url("img/bg-aboutus.png");
  background-repeat: no-repeat;
  background-position: right top; }
  @media (max-width: 750px) {
    .main__aboutus {
      background-image: none; } }
  @media (max-width: 650px) {
    .main__aboutus {
      padding: 1rem; } }
  .main__aboutus-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    max-width: 1300px;
    margin: 0 auto; }
    @media (max-width: 650px) {
      .main__aboutus-wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
    .main__aboutus-wrap p:first-child {
      font-size: 1.5rem;
      margin-bottom: 2rem;
      text-align: justify; }
      @media (max-width: 650px) {
        .main__aboutus-wrap p:first-child {
          font-size: 1rem; } }
    .main__aboutus-wrap p:last-child {
      font-size: 1rem;
      text-align: justify;
      margin-bottom: 5rem; }
      @media (max-width: 650px) {
        .main__aboutus-wrap p:last-child {
          margin-bottom: 1rem; } }
    .main__aboutus-wrap > div:first-child {
      padding-top: 6rem; }
      @media (max-width: 750px) {
        .main__aboutus-wrap > div:first-child {
          padding-top: 2rem; } }
    @media (max-width: 750px) {
      .main__aboutus-wrap > div:last-child img {
        padding-top: 2rem; } }
    @media (max-width: 650px) {
      .main__aboutus-wrap > div:last-child img {
        display: block;
        margin: 0 auto;
        padding-top: 0rem; } }
  .main__aboutus-wrap2 {
    max-width: 1300px;
    margin: 0 auto; }
  .main__aboutus > div:last-child h2 {
    color: #ef6292;
    font-size: 2.5rem;
    text-align: right;
    max-width: 44rem; }
    @media (max-width: 900px) {
      .main__aboutus > div:last-child h2 {
        margin-top: 4rem;
        margin-bottom: 2rem; } }
    @media (max-width: 750px) {
      .main__aboutus > div:last-child h2 {
        font-size: 2rem; } }
  .main__aboutus > div:last-child > div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr; }
    @media (max-width: 500px) {
      .main__aboutus > div:last-child > div {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
    .main__aboutus > div:last-child > div ul {
      text-align: right;
      padding: 2rem 1rem; }
      .main__aboutus > div:last-child > div ul li {
        position: relative;
        padding-right: 2rem;
        margin-bottom: .5rem; }
        .main__aboutus > div:last-child > div ul li:before {
          content: '✔️';
          position: absolute;
          right: 0; }
      .main__aboutus > div:last-child > div ul:nth-child(1) {
        background-image: url("img/icon-servicio-01.png");
        background-position: left center;
        background-repeat: no-repeat; }
      .main__aboutus > div:last-child > div ul:nth-child(2) {
        background-image: url("img/icon-servicio-02.png");
        background-position: left center;
        background-repeat: no-repeat; }
      .main__aboutus > div:last-child > div ul:nth-child(3) {
        background-image: url("img/icon-servicio-03.png");
        background-position: left center;
        background-repeat: no-repeat; }

.main__cta {
  background-image: url("img/cta.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12rem 2rem 6rem 2rem;
  position: relative;
  z-index: 0; }
  @media (max-width: 650px) {
    .main__cta {
      padding: 5rem 1rem 3rem 1rem; } }
  .main__cta:before {
    position: absolute;
    width: 100%;
    content: '';
    background-image: url("img/bg-top.png");
    background-repeat: no-repeat;
    background-position: center top;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
  .main__cta:after {
    position: absolute;
    width: 100%;
    content: '';
    background-color: rgba(239, 98, 146, 0.5);
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
  .main__cta h3 {
    position: relative;
    font-size: 2rem;
    z-index: 2;
    color: #FFF;
    max-width: 45rem;
    text-align: center;
    margin: 0 auto; }
    @media (max-width: 650px) {
      .main__cta h3 {
        font-size: 1.3rem; } }
  .main__cta a {
    position: relative;
    background-color: #ef6292;
    color: #FFF;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 4rem;
    z-index: 1;
    text-align: center;
    padding: 1rem;
    border: 3px solid #FFF;
    border-radius: 10px;
    font-size: 1.3rem; }
    @media (max-width: 650px) {
      .main__cta a {
        font-size: 1rem; } }

.formulary h2 {
  text-align: center;
  color: #FFF;
  font-size: 2.5rem;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }
  @media (max-width: 650px) {
    .formulary h2 {
      font-size: 1.5rem; } }

.formulary form {
  max-width: 800px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem 2rem;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 650px) {
    .formulary form {
      padding: 2rem;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  .formulary form button {
    background-color: #ef6292;
    border: 1px solid #ef6292;
    height: 3.3rem;
    margin-top: 20px;
    color: #FFF; }
  .formulary form div {
    display: relative;
    position: relative;
    border-radius: 5px; }
    .formulary form div label {
      border-radius: 8px 8px 0 0;
      padding: .3rem 1rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #CCC;
      font-size: .7rem; }
    .formulary form div div {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 1rem;
      border-radius: 0 10px 10px 10px;
      outline: none;
      border: 1px solid #ccc;
      border-top: 1px solid #ccc;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      background-color: #FFF; }
    .formulary form div .radio-group {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      font-size: .8rem;
      text-align: center;
      margin: 0 auto;
      padding: .5rem; }
      .formulary form div .radio-group input {
        text-align: center; }
  .formulary form input,
  .formulary form select {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 1rem;
    border-radius: 0 10px 10px 10px;
    outline: none;
    border: 1px solid #ccc;
    border-top: 1px solid #ccc; }
    .formulary form input:nth-child(3),
    .formulary form select:nth-child(3) {
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-column-span: 2;
      grid-column-end: 3; }
    @media (max-width: 650px) {
      .formulary form input,
      .formulary form select {
        padding: .5rem; } }

.footer {
  background-color: #ef6292;
  padding-top: 1.5rem; }
  @media (max-width: 1000px) {
    .footer {
      padding-top: 1rem; } }
  @media (max-width: 750px) {
    .footer {
      padding-top: 0; } }
  .footer__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto; }
    @media (max-width: 750px) {
      .footer__wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
    .footer__wrap > div:first-child {
      background-color: #ef6292;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      padding: 5rem 3rem;
      grid-gap: 2rem;
      background-image: url("img/bg-footer.png");
      background-repeat: no-repeat;
      background-position: center center; }
      @media (max-width: 1000px) {
        .footer__wrap > div:first-child {
          padding: 2rem 3rem; } }
      @media (max-width: 850px) {
        .footer__wrap > div:first-child {
          background-image: none; } }
      @media (max-width: 750px) {
        .footer__wrap > div:first-child {
          padding: 1.5rem;
          grid-gap: 1rem; } }
    .footer__wrap > div:last-child {
      background-color: #4D4D4D;
      padding: 5rem 3rem;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
      grid-gap: 2rem;
      border-radius: 20px 0 0 0; }
      @media (max-width: 1000px) {
        .footer__wrap > div:last-child {
          padding: 2rem 3rem; } }
      @media (max-width: 750px) {
        .footer__wrap > div:last-child {
          padding: 1.5rem;
          grid-gap: 1rem; } }
      .footer__wrap > div:last-child img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center; }
    .footer__wrap h3 {
      color: #FFF;
      font-weight: 900;
      margin-bottom: 1rem; }
      @media (max-width: 1000px) {
        .footer__wrap h3 {
          font-size: 1rem; } }
    .footer__wrap p {
      color: #FFF;
      text-align: justify; }
      .footer__wrap p:last-child {
        height: auto; }
      @media (max-width: 1000px) {
        .footer__wrap p {
          font-size: .9rem; } }
      @media (max-width: 950px) {
        .footer__wrap p {
          overflow: hidden; } }
      @media (max-width: 850px) {
        .footer__wrap p {
          font-size: .8rem;
          line-height: 1.5; } }
  .footer__nav ul li {
    margin-bottom: 1rem; }
    .footer__nav ul li a {
      color: #FFF;
      position: relative;
      padding-left: 1.5rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 1000px) {
        .footer__nav ul li a {
          font-size: .9rem; } }
      @media (max-width: 850px) {
        .footer__nav ul li a {
          font-size: .8rem; } }
      .footer__nav ul li a::before {
        position: absolute;
        content: url("img/point.png");
        left: 0; }
  .footer__nav:last-child li:last-child {
    max-width: 150px;
    list-style: none; }
    .footer__nav:last-child li:last-child a {
      border-radius: 6px;
      padding: .5rem .5rem .5rem 1.5rem;
      width: 100%;
      display: block;
      background: #60fc7c;
      background: -webkit-gradient(linear, left top, left bottom, from(#60fc7c), to(#27cf46));
      background: -webkit-linear-gradient(top, #60fc7c 0%, #27cf46 100%);
      background: -o-linear-gradient(top, #60fc7c 0%, #27cf46 100%);
      background: linear-gradient(to bottom, #60fc7c 0%, #27cf46 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60fc7c', endColorstr='#27cf46', GradientType=0); }
      .footer__nav:last-child li:last-child a:hover {
        background: #27cf46;
        background: -webkit-gradient(linear, left top, left bottom, from(#27cf46), color-stop(94%, #60fc7c), color-stop(95%, #60fc7c), to(#60fc7c));
        background: -webkit-linear-gradient(top, #27cf46 0%, #60fc7c 94%, #60fc7c 95%, #60fc7c 100%);
        background: -o-linear-gradient(top, #27cf46 0%, #60fc7c 94%, #60fc7c 95%, #60fc7c 100%);
        background: linear-gradient(to bottom, #27cf46 0%, #60fc7c 94%, #60fc7c 95%, #60fc7c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27cf46', endColorstr='#60fc7c', GradientType=0); }
      .footer__nav:last-child li:last-child a a {
        color: #FFF;
        border-top: 1px solid #1fbb3a;
        border-left: 1px solid #1fbb3a;
        border-right: 3px solid #1fbb3a;
        border-bottom: 3px solid #1fbb3a; }
        .footer__nav:last-child li:last-child a a:hover {
          color: #FFF;
          border-top: 1px solid #1fbb3a;
          border-left: 1px solid #1fbb3a;
          border-right: 3px solid #1fbb3a;
          border-bottom: 3px solid #1fbb3a; }
      .footer__nav:last-child li:last-child a::before {
        display: none; }
  .footer__copy {
    background-color: #4D4D4D;
    color: #FFF;
    padding: 2rem 1rem; }
    @media (max-width: 1000px) {
      .footer__copy {
        font-size: .8rem;
        padding: 1rem; } }
    @media (max-width: 750px) {
      .footer__copy {
        font-size: .7rem;
        border-top: 1px solid #737373;
        line-height: 1.8;
        padding: 1.5rem; } }
    .footer__copy p {
      text-align: center;
      padding: 0;
      margin: 0; }

.cabecera {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 6rem; }
  @media (max-width: 860px) {
    .cabecera {
      display: block; } }
  .cabecera > div img {
    border-radius: 0 2rem 2rem 0; }
  .cabecera__text {
    background-color: #646464;
    max-width: 750px;
    padding: 2rem;
    margin-left: -10rem;
    margin-top: 2.5rem;
    color: #FFF;
    border-radius: 5px;
    border-radius: 2rem 0 0 2rem; }
    @media (max-width: 860px) {
      .cabecera__text {
        margin-left: 0;
        margin: 0 auto;
        border-radius: 0px; } }
    @media (max-width: 1280px) {
      .cabecera__text {
        max-width: 950px; } }
    .cabecera__text > span {
      color: #ef6292;
      position: relative; }
    .cabecera__text h1 {
      font-size: 3em; }
      @media (max-width: 800px) {
        .cabecera__text h1 {
          font-size: 2.5rem; } }
    .cabecera__text h2 {
      font-size: 1.5em; }
    .cabecera__text p {
      font-size: 1rem;
      text-align: justify;
      line-height: 1.5; }
    .cabecera__text a {
      background-color: #ef6292;
      color: #FFF;
      display: block;
      max-width: 15rem;
      padding: 1rem;
      border-radius: 5px;
      text-align: center;
      margin-top: 2rem; }
      @media (max-width: 560px) {
        .cabecera__text a {
          max-width: 100%; } }
      .cabecera__text a:hover {
        background-color: #515050; }

.sec {
  border-left: 2rem solid #ef6292;
  color: #515050;
  padding: 3rem 1rem; }
  .sec__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.2fr 1.5fr;
    grid-template-columns: 1.2fr 1.5fr;
    grid-gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 800px) {
      .sec__wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .sec h2 {
    margin: 1rem;
    color: #646464;
    font-size: 1.5em; }
    @media (max-width: 800px) {
      .sec h2 {
        font-size: 2rem; } }
  .sec__ul-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 1rem;
    margin: 1rem 0 0 0;
    padding: 0; }
    @media (max-width: 860px) {
      .sec__ul-1 {
        display: none; } }
    .sec__ul-1 li {
      grid-gap: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .sec__ul-1 li div i {
        font-size: 3rem; }
  .sec__ul-2 {
    margin-top: 1rem; }
    @media (max-width: 860px) {
      .sec__ul-2 {
        display: none; } }
    .sec__ul-2 li {
      margin: 1rem 0;
      font-size: 1.1rem; }
  .sec a {
    background-color: #ef6292;
    display: block;
    width: 100%;
    padding: 1rem;
    text-align: center;
    color: #FFF;
    float: right;
    margin-top: 1rem;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .sec a:hover {
      background-color: #515050; }
    @media (max-width: 860px) {
      .sec a {
        margin-top: 0;
        width: 100%; } }
    @media (max-width: 650px) {
      .sec a {
        margin-bottom: 1rem; } }
  .sec__images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.5rem; }
    .sec__images div {
      text-align: right;
      overflow: hidden; }
      .sec__images div img {
        margin-left: auto;
        -webkit-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        transition: 0.6s ease; }
        .sec__images div img:nth-child(1) {
          margin-bottom: 2.5rem; }
        .sec__images div img:hover {
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2);
          -webkit-filter: grayscale(120%) sepia(42%) brightness(96%) saturate(358%) contrast(113%);
          filter: grayscale(120%) sepia(42%) brightness(96%) saturate(358%) contrast(113%); }
    .sec__images div:nth-child(2) {
      overflow: hidden;
      margin-right: auto; }
      .sec__images div:nth-child(2) img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        -webkit-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        transition: 0.6s ease;
        margin-bottom: 0; }
        .sec__images div:nth-child(2) img:hover {
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2);
          -webkit-filter: grayscale(120%) sepia(42%) brightness(96%) saturate(358%) contrast(113%);
          filter: grayscale(120%) sepia(42%) brightness(96%) saturate(358%) contrast(113%); }

.post {
  position: relative;
  z-index: -2;
  padding: 5rem 1.5rem 1.5rem 1.5rem;
  margin-bottom: 6rem; }
  .post h2 {
    font-size: 1.5em;
    margin: 0;
    padding: 1rem 0 .2rem 0;
    color: #FFF; }
  .post h3 {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    color: #FFF; }
  .post p {
    color: #FFF;
    line-height: 1.5; }
  .post::before {
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 70%;
    background-color: #ef6292;
    z-index: -1; }
  .post__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    max-width: 1300px;
    margin: 0 auto; }
    @media (max-width: 950px) {
      .post__wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
    .post__wrap div {
      margin-top: 2rem;
      background-color: #646464;
      border-radius: .5rem .5rem 1rem 1rem; }
      .post__wrap div img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        -webkit-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        transition: 0.6s ease;
        margin-bottom: 0; }
        .post__wrap div img:hover {
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2);
          -webkit-filter: grayscale(120%) sepia(42%) brightness(96%) saturate(358%) contrast(113%);
          filter: grayscale(120%) sepia(42%) brightness(96%) saturate(358%) contrast(113%); }
      .post__wrap div:nth-child(1) {
        padding: 1rem;
        position: relative; }
      .post__wrap div:nth-child(2) {
        padding: 1rem;
        background-color: #646464; }
