@font-face {
  font-family: icons-webfont;
  src: url(../fonts/icons-webfont.ttf), url(../fonts/icons-webfont.woff),
    url(../fonts/icons-webfont.eot);
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-display: swap;
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon_arrows/icomoon.eot);
  src: url(../fonts/icomoon_arrows/icomoon.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/icomoon_arrows/icomoon.woff) format("woff"),
    url(../fonts/icomoon_arrows/icomoon.ttf) format("truetype"),
    url(../fonts/icomoon_arrows/icomoon.svg#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* OPCIONES */

a,
abbr,
acronym,
address,
b,
bdo,
big,
blockquote,
body,
br,
button,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
img,
ins,
kbd,
legend,
li,
map,
object,
ol,
p,
pre,
q,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0;
}
:focus {
  outline: 0;
}
img {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

html {  
  font-size: 16px;
}
body {
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #666666;
  line-height: 1.4;
}

a {
  color: #666666;
  outline: 0;
  text-decoration: none;
  transition: 0.3s;
}
a:focus,
a:hover {
  color: #D1E307;
  text-decoration: none;
}

p {
  margin: 0 0 1.5rem;
  padding: 0;
  line-height: 1.4;
}

ol,
ul {
  margin: 0 0 1.5rem 1rem;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
}

blockquote {
  position: relative;
  font-style: italic;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  padding: 5px 0 5px 20px;
}
/*blockquote:before {
  content: "‘‘";
  position: absolute;
  font-family: Times New Roman, serif;
  top: 20px;
  left: -20px;
  color: #e6e6e6;
  letter-spacing: -8px;
  font-size: 110px;
}
blockquote p {
  position: relative;
  z-index: 1;
}*/

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.1;
  margin: 0 0 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  color: #3D3D3D;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2.25rem;
}
h3, .h3 {
  font-size: 2rem;
}
h4, .h4 {
  font-size: 1.62rem;
}
h5, .h5 {
  font-size: 1.5rem;
}
h6, .h6 {
  font-size: 1.37rem;
}

.hidden {
  display: none;
}

input[type="search"] {
  -webkit-appearance: none;
  outline: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  display: none;
}

i.icon {
  font-family: Asap, sans-serif;
  font-size: 80px;
  font-style: normal;
}

label {  
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.1;
}
label.error {
  font-size: 14px;
  color: #c0392b;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
  zoom: 1;
}

.hover {
  transition: all 0.4s ease-in-out 0s;
}
.hover:hover {
  opacity: 0.8;
  cursor: pointer;
}

.fixed {
  overflow: hidden;
}
.center {
  width: 100%;
}

/* Campos */
input.txt,
select.txt,
textarea.txt {
  border: 1px solid #CFD3D4;
  color: #696969;
  font-size: 1rem;
  padding: 0 14px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
}
textarea.txt {
  min-height: 160px;
}
input.check {
  padding: 0;
  margin: 0 5px 0 0;
}

.checkbox-container {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  user-select: none;
  text-align: left;
}
.checkbox-container input[type="checkbox"] {
  display: none;
}
.custom-checkbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #CFD3D4;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  position: relative;
  margin-right: 8px;
  margin-top: -2px;
}
.custom-checkbox:after {
  content: '';
  width: 7px;
  height: 12px;
  border: solid #D1E307;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -55%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
/*.checkbox-container:hover .custom-checkbox,
.custom-checkbox:hover {
  border-color: #D1E307;
}*/
input[type="checkbox"]:checked + .custom-checkbox {
  /*background-color: #D1E307;*/
  border-color: #D1E307;
}
input[type="checkbox"]:checked + .custom-checkbox:after {
  opacity: 1;
}

input.txt:focus,
select.txt:focus,
textarea.txt:focus {
  outline: 0 none;
  transition: all 0.4s ease-in-out 0s;
  border-color: #D1E307;
}
input.txt.grey,
select.txt.grey,
textarea.txt.grey {
  border-color: #F7F7F7;
  background-color: #F7F7F7;
}

/* Botones */
a.b,
input.b,
span.b {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #D1E307;
  color: #3D3D3D;
  font-size: 1rem;
  line-height: 1;
  padding: 8px 20px;
  transition: all 0.3s;
  background-color: #D1E307;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  font-weight: 500;
  outline: 0;
  overflow: hidden;
}
a.b:focus,
a.b:hover,
input.b:focus,
input.b:hover,
span.b:focus,
span.b:hover {
  text-decoration: none;
  border: 1px solid #696969;
  background-color: #696969;
  color: #ffffff;
}

.button {
  outline: 0;
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: 0;
  color: #3D3D3D !important;
  font-size: 1rem;
  line-height: 1;
  padding: 10px 20px;
  transition: all 0.3s;
  background-color: #D1E307;
  border: 1px solid #D1E307;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
}
/*.button:after {
  content: '';
  position: absolute;
  height: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: inherit;
  background-color: #696969;
  transition: all 0.3s;
}*/
.button.large {
  font-size: 1.5rem;
  padding: 12px 50px;
}
.button:focus,
.button:hover {  
  text-decoration: none;
  border: 1px solid #696969;
  background-color: #696969;
  color: #ffffff !important;
}
/*.button:hover:after {
  height: 100%;
}*/
.button.secondary {
  border: 1px solid #C3D100;
  color: #C3D100 !important;
  background-color: #ffffff;
}
.button.secondary:focus,
.button.secondary:hover {
  color: #ffffff !important;
  background-color: #C3D100;
}
/*.button.secondary:after {
  display: none;
}*/
.button.tertiary {
  border: 1px solid #ffffff;
  color: #ffffff !important;
  background-color: transparent;
}
.button.tertiary:focus,
.button.tertiary:hover {
  color: #C3D100 !important;
  background-color: #ffffff;
}

/* Migas de pan */
.breadcrumbs {
  /*display: flex;
  align-items: center;*/
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.breadcrumbs a,
.breadcrumbs span {
  margin-right: 6px;
}

/* Popup */
div.dialog {
  padding: 5%;
  font-size: 14px;
}

/* Redes sociales */
div.social ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
div.social ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  font-size: 16px;
}
div.social ul li a {
  color: #ffffff;
  display: block;
}
div.social ul li a .fa-circle:before {
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
  border-radius: 50%;
}
div.social ul li a .fa-inverse {
  color: #C3D100;
  font-size: 18px;
}

/* GENERAL */

.desktop {
  display: block !important;
}
.mobile {
  display: none !important;
}

div#wrapper {
  background-color: #ffffff;
  min-height: 450px;
  overflow: hidden;
  margin-top: 240px;
}
section {
  padding: 5rem 0;
}
div.content {
  margin: 0 auto;
  padding: 0 1.5rem;
  max-width: 1250px;
}

div.slide-carousel div.owl-dots,
div.event-carousel div.owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 1rem 0;
  padding: 0;
  height: auto;
}
div.slide-carousel div.owl-dots .owl-dot,
div.event-carousel div.owl-dots .owl-dot {
  background: rgba(255,255,255,0.4);
}
div.slide-carousel div.owl-dots .owl-dot.active,
div.event-carousel div.owl-dots .owl-dot.active {
  background: #ffffff;
}
#slider div.slide-carousel div.slide-general {
  height: 420px;
  max-height: 40vw;
  min-height: 280px;
  padding: 4rem 0;
}
#slider div.slide-carousel div.slide-general div.content {
  max-width: 1080px;
  height: 100%;
}
#slider div.slide-carousel div.slide-general div.content div.row,
#slider div.slide-carousel div.slide-general div.content div.row > div {
  height: 100%;
}
#slider div.slide-carousel div.slide-general div.content div.row > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#slider div.slide-carousel div.slide-general div.title {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.81rem;
  line-height: 1;
}
#slider div.slide-carousel div.slide-general div.subtitle {
  color: #A6B200;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
