@charset "UTF-8";
/*
	Theme Name: Focuson Child
	Theme URI: http://www.focuson.ninzio.com
	Description: Focuson Corporate Responsive Retina-Ready Wordpress Premium Theme
	Author: Ninzio Team
	Author URI: http://www.ninzio.com
	Template:focuson
	Version: 2.0
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
/* Medidas */
/* Colores */
/* Tipografias*/
/***********************************/
/* Titulo Principal & Breadcrumbs */
.rich-header {
  height: 120px !important;
}

.rich-header h1 {
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
}

.rich-header .nz-breadcrumbs a {
  font-family: "Open Sans", sans-serif;
  color: #999;
  font-size: 12px;
  text-transform: capitalize;
}

.rich-header .nz-breadcrumbs a:before {
  display: none;
}

.rich-header .nz-breadcrumbs span,
.rich-header .nz-breadcrumbs span.current {
  font-family: "Open Sans", sans-serif;
  color: #999;
  font-size: 12px;
  text-transform: capitalize;
}

.rich-header .nz-breadcrumbs span:before,
.rich-header .nz-breadcrumbs span.current:before {
  color: #999 !important;
}

@media only screen and (max-width: 768px) {
  .rich-header {
    height: auto !important;
  }
  .rich-header h1 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .rich-header .nz-breadcrumbs {
    text-align: center;
  }
  .rich-header .nz-breadcrumbs a {
    margin: 0;
    padding: 0;
  }
  .rich-header .nz-breadcrumbs:first-child {
    padding: 0;
  }
}

/***************/
/* Titulos H2 */
.nz-column-text h2 {
  font-family: "Montserrat Bold", sans-serif;
  font-weight: bolder;
  font-size: 30px;
  line-height: 1.4;
  color: #333;
  text-transform: uppercase;
  text-align: center;
}

.nz-column-text h2:after {
  content: '';
  display: block;
  max-width: 82px;
  height: 2px;
  background: #F1BB01;
  margin: 20px auto;
}

/* Variante: rojo-izquierda */
.nz-column-text.rojo-izquierda h2 {
  font-family: "Montserrat Bold", sans-serif;
  font-weight: bolder;
  font-size: 30px;
  line-height: 1.4;
  color: #E01D2E;
  text-transform: none;
  text-align: left;
}

.nz-column-text.rojo-izquierda h2:after {
  content: '';
  display: block;
  max-width: 82px;
  height: 2px;
  background: #F1BB01;
  margin: 25px 0 30px 0;
}

/*******************************/
/* Texto h3 de slogan lateral */
.nz-column-text.subtitulo-izquierda h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

/*****************/
/* Subtitulo h4 */
h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: lighter;
  color: #666;
}

/********************************/
/* Links rojos lateral derechjo*/
.right-sidebar-links div {
  width: 100%;
  display: block;
  font-size: 12px;
  border-bottom: 1px dashed #F1BB01;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.right-sidebar-links div a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: lighter;
  color: #E01D2E;
}

.right-sidebar-links div a:after {
  font-family: icomoon !important;
  font-weight: bolder;
  font-size: 12px;
  content: '\e91b';
  padding-left: 5px;
}

.right-sidebar-links div:last-child {
  margin-bottom: 0;
}

/**********************************/
/* Links rojos lateral izquierdo */
.left-sidebar-links {
  margin-top: 13px;
}

.left-sidebar-links a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: lighter;
  color: #E01D2E;
  display: block;
  margin-bottom: 16px;
}

.left-sidebar-links a:after {
  font-family: icomoon !important;
  font-weight: bolder;
  font-size: 10px;
  content: '\e91b';
  padding-left: 5px;
}

.left-sidebar-links a.link-with-text {
  margin-bottom: 13px !important;
}

.left-sidebar-links a.link-with-text + p {
  margin-bottom: 16px !important;
}

.left-sidebar-links div:last-child a {
  margin-bottom: 0 !important;
}

.left-sidebar-links div a + p {
  margin: 10px;
}

.left-sidebar-links div p {
  margin-top: 0;
  font-size: 12px;
  line-height: 15px;
}

.left-sidebar-links div p + p {
  /* Links con una descripcion de texto abajo */
  margin-bottom: 16px;
  margin-top: -10px;
}

.left-sidebar-links div:last-of-type {
  /* ultimo link de la izquierda no tenga margen abajo */
}

.left-sidebar-links div:last-of-type a {
  margin-bottom: 0 !important;
}

/*******************************/
/* Info y telefonos laterales */
.right-sidebar-info div {
  width: 100%;
  display: block;
  font-size: 14px;
  border-bottom: 1px dashed #F1BB01;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.right-sidebar-info div:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/**********************************/
/* Estilos de una lista generica */
ul, ol {
  text-align: left;
}

/**************************/
/* Listado de requisitos */
ul.requisitos-list {
  list-style-position: outside;
  padding-left: 18px;
  text-align: left !important;
}

ul.requisitos-list li {
  line-height: 1.3;
  padding: 8px 0;
}

/******************************/
/* Texto genérico de párrafo */
.nz-column-text {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #666;
}

.nz-column-text sup {
  /* Superindice del titulo */
  font-size: 8px;
}

.nz-column-text span.smaller {
  /* Textos un cuerpo mas chico */
  font-size: 12px !important;
  display: block;
  margin-top: -4px;
}

.nz-column-text span.smaller + br {
  /*Si el template pone un br despues del texto chico, este estilo lo anula asi no se colocan espacios demas */
  display: none;
}

.nz-column-text span.smaller + br + a[href^="mailto"] {
  font-size: 13px;
}

/****************/
/* Superindice */
sup {
  font-size: 8px !important;
}

.rojo-izquierda h2 sup {
  /*Superindice de los titulos de la izquierda */
  font-size: 14px !important;
}

/****************/
/* Texto Chico */
.texto-chico p {
  font-size: 11px;
  color: #666;
}

/***********************/
/* Texto Bold Naranja*/
strong.orange {
  font-weight: bolder;
  color: #ff4500;
}

/******************/
/* Texto pequeño */
.smaller-font {
  font-size: 10px;
  line-height: 16px !important;
}

.smaller-font br:first-child {
  display: none;
}

/*************************/
/* Lista con icono check */
ul.check {
  margin: 0 15px 0 25px !important;
}

ul.check li {
  font-size: 14px;
  list-style-position: outside;
  list-style-image: url(images/icon-check.png);
  padding: 2px 0;
  margin-bottom: 15px;
}

ul.check li:last-child {
  margin-bottom: 0;
}

/*********************/
/* Listado Numerico */
ol.listado-numerico {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
}

ol.listado-numerico > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 6px 2px;
  /* Give each list item a left margin to make room for the numbers */
  padding: 0 !important;
  list-style: none;
  /* Disable the normal item numbering */
}

