
/********menu css*********/
.hidden { overflow: hidden;}
.hamburger-menu { display: none;}
.hamburger { cursor: pointer; padding:0px 0px 0 0; position: relative;  width: 30px; height: 30px;  display: flex; align-items: center; }
.hamburger span, .hamburger span:before, .hamburger span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 22px;
    background: #fff;
    position: absolute;
    display: inline-block;
    content: '';
    right: 0;
    left: 0;
    margin: 0 auto;
    }
.hamburger span:before { top: -8px;}
.hamburger span:after { top: 8px; left: 0;}
.hamburger span, .hamburger span:before, .hamburger span:after {
-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
-moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
-o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */}
.hamburger.active span { background-color: transparent;}
.hamburger.active span:before, .hamburger.active span:after { top: 0}
.hamburger.active span:before {transform: rotate(45deg);background: #2e3a59;}
.hamburger.active span:after {transform: translateY(-10px) rotate(-45deg);top: 10px;background: #2e3a59;}
/* .hamburger.active { background: #94C01F;} */
/* .hamburger:hover { background: #94C01F;} */

.is-sticky .hamburger span, .is-sticky .hamburger span::before, .is-sticky .hamburger span::after { background: #ffffff;}
.search-open .is-sticky .hamburger span, .search-open .is-sticky .hamburger span::before, .search-open .is-sticky .hamburger span::after { background: #ffffff;}
.mobile-menu { float: left; width: 100%; transition: all 0.4s ease; background: #ffffff; padding: 30px 0px; opacity: 0; visibility: hidden; z-index: 1000; 
position: fixed; top: 66px; height: calc(100% - 0px);}
.mobile-menu.open { opacity: 1; visibility: visible;}
.mobile-nav { float: left; width: 100%; padding: 0 25px; margin-top: 40px;}
.mobile-nav ul {display: flex;flex-wrap: wrap;row-gap: 30px;}
.mobile-nav ul li { flex: 0 1 100%;}
.mobile-nav ul li a {transition: all 0.4s ease;font-size: 22px;line-height: 24px; letter-spacing: -0.15px; color: #000000;display: flex;align-items: center;justify-content: space-between;padding-right: 25px;font-family: 'Montserrat-Medium';}
.mobile-nav ul li a span { background: url(../images/menu-arrow.svg) no-repeat 0 0; width: 7px; height: 11px; display: inline-block; }
.mobile-nav ul li a:hover {color: #007E97;}
.mobile-nav ul li.active a {color: #007E97;}

.mobile-sub-nav {  float: left; width: 100%; display: none; }
.mobile-sub-nav h2 {margin-bottom: 30px;font-family: 'Lora-BoldItalic';font-size: 30px;letter-spacing: -0.01em;line-height: 38px;text-align: left;color: #ffffff;}
.mobile-sub-nav ul { display: flex; flex-wrap: wrap; row-gap: 12px;}
.mobile-sub-nav ul li { flex: 0 1 100%;}
.mobile-sub-nav ul li a {transition: all 0.4s ease;font-family: Montserrat-Medium;font-weight: normal;font-size: 18px;letter-spacing: -0.01em;line-height: 30px;text-align: left;color: #ffffff;}
.mobile-sub-nav ul li a:hover { opacity: 0.7;}

.close-menu { position: absolute; left: 20px; top: 20px;}
.close-menu a {transition: all 0.4s ease;color: #ffffff;font-size: 14px;line-height: 24px;position: relative;padding-left: 15px;font-family: 'Montserrat-Medium';letter-spacing: -0.01em;}
.close-menu a::before { position: absolute; display: block; content: ""; left: 0; top: 4px; background: url(../images/back-arrow.svg) no-repeat 0 0 ; width: 7px; height: 11px;}
.close-menu a:hover { opacity: 0.6;}

.sub-menu-content {opacity: 0;visibility: hidden;z-index: 1;height: 100%;background: #007E97;padding: 80px 35px 20px;position: fixed;width: 86%;right: -100%;top: 0;transition: all 0.4s ease;z-index: 99999999999;}
.sub-menu-content.menu-open { opacity: 1; visibility: visible; right: 0;}
.show { display: block; }
.top-list.mobile-top-list {float: left;width: 100%; padding: 0 25px; margin-top: 40px;}
.top-list.mobile-top-list ul {row-gap: 28px;display: flex;flex-wrap: wrap;}
.top-list.mobile-top-list ul li {flex: 0 1 100%;}
.top-list.mobile-top-list ul li a {font-size: 14px;line-height: 20px;font-family: 'Montserrat-Medium';transition: all 0.4s ease;padding: 0;}
.top-list.mobile-top-list ul li a:hover {color: #007E97;}
.top-list.mobile-top-list ul li a::after { display: none;}

.social-top.mobile-social { float: left; width: 100%; padding: 0 25px 30px; margin-top: 40px;}
.mobile-top-list .visitar-search { margin: 0;}
.mobile-top-list .visitar-search input[type="text"] { background: #007E97; color: #ffffff; height: 60px; padding: 0 40px 0 20px; border-radius: 6px;}
.mobile-top-list .visitar-search .submit-ar { background: url(../images/ico-lupa-header-w.svg) no-repeat center center; padding: 0; right: 15px; width: 19px; height: 19px;}
.mobile-social .social-list { padding: 0;}
.mobile-menu ul.social-list { justify-content: left; column-gap: 20px;}
.mobile-menu ul.social-list li a.fb-foot { background: url(../images/ico-fb-footer-xxss.png) no-repeat; width: 10px; height: 17px; background-size: cover;}
.mobile-menu ul.social-list li a.in-foot { background: url(../images/ico-ig-footer-xxss.png) no-repeat; width: 15px; height: 15px; background-size: cover;}
.mobile-menu ul.social-list li a.tw-foot { background: url(../images/ico-x-footer-xxss.png) no-repeat; width: 15px; height: 15px; background-size: cover;}
.mobile-menu ul.social-list li a.yt-foot { background: url(../images/ico-yt-footer-xxss.png) no-repeat; width: 21px; height: 21px; background-size: cover;}
.mobile-menu ul.social-list li a:hover { opacity: 0.7;}

.mobile-menu ul.social-list li a.fb-foot:hover { background: url(../images/ico-fb-footer-xxss.png) no-repeat; width: 10px; height: 17px; background-size: cover;}
.mobile-menu ul.social-list li a.in-foot:hover { background: url(../images/ico-ig-footer-xxss.png) no-repeat; width: 15px; height: 15px; background-size: cover;}
.mobile-menu ul.social-list li a.tw-foot:hover { background: url(../images/ico-x-footer-xxss.png) no-repeat; width: 15px; height: 15px; background-size: cover;}
.mobile-menu ul.social-list li a.yt-foot:hover { background: url(../images/ico-yt-footer-xxss.png) no-repeat; width: 21px; height: 21px; background-size: cover;}

.mobile-top-btns { display: flex; align-items: center; justify-content: space-between;}
.mobile-close-btn a { background: rgba(0,126,151,0.14); width: 50px; height: 50px; display: inline-flex; align-items: center; justify-content: center;}
.mobile-top-btns .select-lang { display: block; width: auto; position: relative; right: 30px;}
.mobile-top-btns .select-lang .nice-select { color: #333333; padding-right: 22px;}
.mobile-top-btns .select-lang .nice-select::after { border-bottom: 3px solid #333; border-right: 3px solid #333; width: 9px; height: 9px; top: 42%;} 
.mobile-top-btns .select-lang .nice-select .option { width: auto;}


.is-sticky .hamburger span, .is-sticky .hamburger span:before, .is-sticky .hamburger span:after{background: #000000;}
.hidden .is-sticky header .head-top{box-shadow: none;}
.hidden .head-top{background: #fff;border-bottom: 0.5px solid #979797;}
.hidden .desk-logo{display: none;}
.hidden .stick-logo{display: inline-block;}
.social-top ul { display: flex; flex-wrap: wrap; align-items: center; column-gap: 20px;}
.social-top ul li { flex: 0 1 auto; display: flex; align-items: center;}
.social-top ul li a { transition: all 0.4s ease; background-size: cover;}
.mobile-nav ul li a:hover span{background: url(../images/menu-arrow-h.svg) no-repeat 0 0;}
.social-top ul li.fb-ico a { background: url(../images/ico-fb-blau.svg) no-repeat 0 0; width: 7px; height: 16px; display: inline-block;background-size: cover;}
.social-top ul li.tw-ico a { background: url(../images/ico-x-blau.svg) no-repeat 0 0; width: 16px; height: 16px; display: inline-block;background-size: cover;}
.social-top ul li.in-ico a { background: url(../images/ico-ig-blau.svg) no-repeat 0 0; width: 14px; height: 14px; display: inline-block;background-size: cover;}
.social-top ul li.utube-ico a { background: url(../images/ico-yt-blau.svg) no-repeat 0 0; width: 16px; height: 12px; display: inline-block;background-size: cover;}
.social-top ul li a:hover { opacity: 0.7;}
/* .hidden .hamburger span{background: #fff;} */
.owl-prev span, .owl-next span{opacity: 0;}
.m-foot { display: none; float: left;width: 100%;border-bottom: 1px solid rgba(255,255,255,0.2);  padding: 0 10% 40px 10%;}
.m-foot ul {display: flex;flex-wrap: wrap;row-gap: 10px;justify-content: center;align-content: center;}
.m-foot ul li {flex: 0 1 50%;text-align: left;}
.m-foot ul li a {font-family: 'Montserrat-ExtraBold'; font-weight: normal;font-size: 20px; letter-spacing: -0.03em;    line-height: 20px;    text-align: left;    color: #fff;    }

.menu-inn { position: relative;}

/*mobile-menu-start*/
body.over { overflow: hidden;}
.mobile-menu{position:fixed;top: 0px;bottom: 0;width:100%;z-index: 9999999;/*overflow-y:auto;   overflow-x:hidden;*/padding:0px;opacity: 0;visibility: hidden;transition: all 0.4s ease;background: #fff;border-bottom:none;border-top: none;padding-top: 0px;}
.mobile-menu.slow { opacity: 1; visibility: visible; }
.mobile-menu .nav { width: 100%;  background: #fff; float: left;  padding: 0 0 75px 0; height:100%;}
.m-menu { width: 28px; height: 16px;  margin: 0px 0 0 0;  -webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; float: left; position: relative; left: 0; top: 0; display:none;  z-index:999999; }
.m-menu a { display: block;}
.m-menu span { display: block; position: absolute; height: 2px; width: 28px; background: #fff; border-radius: 0px; opacity: 1;
left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);  -webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }  
.m-menu span:nth-child(1) { top: 0px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; width: 18px; }
.m-menu span:nth-child(2) { top: 7px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; width: 26px; }
.m-menu span:nth-child(3) { top: 15px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; width: 18px; }
.m-menu.open span:nth-child(1) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; left: 4px; width: 22px;  background: #ffffff;}
.m-menu.open span:nth-child(2) { width: 0%; opacity: 0;}
.m-menu.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 16px; left: 3px; width: 22px; background: #ffffff; }

.mob-search { display:none; float: right; width: auto; position: relative; top: 0;}
.mob-search button { cursor: pointer; border: none; background: url("../images/ico-cercar-blk.svg") no-repeat top right; width: 17px; height: 17px; background-size: cover; position: relative; right: auto; top: auto; transform: none;}
.mobile-search { display: none; transition: all 0.4s ease; float:left; position:fixed; top:68px; background:#0047BB; width:100%; padding:12px 0px 16px; opacity:0; visibility:hidden; text-align: center; z-index: 9;}
.mobile-frm-field {  float:none; display: inline-block; width:80%; background: #fff; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; border-radius: 50px; height: 42px; line-height: 42px; padding: 0 12px;
 -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease; border: 0px solid #ddd;}
.mobile-search input[type="text"] { border:none; background:none; line-height:35px; width:100%; padding:0 0 0 10px; height:auto; color:#3c3c3c; font-size:15px; margin-top:0px;font-family: 'Poppins-Regular'; }
.mobile-search input[type="submit"] { float:right; border:none; width:19px; height:19px; background:url(../images/desktop/header-search.svg) no-repeat 0 0; cursor:pointer; margin:12px 10px 0 0; background-size:100%;}
.mobile-search  a.close { background: #fff; float:none; display: inline-block; margin:8px 10px 6px 10px; border-radius: 50px; width: 30px; height: 30px; text-align: center; line-height: 32px; border: 1px solid #ffffff;}
.mobile-search  a.close img { width:13px;}
.mobile-search.slow { opacity: 1; visibility: visible; }

.mob-acc {height: calc(100vh - 60px); float: left; width: 100%; overflow-y: auto; padding: 60px 50px 50px; top: 60px; position: relative; background: #0047bb;}

.mobile-links { float:left; width:100%; padding:0px 20px;}
.mobile-links .lang-lnk { text-align:center; float:left; width:100%; margin:20px 0 0 0; }
.mobile-links .lang-lnk ul { border-top: none;}
.mobile-links .lang-lnk ul li { border-bottom:none; float:none; display:inline-block; text-align:center; margin-right:10px; padding:0;}
.mobile-links .lang-lnk ul li a{ padding:0px; text-align:center; display:flex; align-items: center;justify-content: center; font-size:14px; font-family: 'Poppins-Regular'; color:#282828; }
.mobile-links .lang-lnk ul li a:hover {color: #0047BB;}

.mobile-links .ftr-btm-links ul { float:left; width:100%; margin-top:25px; text-align:center;}
.mobile-links .ftr-btm-links ul li { float:none; width:auto; margin:0 10px 0 0; display:inline-block; padding-right:10px;  border-right: 1px solid #848484;}
.mobile-links .ftr-btm-links ul li img { float:none; width:auto; transition: all 0.4s ease; vertical-align: text-bottom;}
.mobile-links .ftr-btm-links ul li img:hover { opacity:0.7;} 
.mobile-links .ftr-btm-links ul li:last-child { border: 0px solid #848484; margin-left: 0px; padding: 0px;}

.blog-lnk { float: left; padding: 5px 0 70px 5px;}
.blog-lnk ul li { float:left; width:100%; margin-bottom:10px; letter-spacing:0.5px;}
.blog-lnk ul li a { color:#fff; font-size:20px; line-height: 34px; padding-left: 30px; font-family: 'Poppins-Regular'; transition:all .5s ease;}
.blog-lnk ul li a:hover { opacity: 0.6;}
.blog-lnk ul li:last-child { margin-bottom:0;}
.blog-lnk ul li  { position: relative;}
.blog-lnk ul li.cercar a::after { background: url("../images/mob-search.svg") no-repeat 0px 0px; content: ''; position: absolute; left: 0; top: 10px; width: 16px; height: 15px; }
.blog-lnk ul li.favorits a::after { background: url("../images/mob-favorits.svg") no-repeat 0px 0px; content: ''; position: absolute; left: 0; top: 11px; width: 14px; height: 13px; }

.mob-lang { float: left; width: 100%; padding-left: 5px; margin-bottom: 10px; margin-top: 50px;}
/* .mob-lang ul { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 10px;}
.mob-lang ul li { flex: 0 1 auto;}
.mob-lang ul li a { float: left; width: auto; height: 30px; padding: 4px 10px; background: none; border: 1px solid #999999; border-radius: 3px; color: #FFFFFF; font-family: 'DomaineDispNar-Bold'; font-size: 12px; line-height: 18px; transition:all .5s ease;}
.mob-lang ul li a:hover { background: #FFFFFF;  border: 1px solid #FFFFFF; color: #3C3C3B; } */

.mob-logo { float: left; width: 100%; padding-left: 35px;}
.mob-logo ul { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 10px;}
.mob-logo ul li { flex: 0 1 auto;}
.mob-logo ul li img { float: left; width: auto; transition:all .5s ease;}
.mob-logo ul li img:hover { opacity: 0.6;}

.applemenu div.silverheader a{ border-bottom:0px solid #dbdbdb; color:#fff; display: block; padding:10px 20px 10px 55px; font-family: 'DomaineDispNar-Bold'; font-size: 28px; line-height: 28px; position: relative; text-decoration: none; text-transform: none; width: auto;  transition:all .5s ease; }
.applemenu div.silverheader1 a {  float: left; width: 100%; color:#fff; font-size: 20px; line-height: 28px; padding: 10px 20px 10px 55px; font-family: 'DomaineDispNar-Bold'; transition:all .5s ease;}
.applemenu div.silverheader1 a:hover { opacity: 0.6;}
.applemenu div.silverheader a:hover { opacity: 0.6;}
.applemenu div.silverheader a::after{ display: block; margin: 0; width: 8px; height: 8px; border-top: 2px solid rgba(255, 255, 255, 0.7); border-right: 2px solid rgba(255, 255, 255, 0.7); transform: rotate(135deg);
position: absolute; content: ""; left: 25px; top: 20px; }

.applemenu div.selected a {  background: url(../images/arr-down.png) no-repeat right 20px center;/* border-bottom: 1px solid #f1f1f1;*/ margin:0;  text-transform: none; }
.applemenu div.submenu1  { float:left; border-bottom: 0px solid #dbdbdb; background: none repeat scroll 0 0 transparent; color: #4f4f4f;   
font-size: 16px; height: auto; padding: 10px 0 40px; width: 100%; margin:0px 0 0 0;}
.applemenu div.submenu p  { padding:0 0 10px;}
.applemenu div.submenu1 ul  { margin:0; border:none; background:none; padding:5px 55px; border:0px solid #e2e2e2;}
.applemenu div.submenu1 ul li { list-style:none; background:none; padding:0px; border-bottom:0px solid #fff; margin-bottom:17px;}
.applemenu div.submenu1 ul li:last-child {/* border-bottom:none;*/ margin-bottom:0;}
.applemenu div.submenu1 ul li a  { text-decoration:none; color:rgba(255, 255, 255, 0.7); font-size:16px; text-transform:capitalize; line-height:20px; letter-spacing: -0.41px; font-family: 'Poppins-Regular'; transition: all .5s ease;}
.applemenu div.submenu1 ul li a:hover {color: #fff; font-family: 'Poppins-Bold';}
.applemenu .silverheader:hover a { -webkit-transition-delay: .1s; transition-delay: .1s; -moz-transition-delay: .1s; -o-transition-delay: .1s;}
.applemenu div.silverheader.selected a::after { transform:rotate(-46deg); top: 20px;}

.applemenu1.awareness { background:none; list-style: outside none none;}
.silverheader1 {float: left; width: 100%;  margin:0; border:none; background:none; /*padding: 15px 20px;*/ border-bottom:0px solid #dbdbdb;}
.applemenu1 .silverheader1 a { color:#fff;  font-size:18px;  line-height:28px;   display:block; font-family: 'DomaineDispNar-Bold'; letter-spacing: 0.5px; }
.silverheader1.acc-dropdown a { background:url(../images/acc-plus.png) no-repeat right;}
.applemenu1 .silverheader1 a:hover { color:#144d6b;}
.applemenu1 .silverheader1.acc-dropdown a:hover { color:#144d6b;}

.silverheader1.last { border:none;}
.silverheader1.selected  { border-bottom:none;}
.applemenu1.awareness .silverheader1.selected a { background:url(../images/acc-minus.png) no-repeat right center; color:#144d6b;}
.applemenu1.awareness .submenu1 .sub-con ul { border: medium none; padding: 0;}
.applemenu1.awareness .submenu1 .sub-con ul li {  padding:16px 30px}

.silverheader { padding:0px; margin-top:1px;}
.silverheader:first-child { margin:0;}

.silverheader.red-bg { background:#fff; color:#1d3853;}
.applemenu  .silverheader.red-bg a { color:#282828;}
.applemenu div.silverheader a.selected { background:#144d6b; color:#fff;}

.applemenu .silverheader.no-arrow a { background:none;}
.applemenu .silverheader.no-arrow.selected a { background:none;}

.applemenu div.submenu .silverheader1 { padding:0; border:none; }
.applemenu div.submenu .silverheader1 a { padding:6px 0px;  transition: all 0.4s ease; font-size: 16px; line-height: 22px;font-family: 'Poppins-Regular';}
.applemenu div.submenu .silverheader1 a:hover, .applemenu div.submenu .silverheader1 a.active { color:#4271b3;}
.applemenu1.awareness.no-brd{border: 0 !important; margin: 10px 0; float: left; width: 100%; }

.silverheader.red-bg.selected {border-bottom:none;}
.silverheader.red-bg.selected a { color:#0047BB;  }

.applemenu div.silverheader a span,  .applemenu div.silverheader1 a span { position:relative; }
.applemenu div.silverheader a span::before, .applemenu div.silverheader a span:before, .applemenu div.silverheader1 a span:before { background: #fff; content: none; height: 3px; position: absolute; left: 0px; bottom: -8px; width: 0%;transition: all .5s ease;}
.applemenu div.silverheader.selected a span::before, .applemenu div.silverheader a span:hover:before, .applemenu div.silverheader1 a span:hover:before { width:100%; }

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------*/









.etiq-title.legal-title .legal-menu { width: 28px; height: 16px;  margin: 0px 10px 0 0;  -webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; float: left; position: relative; left: 0; top: 0; display:none;  z-index:9; }
.etiq-title.legal-title .legal-menu a { display: block;}
.etiq-title.legal-title .legal-menu span { display: block; position: absolute; height: 2px; width: 28px; background: #0047BB; border-radius: 0px; opacity: 1;
left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);  -webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }  
.etiq-title.legal-title .legal-menu span:nth-child(1) { top: 0px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; width: 18px; }
.etiq-title.legal-title .legal-menu span:nth-child(2) { top: 7px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; width: 26px; }
.etiq-title.legal-title .legal-menu span:nth-child(3) { top: 15px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; width: 18px; }
.etiq-title.legal-title .legal-menu.open span:nth-child(1) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; left: 4px; width: 22px;  background: #0047BB;}
.etiq-title.legal-title .legal-menu.open span:nth-child(2) { width: 0%; opacity: 0;}
.etiq-title.legal-title .legal-menu.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 16px; left: 3px; width: 22px; background: #0047BB; }
    