@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;800&display=swap');
* {
  box-sizing: border-box;
}
.desktopNav::-webkit-scrollbar {
display:none;}
.desktopNav::scrollbar {
display:none;}
body, html {
  margin: 0;
  padding: 0;
  text-align: justify;
  width: auto;
  overflow-y: visible;
  scroll-behavior: smooth;
}

/* contenuto */
.column {
  float: left;
  padding: 10px;
  z-index: 101010;
}

.column.side {
  width: 12%;
  height: 100%;
}

.column.middle {
  width: 76%;
  height: 100vh;
}

.row {
    background-color: white;
    height: auto;
    z-index: 101010;
    margin-top: 25px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.visible {visibility: hidden; height: 0; width: auto; margin: 0; padding: 0; border: 0; z-index: 10000000000}
.desktopNavItem-mobile {
    display: block;
    width: auto;
    align-items: center;
    padding: 30px 6px;
    color: #6e6d7a;
    font-family: "Nanum Gothic";
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
}

.desktopNavItem-mobile:hover {
    color: #0d0c22;
}

/* css per "sparizione" elementi menu in base alla riduzione della dimensione della finestra */

@media (max-width: 780px) {
 a:not(.link_sdp_e) {display: none;}
}


/* realizzazione css per menu a comparsa laterale da mobile */
@media (max-width: 768px){
.visible {visibility: visible;}
.item {display: none;}
.curricoli {margin-left: 30px; margin-top: 10px;}
.dropdown {display: none;}
.lente {margin-top: 10px;}
.menu {height: 61px; top: 0; left: 0; right: 0; position: sticky; overflow: visible;}
.nav {
    width: 280px;
    min-width: 280px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    left: -320px;
    padding: 15px 20px;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    background: white;
    z-index: 2000000000000000;
}


.attivazioneIcona {
    position: absolute;
    left: 330px;
    padding: 0.5em;

    background: inherit;
    color: black;
    cursor: pointer;
    font-size: 1.4em;
    z-index: 2001;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}


.attivazioneIcona:after {
    content: '\2630';
    text-decoration: none;
}


.attivazioneIcona:hover {
opacity: 0.5;}


[id='attivazioneIcona'] {
    position: absolute;
    display: none;
}


[id='attivazioneIcona']:checked ~ .nav > .attivazioneIcona {
    left: 22px;
    top: 1em;
}


[id='attivazioneIcona']:checked ~ .nav {
    left: 0;
    box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    -moz-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    -webkit-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    overflow-y: auto;
}


[id='attivazioneIcona']:checked ~ main {
    opacity: 0.2;
}


[id='attivazioneIcona']:checked ~ .nav > .attivazioneIcona:after {
    content: '\2715';
    font-size: 0.8em;
}

/*prefissi per Android <= 4.1.2*/

body {
    animation: bugfix infinite 1s;
}

@keyframes bugfix {
    to {
      padding: 0;
    }
}


@media screen and (min-width: 320px) {
    html,
    body {
      margin: 0;
      overflow-x: visible;
    }
}

@media screen and (max-width: 320px) {
    html,
    body {
      margin: 0;
      overflow-x: visible;
    }
    .nav {
      width: 100%;
      box-shadow: none
    }
}







.nav > ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 70px;
}

.nav > ul > li {
    line-height: 2.5;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    -moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
    -ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s;
}

/* quando l'input viene "attivato" (premuta l'icona del menu), allora compare il menu laterale */
[id='attivazioneIcona']:checked ~ .nav > ul > li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* comparsa elementi del menu con tempistiche differenti */
.nav > ul > li:nth-child(2) {
    -webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
    transition: opacity .5s .2s, transform .5s .2s;
}

.nav > ul > li:nth-child(3) {
    -webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
    transition: opacity .5s .3s, transform .5s .3s;
}

.nav > ul > li:nth-child(4) {
    -webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
    transition: opacity .5s .4s, transform .5s .4s;
}

.nav > ul > li:nth-child(5) {
    -webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
    transition: opacity .5s .5s, transform .5s .5s;
}

.nav > ul > li:nth-child(6) {
    -webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
    transition: opacity .5s .6s, transform .5s .6s;
}





.a, .object {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-left: 10px;
    font-family: "Nanum Gothic";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #6e6d7a;
    text-decoration: none;
    margin-left: 40px;
    -webkit-transition: color .5s ease, padding .5s ease;
    -moz-transition: color .5s ease, padding .5s ease;
    transition: color .5s ease, padding .5s ease;
}


.a:hover, .object:hover {
    color: #0d0c22
}

.nav > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

.nav > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}