#slider div.slide-carousel div.slide-general a.button {
  margin-top: auto;
  color: #3D3D3D !important;
}
#slider div.slide-carousel div.slide-general img {
  margin: 0 auto;
  max-height: 100%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.flex-center {
  align-items: center;
}

/* HEADER */

header {
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
  display: inline-block;
  background-color: #ffffff;
  z-index: 99999;
}
header div.content {
  overflow: visible;
}
header div.topbar {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 3px solid #C3D100;
  position: relative;
  z-index: 99999;
}
header div.topbar div.content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header div.topbar div#logo,
header div.topbar div#logo-mobile {
  padding: 15px 0;
}
header div.topbar div#logo {
  display: block;
}
header div.topbar div#logo-mobile {
  display: none;
}
header div.topbar div.info-web {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

header div.topbar div.info-web div.search,
header div.topbar div.info-web div.date {
  border-left: 1px solid #A8A8A8;
  padding: 0 10px;
  margin: 0 0 0 10px;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

header div.topbar div.info-web div.search label {
  color: #C3D100;
  margin: 0;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  opacity: 1;
}
header div.topbar div.info-web div.search.active label {
  z-index: 0;
  opacity: 0;
}
header div.topbar div.info-web div.search label > span,
header div.topbar div.info-web div.date span:not(.today) {
  width: 38px;
}
header div.topbar div.info-web div.search label .fa-circle:before,
header div.topbar div.info-web div.date .fa-circle:before {
  border: 5px solid #F0F0F0;
  border-radius: 50%;
}
header div.topbar div.info-web div.search div#header-search-content {
  background-color: #F0F0F0;
  color: #fff;
  border-radius: 40px;
  padding: 5px;
  z-index: 1;
}
header div.topbar div.info-web div.search div#header-search-content form {
  position: relative;
}
header div.topbar div.info-web div.search div#header-search-content form input.txt {
  height: 29px;
  line-height: 29px;
  border: 0;
  background-color: transparent;
  width: 0;
  transition: 0.3s;
  padding: 0 8px 0 20px;
}
header div.topbar div.info-web div.search.active div#header-search-content form input.txt {
  width: 150px;
  padding-left: 33px;
}
header div.topbar div.info-web div.search div#header-search-content form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 29px;
  line-height: 29px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: #C3D100;
  opacity: 0;
}
header div.topbar div.info-web div.search.active div#header-search-content form button {
  opacity: 1;
}
header div.topbar div.info-web div.date {
  border-left: 0;
  padding-left: 0;
  margin: 0 10px 0 0;
  color: #CECCCC;
}
header div.topbar div.info-web div.date span:not(.today) {
  color: #C3D100;
  cursor: pointer;
}
header div.topbar div.info-web div.date span.today {
  opacity: 0;
  width: 0;
  padding-left: 5px;
  transition: 0.3s;
}
header div.topbar div.info-web div.date.active span.today {
  opacity: 1;
  width: 80px;
}
header div.topbar div.info-web div.account {
  display: flex;
  align-items: center;
  color: #696969;
  position: relative;
  z-index: 1;
}
header div.topbar div.info-web div.account i {
  font-size: 20px;
  margin-right: 10px;
}
header div.topbar div.info-web div.account div.links {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}
header div.topbar div.info-web div.account div.links a {
  color: #696969;
}
header div.topbar div.info-web div.account div.links a.register {
  color: #C3D100;
}
div#navOne.top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}

header div.content-side {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1250px;
  position: relative;
}
header div.banner-fixed {
  z-index: 99999;
  position: absolute;
  top: 0;
  width: 343px;
}
header div.banner-fixed img {
  max-width: none;
  position: fixed;
  top: 0;
}
header div.banner-fixed.left {
  right: 100%;
  padding-right: 15px;
}
header div.banner-fixed.right {
  left: 100%;
  padding-left: 15px;
}

/* MENU */
nav#main {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #3D3D3D;
  position: relative;
}
nav#main div.content > ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}
nav#main div.content > ul > li {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  list-style: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 1.5rem 0;
  transition: padding 0.3s;
}
.top nav#main div.content > ul > li {
  padding: 0.19rem 0;
}
nav#main div.content > ul > li > a {
  display: inline-block;
  padding: 6px 10px;
  color: #ffffff;
  position: relative;
  text-align: center;
}
nav#main div.content > ul > li > a:after,
nav#main div.content > ul > li > a:before {
  position: absolute;
  transition: all 0.35s ease;
  z-index: 99;
}
nav#main div.content > ul > li > a:before {
  content: '';
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 1.5px;
  width: 0%;
  background-color: #C3D100;
}
nav#main div.content > ul > li:hover > a:before {
  opacity: 1;
  width: 100%;
}
nav#main div.content > ul > li:hover > a:after {
  max-width: 100%;
}
nav#main div.content > ul > li.current > a:after,
nav#main div.content > ul > li.current > a:before {
  display: none;
}
nav#main div.content > ul > li.current > a {
  background-color: #C3D100;
  border-radius: 40px;
}

/*
nav#main.style1 ul li a {
  color: #4C83CC;
  position: relative;
  line-height: 1.4em;
}
nav#main.style1 ul li a:after,
nav#main.style1 ul li a:before {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 99;
}
nav#main.style1 ul li a:before {
  bottom: -2px;
  left: 0;
  display: block;
  height: 6px;
  width: 0%;
  content: "";
  background-color: #4C83CC;
}
nav#main.style1 ul li a:hover:before,
nav#main.style1 ul li.current a:before {
  opacity: 1;
  width: 100%;
}
nav#main.style1 ul li a:hover:after,
nav#main.style1 ul li.current a:after {
  max-width: 100%;
}
nav#main.style2 * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
nav#main.style2 ul li {
  overflow: hidden;
}
nav#main.style2 ul li a {
  padding: 0.3em 0.8em;
  color: rgba(49, 49, 49, 0.7);
  position: relative;
  display: inline-block;
}
nav#main.style2 ul li a:after,
nav#main.style2 ul li a:before {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
nav#main.style2 ul li a:before {
  bottom: 100%;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
}
nav#main.style2 ul li a:after {
  padding: 0.3em 0.8em;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: attr(data-hover);
  color: #4C83CC;
  white-space: nowrap;
  background-color: #4C83CC;
}
nav#main.style2 ul li.current a,
nav#main.style2 ul li:hover a {
  transform: translateY(100%);
}
nav#main.style3 * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
nav#main.style3 ul li a {
  padding: 0.3em 0;
  color: rgba(49, 49, 49, 0.7);
  position: relative;
}
nav#main.style3 ul li a:after,
nav#main.style3 ul li a:before {
  height: 3px;
  position: absolute;
  content: "";
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #4C83CC;
  width: 0;
}
nav#main.style3 ul li a:before {
  top: 0;
  right: 0;
}
nav#main.style3 ul li a:after {
  bottom: 0;
  left: 0;
}
nav#main.style3 ul li.current a,
nav#main.style3 ul li:hover a {
  color: #313131;
}
nav#main.style3 ul li a:hover:after,
nav#main.style3 ul li a:hover:before,
nav#main.style3 ul li.current a:after,
nav#main.style3 ul li.current a:before {
  width: 100%;
}
*/

