@font-face {
    font-family: Geneva;
    src: local("Geneva"),
    local("Geneva"),
    url(fonts/Geneva.ttf);
    font-weight: bold;
}

@font-face {
    font-family: dincondensed;
    src: local("dincondensed"),
    local("dincondensed"),
    url(fonts/DINCondensedBold.ttf);
    font-weight: bold;
}

.fgeneva{font-family: Geneva}
.fdin{font-family: dincondensed}


body{
    font-family: Geneva;
}

.colorVerde1{color:#539C4C}
.colorPlomo1{color:#878787}
.colorPlomo2{color:#C6C6C6}

.fondoVerde1{background:#539C4C}

.f19{font-size:19px}
.f22{font-size:22px}
.f23{font-size:23px}
.f26{font-size:26px}
.f28{font-size:28px}
.f30{font-size:30px}
.f35{font-size:35px}
.f40{font-size:40px}
.f50{font-size:50px}
.f60{font-size:60px}
.f65{font-size:65px}
.f80{font-size:80px}
.f70{font-size:70px}
.f100{font-size:100px}
.f120{font-size:120px}
.f130{font-size:130px}
.f150{font-size:150px}

#cruz{
    height: 54px;
    position: fixed;
    right: 36px;
    top: 35px;
    cursor: pointer;
    z-index: 1;
}

#cruzBackground{
    position: fixed;
    right: -436px;
    z-index: 20;
}



.aparecerMenu{
    animation: myfirst 0.5s linear 0s;
    animation-fill-mode: both;
}

.creceFont{
    animation: creceFont 0.5s linear 0s infinite;
    animation-fill-mode: both;
}

.flechaInicio{
    text-align: center;
    position: fixed;
    z-index: 1000;
    bottom: 30px;
    right: 30px;
    color: white;
    background: #539C4C;
    font-size: 40px;
    width: 50px;
    height: 50px;
    padding: 4px;
    border-radius: 127px;
    display: none;
}

#cruz{
    animation: pulseo 0.5s linear 0.5s infinite;
}

@keyframes myfirst {
    0%   {right: -433px;}
    100% {right: 0px; }
}

@keyframes pulseo {
    0%   {height: 54px;right: 36px;top: 35px;}
    100% {height: 58px;right: 34px;top: 34px; }
}

@keyframes creceFont {
    0%   {margin-right: 10px;}
    100% {margin-right: 25px;}
}

#cruzContenido{
    color: white;
    position: fixed;
    right: -433px;
    top: 20px;
    z-index: 22;
}

#cruzBackground img{
    height: 570px;
}

#cruzCerrar{
    height: 54px;
    cursor: pointer;
}

#cruzList{
    font-size: 45px;
    line-height: 48px;
    list-style-type: none;
}

#cruzList li{
    opacity: 0.4;
    cursor: pointer;
}
#cruzList li:hover{
    opacity: 1;
}

#cruzRedes img{
    height: 29px;
}
.enlaceSlide{
    font-size: 14px;
}
.enlaceSlide::before {
    height: 1px;
    border: 10px solid transparent;
    border-left: 10px solid #539C4C;
    content: "";
    display: inline-block;
    width: 1px;
}

.hexagono{
    position: absolute;
    z-index: 2;
    /* height: 125%; */
    top: -50px;
    display: none;
}

.hexagono2{
    /* position: absolute; */
    left: 0;
    width: 100%;
}

.slide_logo{
    position: absolute;
    top: 29px;
    height: 86px;
    left: 40px;
}

.slide_divf{
    position: absolute;
    top: calc(50% - 60px);
    height: 150px;
    left: 213px;
}
.slide_divf_img{
    height: 100px;
}

.slide_divapp{
    position: absolute;
    bottom: 48px;
    /* height: 150px; */
    right: 50px;
}

.slide_divapp img{
    height: 30px;
    margin-bottom: 14px;
}

.l_ecommerce{
    height: 150px;
}

.inputVerde{
    border:0;
    border-bottom: 2px solid #539C4C;
}

