/*
    /////////////////////////////////////////////////////////
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

    ------------------------
    GLOBAL LAYOUT
    ------------------------

    1 SCROLL INDICATOR
    2 HEADER
    3 FOOTER
    4 MAIN MENU
    5 FIXED BAR
    6 SCROLLABLE MENU

     ------- FONTS ---------
	.Futura-Lig {
		font-family: 'Futura-Lig';
		font-weight: normal;
		font-style: normal;
	}
	.HelveticaNeueLTStd-Lt {
		font-family: 'HelveticaNeueLTStd-Lt';
		font-weight: normal;
		font-style: normal;
	}
	.HelveticaNeueLTStd-Roman {
		font-family: 'HelveticaNeueLTStd-Roman';
		font-weight: normal;
		font-style: normal;

	.HelveticaNeueLTStd-Bd {
		font-family: 'HelveticaNeueLTStd-Bd';
		font-weight: normal;
		font-style: normal;
	}

	-------- COLORS --------
	CYAN: #CCFFFF
	AZUL: #003DC4
	ROJO: #FF4712

*/


/* 1. SCROLL INDICATOR
----------------------*/

.progress-container {
    width: 100%;
    height: 4px;
    background: #ccc;
    position: fixed;
    top: 0;
    z-index: 999;
}

.progress-bar {
    height: 4px;
    background: #003dc4;
    width: 0;
}


/* 2 HEADER
-----------*/

header.header {
    width: 100%;
	position: fixed;
    z-index: 99;
    height: auto;
    background: transparent;
    transition: all .3s ease-in;
}

body.path-webform header.header,
body.page-node-type-static-page header.header,
body.path-search header.header {
    background: #fff;
    transition: all .2s ease-in;
    height: 70px;
	box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.12);
	top:0;
}

header.header.scrolled {
    background: #fff;
    transition: all .2s ease-in;
    height: 70px;
	box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.12);
}

.view-headers {
    height:auto !important;
	/*background-color: #BFBFBF;*/
}

.view-headers img {
    width: 100%;
    height:auto;
}

/* Logo */
header.header .site-logo {
    text-align: center;
    padding-top: 15px;
}

header.header .site-logo img {
    width: 200px;
    height: auto;
}

body.path-webform header.header .site-logo img,
body.page-node-type-static-page header.header .site-logo img,
body.path-search header.header .site-logo img {
    width: auto;
    height: 40px;
}

header.header.scrolled .site-logo img {
    width: auto;
    height: 40px;
}

/* Search form */
header.header .search-button {
    position: absolute;
    right: 120px;
    top: 18px;
    background: url(../../images/lupa-white.png) no-repeat;
    width: 25px;
    height: 25px;
}

body.path-webform header.header .search-button,
body.path-search header.header .search-button,
body.page-node-type-static-page header.header .search-button {
    background: url(../../images/lupa-black.png) no-repeat;
}

header.header.scrolled .search-button {
    background: url(../../images/lupa-black.png) no-repeat;
}

header.header.scrolled.with-search {
    top: 0;
}

header.header .search-button:hover {
    cursor: pointer;
}

section.search-section .block-search-form-block {
    background: #fff;
    padding: 1.5% 2% 1.5% 50px;
    display: none;
	position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
}

body.toolbar-tray-open section.search-section .block-search-form-block {
    top: 79px;
}

section.search-section .block-search-form-block form .js-form-type-search .control-label {
    position: relative;
    width: auto;
    height: auto;
    font-weight: normal;
    font-size: 1vw;
    padding-left: 4px;
}

section.search-section .block-search-form-block form .js-form-type-search .input-group {
    width: 98%;
}

section.search-section .block-search-form-block form .js-form-type-search .input-group input.form-control {
    border: none;
    box-shadow: none;
    padding: 0;
    font-size: 3.5vw;
    height: auto;
    font-family: 'Futura-Lig';
    line-height: 1;
}

section.search-section .block-search-form-block form .js-form-type-search .input-group input.form-control::placeholder {
    color: #003DC4;
}

section.search-section .block-search-form-block form .js-form-type-search .input-group input.form-control:-ms-input-placeholder {
    color: #003DC4;
}

section.search-section .block-search-form-block form .js-form-type-search .input-group input.form-control::-ms-input-placeholder {
    color: #003DC4;
}

