@charset "UTF-8";
/*
Theme Name: Servicam Nanotecnologias Theme
Theme URI: https://planb.ec/
Author: the PlanB team
Author URI: https://planb.ec/
Description: Nanotecnologias aplicadas a la ingenier├¡a y construcci├│n
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: servicam-theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url(css/reset.css);
/* Colores */
/* Transparencias */
/* Fuentes */
/* Breackpoit */
body {
  background: #fbfbfb;
  color: #36474F;
  font: 16px/1.6 "Roboto", sans-serif;
  padding: 0;
  margin: 0; }

.border-top {
  border-top: 1px solid #eee; }

.border-bottom {
  border-bottom: 1px solid #eee; }

a {
  color: #008B39;
  transition: all 0.15s linear; }
  a.link {
    font-size: 1.2rem;
    padding: 0.4rem 0.8rem;
    border-radius: 0.3rem;
    text-decoration: none; }
    a.link:hover {
      background: #72BD12;
      color: #fff; }

.carousel {
  height: auto; }

.page-header {
  border-bottom: none; }

.px-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.mx-0 {
  margin-top: 0;
  margin-bottom: 0; }

.my-0 {
  margin-left: 0;
  margin-right: 0; }

.px-2 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.px-3 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.px-4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.px-5 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.py-2 {
  padding-left: 2rem;
  padding-right: 2rem; }

.py-3 {
  padding-left: 3rem;
  padding-right: 3rem; }

.py-4 {
  padding-left: 4rem;
  padding-right: 4rem; }

.pt-3 {
  padding-top: 3rem; }

.pt-4 {
  padding-top: 4rem; }

.mx-1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.mx-2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.mx-3 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.my-2 {
  margin-left: 2rem;
  margin-right: 2rem; }

.my-3 {
  margin-left: 3rem;
  margin-right: 3rem; }

h4 {
  font-size: 1.6rem;
  line-height: 1.4; }

.w-100 {
  width: 100%; }

.table {
  display: table; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify; }

.uppercase {
  text-transform: uppercase; }

.border-bottom {
  border-bottom: 1px dashed #D5D5D5;
  padding: 1rem 0; }

.texto-link {
  text-decoration: none;
  color: #72BD12; }
  .texto-link:hover {
    text-decoration: underline;
    color: #0a2e38; }

.link-white a {
  color: #fff;
  font-weight: 600; }
  .link-white a:hover {
    color: #FAE800;
    text-decoration: none; }

.align-center {
  align-items: center; }

.align-items {
  align-items: center; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

/* Video responsive */
.content-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative; }
  .content-video iframe, .content-video object, .content-video embed, .content-video video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.wp-btn {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.5rem 1rem;
  background: #72BD12;
  position: fixed;
  right: 10%;
  border-radius: 1rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  bottom: 1rem;
  z-index: 5000;
  font-size: 0.75rem;
  text-decoration: none; }
  .wp-btn i {
    display: block;
    text-align: center;
    font-size: 2rem;
    line-height: 3rem; }
  .wp-btn:hover, .wp-btn:active {
    background: #008B39;
    color: #fff;
    text-decoration: none; }

/* Header */
header {
  background: #fff;
  /*box-shadow: -3px 2px 8px transparentize($third-color, 0.5);
  position: fixed;*/
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 5000;
  transition: all 0.15s linear;
  background: url(images/base-header.png) bottom center no-repeat;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid #fff; }
  header .navbar {
    background: #fff;
    width: 100%;
    grid-area: navbar;
    margin: 0 0 1.5rem 0;
    align-self: end;
    border-bottom: 1px solid #D5D5D5; }
    @media (max-width: 480px) {
      header .navbar {
        width: 100%; } }
  header .header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "menu-redes brand-logo whatsapp";
    align-items: center;
    justify-items: center;
    margin: auto;
    max-width: 1200px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
    @media (max-width: 480px) {
      header .header {
        grid-template-columns: 55% 45%;
        padding: 0;
        grid-template-areas: "brand-logo brand-logo" "menu-redes whatsapp";
        /*margin: 0;
        width: 85%;
        box-sizing: border-box;*/ } }
    header .header .brand-logo {
      grid-area: brand-logo;
      display: block;
      overflow: hidden;
      height: auto;
      padding: 0.5rem 0 2rem;
      width: 100%; }
      @media (max-width: 480px) {
        header .header .brand-logo {
          padding: 0;
          text-align: center; } }
      header .header .brand-logo img {
        width: 100%;
        transition: all 0.15s linear;
        max-width: 360px; }
        @media (max-width: 480px) {
          header .header .brand-logo img {
            width: 80%;
            padding: 0; } }
    header .header .busquedas {
      width: 100%;
      grid-area: busquedas; }
      @media (max-width: 480px) {
        header .header .busquedas {
          padding: 1rem 0 1px 1px;
          width: 80%; } }
      header .header .busquedas .searchform label {
        display: none; }
      header .header .busquedas .searchform input {
        background: url(images/lupa.png) no-repeat 1rem center #bae1f2;
        border: none;
        border-radius: 0.5rem;
        padding: 0.5rem 1rem;
        float: right;
        transition: all 0.1s linear; }
        header .header .busquedas .searchform input[type=submit] {
          display: none; }
        @media (max-width: 480px) {
          header .header .busquedas .searchform input {
            width: 90%; } }
    header .header .menu-redes {
      grid-area: menu-redes; }

.prefooter {
  background: #008B39;
  font-size: 0.9rem;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  border-bottom: 6px solid #FAE800;
  padding: 2rem 0 0; }
  .prefooter p {
    font-size: 0.9rem !important;
    line-height: 1.6; }
  .prefooter .widget-even {
    padding-left: 8rem; }
    @media (max-width: 768px) {
      .prefooter .widget-even {
        padding-left: 4rem; } }
  .prefooter .widget {
    color: #fff;
    text-align: center; }
    .prefooter .widget i {
      font-size: 1.6rem;
      margin-right: 0.6rem;
      text-align: center;
      color: #fff;
      width: 2.2rem; }
      .prefooter .widget i:hover {
        color: #FAE800; }
    .prefooter .widget a {
      color: #fff; }
      .prefooter .widget a:hover {
        color: #FAE800; }
    .prefooter .widget p {
      color: #fff;
      font-size: 1rem !important;
      margin: 1rem 0; }
      .prefooter .widget p.iconos {
        font-size: 1.5rem;
        display: inline-flex;
        align-items: center; }
    .prefooter .widget ul {
      margin: 0 0 2rem 0;
      padding: 0; }
      .prefooter .widget ul li {
        list-style: none;
        line-height: 2;
        font-size: 0.9rem;
        text-align: left; }
        .prefooter .widget ul li:before {
          content: "\25A0";
          padding-right: 0.5em;
          color: #FAE800; }
        .prefooter .widget ul li a {
          color: #fff;
          text-decoration: none; }
          .prefooter .widget ul li a:hover {
            color: #FAE800;
            text-decoration: underline; }
  .prefooter .widget_title {
    color: #B3E870;
    font-size: 1.4rem;
    text-transform: none;
    text-align: left;
    margin: 1rem 0 0.6rem;
    text-transform: uppercase;
    font-weight: 600; }
    .prefooter .widget_title:after {
      content: none; }

footer {
  margin: 0;
  color: #D5D5D5;
  font-size: 1.4rem; }
  footer .footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
    max-width: 1200px;
    padding: 1.2rem 0;
    width: 100%;
    box-sizing: border-box;
    color: #fff !important;
    font-size: 0.95rem !important;
    line-height: 1.3; }
    @media (max-width: 768px) {
      footer .footer {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0; } }
    footer .footer p {
      margin: 0.5rem; }
    footer .footer .copy {
      text-align: left; }
      @media (max-width: 768px) {
        footer .footer .copy {
          text-align: center; } }
    footer .footer .planb {
      text-align: right; }
      @media (max-width: 768px) {
        footer .footer .planb {
          text-align: center; } }

/* Menu principal */
#mega-menu-wrap-menu-principal #mega-menu-menu-principal > {
  visibility: visible;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0.2rem auto; }
  #mega-menu-wrap-menu-principal #mega-menu-menu-principal > li.mega-menu-item > a {
    padding: 1rem 1.5rem; }
    #mega-menu-wrap-menu-principal #mega-menu-menu-principal > li.mega-menu-item > a.mega-menu-link {
      font: 400 0.95rem/1.3 "Roboto", sans-serif !important; }
      @media (max-width: 480px) {
        #mega-menu-wrap-menu-principal #mega-menu-menu-principal > li.mega-menu-item > a.mega-menu-link {
          padding-top: 0.5rem; } }

#mega-menu-wrap-menu-redes #mega-menu-menu-redes {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse; }
  #mega-menu-wrap-menu-redes #mega-menu-menu-redes > li.mega-menu-item {
    margin: 1px;
    display: inline-block;
    height: auto;
    vertical-align: initial;
    width: 2.4rem; }
    #mega-menu-wrap-menu-redes #mega-menu-menu-redes > li.mega-menu-item > a.mega-menu-link {
      line-height: 1;
      height: 35px;
      padding: 8px 8px 8px 8px;
      vertical-align: baseline; }

/* Grid 3 Cols */
.grid {
  display: grid;
  grid-gap: 1.5rem;
  justify-items: center;
  width: 100vw;
  max-width: 1200px;
  padding: 1rem;
  margin: 0 auto;
  box-sizing: border-box; }
  .grid.col2 {
    grid-template-columns: repeat(2, 1fr); }
  .grid.col3 {
    grid-template-columns: repeat(3, 1fr); }
  .grid.col4 {
    grid-template-columns: repeat(4, 1fr); }
  .grid.col5 {
    grid-template-columns: repeat(5, 1fr); }
  .grid.col6 {
    grid-template-columns: repeat(6, 1fr); }
  .grid.sidebar {
    grid-template-columns: 2fr 1fr; }
  @media (max-width: 768px) {
    .grid {
      grid-template-columns: repeat(2, 1fr) !important; } }
  @media (max-width: 480px) {
    .grid {
      grid-template-columns: repeat(1, 1fr) !important; } }
  .grid div {
    width: 100%; }

/* Cards */
.card {
  background: #f5f5f5;
  color: #000;
  width: 220px;
  border-radius: 8rem 8rem 1rem 1rem;
  padding: 1rem;
  transition: all .15s linear;
  position: relative; }
  .card:hover, .card.active {
    background: linear-gradient(to right, #29589f, #2ba5c8, #94bc42);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016f8a', endColorstr='#ffffff', GradientType=1 );
    color: #fff; }
    .card:hover a, .card.active a {
      color: #fff;
      text-decoration: none; }
    .card:hover .number, .card.active .number {
      color: #fff; }
    .card:hover .btn-blue, .card.active .btn-blue {
      background: #72BD12; }
  .card .icon {
    background: #72BD12;
    width: 100%;
    height: 220px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-sizing: border-box;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center; }
  .card .number {
    bottom: 2rem;
    color: #000;
    font: 12rem "Open Sans", sans-serif;
    left: 50%;
    opacity: 0.08;
    position: absolute;
    transform: translate(-50%); }

/* Otros items */
.item {
  text-align: center; }
  .item .cover {
    border-radius: 2rem;
    transition: all .15s linear;
    position: relative;
    display: block; }
    .item .cover:hover, .item .cover.active {
      background: #72BD12;
      color: #fff;
      text-decoration: none; }
    .item .cover h4 {
      font-family: "Roboto", sans-serif;
      font-weight: 600;
      padding: 0 0 1rem 0; }
    .item .cover .thumb {
      max-width: 100%;
      border-radius: 2rem;
      transition: all .15s linear;
      opacity: 0.8; }
      .item .cover .thumb:hover, .item .cover .thumb.active {
        opacity: 1; }
    .item .cover .icon-zoom {
      background: #72BD12;
      border-radius: 1rem 0 2rem 0;
      bottom: 3.65rem;
      padding: 1rem;
      position: absolute;
      right: 0;
      z-index: 100; }
  .item .link {
    color: #72BD12;
    display: block;
    margin: 1rem 0; }

/* Auspiciantes */
.auspiciantes-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
  justify-content: center;
  align-content: center;
  align-items: center; }
  .auspiciantes-grid .logo {
    padding: 3rem 0;
    text-align: center; }
    .auspiciantes-grid .logo img {
      width: 100%;
      max-width: 150px;
      height: auto; }
  @media (max-width: 480px) {
    .auspiciantes-grid {
      grid-template-columns: repeat(2, 1fr); }
      .auspiciantes-grid :first-child {
        grid-column: span 2;
        text-align: center; } }

.container {
  margin: auto;
  max-width: 1200px;
  overflow: hidden;
  padding: 3rem 0.5rem;
  width: 100%;
  box-sizing: border-box; }
  .container p {
    font-family: "Open Sans", sans-serif; }
  .container img {
    width: 100%;
    padding: 3px;
    border: 1px solid #D5D5D5;
    display: block; }
  @media (max-width: 768px) {
    .container {
      padding: 0.5rem; } }

.page {
  margin: 1rem auto 1rem; }
  @media (max-width: 768px) {
    .page {
      margin: 1rem auto 1rem; } }
  .page.ampliada {
    padding: 0 10rem 2rem;
    text-align: justify;
    max-width: 1200px; }
    .page.ampliada p {
      margin: 0.5rem 0 1rem 2rem; }
    @media (max-width: 768px) {
      .page.ampliada {
        padding: 2rem 1.5rem 0; } }
    .page.ampliada img {
      width: 100%;
      height: auto;
      margin-bottom: 2rem; }
    .page.ampliada ul {
      margin: 0.5rem 0 1rem 2rem;
      font-family: "Open Sans", sans-serif; }
      .page.ampliada ul li {
        list-style: square; }
    .page.ampliada .wp-block-column:not(:first-child) {
      margin-left: 0; }
    .page.ampliada .wp-block-column p {
      margin-left: 0; }

section {
  /*padding:2rem 0;*/ }

.texto-intro {
  width: 100%;
  max-width: 700px;
  box-sizing: border-box;
  margin: 2rem auto;
  padding: 2rem;
  text-align: center; }
  .texto-intro h4 {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 1rem;
    text-shadow: 0px 0px 4px #000; }
    .texto-intro h4 strong {
      text-transform: uppercase; }

.encabezado {
  background: linear-gradient(to right, #29589f, #2ba5c8, #94bc42);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016f8a', endColorstr='#ffffff', GradientType=1 );
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box; }
  .encabezado h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    text-shadow: 0px 0px 3px #36474F;
    font-size: 2rem;
    text-align: center !important; }

.bg-blue {
  background: #24819c;
  background-size: cover;
  color: #fff;
  width: 100%;
  padding: 2rem 0;
  position: relative; }
  .bg-blue:after, .bg-blue:before {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0; }
  .bg-blue:after {
    top: 0;
    border-top: 40px solid #fbfbfb;
    border-left: 2000px solid transparent;
    border-right: 0 solid transparent; }
  .bg-blue:before {
    bottom: 0;
    border-bottom: 40px solid #fbfbfb;
    border-right: 2000px solid transparent;
    border-left: 0 solid transparent; }
  .bg-blue h3.titulares {
    color: #FAE800 !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem !important; }

.bg-green {
  background: #B3E870;
  width: 100%; }
  .bg-green p {
    color: #fff !important; }

.bg-white {
  background: #fff;
  position: relative;
  padding-bottom: 7rem;
  border-top: 1px solid #D5D5D5; }
  .bg-white:after, .bg-white:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0; }
  .bg-white:after {
    right: 0;
    border-bottom: 80px solid #008B39;
    border-left: 1400px solid transparent;
    border-right: 0 solid transparent; }
  .bg-white:before {
    left: 0;
    border-bottom: 110px solid #72BD12;
    border-right: 1500px solid transparent;
    border-left: 0 solid transparent; }

.bg-call-to {
  background: url(images/bg-call-action.png) top center no-repeat;
  color: #fff;
  background-size: cover;
  text-align: right;
  width: 100%;
  position: relative;
  padding: 5rem 0; }
  .bg-call-to:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 90px solid #008B39;
    border-left: 1500px solid transparent;
    border-right: 0 solid transparent; }
  @media (max-width: 480px) {
    .bg-call-to {
      text-align: center; } }
  .bg-call-to h3 {
    color: #fff !important;
    line-height: 1.5 !important;
    margin-bottom: 1rem;
    text-align: right !important; }
    @media (max-width: 480px) {
      .bg-call-to h3 {
        text-align: center !important; } }
  .bg-call-to p {
    text-align: right !important; }
    @media (max-width: 480px) {
      .bg-call-to p {
        text-align: center !important; } }

.bg-silver {
  background: #36474F;
  color: #fff;
  width: 100%; }

.opacity {
  background: rgba(0, 0, 0, 0.3); }

.fit_flex_box {
  min-height: 400px;
  max-height: 400px;
  position: relative;
  margin-top: 2px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow: hidden;
  background: transparent; }

.fit_flex_box-item {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: flex;
  flex: initial;
  width: 25%;
  min-height: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  vertical-align: bottom;
  box-sizing: border-box;
  position: relative;
  transition: all .3s ease 0s; }

.fit_flex_box-item.fit_flex_box-item-back {
  background: #e5e5e5 !important; }

.fit-flex-box-item-principal, .fit-flex-box-item-principal-back {
  width: 100%;
  transition: all .3s ease 0s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.fit-flex-box-item-principal-back {
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  position: relative; }

.fit-flex-box-item-secundario {
  width: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .1s ease .5s, width .2s ease .2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left; }

.fit-flex-box-item-principal-img {
  width: 100%;
  transition: all .2s ease 0s;
  z-index: 1; }

.fit-flex-box-item-principal-img img {
  width: 115px; }

.fit-flex-box-item-principal-img.fit-flex-box-item-principal-img-bottom {
  position: absolute;
  bottom: 55px; }

.fit-flex-box-item-principal-title {
  transition: all .2s ease 0s;
  position: absolute;
  bottom: 0;
  padding: 15px 0px;
  font-size: 24px;
  font-weight: bold; }

.fit-flex-box-item-principal-back .fit-flex-box-item-principal-title {
  color: #fff;
  width: auto;
  font-size: 1.2rem;
  line-height: 16px;
  bottom: 7vh;
  text-shadow: 1px 1px 6px #72BD12;
  background: #008B39;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.8rem 1.5rem;
  border-radius: 1.5rem; }

@media (max-width: 768px) {
  .fit-flex-box-item-principal-back .fit-flex-box-item-principal-title {
    font-size: 20px;
    line-height: 16px;
    transform: rotate(-90deg);
    white-space: nowrap;
    bottom: 15vh; } }
.fit-flex-box-item-principal-back .fit-flex-box-item-principal-title.fit-flex-box-item-principal-title-bottom {
  bottom: 20px; }

.fit-flex-box-item-principal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 51, 90, 0.15); }

.fit-flex-box-item-principal-overlay.fit-flex-box-item-principal-overlay-black {
  background: rgba(0, 0, 0, 0.7); }

.fit-flex-box-item-secundario-title {
  color: #231837;
  font-size: 18px;
  font-weight: bold; }

.fit-flex-box-item-secundario-paragraph {
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: #231837; }

@media (max-width: 768px) {
  .fit-flex-box-item-secundario-paragraph {
    font-size: 14px !important;
    padding-top: 3rem !important;
    line-height: 1.3 !important;
    color: #231837; } }
.fit_flex_box:hover .fit_flex_box-item {
  flex: initial;
  width: 15%; }

.fit_flex_box .fit_flex_box-item:hover {
  width: 70%; }

.fit_flex_box .fit_flex_box-item:hover .fit-flex-box-item-principal {
  background: #231837;
  width: 33.3%; }

.fit_flex_box .fit_flex_box-item:hover .fit-flex-box-item-principal-back {
  width: 33.333%; }

.fit_flex_box .fit_flex_box-item:hover .fit-flex-box-item-principal-back .fit-flex-box-item-principal-overlay {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, #000); }

.fit_flex_box .fit_flex_box-item:hover .fit-flex-box-item-secundario {
  opacity: 1;
  visibility: visible;
  width: 75%;
  padding: 0vw 5%; }

.fit_flex_box .fit_flex_box-item:hover .fit-flex-box-item-principal .fit-flex-box-item-principal-title {
  font-size: 15px; }

.cards {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #f5f5f5;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 0.5rem 0;
  box-sizing: border-box; }
  .cards:hover {
    box-shadow: 0px 0px 5px #72BD12;
    background: #fff; }
  .cards h4 {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0.5rem 0 1rem; }
    .cards h4 a {
      color: #0a2e38;
      font-weight: 700; }
  .cards figure {
    margin: 0; }
    .cards figure img {
      width: 100%; }
  .cards .archive {
    display: flex;
    flex: 1 1 100%; }
  .cards .details {
    display: flex;
    flex: 1 1 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0.5rem 0 1rem; }
  .cards .cat {
    font-size: 0.75rem;
    background: #fbfbfb;
    padding: 0.5rem 0.85rem;
    border-radius: 0.5rem; }
    .cards .cat a {
      font-weight: 600; }

.btn {
  padding: 0.5rem 1rem;
  display: inline-flex;
  border-radius: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  justify-content: center;
  transition: all 0.2s linear;
  text-transform: uppercase;
  text-decoration: none;
  margin: 1rem 0;
  display: inline-flex;
  align-items: center; }
  .btn.primary {
    color: #24819c;
    border: 1px solid #24819c; }
    .btn.primary:hover {
      color: #008B39;
      border: 1px solid #008B39; }
  .btn.call-to-action {
    background: #72BD12;
    color: #fff;
    border: 1px solid #fff;
    font: 600 1rem/1.3 "Open Sans", sans-serif; }
    .btn.call-to-action:hover {
      background: #008B39;
      border: 1px solid #fff;
      transform: scale(1.2);
      box-shadow: 0 0 10px #FAE800; }
    .btn.call-to-action i {
      color: #fff;
      margin: 0 0.5rem 0 0;
      font-size: 1.3rem; }
      .btn.call-to-action i :hover {
        color: #72BD12; }
  .btn.flat {
    color: #008B39;
    border: 1px solid #fff;
    font-size: 1rem;
    margin: 1rem 0;
    box-shadow: 0px 0px 2px #008B39; }
    .btn.flat:hover {
      background: #72BD12;
      color: #fff; }
  .btn.flat-2 {
    color: #72BD12;
    border: 1px solid #72BD12;
    font-size: 1.2rem;
    margin: 1rem 0; }
    .btn.flat-2:hover {
      color: #72BD12;
      border: 1px solid #72BD12; }

.whatsapp {
  margin-bottom: 4rem; }

.redes {
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 4rem; }
  .redes a {
    background: #72BD12;
    color: #fff;
    display: block;
    border-radius: 0.5rem;
    margin: 0 0.4rem;
    padding: 0;
    width: 2.2rem;
    height: 2.2rem;
    text-align: center;
    line-height: 2.2rem; }
    .redes a:hover {
      background: #008B39;
      border: 1px solid #fff;
      transform: scale(1.2);
      box-shadow: 0 0 10px #FAE800; }

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #0a2e38;
  font-size: 2.8rem;
  margin: 2rem 0;
  line-height: 1.2;
  text-align: center; }
  @media (max-width: 768px) {
    h1 {
      font-size: 1.5rem;
      line-height: 1.3;
      text-align: left;
      margin: 1rem 0 2rem; } }

h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #0a2e38;
  color: #fff;
  background: #008B39;
  border-left: 15px solid #72BD12;
  border-right: 15px solid #72BD12;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  display: table;
  margin: 1rem auto 2rem;
  padding: 0 2.2rem; }
  h2 a {
    color: #fff;
    text-decoration: none; }
  h2.titulo-blanco {
    color: #fff; }
  h2.copy-servicios {
    color: #999;
    float: left;
    font-size: 2rem;
    line-height: 2.7rem;
    margin-bottom: 4rem;
    text-align: right;
    text-transform: uppercase;
    width: 88%; }
  h2.copy-enlace {
    float: left;
    width: 60%;
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-left: 15%;
    text-align: right;
    text-transform: uppercase; }

h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #0a2e38;
  font-size: 1.8rem;
  text-align: left;
  margin: 1.5rem 0;
  color: #008B39; }
  @media (max-width: 768px) {
    h3 {
      font-size: 1.2rem;
      line-height: 1.4;
      margin-bottom: 2rem; } }
  h3 .enlaces {
    font-size: 2rem;
    font-weight: 600;
    color: #24819c;
    line-height: 1.3; }
  h3.titulo-portada {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #0a2e38;
    color: #72BD12;
    text-transform: uppercase; }
  h3.titulo-portada-2 {
    color: #a9a9ac;
    margin-bottom: 0;
    margin-left: 20rem;
    text-align: center;
    text-transform: uppercase; }

h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #0a2e38;
  color: #72BD12;
  font-size: 1.5rem;
  margin: 1rem 0; }

#slb_viewer_wrap .slb_theme_slb_baseline * {
  font: 1rem/1.5 "Open Sans", sans-serif; }

/* Aplicaciones */
.aplicaciones-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  justify-content: center;
  align-content: center; }
  @media (max-width: 480px) {
    .aplicaciones-grid {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 10px; } }

.aplicaciones.home {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box; }
  .aplicaciones.home a {
    display: block;
    overflow: hidden; }
  .aplicaciones.home .caption {
    bottom: 0;
    padding: 0.25rem 0;
    display: block;
    text-decoration: none;
    width: 100%;
    height: 20%;
    text-align: center;
    box-sizing: border-box; }
    .aplicaciones.home .caption h3 {
      color: #008B39 !important;
      margin: 0;
      padding: 0.5rem;
      text-transform: uppercase;
      font-size: 1rem;
      font-weight: bold;
      text-align: center; }
      @media (max-width: 768px) {
        .aplicaciones.home .caption h3 {
          font-size: 0.85rem;
          padding-left: 0.5rem; } }
      .aplicaciones.home .caption h3:hover {
        color: #fff; }
    .aplicaciones.home .caption:hover {
      background: #72BD12;
      color: #fff; }
  .aplicaciones.home img {
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    transition: all 0.15s linear; }
    .aplicaciones.home img:hover {
      opacity: 0.8;
      transform: scale(1.5); }
.aplicaciones .ampliada {
  display: grid;
  grid-template-columns: 65% 35%;
  grid-gap: 15px;
  max-width: 100vw;
  overflow: hidden;
  padding: 0 1rem;
  width: 100%;
  box-sizing: border-box;
  margin: auto; }
  @media (max-width: 480px) {
    .aplicaciones .ampliada {
      display: block;
      grid-template-columns: repeat(1, 1fr) !important; } }
  .aplicaciones .ampliada .foto-principal {
    grid-column: 1 / -1; }
    .aplicaciones .ampliada .foto-principal img {
      width: 100%;
      height: auto; }
  .aplicaciones .ampliada h1 {
    margin: 0 0 2rem; }
  .aplicaciones .ampliada p {
    margin: 1.5rem 0; }

/* Noticias */
.noticias-home {
  display: grid;
  grid-template-columns: 65% 35%;
  grid-gap: 1rem; }
  @media (max-width: 768px) {
    .noticias-home {
      grid-template-columns: 1fr; } }

.noticias-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
  justify-content: center;
  align-content: center; }
  @media (max-width: 768px) {
    .noticias-grid {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 0; } }

.panel-noticias {
  display: flex;
  vertical-align: top;
  padding: 0.5rem;
  text-align: left; }
  .panel-noticias img {
    max-width: 100px;
    height: auto;
    margin: 0 0.8rem 0 0; }
    @media (max-width: 480px) {
      .panel-noticias img {
        width: 100px !important; } }
  .panel-noticias h4 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.3; }
    .panel-noticias h4 a {
      font-weight: 600;
      text-decoration: none; }
      .panel-noticias h4 a:hover {
        color: #36474F;
        text-decoration: underline; }
  .panel-noticias:first-child {
    float: left;
    flex-direction: column;
    grid-row: span 4; }
    .panel-noticias:first-child img {
      max-width: 100%;
      height: auto;
      margin: 0; }
      @media (max-width: 480px) {
        .panel-noticias:first-child img {
          width: 100% !important; } }
    .panel-noticias:first-child h4 {
      margin-top: 1.2rem;
      font-size: 1.3rem; }

.wpcf7-form p {
  width: 85%; }
  .wpcf7-form p .wpcf7-form-control {
    width: 100% !important;
    margin: 0.5rem 0;
    border: 1px solid rgba(10, 46, 56, 0.3);
    box-sizing: border-box; }
    .wpcf7-form p .wpcf7-form-control::placeholder {
      color: #36474F; }
    .wpcf7-form p .wpcf7-form-control.wpcf7-submit {
      border: none;
      width: auto !important;
      display: inline-block;
      margin: auto 50%;
      transform: translate(-50%); }

/* Formulario home */
.form-home .wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center; }
  .form-home .wpcf7-form .wpcf7-form-control {
    color: #fff;
    box-sizing: border-box;
    padding: 0.8rem 1rem;
    width: 100%;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.3);
    font-size: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.2s linear;
    font-weight: 400; }
    @media (max-width: 480px) {
      .form-home .wpcf7-form .wpcf7-form-control {
        width: 90%; } }
    .form-home .wpcf7-form .wpcf7-form-control:focus {
      box-shadow: 1px 0px 5px 1px #FAE800;
      background: #fff;
      color: #0a2e38; }
    .form-home .wpcf7-form .wpcf7-form-control::placeholder {
      color: #fff; }
  .form-home .wpcf7-form .wpcf7-submit {
    color: #fff;
    background-color: #72BD12;
    border: 1px solid #fff;
    width: auto;
    padding: 0.5rem 1rem;
    display: inline-flex;
    border-radius: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    justify-content: center;
    transition: all 0.2s linear;
    text-transform: uppercase;
    text-decoration: none;
    margin: 1rem 0;
    display: inline-flex;
    align-items: center; }
    .form-home .wpcf7-form .wpcf7-submit::placeholder {
      color: red;
      font-weight: bold; }
    .form-home .wpcf7-form .wpcf7-submit:hover {
      background: #008B39; }

/* Form registros */
.wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; }
  .wpcf7-form .wpcf7-form-control {
    color: #fff;
    box-sizing: border-box;
    padding: 0.8rem;
    width: 100%;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.3);
    font-size: 0.9rem;
    margin: 0.3rem 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.2s linear;
    font-weight: 400; }
    @media (max-width: 480px) {
      .wpcf7-form .wpcf7-form-control {
        width: 90%; } }
    .wpcf7-form .wpcf7-form-control:focus {
      box-shadow: 1px 0px 5px 1px #FAE800;
      background: #fff;
      color: #0a2e38; }
    .wpcf7-form .wpcf7-form-control::placeholder {
      color: #fff; }
  .wpcf7-form .wpcf7-submit {
    color: #008B39;
    background-color: #FAE800;
    border: 1px solid #fff;
    cursor: pointer;
    padding: 1rem 1.2rem;
    font-size: 1.2rem;
    width: auto;
    padding: 1rem 1.2rem;
    font-size: 1rem;
    display: block;
    text-transform: uppercase; }
    .wpcf7-form .wpcf7-submit::placeholder {
      color: red;
      font-weight: bold; }
    .wpcf7-form .wpcf7-submit:hover {
      color: #fff;
      background: #008B39;
      box-shadow: 0 0 10px #FAE800; }

.datos {
  padding-top: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #f5f5f5;
  height: 100%;
  text-align: left; }
  .datos h3.widget_title {
    color: #008B39;
    margin: 0 0 2rem 1rem; }
    .datos h3.widget_title:before {
      text-decoration: inherit;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-right: 0.5rem;
      content: "\f138";
      color: #008B39; }
  .datos h4 {
    color: #72BD12;
    margin-left: 1rem;
    font-size: 1.1rem;
    line-height: 1.8; }
    .datos h4 i {
      color: #72BD12; }
  .datos ul li {
    margin: 1rem !important;
    font-size: 1rem;
    display: flex; }
    .datos ul li i {
      color: #72BD12;
      font-size: 1.5rem;
      margin-right: 1rem; }
    .datos ul li strong {
      color: #008B39; }
    .datos ul li p {
      display: block; }

/*# sourceMappingURL=style.css.map */
