/*
Theme Name: Vichenzo Lamberti
Author: Brian Ciccarelli
*/
a:hover {
  color: #1837b4; }

.cont-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

.btn-resp {
  display: none;
  width: 100%;
  text-align: right;
  z-index: 100;
  padding-top: 3px; }
  .btn-resp i {
    color: #fff;
    font-size: 1.4rem; }

header.open-menu-resp .menu-principal-container {
  right: 0px !important; }

header.open-menu-resp .btn-resp i {
  color: #cba760 !important; }

header .navbar-brand img {
  padding-bottom: 5px; }

body.home header, body.page-id-23 header {
  background: none; }

body.home.scroll header, body.page-id-23.scroll header {
  background-color: rgba(0, 0, 0, 0.9); }

body header {
  background-color: #212b55; }

body.category #menu-item-42 a {
  opacity: 1; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 0;
  transition: all 300ms ease; }
  header .logo a {
    font-family: "Rozha One", "Amiri", serif;
    color: #fff;
    font-size: 1.7rem; }
  header .row > div:nth-child(2) {
    display: flex;
    align-items: center; }
  header .menu-principal-container {
    width: 100%;
    transition: all 300ms ease; }
    header .menu-principal-container ul {
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      list-style: none; }
      header .menu-principal-container ul li a {
        color: #fff;
        font-size: .85rem;
        opacity: .7;
        letter-spacing: 2px;
        font-weight: 100; }
      header .menu-principal-container ul li.current-menu-item a {
        opacity: 1; }
      header .menu-principal-container ul li > a:hover {
        opacity: 1; }
      header .menu-principal-container ul li:nth-child(3) {
        position: relative; }
        header .menu-principal-container ul li:nth-child(3) ul {
          display: none;
          position: absolute;
          bottom: -213px;
          padding: 150px 0 0 0;
          flex-direction: column;
          justify-content: left;
          align-items: flex-start;
          width: 160px; }
          header .menu-principal-container ul li:nth-child(3) ul li {
            width: 100%; }
            header .menu-principal-container ul li:nth-child(3) ul li a {
              background-color: rgba(0, 0, 0, 0.9) !important;
              padding: 20px;
              opacity: 1 !important;
              width: 100%;
              display: block; }
              header .menu-principal-container ul li:nth-child(3) ul li a:hover {
                opacity: 1;
                background-color: #000 !important;
                color: #cba760; }
        header .menu-principal-container ul li:nth-child(3):hover > a {
          opacity: 1; }
        header .menu-principal-container ul li:nth-child(3):hover ul {
          display: flex; }

.category .wpcf7-response-output {
  color: #fff !important; }

.category footer .ind, .category footer .contac {
  display: none; }

body {
  font-size: 15px; }
  body h2 {
    font-size: 2rem; }
  body .fondo-centrado {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat; }
  body .contenedor-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  body.fixed {
    overflow: hidden; }
  body a, body button {
    text-decoration: none !important;
    color: #000;
    transition: all 300ms ease;
    background: none !important; }
    body a:focus, body button:focus {
      outline: none !important;
      box-shadow: none !important; }
    body a.amisc:after, body button.amisc:after {
      opacity: 0;
      content: ">";
      padding-left: 0px;
      font-weight: 400;
      transition: all 300ms ease; }
    body a.blanco, body button.blanco {
      color: #fff !important; }
    body a.blanco.amisc:hover:after, body button.blanco.amisc:hover:after {
      opacity: 1;
      color: #cba760;
      padding-left: 15px; }
    body a.negro.amisc:hover:after, body button.negro.amisc:hover:after {
      opacity: 1;
      color: #000;
      padding-left: 15px; }
  body .btn {
    padding: 15px 20px;
    padding-left: 30px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 2px;
    border-radius: 0; }
    body .btn.blanco {
      color: #fff;
      border: 1px solid #fff; }
    body .btn.negro {
      color: #000;
      border: 1px solid #000; }
  body .uppercase {
    text-transform: uppercase; }
  body h2 {
    font-family: "Rozha One", "Amiri", serif; }
  body p, body a, body li, body h3 {
    font-family: 'Rubik', sans-serif; }
  body section {
    padding: 100px 0; }
  body h3.subtitulo {
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: 5px;
    font-weight: 500; }

.home section:nth-child(2) {
  padding: 0; }
  .home section:nth-child(2) #slide-home .owl-nav {
    display: none; }
  .home section:nth-child(2) #slide-home .item {
    padding: 60px 10px 0 10px;
    text-align: center; }
  .home section:nth-child(2) #slide-home .owl-dots {
    position: relative;
    bottom: 0px;
    height: 0px;
    text-align: center;
    margin-top: 0px !important;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center; }
    .home section:nth-child(2) #slide-home .owl-dots .owl-dot {
      position: relative;
      bottom: 0; }
      .home section:nth-child(2) #slide-home .owl-dots .owl-dot.active span {
        background: #cba760;
        height: 30px; }
      .home section:nth-child(2) #slide-home .owl-dots .owl-dot span {
        width: 6px;
        height: 20px;
        background: #cba760;
        margin: 0 5px;
        border-radius: 0;
        transition: all 300ms ease; }
  .home section:nth-child(2) #slide-home h2 {
    color: #cba760;
    font-size: 3.2em;
    margin-bottom: 35px; }
  .home section:nth-child(2) #slide-home h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    font-size: 1.1rem;
    letter-spacing: 10px;
    font-weight: 100;
    margin-bottom: 15px; }
  .home section:nth-child(2) #slide-home p {
    font-weight: 300;
    opacity: .9;
    line-height: 2rem;
    color: #fff;
    max-width: 600px;
    margin: auto;
    margin-bottom: 50px; }
  .home section:nth-child(2) #slide-home .cont {
    position: relative; }

