/*
color: #FFFFFF; magenta
color: #480dfb; menta
*/


#icontainer::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#icontainer::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
#icontainer::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border: 0px none #FFFFFF;
}
#icontainer::-webkit-scrollbar-thumb:hover {
  background: #FFFFFFDD;
}
#icontainer::-webkit-scrollbar-thumb:active {
  background: #FFFFFF;
}
#icontainer::-webkit-scrollbar-track {
  background: #FFFFFF00;
  border: 0px none #FFFFFF;
}
#icontainer::-webkit-scrollbar-track:hover {
  background: #FFFFFF00;
}
#icontainer::-webkit-scrollbar-track:active {
  background: #FFFFFF00;
}
#icontainer::-webkit-scrollbar-corner {
  background: transparent;
}
#flash {
    display: inline-block;
    padding: 9px 15px 9px 55px;
    background-color: #480dfb;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 45px;
    line-height: 110%;
    cursor: pointer;
    transform: translateX(calc(100% - 55px));
    transition:0.2s cubic-bezier(0.4, 0, 1, 1);
}
#flash:hover{
    transform: translateX(0);
    text-decoration: none;
}
.flashm {
    background-color: #480dfb;
    width: 15px;
    height: 15px;
    display: block;
    text-align: center;
    font-size: 13px;
    border-radius: 50%;
    color: #FFF;
    font-weight: bold;
    line-height: 15px;
    position: absolute;
    top: -8px;
    right: -8px;
    border: 2px solid;
    box-sizing: content-box;
}
#hi {
    background-color: #480dfb;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    color: #FFF;
    font-weight: bold;
    line-height: 30px;
    border: 3px solid;
    box-sizing: content-box;
    position: absolute;
    left: 10px;
    top: 7px;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

#mobiframe{
    background-color: #480dfb;
}

#ifrm{
    position:fixed;
    width:0;
    min-height:0;
    top:45px;
    right:0;
    opacity:0;
    background: #FFFFFFee;
    transition:0.5s cubic-bezier(0.42,0,0.58,1);
    z-index: 99999;
    cursor: pointer;
}
.on{
    width:100% !important;
    min-height:100vh !important;
    opacity: 1 !important;
    padding: 40px;
    top: 0 !important;
}
#if{
    margin: 0;
    font-family: 'Arial', 'Helvetica', sans-serif;
}
#icontainer {
    background-color: #480dfb;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
    overflow-x: hidden;
    position: fixed;
    display: flex;
    flex-direction: column;
    background-image: url('desk.png');
    background-repeat: no-repeat;
    background-size: contain;
}
#skip{
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    top: 40px;
    right: 40px;
    position: fixed;
    z-index: 99999;
}
.x {
    display: block;
    background-color: #FFFFFF;
    width: 30px;
    height: 4px;
    position: relative;
    top: 50%;
    transform-origin: 50% 50%;
    border-radius: 2px;
}
.x1 {
    transform: rotate(45deg) translateY(3px);
}
.x2 {
    transform: rotate(-45deg) translateY(-3px);
}
#color {
    color: #fff;
    box-sizing: border-box;
}

#icontainer h2{
    font-size: 1.8em;
    line-height: 120%;
    margin: 0;
    margin-top: 1em;
    font-weight: normal;
}
.elem:not(:last-child){
    margin-bottom: 1rem;
}
.elem{
    width: 100%;
}
#icontainer{
    font-size: 1.3rem;
    line-height: 110%;
}
.boton1 a, .boton1 a:visited {
    text-decoration: none;
    background-color: #480dfb44;
    color: #FFFFFF;
    border: 3px solid;
    padding: 1em 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
    transition: 0.2s;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: auto;
    margin-right: 2rem;
    border-radius: 0px;
    letter-spacing: normal;
}
.boton1 {
    display: flex;
    width: 100%;
    z-index: 99999;
}
.boton1 a:hover, .boton1 a:active{
    text-decoration: none;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #480dfb;
}
.boton1 > div{
    flex: auto;
}
.cls-2, .cls-3 {
    stroke-width: calc(1px - 0.01vw);
}

.land_row {
    display: flex;
    flex-direction: row;
    position: relative;
    gap: 2rem;
    flex: auto;
}
.land_col {
    width: 60%;
    padding-bottom: 2%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    justify-content: end;
    max-height: 60vh;
    flex: auto;
}
#land_intro{
    width: 50%;
}
#land_s{
    width: 10%;
}
.land_col#land_text{
    width: 30%;
}
p{ margin: 1rem 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}
.mov{display: none;}
  

@media only screen and (max-width: 768px) {
    .on{
        padding: 0;
    }
    .cls-2, .cls-3 {
        stroke-width: calc(1px - 0.05vw);
    }
    #icontainer h2, #icontainer h3{
        line-height: 120%;
    }
    .boton1 a {
        width: calc(100% - 55px) !important;
        margin-bottom: 15px !important;
        padding: 12px !important;
        min-height: auto;
    }
    .boton1{
        display: unset;
        border: none;
        margin-top: 0;
    }
    #icontainer{
        padding: 30px;
    }
    #skip {
        top: 15px;
        right: 15px;
        position: fixed;
    }
    #flash{
        display: none;
    }
    .land_row {
        flex-wrap: wrap;
    }
    .land_col, .land_col#land_text, .land_col#land_intro{
        width: 100%;
        margin-bottom: 10%;
        padding: 0;
    }
    #land_intro{
        margin-top: 14vh;
    }
    .desk{display: none;}
    .mov {
        display: unset;
        border-top: 1px solid;
        border-bottom: 1px solid;
        margin-bottom: -5%;
        padding-bottom: 5%;
    }
    .x {
        background-color: #FFFFFF;
    }
    #icontainer {
        background-image: url('mov.png');
        background-size: cover;
    }
    #icontainer h2{ font-size:1.5em; }
}