/*css per menu a tendina corrispondente all'elemento "Curricoli EAS" a propria volta inserito nel menu a comparsa laterale */
/* .sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
  } */
  .sidebar {
      overflow-x: hidden;
  }

  /* Style the sidenav links and the dropdown button */
  .sidebar a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    color: #6e6d7a;
    font-family: "Nanum Gothic";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 7px;
  }

  /* On mouse-over */
  .sidebar a:hover, .dropdown-btn:hover {
    color: #0d0c22
  }



  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
  .dropdown-container {
    display: none;
    padding-left: 15px;
  }

  /* Optional: Style the caret down icon */
  .fa-caret-down {
    float: right;
    padding-right: 8px;
  }

  .dropdownItem-text-mobile {
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 85%
}

.dropdownItem-title-mobile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        color: #0d0c22;
        font-family: "Nanum Gothic";
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
        padding-left: 10px;
        margin-top: 6px;
}

.dropdownIcon-mobile {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 17px;
    height: 17px
}
.dropdownItem-mobile.green .dropdownIcon-mobile, .dropdownItem-mobile.green .dropdownArrow-mobile {
    color: #124A39
}
.dropdownItem-mobile.black .dropdownIcon-mobile, .dropdownItem-mobile.black .dropdownArrow-mobile {
    color: #231f20
}
.dropdownArrow-mobile {
    margin-right: 8px;
    margin-top: 8px;
    -webkit-transition: opacity 200ms ease-in, -webkit-transform 200ms ease-in;
    transition: opacity 200ms ease-in, -webkit-transform 200ms ease-in;
    transition: transform 200ms ease-in, opacity 200ms ease-in;
    transition: transform 200ms ease-in, opacity 200ms ease-in, -webkit-transform 200ms ease-in;
    opacity: 0
}
.dropdownItem-mobile:hover .dropdownArrow-mobile {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
    opacity: 1;
}
.dropdownItem-mobile-bottom {
    margin-bottom: 10px;
}
.dropdownItem-mobile-padding {
    display: block;
    padding: 15px 18px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    border-radius: 12px;
    background-color: #fff
}
.dropdownItem-mobile-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    border-radius: 6px;
    background: #f8f8f8
}
.dropdownItem-mobile:hover.green .dropdownItem-mobile-icon {
    background: rgba(126, 211, 100, 0.1)
}
.dropdownItem-mobile:hover.black .dropdownItem-mobile-icon {
    background: rgba(227, 222, 222, 0.5)
}













.sidebar2 {
    height: 500px;
    position: fixed;
    left: 0;
    bottom: 0;
    margin-top: 20px;
    top: -1220px;
    padding: 15px 20px;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    z-index: 8000;
    list-style-type: none;
}
.sidebar3 {
    height: 500px;
    position: fixed;
    left: 0;
    bottom: 0;
    margin-top: 20px;
    top: -1220px;
    padding: 15px 20px;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    z-index: 8000;
    list-style-type: none;
}



[id='list'] {
    position: absolute;
    display: none;
}


/* [id='list']:checked ~ .sidebar2 > .list {
    left: auto;
    top: 1em;
}


[id='list']:checked ~ .sidebar2 {
    top: 0;
    overflow-y: auto;
} */


[id='list']:checked ~ main {
    opacity: 0.2;
}

[id='list2'] {
    position: absolute;
    display: none;
}


[id='list']:checked ~ .sidebar3 > .list {
    left: auto;
    top: 1em;
}


[id='lis3']:checked ~ .sidebar3 {
    top: 0;
    overflow-y: auto;
}



 .sidebar2 > li {
    line-height: 2.5;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    -moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
    -ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s;
}
.sidebar3 > li {
    line-height: 2.5;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    -moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
    -ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s;
}

[id='list']:checked ~ .sidebar3 > li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

[id='list']:checked ~ .sidebar3 > li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
 .sidebar2 > li:nth-child(2) {
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s;
}

.sidebar2 > li:nth-child(3) {
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s;
}


.sidebar2 > li > a:hover,
.sidebar2 > li > a:focus {
    opacity: 0.6;
}


.sidebar2 > li > a:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