.home section:nth-child(3) {
  padding: 70px 0 0 0; }
  .home section:nth-child(3) .frase {
    text-align: center; }
    .home section:nth-child(3) .frase .frase-iso {
      width: 120px;
      display: inline-block;
      margin: 0px 20px; }
    .home section:nth-child(3) .frase p {
      display: inline;
      font-family: "Rozha One", "Amiri", serif;
      font-size: 1.8em;
      color: #575756; }

.home section:nth-child(4) {
  padding-top: 50px; }
  .home section:nth-child(4) .contenedor-flex-center {
    height: 500px; }
  .home section:nth-child(4) h2, .home section:nth-child(4) h3 {
    opacity: .5;
    transition: all 300ms ease;
    margin: 0;
    z-index: 101; }
  .home section:nth-child(4) h2 {
    font-family: "Rozha One", "Amiri", serif;
    color: #000;
    font-size: 3.3em;
    letter-spacing: 0; }
  .home section:nth-child(4) h3 {
    text-transform: uppercase;
    color: #000;
    font-family: "Rubik", sans-serif;
    font-size: .9em;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 500; }
  .home section:nth-child(4) .temp {
    background-size: 100%;
    opacity: 1;
    position: relative;
    transition: all 300ms ease; }
    .home section:nth-child(4) .temp:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #fff;
      bottom: 0px;
      left: 0px;
      z-index: 100;
      opacity: .5; }
    .home section:nth-child(4) .temp:hover {
      background-size: 110%; }
      .home section:nth-child(4) .temp:hover h2, .home section:nth-child(4) .temp:hover h3 {
        opacity: 1;
        z-index: 300; }
      .home section:nth-child(4) .temp:hover h3 {
        color: #fff; }
      .home section:nth-child(4) .temp:hover h2 {
        color: #cba760; }
      .home section:nth-child(4) .temp:hover:after {
        background-color: #000;
        opacity: .8; }
  .home section:nth-child(4) .cont-rel {
    position: relative; }
    .home section:nth-child(4) .cont-rel .black {
      position: relative;
      background-color: #000; }

.home section:nth-child(5) {
  padding: 70px 0 !important;
  background-color: #040c2b; }
  .home section:nth-child(5) .cont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row; }
  .home section:nth-child(5) .cont-i {
    color: #fff;
    background-color: #cba760;
    font-size: 4rem;
    margin-right: 40px;
    padding: 25px;
    border-radius: 20px; }
  .home section:nth-child(5) h2, .home section:nth-child(5) p {
    color: #fff;
    margin: 0; }
  .home section:nth-child(5) a {
    margin-top: 20px; }
    .home section:nth-child(5) a i {
      margin-right: 10px; }

.home section:nth-child(7) {
  padding: 0; }
  .home section:nth-child(7) h3 {
    color: #fff;
    font-weight: 100; }
  .home section:nth-child(7) h2 {
    color: #cba760;
    margin-bottom: 30px;
    max-width: 450px; }
  .home section:nth-child(7) p {
    color: #fff;
    max-width: 400px;
    margin-bottom: 30px;
    font-weight: 100; }
  .home section:nth-child(7) .alt {
    min-height: 500px; }
  .home section:nth-child(7) .contenedor-flex-center {
    align-items: inherit;
    margin-left: 30px; }
  .home section:nth-child(7) .fondo {
    background: #212b55;
    background: -moz-linear-gradient(-45deg, #212b55 1%, #2e4477 100%);
    background: -webkit-linear-gradient(-45deg, #212b55 1%, #2e4477 100%);
    background: linear-gradient(135deg, #212b55 1%, #2e4477 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212b55', endColorstr='#2e4477',GradientType=1 ); }

.home section:nth-child(8) {
  text-align: center;
  background-attachment: fixed; }
  .home section:nth-child(8) .fondo-centrado {
    background-position: bottom; }
  .home section:nth-child(8) .card {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 0 25px;
    margin: 0; }
  .home section:nth-child(8) h2 {
    margin-bottom: 30px;
    color: #212b55; }
  .home section:nth-child(8) h3 {
    font-weight: 400; }
  .home section:nth-child(8) p {
    font-family: "Rubik", sans-serif;
    color: #000;
    margin-bottom: 30px; }
  .home section:nth-child(8) .alt {
    height: 400px; }

.prod-dest {
  background-color: #f9f9f9; }
  .prod-dest h2 {
    text-align: center; }
  .prod-dest p {
    text-align: center;
    margin-bottom: 40px; }
  .prod-dest #destacados-home {
    position: relative;
    padding: 20px 0px; }
    .prod-dest #destacados-home .owl-dots {
      display: none; }
    .prod-dest #destacados-home .owl-nav {
      display: block; }
      .prod-dest #destacados-home .owl-nav .owl-next, .prod-dest #destacados-home .owl-nav .owl-prev {
        color: #d0d0d0;
        font-size: 2em;
        padding: 0px;
        background: initial;
        cursor: pointer;
        transition: all 300ms ease; }
      .prod-dest #destacados-home .owl-nav .owl-prev {
        position: absolute;
        left: 0px;
        top: 40%; }
        .prod-dest #destacados-home .owl-nav .owl-prev:hover {
          color: #575756; }
      .prod-dest #destacados-home .owl-nav .owl-next {
        position: absolute;
        right: 0px;
        top: 40%; }
        .prod-dest #destacados-home .owl-nav .owl-next:hover {
          color: #575756; }
    .prod-dest #destacados-home .item {
      width: 300px !important;
      height: 300px !important;
      background-color: #fff;
      border-radius: 20px;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: top;
      background-size: inherit;
      margin: auto; }
      .prod-dest #destacados-home .item .cont {
        width: 100%;
        opacity: 0;
        background-color: #212b55;
        color: #fff;
        padding: 15px 0;
        transition: all 300ms ease;
        text-align: center; }
        .prod-dest #destacados-home .item .cont h4 {
          margin-bottom: 5px; }
        .prod-dest #destacados-home .item .cont p {
          margin-bottom: 0px;
          text-transform: uppercase;
          letter-spacing: 3px;
          font-size: .8em;
          color: #cba760; }
      .prod-dest #destacados-home .item .contenedor-flex-center {
        transition: all 300ms ease;
        height: 0px; }
      .prod-dest #destacados-home .item:hover {
        background-color: #fff;
        transition: all 300ms ease; }
        .prod-dest #destacados-home .item:hover .contenedor-flex-center {
          height: 300px; }
        .prod-dest #destacados-home .item:hover .cont {
          opacity: 1; }

