

#logo a{
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#logo_index{
    height: 1.5vw;
    margin-right: 0.5vw;
}

#Conecal{
    height: 138vh;
}

.whatsappIcon{
    position: fixed;
    bottom: 1vw;
    right: 8vw;
    z-index: 100000;
    height: 2vw;
    border-bottom: none;
}

.whatsappIcon:hover{
    transform: scale(1.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.whatsappIcon img{
    height: 100%;
}

.textLogo h2{
    font-family: 'Kanit', sans-serif;
    font-size: 4em !important;
    color: #2C3582;
    line-height: 2vw;
    letter-spacing: 0.06em;
    margin-right: -1.5vw !important;
}

.textLogo .ingenieros{
    font-family: 'Kanit', sans-serif;
    font-size: 2em !important;
    color: #A6CE39;
}

.textLogo .soluciones{
    margin-right: -1.3vw !important;

}

@media screen and (max-width: 950px) {

    #header{
        display: none !important;
    }
    
    .spotlight:before {
        height: 0;
    }

    #Conecal{
        height: 180vh;
    }

    .title{
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    #logo_index{
        height: 5vw;
    }

    .textLogo h2{
        font-size: 2em !important;

    }

    .whatsappIcon{
        bottom: 2vh;
        right: 10vh;
        z-index: 100000;
        height: 6vh;
        border-bottom: none;
    }
    

}