.sidebar2 > li > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}
}


 div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 100%;
    vertical-align: baseline;
    list-style: none;
}


html {
    height: 100%;
}

body {
    font-family: "Nanum Gothic";
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    overflow-x: hidden;
    background: #fff;
    color: #0d0c22
}

a:link {text-decoration: none;}

.desktopNav {
    width: auto;
    height: 65px;
}
.desktopNavUl {
    display: flex;
    height: 100%;
    margin-right: 5%;
    float: right;
    width: auto;
}
.desktopNavUl .desktopNavItem {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 6px;
    color: #6e6d7a;
    font-family: "Nanum Gothic";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}
@media (min-width: 1200px) {
    .desktopNavUl .desktopNavItem {
        padding-right: 16px;
        padding-left: 16px
    }
}
.desktopNavUl .desktopNavItem:hover a {
    color: #0d0c22
}
.desktopNavItem:hover .slider {
    z-index: -500;
}
.desktopNavItem:hover ~ .slider {
    z-index: -500;
}
.desktopNavItem a {
    -ms-flex-align: center;
    align-items: center;
    color: inherit
}
.navHoverItem {
    position: relative
}
.navHoverItem p {
    color: #3d3d4e
}
.navHoverItem:hover {
    z-index: 1
}
@media (min-width: 920px) {
    .navHoverItem:hover .hoverMenu {
        visibility: visible;
        -webkit-transition: visibility 200ms linear, opacity 150ms linear;
        transition: visibility 200ms linear, opacity 150ms linear;
        opacity: 1
    }
}
.navHoverItem:hover:before {
    content: '';
    position: absolute;
    left: -50px;
    width: 60px;
    height: 60px;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%)
}
.navHoverItem:hover:after {
    content: '';
    position: absolute;
    right: -50px;
    width: 60px;
    height: 60px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%)
}
.navHoverItem .hoverMenu {
    display: flex;
    visibility: hidden;
    position: absolute;
    top: 85%;
    left: -50px;
    border-radius: 12px;
    opacity: 0;
    -webkit-box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.15)
}


.navHoverItem .dropdownList  {
    width: 350px;
    padding: 16px 0;
    border-radius: 12px;
    background: #fff
}

.navHoverItem .dropdownList.dropdownListGrey {
    width: 200px;
    padding: 24px 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #f8f8f8
}
.navHoverItem .dropdownList.dropdownListGrey a {
    color: #6e6d7a;
    font-weight: 400
}
.navHoverItem .dropdownList.dropdownListGrey a:hover {
    color: #0d0c22
}
.navHoverItem .dropdownList .creative-market-logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 72px
}
.navHoverItem .dropdownItem-text {
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 85%
}
.navHoverItem .dropdownArrow {
    margin-right: 8px;
    -webkit-transition: opacity 200ms ease-in, -webkit-transform 200ms ease-in;
    transition: opacity 200ms ease-in, -webkit-transform 200ms ease-in;
    transition: transform 200ms ease-in, opacity 200ms ease-in;
    transition: transform 200ms ease-in, opacity 200ms ease-in, -webkit-transform 200ms ease-in;
    opacity: 0
}

.navHoverItem .dropdownItem-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 16px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    border-radius: 6px;
    background: #f8f8f8
}


.navHoverItem .dropdownIcon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px
}


.navHoverItem .dropdownIcon.small-icon {
    width: 14px;
    height: 14px
}
.navHoverItem .dropdownItem-padding {
    display: block;
    margin: 0 22px;
    padding: 15px 18px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    border-radius: 12px;
    background-color: #fff
}
.navHoverItem .dropdownItemGrey-padding {
    display: block;
    padding: 9px 36px
}

.navHoverItem .demo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%
}

.navHoverItem .dropdownItem.green .dropdownIcon, .navHoverItem .dropdownItem.green .dropdownArrow {
    color: #124A39
}
.navHoverItem .dropdownItem.black .dropdownIcon, .navHoverItem .dropdownItem.black .dropdownArrow {
    color: #231f20
}


.navHoverItem .dropdownItem:hover .dropdownArrow {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
    opacity: 1;
}

.navHoverItem .dropdownItem:hover.green .dropdownItem-icon {
    background: rgba(126, 211, 100, 0.1)
}
.navHoverItem .dropdownItem:hover.black .dropdownItem-icon {
    background: rgba(227, 222, 222, 0.5)
}