body section.product {
  padding-top: 50px;
  padding-bottom: 50px; }

body section.temp {
  padding-top: 150px;
  padding-bottom: 0; }
  body section.temp h1 {
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    border-bottom: 1px solid #bbb;
    padding-bottom: 30px;
    margin-bottom: 0; }

.card {
  text-align: center;
  padding: 15px 10px 25px 10px;
  margin-bottom: 40px; }
  .card p {
    letter-spacing: 2px;
    color: #575756;
    font-size: .9rem;
    margin-bottom: 5px; }
  .card .card-img {
    margin-bottom: 20px; }
    .card .card-img img {
      max-width: 200px; }
  .card .card-text .cont-title {
    position: relative; }
    .card .card-text .cont-title h3 {
      text-align: center;
      width: 100%;
      position: absolute;
      top: -20px;
      text-transform: uppercase;
      color: #575756;
      font-size: 1rem;
      letter-spacing: 2px;
      margin: 0; }
  .card .card-text p {
    padding-top: 10px;
    border-top: 1px solid #808080;
    font-size: .8rem; }
  .card .card-text .colores {
    display: flex;
    justify-content: center; }
    .card .card-text .colores div {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #575756;
      margin: 0 2px;
      border: 1px solid #575756; }
      .card .card-text .colores div.rojo {
        background-color: #920707; }
      .card .card-text .colores div.negro {
        background-color: #000; }
      .card .card-text .colores div.topo {
        background-color: #36363651; }
      .card .card-text .colores div.azul {
        background-color: #0d0647; }
      .card .card-text .colores div.blanco {
        background-color: #ffffff; }
      .card .card-text .colores div.gris {
        background-color: #616161; }
      .card .card-text .colores div.tostado {
        background-color: #381802; }
      .card .card-text .colores div.beige {
        background-color: #dd8623; }
      .card .card-text .colores div.marron {
        background-color: #743308; }
      .card .card-text .colores div.bordo {
        background-color: #5f0d0d; }
      .card .card-text .colores div.verde {
        background-color: #10310285; }
      .card .card-text .colores div.celeste {
        background-color: #0f6fbd; }
  .card .card-text h2 {
    line-height: 1.8rem;
    margin: 10px 0 15px 0; }

.sidebar .cont-form {
  padding: 25px 10px 15px 10px; }
  .sidebar .cont-form .row > div {
    margin-bottom: 15px; }

.sidebar > div {
  margin-bottom: 35px; }

.sidebar h2 {
  font-family: "Rubik", sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 5px;
  border-bottom: 1px solid #bbb; }

.sidebar a {
  display: block;
  padding: 10px 0;
  color: #808080;
  border-bottom: 1px solid #eee; }
  .sidebar a.actual {
    color: #1837b4; }

.sidebar .cont-form {
  background-color: #212b55;
  margin-top: 20px; }
  .sidebar .cont-form form button {
    background: none; }

.sidebar.ver .pant-cat a:nth-child(4) {
  color: #212b55;
  font-weight: 700; }

.sidebar.med .pant-cat a:nth-child(3) {
  color: #212b55;
  font-weight: 700; }

.sidebar.inv .pant-cat a:nth-child(2) {
  color: #212b55;
  font-weight: 700; }

.sidebar.ber .ber-cat a {
  color: #212b55;
  font-weight: 700; }

footer {
  padding: 60px 0;
  z-index: 100; }
  footer img {
    width: 100px; }
  footer .columna .fas {
    padding-right: 6px;
    color: #575756;
    transition: all 300ms ease; }
  footer .columna a p {
    color: #808080; }
    footer .columna a p:hover {
      color: #000;
      transition: all 300ms ease; }
  footer .columna a:hover .fas {
    color: #cba760; }
  footer .columna .phone p {
    display: inline-block; }
  footer .columna .phone-sep {
    margin-right: 20px; }
  footer p {
    margin: 0 10px 0 0;
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: 2px; }
  footer .row > div {
    display: flex;
    align-items: center; }
  footer .redes {
    display: flex;
    flex-direction: row; }
    footer .redes div {
      margin: 0 20px; }
      footer .redes div a i {
        font-weight: bold;
        font-size: 1.2rem; }
      footer .redes div a:hover i {
        color: #cba760; }
  footer .item a {
    color: #575756; }
    footer .item a:hover {
      color: #000; }
  footer .item i {
    margin-right: 10px;
    font-weight: bold;
    font-size: 1.2rem; }
  footer .contac, footer .ind {
    position: fixed;
    z-index: 40; }
  footer .contac {
    height: 170px;
    bottom: 27%;
    right: 40px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    transition: all 300ms ease; }
    footer .contac.esc {
      opacity: 0;
      right: -20px; }
    footer .contac a {
      color: #cecece;
      opacity: .6; }
      footer .contac a:hover {
        opacity: 1; }
  footer .ind {
    bottom: 41%;
    left: -50px;
    transform: rotate(-90deg);
    text-transform: uppercase;
    color: #cecece;
    opacity: .6;
    z-index: 100;
    transition: all 300ms ease; }
    footer .ind.esc {
      opacity: 0;
      left: -120px; }
    footer .ind p {
      font-weight: 100;
      font-size: 13px;
      letter-spacing: 4px; }
  footer .popup {
    display: none;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    footer .popup textarea {
      margin-top: 20px; }
    footer .popup .col-lg-6 {
      flex-direction: column; }
    footer .popup .cont-popup {
      height: 100%;
      text-align: center; }
      footer .popup .cont-popup p.bajada {
        text-transform: uppercase; }
      footer .popup .cont-popup .cont-form {
        padding-top: 20px;
        width: 100%;
        max-width: 100%; }
        footer .popup .cont-popup .cont-form .wpcf7-form-control-wrap {
          width: 100%; }
        footer .popup .cont-popup .cont-form input {
          background-color: initial;
          border: none;
          border-bottom: 1px solid #000;
          color: #000;
          margin-bottom: 5px;
          width: 100% !important;
          text-align: center; }
          footer .popup .cont-popup .cont-form input::placeholder {
            color: #575756; }
        footer .popup .cont-popup .cont-form .wpcf7-response-output {
          margin: 0px;
          padding: 10px 0px;
          color: #ff0000;
          text-transform: uppercase; }
        footer .popup .cont-popup .cont-form .wpcf7-validation-errors {
          border: 1px solid #ff0000; }
        footer .popup .cont-popup .cont-form p {
          display: block;
          width: 100%; }
        footer .popup .cont-popup .cont-form button {
          margin: auto;
          margin-top: 20px; }
    footer .popup .btn-close {
      line-height: 10px;
      cursor: pointer;
      position: absolute;
      right: 15px;
      top: 15px;
      font-size: 40px;
      color: #575756;
      transform: rotate(0deg);
      transition: all 300ms ease; }
      footer .popup .btn-close:hover {
        color: #212b55;
        transform: rotate(-90deg); }

textarea {
  background: none;
  border: 1px solid;
  width: 100%;
  max-height: 100px;
  padding: 10px; }
  textarea:focus {
    outline: 0;
    border-color: #cba760; }

.wpcf7-response-output {
  border: 0 !important; }

form input {
  background: none;
  border: 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  font-weight: 300;
  padding: 10px 5px; }
  form input:focus {
    outline: 0;
    border-color: #cba760; }
  form input::placeholder {
    color: rgba(255, 255, 255, 0.5); }

form button {
  border: 0;
  background-color: #fff;
  padding: 8px 10px;
  color: #000;
  cursor: pointer; }

.backw input {
  border-bottom: 1px solid #000;
  color: #000; }
  .backw input::placeholder {
    color: #000; }

h1 {
  font-family: "Rozha One", "Amiri", serif; }

.page-id-23 section:nth-child(2) {
  color: #fff;
  min-height: 500px;
  background: black;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .page-id-23 section:nth-child(2) h1 {
    font-family: "Rozha One", "Amiri", serif; }
  .page-id-23 section:nth-child(2) p {
    max-width: 600px;
    opacity: .7;
    margin: auto; }

.page-id-23 section:nth-child(3) .card {
  border: 0;
  text-align: center;
  align-items: center;
  max-width: 280px;
  padding: 35px 0;
  margin: auto;
  background: none; }
  .page-id-23 section:nth-child(3) .card img {
    margin-bottom: 30px;
    width: auto;
    height: 60px; }
  .page-id-23 section:nth-child(3) .card h3 {
    margin-bottom: 10px; }

.page-id-23 section:nth-child(3) .row:nth-child(2) .col-lg-4:nth-child(3) img {
  height: 50px;
  margin-top: 20px; }

.page-id-23 section:nth-child(4) {
  padding-top: 0px; }
  .page-id-23 section:nth-child(4) h2 {
    text-align: center;
    margin-bottom: 50px; }
  .page-id-23 section:nth-child(4) .item .card {
    position: relative;
    height: initial;
    background: none;
    border-radius: 0;
    height: 250px;
    width: 250px;
    margin: auto;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .page-id-23 section:nth-child(4) .item .card .color {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      background-color: rgba(33, 43, 85, 0.8);
      width: 100%;
      height: 100%; }
    .page-id-23 section:nth-child(4) .item .card h2 {
      color: #fff;
      margin-bottom: 0;
      position: relative;
      z-index: 11; }
    .page-id-23 section:nth-child(4) .item .card h3 {
      position: relative;
      z-index: 11;
      color: #cba760;
      margin: 0;
      font-family: "Rubik", sans-serif;
      text-transform: uppercase;
      font-size: 1.3rem; }
  .page-id-23 section:nth-child(4) a {
    margin: auto; }
  .page-id-23 section:nth-child(4) .owl-carousel {
    margin-bottom: 60px; }
  .page-id-23 section:nth-child(4) .owl-dots {
    display: none; }
  .page-id-23 section:nth-child(4) .owl-nav {
    margin: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -155px; }
    .page-id-23 section:nth-child(4) .owl-nav .owl-prev, .page-id-23 section:nth-child(4) .owl-nav .owl-next {
      margin: 0;
      background: none;
      color: #575756;
      font-size: 2rem; }

.page-id-23 section:nth-child(5) {
  background-color: rgba(33, 43, 85, 0.8); }
  .page-id-23 section:nth-child(5) .row:nth-child(1) h2 {
    text-align: center;
    margin-bottom: 40px; }
  .page-id-23 section:nth-child(5) .card {
    border: 1px solid #fff;
    border-radius: 0;
    background: none;
    width: 250px;
    height: 250px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
  .page-id-23 section:nth-child(5) .card:nth-child(4) {
    border: 0; }
  .page-id-23 section:nth-child(5) h2, .page-id-23 section:nth-child(5) h3 {
    color: #fff;
    margin: 0; }
  .page-id-23 section:nth-child(5) h3 {
    color: #cba760;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
    font-size: 1.3rem; }
  .page-id-23 section:nth-child(5) a {
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto; }

.page-id-35 section:nth-child(2) {
  padding: 150px 0 80px 0;
  text-align: center; }
  .page-id-35 section:nth-child(2) h1 {
    font-size: 2.3rem;
    font-family: "Rozha One", "Amiri", serif;
    margin-bottom: 30px; }

.page-id-35 section:nth-child(3) {
  background-color: #212b55;
  padding: 100px 0; }
  .page-id-35 section:nth-child(3) i {
    transition: all 300ms ease;
    text-align: center;
    margin-bottom: 30px;
    font-size: 3rem;
    display: block;
    color: #fff;
    opacity: .3; }
  .page-id-35 section:nth-child(3) h3 {
    text-transform: uppercase;
    color: #d0d0d0;
    font-size: 1rem;
    font-weight: 300;
    text-align: center; }
    .page-id-35 section:nth-child(3) h3 i {
      margin-right: 10px; }
  .page-id-35 section:nth-child(3) p {
    color: #fff;
    margin: 0;
    text-align: center; }
  .page-id-35 section:nth-child(3) a {
    padding: 45px 0;
    border: 1px solid rgba(255, 255, 255, 0);
    display: block; }
    .page-id-35 section:nth-child(3) a:hover {
      border: 1px solid #fff; }
      .page-id-35 section:nth-child(3) a:hover i {
        color: #cba760;
        opacity: 1; }

.page-id-35 section:nth-child(4) {
  padding: 0; }

.page-id-35 .cont-form .row {
  margin-bottom: 20px; }

.page-id-35 iframe {
  width: 100%; }

@media only screen and (max-width: 991px) {
  #slide-home h2 {
    font-size: 2.3rem !important; }
  footer .dato > div {
    justify-content: center;
    margin-bottom: 20px; }
    footer .dato > div:nth-child(1) {
      margin-bottom: 30px; }
    footer .dato > div:last-child() {
      margin: 0; }
  .page-id-23 h1 {
    font-size: 2rem; }
  .page-id-23 section:nth-child(4) .owl-carousel {
    margin-bottom: 20px; }
  .page-id-23 section:nth-child(5) .card {
    height: 150px;
    margin-bottom: 20px; }
  .page-id-23 section:nth-child(5) a {
    height: inherit; }
  .btn-resp {
    display: block; }
  .menu-principal-container {
    background-color: #040c2b;
    position: fixed;
    top: 0;
    right: -250px;
    z-index: 50;
    max-width: 250px;
    width: 100% !important;
    height: 100%; }
    .menu-principal-container .menu {
      height: 100%;
      flex-direction: column;
      align-items: flex-end;
      justify-content: inherit;
      padding: 100px 15px 0 0; }
      .menu-principal-container .menu li {
        text-align: right;
        border-bottom: 1px solid #212b55;
        margin: 10px 0; }
        .menu-principal-container .menu li a {
          font-family: "Rozha One", "Amiri", serif;
          font-size: 1.6rem;
          letter-spacing: 0;
          font-weight: normal; }
        .menu-principal-container .menu li .sub-menu {
          display: block !important;
          position: inherit;
          bottom: inherit;
          padding: 0;
          flex-direction: inherit;
          justify-content: inherit;
          align-items: inherit;
          width: inherit; }
          .menu-principal-container .menu li .sub-menu li {
            border: 0;
            margin: 5px 0; }
          .menu-principal-container .menu li .sub-menu a {
            font-family: "Rubik", sans-serif;
            font-weight: 100 !important;
            opacity: .7 !important;
            font-size: 1.2rem;
            text-align: right;
            padding: 0;
            background: none !important; }
            .menu-principal-container .menu li .sub-menu a:hover {
              background: none !important; } }

@media only screen and (max-width: 768px) {
  footer .contac, footer .ind {
    display: none !important; }
  .frase img {
    display: none !important; }
  #destacados-home .item .contenedor-flex-center {
    height: 300px !important; }
    #destacados-home .item .contenedor-flex-center .cont {
      opacity: 1 !important; }
  .home section:nth-child(4) .contenedor-flex-center {
    height: 200px;
    margin-bottom: 20px; }
  .home section:nth-child(5) .cont {
    text-align: center;
    flex-direction: column; }
    .home section:nth-child(5) .cont .cont-i {
      margin: 0 0 20px 0;
      padding: 20px;
      font-size: 2.5rem; }
  .home section:nth-child(7) .alt {
    padding: 40px 0;
    margin: 0;
    min-height: 150px;
    text-align: center; }
  .home section:nth-child(7) h2, .home section:nth-child(7) p {
    margin: auto;
    margin-bottom: 20px; } }

@media only screen and (max-width: 576px) {
  .popup .bajada {
    display: none; }
  .popup h2 {
    font-size: 1.6rem;
    margin: 0; }
  .popup .cont-form button {
    margin-top: 10px !important; }
  .page-id-23 section:nth-child(5) {
    background-position: left !important; }
  #destacados-home .owl-nav, .owl-carousel.modelos .owl-nav {
    display: none !important; }
  #destacados-home .owl-dots, .owl-carousel.modelos .owl-dots {
    display: block !important;
    margin-top: 20px; }
  .home section:nth-child(2) #slide-home h3 {
    font-size: .8rem;
    letter-spacing: 6px; }
  .home section:nth-child(2) #slide-home h2 {
    margin-bottom: 20px; }
  .home section:nth-child(2) #slide-home p {
    line-height: 1.5rem;
    margin-bottom: 15px; }
  .home section:nth-child(4) .temp:after {
    background-color: #000;
    opacity: .8; }
  .home section:nth-child(4) .temp h2, .home section:nth-child(4) .temp h3 {
    opacity: 1; }
  .home section:nth-child(4) .temp h3 {
    color: #fff; }
  .home section:nth-child(4) .temp h2 {
    color: #cba760; }
  body h2 {
    font-size: 1.6rem; }
  body h1 {
    font-size: 1.7rem !important; } }
