html, body {
    height: 100%;
	background: transparent; /* General background color */
    /*background: #f2f2f2;  General background color */
    font-family: 'Roboto', sans-serif; /* Default font */
}

body {
    overflow-x: hidden; /* Hide horizontal overflow */
}

a {
    text-decoration: none; /* Remove underline from links */
}

h1, h2, h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #ffffff;
}

label {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #7a7a7a;
    font-size: 13.5px;
}
.container {
    max-width: 100%;
    padding: 0;
}

.btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #000000;
    font-size: 18px;
}

::selection {
    background: #757575;
    color: #fff;
}

::-moz-selection {
    background: #757575;
    color: #fff;
}
.banner {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
}

.banner img {
    width: 100%;
    height: auto;
}
.caixa p {
    padding: 10px 40px;
}


.box {
    background-color: #FFFFFF;
    border: 1px solid #D1CDCD;
    border-radius: 7px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.box p {
    text-align: center;
    line-height: 26px;
    font-weight: 400;
    color: #7a7a7a;
    font-size: 16px;
}
.site-footer-custom {
    background-color: #001050;
    color: #FFFFFF;
    padding: 20px;
    background-image: url("../images/bg-footer.png");
    background-size: cover;
    background-position: center;
    position: relative;
}
.navbar {
    background-color: #001050;
    color: white;
}

.navbar-nav > li {
    border: none !important;
}

.navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-nav > li > a {
    color: white !important;
    position: relative;
}

.navbar-nav > li > a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: white;
    transition: width .3s;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.navbar-nav > li > a:hover::after {
    width: 100%;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    background-color: transparent !important;
}

.navbar img {
    width: 24%;
}

.navbar-toggle {
    float: right;
}

.navbar-toggle.collapsed .icon-bar {
    display: block;
}
.image-overlay {
    width: 138px;
    height: 118px;
    background-image: url("../images/ptitle-overlay.png");
    position: absolute;
    top: 144px;
    right: 20px;
    z-index: 999;
    animation: squares_lg 3s infinite linear alternate;
}

@keyframes squares_lg {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.contact {
    color: #0991cc;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    margin-left: 25px;
    text-align: center;
}
.logo{
    
    width: 26%;
    margin-bottom: 10px;
    margin-top: -12px;
    margin-left: 14px;

}
.caixa {
    background-color: #f4f8fd;
    border: 1px solid #d5d5d3;
    border-radius: 5px;
    padding: 20px;
}

.is-invalid {
    border-color: #dc3545 !important;
    background-color: #f8d7da !important;
}

.invalid-feedback {
    color: #dc3545;
    display: block;
    margin-top: .25rem;
    font-size: 80%;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #286090;
    color: #fff;
    font-size: 1.5em;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: .8em 1em 0;
    color: inherit;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}
.btn-primary {
    color: #fff;
    background-color: #001050;
    border-color: #001050;
}


.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 30px;
    padding: 13px 13px;
    margin-top: 35px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 100px;
    width: 100%;
}

@media (max-width: 600px) {
    .image-overlay {
    width: 138px;
    height: 118px;
    background-image: url("../images/ptitle-overlay.png");
    position: absolute;
    top: 113px;
    right: 20px;
    z-index: 999;
    animation: squares_lg 3s infinite linear alternate;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 30px;
    padding: 13px 13px;
    margin-top: 9px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
    .logo-footer-mobile{
        display: none;
    }
    .logo-mobile {
        width: 100%;
        margin-top: 0;
        height: auto;
    }
      .title-mobile {
        font-size: 16px;
        font-weight: bold;
        padding-top: 56px;
    }
    .image-overlay {
        display: none;
    }
    
.logo{
    
    width: 26%;
    margin-bottom: 10px;
    margin-top: -71px;
    margin-left: 14px;

}

.navbar img {
    width: 20%;
}
.navbar {
 
    height: 70px;
}
}