section.search-section .block-search-form-block form .js-form-type-search .input-group .js-form-submit {
    color: transparent;
    border: none;
    margin: 0;
    width: 40px;
    background: transparent;
}

section.search-section .block-search-form-block form .js-form-type-search .input-group .js-form-submit:hover {
    background: transparent;
}

section.search-section .block-search-form-block form .js-form-type-search .input-group .js-form-submit:after {
    content: "";
    background: url(../../images/lupa.png) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

header.header .col-lg-4.text-right{
    top: 10px;
    position: absolute;
    right: 0;
}

header.header .block-language-blocklanguage-interface {
    display: inline-block;
}

/* Language switcher */
header.header .block-language-blocklanguage-interface {
    position: absolute;
    right: 60px;
    top: 13px;
    font-size: 20px;
	padding-top: 2px;
    text-transform: uppercase;
	width: 35px;
	width: 45px;
    padding: 2px 0 0 0;
}

header.header.scrolled .block-language-blocklanguage-interface {
    top: 9px;
}

header.header .block-language-blocklanguage-interface a {
    font-family: 'Futura-Lig';
    font-weight: bold;
    color: #fff;
    text-decoration:none;
    cursor: pointer;
}

header.header .block-language-blocklanguage-interface a#language-dropdown {
	/* border-bottom: 1px solid; */
    cursor: pointer;
    display: inline-block;
	line-height: 1.1;
}

header.header .block-language-blocklanguage-interface a#language-dropdown:after {
	content: "↓";
    display: inline-block;
    font-size: 20px;
    position: relative;
    right: 3px;
}

header.header .block-language-blocklanguage-interface a#language-dropdown  .idioma {
	border-bottom: 1px solid;
}

/*header.header .block-language-blocklanguage-interface .dropdown:after {
	content: "↓";
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    position: relative;
    top: -2px;
}*/

header.header.scrolled .block-language-blocklanguage-interface .dropdown:after {
    color: #000;
}

body.path-webform header.header .block-language-blocklanguage-interface .dropdown:after,
body.page-node-type-static-page header.header .block-language-blocklanguage-interface .dropdown:after,
body.path-search header.header .block-language-blocklanguage-interface .dropdown:after {
    color: #000;
}

header.header .block-language-blocklanguage-interface a:hover i {
    color: #64bb5d;
}

header.header .block-language-blocklanguage-interface a:hover:before {
    -webkit-animation: spinAround 2s linear infinite;
    -moz-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite;
}

body.path-webform header.header .block-language-blocklanguage-interface a,
body.page-node-type-static-page header.header .block-language-blocklanguage-interface a,
body.path-search header.header .block-language-blocklanguage-interface a {
    color: #000;
    text-decoration: none;
}

header.header.scrolled .block-language-blocklanguage-interface a {
    color: #000;
	text-decoration: none;
}

header.header .block-language-blocklanguage-interface a:hover {
    cursor: pointer;
}

header.header .block-language-blocklanguage-interface ul.dropdown-menu {
    left: auto;
    right: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    text-align: right;
    padding: 0;
	transition: opacity .35s, visibility .35s, height .35s;
	padding-top: 15px;
}

header.header.scrolled .block-language-blocklanguage-interface ul.dropdown-menu {
    min-width: 80px;
    background: #fff;
    padding: 10px;
	margin-right: -10px;
	border-radius: 0;
	padding-top: 20px;
	transition:  all .35s ease;
}

header.header .block-language-blocklanguage-interface ul.dropdown-menu li a {
    padding-right: 0;
	font-weight: normal;
	display: inline-block;
}

header.header .block-language-blocklanguage-interface ul.dropdown-menu li a:hover,
header.header .block-language-blocklanguage-interface ul.dropdown-menu li a:focus,
header.header .block-language-blocklanguage-interface ul.dropdown-menu li a:active  {
    background: transparent;
}


header.header .block-language-blocklanguage-interface ul.dropdown-menu li a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #FFF;
    transition: width .3s;
}

header.header .block-language-blocklanguage-interface ul.dropdown-menu li a:hover::after {
    width: 100%;
    transition: width .3s;
}


/* 3. FOOTER
------------*/

