body {
  font-family: "Nunito", sans-serif;
}

.region-content {
  padding: 0;
}

.form-type-vertical-tabs,
#edit-body-0-format-help,
.js-form-item-field-numero-de-orden-0-value,
.js-form-item-status-value {
  display: none;
}

.js-form-item-field-boo-confirmar-pedido-value {
  font-size: 1.2em;
  font-weight: bold;
}

.do-good {
  background-color: #000000;
  padding-top: 30px;
}
.do-good .wrapper h2 {
  font-size: 46px;
  color: #ffffff;
  font-weight: bold;
}
.do-good .wrapper p {
  font-size: 20px;
  color: #ffffff;
}
.do-good .wrapper a {
  font-size: 17px;
  color: #1d1d1b;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 9px;
  text-decoration: none;
  background-color: #f9a61b;
}

.stores {
  padding: 30px 15px;
  background-color: #eef5f9;
}
.stores h2 {
  font-size: 49px;
  color: #4d4d4d;
  font-weight: 500;
  margin-bottom: 20px;
}
.stores .wrapper {
  margin-bottom: 30px;
}
.stores .wrapper p {
  font-size: 18px;
  color: #333333;
}
.stores .wrapper .img-store {
  position: relative;
}
.stores .wrapper div.title {
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(4, 5, 5, 0.64);
}
.stores .wrapper div.title a {
  display: flex;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 25px;
  align-items: center;
  text-decoration: none;
}
.stores .wrapper div.title a::before {
  content: "";
  width: 60px;
  height: 60px;
  margin: 0 10px;
  display: inline-block;
  background: url("../img/ico-aeropuerto.svg") no-repeat center;
}
.stores .wrapper .ver-mas {
  font-size: 18px;
  color: #26AAC0;
  font-weight: bold;
}

.img-slider-home .slider-text {
  left: 15%;
  width: 33%;
  bottom: 20%;
  position: absolute;
}
@media (max-width: 767.9px) {
  .img-slider-home .slider-text {
    width: 70%;
  }
}
.img-slider-home .slider-text p {
  color: #fff;
  font-size: 49px;
  font-weight: 300;
}
@media (max-width: 767.9px) {
  .img-slider-home .slider-text p {
    font-size: 30px;
  }
}
.img-slider-home .slider-text a {
  font-size: 21px;
  font-weight: 400;
  color: #1d1d1b;
  padding: 5px 15px;
  border-radius: 9px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #f9a61b;
}

#carouselCategorys {
  /* medium and up screens */
}
#carouselCategorys .carousel-inner .carousel-item.active,
#carouselCategorys .carousel-inner .carousel-item-next,
#carouselCategorys .carousel-inner .carousel-item-prev {
  display: flex;
}
#carouselCategorys .carousel-inner .carousel-item-end,
#carouselCategorys .carousel-inner .carousel-item-start {
  transform: translateX(0);
}

@media (max-width: 767px) {
  #carouselCategorys .carousel-inner .carousel-item > div {
    display: none;
  }
  #carouselCategorys .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
@media (min-width: 768px) {
  #carouselCategorys .carousel-inner .carousel-item-end.active,
  #carouselCategorys .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  #carouselCategorys .carousel-inner .carousel-item-start.active,
  #carouselCategorys .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
.img-wrapper {
  position: relative;
}
.img-wrapper img {
  border-radius: 50%;
}
.img-wrapper .title {
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
}
.img-wrapper .title span.borde {
  width: 100%;
  display: flex;
  align-items: end;
  text-align: center;
  justify-content: center;
  background-color: rgba(4, 5, 5, 0.64);
}
.img-wrapper .title p {
  width: 50%;
  z-index: 100;
  padding: 5px;
  font-size: 22px;
  color: #ffffff;
  line-height: 25px;
}

.area-title h2 {
  font-size: 49px;
  color: #4d4d4d;
  font-weight: 300;
}
.area-title p {
  font-size: 31px;
  color: #808080;
  font-weight: bold;
}

.products-item {
  text-align: center;
  padding: 20px;
}
.products-item a {
  text-decoration: none;
}
.products-item img {
  margin-bottom: 10px;
  width: auto !important;
  margin: 10px auto;
}
.products-item .title {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}
.products-item .price {
  font-size: 25px;
  color: #4d4d4d;
  font-weight: 400;
}

.brands {
  background-color: #eef5f9;
  padding: 20px 10px;
}

.owl-slider-wrapper .owl-prev {
  position: absolute;
  top: 20%;
  left: -35px;
}
.owl-slider-wrapper .owl-prev span {
  font-size: 80px;
}
.owl-slider-wrapper .owl-next {
  position: absolute;
  top: 20%;
  right: -35px;
}
.owl-slider-wrapper .owl-next span {
  font-size: 80px;
}

.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 30%;
  font-size: 3em;
}
.owl-carousel .owl-nav .owl-prev {
  float: left;
}
.owl-carousel .owl-nav .owl-next {
  float: right;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block !important;
}