div#submenu {
  overflow: hidden;
}
div#submenu ul,
.responsivemenu ul.submenu {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
div#submenu ul li,
.responsivemenu ul.submenu li {
  width: 100%;
  margin: 0;
  font-size: 16px;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
}
div#submenu ul li a,
.responsivemenu ul.submenu li a {
  color: #3D3D3D !important;
  display: flex;
  flex-direction: column;
}
div#submenu ul li a span.title,
div#submenu ul li a span.image,
.responsivemenu ul.submenu li a span.title,
.responsivemenu ul.submenu li a span.image {
  display: inline-block;
  padding: 8px;
  width: 100%;
}
div#submenu ul li a span.image,
.responsivemenu ul.submenu li a span.image {
  background-color: #333333;
  color: #ffffff;
  position: relative;
  width: 100%;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
div#submenu ul li a span.image:before,
.responsivemenu ul.submenu li a span.image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(166,178,0);
  background: linear-gradient(0deg, rgba(166,178,0,1) 0%, rgba(195,209,0,1) 100%);
  opacity: 0;
  transition: 0.3s;
}
div#submenu ul li.current a span.image:before,
div#submenu ul li a:hover span.image:before,
.responsivemenu ul.submenu li.current a span.image:before {
  opacity: 1;
}
div#submenu ul li:first-child a span.image:after,
div#submenu ul li:last-child a span.image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background-color: #333333;
  pointer-events: none;
}
div#submenu ul li:last-child a span.image:after {
  right: inherit;
  left: 100%;
}
div#submenu ul li a span.image span,
.responsivemenu ul.submenu li a span.image span {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
div#submenu ul li a.mnu129 span.image span,
.responsivemenu ul.submenu li a.mnu129 span.image span {
  background: url(../img/mnu129.png) center center no-repeat;
  background-size: contain;
  max-height: 15px;
}
div#submenu ul li a.mnu133 span.image span,
.responsivemenu ul.submenu li a.mnu133 span.image span {
  background: url(../img/mnu133.png) center center no-repeat;
  background-size: contain;
  max-height: 17px;
}
div#submenu ul li a.mnu131 span.image span,
.responsivemenu ul.submenu li a.mnu131 span.image span {
  background: url(../img/mnu131.png) center center no-repeat;
  background-size: contain;
  max-height: 23px;
}

/* Submenú */
nav#main div.content > ul > li > div {
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: url(../img/bg-submenu.jpg) center center no-repeat;
  background-size: cover;
  color: #333333;
  border-bottom: 1px solid #e4e4e5;
  z-index: 9;
  width: 100%;
  max-height: 0;
  opacity: 0;
  overflow-y: auto;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25) inset;
  transition: 0.3s;
}
nav#main div.content > ul > li > div ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  opacity: 0;
  padding: 0 0 0 1rem;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  transition: 0.3s;
}
nav#main div.content > ul > li > div > ul {
  margin: 0 auto;
  max-width: 1250px;
  padding: 1.25rem 1.5rem;
}
nav#main div.content > ul > li > div > ul li {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  padding: 0.25rem 0;
  position: relative;
  transition: 0.3s;
  text-transform: none;
  opacity: 0;
}
nav#main div.content > ul > li > div > ul > li a {
  padding: 10px 15px;
  color: #333333;
  display: inline-block;
  min-width: 225px;
  white-space: initial;
  border-radius: 40px;
  border: 1px solid transparent;
  transition: all 0.3s;
}
/*nav#main div.content > ul > li > ul > li a .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}*/
nav#main div.content > ul > li > div > ul > li.current > a,
nav#main div.content > ul > li > div > ul > li:hover > a,
nav#main div.content > ul > li > div > ul > li > ul > li a:hover {
  background: #ffffff;
  border: 1px solid #C3D100;
}
nav#main div.content > ul > li:hover > div {
  pointer-events: auto;
  max-height: calc(100vh - 220px);
  opacity: 1;
}
nav#main div.content > ul > li:hover > div > ul,
nav#main div.content > ul > li:hover > div > ul > li {
  opacity: 1;
}
nav#main div.content > ul > li > div > ul > li ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;  
  pointer-events: none;
}
nav#main div.content > ul > li > div > ul > li:hover ul {
  opacity: 1;
  z-index: 999;  
  pointer-events: auto;
}
nav#main div.content > ul > li > div > ul > li:hover ul li {
  opacity: 1;
}

/* Menú móvil */
.responsivemenu {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 63px;
  left: 0;
  max-height: 100dvh;
  z-index: 9999;
  height: calc(100dvh - 63px);
  background-color: #ffffff;
  transition: all 0.4s ease-in-out 0s;
  padding-bottom: 152px;
}
.hidden-left {
  top: calc(-100dvh - 63px)
}
#nav span {
  display: none;
}
#nav {
  height: auto;
  padding: 1rem;
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  transition: all 0.4s ease-in-out 0s;
}
#nav li {
  display: inline;
  float: left;
  height: auto;
  margin: 0 0 0.5rem 0;
  padding: 0;
  position: relative;
  width: 100%;
}
#nav > li > ul {
  margin: 0 -1rem;
  padding: 1rem;
  overflow: hidden;
  width: calc(100% + 2rem);
  background: url(../img/bg-submenu.jpg) center center no-repeat;
  background-size: cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  display: none;
}
#nav li ul li ul {
  display: none;
  padding: 1rem;
  margin: 0;
  background: rgba(105, 105, 105, 0.3);
  border-radius: 20px;
  overflow: hidden;
  margin: 0.5rem 0 0 0;
}
#nav > li > a {
  padding: 6px 12px;
  color: #3D3D3D;
  display: block;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 16px;
  border-radius: 20px;
}
#nav > li.current > a {
  background-color: #C3D100;
  color: #ffffff;
}
#nav li ul li a {
  padding: 6px 12px;
  color: #3D3D3D;
  display: block;
  line-height: 1.1;
  font-size: 16px;
  border-radius: 20px;
}
#nav li ul li.current a {
  background-color: #FFFFFF;
  border: 1px solid #C3D100;
}
#nav div.circle-plus {
  position: absolute;
  top: -5px;
  right: 0;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.responsivemenu ul.submenu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 72px;
}
.responsivemenu ul.submenu li a span.title {
  font-size: 12px;
  line-height: 1.2;
  height: 40px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.responsivemenu ul.submenu {  
  box-shadow: 0px -1px 3px 0px #00000040;
}
.responsivemenu div.buttons-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  border-top: 2px solid #D1E307;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #F7F7F7;
  width: 100%;
}


/* HOME */

section.last-news,
section.events {
  text-align: center;
}
section.last-news p {
  padding: 0 14px;
  margin-bottom: 2rem;
}
section.events p {
  max-width: 610px;
  margin: 0 auto 2rem auto;
}

.owl-stage {
  display: flex;
}

.new {
  width: 100%;
  height: 100%;
  min-height: 315px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  padding: 4rem 1rem;
  text-align: left;
  color: #ffffff;
}
.new:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  display: block;
}
.new div.details-new {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.new div.info {
  width: 100%;
}
.new div.categories {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #D1E307;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new a {
  color: #ffffff;
}
.new a:hover {
  color: #D1E307;
}
.new div.categories span.name {
  color: #D1E307;
}
.new h2,
.new p.title-new {
  font-size: 19px;
  line-height: 1.1;
  margin-bottom: 1rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
  padding: 0;

}
span.featured-new {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  color: #3D3D3D;
  position: absolute;
  top: 1rem;
  right: 0;
  z-index: 2;
  padding: 8px 12px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  font-size: 14px;
  font-weight: 700;
}
span.featured-new i {
  color: #D1E307;
  font-size: 24px;
  margin-right: 5px;
}

.owl-dots {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 2rem 0 1rem 0;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: rgba(61,61,61,0.4);
  border: 0;
  margin: 10px;
}
.owl-dots .owl-dot.active {
  background: #3D3D3D;
  width: 12px;
  height: 12px;
  margin: 9px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  font-size: 0;
  transition: opacity, background 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: rgba(168,168,168,0.5);
  color: #ffffff;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background: #A8A8A8;
}
.owl-nav .owl-prev {
  left: 1.5rem;
}
.owl-nav .owl-next {
  right: 1.5rem;
}
.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-nav .owl-prev:before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
}
.owl-nav .owl-next:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
}