ol.listado-numerico > li:before {
  content: counter(li) ".";
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  position: absolute;
  top: 0;
  left: -26px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  margin-right: 8px;
  color: #F1BB01;
  font-weight: bolder;
  font-family: "Open Sans", sans-serif;
  text-align: left;
}

@media only screen and (max-width: 350px) {
  .listado-numerico ol > li:before {
    position: relative;
    left: 0;
  }
}

/****************************************/
/* Accesos directos (home e interiores) */
.acceso-directo.wpb_column .vc_column-inner {
  background: #f1f1f1;
  padding: 30px 30px 20px 30px !important;
  text-align: center;
  border-bottom: 4px solid #F1BB01;
}

.acceso-directo.wpb_column .vc_column-inner .wpb_wrapper .wpb_single_image.wpb_content_element {
  margin-bottom: 15px;
}

.acceso-directo.wpb_column .vc_column-inner .wpb_wrapper h3 {
  font-size: 18px;
  line-height: initial;
  margin-bottom: 17px;
}

.acceso-directo.wpb_column .vc_column-inner .wpb_wrapper h3 + p {
  display: block;
  /*min-height: 93px;*/
}

.acceso-directo.wpb_column .vc_column-inner .wpb_wrapper p {
  color: #727171;
  font-size: 13px;
  margin-bottom: 15px;
}

.acceso-directo.wpb_column .vc_column-inner .wpb_wrapper p:last-child {
  margin: 0;
}

.acceso-directo.wpb_column .vc_column-inner .wpb_wrapper p a {
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  font-size: 13px;
  webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.acceso-directo.wpb_column .vc_column-inner .wpb_wrapper p a:after {
  font-family: icomoon !important;
  font-weight: bolder;
  font-size: 9px;
  content: '\e91b';
  padding-left: 5px;
}

.acceso-directo.wpb_column .vc_column-inner .wpb_wrapper p a:hover {
  color: #333 !important;
}

@media only screen and (max-width: 768px) {
  .home-direct-access.wpb_column .vc_column-inner .wpb_wrapper h3 + p {
    min-height: 0;
  }
}

/*******************/
/* Botón Genérico */
.vc_btn3-container button.vc_btn3,
.vc_btn3-container .vc_btn3 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: bolder !important;
  font-size: 14p !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  padding: 13px 36px !important;
  background: #E01D2E !important;
  border-radius: 3px !important;
  border: 0 !important;
}

.vc_btn3-container button.vc_btn3:hover,
.vc_btn3-container .vc_btn3:hover {
  color: #fff !important;
  background: #333 !important;
}

/*******************/
/* Botón Fondo Amarillo */
.button-amarillo button.vc_btn3,
.button-amarillo .vc_btn3 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: bolder !important;
  font-size: 14p !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #BA0000 !important;
  padding: 13px 36px !important;
  background: #F3C53F !important;
  border-radius: 3px !important;
  border: 0 !important;
}

.button-amarillo button.vc_btn3:hover,
.button-amarillo .vc_btn3:hover {
  color: #fff !important;
  background: #333 !important;
}

/* Color amarillo para Separadores */
.vc_separator .vc_sep_holder .vc_sep_line {
  border-color: #F1BB01 !important;
  /*margin: 20px 0;*/
}

/*************/
/* Locales */
.locales .local {
  padding: 20px;
  background: #f1f1f1;
}

.locales .local h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: lighter;
  color: #666;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
  display: block;
}

.locales .local span {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  color: #fff;
  border-radius: 3px !important;
  display: inline-block;
  padding: 2px 5px;
  margin: 0 5px 10px 0;
}

.locales .local span.tag-manual {
  background: blue;
}

.locales .local span.tag-automatico {
  background: orange;
}

.locales .local span.tag-motor {
  background: green;
}

.locales .local span:last-child {
  margin-right: 0;
}

.locales .local p {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: lighter;
  color: #666;
  line-height: 17px;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .locales .wpb_column {
    margin-bottom: 30px;
  }
  .locales .wpb_column:last-child {
    margin-bottom: 0;
  }
}

/**************/
/* Accordion */
.nz-accordion .toggle-title {
  background: #e2e2e2 !important;
  margin-bottom: 0 !important;
}

.nz-accordion .toggle-title .toggle-title-header span {
  font-family: "Montserrat Bold", sans-serif !important;
  font-size: 17px !important;
  font-weight: bolder !important;
  color: #333 !important;
  text-transform: uppercase !important;
}

.nz-accordion .toggle-title.active {
  background: #E01D2E !important;
  border: 1px solid #E01D2E;
}

