* {
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');

.logo {
    width: 200px;
    margin: 1rem 2rem;
}



body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.light-blue {
    background-color: #00C5F1 !important;
}


.navbar, .navbar, .navbar-expand-lg {
    z-index: 999999;
}

.content {
    margin-top: 5rem !important;
}


.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.social {
    height: 40px;
}

.social-colorful {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.social-colorful:hover {
    position: absolute;
    top: 0;
    opacity: 1;
}

.social-colorful-inst {
    right: 61px;
}
.social-colorful-fb {
    right: 15px;
}

.footer img {
    text-decoration: none;
}

.super-container {
    width: 60vw;
    margin: 5rem auto;
}
 
.photo {
    width: 100%;
}



/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media only screen and (max-width: 992px) {
    img.logo {
        width: 200px;
        height: auto;
        margin: 0.8rem  1.5rem !important;
    }

    .cont-form {
        margin-top: 5rem;
    }

    .content {
        margin-top: 7rem !important;
    }
}

@media only screen and (max-width: 771px) {
    img.logo {
        margin: .7rem 1.3rem ;
    }

    .btn-banner {
        font-size: .8rem !important;
    }
}

@media only screen and (max-width: 700px) {
    img.logo {
        margin: .5rem 1.1rem;
    }

    .btn-banner {
        font-size: .7rem !important;
    }

    .social {
        height: 40px;
    }

    .social-icons-wrapper {
        padding: 8px 16px;
    }

}

@media only screen and (max-width: 600px) {
    .btn-banner {
        font-size: .6rem !important;
    }
    .social {
        height: 30px;
    }

    .social-colorful-inst {
        right: 50px;
    }

    .social-icons-wrapper {
        padding: 3px 6px;
    }

    img.logo {
        margin: .3rem .9rem;
    }
}

@media only screen and (max-width: 500px) {
    .btn-banner {
        font-size: 1rem !important;
    }

    .btn-banner-left,
    .btn-banner-right {
        margin-top: 1rem;
        top: 90%;
        width: 100% !important;
    }

    .btn-banner-left {
        left: 0 !important;
    }

    .btn-banner-right {
        right: 0 !important;
    }

    .banner-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 2rem;
    }

    img.logo {
        width: 150px;
        margin: .1rem .3rem;
    }

    .cont-form {
        margin-bottom: 5rem;
        margin-top: 15rem;
        padding-top: 20rem;
    }

}

@media only screen and (max-width: 314px) {
    img.logo {
        width: 130px;
        height: auto;
        margin: 0 !important;
    }
}

@media only screen and (max-width: 280px) {
    img.logo {
        width: 100px;
        height: auto;
    }
}