
.secFooter{
    margin-top: 8em;
}

.secFooter .divGeneralContainer{
     padding: 4em 0;
}
.divFooterBaslik {

}
.divFooterBaslik span {
 font-size: 2.2em;
}

.divFooterCol1 {

    display: block;
    
    width: 80%;
    
    margin: 4em auto 0 auto;

}

.divFooterInfo {

}

.divFooterInfo:nth-child(2){
    
}

.divFooterInfo span {
    font-size: 2.2em;
}

.divFooterInfo p {
    font-size: 1.9em;
}

.divFooterCol2 {
    
    display: block;
    
    width: 80%;
    
    margin: 4em auto 0 auto;

}

.divFooterCol2 a {
    margin-top: 1em;

}

.divFooterCol2 a:first-of-type {
    margin-top: 0.7em;

}

.divFooterCol2 a span {
    
    font-size: 1.9em;

}

.divFooterCol3 {
    display: block;

    width: 80%;
    
    margin: 4em auto 0 auto;

}

.divFooterCol3 a {
    margin-top: 1em;

}

.divFooterCol3 a:first-of-type {
    margin-top: 0.7em;

}

.divFooterCol3 a span {
   
    font-size: 1.9em;

}

.divFooterCol4 {
    display: block;

    width: 80%;
    
    margin: 4em auto 0 auto;

}

.divFooterCol4 a {
    margin-top: 1em;

}

.divFooterCol4 a:first-of-type {
    margin-top: 0.7em;

}

.divFooterCol4 a span {
   
    font-size: 1.9em;

}

.divFooterLogos {

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;

    width: 80%;

    margin: 8em auto 4em auto;


}

.divFooterLogo {
    
    flex: 0 0 20%;

    width: 20%;
    /*height: 5em;*/


    margin-left: 5%;
    
}

.divFooterLogo:first-of-type {
    margin-left: 0;
}

.divFooterSocial {
    display: block;

    width:80%;
    margin: 6em auto 0 auto;
    
    /*text-align: center;*/
    text-align: left;
    white-space: nowrap;
}

.divFooterWhatsapp {

    width: 50%;
    margin-top: 0;

    text-align: left;
}

.divFooterWhatsappImg {

}

.divFooterWhatsappImg {
    width: 6em;
}

.divFooterWhatsappText {
    
}

.divFooterWhatsappText > span {
    font-size: 1.9em;

}

.divFooterWhatsappText a span {
    
    font-size: 2.1em;

}
.divFooterSocialIcons {
    
    /*width:50%;*/
    width: 100%;
    margin-top: 0;
   /*margin-left: 3%;*/
margin-left: 0;
    
}
.divFooterSocialIcon {
    
    height: 3.5em;
    
    margin-left: 11%;

}
.divFooterSocialIcon:first-of-type {
    margin-left: 0;
}

.divCopyright{
     width: 80%;    
    margin: 4em auto 0 auto;
    
    text-align:left;
    

}
.divCopyright p {
    font-size: 1.8em;
}
.divCopyright p:last-of-type{
    margin-top: 1em;
}






.divFixedWhatsapp{
    
    position: fixed;
    display: block;
        
    width: 0em;
    height: 0em;
    
    /*bottom:0%;
    left:-4.9%;*/
    bottom:-20px;
    left:-20px;
    
    /*background-color: #0ed16f; */
    
    opacity: 0;
    
    cursor:pointer;
    
    transition:all 0.3s;
    
    -webkit-tap-highlight-color: transparent;
    /*box-shadow:0 19px 38px 0 rgba(34,36,43,.3);*/
    z-index:6;
        
}
.divFixedWhatsapp img{
    width: 100%;
    
}
.divFixedWhatsappCompleted{
    
    width: 65px;
    height: 65px;
    
    /*bottom:2.4%;
    left:4.9%;*/
    
    bottom:20px;
    left:20px;
    
    opacity: 1;
}