.about-us {
  background: url("../img/bck-index-nosotros.jpg") no-repeat center;
  background-size: cover;
}
.about-us .title-more {
  font-size: 55px;
  color: #ffffff;
  font-weight: 400;
}
.about-us .more-links {
  padding-bottom: 20px;
}
.about-us .more-links .item {
  width: auto;
  display: block;
  font-size: 23px;
  color: #ffffff;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 9px;
  text-align: center;
  margin-bottom: 10px;
  text-decoration: none;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.about-us .box-item-link {
  padding: 20px;
  background-color: #eef5f9;
}
.about-us .box-item-link h3 {
  font-size: 32px;
  font-weight: 900;
  color: #000000;
}
.about-us .box-item-link p {
  font-size: 18px;
  font-weight: 400;
  color: #808080;
}
.about-us .box-item-link .link {
  font-size: 17px;
  font-weight: 500;
  color: #1d1d1b;
  padding: 5px 10px;
  border-radius: 9px;
  text-decoration: none;
  background-color: #f9a61b;
}

.df-degraded {
  background: linear-gradient(to right, rgba(12, 98, 102, 0), #002d2f);
}
@media (max-width: 768px) {
  .df-degraded .container {
    padding: 0;
  }
}

header {
  position: relative;
}
header .head-nav {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  position: absolute;
}

.shopping-menu .navbar {
  height: -moz-fit-content;
  height: fit-content;
}

.main-menu-lan {
  display: flex;
  padding: 5px 0;
  align-items: center;
  justify-content: end;
}
@media (max-width: 767.9px) {
  .main-menu-lan {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.main-menu-lan .region-nav-main,
.main-menu-lan .region-social-top {
  padding: 0 10px;
}
.main-menu-lan .region-menu-top {
  padding: 0 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.main-menu-lan .region-menu-top .dropdown-toggle {
  border: none;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
}
.main-menu-lan .navbar-toggler .navbar-toggler-icon {
  background: url("../img/menu-hamburger.svg") no-repeat center 100%;
}
.main-menu-lan .content-social-df {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .main-menu-lan .content-social-df {
    display: grid;
  }
}
.main-menu-lan .content-social-df p {
  margin-bottom: 0;
}
.main-menu-lan .content-social-df p .siganos {
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.main-menu-lan .content-social-df .social-df {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: table-header-group;
}
.main-menu-lan .content-social-df .social-df li {
  float: left;
}
.main-menu-lan .content-social-df .social-df li.tw a {
  -webkit-mask: url(../img/twitter-x.svg);
          mask: url(../img/twitter-x.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #ffffff;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 20px;
          mask-size: 20px;
}
.main-menu-lan .content-social-df .social-df li.fb a {
  -webkit-mask: url(../img/facebook.svg);
          mask: url(../img/facebook.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #ffffff;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 20px;
          mask-size: 20px;
}
.main-menu-lan .content-social-df .social-df li.in a {
  -webkit-mask: url(../img/instagram.svg);
          mask: url(../img/instagram.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #ffffff;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 20px;
          mask-size: 20px;
}
.main-menu-lan .content-social-df .social-df li a {
  width: 26px;
  height: 26px;
  margin: 0 3px;
  display: block;
  font-size: 0.7em;
  text-indent: -9999px;
}

#block-duttyfree2-2,
#block-duttyfree2en {
  justify-content: end;
  display: flex;
}
#block-duttyfree2-2 ul .nav-link,
#block-duttyfree2en ul .nav-link {
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
}

@media (max-width: 768px) {
  #block-duttyfree2-2,
  #block-duttyfree2en {
    background-color: #002d2f;
    justify-content: start;
    padding: 10px 20px;
  }
}

#block-compraenlinea-2,
#block-shoponline {
  display: flex;
  align-items: baseline;
}
#block-compraenlinea-2 h2,
#block-shoponline h5 {
  font-size: 17px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  margin-right: 10px;
}
#block-compraenlinea-2 .nav-link,
#block-shoponline .nav-link {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.img-df {
  height: 160px;
  margin-top: -25px;
}
@media (max-width: 767.9px) {
  .img-df {
    height: 65px;
    margin-top: 10px;
  }
}

.bg-black {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000000;
}

.copyrigth {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eef5f9;
}
.copyrigth p {
  margin-bottom: 0;
}

footer {
  padding: 0;
}
footer .border-right {
  border-right: 1px solid #ffffff;
}
footer .list-content {
  padding: 0 60px;
}
footer .list-content a {
  color: #ffffff;
  text-decoration: none;
}
footer .list-content a:hover {
  text-decoration: underline;
}
footer .list-content h2 {
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
footer .list-content ul {
  padding: 0;
  list-style: none;
}
footer .list-content ul a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}
footer .list-content ul a:hover {
  text-decoration: underline;
}
footer .contact-footer {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}
footer .contact-footer a {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
}
footer .contact-footer a:hover {
  text-decoration: underline;
}
footer .social-df {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  justify-content: center;
}
footer .social-df li {
  float: left;
}
footer .social-df li.tw a {
  -webkit-mask: url(../img/twitter-x.svg);
          mask: url(../img/twitter-x.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #ffffff;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 25px;
          mask-size: 25px;
}
footer .social-df li.fb a {
  -webkit-mask: url(../img/facebook.svg);
          mask: url(../img/facebook.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #ffffff;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 25px;
          mask-size: 25px;
}
footer .social-df li.in a {
  -webkit-mask: url(../img/instagram.svg);
          mask: url(../img/instagram.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #ffffff;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 25px;
          mask-size: 25px;
}
footer .social-df li a {
  width: 26px;
  height: 26px;
  margin: 0 10px;
  display: block;
  font-size: 0.7em;
  text-indent: -9999px;
}

.img-df-node {
  background: url("../img/header-tiendas.jpg") no-repeat center;
  justify-content: center;
  background-size: cover;
  align-items: center;
  min-height: 400px;
  display: flex;
}
.img-df-node.df-contact {
  background: url("../img/header-contacto.jpg");
}
.img-df-node.df-question {
  background: url("../img/header-preguntas.jpg");
}
.img-df-node .title-node {
  font-size: 49px;
  font-weight: 300;
  color: #ffffff;
}
@media (max-width: 768px) {
  .img-df-node .title-node {
    padding: 10px 30px;
  }
}

.general-df {
  background-color: #eef5f9;
}
.general-df .body {
  background-color: #eef5f9;
  border-radius: 21px;
  margin-top: -10%;
  padding: 25px;
}
.general-df .body .title-new {
  color: #26aac0;
  font-weight: bold;
  margin-bottom: 20px;
}
.general-df .contact {
  background-color: #26aac0;
  border-radius: 21px;
  margin-top: -12%;
  padding: 40px 25px;
}
.general-df .dia,
.general-df .autor {
  color: #26aac0;
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
  font-size: 0.9em;
}

.item-store {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #999999;
}
.item-store h4 {
  font-size: 1.8em;
  font-weight: 300;
  color: #ec1560;
}
.item-store .item {
  width: 100%;
  font-size: 18px;
  color: #808080;
  padding-bottom: 5px;
}
.item-store .item strong {
  color: #000000;
}
.item-store .item::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
}
.item-store .item.horario::before {
  background: url("../img/ico-horario.png") no-repeat center;
}
.item-store .item.telefono::before {
  background: url("../img/ico-telefono.png") no-repeat center;
}
.item-store .item.ubicacion::before {
  background: url("../img/ico-ubicacion.png") no-repeat center;
}
.item-store .item.productos::before {
  background: url("../img/ico-shop.png") no-repeat center;
}

.view-grouping-header h2 {
  font-size: 2.1em;
  font-weight: 300;
  color: #4d4d4d;
}

.view-grouping-content h3 {
  font-size: 1.8em;
  font-weight: 600;
  color: #000000;
}

.region-brands img {
  width: auto;
  margin: auto;
}

.tabs-about-duty-free .nav-tabs {
  margin-bottom: 30px;
  justify-content: center;
}
.tabs-about-duty-free .nav-tabs .nav-link {
  padding: 15px;
  font-size: 19px;
  font-weight: bold;
  color: #1a1a1a;
}
.tabs-about-duty-free .nav-tabs .nav-link.active {
  border: none;
  background-color: transparent;
  border-bottom: 5px solid #f9a61b;
}
.tabs-about-duty-free .nav-tabs .nav-link.active::before {
  width: 50px;
  height: 50px;
  background: #26aac0;
}
.tabs-about-duty-free .nav-tabs .nav-link::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  margin: 5px auto;
  background: #b5b5b5;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.tabs-about-duty-free .nav-tabs .nav-link#objective-tab {
  border-right: 1px solid #cccccc;
}
.tabs-about-duty-free .nav-tabs .nav-link#objective-tab.active {
  border-right: none;
}
.tabs-about-duty-free .nav-tabs .nav-link#objective-tab::before {
  -webkit-mask: url("../img/ico-objetivos.svg");
          mask: url("../img/ico-objetivos.svg");
}
.tabs-about-duty-free .nav-tabs .nav-link#proyect-tab {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.tabs-about-duty-free .nav-tabs .nav-link#proyect-tab.active {
  border-left: none;
  border-right: none;
}
.tabs-about-duty-free .nav-tabs .nav-link#proyect-tab::before {
  -webkit-mask: url("../img/ico-proyeccion.svg");
          mask: url("../img/ico-proyeccion.svg");
}
.tabs-about-duty-free .nav-tabs .nav-link#culture-tab {
  border-left: 1px solid #cccccc;
}
.tabs-about-duty-free .nav-tabs .nav-link#culture-tab.active {
  border-left: none;
}
.tabs-about-duty-free .nav-tabs .nav-link#culture-tab::before {
  -webkit-mask: url("../img/ico-cultura.svg");
          mask: url("../img/ico-cultura.svg");
}