footer.footer {
    background: #f3f3f3;
    margin-top: 5px;
    padding-top: 35px;
    padding-bottom: 36px;
    margin-left: 10px;
    margin-right: 10px;
    border-top: 0;
}

footer.footer .footer-bottom {
    border-top: 1px solid #989898;
}

footer.footer .footer-bottom #block-direcciondelfooter{
    font-family: 'HelveticaNeueLTStd-Lt';
    padding-top: 45px;
    color: #808080;
    font-size: 14px;
    padding-bottom: 40px;
}

footer.footer .footer-bottom #block-direcciondelfooter a {
    color: #808080;
}

footer.footer .footer-bottom #block-direcciondelfooter a:hover {
    text-decoration: none;
    color:#000;
}

footer.footer .footer-bottom nav#block-piedepaginainferior {
    float: right;
    padding-top: 37px;
    z-index: 10;
}

footer.footer .footer-bottom nav#block-piedepaginainferior ul li {
    display: inline-block;
}

footer.footer .footer-bottom nav#block-piedepaginainferior ul li a:after{
	content: "|";
	padding-left:10px;
	padding-right: 5px;
}

footer.footer .footer-bottom nav#block-piedepaginainferior ul li.last a:after{
	content: "";
}

footer.footer .footer-bottom nav#block-piedepaginainferior ul li a {
    font-family: 'HelveticaNeueLTStd-Lt';
    color: #808080;
    font-size: 14px;
    padding-top: 8px;
	display: block;
}

footer.footer .footer-bottom nav#block-piedepaginainferior ul li a:hover {
    background: transparent;
    color:#000;
}

footer.footer #block-logotiposdelfooter,
footer.footer #block-logotiposdelfooterbueno {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #989898;
    margin-top: 3%;
}

footer.footer .field--name-field-logo-images-block .field--item,
footer.footer .field--name-field-links-logos-link-block .field--item {
    display: inline-block;
    margin: 0 20px;
}

footer.footer .field--name-field-logo-images-block .field--item:first-child,
footer.footer .field--name-field-links-logos-link-block .field--item:first-child {
    margin-left: 0;
}

footer.footer .field--name-field-logo-images-block .field--item  img,
footer.footer .field--name-field-links-logos-link-block .field--item  img {
    height: 35px;
    width: auto;
}

footer.footer .footer-top-3 #block-footer-social h2.block-title {
    font-family: 'HelveticaNeueLTStd-Bd';
    color: #333;
    font-size: 14px;
    margin-top: 45px;
}

footer.footer .footer-top-3 #block-footer-social .field--type-link {
    display: inline-block;
    width: auto;
    overflow: hidden;
    border-right: 1px solid #bfbfbf;
    text-align: center;
}

footer.footer .footer-top-3 #block-footer-social .field--type-link:last-child {
    border-right: none;
}

footer.footer .footer-top-3 #block-footer-social .field--type-link a {
    color: transparent;
    display: block;
    width: 25px;
    height: 25px;
    font-size: 17px;

	transition: all 0.3s ease;
}

footer.footer .footer-top-3 #block-footer-social .field--type-link a:hover {
	filter: brightness(0.50);

	transition: all 0.3s ease;
}

footer.footer .footer-top-3 #block-footer-social .field--type-link a:before {
    font-family: "Font Awesome 5 Brands";
    color: #bfbfbf;
    width: 20px;
    display: block;
}

footer.footer .footer-top-3 #block-footer-social .field--name-field-twitter-social-block a:before {
    content: '\f099';
}

footer.footer .footer-top-3 #block-footer-social .field--name-field-facebook-social-block a:before {
    content: '\f39e';
}

footer.footer .footer-top-3 #block-footer-social .field--name-field-youtube-social-block a:before {
    content: '\f167';
}

footer.footer .footer-top-3 #block-footer-social .field--name-field-linkedin-social-block a:before {
    content: '\f0e1';
}

footer.footer .footer-top-3 #block-footer-social .field--name-field-vimeo-social-block a:before {
    content: '\f27d';
}

footer.footer .footer-top-3 #block-footer-social .field--name-field-instagram-social-block a:before {
    content: '\f16d';
}

footer.footer .footer-top-2 nav h2 {
    font-family: 'HelveticaNeueLTStd-Bd';
    color: #333;
    font-size: 14px;
    margin-top: 45px;
}

