

body { 
    background-color: #fff;
    background-image: url(../images/background.png);
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 1.8;
    margin: 0px;
    color: #4a4a4a;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-family: 'Open Sans', sans-serif;
}

.header{

}
.site-header-inner{
  max-width: 1280px;
  margin: 0 auto;
}

.site-logo{
  display: inline-block;
}
.nav{
  width: 74%;
  display: inline-block;
}

.wrap-header-colum {
  background-color: #fff;
  color: #1d3b89;
  overflow: hidden;
  display: grid;
  width: 100%;
  max-width: 1280px;
  height: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas:
    "gridh1 gridh2 gridh2 gridh3"
    "gridh1 gridh4 gridh4 gridh4";
  grid-gap: 20px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.item-header-grid {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.item-header-grid:nth-child(1) {
  grid-area: gridh1;
  height: auto;
}
.item-header-grid:nth-child(2) {
  grid-area: gridh2;
  height: auto;
}
.item-header-grid:nth-child(3) {
  grid-area: gridh3;
  height: auto;
}
.item-header-grid:nth-child(4) {
  grid-area: gridh4;
  height: auto;
}

/* menu */

.logo {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

nav {
  background: #fff;
  color: #1d3b89;
  height: 75px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: contents;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  margin: 0;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul {
  margin-bottom: 0;
}

.navbar {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav-ìnt1{

}

.search {

}

.content-search {
  padding-top: 40px;
}

input.field-search{
  vertical-align: top;
  width: 80%;
  height: 42px;
  border: 1px solid #c2c2c2
}

input::placeholder {
  padding-left: 10px;
  color: #c2c2c2;
}

button.searchform-submit{
  width: 40px;
  height: auto;
  padding-left: 0px;
  background:  none;
  border: 0px;
}

button.searchform-submit img{
  width: 40px;
  height: auto;
}

.custom-iconcar {
    display: block;
    background: #febf05;
    height: 40px;
    border-radius: 6px;
    padding: 3px;
    margin-top: 40px;
}

.car {
  padding-top: 4px;
  padding-left: 30px;
  text-align: left;
}

.custom-iconcar > .car  > img {
  display: inline-block;
  width: 30px;
}

.custom-iconcar > .car  > p {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  vertical-align: super;
  margin-top: -2px;
}

.custom-iconcar > .car  > p > span{
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  padding-left: 10px;
}

.nav-ìnt2{

}

.nav-menu li {
  list-style: none;
  padding: 0 1rem;
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

a.nav-link {
  color: #1d3b89;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.nav-link:hover {
  color: orange;
}

.hamburger {
  display: none;
}

.bar,
.fa-times {
  width: 1.5rem;
  height: 3px;
  display: block;
  color: #fff;
  padding: 0;
  margin: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}

.bar:nth-child(1) {
  width: 100%;
}

.bar:nth-child(2) {
  width: 200%;
}

.bar:nth-child(3) {
  width: 300%;
}

@media (max-width: 992px) {
  .hamburger {
    display: block;
  }
  .active .bar:nth-child(2) {
    opacity: 0;
  }
  .active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-315deg);
    transform: translateY(8px) rotate(-315deg);
    width: 300%;
  }
  .active .bar:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    width: 300%;
  }
  .nav-menu {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 75px;
    right: -100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0 auto;
  }

  .nav-menu li {
    padding: 1rem 0;
  }

  a.nav-link {
    margin: 1rem 0;
    color: #1d3b89;
    z-index: 1;
  }

  /* Solo menú móvil abierto — no li.active del menú principal */
  .nav-menu.active {
    background-color: #ffffffeb !important;
    right: 0;
    z-index: 100;
    transition: 0.2s ease;
  }
}

@media screen and (max-width: 480px) {
  a.nav-link {
    padding: 0.75rem 0;
  }
}


/* menu final */











.top{
  height: 40px;
  background-color: #1d3b89;
}

.content {
  max-width: 1280px;
  margin: 0 auto;
}


.banner-img.desktop {
    display: flex;
    position: relative;
    text-align: center;
    justify-content: center;
    overflow: hidden;
}

.banner-img.mobile {
    display: none !important;
}

      .wrap-block-colum {
        overflow: hidden;
        display: grid;
        width: 100%;
        height: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-areas:
          "gridm2 gridm1 gridm1 gridm4"
          "gridm3 gridm1 gridm1 gridm5"
          "gridm6 gridm7 gridm8 gridm9";
        grid-gap: 20px;
        margin-top: 20px;
      }
      .item-block-grid {
        border-radius: 8px;
        overflow: hidden;
        position: relative;
        border:  2px solid #021893;
        text-align: center;
      }
      .item-block-grid:nth-child(1) {
        border: none;
        grid-area: gridm1;
        height: auto;
      }
      .item-block-grid:nth-child(1) img {
        width: 100%;
      }
      .item-block-grid:nth-child(2) {
        grid-area: gridm2;
      }
      .item-block-grid:nth-child(2) img {
        transition-property: transform;
        transition-duration: 0.3s;
      }
      .item-block-grid:nth-child(3) {
        grid-area: gridm3;
      }
      .item-block-grid:nth-child(3) img {
      }
      .item-block-grid:nth-child(4) {
        grid-area: gridm4;
      }
      .item-block-grid:nth-child(4) img {
      }
      .item-block-grid:nth-child(5) {
        grid-area: gridm5;
      }
      .item-block-grid:nth-child(5) img {
      }
      .item-block-grid:nth-child(6) {
        grid-area: gridm6;
      }
      .item-block-grid:nth-child(6) img {
      }
      .item-block-grid:nth-child(7) {
        grid-area: gridm7;
      }
      .item-block-grid:nth-child(7) img {
      }
      .item-block-grid:nth-child(8) {
        grid-area: gridm8;
      }
      .item-block-grid:nth-child(8) img {
      }
      .item-block-grid:nth-child(9) {
        grid-area: gridm9;
      }
      .item-block-grid:nth-child(9) img {
      }

     .block_content {
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
        font-size: 20px;
        color: #484848;
        font-variant: small-caps;
        text-decoration: initial;
     }
      .item-block-grid > a {
        text-decoration: initial;
     }
     .item-block-grid:hover > a > p {
        text-decoration: underline;
        background-color: #fff;
     }
     .item-block-grid:nth-child(1) .block01_content {
        font-size: 2em;
     }

.custom-icon-whatsapp{
  position: fixed;
  z-index: 10;
  right: 2%;
  bottom: 10%;
}

.custom-icon-whatsapp a img{
  width: 60px;
  height: 60px;
}

.footer-box {
    background: #1d3b89;
    color: #fff;
    max-width: 1280px;
    margin: 0 auto;
}

.footer-widget {
    width: 49%;
    display: inline-block;
}

footer {

}


.wrap-footer-colum {
  background-color: #1d3b89;
  color: #fff;
  overflow: hidden;
  display: grid;
  width: 100%;
  max-width: 1280px;
  height: auto;
  grid-template-columns: 1fr 1fr 2fr ;
  grid-template-areas:
    "gridf1 gridf2 gridf3";
  grid-gap: 20px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.item-footer-grid {
  overflow: hidden;
  position: relative;
  text-align: left;
}
.item-footer-grid:nth-child(1) {
  grid-area: gridf1;
  height: auto;
}
.item-footer-grid:nth-child(2) {
  grid-area: gridf2;
  width: 100%;
  padding-top: 10px;
}
.item-footer-grid:nth-child(2) li {
  display: inline-block;
  margin: 10px;
}
.item-footer-grid:nth-child(3) {
  grid-area: gridf3;
  height: auto;
  text-align: left;
  padding: 20px 40px 20px 20px;
}

.oceanwp-contact-text a {
      color: #fec005;
}








@media (max-width: 767px) {

  .desktop {
      display: none !important;
  }
  .banner-img.mobile {
      display: block !important;
      position: relative;
  }

       .tapa-block {
         width: fit-content;
         justify-content: initial;
       }
 
       #container-block-imgc {
         padding: 0px;
       }
      .wrap-block-colum{
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
          "gridm1 gridm1"
          "gridm2 gridm3"
          "gridm4 gridm5"
          "gridm6 gridm7"
          "gridm8 gridm9" !important;
  }
  .item-block-grid:nth-child(1) img{
        height: auto !important;
  }
  .item-block-grid:nth-child(2) {
         height: auto !important;
  }
  .item-block-grid:nth-child(5) {
        height: auto !important;
  }
  .item-block-grid:nth-child(5) img{
        height: auto !important;
  }
  .item-block-grid2:nth-child(7) img {
        max-width: initial;
  }

  .item-block-grid2:nth-child(5) {
        height: auto !important;
  }

  .block_content {
        font-size: 17px;
  }
  .item-block-grid:nth-child(1) .block_content {

  }


  .wrap-footer-colum{
     grid-template-columns: 1fr 1fr;
     grid-template-areas:
       "gridf1 gridf1"
       "gridf2 gridf2"
       "gridf3 gridf3"!important;
  }

  .item-footer-grid:nth-child(2) ul {
    padding: 0px;
  }

  .item-footer-grid:nth-child(2) li {
    display: inline-block;
    margin: 30px;
  }

  .wrap-header-colum{
    display: block;
     grid-template-columns: 1fr 1fr;
     grid-template-areas:
       "gridf1 gridf1"
       "gridf2 gridf2"
       "gridf3 gridf3"!important;
  }

  .item-header-grid:nth-child(2) ul {
    padding: 0px;
  }

  .item-headr-grid:nth-child(2) li {
    display: inline-block;
    margin: 30px;
  }
  nav {
    background: #1d3b89;
    display: flex;
    margin-top: 20px;
  }
  .custom-iconcar {
    margin: 0 auto;
    margin-top: 20px;
    width: 70%;
  }


}