.nz-accordion .toggle-title.active .arrow:before {
  background: #fff !important;
}

.nz-accordion .toggle-title.active .toggle-title-header span {
  color: #fff !important;
  border: 1px solid #E01D2E !important;
}

.nz-accordion .toggle-content h3 {
  color: #666;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.nz-accordion .toggle-content h4 {
  font-size: 17px !important;
  line-height: 23px;
  margin-bottom: 15px !important;
}

.nz-accordion .toggle-content a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: lighter;
  color: #E01D2E;
}

.nz-accordion .toggle-content a:after {
  font-family: icomoon !important;
  font-weight: bolder;
  font-size: 10px;
  content: '\e91b';
  padding-left: 5px;
}

.nz-accordion .toggle-content a.link-inline {
  font-size: 13px;
  display: inline;
}

.nz-accordion .toggle-content a.link-inline:after {
  display: none;
}

.nz-accordion .toggle-content ol li > ul,
.nz-accordion .toggle-content ul li > ul {
  margin: 20px 0 20px 40px;
  list-style-type: disc;
  list-style-position: outside;
}

.nz-accordion .toggle-content ol li a,
.nz-accordion .toggle-content ul li a {
  font-size: 13px;
  display: inline;
  margin: 0;
}

.nz-accordion .toggle-content ol li a:after,
.nz-accordion .toggle-content ul li a:after {
  display: none;
}

@media only screen and (max-width: 768px) {
  .toggle-title .toggle-title-header span {
    display: block;
    padding: 15px 30px 15px 20px;
    width: 100%;
  }
  .toggle-title .arrow {
    right: 10px;
  }
}

/*******************/
/* Link requisitos*/
.requisitos-condiciones {
  text-align: center;
  width: 100%;
}

.requisitos-condiciones a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #666 !important;
  display: inline-block;
  vertical-align: middle;
  border-top: 1px dashed #bdbdbd;
  padding: 5px 15px;
  margin-top: 40px;
}

.requisitos-condiciones a:hover {
  color: #E01D2E !important;
  text-decoration: underline;
}

.requisitos-condiciones a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url(images/icon-exclamation_grey.png) no-repeat top left;
  margin-right: 5px;
}

.requisitos-less-margin .requisitos-condiciones a {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .requisitos-less-margin .col-inner {
    padding-right: 0 !important;
  }
}

/******************/
/* Popups Modal */
.pum-title.popmake-title {
  color: #E01D2E !important;
  font-size: 27px !important;
  margin-bottom: 25px;
}

.requisitos-legales h4 {
  margin: 30px 0 16px 0;
}

.requisitos-legales p {
  font-size: 12px;
}

.requisitos-legales p strong {
  display: block;
  margin-top: 15px;
}

.requisitos-legales p strong.inline {
  display: inline;
}

.requisitos-legales p .red {
  color: #E01D2E;
}

.requisitos-legales ul, .requisitos-legales ol {
  margin-left: 30px;
}

.requisitos-legales ul li, .requisitos-legales ol li {
  font-size: 12px;
  list-style-position: outside;
  padding: 2px 0;
}

.requisitos-legales a {
  color: #E01D2E;
  text-decoration: underline;
}

/**************/
/* Accordion */
.nz-accordion .false.toggle-title:after,
.nz-accordion .toggle-title:after {
  font-size: 20px;
  content: "+";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
}

.nz-accordion .active.toggle-title:after {
  display: none;
}

.nz-accordion .toggle-content a {
  font-size: 12px;
}

.nz-accordion .toggle-content a:hover {
  text-decoration: underline;
}

.nz-accordion .toggle-content a:after {
  content: '';
  padding: 0;
}

.nz-accordion .toggle-content a.accordion-link-inline {
  display: inline-block;
  margin-right: 10px;
}

.nz-accordion .toggle-content a.accordion-link-inline:last-child {
  margin-right: 0;
}

.nz-accordion .toggle-content a.accordion-link-inline + br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .nz-accordion .false.toggle-title:after,
  .nz-accordion .toggle-title:after {
    right: 9px !important;
  }
}

/*****************************************************************/
/*Elimina el recuadro que aparece luego de hacer click a un link*/
:focus,
a:focus,
a {
  outline: 0;
}

/* Color de los links a llamada telefonica*/
a[href^="tel:"] {
  color: #333 !important;
  text-decoration: none;
}

/**************************/
/* Bloque rojo destacado */
.red-block {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background: #E01D2E;
  padding: 3px 6px;
  margin: 0 3px;
}

/********************************/
/* Subtitulo H3 en los legales */
.pum-content.popmake-content .requisitos-legales h3.red-legal {
  color: #E01D2E;
  margin-top: 35px;
}

/************************/
/* Galeria de imagenes */
/* Se corrije el tamaño y color de la X */
.nivo-lightbox-theme-default .nivo-lightbox-close {
  opacity: 1 !important;
  background-size: 20px 20px !important;
  width: 20px !important;
  height: 20px !important;
}

