/*
color: #000000; magenta
color: #ebd2c0; menta
*/


#icontainer::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#icontainer::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
#icontainer::-webkit-scrollbar-thumb {
  background: #000000;
  border: 0px none #000000;
}
#icontainer::-webkit-scrollbar-thumb:hover {
  background: #000000DD;
}
#icontainer::-webkit-scrollbar-thumb:active {
  background: #000000;
}
#icontainer::-webkit-scrollbar-track {
  background: #00000000;
  border: 0px none #000000;
}
#icontainer::-webkit-scrollbar-track:hover {
  background: #00000000;
}
#icontainer::-webkit-scrollbar-track:active {
  background: #00000000;
}
#icontainer::-webkit-scrollbar-corner {
  background: transparent;
}
#flash {
    display: inline-block;
    padding: 9px 15px 9px 55px;
    background-color: #e0c7e0;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    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: #e0c7e0;
    width: 15px;
    height: 15px;
    display: block;
    text-align: center;
    font-size: 13px;
    border-radius: 50%;
    color: #000000;
    font-weight: bold;
    line-height: 15px;
    position: absolute;
    top: -8px;
    right: -8px;
    border: 2px solid;
    box-sizing: content-box;
}
#hi {
    background-color: #e0c7e0;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    color: #000000;
    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: #ebd2c0;
    color: #000000;
}

#ifrm{
    position:fixed;
    width:0;
    min-height:0;
    top:45px;
    right:0;
    opacity:0;
    background: #ffffffd9;
    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;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#if h2, #if strong, #if a{
  font-weight: bold;
}
#icontainer {
    background-color: #e0c7e0;
    background: linear-gradient(0deg, #e2c8e1, #be9ac8)
    color: #000000;
    width: 100%;
    height: 100%;
    padding: 4rem;
    box-sizing: border-box;
    overflow-x: hidden;
    position: fixed;
    display: flex;
    flex-direction: column;
}
#skip {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    top: 1.5rem;
    right: 1.5rem;
    position: fixed;
    z-index: 99999;
}
.x {
    display: block;
    background-color: #000000;
    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: #000000;
    box-sizing: border-box;
}

#icontainer h2 {
    font-size: 1.8em;
    line-height: 120%;
    margin: 0;
    font-weight: normal;
    margin-bottom: 2rem;
}
.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: #ffbdca;
    border-radius: .75rem;
    color: #000000;
    padding: 0.75em 1.2em;
    font-weight: 700;
    margin-bottom: 1rem;
    transition: 0.2s;
    letter-spacing: normal;
    display: block;
}
.boton1 a:last-child {
    margin-bottom: 0;
}
.boton1 a:nth-child(2){
    background-color: #ffe395;
}
.boton1 a:nth-child(3){
    background-color: #a8d7ff;
}
.boton1 {
    width: 100%;
    z-index: 99999;
    margin-top: 2rem;
}
.boton1 a:hover, .boton1 a:active {
    text-decoration: none;
    background-color: #000000;
    color: #ffbdca;
}
.boton1 a:nth-child(2):hover, .boton1 a:nth-child(2):active {
    color: #ffe395;
}
.boton1 a:nth-child(3):hover, .boton1 a:nth-child(3):active {
    color: #a8d7ff;
}
.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: space-between;
    flex: auto;
}
#land_intro {
    width: 50%;
    justify-content: start;
    max-height: 90vh;
}
#land_s{
    width: 10%;
}
.land_col#land_text {
    width: 25%;
    background: #fff;
    border-radius: 1.5rem;
    padding: 1.25rem;
}
p {
    margin: 0;
    margin-bottom: 1rem;
}
svg {
    width: 98%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-top: -1.5rem;
    margin-left: -1rem;
}
.comp {
    position: absolute;
    max-height: 72vh;
    bottom: -7%;
    right: calc(-10vw - 10%);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}
.mov{display: none;}
  

@media only screen and (max-width: 768px) {
    #icontainer {
        font-size: 1rem;
        line-height: 110%;
    }
    .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% - 25px) !important;
        margin-bottom: 15px;
        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-left: -1rem;
        margin-right: -1rem;
    }
    #land_intro{
        max-height: 50vh;
    }
    .desk{display: none;}
    .mov {
        display: unset;
        border-top: 1px solid;
        border-bottom: 1px solid;
        margin-bottom: -5%;
        padding-bottom: 5%;
    }
    .x {
        background-color: #000000;
    }
    #icontainer h2{ font-size:1.5em; }

    .comp {
        position: relative;
        flex: none;
        bottom: unset;
        max-height: 73vw;
        margin-top: -3%;
        margin-bottom: -1.5rem;
    }
    svg {
        flex: none;
        margin-left: 0;
        margin-top: -1rem;
        width: 90%;
    }
}