  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

  body, html{
      overflow-x: hidden;
      max-width: 100% !important;
      box-sizing: border-box !important;
  }
  p {
    font-size: 16px;
    letter-spacing: .3px;
  }
  
  .f-nav{ z-index: 9999; position: fixed !important; left: 0; top: 0; width: 100%;
      right: 0;
  }
  a:hover {
    text-decoration: none!important;
  }
  
  /* MENU ANIMADO FIJO */
  
  .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  
  .animated, .f-nav {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  
  @media only screen
  and (min-width : 768px){
      
  
  @keyframes slideInDown {
    from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
    }
  
    to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    }
  }
  
  .slideInDown, .f-nav {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }
  
  }
  
  /* TERMINA MENU ANIMADO FIJO */
  
  
  /* Max content widths */
  
  .size-auto, 
  .size-full,
  .size-large,
  .size-medium,
  .size-thumbnail {
    max-width: 100%;
    height: auto
  }
  
  /* Navbar */
  
  .navbar-topbar {
    border-radius: 0;
  }
  
  .navbar .dropdown-menu li {
    width: 100%;
    margin-left: 0 !important;
  }
  
  /* Sidebar */
  
  .sidebar {
    margin-top: 20px
  }
  .sidebar section {
    margin-bottom: 40px
  }
  .sidebar ul,
  .sidebar ol {
    list-style-type: none;
    padding: 0
  }
  .sidebar li {
    margin: 10px 0
  }
  
  /* Site footer */
  
  .site-footer {
    padding: 40px 0
  }
  .site-footer ul,
  .site-footer ol {
    list-style-type: none;
    padding: 0
  }
  .site-footer li {
    margin: 10px 0
  }
  .site-sub-footer p {
    text-align: center
  }
  
  .site-footer p {
    text-align: center
  }
  
  div#top-header-izq {
    margin-top: 3px;
  }
  
  div#top-header-izq img {
    width: auto;
    height: 20px;
    margin-right: 7px;
  } 
  
  div.header-top-blue a {
    color: #ffffff;
  }
  
  div.header-top-blue {
    background-color: #204ca5;
    color: #fff;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
    
  ul.top-phone-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
  } 
  
  ul.top-phone-numbers li {
    display: inline-block;
    margin-left: 7px;
  }
  
  ul.top-phone-numbers li img {
    width: auto;
    height: 19px;
    position: relative;
    bottom: 2px;
  }
    
  span.ph-big {
    font-weight: 800;
    font-size: 18px;
  }
  
  body.home header.theme-main-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
  }
  
  header.theme-main-header.f-nav {
    background-color: #fff !important;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  }
  
  body.home img.home-header-logo {
    height: auto;
    width: 200px;
    margin-top: 12px;
    display: block;
  }
  
  body.home header.theme-main-header div.main-header-logo{
    display: none;
  }
  
  body.home header.theme-main-header.f-nav div.main-header-logo{
    display: block;
  }
  
  header.theme-main-header.f-nav img.home-header-logo {
    display: none !important;
  }
  
  
  img.custom-logo {
    width: auto;
    height: 85px;
  }
  .f-nav img.custom-logo {
    width: auto;
    height: 70px;
  }
  
  div.pre-footer {
    background-color: #204CA5;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 12px;
  }
  
  div.pre-footer img{
    max-width: 100%;
    height: auto;
    width: 43px;
    margin-bottom: 20px;
  }
  
  div.pre-footer h4{
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
  }
  
  .gmaps-link a{
    font-size: 14px;
    color: #1f4ca5;
    border: 1px solid #1f4ca5;
    padding: 10px;
    transition: all 150ms linear;
  
  }
  .gmaps-link a:hover{
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #1f4ca5;
    background-color: #1f4ca5;
    text-decoration: none;
    transition: all 150ms linear;
  
  }
  
  div.pre-footer a.big-phone{
    color: #fff;
    font-size: 23px;
    font-weight: 700;
  }
  
  img.home-header-logo {
    display: none;
  }
  
  .f-nav #menu-menu-principal li a.nav-link {
    font-family: 'Roboto', sans-serif;
    color: #1146a7;
    text-transform: uppercase;
  }
  
  #menu-menu-principal li a.nav-link {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .custom-footer {
    padding-bottom: 80px;
  }
  
  div#footer-izq {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  div#footer-der {
    font-size: 12px;
    text-align: right;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  div#footer-der p{
    font-size: 12px;
  }
  p.copyright-txt {
    font-size: 12px;
    margin-bottom: 5px;
  }
  
  p#slider-2-slide-2-layer-1 {
    background-color: #1e64e2;
    font-weight: 700 !important;
    font-size: 24px !important;
    padding: 7px 20px !important;
  }
  
  h2#slider-2-slide-2-layer-0{
    font-weight: 700 !important;
    font-size: 40px !important;
    line-height: 45px !important;
    color: #e2e2e2 !important;
  }
  
  p#slider-2-slide-3-layer-1 {
    background-color: #1e64e2;
    font-weight: 700 !important;
    font-size: 24px !important;
    padding: 7px 20px !important;
  }
  
  h2#slider-2-slide-3-layer-0{
    font-weight: 700 !important;
    font-size: 40px !important;
    line-height: 45px !important;
    color: #e2e2e2 !important;
  }
  
  .home-row-5-txt {
    background-color: #f9f9f9;
    font-size: 14px;
    padding: 50px;
  }
  
  .home-row-5-txt h2 {
    font-weight: 700;
    margin-bottom: 30px;
    padding-right: 140px;
    line-height: 46px;
    font-size: 32px;
  }
  
  .home-row-5-txt h2 .bg-blue{
    color: #fff;
    background-color: #1e64e2;
    padding-right: 10px;
    padding-left: 10px;
  }
  
  .home-row-7 {
    font-size: 12px;
  }
  
  .home-row-7 h3 {
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 46px;
    font-size: 32px;
  }
  
  .home-row-7 h3 span.bg-blue{
    color: #fff;
    background-color: #1e64e2;
    padding-right: 10px;
    padding-left: 10px;
  }
  
  .cta-txt-box {
    text-align: right;
  }
  
  .cta-txt-box a {
    background-color: #1e64e2;
    color: #fff;
    padding: 12px 50px;
    display: block;
    width: 180px;
    text-align: center;
    float: right;
    margin-top: 30px;
  }
  
  .home-row-4 {
    color: #ffffff;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  
  .home-row-4 div.wpb_single_image.wpb_content_element.vc_align_center {
    margin-bottom: 17px;
  }
  
  .home-row-4 h3 {
    font-size: 15px;
  }
  
  .home-row-4 h2 {
    background-color: #1f64e2;
    font-size: 28px;
    font-weight: 700;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 30%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 80px !important;
    -webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.30);
  box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.30);
  }
  
  .home-row-4 img {
    width: auto;
    height: 50px;
  }
  .home-row-6{
    padding-top: 90px;
    padding-bottom: 40px;
  }
  
  .home-row-7{
  
    padding-bottom: 40px;
  }
  .home-row-6 h2 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 46px;
  }
  
  .home-row-6 h2 span.bg-blue{
    color: #fff;
    background-color: #1e64e2;
    padding-right: 10px;
    padding-left: 10px;
  }
  
  .menu-boton span {
    display: none;
  }
  
  button.navbar-toggler{
    margin-top: 19px;
  }
  
  .menu-boton img{
    width: 30px;
  }
  .f-nav .menu-boton img{
    width: 30px;
    filter: invert(0%) saturate(7471%) brightness(0%) contrast(106%);
  }
  .navbar button:focus{
    outline: 0!important;
  }
  a.whatsapp-msg-btn {
    background-color: #25D366;
    display: block;
    position: fixed;
    right: 80px;
    bottom: 50px;
    padding: 15px;
    border-radius: 100%;
    z-index: 9999;
      -moz-box-shadow: 3px 2px 11px rgba(0,0,0,0.2);
      -webkit-box-shadow: 3px 2px 11px rgba(0,0,0,0.2);
      box-shadow: 3px 2px 11px rgba(0,0,0,0.2);
    -o-transition:.3s ease-in;
    -ms-transition:.3s ease-in; 
    -moz-transition:.3s ease-in;
    -webkit-transition:.3s ease-in;
     transition:.3s ease-in;
  }
  a.fb-mssg-btn {
    background-color: #fff;
    display: block;
    position: fixed;
    right: 80px;
    bottom: 125px;
    padding: 15px;
    border-radius: 100%;
    z-index: 9999;
      -moz-box-shadow: 3px 2px 11px rgba(0,0,0,0.2);
      -webkit-box-shadow: 3px 2px 11px rgba(0,0,0,0.2);
      box-shadow: 3px 2px 11px rgba(0,0,0,0.2);
    -o-transition:.3s ease-in;
    -ms-transition:.3s ease-in; 
    -moz-transition:.3s ease-in;
    -webkit-transition:.3s ease-in;
     transition:.3s ease-in;
  }
  a.whatsapp-msg-btn:hover{
    background-color: #20b859;
    -moz-box-shadow: 3px 2px 11px rgba(0,0,0,0.0);
      -webkit-box-shadow: 3px 2px 11px rgba(0,0,0,0.0);
      box-shadow: 3px 2px 11px rgba(0,0,0,0.0);
  
  }
  a.whatsapp-msg-btn img, a.fb-mssg-btn img{
    max-width: 100%;
    height: auto;
    width: 35px;
  }
  .productos-pleca-btm {
    position: fixed;
    bottom: 69px;
    right: 120px;
    z-index: 999;
  }
  .productos-pleca-btm a{
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 35px 0px 0px 35px;
    color: #fff;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    padding: 15px 35px;
    background-color: #1f64e2;
      -moz-box-shadow: 3px 2px 11px rgba(0,0,0,0.2);
      -webkit-box-shadow: 3px 2px 11px rgba(0,0,0,0.2);
      box-shadow: 3px 2px 11px rgba(0,0,0,0.2);
    
  }
  .productos-pleca-btm a:hover {
    text-decoration: none!important;
  }
  .productos-pleca-btm a span.strong {
    font-weight: 900;
  }
  .home-row-2 .wpb_single_image, .home-row-6 .wpb_single_image{
    margin-bottom: 10px;
  }
  
  home-row-6 .wpb_single_image, .home-row-6 .wpb_single_image{
   margin-bottom: 0;
  }
  p.footer-small {
    font-size: 13px;
  }
  
  /* -- Interiores -- */
  body.page-template-interiores #menu-menu-principal li a.nav-link {
    color: #1046A7;
  }
  body.page-template-interiores div.main-header-logo {
    position: relative;
  }
  div.int-cover{
    background-position: center center;
    background-size: cover;
  }
  div.int-cover h2{
    margin-bottom: 0;
    font-size: 38px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10% 10%;
  }
  body.page-template-interiores img.custom-logo {
      width: 130px;
      height: auto;
    }
  body.page-template-interiores .menu-boton img{
    width: 30px;
    filter: invert(0%) saturate(7471%) brightness(0%) contrast(106%);
  }
  button.navbar-toggler{
    z-index: 999!important;
  }
  .vis-mis-row {
    padding-bottom: 30px;
  }
  .vis-mis-row img{
    width: 80px;
  }
  .vis-mis-row .vision-row {
    margin-bottom: 60px!important;
  }
  .contacto-form {
    margin-top: 60px;
  }
  .contacto-form h2{
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 46px;
    font-size: 32px;
    margin-bottom: 50px!important;
  }
  .contacto-form h2 span.bg-blue {
    color: #fff;
    background-color: #1e64e2;
    padding-right: 10px;
    padding-left: 10px;
  }
  a.powered-by {
    display: none!important;
  }
  /* Productos */
  div.cat-prod-item div.vc_column-inner {
    padding-top: 0!important;
  }
  div.cat-prod-item div.vc_column-inner div.wpb_wrapper {
    box-shadow: 0 0 10px rgba(6, 6, 6, 0.25);
    border-radius: 5px!important;
  }
  div.cat-prod-txt div.wpb_wrapper {
    box-shadow: none!important;
    padding-bottom: 20px;
  }
  div.cat-prod-txt h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
  }
  div.cat-prod-txt {
    border-radius: 0 0 5px 5px;
    background-color: #1E64E2;
    padding-top: 20px;
    margin-bottom: 10px;
  }
  div.cat-prod-item div.wpb_single_image.wpb_content_element.vc_align_center{
    margin-bottom: 0px;
  }
  .prod-txt{
    margin-top: 0px!important;
  }
  .prod-txt h2{
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 46px;
    font-size: 32px;
    margin-bottom: 50px!important;
  }
  .prod-txt h2 span.bg-blue {
    color: #fff;
    background-color: #1e64e2;
    padding-right: 10px;
    padding-left: 10px;
  }
  
  @media only screen and (min-width: 991px) {
    .f-nav div.container div.row div.col-12 nav.navbar.navbar-toggleable-md {
      padding: 0px!important;
    }
    body header.theme-main-header.f-nav div.main-header-logo{
      display: block;
      position: relative;
      top: -10px;
    }
    body.page-template-interiores div.main-header-logo{
      display: block;
      position: relative;
      top: -10px;
    }
    body.page-template-interiores div.container div.row div.col-12 nav.navbar.navbar-toggleable-md {
      padding: 0px!important;
    }
  }
  @media only screen and (max-width: 991px) {
  
  ul#menu-menu-principal.navbar-nav  {
    background-color: rgba(30, 100, 226, 1);
    text-align: center;
    margin-top: 30px!important;
       -webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.30);
  box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.30);
  }
  
  body.page-template-interiores ul#menu-menu-principal.navbar-nav  {
    margin-bottom: 30px!important;
       -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  }
  
  .f-nav ul#menu-menu-principal.navbar-nav  {
    background-color: rgba(30, 100, 226, 1);
    text-align: center;
    box-shadow: none;
    margin-top: 30px!important;
    margin-bottom: 30px;
  }
  
  ul#menu-menu-principal.navbar-nav li a.nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  
  ul#menu-menu-principal.navbar-nav li a.nav-link:hover{
    background-color: #fff;
    color: #1e64e2;
  }
  
  ul#menu-menu-principal.navbar-nav li:last-child a.nav-link {
    border: none;
  }
  
  p#slider-2-slide-2-layer-1 {
    background-color: #1e64e2;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 7px 20px !important;
  }
  
  h2#slider-2-slide-2-layer-0{
    font-weight: 700 !important;
    font-size: 29px !important;
    line-height: 33px !important;
    color: #e2e2e2 !important;
  }
  
  p#slider-2-slide-3-layer-1 {
    background-color: #1e64e2;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 7px 20px !important;
  }
  
  h2#slider-2-slide-3-layer-0{
    font-weight: 700 !important;
    font-size: 29px !important;
    line-height: 33px !important;
    color: #e2e2e2 !important;
  }
  
  img.home-header-logo {
    height: auto;
    width: 160px;
    margin-top: 0;
  }
  .home-row-5-txt h2 {
    font-weight: 700;
    margin-bottom: 30px;
    padding-right: 50px;
    line-height: 38px;
    font-size: 32px;
  }
  body.home img.home-header-logo {
    width: 180px;
    margin-top: 0px;
  }
  .f-nav #menu-menu-principal li a.nav-link {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
  }
  #menu-menu-principal li a.nav-link {
     font-size: 19px;
     padding: 20px 15px;
  }
  .home-row-4 h2 {
    width: 50%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  body.page-template-interiores a.nav-link {
    color: #fff!important;
  }
  body.page-template-interiores a.nav-link:hover {
    color: #1046a7!important;
  }
  }
  
  @media only screen and (max-width: 767px) {
  
  .home-row-7{
    text-align: center;
  }
  .home-row-5-txt h2 {
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 47px;
    font-size: 32px;
    padding-right: 70px;
  }
  
  .mobile-oculto{
    display: none !important;
  }
  div.pre-footer {
    background-color: #1f64e2;
    color: #fff;
    padding: 50px 30px 15px;
    font-size: 12px;
    }
    div#footer-izq {
    padding-top: 30px;
    padding-bottom: 30px;
      text-align: center;
    }
  
  div#footer-der {
    font-size: 12px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
    
  }
  
  p.copyright-txt {
    margin-bottom: 0;
  }
  
  div.vc_column-inner.vc_custom_1601922155873 {
    min-height: 350px;
  }
  
  .home-row-5-txt {
    background-color: #f9f9f9;
    font-size: 14px;
    padding: 30px;
  }
  body.home img.home-header-logo {
    width: 150px;
    margin-top: 0px;
    display: block;
  }
  .home-row-4 h2 {
    width: 80%;
  }
  .mb-pft {
    margin-bottom: 30px;
  }
  div.int-cover h2{
    font-size: 32px;
    padding: 20% 10% 10%;
  }
  }
  
  @media only screen and (max-width: 600px) {
    p#slider-2-slide-2-layer-1 {
    background-color: #1e64e2;
    font-weight: 700 !important;
    font-size: 13px !important;
    padding: 7px 20px !important;
  }
  
  h2#slider-2-slide-3-layer-0{
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 23px !important;
    color: #e2e2e2 !important;
  }
  
   p#slider-2-slide-3-layer-1 {
    background-color: #1e64e2;
    font-weight: 700 !important;
    font-size: 13px !important;
    padding: 7px 20px !important;
  }
  
  h2#slider-2-slide-2-layer-0{
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 23px !important;
    color: #e2e2e2 !important;
  }
  
  img.home-header-logo {
    height: auto;
    width: 110px;
    margin-top: 0;
  }
  }