section.events {
  color: #ffffff;
  background: url(../img/bg-events-home.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 0;
  /*margin-bottom: 20px;*/
}
section.events div.content {
  padding-bottom: 3rem;
}
section.events h2 {
  color: #ffffff;
}
section.events div.events-carousel {
  margin-bottom: 1.5rem;
}
section.events div.events-carousel div.owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.events div.events-carousel div.owl-nav div.owl-prev,
section.events div.events-carousel div.owl-nav div.owl-next {
  position: inherit;
  top: inherit;
  left: inherit;
  right: inherit;
  transform: none;  
  width: auto;
  height: auto;
  display: inline-block;
  border-radius: 0;
  background: transparent;
}
section.events div.events-carousel div.owl-nav div.owl-prev:before {
  content: "\f177";
  font-size: 28px;
}
section.events div.events-carousel div.owl-nav div.owl-next:before {
  content: "\f178";
  font-size: 28px;
}
section.events div.event {
  text-align: left;
}
section.events div.event div.image-event {
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 1rem;
  background-color: #ffffff;
}
section.events div.event div.image-event img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
section.events div.event div.image-event span.date {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  background-color: #3D3D3D;
  color: #ffffff;
}
section.events div.event div.image-event span.date.old {
  background-color: #D9D9D9;
  color: #A8A8A8;
}
section.events div.event div.image-event span.date.next {
  background-color: #D1E307;
}
section.events div.event div.block-event {
  padding: 0 5px;
}
section.events div.event h2,
section.events div.event p {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  display: flex;
  align-items: center;
  
}
section.events div.event h2 span,
section.events div.event p span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2; 
  text-overflow: ellipsis;
  overflow: hidden;
}
section.events div.event h2 a,
section.events div.event p a {
  color: #ffffff;
}
section.events div.event div.info span.location {
  display: flex;
  align-items: center;
  color: #D1E307;
  font-size: 12px;
  font-weight: 700;
}
section.events div.event div.info span.location img {
  margin-right: 5px;
}
section.events div.event div.info span.sectors {
  margin-top: 0.5rem;
  font-size: 10px;
  line-height: 12px;
  display: block;
}

section.events div.event-carousel div.image-event {
  margin: 0;
  width: 100vw;
  height: 629px;
  border-radius: 0px;
}

/* REVISTAS */
section.magazines {
  color: #ffffff;
  background: url(../img/bg-magazines-home.jpg) center center no-repeat;
  background-size: cover;
  font-size: 19px;
}
section.magazines h2 {
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
section.magazines a {
  color: #ffffff;
}
section.magazines a:hover {
  color: #D1E307;
}
section.magazines div.magazines {
  text-align: center;
}
section.magazines div.magazines-carousel {
  max-width: calc(515px + 2rem);
  padding: 0 2rem;
  margin: 0 auto 1.5rem auto;
}
section.magazines div.magazines-carousel .owl-stage-outer {
  padding-top: 0.75rem;
}
section.magazines div.magazines-carousel div.owl-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.magazine {
  background-color: #ffffff;
  padding: 1.5rem 1rem;
  box-shadow: 3.29px 3.29px 1.97px 0px rgba(102,102,102,0.8);
  font-size: 10px;
  gap: 0.75rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  color: #696969;
  text-align: center;
  margin: 0 auto;
  transition: 0.3s;
}
section.magazines div.magazines-carousel div.magazine {
  width: 168px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  gap: 0.5rem;
  padding: 1rem 0.5rem;
}
section.magazines div.magazines-carousel .active div.magazine {
  z-index: 1;
}
section.magazines div.magazines-carousel .center div.magazine {
  transform: translate(-50%, -0.75rem);
  z-index: 2;
  /*margin: 0 -0.75rem;*/
}
section.magazines div.magazines-carousel div.magazine a {
  pointer-events: none;
}
section.magazines div.magazines-carousel .center div.magazine a {
  pointer-events: auto;
}
div.magazine div.text {
  width: 100%;
}
div.magazine strong {
  color: #212121;
  display: block;
}
div.magazine span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*section.magazines div.magazines-carousel .owl-nav.disabled {
  display: block;
}*/
section.magazines div.magazines-carousel .owl-nav .owl-prev {
  left: -1.5rem;
} 
section.magazines div.magazines-carousel .owl-nav .owl-next {
  right: -1.5rem;
}

div.magazines div.box-magazine {
  width: 223px;
  margin: 0 auto 2.5rem auto;
}
div.magazines div.magazine {
  margin-bottom: 1rem;
}
div.magazines div.magazine strong {
  font-size: 16px;
  margin-bottom: 0.25rem;
}

#mobile-search-content {
  display: none;
  margin-bottom: 1.5rem;
}

/**/

section.companies {
  background-color: #D9D9D9;
  padding: 3rem 1.5rem;
}
section.companies div.company {
  width: 100%;
  text-align: center;
  height: 65px;
  line-height: 65px;
}
section.companies div.company img {
  max-height: 100%;
  margin: 0 auto;
  filter: grayscale(100%);
}

.home section.description,
.news section.description {
  background: #F6F6F6 url(../img/bg-about-home.jpg) right center no-repeat;
  background-size: contain;
  color: #3D3D3D;
}
.home section.description span.pretitle {
  text-transform: uppercase;
  color: #A6B200;
  margin-bottom: 1rem;
  display: block;
}
.home section.description div.col-md-6:last-child h2.title {
  font-size: 1.75rem;
}
.home section.description ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: space-between;
  margin: 0 0 1rem 0;
}
.home section.description ul li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc(33.33% - 0.5rem);
  padding: 1rem;
  border: solid 1px #A6B200;
  border-radius: 12px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.home section.description a,
.news section.description a {
  color: #3D3D3D;
  text-decoration: underline;
}
.home section.description a:hover,
.news section.description a:hover {
  color: #A6B200;  
}

/**/

.list_item {
  display: block;
  margin: 0 0 20px 0;
}
.list_item.style1 .list_left {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 50px;
  overflow: hidden;
  text-align: center;
  float: left;
}
.list_item.style1 .list_right {
  padding: 5px 0 0;
  margin-left: 85px;
  word-wrap: break-word;
}
.list_item.style2 .list_left {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 55px;
  overflow: hidden;
  text-align: center;
  margin: 0 0 10px 0;
}
.list_item.style2 .list_right {
  word-wrap: break-word;
  text-align: center;
}
.rrss {
  margin: 15px 0;
  text-align: center;
}

/* LEGALES Y CONTACTO */

div.policy, 
div.contact {
  color: #ffffff;
  background-color: #3D3D3D !important;
  border-bottom: 1px solid #F0F0F0;
}
div.policy div.header, 
div.contact div.header {
  margin-bottom: 1.5rem;
  border-bottom: 4px solid #ffffff;
  position: relative;
}
div.policy div.header:before, 
div.contact div.header:before {
  content: '';
  width: 390px;
  max-width: 40%;
  height: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #D1E307;
}
div.policy div.header h1, 
div.contact div.header h1 {
  color: #D1E307;
  font-weight: 300;
  text-align: left;
}
div.policy article h2, 
div.policy article h3,
div.policy article h4,
div.policy article h5,
div.policy article h6 {
  color: #A8A8A8;
  font-size: 1rem;
  font-family: Inter, sans-serif;
  font-weight: 400;
}
div.policy article h2 {
  font-size: 1.188rem;
}
div.policy article a {
  text-decoration: underline;
}

div.contact article {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #DDE2E5;
  padding: 2.5rem;
  color: #333333;
}

div.contact article h2 {
  color: #696969;
  font-size: 1.75rem;
  font-family: Inter, sans-serif;
  font-weight: 400;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 4px solid #D9D9D9;
  position: relative;
}
div.contact article h2:before {
  content: '';
  width: 280px;
  max-width: 35%;
  height: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #D1E307;
}

