/*!
Theme Name: AntoTheme
Theme URI: http://www.inovaletrerosperu.com
Description: Thema creado desde cero por AntoTheme
Author: AntoTheme
Author URI: https://www.antocas.com
Version: 1.0
*/
@font-face {
  font-family: "letreros";
  src: url("fonts/letreros.eot");
  src: url("fonts/letreros.eot?#iefix") format("embedded-opentype"), url("fonts/letreros.woff") format("woff"), url("fonts/letreros.ttf") format("truetype"), url("fonts/letreros.svg#letreros") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "letreros" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="i-"]:before,
[class*=" i-"]:before {
  font-family: "letreros" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.i-chevron-down:before {
  content: "\61"; }

.i-chevron-right:before {
  content: "\62"; }

.i-navicon-round:before {
  content: "\63"; }

.i-chevron-down {
  display: block;
  text-align: center;
  color: #FFF;
  animation: flotar .5s ease 0s infinite alternate-reverse; }

@-webkit-keyframes flotar {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

@keyframes flotar {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

.grecaptcha-badge {
  visibility: hidden; }

html {
  font-size: 15px; }

body {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat';
  overflow-x: hidden; }

p {
  line-height: 1.5; }

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

/*************************************************************************/
/**********************************TITLE**********************************/
/*************************************************************************/
h1 {
  font-size: 3rem; }
  @media (max-width: 650px) {
    h1 {
      font-size: 2.5rem;
      text-align: center;
      margin: .5rem 0; } }

h2 {
  font-size: 1.5rem !important; }
  @media (max-width: 650px) {
    h2 {
      font-size: 1.5rem; } }

h3 {
  font-size: 1.5rem !important; }
  @media (max-width: 650px) {
    h3 {
      font-size: 1.2rem; } }

h4 {
  font-size: 1.4rem; }
  @media (max-width: 650px) {
    h4 {
      font-size: 1.1rem; } }

.title-1,
.title-2,
.title-3 {
  text-align: center;
  margin: 1rem;
  position: relative;
  padding-bottom: 1rem;
  background: #020024;
  background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
  background: -webkit-linear-gradient(left, #ff8a00, #da1b60);
  background: -o-linear-gradient(left, #ff8a00, #da1b60);
  background: linear-gradient(to right, #ff8a00, #da1b60);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-shadow: none;
  -webkit-animation: letras 2s ease 0s infinite normal;
  animation: letras 2s ease 0s infinite normal; }
  .title-1:before,
  .title-2:before,
  .title-3:before {
    position: absolute;
    content: '';
    height: 4px;
    width: 150px;
    background-color: #ef7f1a;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

@media (max-width: 650px) {
  .title-1 {
    margin-top: .5rem; } }

.title-2,
.title-3 {
  -webkit-animation: none;
  animation: none; }
  .title-2:before,
  .title-3:before {
    display: none; }

img {
  max-width: 100%; }

a {
  text-decoration: none; }

.cta {
  display: inline-block;
  margin-top: .5rem;
  color: #FFF;
  text-transform: uppercase;
  border-bottom: 3px solid #FFF;
  padding: 1rem 1rem 1rem 0; }
  @media (max-width: 800px) {
    .cta {
      display: block;
      margin: 0 auto;
      margin-bottom: 1rem;
      text-align: center; } }
  .cta:hover {
    border-bottom: 3px solid #ef7f1a; }
    .cta:hover i {
      color: #ef7f1a; }

.inside {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 1rem; }

.more a {
  background: #020024;
  background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
  background: -webkit-linear-gradient(left, #ff8a00, #da1b60);
  background: -o-linear-gradient(left, #ff8a00, #da1b60);
  background: linear-gradient(to right, #ff8a00, #da1b60);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-shadow: none;
  font-weight: 600; }
  .more a:hover {
    background: #020024;
    background: -webkit-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
    background: -webkit-linear-gradient(left, #da1b60, #ff8a00);
    background: -o-linear-gradient(left, #da1b60, #ff8a00);
    background: linear-gradient(to right, #da1b60, #ff8a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none; }

.morecontent span {
  display: none; }

.morelink {
  display: inline-block;
  font-weight: 600;
  color: #FFF; }

.oculto {
  display: none !important; }

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

/*************************************************************************/
/**********************************HEADER**********************************/
/*************************************************************************/
.header {
  border-bottom: 1px solid #CCC;
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #FFF;
  top: 0; }
  .header__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 1fr 150px;
    grid-template-columns: 300px 1fr 150px;
    padding: .3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    grid-gap: 1.5rem; }
    @media (max-width: 800px) {
      .header__wrap {
        -ms-grid-columns: 1fr 40px;
        grid-template-columns: 1fr 40px;
        grid-gap: 0 1rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .header__logo img {
    display: block; }
  .header__nav {
    display: none; }
    @media (min-width: 800px) {
      .header__nav {
        display: block; } }
    .header__nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      list-style: none; }
      @media (max-width: 800px) {
        .header__nav ul {
          display: block;
          padding: 0;
          margin-top: .5rem; } }
      .header__nav ul li a {
        color: #666;
        font-weight: 500; }
        @media (max-width: 800px) {
          .header__nav ul li a {
            display: block;
            padding: .5rem 0; } }
        .header__nav ul li a:hover {
          opacity: .5; }
      .header__nav ul li:last-child {
        position: relative; }
        .header__nav ul li:last-child a {
          color: #0bc10b;
          font-weight: 700; }
        .header__nav ul li:last-child:after {
          position: absolute;
          top: -10px;
          background-image: url("img/ws-pwp.png");
          background-size: contain;
          content: '';
          width: 25px;
          height: 25px; }
          @media (max-width: 800px) {
            .header__nav ul li:last-child:after {
              display: none; } }
  .header__ws {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    color: #000;
    font-weight: bold;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header__ws img {
      margin-right: 5px; }

/*BTN MOBILE*/
#btnMovil {
  display: none; }
  #btnMovil + label {
    display: none;
    width: 40px;
    height: 40px;
    font-size: 2.6rem; }
    @media (max-width: 800px) {
      #btnMovil + label {
        display: block; } }
  #btnMovil:checked ~ .header__nav {
    display: block; }

/*************************************************************************/
/**********************************SEC-1**********************************/
/*************************************************************************/
.sec-1 {
  position: relative;
  background-color: #3c3657;
  z-index: 1;
  margin-top: 53px; }
  .sec-1:before {
    position: absolute;
    content: '';
    background-color: rgba(60, 54, 87, 0.5);
    width: 100%;
    height: 100%;
    z-index: -1; }
  .sec-1--about {
    background-image: url("img/empresa-de-letreros-publicitarios.jpg"); }
  .sec-1--mod {
    background-image: none;
    margin-top: 40px; }
    .sec-1--mod::before {
      background-color: #3c3657; }
  .sec-1__title {
    background: #020024;
    background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
    background: -webkit-linear-gradient(left, #ff8a00, #da1b60);
    background: -o-linear-gradient(left, #ff8a00, #da1b60);
    background: linear-gradient(to right, #ff8a00, #da1b60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
    -webkit-animation: letras 2s ease 0s infinite normal;
    animation: letras 2s ease 0s infinite normal;
    text-align: center;
    padding-top: 1rem; }

@-webkit-keyframes letras {
  0% {
    background: #020024;
    background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
    background: -webkit-linear-gradient(left, #ff8a00, #da1b60);
    background: linear-gradient(to right, #ff8a00, #da1b60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none; }
  100% {
    background: #020024;
    background: -webkit-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
    background: -webkit-linear-gradient(left, #da1b60, #ff8a00);
    background: linear-gradient(to right, #da1b60, #ff8a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none; } }

@keyframes letras {
  0% {
    background: #020024;
    background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
    background: -webkit-linear-gradient(left, #ff8a00, #da1b60);
    background: -o-linear-gradient(left, #ff8a00, #da1b60);
    background: linear-gradient(to right, #ff8a00, #da1b60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none; }
  100% {
    background: #020024;
    background: -webkit-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
    background: -webkit-linear-gradient(left, #da1b60, #ff8a00);
    background: -o-linear-gradient(left, #da1b60, #ff8a00);
    background: linear-gradient(to right, #da1b60, #ff8a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none; } }
    @media (max-width: 800px) {
      .sec-1__title {
        max-width: 100%;
        font-size: 2rem; } }

ul.tipos-de-letrero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  list-style: none;
  grid-gap: .5rem;
  margin-top: .5rem; }
  ul.tipos-de-letrero li {
    border: 1px solid #ef7f1a;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s; }
    ul.tipos-de-letrero li:hover {
      background-color: #ef7f1a; }
      ul.tipos-de-letrero li:hover a p {
        color: #3c3657; }
    ul.tipos-de-letrero li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      ul.tipos-de-letrero li a img {
        width: 60px;
        height: 60px;
        display: block; }
      ul.tipos-de-letrero li a p {
        width: 100%;
        font-size: 1.2rem;
        font-weight: 700;
        margin: 0;
        color: #ef7f1a;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        padding-left: 1rem; }

/*************************************************************************/
/**********************************WRAP-1**********************************/
/*************************************************************************/
.wrap-1 {
  padding: 3rem 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 2rem; }
  .wrap-1--banner {
    -ms-grid-columns: 1.8fr 1fr;
    grid-template-columns: 1.8fr 1fr;
    padding: 1rem 0; }
  @media (max-width: 800px) {
    .wrap-1 {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      overflow: hidden; } }
  .wrap-1 h1 {
    background: #020024;
    background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
    background: -webkit-linear-gradient(left, #ff8a00, #da1b60);
    background: -o-linear-gradient(left, #ff8a00, #da1b60);
    background: linear-gradient(to right, #ff8a00, #da1b60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
    max-width: 425px;
    line-height: 1;
    -webkit-animation: letras 2s ease 0s infinite normal;
    animation: letras 2s ease 0s infinite normal; }

@keyframes letras {
  0% {
    background: #020024;
    background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
    background: -webkit-linear-gradient(left, #ff8a00, #da1b60);
    background: -o-linear-gradient(left, #ff8a00, #da1b60);
    background: linear-gradient(to right, #ff8a00, #da1b60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none; }
  100% {
    background: #020024;
    background: -webkit-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
    background: -webkit-linear-gradient(left, #da1b60, #ff8a00);
    background: -o-linear-gradient(left, #da1b60, #ff8a00);
    background: linear-gradient(to right, #da1b60, #ff8a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none; } }
    @media (max-width: 800px) {
      .wrap-1 h1 {
        max-width: 100%; } }
  .wrap-1__title {
    text-align: center;
    color: #ef7f1a;
    padding: 0rem 0 0 .5rem; }
  .wrap-1__subtitle {
    color: #FFF;
    font-size: 1rem !important;
    text-align: right;
    text-decoration: underline; }
  .wrap-1 p {
    color: #FFF;
    text-align: justify; }
  .wrap-1__ul {
    color: #FFF;
    list-style: none; }
    .wrap-1__ul li {
      margin-bottom: .5rem; }
  .wrap-1__href {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1rem; }
    .wrap-1__href a {
      border: 2px solid #ef7f1a;
      padding: .8rem 1rem;
      text-align: center;
      color: #FFF;
      border-radius: 5px; }
      .wrap-1__href a:hover {
        background-color: #ef7f1a; }
      .wrap-1__href a:nth-child(2) {
        background-color: #ef7f1a; }

/*************************************************************************/
/**********************************GRID-FOTOS**********************************/
/*************************************************************************/
.grid-fotos > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.grid-fotos > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px; }

.grid-fotos {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense; }
  @media (max-width: 800px) {
    .grid-fotos {
      display: none; } }
  .grid-fotos div:nth-child(1) {
    animation: prender 1s ease 1s infinite alternate-reverse; }
  .grid-fotos div:nth-child(2) {
    animation: prender 1s ease 2s infinite alternate-reverse; }
  .grid-fotos div:nth-child(3) {
    animation: prender 1s ease 3s infinite alternate-reverse; }
  .grid-fotos div:nth-child(4) {
    animation: prender 1s ease 4s infinite alternate-reverse; }
  .grid-fotos div:nth-child(5) {
    animation: prender 1s ease 5s infinite alternate-reverse; }

@-webkit-keyframes prender {
  0% {
    -webkit-filter: contrast(90%);
    filter: contrast(90%); }
  100% {
    -webkit-filter: contrast(150%);
    filter: contrast(150%); } }

@keyframes prender {
  0% {
    -webkit-filter: contrast(90%);
    filter: contrast(90%); }
  100% {
    -webkit-filter: contrast(150%);
    filter: contrast(150%); } }

.grid-fotos .wide {
  -ms-grid-column-span: 2;
  grid-column: span 2; }

.grid-fotos .tall {
  -ms-grid-row-span: 2;
  grid-row: span 2; }

.grid-fotos .big {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2; }

.grid-fotos-uno {
  display: none; }
  @media (max-width: 800px) {
    .grid-fotos-uno {
      display: block; } }

.btn {
  background-color: orange;
  color: #FFF;
  display: block;
  max-width: 300px;
  padding: 1rem;
  text-align: center; }

/*************************************************************************/
/**********************************FORMULARY**********************************/
/*************************************************************************/
.formulary {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2rem 3rem; }
  @media (max-width: 650px) {
    .formulary {
      padding: 1rem; } }
  .formulary__title {
    display: block;
    width: 100%;
    color: #FFF;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600; }
  .formulary__wrap input,
  .formulary__wrap textarea,
  .formulary__wrap button {
    display: block;
    width: 100%;
    font-size: 1.1rem;
    padding: .5rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1rem;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #FFF;
    color: #FFF; }
    .formulary__wrap input::-webkit-input-placeholder,
    .formulary__wrap textarea::-webkit-input-placeholder,
    .formulary__wrap button::-webkit-input-placeholder {
      color: #FFF;
      font-family: 'Montserrat';
      font-weight: 300; }
    .formulary__wrap input:-ms-input-placeholder,
    .formulary__wrap textarea:-ms-input-placeholder,
    .formulary__wrap button:-ms-input-placeholder {
      color: #FFF;
      font-family: 'Montserrat';
      font-weight: 300; }
    .formulary__wrap input::-ms-input-placeholder,
    .formulary__wrap textarea::-ms-input-placeholder,
    .formulary__wrap button::-ms-input-placeholder {
      color: #FFF;
      font-family: 'Montserrat';
      font-weight: 300; }
    .formulary__wrap input::placeholder,
    .formulary__wrap textarea::placeholder,
    .formulary__wrap button::placeholder {
      color: #FFF;
      font-family: 'Montserrat';
      font-weight: 300; }
  .formulary__wrap button {
    background-color: #ef7f1a;
    color: #FFF;
    border: 0;
    height: 50px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s; }
    .formulary__wrap button:hover {
      background-color: #FFF;
      color: orange; }
    .formulary__wrap button span {
      position: absolute;
      left: 0;
      margin: auto;
      background-color: #a25611;
      height: 50px;
      top: 0;
      width: 50px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .formulary__wrap button span i {
        display: block;
        line-height: 3;
        margin: 0 auto; }

/*************************************************************************/
/**********************************SEC-2**********************************/
/*************************************************************************/
.sec-2 {
  padding: 1rem; }
  .sec-2--page {
    margin-top: 5rem; }
  @media (max-width: 650px) {
    .sec-2 {
      padding: 0; } }
  .sec-2__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 2rem; }
    @media (max-width: 650px) {
      .sec-2__wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }

/*************************************************************************/
/**********************************PAGE**********************************/
/*************************************************************************/
.page {
  max-width: 860px;
  margin: 0 auto; }
  .page h1 {
    font-size: 3rem; }
  .page h2,
  .page h3 {
    background: #020024;
    background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
    background: -webkit-linear-gradient(left, #ff8a00, #da1b60);
    background: -o-linear-gradient(left, #ff8a00, #da1b60);
    background: linear-gradient(to right, #ff8a00, #da1b60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
    margin-top: 1rem; }
  .page h3 {
    font-size: 1.5rem !important;
    margin-top: 1rem; }
  .page p {
    line-height: 34px;
    margin-bottom: 1.5rem;
    font-size: 1.125rem; }
  .page ol {
    padding-left: 2rem;
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
    .page ol li {
      margin-bottom: 1rem;
      padding: 1.5em;
      border-bottom: 1px dashed #ccc;
      position: relative; }
      .page ol li:hover:before {
        background-color: #ffd797;
        border-color: rgba(0, 0, 0, 0.08);
        border-width: .2em;
        color: #444;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5); }
      .page ol li:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        z-index: -1;
        left: -1.3em;
        background: #f5f5f5;
        height: 1.5em;
        width: 1.5em;
        border: 0.1em solid rgba(0, 0, 0, 0.05);
        text-align: center;
        font: italic bold 1em/1.5em Georgia, Serif;
        color: #ccc;
        border-radius: 1.5em;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out; }
      .page ol li h3 {
        margin-bottom: 0; }
    .page ol p {
      margin: 0; }
  .page ul {
    list-style: none;
    padding-left: 2rem;
    margin-bottom: 1.5rem; }
    .page ul li {
      margin-bottom: 1rem;
      position: relative;
      padding: .5rem 1.5em; }
      .page ul li:hover:before {
        background-color: #ffd797;
        border-color: rgba(0, 0, 0, 0.08);
        border-width: .2em;
        color: #444;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px); }
      .page ul li:before {
        content: '>';
        position: absolute;
        z-index: -1;
        left: -1.3em;
        background: #f5f5f5;
        height: 1.5em;
        width: 1.5em;
        border: 0.1em solid rgba(0, 0, 0, 0.05);
        text-align: center;
        font: italic bold 1em/1.5em Georgia, Serif;
        color: #ccc;
        border-radius: 1.5em;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out; }
      .page ul li h3 {
        margin-bottom: 0; }
  .page img {
    display: block;
    margin-bottom: 1rem; }
  .page blockquote {
    padding: 1rem;
    border: 1px solid #eee;
    border-left: 4px solid rgba(0, 0, 0, 0.1);
    background-color: #fdfdfd; }
    .page blockquote p {
      margin-bottom: .5rem;
      margin-top: 0; }

.subtitle {
  text-align: center; }
  @media (max-width: 650px) {
    .subtitle {
      display: none; } }

/*************************************************************************/
/**********************************WRAP-2**********************************/
/*************************************************************************/
.wrap-2 {
  max-width: 65rem;
  margin: 0 auto; }
  .wrap-2 h3 {
    text-align: left;
    margin: 0; }
  .wrap-2 img {
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    display: block; }
  .wrap-2__item {
    max-width: 60rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(239, 127, 26, 0.1);
    border: 1px solid rgba(239, 127, 26, 0.1);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 1rem; }
    @media (max-width: 900px) {
      .wrap-2__item {
        font-size: 12px; } }
    @media (max-width: 750px) {
      .wrap-2__item {
        display: block; } }
    .wrap-2__item:nth-child(2n) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      background-color: rgba(60, 54, 87, 0.1);
      border: 1px solid rgba(60, 54, 87, 0.1);
      margin-left: 4rem; }
      @media (max-width: 900px) {
        .wrap-2__item:nth-child(2n) {
          margin-left: 0; } }
    .wrap-2__item header {
      max-width: 375px; }
      .wrap-2__item header .swiper-wrapper {
        overflow: hidden; }
  .wrap-2__container {
    padding: 1rem; }

/*************************************************************************/
/**********************************QUOTE**********************************/
/*************************************************************************/
.quote {
  padding: 2rem 1rem;
  background: -webkit-linear-gradient(228deg, #ef7f1a, #bb610f);
  background: -o-linear-gradient(228deg, #ef7f1a, #bb610f);
  background: linear-gradient(222deg, #ef7f1a, #bb610f);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 4s ease infinite;
  animation: AnimationName 4s ease infinite; }

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 99%; }
  50% {
    background-position: 100% 2%; }
  100% {
    background-position: 0% 99%; } }

@keyframes AnimationName {
  0% {
    background-position: 0% 99%; }
  50% {
    background-position: 100% 2%; }
  100% {
    background-position: 0% 99%; } }
  .quote__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 0 2rem; }
    @media (max-width: 650px) {
      .quote__wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .quote a {
    display: block;
    color: #000;
    border: 2px solid #000;
    padding: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center; }
    .quote a i {
      color: #FFF; }
    .quote a:hover {
      background-color: #FFF; }
      .quote a:hover i {
        color: #000; }
  .quote p {
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    color: #FFF;
    margin-bottom: 1rem; }
  .quote span {
    line-height: 1.5;
    color: #FFF; }

/*************************************************************************/
/**********************************ABOUT SECTION**********************************/
/*************************************************************************/
.about-section {
  padding: 60px 0;
  background: #f7f7f7; }
  .about-section img,
  .about-section iframe {
    width: 100%;
    margin-bottom: 30px; }
  .about-section iframe {
    height: 328px; }
  .about-section h2 {
    font-size: 18px; }
  .about-section__ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 30px; }
    @media (max-width: 1000px) {
      .about-section__ul {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    .about-section__ul li {
      border: 1px solid #CCC;
      padding: 15px; }

.footer {
  border-top: 1px solid #ccc; }
  .footer__info-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .6fr 1fr 1fr;
    grid-template-columns: .6fr 1fr 1fr;
    grid-gap: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem; }
    @media (max-width: 800px) {
      .footer__info-wrap {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        text-align: center; } }
    .footer__info-wrap h4 {
      margin-bottom: 1rem;
      color: #3c3657; }
  @media (max-width: 800px) {
    .footer__servicios {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1/3; } }
  .footer__servicios img {
    text-align: center;
    display: block; }
  .footer__servicios ol {
    text-align: left; }
    .footer__servicios ol li {
      margin-bottom: .5rem; }
      .footer__servicios ol li a {
        display: block;
        background: #020024;
        background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
        background: -webkit-linear-gradient(left, #ff8a00, #da1b60);
        background: -o-linear-gradient(left, #ff8a00, #da1b60);
        background: linear-gradient(to right, #ff8a00, #da1b60);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        text-shadow: none;
        font-weight: 500; }
        .footer__servicios ol li a:hover {
          background: #020024;
          background: -webkit-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
          background: -webkit-linear-gradient(left, #da1b60, #ff8a00);
          background: -o-linear-gradient(left, #da1b60, #ff8a00);
          background: linear-gradient(to right, #da1b60, #ff8a00);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
          text-shadow: none; }
  .footer__ubicacion p {
    text-align: justify;
    margin-left: 1.5rem; }
  .footer__contacto ul {
    padding: revert; }
    .footer__contacto ul li {
      margin-bottom: .5rem; }
      .footer__contacto ul li a {
        display: block;
        color: #3c3657;
        font-weight: 500; }
      .footer__contacto ul li:last-child {
        position: relative; }
        .footer__contacto ul li:last-child a {
          color: #0bc10b;
          font-weight: 700; }
        .footer__contacto ul li:last-child:after {
          position: absolute;
          top: -10px;
          background-image: url("img/ws-pwp.png");
          background-size: contain;
          content: '';
          width: 25px;
          height: 25px;
          right: 110px; }
          @media (max-width: 800px) {
            .footer__contacto ul li:last-child:after {
              display: none; } }
  .footer__logo {
    display: block;
    text-align: center;
    margin-bottom: 2rem; }
  .footer__copyright {
    text-align: center;
    margin-top: 1rem;
    font-size: .8rem; }
    .footer__copyright a {
      color: #3c3657; }
      .footer__copyright a:hover {
        text-decoration: underline; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.accordions {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 15px;
  margin-bottom: 2rem; }
  @media (max-width: 750px) {
    .accordions {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  .accordions_title {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px;
    grid-template-columns: 1fr 20px;
    background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
    background: -webkit-linear-gradient(left, #ff8a00, #da1b60);
    background: -o-linear-gradient(left, #ff8a00, #da1b60);
    background: linear-gradient(to right, #ff8a00, #da1b60);
    cursor: pointer;
    margin-top: 15px;
    padding: 5px 20px;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear; }
    .accordions_title h3 {
      font-weight: 500;
      color: #FFF;
      -webkit-transition: #ef7f1a;
      -o-transition: #ef7f1a;
      transition: #ef7f1a;
      margin-bottom: 0;
      margin-top: 0;
      font-size: 1rem !important; }
    .accordions_title span {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      -ms-grid-column-align: end;
      justify-self: end;
      display: block; }
      .accordions_title span:after {
        content: "+";
        display: inline-block;
        -webkit-transition: 0.3s linear;
        -o-transition: 0.3s linear;
        transition: 0.3s linear;
        font-size: 16px;
        position: relative;
        color: #FFF;
        margin-left: 5px;
        font-size: 30px; }
    .accordions_title.active {
      background: -webkit-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
      background: -webkit-linear-gradient(left, #da1b60, #ff8a00);
      background: -o-linear-gradient(left, #da1b60, #ff8a00);
      background: linear-gradient(to right, #da1b60, #ff8a00);
      color: #FFF; }
      .accordions_title.active h3 {
        color: #FFF; }
      .accordions_title.active span:after {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        color: #FFF; }
  .accordions_content {
    display: none;
    padding: 20px 20px;
    border: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC; }

/**************************************************************/
@-webkit-keyframes show {
  from {
    opacity: 0;
    scale: 25%; }
  to {
    opacity: 1;
    scale: 100%; } }
@keyframes show {
  from {
    opacity: 0;
    scale: 25%; }
  to {
    opacity: 1;
    scale: 100%; } }

img {
  view-timeline-name: --image;
  view-timeline-axis: block;
  animation-timeline: --image;
  -webkit-animation-name: show;
  animation-name: show;
  animation-range: entry 25% cover 30%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