/**********************/
/* Tablas responsive */
.table thead td, .table thead th {
  background: #F1BB01;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}

.table tbody tr td {
  font-size: 13px;
}

.table tbody tr td a {
  font-weight: 700;
  text-decoration: underline;
}

.table tbody tr td a:hover {
  color: #666;
}

.table tbody tr:nth-child(odd) td {
  background: #fff;
}

.table tbody tr:nth-child(even) td {
  background: #fff6d9;
}

@media only screen and (max-width: 1022px) {
  div.table-responsive {
    overflow-y: auto !important;
  }
  div.table-responsive .nz-table.table.cuota-social,
  div.table-responsive .nz-table.table,
  div.table-responsive table.table {
    width: 100%;
  }
}

/* Structure */
/***************/
/* Header Top */
.header-top .container .slogan {
  /* Cambio el color y el tamaño de los telefonos del top */
  width: 100%;
  font-size: 12px;
  color: #333 !important;
}

.header-top .container .slogan .topdescription {
  float: left;
}

.header-top .container .slogan .topdescription a {
  color: #333 !important;
}

.header-top .container .slogan .toplinks {
  float: right;
  display: flex;
  align-items: center;
}

.header-top .container .slogan .toplinks a {
  color: #333;
}

.header-top .container .slogan .toplinks a.filial {
  display: flex;
  height: 12px;
  align-items: center;
}

.header-top .container .slogan .toplinks a.filial:before {
  font-family: icomoon !important;
  content: '\e8b9';
  margin-right: 7px;
}

.header-top .container .slogan .toplinks a.filial:hover {
  color: #E01D2E;
}

.header-top .container .slogan .toplinks a.filial:hover:before {
  color: #E01D2E;
}

.header-top .container .slogan .toplinks a:hover {
  color: #E01D2E;
}

/* Color de los links a llamada telefonica en la versión mobile */
.mob-header-content a[href^="tel:"] {
  color: #E01D2E !important;
  text-decoration: none;
}

/*******************/
/* Menú Principal */
.version1 .desk-menu {
  /* Submenu */
}

.version1 .desk-menu > ul > li {
  margin-left: 53px !important;
  padding-left: 13px;
}

.version1 .desk-menu > ul > li > a {
  color: #333 !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  line-height: 30px !important;
}

.version1 .desk-menu > ul > li > ul.submenu {
  background: red !important;
}

.version1 .desk-menu .sub-menu {
  left: 13px !important;
}

.version1 .desk-menu .sub-menu li > a {
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 16px !important;
  margin-top: 5px !important;
}

.version1 .desk-menu .sub-menu li > a:hover {
  color: #E01D2E !important;
}

.version1 .desk-menu .sub-menu li > a:last-child {
  margin-bottom: 3px;
}

/* Fondo del submenú */
.version1 .desk-menu .sub-menu, .version1 .header-top .header-top-menu ul li ul, .version1 .woo-cart {
  background: #f1f1f1 !important;
  border-bottom: 3px solid #F1BB01 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.version1 .search {
  background: #fff !important;
  border: 1px solid #f1f1f1 !important;
}

.version1 .desk-menu > ul > li.menu-item-has-children {
  cursor: pointer;
}

.version1 .desk-menu > ul > li.menu-item-has-children > a {
  pointer-events: none;
}

/* Borde inferior rojo debajo del menú principal*/
.version1.effect-underline .desk-menu > ul > li > a:after,
.version1.effect-overline .desk-menu > ul > li > a:after,
.version1.effect-fill .desk-menu > ul > li:hover > a,
.version1.effect-fill .desk-menu > ul > li.one-page-active > a,
.version1.effect-fill:not(.one-page-top) .desk-menu > ul > li.current-menu-item > a,
.version1.effect-fill:not(.one-page-top) .desk-menu > ul > li.current-menu-parent > a,
.version1.effect-fill:not(.one-page-top) .desk-menu > ul > li.current-menu-ancestor > a {
  background-color: #E01D2E !important;
}

/* Mobile Menú*/
.mob-header-content .slogan {
  color: #333 !important;
}

.mob-header-content .slogan .toplinks {
  margin-top: 10px !important;
}

.mob-header-content .slogan .toplinks a {
  color: #E01D2E !important;
}

.mob-header-content .slogan .toplinks a:hover {
  text-decoration: underline !important;
}

.mob-header-content .slogan .toplinks a.filial img {
  display: none;
}

footer.footer {
  background: #f0bd08;
  /* Cambio de color del fondo */
  /* Menues del footer */
  /* Redes Sociales */
}

footer.footer .footer-info-area {
  border: 0 !important;
}

footer.footer .widget_title {
  color: #333 !important;
  font-weight: 600 !important;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

footer.footer .widget_nav_menu li {
  padding: 3px 0;
  text-transform: none;
}

footer.footer .widget_nav_menu li a:before {
  font-family: icomoon !important;
  font-size: 9px;
  content: '\e91b';
  color: #E01D2E;
  margin-right: 5px;
}

footer.footer .widget:not(:last-child),
footer.footer .widget:first-child,
footer.footer .widget:last-child {
  padding-top: 50px;
  padding-bottom: 50px !important;
}

footer.footer .footer-info-area {
  min-height: 0 !important;
}

footer.footer .footer-social {
  margin-top: 38px;
}

footer.footer .footer-social span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
  font-size: 14px;
  color: #333 !important;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}

footer.footer .footer-social br {
  display: none;
}

footer.footer .footer-social a {
  display: inline-block;
  margin-right: 5px;
}

.footer-widget-area a:not(.button):not(.ui-slider-handle) {
  color: #333 !important;
  display: inline-block;
}

.footer-widget-area a:not(.button):not(.ui-slider-handle):hover {
  color: #E01D2E !important;
}

@media only screen and (max-width: 768px) {
  footer.footer {
    text-align: center;
  }
  footer.footer .widget_title {
    width: 200px;
    padding-bottom: 10px;
    margin: 0 auto 10px auto;
  }
  footer.footer .widget_title:before {
    left: 40%;
  }
  footer.footer .widget_nav_menu li {
    text-align: center;
  }
  footer.footer .widget:not(:last-child) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 40px !important;
  }
  footer.footer .widget:first-child {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
  }
  footer.footer .widget:last-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 30px !important;
  }
}

/**************/
/* Copyright */
.copyright-content {
  width: 100%;
  max-width: 1170px;
  margin: 20px auto;
  display: flex;
  align-items: initial;
  justify-content: space-between;
}

