/* Add here all your CSS customizations */



@font-face {
    font-family: 'Helvetica Neue';
    src: url('HelveticaNeue.eot');
    src: local('Helvetica Neue'), local('HelveticaNeue'),
        url('HelveticaNeue.eot?#iefix') format('embedded-opentype'),
        url('HelveticaNeue.woff2') format('woff2'),
        url('HelveticaNeue.woff') format('woff'),
        url('HelveticaNeue.ttf') format('truetype'),
        url('HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.stroke-1 {
  stroke-linecap: butt;
}

.stroke-2 {
  stroke-linecap: square;
}

.stroke-3 {
  stroke-linecap: round;
}


.module {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: left;
}

line {
  stroke: orange;
  stroke-width: 20;
}

line {
  stroke: orange;
  stroke-width: 6;
}

#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
    color: #469AA1;
    font-family: 'Helvetica Neue', sans-serif;
    color: #469AA1;
    font-weight:400;
    letter-spacing: .5px;
}


/* Safari letter spacing problem */
#header .header-nav.header-nav-line nav > ul li:hover > a {
    font-family: 'Helvetica Neue', sans-serif;
    color: #469AA1;
    font-weight: normal;
    font-style: normal;
    letter-spacing: .5px;
}







#header .header-nav.header-nav-line nav > ul li:hover > a a.active {
    color: #469AA1;
    font-weight: normal;
    font-style: normal;
    height: 1px;
}


#header .header-nav-main nav > ul:not(:hover) > li > a.active {
    background-color: #469AA1;
    color: #FFF;
    font-weight: normal;
    font-style: normal;
}


#header .header-nav.header-nav-line nav > ul li > a {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: .5px;
}



#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
    background: #469AA1;
    letter-spacing: .5px;
}



#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
    background: #469AA1;
    height: 1px;
}


h1 {
  font-size: 3.6em;
  margin: 0 0 32px 0;
  font-weight: 600;
  font-style: normal;
  color: #000;
  font-family: 'Helvetica Neue', sans-serif;
  letter-spacing: 0px;
}


h2 {
  font-size: 2.2em;
  font-weight: normal;
  font-style: normal;
  line-height: 42px;
  margin: 0 0 32px 0;
  font-family: 'Helvetica Neue', sans-serif;
  letter-spacing: 0px;
}

h3 {
  font-size: 1.6em;
  font-weight: 600;
  font-style: normal;
  color: #000;
  font-family: 'Helvetica Neue', sans-serif;
  letter-spacing: 0px;
  text-transform: none;
  line-height: normal;
}

h4 {
  font-size: 2em;
  margin: 0 0 32px 0;
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-family: 'Helvetica Neue', sans-serif;
  letter-spacing: 0px;
  text-transform: none;
}

h5 {
  font-size: 1.4em;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6em;
  margin: 0 0 14px 0;
  text-transform: uppercase;
  font-family: 'Helvetica Neue', sans-serif;
  letter-spacing: .5px;
  text-transform: none;
}


@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 2em;
    margin: 0 0 32px 0;
    font-weight:600;
    color: #000;
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: .1px;
  }
  
  h2 {
    font-size: 1.6em;
    font-weight: normal;
    font-style: normal;
    line-height: 26px;
    margin: 0 0 32px 0;
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: .2px;
  }

  h3 {
    font-size: 2em;
    margin: 0 0 32px 0;
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: .1px;
  }

  h5 {
    font-size: 1em;
    font-weight: 600;
    font-style: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
    text-transform: uppercase;
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: .5px;
    text-transform: none;
  }

  h4 {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
    text-transform: uppercase;
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: .5px;
    text-transform: none;
  }

}



.container-full {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    margin-right: 0;
    margin-left: 0;
}

.container-zero {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

html.sticky-header-active #header .header-body {
    position: fixed;
    border-bottom-color: rgba(234, 234, 234, 0);
    -webkit-box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
    /* box-shadow: 0 0 3px rgba(234, 234, 234, 0.5); */
}

#header .header-btn-collapse-nav {
    background: #3B2D70;
}

.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #FFF;
    border-radius: 0px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.thumb-info .thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* border-radius: 4px; */
    margin: 0;
    overflow: hidden;
    display: block;
    position: relative;
}

.thumb-info img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0px;
    position: relative;
    width: 100%;
}

.thumb-info .thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 0px;
    margin: 0;
    overflow: hidden;
    display: block;
    position: relative;
}

.thumb-info .thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 0px;
    margin: 0;
    overflow: hidden;
    display: block;
    position: relative;
}




.marpadzero {
  margin: 0;
  padding: 0;
}


.spanishviolet {
  background-color: #3B2D70;
}

.viridian {
  background-color: #469AA1;
}

.snow {
  background-color: #FFFFFF;
}


html .btn-primary {
    background-color: #469AA1;
    border-color: #469AA1 #469AA1 #469AA1;
    color: #FFF;
}


#footer {
    background: #fff;
    border-top: 4px solid #fff;
    font-size: 0.9em;
    margin-top: 20px;
    padding: 0;
    position: relative;
    clear: both;
}


a.dropdown-item.dropdown-toggle:before {
    background: #fff;
    margin: 15px 0px 0px;
}

#header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before {
    content: "";
    position: absolute;
    width: auto;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 15px;
    right: 15px;
    margin-top: 15px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.layer2 {

    background-color:rgba(248,247,216,0.7); 
    width:100%; 
    height:100%;
}


.overlaybg {
  position:absolute;
  top:0px;
  left:0px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 2;
}



html .btn-with-arrow.btn-primary span {
    background-color: #fff;
}

.btn-with-arrow i {
    color: #3B2D70;
    font-size: 12px;
    top: -1px;
    position: relative;
}

.btn-primary:hover, html .btn-primary.hover {
    background-color: #ccc;
    border-color: #ccc #ccc #ccc;
    color: #FFF;
}

.btn {
    font-family: 'Helvetica Neue', sans-serif;
  }

.svg-container {
  width: 5em;
}

.full {
  width:100%;
}

.mb-10 {
    margin-bottom: 6rem!important;
}

.mt-10 {
    margin-top: 6rem!important;
}

.mt-15 {
  margin-top: 10rem!important;
}

.mt-20 {
  margin-top: 15rem!important;
}

anchor:before {
  height: 54px;
  content: "";
  display:block;
}

body {
  background: url(2020/background.png) center center cover no-repeat fixed;
}




.cookie-policy {
  width: 100%;
  z-index: 7500;
  color: #fff;
  background: #000;
  background: rgba(51, 51, 51, 0.1);
  line-height: 2;
}

.cookie-policy .cookie-policy_container {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  padding: 10px;
}

.cookie-policy .cookie-policy_container h2,
.cookie-policy .cookie-policy_container p {
  margin: 0;
}

.cookie-policy .cookie-policy_container h2 {

}

.cookie-policy .btn {
  margin-top: 0em;
  margin-bottom: 0;
}

.cookie-policy {
  position: fixed;
  left: 0;
  bottom: 0;
}

.cookie-policy .cookie-policy_container h2,
.cookie-policy .cookie-policy_container p {
  padding-right: 0;
}

.cookie-policy .btn_wrap {
  position: absolute;
  right: 0;
  top: 0em;
}