footer.footer .footer-top-2 nav ul {
    list-style: none;
    padding: 0;
}

footer.footer .footer-top-2 nav ul li{
    line-height: 1;
    margin-bottom: 3px;
}

footer.footer .footer-top-2 nav ul li a {
    padding: 0;
    font-family: 'HelveticaNeueLTStd-Lt';
    color: #808080;
    font-size: 13px;

	transition: all 1s ease;
}

footer.footer .footer-top-2 nav ul li a:hover {
    background-color:transparent;
    color: #000;

}

#block-logodelfooter .field--name-field-image-image-block{
    padding-left: 13%;
}

#block-logodelfooter .field--name-field-image-image-block img{
    width: auto;
}

.field--name-field-body-basic-block a,
.field--name-field-body-basic-block a:hover {
	/* color: #000000;
	text-decoration: none; */
}



.field--name-field-body-basic-block .location a {
	padding-left: 26px;
    background-image: url(../../images/location.png);
    background-repeat: no-repeat;
    background-position: 15px 8px;
    padding-top: 1px;
    height: 36px;
    display: block;
    padding: 10px 20px 0 40px;
}

.field--name-field-body-basic-block .location a:hover {
	background-image: url(../../images/location-white.png);
	color:#FFF;
}

.field--name-field-body-basic-block .location a:hover {
    cursor: pointer;
}



.field--name-field-body-basic-block .email a {
    background-image: url(../../images/mail.png);
    background-repeat: no-repeat;
    background-position: 20px 12px;
    padding-top: 1px;
    height: 36px;
    display: block;
    padding: 10px 20px 0 50px;
}

.field--name-field-body-basic-block .email a:hover {
    background-image: url(../../images/mail-white.png);
	color:#FFF;
}

.field--name-field-body-basic-block .phone a {
    padding-left: 26px;
    background-image: url(../../images/phone.png);
    background-repeat: no-repeat;
    background-position: 16px 9px;
    padding-top: 1px;
    height: 36px;
    display: block;
    padding: 10px 20px 0 40px;
}

.field--name-field-body-basic-block .phone a:hover {
    background-image: url(../../images/phone-white.png);
	color:#FFF;
}

.field--name-field-body-basic-block .colabora a {
	 padding: 10px 20px 10px 20px;
}

.field--name-field-body-basic-block .colabora a:hover {
	color:#FFF;
}


/* anim fondo botones*/
.location,
.email,
.phone,
.colabora {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 1000ms;
  transition: color 1000ms;
}

.location:before,
.email:before,
.phone:before,
.colabora:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #003DC4;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}

.location:hover:before,
.email:hover:before,
.phone:hover:before,
.colabora:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/* 4 MAIN MENU
--------------*/

/* Toggle button */
#toggle-main-menu.button_container {
    position: relative;
    top: 30px;
    left: 50px;
    height: 18px;
    width: 25px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}

header.header.scrolled #toggle-main-menu.button_container.active {
	transition: all 0.3s ease;
}

header.header #toggle-main-menu.button_container.active {
	top: 48px;
	transition: all 0.3s ease;
}

#toggle-main-menu.button_container:hover {
    opacity: .7;
}

#toggle-main-menu.button_container.active {
    position: fixed;
    top: 50px;
    left: 65px;
}

#toggle-main-menu.button_container.active,
#toggle-main-menu.button_container.active,
#toggle-main-menu.button_container.active {
    position: fixed;
}

body.toolbar-tray-open #toggle-main-menu.button_container.active,
body.toolbar-horizontal #toggle-main-menu.button_container.active,
body.toolbar-fixed #toggle-main-menu.button_container.active {
    position: fixed;
    top: 20%;
    left: 5%;
}

#toggle-main-menu.button_container.active .top {
    transform: translateY(6px) translateX(0) rotate(45deg);
    background: #000;
}

#toggle-main-menu.button_container.active .middle {
    opacity: 0;
    background: #000;
}

#toggle-main-menu.button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #000;
}

#toggle-main-menu.button_container span {
    background: #000;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition:  all .35s ease;
    cursor: pointer;
}

#toggle-main-menu.button_container span {
    background: #fff;
}