.copyright-content .copyright-afip {
  width: auto;
  display: flex;
  align-items: center;
}

.copyright-content .copyright-afip a img {
  border: 0;
  margin-right: 10px;
}

.copyright-content .copyright-afip span {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  color: #000;
  line-height: 17px;
  display: inline-block;
  text-align: left;
}

.copyright-content .copyright-afip span a {
  color: #000;
}

.copyright-content .copyright-afip span a:hover {
  text-decoration: underline;
}

.copyright-content .copyright-logos {
  display: flex;
  align-items: center;
}

.copyright-content .copyright-logos a img {
  border: 0;
  margin-left: 7px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 432px) {
  .copyright-content .copyright-afip a img {
    border: 0;
    display: block;
    margin: 0 auto 10px auto;
  }
}

@media only screen and (max-width: 768px) {
  .copyright-content {
    width: 100%;
    display: block;
    text-align: center;
  }
  .copyright-content .copyright-afip,
  .copyright-content .copyright-logos {
    with: 100%;
    display: block;
  }
  .copyright-content .copyright-afip {
    margin-bottom: 20px;
  }
  .copyright-content .copyright-afip span {
    text-align: center;
  }
}

@media only screen and (max-width: 1100px) {
  .copyright-content {
    padding: 0 45px;
  }
}

/* POPUP - Proteccion de Datos personales */
#popmake-6168 .wpb_content_element {
  margin-bottom: 1% !important;
}

/* Site Sections */
/* Home titulo se oculta por el slider */
/*.home.page-template {
  .rich-header.page-header {
    display: none;
    visibility: hidden;
  }

  .metaslider {
    margin-top: -10px !important;
  }
}*/
/* Ancho de los accesos directos */
@media (min-width: 768px) {
  .vc_col-sm-2.acceso-directo {
    width: 20%;
  }
}

/* Ancho del border bottom de los titulos principales */
.vc_sep_width_10 {
  width: 7% !important;
}

.homepage-slogan {
  font-family: 'Open Sans', serif;
  font-size: 18px;
  color: #666;
  text-align: center;
  width: 100%;
  display: block;
}

/*******************/
/* Botón Asociate */
.vc_btn3-container.button-asociate {
  margin-top: 12px !important;
}

.vc_btn3-container.button-asociate button.vc_btn3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  padding: 15px 41px !important;
  background: #E01D2E;
  border-radius: 2px;
}

.vc_btn3-container.button-asociate button.vc_btn3:hover {
  background: #333;
}

/*******************/
/* Botón Asociate Homepage (amarillo)*/
.vc_btn3-container.button-asociate-home {
  margin-top: 12px !important;
}

.vc_btn3-container.button-asociate-home button.vc_btny {
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  padding: 15px 41px !important;
  background: #E01D2E;
  border-radius: 2px;
}

.vc_btn3-container.button-asociate-home button.vc_btny:hover {
  background: #333;
}

/**********************/
/* Botón Gana Tiempo */
.banner-gana-tiempo {
  padding: 0 40px;
}

.banner-gana-tiempo .nz-column-text h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.banner-gana-tiempo .nz-column-text p {
  font-size: 18px;
  color: #333;
}

.vc_btn3-container.button-ganatiempo {
  margin: 20px 0 !important;
  padding-bottom: 19px !important;
}

.vc_btn3-container.button-ganatiempo button.vc_btn3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  padding: 13px 36px !important;
  background: #E01D2E;
  border-radius: 2px;
}

.vc_btn3-container.button-ganatiempo button.vc_btn3:hover {
  background: #333;
}

/*************************/
/* Carousel de Noticias */
.nz-recent-posts {
  margin-top: 5px;
}

.nz-recent-posts .postmeta .post-date-full {
  font-size: 15px;
}

.nz-recent-posts .postmeta .post-category {
  display: none !important;
}

#nz-content a.post-more {
  font-weight: bolder;
}

.loop .blog-post .post-body, .nz-recent-posts .post-body {
  background-color: #f1f1f1;
  padding: 23px 30px;
  text-align: left;
  width: 100%;
  display: table;
  vertical-align: middle;
  position: relative;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #F1BB01;
  box-shadow: none;
}

.owl-controls .owl-buttons div {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 47%;
  left: -60px;
  margin-top: -20px;
  z-index: 15;
  background-color: #f1f1f1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eee;
  box-shadow: 0 2px #f1f1f1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.owl-controls .owl-buttons .owl-next {
  right: -60px;
  left: auto;
}

.owl-prev {
  background: url(images/arrow_left.png) no-repeat center center;
  background-size: 12px 12px;
}

.owl-prev:hover {
  background: url(images/arrow_left_white.png) no-repeat center center;
  background-size: 17px 17px;
}

.owl-next {
  background: url(images/arrow_right.png) no-repeat center center;
  background-size: 12px 12px;
}

.owl-next:hover {
  background: url(images/arrow_right_white.png) no-repeat center center;
  background-size: 17px 17px;
}

.owl-controls .owl-buttons div.owl-prev:hover,
.owl-controls .owl-buttons div.owl-next:hover {
  background-color: #999 !important;
  border-bottom-color: #999 !important;
  box-shadow: none !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .owl-prev {
    background: url(images/arrow_left@2.png) no-repeat center center;
    background-size: 12px 12px;
  }
  .owl-prev:hover {
    background: url(images/arrow_left_white@2.png) no-repeat center center;
    background-size: 17px 17px;
  }
  .owl-next {
    background: url(images/arrow_right@2.png) no-repeat center center;
    background-size: 12px 12px;
  }
  .owl-next:hover {
    background: url(images/arrow_right_white@2.png) no-repeat center center;
    background-size: 17px 17px;
  }
}