.navHoverItem .dropdownItem-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #0d0c22;
    font-family: "Nanum Gothic";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}
.navHoverItem .dropdownItem-desc {
    margin-top: 4px;
    color: #6e6d7a;
    font-size: 13px;
    word-break: break-word;
    font-family: "Nanum Gothic";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}



.fill-current {
    fill: currentColor
}
.flexbox-break {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden
}
.flex {
    display: flex !important
}
.inline-flex {
    display: inline-flex
}
.flex-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0
}
.iconArrow {
    width: 12px;
    height: 12px
}
.search {
    width: 15px;
    height: 15px;
    color: #6e6d7a;
}
.search:hover {
    color: #0d0c22;
}
.floatItem {
    float: left;
    padding: 30px 6px;
    color: #6e6d7a;
    font-family: "Nanum Gothic";
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-left: 5%;
}
.floatItem:hover a {
    color: #0d0c22;
}

/*Emma*/
html {
  scroll-behavior: smooth;
}

.top_e {
  height: 100vh;
  background: url("img/eass.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  box-shadow: inset -15px 20px 20px -20px rgba(0,0,0, 0.5);
  -moz-box-shadow: inset -15px 20px 20px -20px rgba(0,0,0, 0.5);
  -webkit-box-shadow:inset -15px 20px 20px -20px rgba(0,0,0, 0.5);
}

.bottom_e {
  height: 100vh;
  display: none;
}


.h2_e {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #124A39;
  /* padding: 5%; */
}

.h3_e {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #124A39;
  line-height: 1.2;
}


.h1_e {
  font-size: 30px;
  font-weight: bold;
  color: #124A39;
  font-family: 'Nanum Gothic', sans-serif;
  float: left;
}

.p2_e {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: lighter;
  display: block;
  color: #000;
  font-size: 14px;
  float: left;
  text-align: justify;
  line-height: 1.4;
  margin-top: 2%;

}

.a_e {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: lighter;
  display: block;
  color: #000;
  font-size: 14px;
  float: left;
  text-align: left;
  line-height: 1.4;
  width: 90%;
  border-radius: 10px;
}

a.ali_e:hover{
  color: #124a39;
  text-decoration: underline;;
}
.p3_e {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: lighter;
  display: block;
  color: #000;
  font-size: 14px;
  float: left;
  text-align: left;
  line-height: 1.3;
  margin-top: 2%;
  width: 100%;
}

.p4_e {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: lighter;
  display: block;
  color: #000;
  font-size: 14px;
  float: left;
  text-align: left;
  line-height: 1.3;
  margin-top: 1%;
  width: 100%;
}

.p_e {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: lighter;
  display: block;
  /* padding: 10%;
  font-size: 10px; */
  color: #A6A6A6;
  font-size: 14px;
}

@media (max-width: 768px) {
  .h2_e {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 50px;
    font-weight: bold;
    color: #124A39;
    /* padding: 5%; */
  }
  .p_e {
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: lighter;
    display: block;
    /* padding: 10%;
    font-size: 10px; */
    color: #A6A6A6;
    font-size: 13px;
  }

  .p2_e {
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: lighter;
    display: block;
    color: #000;
    font-size: 11px;
    float: left;
    text-align: justify;
    line-height: 1.4;
    margin-top: 2%;

  }

  .ali_e {
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: lighter;
    color: #000;
    font-size: 11px;
    text-align: left;
    line-height: 1.4;
  }

  a.ali_e:hover{
    color: #124a39;
    text-decoration: underline;
  }
  .p3_e {
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: lighter;
    display: block;
    color: #000;
    font-size: 11px;
    float: left;
    text-align: left;
    line-height: 1.3;
    margin-top: 2%;
    width: 90%;
  }

  .p4_e {
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: lighter;
    display: block;
    color: #000;
    font-size: 11px;
    float: left;
    text-align: left;
    line-height: 1.3;
    margin-top: 1%;
    width: 90%;
  }
  .uno_e {
  margin-left: 4%;
  width: 35%;
  margin-top: 15%;
}

.container_lista_e {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: lighter;
  display: block;
  color: #000;
  font-size: 11px;
  float: left;
  text-align: left;
  line-height: 1.3;
  margin-top: 1%;
  width: 100%;
}

.li_e {
  font-size: 11px;
}

}

.uno_e {
  margin-left: 4%;
  width: 35%;
  margin-top: 8%;
}

.title_e {
  line-height: 1.1;
  text-align: justify;
}

.desc_e {
  margin-top: 10%;
  line-height: 1.5;
  text-align: justify;
}

.btndiv_e {
  text-align: center;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 14px;
  border-radius: 20px;
  background-color: #124A39;
  height: 40px;
  width: 130px;
  border: 0px;
  color: #fff;
  cursor: pointer;
  margin-top: 10%;
}
.btndiv_e:hover{
  color: #f2f2f2;
  background-color: #0f3f30;
}
 a.link_sdp_e:link, a.link_sdp_e:visited {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.link_container_e {
  padding-top: 5px;
}

a.x_e:link, a.x_e:visited {
 color: black;
 text-decoration: none;
 cursor: pointer;
}

.x_e {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 30px;
}

.x_div_2 {
  float: right;
  padding: 30px;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 1;
}

a.x_e:hover {
  color: #1C1C1C;
}

.sx_e{
  width: 90%;
  float: left;
  z-index: -1;
}

.container_e {
  margin-left: 10%;
  float: right;
  width: 90%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-top: 8%;

}

.text1_e {
  display: flex;
  width: 90%;
  justify-content: center;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10%;
  background-color: #E0E0E0;
  height: 40%;
  border-radius: 35px;
}

.text2_e {
  display: flex;
  width: 90%;
  justify-content: center;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10%;
  background-color: #E0E0E0;
  height: 40%;
  border-radius: 35px;
}

.text3_e {
  display: flex;
  width: 90%;
  justify-content: center;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10%;
  background-color: #E0E0E0;
  height: 40%;
  border-radius: 35px;
}

.text4_e {
  display: flex;
  width: 90%;
  justify-content: center;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10%;
  background-color: #E0E0E0;
  height: 40%;
  border-radius: 35px;
}

.text5_e {
  display: flex;
  width: 90%;
  justify-content: center;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10%;
  background-color: #E0E0E0;
  height: 40%;
  border-radius: 35px;
}

.text6_e {
  display: flex;
  width: 90%;
  justify-content: center;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10%;
  background-color: #E0E0E0;
  height: 40%;
  border-radius: 35px;
}

.content_e {
  width: 90%;
  margin: 5%;
}

.quotation_opn {
  float: left;
  margin-left: -3%;
  margin-bottom: -4%
}

.quotation_cls {
  float: right;
  margin-right: 3%;
  margin-top: -3%;
}

.dx_e {
  position: sticky;
  width: 10%;
  float: right;
  height: 350vh;
  top: 0;
}

.points {
  justify-content: center;
  align-items: center;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  padding-top: 70%;
  text-align: center;
  z-index: -1;
}

a.dot_e {
color: #124a39;
font-size: 70px;
}


a.dot_e:hover{
  text-shadow: 0 0 7px #000000;
}

.bottombottom_e {
    height: 50vh;
    width: 100%;
    display: flex;
    flex-wrap: column;
}

.cont_e {
  height: 50vh;
  width: 80%;
  float: right;
  margin-right: -3%;
  position: static;
  z-index: -1;
  margin-left: -5%;
}

.ces_e {
  display: flex;
  height: 50%;
  width: 100%;
  background-color: #E0E0E0;
  border-radius: 35px;
  margin-right: 0;
  align-items: center;
  justify-content: center;
}

.cardces_e {
  position: static;
  z-index: 1;
  width: 23%;
  height: 50vh;
  float: left;
}

/*
.contenito_e {
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: flex-end;
  float: left;
} */
.ccard_e {
  margin-bottom: 7%;
  width: 200px;
  height: 55px;

}
.card {
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  align-items: center;
  float: left;
  justify-content: center;
}

.card img {
  width: 69%;
  border-radius: 15px;
}

.container_lista_e {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: lighter;
  display: block;
  color: #000;
  font-size: 14px;
  float: left;
  text-align: left;
  line-height: 1.3;
  margin-top: 1%;
  width: 100%;
}

.ul_e {
  list-style: none;
}

ul.ul_e li.li_e::before {
  content: "\2022";
  color: #124a39;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}

.ali_e {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: lighter;
  color: #000;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  width: 90%;
}

/*Lorenzo Baesso*/

/*page 1*/
.bg1LB{
    float: right;
    max-height: 90vh;
}

.positionIcon1LB{
    position: absolute;
    margin-top: 6%;
    margin-left: 86%;
    width: 5vw;
}

.positionIcon2LB{
    position: absolute;
    margin-top: 13%;
    margin-left: 82%;
    width: 5vw;
}

.positionIcon3LB{
    position: absolute;
    margin-top: 16%;
    margin-left: 92%;
    width: 5vw;
}

#positionIconLB {
    width: 50px;
    transition-property: width;
    transition-duration: 1s;
    transition-timing-function: linear;
}

#positionIconLB:hover {
    width: 65px;
}

.page1LB {
    height: 90vh;
    z-index: 101010;
    margin-top: 25px;
    float: left;
    max-width: 50vw;
    background-color: transparent;
}

.header1LB {
    margin-top: 10vh;
    height: 50vh;
    margin-left: 4vw;
    font-family: 'Nanum Gothic', sans-serif;
}

.titleLB {
    font-size: 60px;
    font-weight: bold;
    color: #124A39;
    line-height: normal;
}

.descriptionLB{
    color: #A6a6a6;
    font-weight: normal;
    font-size: 16px;
    margin-top: 10%;
}

.schoollistLB{
    color: #A6a6a6;
    font-weight: normal;
    font-size: 16px;
    list-style:inside;
}

.listLB{
    color: #A6a6a6;
    font-weight: normal;
    font-size: 16px;
    list-style: inside;
}

.linkLB{
    color: #A6a6a6;
    font-weight: normal;
    font-size: 16px;
    list-style: inside;
}

.linkLB:hover {
    color: #124A39;
    font-weight: bold;
    transition: color 1s;
}

.clearLB{
    clear: both;
}

.schoolLB{
    max-height: 100vh;
    max-width: 100vw;
}

.btnschoolLB {
    display: inline-block;
    padding: 7px 20px;
    background-color:#124A39;
    color:white;
    border: 1px solid #124A39;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 16px;
    cursor: pointer;
}

/*page 2*/
.page2LB {
    background-color: white;
    height: 100vh;
    z-index: 101010;
    float: right;
    max-width: 50vw;
    background-color: transparent;
}

.header2LB {
    margin-top: 18vh;
    height: 82vh;
    margin-right: 4vw;
    font-family: 'Nanum Gothic', sans-serif;
    max-width: 40vw;
}

.bg2LB {
    float: left;
    height: 80vh;
    max-width: 46vw;
    margin-top: 10vh;
    margin-bottom: 10vh;
    margin-left: 4vw;
    border-radius: 7%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*page 3*/
.page3LB {
    background-color: white;
    height: 100vh;
    z-index: 101010;
    float: left;
    max-width: 50vw;
    background-color: transparent;
}

.header3LB {
    margin-top: 18vh;
    height: 82vh;
    margin-left: 4vw;
    font-family: 'Nanum Gothic', sans-serif;
    max-width: 40vw
}

.bg3LB {
    float: right;
    height: 80vh;
    max-width: 46vw;
    margin-top: 10vh;
    margin-bottom: 10vh;
    margin-right: 4vw;
    border-radius: 7%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.topLB{
    box-shadow: inset -15px 20px 20px -20px rgba(0,0,0, 0.5);
    -moz-box-shadow: inset -15px 20px 20px -20px rgba(0,0,0, 0.5);
    -webkit-box-shadow:inset -15px 20px 20px -20px rgba(0,0,0, 0.5);
}

/*visual mobile*/

@media (max-width: 1100px) {
    .bg1LB {
        height: 55vh;
    }
    .titleLB{
        font-size: 30px;
    }
}

@media (max-width: 780px) {
    .bg1LB {
        height: 0px;
    }
    .schoolLB{
        height: auto;
        width: auto;
    }
    .linkLB{
        display: inline-block
    }
    .page3LB{
        margin-top: auto;
        width: auto;
    }
    .page2LB{
        margin-top: auto;
    }
}

 /* ! footer */
.backspaceID{
  clear: both;
}
.mt_1{
  margin-top: 25px;
}
.footer{
  color: white;
    background-color:#124A39 ;
    padding-top: 25px;
    align-items: center;
    text-align: center;
    padding-bottom: 10px;}

.footer-bottom{
    background:white;
    color: #124A39;
    padding: 10px 0;
    text-align: center;
    align-items: center;}

