#pageTitle{
    padding-top: 4rem;
    padding-bottom: 2rem;
}
    #pageTitle h1{
        width: 150%;
        font-size: 2rem;
        line-height: 1.3;
        font-weight: 300;
        color: var(--main);
        padding-bottom: .7rem;
        border-bottom: 2px solid var(--sky);
    }
@media only screen and (max-width: 1199px){
    #pageTitle h1{
        font-size: 1.6rem;
    }
}
@media only screen and (max-width: 767px){
    #pageTitle {
        padding-top: 2rem;
        padding-bottom: 1.5rem;
    }
        #pageTitle h1{
            font-size: 1.5rem;
        }
}
#headerFloat {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    transition: top .1s ease-in-out, background .3s ease-in-out;
    -o-transition: top .1s ease-in-out, background .3s ease-in-out;
    -ms-transition: top .1s ease-in-out, background .3s ease-in-out;
    -moz-transition: top .1s ease-in-out, background .3s ease-in-out;
    -webkit-transition: top .1s ease-in-out, background .3s ease-in-out;
}
    #headerFloat .navbar-toggler {
        padding: 0;
        font-size: 40px;
        color: #FFFFFF;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        transition: all .3s ease-in-out;
    }
        #headerFloat .navbar-toggler:hover {
            color: var(--main4);
        }
    #headerFloat .navbar > div {
        padding: 0 30px;
    }
    #headerFloat.scrolling {
        background: #ffffff;
        border-bottom: 4px solid var(--main2);
    }
    #headerFloat.scrolling .navbar-toggler{
        color: var(--main2);
    }
    #headerFloat.scrolling .navbar-toggler:hover{
        color: var(--main4);
    }
    #headerFloat:not(.scrolling) picture{
        display: block;
    }
    #headerFloat.scrolling picture{
        display: none;
    }
    #headerFloat:not(.scrolling) .on-scroll{
        display: none;
    }
    #headerFloat.scrolling .on-scroll{
        display: block;
    }
@media screen and (max-width: 575px) {
    #headerFloat{
        top: 20px !important;
    }
    #headerFloat.scrolling{
        top: 0px !important;
    }
    #headerFloat .navbar > div {
        padding: 0 15px;
    }
    #headerFloat.scrolling .navbar-toggler {
        font-size: 1.7rem;
    }
}
#footer{
    padding: 4rem 0 2rem;
    background-color: var(--sky2);
}
    #footer .logo-busconido-container {
        margin-bottom: 2rem;
    }
    #footer .social {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        margin-bottom: 5rem;
        align-items: center;
        max-width: fit-content;
        justify-content: flex-start;
    }
        #footer .social li {
            margin-right: 2.2rem;
        }
            #footer .social li:last-child{
                margin-right: 0;
            }
            #footer .social li a {
                width: 50px;
                height: 50px;
                display: flex;
                border-radius: 50%;
                align-items: center;
                justify-content: center;
                border: 2px solid var(--sky3);
                transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
            }
                #footer .social li a:hover{
                    background-color: var(--main2);
                    border: 2px solid var(--main2);
                }
                #footer .social li a svg {
                    width: 27px;
                    height: 27px;
                    color: var(--sky3);
                    transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    -ms-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                }
                    #footer .social li a:hover svg{
                        color: #ffffff;
                    }
    #footer .text-info {
        font-weight: 300;
        max-width: 370px;
        font-size: 1.35rem;
        color: var(--sky4) !important;
    }
    #footer .logo-datanido-container {
        top: -1rem;
        text-align: right;
        position: relative;
        margin-bottom: 1rem;
    }
    #footer .flags {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        margin-left: auto;
        margin-bottom: 5rem;
        align-items: center;
        max-width: fit-content;
        justify-content: flex-start;
    }
        #footer .flags li {
            margin-right: 2.2rem;
        }
            #footer .flags li:last-child{
                margin-right: 0;
            }
            #footer .flags li a {
                width: 50px;
                height: 50px;
                display: flex;
                border-radius: 50%;
                align-items: center;
                justify-content: center;
                transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
            }
                #footer .flags li a img {
                    top: 1px;
                    opacity: .7;
                    position: relative;
                    transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    -ms-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                }
                    #footer .flags li a:hover img{
                        opacity: 1;
                    }
@media screen and (max-width: 1199px) {
    #footer .social {
        margin-bottom: 4rem;
    }
    #footer .text-info {
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 991px) {
    #footer .logo-datanido-container {
        top: -0.5rem;
    }
}
@media screen and (max-width: 767px) {
    #footer{
        padding-top: 3rem;
    }
        #footer .logo-busconido-container {
            text-align: left;
            margin-bottom: 1rem;
        }
        #footer .logo-datanido-container{
            text-align: left;
            margin-bottom: 1rem;
        }
        #footer .social{
            margin-bottom: 1rem;
        }
            #footer .social li a{
                width: 40px;   
                height: 40px;   
            }
                #footer .social li a svg{
                    width: 22px;   
                    height: 22px;   
                }
        #footer .text-info{
            margin-bottom: 3rem;
        }
        #footer .flags{
            margin-left: 0;
            margin-bottom: 0rem;
        }
}
#mobileMenu li a {
    font-weight: 300;
    font-size: 1.5rem;
    color: var(--black2);
}
    #mobileMenu li a:hover {
        color: var(--main2);
    }