/*********************/
/* Banner Principal */
.banner-seguro-automotor {
  width: 100%;
  max-width: 1214px;
  margin: 0 auto !important;
}

.banner-seguro-automotor .banner-seguro-automotor-content .nz-column-text h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #E01D2E;
  text-transform: uppercase;
  margin: 16px 0;
}

.banner-seguro-automotor .banner-seguro-automotor-content .nz-column-text p {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #333;
  margin-bottom: 14px;
}

.banner-seguro-automotor .banner-seguro-automotor-content .vc_btn3-container button.vc_btn3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  padding: 13px 36px !important;
  background: #E01D2E;
  border-radius: 3px;
  border: 0;
}

.banner-seguro-automotor .banner-seguro-automotor-content .vc_btn3-container button.vc_btn3:hover {
  color: #fff;
  background: #333;
}

.banner-seguro-automotor .banner-seguro-automotor-content a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.banner-seguro-automotor .banner-seguro-automotor-content a.bases {
  font-size: 12px;
  color: #333 !important;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: -14px;
}

.banner-seguro-automotor .banner-seguro-automotor-content a.bases:hover {
  text-decoration: underline;
}

.banner-seguro-automotor .banner-seguro-automotor-content a.bases:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url(images/icon-exclamation_grey.png) no-repeat top left;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .banner-seguro-automotor .banner-seguro-automotor-content .nz-column-text h3 {
    margin-top: 29px;
  }
  .banner-seguro-automotor .banner-seguro-automotor-content a.bases {
    margin-bottom: 14px;
  }
}

/***********************/
/* Listado de Seguro */
.asegura-auto-image .vc_column-inner {
  padding-left: 0 !important;
}

.asegura-auto-image .vc_column-inner .wpb_single_image {
  text-align: left;
}

dl.listado-seguros {
  padding: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  margin: 0 15px 0 35px !important;
}

dl.listado-seguros dt {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: lighter;
  color: #666;
  width: 100%;
  text-align: left;
  display: list-item;
  list-style-image: url(images/icon-check.png);
}

dl.listado-seguros dt:after {
  display: none;
}

dl.listado-seguros dt sup {
  font-size: 8px;
}

dl.listado-seguros dd {
  color: #727171;
  margin: 0 0 40px 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .asegura-auto-image .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .asegura-auto-image .vc_column-inner .wpb_single_image {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }
  dl.listado-seguros {
    padding: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 15px 0 12px !important;
  }
}

/***********************/
/* Elegí tu cobertura */
.cobertura-text {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #666;
}

/***********************/
/* Cotización seguros */
.cotizacion-seguro {
  background: #FFF3D0;
  max-width: 1200px;
  border-bottom: 4px solid #F1BB01;
  padding: 62px 30px 30px 30px;
  margin-top: 0;
}

.cotizacion-seguro h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  font-size: 30px;
  line-height: 1.2;
  color: #E01D2E;
  text-transform: uppercase;
  margin-bottom: 23px;
  width: 100%;
  text-align: center;
}

.cotizacion-seguro p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #666;
  margin-bottom: 23px;
  width: 100%;
  text-align: center;
}

.cotizacion-seguro .vc_btn3-container {
  margin-top: 12px !important;
}

.cotizacion-seguro .vc_btn3-container button.vc_btn3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  padding: 10px 35px !important;
  background: #E01D2E;
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 0;
}

.cotizacion-seguro .vc_btn3-container button.vc_btn3:hover {
  color: #fff;
  background: #333;
}

.cotizacion-seguro .cotizacion-links {
  text-align: center;
}

.cotizacion-seguro .cotizacion-links a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.cotizacion-seguro .cotizacion-links a:hover {
  color: #333 !important;
  text-decoration: underline;
}

.cotizacion-seguro .cotizacion-links a.vehiculos:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url(images/icon-question.png) no-repeat top left;
  margin-right: 5px;
}

.cotizacion-seguro .cotizacion-links a.bases:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url(images/icon-exclamation.png) no-repeat top left;
  margin-right: 5px;
}

.cotizacion-seguro .cotizacion-links a:last-child {
  margin-right: 0;
}

.cotizacion-seguro .cotizacion-links br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .cotizacion-seguro {
    padding: 0;
  }
}

/*******************/
/* Banner Socios */
.banner-socios {
  margin-top: 40px;
  margin-bottom: 20px;
}

.banner-socios .col.vc_col-sm-12 {
  margin: 0;
}

.banner-socios .col.vc_col-sm-12 .nz-column-text {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: bolder;
  color: #fff;
  line-height: normal;
  min-height: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner-socios .col.vc_col-sm-12 .nz-column-text a {
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 28px !important;
  background: #fff;
  border-radius: 3px;
  margin: 0 0 0 35px;
  webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-socios .col.vc_col-sm-12 .nz-column-text a:hover {
  color: #fff !important;
  background: #333;
}

@media only screen and (max-width: 768px) {
  .banner-socios .col.vc_col-sm-12 .nz-column-text {
    display: flex;
    flex-direction: column;
  }
  .banner-socios .col.vc_col-sm-12 .nz-column-text a {
    margin: 8px 0 0 0;
  }
}

/*****************/
/* Listado <ol> */
.asistencia-servicios-listado ol {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 100px;
}

@media only screen and (max-width: 768px) {
  .asistencia-servicios-listado ol {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }
}

/*******************************/
/* Link condiciones generales */
.asistencia-condiciones {
  text-align: center;
  width: 100%;
}

.asistencia-condiciones a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #666 !important;
  display: inline-block;
  vertical-align: middle;
  border-top: 1px dashed #bdbdbd;
  padding: 5px 15px;
  margin-top: 40px;
}

.asistencia-condiciones a:hover {
  color: #E01D2E !important;
  text-decoration: underline;
}

.asistencia-condiciones a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url(images/icon-exclamation_grey.png) no-repeat top left;
  margin-right: 5px;
}