form div.form-block {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
form div.form-block input,
form div.form-block select,
form div.form-block textarea {
  width: 100%;
}
form div.conditions {
  margin-bottom: 2rem;
}
form div.conditions div.condition {
  display: block;
  margin-bottom: 1rem;
}
form div.conditions a {
  text-decoration: underline;
  color: #333333;
}
form div.conditions a:hover {
  color: #D1E307;
}
form div.form-submit {
  text-align: center;
}

/**/

div.contact div.info div.contact-block span.icon {
  width: 45px;
  text-align: center;
  margin-right: 15px;
  font-size: 25px;
  display: inline-block;
  float: left;
  color: #D1E307;
}
div.contact div.info div.contact-block div.text {
  overflow: hidden;
  line-height: 22px;
}
div.reply section {
  text-align: center;
  padding: 8rem 0;
  font-size: 22px;
}

/* DIRECTORIOS */


div.products {
  margin: 0 -10px;
}
div.products > div {
  padding: 0 10px;
}

div.product {
  height: 100%;
  color: #696969;
  font-size: 14px;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}
div.directory div.product {
  font-size: 12px;
}
div.product a {
  color: #696969;
}
div.product a:hover {
  color: #D1E307;
}
div.product div.product-image {
  border-radius: 16px;
  /*padding: 1rem;*/
  background-color: #F8FAFC;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 347px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
div.product div.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
div.directory div.product div.product-image {
  height: 287px;
}
div.product:hover div.product-image {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
div.product div.product-details {
  padding: 1rem 0.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
div.product div.product-details h2 {
  margin-bottom: 0.25rem;
  font-size: 1.188rem;
  color: #3D3D3D;
  font-weight: 500;
  height: 55px;
  display: flex;
  align-items: center; 
  overflow: hidden;
}
div.directory div.product div.product-details h2 {
  font-size: 1rem;
  height: 35px;
}
div.product div.product-details h2 span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2; 
  text-overflow: ellipsis;
  overflow: hidden;
}
div.product div.product-details h2 a {
  color: #3D3D3D;
}
div.product div.product-details h2 a:hover {
  color: #D1E307;
}
div.product div.product-details p.description {
  color: #3D3D3D;
  font-size: 14px;
}
div.directory div.product div.product-details p.description {
  font-size: 12px;
}
div.product div.product-details div.details {
  margin-bottom: 1rem;
}
div.product div.product-details div.info {
  margin-top: auto;
}
div.product div.product-details div.info > div {
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
div.product div.product-details div.info > div i {
  min-width: 16px;
  text-align: center;
  display: inline-block;
  margin-right: 6px;
}
div.product div.product-details div.info > div i.fa-star {
  color: #FBBF24;
}

div.company {
  flex-direction: row;
}
div.company > a {
  width: 100%;
  max-width: 300px;
}
div.company div.product-image {
  height: 184px;
}
div.company div.product-details {
  padding: 0.5rem 1rem;
  width: 100%;
}
div.company div.product-details h2 {
  height: auto;
}
div.company div.product-details div.details {
  color: #A6B200;
}

div.directory div.info-title {
  display: flex;
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
div.directory div.info-title > div {
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
}
div.directory div.info-title > div i {
  font-size: 20px;
  background: #A6B200;
  background: linear-gradient(to top, #A6B200 0%, #C3D100 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 5px;
}

div.directory div.detail {
  box-shadow: 0px 3.03px 3.03px 0px rgba(0, 0, 0, 0.25);
  background: #F5F5F5;
  border-radius: 8px;
  margin-bottom: 1.25rem;
}
div.directory div.detail label {
  display: block;
  padding: 10px 12px;
  border-bottom: 1px solid #A6B200;
  font-weight: 500;
  font-size: 12px;
}
div.directory div.detail span {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
}

section.related-products div.content {
  border-top: 1px solid #E5E7EB;
  padding-top: 2rem;
}
section.related-products span.tag {
  position: absolute;
  left: 0;
  top: 1rem;
  background: linear-gradient(0deg, #A6B200 0%, #C3D100 98.79%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 8px;
  border-radius: 0px 12px 12px 0px;
  line-height: 1.2;
}
div.models section.related-products div.content {
  border-top: 0;
  padding-top: 0;
}

div.blocks.description {
  color: #333333;
}
div.blocks.description h2 {
  background: #A6B200;
  background: linear-gradient(to top, #A6B200 0%, #C3D100 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
div.blocks.description a {
  color: #333333;
  text-decoration: underline;
}
div.blocks.description a:hover {
  color: #A6B200;  
}

/* NOTICIAS */

div.share {
  margin-bottom: 1.5rem;
}
div.share div > div {
  display: inline-block;
  height: 34px !important;
  line-height: 34px !important;
  position: relative;
  vertical-align: middle !important;
  width: 34px !important;
  background: #ffffff !important;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
  border-radius: 50% !important;
  padding: 0 !important;
}
div.share div > div img {
  display: none !important;
}
div.share div > div:before {
  content: '';
  color: #C3D100;
  font-size: 18px;
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
}
div.share div > div[data-network='facebook']:before {
  content: "\f09a";
}
div.share div > div[data-network='twitter']:before {
  content: "\e61b";
}
div.share div > div[data-network='whatsapp']:before {
  content: "\f232";
}
div.share div > div[data-network='linkedin']:before {
  content: "\f08c";
}
div.share div > div[data-network='copy']:before {
  content: "\f0c5";
  font-family: "Font Awesome 6 Free";
}

div.posts {
  display: flex;
  flex-wrap: wrap;
}

article.post {
  height: 100%;
  font-size: 14px;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}
article.post div.post-image {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 150px;
  position: relative;
}
article.post div.post-image span.featured-new {
  top: inherit;
  bottom: 1rem;
  right: inherit;
  left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.news article.post div.post-image {
  height: 240px;
}
article.post div.post-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
article.post div.post-details {
  padding: 1rem 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #333333;
}
article.post div.post-details h2 {
  margin-bottom: 0.75rem;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
  line-height: 1.4;
}
article.post div.post-details h2 span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
article.post div.post-details h2 a {
  color: #212121;  
}
article.post div.post-details h2 a:hover,
article.post div.post-details div.post-link a:hover {
  color: #D1E307;
}
article.post div.post-details p {
  margin-bottom: 0.5rem;
}
article.post div.post-details div.post-metadates {
  color: #A6B200;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
article.post div.post-details span.post-category {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 2px 10px;
  border-radius: 16px;
  display: inline-block;
  background-color: #212121;
  color: #ffffff;
}
article.post div.post-details a.post-category {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 2px 10px;
  border-radius: 16px;
  display: inline-block;
  background-color: rgba(195, 209, 0, 0.25);
  color: #3D3D3D;
}
article.post div.post-details div.post-info {
  margin-top: auto;
}
article.post div.post-details div.post-link {
  text-align: right;
}
article.post div.post-details div.post-link a {
  color: #696969;
  font-size: 14px;
  font-weight: 600;
}

div.post {
  color: #212121;
}
div.post blockquote,
div.post blockquote * {
  font-size: 1.25rem;
}
div.post blockquote {
  padding-left: 1rem;
  border-left: 2px solid #A6B200;
}
div.post img {
  border-radius: 20px;
}

.features-posts article.post {
  height: auto;
}
.features-posts article.featured {
  padding-bottom: 2rem;
}
.features-posts article.featured div.image-new {
  width: 100%;
  height: 476px;
  max-height: 50vw;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.features-posts article.featured div.image-new span.featured-new {
  right: inherit;
  left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.features-posts article.featured div.image-new img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.features-posts article.featured div.post-details {
  margin-left: auto;
  margin-top: -20%;
  padding: 4rem 4rem 2rem 4rem;
  width: 95%;
  max-width: 860px;
  background: #ffffff;
  position: relative;
  border-top-left-radius: 20px;
}
.features-posts article.featured div.post-details h2 {
  font-size: 2.25rem;
  height: 110px;
  line-height: 1.2;
}
.features-posts article.featured-min div.post-details h2 {
  font-size: 1.5rem;
  height: 80px;
}
.features-posts article.featured-row {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.features-posts article.featured-row:last-child {
  padding: 0;
}
.features-posts article.featured-row > a {
  max-width: 45%;
  margin-right: 1rem;
  flex: 200px 0 0;
}
.features-posts article.featured-row div.post-image {
  height: 200px;
}
.features-posts article.featured-row div.post-details {
  padding: 0;
}

.most-read-news {
  padding: 24px;
  background: #F7F7F7;
  border-radius: 20px;
  margin-bottom: 2.5rem;
}
.most-read-news div.title {
  font-size: 1.75rem;
  margin-bottom: 2.5rem;
  line-height: 1.1;
  font-weight: 700;
  color: #3D3D3D;
}
.most-read-news .posts > div:first-child {
  width: 100% !important;
}
.most-read-news .posts > div:first-child article.post div.post-image {
  height: 240px;
}
.most-read-news .posts > div:first-child article.post h2 {
  font-size: 1.5rem;
  height: 60px;
  line-height: 1.1;
}

.image-principal {
  margin-bottom: 1.75rem;
}
.image-principal > div {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}
.image-principal > div img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.image-principal figcaption {
  font-size: 14px;
  padding-left: 10px;
  border-left: 2px solid #212121;
  margin-top: 0.75rem;
}

.filter h1 {
  font-size: 1.18rem;
}
.most-read-news div.title span,
.filter h1 span {
  text-transform: lowercase;
}

/* FERIAS */

div.fair {
  justify-content: center;
}
div.fair div.product-image {
  padding: 0;
}
div.fair div.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
div.fair div.product-details {
  justify-content: center;
  width: 100%;
}
div.fair div.product-details h2 {
  margin-bottom: 0.75rem;
}
div.fair div.product-details p.description {
  margin: 0;
}
div.fair div.product-details div.details {
  color: #3D3D3D;
}
div.fair div.product-details div.details div.info {
  align-items: center;
  display: flex;
  margin: 0 0 0.75rem 0;
  font-size: 12px;
  font-weight: 700;
}
div.fair div.product-details div.details div.info span.date {
  border-radius: 9px;
  background-color: #3D3D3D;
  color: #ffffff;
  padding: 5px 10px;
  display: inline-block;
}
div.fair div.product-details div.details div.info span.location {
  margin-left: 8px;
  color: #212121;
}
div.fair div.product-details div.details div.sections {
  font-size: 12px;
}
div.fair div.product-details div.details div.sections label {
  font-weight: 700;
}

/* DISTRIBUCION AUTOMATICA */

.distribution {
  background: url(../img/bg-tag-directorio.jpg) center center no-repeat;
  background-size: cover;
}
.distribution div.content {
  background: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
  border-radius: 16px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}


/* INTERNAS */

section div.header {
  text-align: center;
  font-size: 1.188rem;
  color: #333333;
}
section.info {
  padding-bottom: 3.5rem;
}
section.info div.header.subpage h1,
section.info div.header div.claimtitle {
  background: #A6B200;
  background: linear-gradient(to top, #A6B200 0%, #C3D100 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.info div.header div.claimtitle {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
section.info div.header a.button {
  background: linear-gradient(0deg, #A6B200 0%, #C3D100 98.79%);
  color: #ffffff !important;
  border: 0 !important;
  padding: 12px 24px !important;
  border-radius: 20px !important;
  font-size: 1.188rem !important;
}

section.title h1,
section.title .h1 {
  font-weight: 500;
  font-size: 2.25rem;
}
section.title {
  padding-bottom: 0;
}

section.principal {
  overflow: hidden;
}

span.title-advertising {
  font-size: 2.25rem;
  line-height: 1.1;
  margin: 0 0 1.5rem;
  font-weight: 700;
  color: #3D3D3D;
  display: block;
}

.image-carousel-content {
  width: 100%;
  display: block;
  position: relative;
  padding-left: 135px;
}

.tag {
  position: absolute;
  top: 1rem;
  left: calc(135px + 1rem);
  z-index: 9;
}
.tag.date {
  display: inline-block;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  background-color: #3D3D3D;
  color: #ffffff;
}

.image-carousel {
  width: calc(100% - 135px);
}
.image-carousel .owl-item,
div.image {
  width: 100% !important;
  height: 584px;
  max-height: 50vw;
  min-height: 280px;
  background-color: #F7F7F7;
  border-radius: 14px;
  overflow: hidden;
}
.image-carousel .owl-item img,
div.image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.fairs .image-carousel .owl-item img,
.fairs div.image img {
  object-fit: cover;
}
/*.image-carousel .owl-item img {
  width: calc(100% - 5px) !important;  
}*/
.image-carousel .owl-controls .owl-dot {
  background-size: cover;
  margin-top: 10px;
}
.image-carousel .owl-dots {
  position: absolute;
  top: 0;
  left: -135px;
  width: 120px;
  height: calc(100% + 15px);
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  margin: 0 0 -15px 0;
}
.image-carousel .owl-dot {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    margin: 0 0 15px 0 !important;
    max-height: calc(25% - 15px);
}
.image-carousel .owl-dot {
    background-size: cover !important;
}

.sep {
  padding: 2rem 0;
  background-color: #696969;
  color: #ffffff;
  text-align: center;
  font-size: 1.75rem;
}

div.row-filter {
  display: flex;
  flex-wrap: nowrap;
}
div.row-filter aside {
  min-width: 278px;
}
div.row-filter section {
  width: 100%;
}

.filter__mobile-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #212121;
  opacity: 0.4;
}
div.filter div.title-filter-mobile {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #111827;
}
div.filter span.close-filter-mobile {
  position: fixed;
  left: -24px;
  cursor: pointer;
  margin-top: calc(-32px + 1rem);
  transition: left .3s;
}
div.filter .active span.close-filter-mobile {
  left: 262px;
}
div.filter span.close-filter-mobile,
div.filter div.button-filter-mobile,
div.filter div.title-filter-mobile {
  display: none;
}


div.filter .search-form {
  position: relative;
  margin-bottom: 1.5rem;
}
div.filter .search-form input.txt {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 0;
  background-color: #F0F0F0;
  padding: 5px 8px 5px 43px;
  border-radius: 40px;
}
div.filter .search-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: 29px;
  height: 30px;
  line-height: 30px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: #C3D100;
  font-size: 14px;
}
div.block-filter {
  margin-bottom: 1.5rem;
  padding-bottom: calc(1.5rem - 15px);
  border-bottom: 1px solid #E5E7EB;
  color: #333333;
}
div.block-filter span.title-filter {
  margin-bottom: 1.5rem;
  display: block;
  font-weight: 700;
  font-size: 1.188rem;
  color: #111827;
}
div.block-filter div.form-block {
  margin-bottom: 15px;
  padding-top: 1px;
}
div.block-filter .custom-checkbox {
  margin-top: -1px;
}
div.block-filter .checkbox-label {
  line-height: 1.2;
  font-size: 14px;
}

div.block-filter-select {
  margin-bottom: 1rem;
}
div.block-filter-select label {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
div.block-filter-select select {
  width: 100%;
}

section.description {
  color: #333333;
}

section.submenu {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/bg-section-submenu.jpg) center center no-repeat;
  background-size: cover;
  padding: 1rem 0;
}
.news section.submenu {
  background: url(../img/bg-news-submenu.jpg) center center no-repeat;
  background-size: cover;
}
section.submenu div.content {
  width: 100%;
}
section.submenu ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
section.submenu ul li {
  margin: 0;
  padding: 0;
}
section.submenu ul li a {
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  color: #3D3D3D;
  font-weight: 500;
  font-size: 1.188rem;
  border: 1px solid transparent;
  transition: .3s;
  text-align: center;
  min-width: 200px;
}
section.submenu ul li a:hover,
section.submenu ul li.current a {
  border-color: #ffffff;
  background: rgba(209, 227, 7, 0.6);
  color: #ffffff;
}

div.newsletter {
  padding: 2rem 1.5rem;
  background: url(../img/bg-newsletter.jpg) center center no-repeat;
  background-size: cover;
}
div.models div.newsletter {
  background: linear-gradient(0deg, #A6B200 0%, #C3D100 98.79%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
div.newsletter div.content {
  background-color: #ffffff;
  padding: 2rem 2rem;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
}
div.newsletter div.title-newsletter {
  font-size: 1.8rem;
  font-weight: 700;
  background: #A6B200;
  background: linear-gradient(to top, #A6B200 0%, #C3D100 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
div.newsletter p {
  font-size: 1.2rem;
  /*max-width: 600px;*/
  line-height: 1.2;
}
div.newsletter p.message {
  font-size: 1rem;
  margin: 5px 0 0 0;
}
div.newsletter p.message-error {
  color: #c0392b;
  position: absolute;
  top: 100%;
  left: 0;
}
div.newsletter div.form-block label.error {
  position: absolute;
  top: 100%;
  left: 0;
}
div.newsletter form div.form-block {
  position: relative;
  background: linear-gradient(to top, #A6B200 0%, #C3D100 100%);
  padding: 1px;
  border-radius: 20px;
  overflow: visible;
  margin-bottom: 2rem;
}
div.newsletter form div.form-block input.txt {
  width: 100%;
  border: 0;
  border-radius: 20px;
}
div.newsletter form div.form-block input.button {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 14px 30px;
  width: auto;
  height: 100%;  
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: linear-gradient(0deg, #A6B200 0%, #C3D100 100%);
  color: #ffffff !important;
  font-weight: 700;
  border: 0;
}

div.newsletter div.image-newsletter {
  margin-left: 1rem;
  max-width: 260px;
  width: 100%;
}
div.newsletter div.image-newsletter img {
  width: 100% !important;
  height: auto !important;
}

div.claim-register {
  color: #ffffff;
  background: #A6B200;
  background-image: url('../img/claim-hv.png');
  background-image: url('../img/claim-hv.png'), linear-gradient(0deg, #A6B200 0%, #C3D100 98.79%);
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 2rem 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 305px;
}
div.claim-register div.content {
  max-width: 865px;
  text-align: center;
}
div.claim-register div.title {
  text-transform: uppercase;
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
}

.distribution .tabs-container {
  display: flex;
  position: relative;
  overflow: hidden;
}
.distribution .tabs-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #D9D9D9;
  border-radius: 16px;
}
.tabs {
  display: flex;
  position: relative;
  color: #3D3D3D;
  z-index: 2;
  background-color: #ffffff;
}
.distribution .tabs-height {
  height: 980px;
}
.distribution .tabs {
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 0;
  width: 345px;
  height: 100%;
  padding: 1rem 0;
  background-color: transparent;
}
.tab,
.tab-header-mobile {
  flex: 1;
  text-align: center;
  padding: 8px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.distribution .tab,
.distribution .tab-header-mobile {
  padding: 0.5rem 0 0.5rem 1.5rem;
  text-align: left;
  flex: 0;
}
.tab.active,
.tab-header-mobile.active {
  font-weight: 500;
}
.distribution .tab.active,
.distribution .tab-header-mobile.active {
  font-weight: 700;
}
.distribution .tab-header-mobile {
  display: none;
  margin-bottom: 1.5rem;
}
.distribution .tab-header-mobile h2 {
  margin: 0;
  font-size: 1.5rem;
  color: #696969;
}
.distribution .tab-header-mobile.active h2 {
  color: #333333;
}
.tab:before,
.tab-header-mobile:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: transparent;
  z-index: 2;
  transition: width 0.3s ease, background 0.3s ease, left 0.3s ease;
}
.distribution .tab:before,
.distribution .tab-header-mobile:before {
  bottom: inherit;
  top: 50%;
  left: 0;
  width: 6px;
  height: 0;
  transition: height 0.3s ease, background 0.3s ease, top 0.3s ease;
}
.tab.active:before,
.tab-header-mobile.active:before {
  background: linear-gradient(0deg, #A6B200 0%, #C3D100 100%);
  width: 100%;
  left: 0;
}
.distribution .tab.active:before,
.distribution .tab-header-mobile.active:before {
  width: 6px;
  height: 100%;
  top: 0;
}
.tab-content {
  width: 100%;
  color: #3D3D3D;
  position: relative;
}
.distribution .tab-content {
  border-left: 1px solid #A6B200;
  padding-left: 1.5rem;
  margin-left: 1.5rem;
  height: auto !important;
}
.tab-section {
  padding: 1.5rem 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
.distribution .tab-section {
  position: inherit;
  top: inherit;
  left: inherit;
  right: inherit;
  display: none;
  transform: translateX(10px);
}
.tab-section.active {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
  pointer-events: auto;
}
.distribution .tab-section.active {
  display: block;
  transform: translateX(0);
}

.tab-content .title {
  color: #A6B200;
}

.tab-section p a {
  color: #A6B200;
  text-decoration: underline;
}
.tab-section p a:hover {
  text-decoration: underline;
}

.tab-section p img {
  max-width: 336px;
  border-radius: 12px;
  margin: 0 1.5rem 1.5rem 1.5rem;
}

div.panel-text {
  border: 1px solid #A6B200;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}
div.panel-text-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}
div.panel-text-header * {
  font-size: 1.188rem;
  background: #A6B200;
  background: linear-gradient(to top, #A6B200 0%, #C3D100 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
div.panel-text-header i {
  font-size: 16px;
  transition: .3s;
}
div.panel-text-header i.active {
  transform: rotate(-180deg);
}
div.panel-text-body {
  display: none;
  padding: 0 24px 24px 24px;
  color: #333333;
}
div.panel-text-body p:last-child {
  margin: 0;
}
div.panel-text-body h3,
div.panel-text-body h4,
div.panel-text-body h5,
div.panel-text-body h6 {
  font-size: 1rem;
}
div.panel-text-body p a {
  text-decoration: underline;
  color: #333333 !important;
}


div.pagination {
  margin: 0;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

div.pagination ul {
  margin: 0;
  padding: 0;
  width: auto;
  display: inline-block;
}
div.pagination ul li {
  float: left;
  font-size: 14px;
  height: 32px;
  list-style: none;
  margin: 0 4px;
  padding: 0;
  text-align: center;
  width: 32px;
  line-height: 32px;
  border-radius: 4px;
  transition: .3s;
}
div.pagination ul li a {
  display: inline-block;
  width: 100%; 
  height: 100%;
  color: #333333;
}
div.pagination ul li:hover {
  background-color: #f1f1f1;
  color: #333333;
}
div.pagination ul li.current {
  background: linear-gradient(0deg, #A6B200 0%, #C3D100 98.79%);
  color: #ffffff;
}

/* PAGINAS */

div.page1 {
  background: url(../img/bg-pag1.jpg) center center no-repeat;
  background-size: cover;
  color: #ffffff;
}
div.page1 section {
  border-top: 2px solid #ffffff;
}
div.page1 * {
  color: #ffffff;
}
div.page1 div.panel-text {
  transition: .3s;
  border: 1px solid #ffffff;
}
div.page1 div.panel-text.active {
  background-color: #FFFFFF;
  border: 1px solid #6ECD8A;
}
div.page1 div.panel-text-header * {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  background: transparent;
}
div.page1 div.panel-text.active div.panel-text-header * {
  color: #6ECD8A;
  -webkit-text-fill-color: #6ECD8A;
}
div.page1 div.panel-text div.panel-text-body * {
  color: #333333 !important;
  transition: .3s;
}
div.page1 a.button {
  color: #ffffff !important;
  background-color: #6ECD8A !important;
  border: 1px solid #6ECD8A !important;
}

div.page2 {
  color: #282F70;
}
div.page2 section {
  border-top: 2px solid #4BB8EF;
}
div.page2 * {
  color: #282F70;
}
div.page2 div.panel-text {
  transition: .3s;
  border: 1px solid #4BB8EF;
}
div.page2 div.panel-text-header * {
  color: #4BB8EF;
  -webkit-text-fill-color: #4BB8EF;
  background: transparent;
}
div.page2 div.panel-text div.panel-text-body * {
  color: #282F70 !important;
  transition: .3s;
}
div.page2 a.button {
  color: #ffffff !important;
  background-color: #282F70 !important;
  border: 1px solid #282F70 !important;
}

div.page3 {
  color: #212121;
}
div.page3 section {
  border-top: 2px solid #1D88A3;
}
div.page3 h1 {
  color: #1D88A3;
}
div.page3 * {
  color: #212121;
}
div.page3 div.panel-text {
  transition: .3s;
  border: 1px solid #59AC9B;
}
div.page3 div.panel-text.active {
  background-color: #59AC9B;
}
div.page3 div.panel-text-header * {
  color: #59AC9B;
  -webkit-text-fill-color: #59AC9B;
  background: transparent;
}
div.page3 div.panel-text.active div.panel-text-header * {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
div.page3 div.panel-text div.panel-text-body * {
  color: #ffffff !important;
  transition: .3s;
}
div.page3 a.button {
  color: #ffffff !important;
  background-color: #1D88A3 !important;
  border: 1px solid #1D88A3 !important;
}

/**/



iframe {
  max-width: 100%;
}


/* REGISTRO */

div#wrapper.register {
  background: url(../img/bg-login.jpg) no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  margin-top: 0;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register .content-register {
  background-color: rgba(255, 255, 255, 0.97);
  border-radius: 40px;
  margin: 0 auto;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 4rem;
  width: 100%;
  max-width: 1180px;
  text-align: center;
}
.register .logo {
  margin-bottom: 1.5rem;
}
.register h1 {
  font-size: 1.87rem;
  font-weight: 500;
  color: #696969;
}

.tab-register {
  max-width: 455px;
  border-radius: 100px;
  background-color: #F0F0F0;
  padding: 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-register a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  height: 40px;
  line-height: 40px;
  padding: 8px;
  color: #3D3D3D;
  border-radius: 100px;
  transition: .3s;
  background: transparent;
}
.tab-register a.active {
  color: #ffffff;
  background: linear-gradient(0deg, #A6B200 0%, #C3D100 98.79%);
}

.register form label.control-label {
  text-align: left;
  display: block;
  margin-bottom: 12px;
  color: #333333;
}
.register form .form-group {
  position: relative;
  margin-bottom: 0;
}
.register form .has-feedback-left .txt {
  padding-right: 12px;
  padding-left: 56px;
}
.register form .form-control-feedback {
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  padding-left: 12px;
}
.register form .has-feedback-left .form-control-feedback {
  right: auto;
  left: 0;
}
.register input.txt, .register select.txt, .register textarea.txt {
  background-color: transparent;
  border: 1px solid #D9D9D9;
  height: 58px;
  line-height: 58px;
  width: 100%;
}
.register textarea.txt {
  min-height: 115px;
  line-height: 1.4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.showpass {
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.showpass.fa-eye:before {
  content: '';
  background: url(../img/fi_eye.png) no-repeat center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.showpass.fa-eye-slash:before {
  content: '';
  background: url(../img/fi_eye-off.png) no-repeat center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  display: inline-block;
}


.register form .form-control-feedback i {
  font-size: 24px;
  top: initial;
  width: 24px;
  height: 24px;
}
.register form .form-control-feedback i:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
}
.register .icon-user:before {
  background: url(../img/user.png) no-repeat center center;
  background-size: 100% auto;
}
.register .icon-lock2:before {
  background: url(../img/password.png) no-repeat center center;
  background-size: 100% auto;
}
.register .icon-envelope:before {
  background: url(../img/email.png) no-repeat center center;
  background-size: 100% auto;
}
.register .icon-group:before {
  background: url(../img/group.png) no-repeat center center;
  background-size: 100% auto;
}
.register .icon-location:before {
  background: url(../img/location.png) no-repeat center center;
  background-size: 100% auto;
}
.register .icon-url:before {
  background: url(../img/url.png) no-repeat center center;
  background-size: 100% auto;
}

.register form div.conditions {
  color: #333333;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.register form div.conditions .checkbox-container {
  text-align: left;
}
.register form div.submit .button {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  max-width: 455px;
  background: linear-gradient(0deg, #A6B200 0%, #C3D100 98.79%) !important;
  color: #ffffff !important;
  border: 0 !important;
  padding: 12px 20px;
}
.register form div.submit .button:hover {
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}

.register .error {
  margin-bottom: 1.5rem;
  display: block;
}

.progress-register {
  width: 100%;
  height: 40px;
  margin-bottom: 1.5rem;
}
.progress-content {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  position: relative;
}
.progress-content .progress {
  width: 100%;
  height: 6px;
  border-radius: 20px;
  background: #D9D9D9;
  margin: 0;
  overflow: visible;
  display: flex;
  align-items: center;
  box-shadow: none;
}
.progress-content .progress .progress-bar {
  width: 25%;
  height: 8px;
  background: #D1E307;
  border-radius: 20px;
  box-shadow: none;
}
.progress-content .steps {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  display: inline-block;
}
.progress-content .steps > span {
  color: #D1E307;
}

.back {
  display: inline-block;
  margin-top: 1.5rem;
  color: #C3D100;
}


/* PUBLI */

div.content-advertising {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
div.content-advertising img {
  width: 100%;
}

/* FOOTER */

footer {
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: #3D3D3D;
  color: #D9D9D9;
}
footer div.footer-top {
  padding: 4rem 0 2rem 0;
  border-bottom: 1px solid #F0F0F0;
  font-size: 16px;
}
footer div.logo-footer {
  text-align: center;
  padding-bottom: 4rem;
}
footer div.text img {
  margin: 0 0 1.5rem 0;
}
footer div.title-footer {
  margin-bottom: 1.5rem;
  font-size: 19px;
  text-transform: uppercase;
}

footer div.social {
  display: inline-block;
  width: 100%;
  text-align: center;
  display: none;
  margin-bottom: 1.5rem;
}
footer div.social ul {
  gap: 1rem;
}


/*footer .ue {
  margin: 25px -5px 0 -5px;
  font-size: 14px;
}
footer .ue .col {
  padding: 0 5px;
}*/

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  margin: 0 0 1rem 0;
  font-size: 16px;
}
footer ul li a {
  color: #D9D9D9;
  text-decoration: underline !important;
}
footer ul li.current a {
  color: #D1E307;
} 

footer div.footer-bottom {
  padding: 1.5rem 0;
  text-align: center;
  font-size: 14px;
}
footer div.footer-bottom p {
  margin: 0;
}

.grecaptcha-badge {
  display: none !important;
}

div.banner-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #f1f1f1;
}

div.euCookiesPolicy {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 350px;
  padding: 15px;
  background-color: #000;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.8;
  display: none;
}
div.euCookiesPolicy span {
  float: left;
  width: auto;
  padding: 5px;
}
div.euCookiesPolicy span a {
  color: #D1E307;
}
div.euCookiesPolicy span.btn {
  float: right;
}
div.euCookiesPolicy span.btn a {
  background-color: #D1E307;
  color: #fff;
  display: inline-block;
  padding: 3px 7px;
  transition: all 0.4s ease-in-out 0s;
  -webkit-border-radius: 2px;
  -moz-border-rad.buttonius: 2px;
  border-radius: 2px;
}
div.euCookiesPolicy span.btn a:hover {
  text-decoration: none;
  background-color: #a41816;
}

/****/

.close-banner-footer {
  float: right;
  top: -115px;
  position: relative;
}
.fancybox-lock .fancybox-overlay {
  z-index: 99999;
}

section article p img {
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}
section article p a {
  color: #D1E307 !important;
}
input.required,
textarea.required,
select.required {
  border: 1px solid red !important;
}
div.required {
  color: red !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #222 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  color: #D1E307 !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #D1E307 !important;
  background: #D1E307 url(images/ui-bg_highlight-soft_25_294072_1x100.png) 50%
    50% repeat-x !important;
  color: #fff !important;
}
.ui-accordion .ui-accordion-content {
  height: auto !important;
}
.mobile{
  display: none;
}