#tabAboutDutyFree p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}

.info-df .item {
  display: flex;
}
.info-df .item p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.info-df .item p strong {
  font-size: 22px;
}
.info-df .item a {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.info-df .item ul {
  list-style: "- ";
}
.info-df .item ul li {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.info-df .item .btn-store-online {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 9px;
  text-decoration: none;
  border: 1px solid #ffffff;
  transition: 0.5s ease-in all;
}
.info-df .item .btn-store-online:hover {
  color: #26aac0;
  background-color: #ffffff;
}
.info-df .item::before {
  content: "";
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: inline-block;
}
.info-df .item.phone::before {
  background: url("../img/ico-contacto-telefono.svg") no-repeat center;
}
.info-df .item.address::before {
  background: url("../img/ico-contacto-lugar.svg") no-repeat center;
}
.info-df .item.email::before {
  background: url("../img/ico-contacto-correo.svg") no-repeat center;
}
.info-df .item.store::before {
  background: url("../img/ico-contacto-web.svg") no-repeat center;
}

.social-contact {
  text-align: center;
}
.social-contact p {
  font-size: 22px;
  color: #4d4d4d;
  font-weight: bold;
}
.social-contact .item {
  text-align: center;
}
.social-contact .item.facebook, .social-contact .item.email {
  margin-top: 41px;
}
.social-contact .item.facebook, .social-contact .item.email, .social-contact .item.instagram {
  margin-bottom: 41px;
}
.social-contact .item a {
  width: 100%;
  display: block;
  font-size: 22px;
  color: #eef5f9;
  font-weight: bold;
  position: relative;
  padding: 10px 20px;
  text-decoration: none;
}
.social-contact .item a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
}
.social-contact .item a::after {
  left: 45%;
  top: -40px;
  content: "";
  position: absolute;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
}
.social-contact .item a.link-ig {
  background-color: #9d45a0;
}
.social-contact .item a.link-ig::before {
  -webkit-mask: url("../img/instagram.svg");
          mask: url("../img/instagram.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #ffffff;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.social-contact .item a.link-ig::after {
  border-bottom: 20px solid #9d45a0;
}
.social-contact .item a.link-fb {
  background-color: #0a60dd;
}
.social-contact .item a.link-fb::before {
  -webkit-mask: url("../img/facebook.svg");
          mask: url("../img/facebook.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #ffffff;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.social-contact .item a.link-fb::after {
  border-bottom: 20px solid #0a60dd;
}
.social-contact .item a.link-em {
  background-color: #26aac0;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-contact .item a.link-em::before {
  -webkit-mask: url("../img/envelope.svg");
          mask: url("../img/envelope.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #ffffff;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.social-contact .item a.link-em::after {
  border-bottom: 20px solid #26aac0;
}

.follow {
  text-align: center;
  margin-bottom: 40px;
}
.follow p {
  font-size: 18px;
  color: #777777;
  font-weight: bold;
}

.accordion .accordion-item {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid #999999;
}
.accordion .accordion-item .accordion-button {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  border-radius: 10px 10px 0 0;
  background-color: rgba(236, 21, 96, 0.1);
}
.accordion .accordion-item .accordion-button::after {
  background-image: var(--bs-accordion-btn-icon);
}
.accordion .accordion-item .accordion-button.collapsed {
  border-radius: 10px;
  background-color: #eef5f9;
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-body {
  border-radius: 10px;
  background-color: #eef5f9;
}
.accordion .accordion-item .accordion-body a {
  font-size: 18px;
  font-weight: 400;
  color: #26aac0;
}
.accordion .accordion-item .accordion-body p,
.accordion .accordion-item .accordion-body li {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.accordion .accordion-item .accordion-body .text-pink {
  color: #ec1560;
  font-weight: 500;
  font-style: italic;
  position: relative;
}
.accordion .accordion-item .accordion-body .text-pink::before {
  content: "";
  width: 100px;
  height: 1px;
  display: block;
  background-color: #ec1560;
}
.accordion .accordion-item .accordion-body ol li::marker {
  font-weight: bold;
}
.accordion .accordion-item .accordion-body ul li::marker {
  color: #777777;
}

.btn-sky-blue {
  font-size: 18px;
  font-weight: 400;
  color: #26aac0;
  padding: 10px 15px;
  border-radius: 9px;
  text-decoration: none;
  border: 1px solid #26aac0;
  transition: 0.5s ease-in all;
}
.btn-sky-blue:hover {
  color: #ffffff !important;
  background-color: #26aac0;
  border: 1px solid #ffffff;
}

.news-item {
  margin-bottom: 60px;
}
.news-item h3 {
  font-size: 1.4em;
  margin-bottom: 15px;
}
.news-item h3 a {
  color: #26aac0;
  text-decoration: none;
}
.news-item h3 a:hover {
  color: #23527c;
  text-decoration: underline;
}
.news-item .dia {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
  font-size: 0.9em;
  color: #ec1560;
}
.news-item .ver-mas {
  font-size: 18px;
  color: #26AAC0;
  font-weight: bold;
}
.news-item .ver-mas:hover {
  color: #0b6573;
}

.brands img {
  max-width: 185px !important;
}/*# sourceMappingURL=layout.css.map */