/************************/
/* Listado requisitos */
.cuota-social-list {
  list-style-position: outside;
  padding-left: 0;
  margin: 0 0 10px 31px;
}

.cobro-cuotas-detail {
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}

.cobro-cuotas-detail div {
  vertical-align: middle;
  border-top: 1px dashed #bdbdbd;
  padding: 5px 15px;
}

/**************************/
/* Tabla cuotas sociales */
.nz-table.table.cuota-social {
  width: 100%;
}

.nz-table.table.cuota-social thead th {
  color: #666;
  text-align: center;
}

.nz-table.table.cuota-social thead th.nopadding {
  padding: 0 !important;
}

.nz-table.table.cuota-social thead tr.table-titles th {
  margin: 0;
  padding: 0 5px;
}

.nz-table.table.cuota-social thead tr.table-titles th .table-subtitle {
  padding: 0;
  margin: 0;
}

.nz-table.table.cuota-social thead tr.table-titles th .table-subtitle thead td, .nz-table.table.cuota-social thead tr.table-titles th .table-subtitle tbody td {
  border: none;
  background: none;
}

.nz-table.table.cuota-social thead tr.table-titles th .table-subtitle thead td {
  border-bottom: 1px dotted #eaeaea;
}

.nz-table.table.cuota-social thead tr.table-titles th .table-subtitle tbody td.first-border {
  border-right: 1px dotted #eaeaea;
}

.nz-table.table.cuota-social thead .subtable-title {
  border: 0;
  background: none;
  width: 100%;
  margin-bottom: 0 !important;
}

.nz-table.table.cuota-social thead .subtable-title thead td {
  border: none !important;
}

.nz-table.table.cuota-social thead .subtable-title tbody tr,
.nz-table.table.cuota-social thead .subtable-title tbody tr:nth-child(odd) td {
  background: none;
  border: none;
  border-top: 1px dotted #eaeaea;
}

.nz-table.table.cuota-social tbody td {
  text-align: center;
}

.nz-table.table.cuota-social tbody td.table-title {
  font-size: 16px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background: #F1BB01;
}

.nz-table.table.cuota-social tbody td strong.red {
  display: inline-block;
  font-weight: bolder;
  color: #E01D2E;
}

.nz-table.table.cuota-social tbody td a, .nz-table.table.cuota-social tbody td span.tooltips {
  color: #666 !important;
  text-decoration: underline !important;
}

.nz-table.table.cuota-social tbody td.no-padding {
  padding: 0;
}

.nz-table.table.cuota-social tbody td.no-padding table.subtable {
  margin-bottom: 0;
}

.nz-table.table.cuota-social tbody td.no-padding table.subtable td {
  border: none;
  border-bottom: 1px solid #eaeaea;
}

.nz-table.table.cuota-social tbody td.no-padding table.subtable td:first-child {
  border-right: 1px solid #eaeaea;
}

.nz-table.table.cuota-social tbody td.no-padding table.subtable tr:last-child td {
  border-bottom: none;
}

.nz-table.table.cuota-social tbody td.no-padding table.subtable.white td {
  background: #fff;
}

/* Boton calculador de cuota */
#calculador-cuota {
  margin: 20px 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

#calculador-cuota:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("images/icon-exclamation.png") no-repeat top left;
  margin-right: 5px;
}

.auxilio-mecanico-section {
  /* Estilos y separación de las imagenes */
}

.auxilio-mecanico-section .wpb_single_image {
  margin: 20px 0;
}

.auxilio-mecanico-section .wpb_single_image img {
  width: 100%;
}

@media (min-width: 768px) {
  .auxilio-mecanico-section .vc_col-sm-3 {
    width: 33.33333%;
  }
  .auxilio-mecanico-section .vc_col-sm-9 {
    width: 66%;
  }
}

/**********************************/
/* Listado de datos para auxilio */
.auxilio-list {
  min-height: 100px;
  margin-bottom: 10px;
}

.auxilio-list h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: lighter;
  color: #666;
  width: 100%;
  margin: 0 0 3px 0;
  padding: 0;
}

.auxilio-list ul {
  margin: 0;
  padding: 0;
}

.auxilio-list ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: lighter;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .auxilio-list {
    min-height: auto;
    margin-bottom: 38px;
  }
  .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) .auxilio-list {
    margin-bottom: 0;
  }
}

/************************************/
/* Reglamento del auxilio mecánico */
.reglamento-auxilio-mecanico h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: lighter;
  color: #666;
  width: 100%;
  margin: 20px 0;
  padding: 0;
  text-align: left;
  display: block;
}

.reglamento-auxilio-mecanico h2:after {
  background: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .baterias-section .vc_col-sm-3 {
    width: 33.33333%;
  }
  .baterias-section .vc_col-sm-9 {
    width: 66%;
  }
  .baterias-section .wpb_content_element {
    margin-bottom: 15px !important;
  }
}

/*****************************/
/* Baterias caracteristicas */
.baterias-caracteristicas .wpb_column.vc_column_container.vc_col-sm-3 {
  width: auto;
}

.baterias-caracteristicas .wpb_column.vc_column_container.vc_col-sm-9 {
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .baterias-caracteristicas .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 100% !important;
  }
  .baterias-caracteristicas .wpb_column.vc_column_container.vc_col-sm-3 .wpb_wrapper .wpb_single_image {
    text-align: center;
    margin-bottom: 25px;
  }
  .baterias-caracteristicas .wpb_column.vc_column_container.vc_col-sm-9 {
    width: 100% !important;
    text-align: left;
  }
}