body.path-webform header.header #toggle-main-menu.button_container span,
body.page-node-type-static-page header.header #toggle-main-menu.button_container span,
body.path-search header.header #toggle-main-menu.button_container span {
    background: #000;
}

header.header.scrolled #toggle-main-menu.button_container span {
    background: #000;
}

#toggle-main-menu.button_container span:nth-of-type(2) {
    top: 8px;
}

#toggle-main-menu.button_container span:nth-of-type(3) {
    top: 16px;
}

/* Overlay */
#overlay-main-menu.overlay {
    position: fixed;
    background: #e2e9ed;
    top: 0;
    left: 0;
    width: 50.3%;
    height: 0;
    opacity: 1;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 99;
}

#overlay-main-menu.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    border-left: 10px solid #fff;
    /* margin-top: 4px;
    border-top: 11px solid #ffffff; */
	border-right: 10px solid #ffffff;
}

#overlay-main-menu.overlay nav {
    position: relative;
    font-size: 50px;
    font-family: 'Futura-Lig';
    font-weight: 400;
    text-align: center;
}

#overlay-main-menu.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
	z-index:999;
	margin-top: 10px;
}

#overlay-main-menu.overlay ul li {
    display: block;
    position: relative;
    line-height: 1;
    margin: 5px 0;
}

#overlay-main-menu.overlay ul li a {
    display: inline;
    position: relative;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    font-size: 3.5vw;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    background: none;
}

header.header #overlay-main-menu nav.overlay-menu > ul > li > ul {
    display: none;
}

header.header #overlay-main-menu nav.overlay-menu > ul > li > a > span.caret {
    display: none;
}

header.header #overlay-main-menu nav.overlay-menu > ul > li > ul > li {
    margin: 15px 0;
    font-size: 18px;

	margin:0;
}

header.header #overlay-main-menu nav.overlay-menu > ul > li > ul > li > a {
	font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 18px;
    text-transform: none;
    display: inline-block;

    padding: 10px 0;

}

header.header #overlay-main-menu nav.overlay-menu > ul > li > ul > li > a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    transition: width .3s;
}

header.header #overlay-main-menu nav.overlay-menu > ul > li > ul > li > a:hover::after {
    width: 100%;
    transition: width .3s;
}


header.header #overlay-main-menu .menu-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}

header.header #overlay-main-menu .main-menu-social {
    text-align: center;
}

header.header #overlay-main-menu .main-menu-social:before {
    display: block;
    width: 80px;
    height: 2px;
    background: #000;
    content: "";
    margin: 10px auto 30px auto;
}

header.header #overlay-main-menu .main-menu-social .field--type-link {
    display: inline-block;
    width: 35px;
    overflow: hidden;
    border-right: 1px solid #bfbfbf;
    text-align: center;
}

header.header #overlay-main-menu .main-menu-social .field--type-link:last-child {
    border-right: none;
}

header.header #overlay-main-menu .main-menu-social .field--type-link a {
    color: transparent;
    display: block;
    width: 25px;
    height: 25px;
    font-size: 17px;
}

header.header #overlay-main-menu .main-menu-social .field--type-link a:before {
    font-family: "Font Awesome 5 Brands";
    color: #000;
    width: 20px;
    display: block;
    padding-left: 8px;
}

header.header #overlay-main-menu .main-menu-social .field--name-field-twitter-social-block a:before {
    content: '\f099';
}

header.header #overlay-main-menu .main-menu-social .field--name-field-facebook-social-block a:before {
    content: '\f39e';
}

header.header #overlay-main-menu .main-menu-social .field--name-field-youtube-social-block a:before {
    content: '\f167';
}

header.header #overlay-main-menu .main-menu-social .field--name-field-linkedin-social-block a:before {
    content: '\f0e1';
}

header.header #overlay-main-menu .main-menu-social .field--name-field-vimeo-social-block a:before {
    content: '\f27d';
}

header.header #overlay-main-menu .main-menu-social .field--name-field-instagram-social-block a:before {
    content: '\f16d';
}


/* 6 FIXED BAR
 -------------*/

.fixed-bar {
    bottom: 0px;
    width: 100%;
    background: #fff;
    z-index: 100;
    font-size: 12px;
    position: fixed;
    height: 36px;

    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fixed-bar #block-direcciondelabarrafija ul {
    padding: 0;
    margin: 0;
	margin-left: 30px;
}