.inputVerde:focus{
    outline: none;
}

.textareaVerde{
    border: 2px solid #539C4C;
}

.listaColor {
    list-style: none;
}

.listaColor::before {
    content: "\2022";
    color: #539C4C;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

.listaColorUl {
    list-style: none;
}

.listaColorUl li::before {
    content: "\2022";
    color: #539C4C;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
.divHexagono{
    position: relative;
}

#textWebWD{line-height: 95px; font-size: 181px;}
#textDevelopmentWD{    line-height: 95px; font-size: 57px;}

#textAppAD{line-height: 140px; font-size: 181px;}
#textDevelopmentAD{line-height: 140px; font-size: 57px;}
#imgVainsainnova{height:124px}

#textSocialSM{line-height: 120px; font-size: 181px;}
#textMediaSM{line-height: 120px; font-size: 97px;}

#textClientesC{line-height: 120px; font-size: 181px;}
#divConTexto{left:19%;}

.img_logo_fixed{position:fixed;top:20px;left:40px;height:80px;z-index:1000}

@media (max-width: 1664px) { 
    .divHexagono .f120{
        font-size: 100px;
    }
    .divHexagono .f50{
        font-size: 40px;
    }

}

@media (max-width: 1440px) { 
    .divHexagono .f120{
        font-size: 60px;
    }
    .divHexagono .f50{
        margin-top: 29px !important;
        font-size: 21px;
    }

}

@media (min-width: 577px) { 
    .divMenu:hover #cruzBackground{
    animation: myfirst 0.5s linear 0s;
    animation-fill-mode: both;
    }
    .divMenu:hover #cruzContenido{
        animation: myfirst 0.5s linear 0s;
        animation-fill-mode: both;
    }
}

@media (max-width: 576px) { 
    .divHexagono .f120{
        font-size: 50px;
        margin: 0px !important;
    }
    .divHexagono .f50{
        margin-top: 0px !important;
        font-size: 16px;
    }
    
    #textWebWD{line-height: 40px;font-size: 70px;}
    #textDevelopmentWD{line-height: 54px;font-size: 29px;}
    
    #textAppAD{line-height: 40px;font-size: 70px;}
    #textDevelopmentAD{line-height: 54px;font-size: 29px;}
    
    #tituloIntegracion{font-size:88px;}
    
    #imgVainsainnova{height:99px}
    
    #textSocialSM{line-height: 12px; font-size: 90px;}
    #textMediaSM{line-height: 97px; font-size: 46px;}
    #textClientesC{line-height: 49px;font-size: 65px;}
    
    #textNumeroN{font-size: 100px;}
    #divConTexto{left:0%;}  
    
    .imgHexa4{width:75%;}
    
    #logoMagento3{    padding: 17px 40px 0 50px;}
    
    #divUi{text-align:center;}
    
    .divCenterMobil{text-align:center;}
    
    .circulo1{   
        margin-bottom: 45px;
        width: 64%;    
    }
    .circulo2{   
        margin-bottom: 45px;
        width: 64%;   
        
    }
    .textVerMas{
        font-size: 52px;
        margin-bottom: 16px;
    }
    
    .img_logo_fixed{
        top: 6px;
        left: 8px;
        height: 46px;
    }
    
    .slide_divf{
        position: absolute;
        top: calc(50%);
        height: 150px;
        left: 26px;
    }
    
    .slide_divf_img {
        height: 58px;
    }
    
    .enlaceSlide::before {
        height: 1px;
        border: 5px solid transparent;
        border-left: 5px solid #539C4C;
        content: "";
        display: inline-block;
        width: 1px;
    }
    
    .enlaceSlide {
        font-size: 12px;
    }
    
    .slide_divf div{
        margin-top:2px !important;
    }

    .slide_divapp img {
    height: 13px;
    margin-bottom: 0px;
}
.slide_divapp {
    position: absolute;
    bottom: 7px;
    /* height: 150px; */
    right: 14px;
}
    .text-end-m{
        text-align: right!important;
    }

}