.auspiciantes-educacion-vial {
  border: 1px dashed #F1BB01;
  padding: 20px !important;
  width: 30.333333% !important;
  margin-left: 3% !important;
  box-sizing: border-box;
}

.auspiciantes-educacion-vial .wpb_single_image {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .auspiciantes-educacion-vial {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .auspiciantes-educacion-vial .wpb_single_image {
    margin-bottom: 15px;
    text-align: center !important;
  }
}

/*************************/
/* Listado de Licencias */
.licencias-list {
  padding: 0 !important;
  border-radius: 0 !important;
  border: 0;
  margin: 20px 0 20px 25px;
}

.licencias-list li {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: lighter;
  color: #666;
  width: 100%;
  text-align: left;
  display: list-item;
  list-style-image: url(images/icon-check.png);
  list-style-position: outside;
  margin: 0 0 10px 0;
}

.licencias-list li strong {
  font-size: 18px;
  font-weight: bolder;
  color: #F1BB01;
}

.licencias-list li:after {
  display: none;
}

/************************/
/* Renovacion Acordion */
.renovacion-accordion {
  margin-top: 25px;
}

.requisitos-section .vc_separator.wpb_content_element {
  /* Elimino el margen de abajo por defesto del elemento wpb_content_element */
  margin-bottom: 0 !important;
  padding: 30px 0 !important;
}

/**************/
/* Accordion */
.accordion-escuela-conduccion {
  margin: 30px 0;
}

.accordion-escuela-conduccion .conduccion-image {
  margin-bottom: 20px;
}

.accordion-escuela-conduccion .nz-table.table {
  /* ajusta la tabla de aranceles al 100% de ancho */
  width: 100%;
}

/* Variante: rojo-izquierda */
.nz-column-text.rojo-izquierda-autoridades h2 {
  font-family: "Montserrat Bold", sans-serif;
  font-weight: lighter;
  font-size: 24px;
  line-height: 1.4;
  color: #E01D2E;
  text-transform: none;
  text-align: left;
}

.nz-column-text.rojo-izquierda-autoridades h2:after {
  content: '';
  display: block;
  max-width: 82px;
  height: 2px;
  background: #F1BB01;
  margin: 25px 0 30px 0;
}

/* Titulo: numeros anteriores */
.old-issues {
  /*Espacio entre los numeros anteriores */
}

.old-issues h4 {
  margin: 11px 0 -15px 0;
}

.old-issues .wpb_single_image.vc_align_left {
  text-align: left;
  margin-bottom: -7px;
}

@media only screen and (max-width: 768px) {
  .old-issues h4 {
    margin: 40px 0 0px 0;
  }
  .old-issues .wpb_single_image.vc_align_left {
    margin-bottom: 0px;
  }
}

/* Bloque destacado */
.gestoria-destacada {
  width: 100%;
  border-top: 1px dashed #F1BB01;
  border-bottom: 1px dashed #F1BB01;
  padding: 12px 0 5px 0;
  margin-bottom: 10px;
}

.gestoria-destacada h4 {
  color: #E01D2E;
}

@media (min-width: 768px) {
  .links-section .vc_col-sm-3 {
    width: 33.33333%;
  }
  .links-section .vc_col-sm-9 {
    width: 66%;
  }
  .links-section .interest-link {
    display: flex;
    align-items: center;
  }
  .links-section .interest-link .vc_col-sm-3 {
    width: 23.33333%;
  }
  .links-section .interest-link .vc_col-sm-3 .vc_column-inner .wpb_wrapper .wpb_content_element {
    margin-bottom: 0;
  }
  .links-section .interest-link .vc_col-sm-3 .vc_column-inner .wpb_wrapper .wpb_content_element .vc_single_image-wrapper img {
    border: 1px solid #ccc;
  }
  .links-section .interest-link .vc_col-sm-3 .vc_column-inner .wpb_wrapper .wpb_content_element .vc_single_image-wrapper img:hover {
    border: 1px solid #df1d2e;
  }
  .links-section .interest-link .vc_col-sm-9 {
    width: 76%;
  }
  .links-section .interest-link .vc_col-sm-9 a {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .links-section .interest-link {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .links-section .interest-link .vc_col-sm-3 {
    width: 100%;
  }
  .links-section .interest-link .vc_col-sm-3 .vc_column-inner .wpb_wrapper .wpb_content_element {
    text-align: center;
    margin-bottom: 0;
  }
  .links-section .interest-link .vc_col-sm-3 .vc_column-inner .wpb_wrapper .wpb_content_element .vc_single_image-wrapper img {
    border: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .links-section .interest-link .vc_col-sm-3 .vc_column-inner .wpb_wrapper .wpb_content_element .vc_single_image-wrapper img:hover {
    border: 1px solid #df1d2e;
  }
  .links-section .interest-link .vc_col-sm-9 {
    width: 100%;
  }
  .links-section .interest-link .vc_col-sm-9 a {
    font-size: 20px;
  }
}

/*
@media (min-width: 768px) {
  .seguro-embarcaciones-section {
    .vc_col-sm-3 {
      width: 33.33333%;
    }

    .vc_col-sm-9 {
      width: 66%;

      .seguro-embarcaciones-planes {
        margin-left: -13px !important;
        margin-right: -13px !important;

        .vc_col-sm-3 {
          width: 25%;
        }
      }
    }
  }
}*/
/* Se ocultan los modulos de metadata y compartir con redes sociales */
.blog-post .post .postmeta .post-comments,
.blog-post .post .postmeta .post-author,
.blog-post .post .postmeta .post-category {
  display: none;
}

.post-bottom.nz-clearfix {
  display: none;
}