.fixed-bar #block-direcciondelabarrafija ul li {
    display: inline-block;
    height: 36px;
    vertical-align: middle;
    text-transform: uppercase;
    border-right: 1px solid #000;
	float:left;
}

.fixed-bar #block-direcciondelabarrafija ul li:last-child {
    border-right: none;
}

.fixed-bar #block-fixed-bar-social {
    height: 36px;
	display:inline-block;
	padding-left: 0;
}

.fixed-bar #block-colaboraconnosotros {
    height: 36px;
	display:inline-block;
	padding:0;
}

.fixed-bar #block-fixed-bar-social .label-social,
.fixed-bar #block-fixed-bar-social .dropup {
    display: inline-block;
}

.fixed-bar #block-fixed-bar-social .label-social {
    height: 36px;
	text-transform: uppercase;
	border-right: 1px solid #000;
	padding-right: 15px;
	padding-top: 10px;
}

.fixed-bar #block-colaboraconnosotros .colabora {
    height: 36px;
	text-transform: uppercase;
	border-right: 1px solid #000;
	padding-top: 10px;
}

.fixed-bar #block-fixed-bar-social a#fixed-social-dropdown {
    color: #000;
	font-size: 16px;
	margin-right: 25px;
	display: block;
	border-right: 1px solid #000;
	padding-right: 18px;
    padding-left: 13px;
	height: 36px;
	padding-top: 6px;
	cursor: pointer;
}

.fixed-bar #block-fixed-bar-social ul.dropdown-menu {
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding-left: 11px;
	padding-right: 11px;
    left: -3px;
    bottom: 34px;
    min-width: 35px;
}

.fixed-bar #block-fixed-bar-social ul.dropdown-menu li a {
    padding: 5px 0;
	width:26px;
}

.fixed-bar #block-fixed-bar-social ul.dropdown-menu li  {
	width: 26px;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

.fixed-bar #block-fixed-bar-social ul.dropdown-menu li:last-child  {
	border-bottom: 0;
}

.fixed-bar #block-fixed-bar-social ul.dropdown-menu li a:hover {
    background: transparent;
}

.fixed-bar #block-direcciondelabarrafija a,
.fixed-bar #block-colaboraconnosotros a { 
	color:#000;
	text-decoration: none;
}

.fixed-bar #block-direcciondelabarrafija a:hover,
.fixed-bar #block-colaboraconnosotros a:hover { 
	color:#FFF;
	text-decoration: none;
}


.addtoany_list.a2a_kit_size_32 a > span {
    border-radius: 4px;
    height: 26px;
    line-height: 25px;
    opacity: 1;
    width: 26px;
}

/* Overlay */
.fixed-bar-overlay {
    background: #E2E9ED;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    height: 0;
    transition: height 0.5s linear;
}

.fixed-bar-overlay .close-overlay {
    font-family: 'Futura-Lig';
    font-size: 38px;
    margin-left: 20px;
    width: 20px;
    position: fixed;
    z-index: 1000;
    height: 39px;
    line-height: 1;
}

.fixed-bar-overlay .close-overlay:hover {
    cursor: pointer;
}

.fixed-bar-overlay .info {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%);
}

.fixed-bar-overlay #block-fixed-bar-localization-info {
    text-align: center;
}

.fixed-bar-overlay #block-fixed-bar-localization-info .field--name-field-featured-text-links-block {
    text-align: center;
    font-family: 'Futura-Lig';
    text-transform: uppercase;
    font-size: 5vh;
    margin-bottom: 25px;
}

.fixed-bar-overlay #block-fixed-bar-localization-info .field--name-field-featured-text-links-block:before {
    content: "";
    display: block;
    width: 30px;
    height: 45px;
    background: url(../../images/big-location.png) no-repeat;
    margin: 0 auto;
}

.fixed-bar-overlay #block-fixed-bar-localization-info .field--name-field-text-text-links-block {
    width: 65%;
    margin: 0 auto;
    font-size: 2.5vh;
	font-size:16px
}

.fixed-bar-overlay #block-fixed-bar-localization-info .field--name-field-text-text-links-block p {
    margin: 0;
}

