/* body{
    margin-top: 70px;
} */

:root{
    --title-color-orange: #f9a41c;
    --title-color-blue: #162763;
    --white: #fff;
}

.menu-transparente{
    background-color: var(--title-color-orange);    
}

.menu-transparente a{
    /* color: #003399 !important; */
    /* color: rgba(249, 164, 28, 0.8) !important;     */
    color: var(--white) !important;
}
.menu-transparente a:hover{
    cursor: pointer;
    /* color: #2c375e; */
    /* color: #fff !important; */
    color: var(--title-color-orange) !important;
    font-weight: bold;
}
.menu-transparente a::after{
    /* color: #162763 !important; */
    color: var(--title-color-orange) !important;    
    font-weight: bold;
}

h1{
    color: var(--title-color-orange) !important;
}

h4{
    color: var(--title-color-blue) !important;
}

.title-4{
    text-decoration: underline;

}

h5{
    color: var(--title-color-blue) !important;
}

.full-bg-img{
    height: 100vh;
}

.bg-img-logo{
    background: url(../images/logo_i&u.png);
    height: 100%;
    width: 100%;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: none; */
}

.social-media-btn{
    font-size: 3rem; 
    color: var(--title-color-blue);
}
.social-media-btn:hover{
    color: var(--title-color-orange);
}

.ocultar{
    display: none;
}
.scroll-top-btn{
    font-size: 2rem; 
    color: var(--title-color-orange);
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    border: none;
}

.menu-icon{
    font-size: 2rem;
    width: 1.5em !important;
    height: 1em !important;
    color: var(--white);
    padding: 0 !important;
    margin: 0 !important;
}
.menu-icon:hover{
    color: var(--title-color-blue);
}

.citacao{
    padding-left: 2em;
    padding-right: 2em;
    font-size: 1.2rem;
    color: var(--title-color-blue);
    font-style: italic;
    background-color: rgba(249, 164, 28, 0.085);    
    text-align: justify;
    border-radius: 8px 8px;
}

.img-escritorio{
    background: url(../images/office_3.jpg) no-repeat center center;
    width: 100%;
    min-height: 512px;
}

.imagem{
    max-width: 100%;
    height: auto;
    border: 1px solid #262626;
    border-radius: 4px 4px;
}

.txt-j{
    text-align: justify;
}

.titulo-1{
    background-color: var(--title-color-blue);
    position: absolute;
    left: 0%;    
    padding: 0.5em 1.5em 0.5em 2em;
    border-radius: 0 4em 4em 0;
    text-transform: uppercase;
}

.after-title{
    padding-top: 8em;
}

.after-title-2{
    padding-top: 10em;
}

.contact-card{
    max-width: 10rem;
    text-align: center;
    /* padding: 10px 10px 10px 10px; */
    /* border: 1px solid #262626; */
}
.contact-title{
    /* position: relative; */
    /* left: 33.5%;     */
}
.contact-title-icon{
    font-size: 3rem;
    /* border-radius: 50%; */
    /* border: 1px solid var(--title-color-blue); */
    color: var(--title-color-blue);
    min-width: 100px;
    padding: 0.5rem 1.2rem 0.5rem 1.2rem;
}
@media screen and (max-width: 576px){
    .contact-card{
        max-width: none;
    }
    .contact-title-icon{
        max-width: none;
    }
    .m-bottom{
        margin-bottom: 2em;
    }
    .bg-img-logo{
        background-size: 80%;
    }
}
@media screen and (max-width: 768px){
    .bg-img-logo{
        background-size: 80%;
    }
}
@media screen and (max-width: 992px){
    .bg-img-logo{
        background-size: 80%;
    }
}

.contact-title-icon:hover{    
    /* border: 1px solid var(--title-color-orange); */
    color: var(--title-color-orange);
    cursor: pointer;
}

.contact-body{
    margin-top: 1rem;
    color: var(--title-color-orange);
    font-weight: bold;
}

.large-icon{
    font-size: 7rem;
    color: var(--title-color-orange);
}

.large-span{
    font-size: 1.5rem;
    color: var(--title-color-blue);
    font-weight: bold;
    text-decoration: underline;
}

.border-socio{
    border: 1px solid var(--title-color-orange);
    padding: 1rem;
    border-radius: 8px 8px;
    min-height: 210px;
    box-shadow:  2px 2px 8px var(--title-color-orange);
}