.fixed-bar-overlay #block-fixed-bar-localization-info .field--name-field-text-text-links-block p:first-child {
    margin-bottom: 20px;
}

.fixed-bar-overlay #block-fixed-bar-localization-info .field--name-field-link-text-link-block a {
    color: #000;
    border: 1px solid #000;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: transparent;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 53%;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-Bd';
    margin: 30px 0;
	font-size: 12px !important;
}

.fixed-bar-overlay #block-fixed-bar-localization-info .field--name-field-link-text-link-block a:hover {
    color: #000;
	border: 1px solid #000;
	padding: 10px 75px 10px 15px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-block;
	background-image: url("../../images/flecha-dcha.png");
	background-repeat: no-repeat;
	background-position: 90% 53%;
	font-size: 12px !important;
}

.fixed-bar-overlay #block-fixed-bar-localization-social {
    text-align: center;
}

.fixed-bar-overlay #block-fixed-bar-localization-social .field--type-link {
    display: inline-block;
    width: 35px;
    overflow: hidden;
    border-right: 1px solid #bfbfbf;
    text-align: center;
}

.fixed-bar-overlay #block-fixed-bar-localization-social .field--type-link:last-child {
    border-right: none;
}

.fixed-bar-overlay #block-fixed-bar-localization-social .field--type-link a {
    color: transparent;
    display: block;
    width: 25px;
    height: 25px;
    font-size: 17px;
}

.fixed-bar-overlay #block-fixed-bar-localization-social .field--type-link a:before {
    font-family: "Font Awesome 5 Brands";
    color: #000;
    width: 20px;
    display: block;
    padding-left: 8px;
}

.fixed-bar-overlay #block-fixed-bar-localization-social .field--name-field-twitter-social-block a:before {
    content: '\f099';
}

.fixed-bar-overlay #block-fixed-bar-localization-social .field--name-field-facebook-social-block a:before {
    content: '\f39e';
}

.fixed-bar-overlay #block-fixed-bar-localization-social .field--name-field-youtube-social-block a:before {
    content: '\f167';
}

.fixed-bar-overlay #block-fixed-bar-localization-social .field--name-field-linkedin-social-block a:before {
    content: '\f0e1';
}

.fixed-bar-overlay #block-fixed-bar-localization-social .field--name-field-vimeo-social-block a:before {
    content: '\f27d';
}

.fixed-bar-overlay #block-fixed-bar-localization-social .field--name-field-instagram-social-block a:before {
    content: '\f16d';
}


/* 7 SCROLLABLE MENU
 -------------------*/

.scroll-menu {
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 10;
}

.scroll-menu.fixed {
	opacity: 0.2;
	transition: opacity 0.3s ease;
}

.scroll-menu.fixed:hover {
    opacity: 1;
	transition: opacity 0.3s ease;
}

.scroll-menu ul {
    list-style: none;
    padding: 0;
}

.scroll-menu ul li {
    line-height: 1.3;
    margin-left: 30px;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    color: transparent;
}

.scroll-menu ul li:hover {
    color: #000;
    cursor: pointer;
    padding-left: 50px;
}

.scroll-menu ul li.active {
    color: #003DC4;
    padding-left: 50px;
}

.scroll-menu ul li:before {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 7px;
	transition: all 0.3s ease;
}

.scroll-menu ul li:hover:before {
    width: 40px;
	transition: all 0.3s ease;
}

.scroll-menu ul li.active:before {
    background: #003DC4;
    width: 40px;
}

.block-block-contenteb48ebdc-0892-4e27-9505-7311824c4cef .field--name-field-body-basic-block a,
.block-block-contentf6e82337-ff6d-4c2e-8a88-44d896d6b793 .field--name-field-body-basic-block a,
.block-block-contentfb013ce3-5b12-43da-b9b7-320d26a46077 .field--name-field-body-basic-block a{ 
	color:#003DC4;  
}

.block-block-contenteb48ebdc-0892-4e27-9505-7311824c4cef .field--name-field-body-basic-block a:hover,
.block-block-contentf6e82337-ff6d-4c2e-8a88-44d896d6b793 .field--name-field-body-basic-block a:hover,
.block-block-contentfb013ce3-5b12-43da-b9b7-320d26a46077 .field--name-field-body-basic-block a:hover{ 
	text-decoration: underline;
}
