@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Oswald:wght@300;400;500;600;700&display=swap');
:root{
    --Montserrat : 'Montserrat';
    --Oswald: 'Oswald';
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, html{
    background-color: whitesmoke;
    overflow-x: hidden;
}
.icon-button {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    color: #fff;
    background: #34af23;
    border: none;
    outline: none;
    border-radius: 50%;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    transition: all ease-in-out 1s;
}
.icon-button .fa-whatsapp{
      font-size: 35px;
}
.icon-button:hover {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    transform: translateY(-5px);

}
.icon-button:active {
    background: #34af23;
}
.content-title-p{
    font-size: 30px;
    font-family: var(--Oswald);
    font-weight: 500;
    letter-spacing: 2px;
}
.italico{
    font-style: italic;
}
.img-rounded{
    border-radius: 50%;
}
/* PRE LOADER */
.loader{
    position: fixed;
    top: 0;
    left: 0;
    background-image: url("https://sustentavelglobal.com/img/pre_loader.gif");
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.disppear{
    animation: vanish 5s forwards;
}
@keyframes vanish{
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
.image-picture{
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.picture{
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}
.title-pesquisador{
    font-family: var(--Oswald);
    letter-spacing: 1px;
    font-size: 18px;
}
.content-body .p-text a{
    color: #2750a9;
    font-size: 14px;
}
/*      Navbar      */
.accessibility .nav-link:hover{
    text-decoration: underline;
}
.accessibility{
    background-color: rgb(48, 48, 48);

}
.accessibility .command{
    font-family: var(--Montserrat);
    font-size: 11px;
}
.accessibility .command a{
    color: #fff;
}
.navbar-toggler{
    color: #fff;
}
.ict-links{
    background-color: #3669D4;
}
.ict-links .nav-link, .ict-links .navbar-brand {
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: var(--Montserrat);
    font-size: 12px;
}
.ict-links .btn-outline-light:hover{
    color:#3669D4;
    font-weight: 600;
    font-size: 14px;
}
.ict-links .btn-outline-light{
     font-size: 14px;
}
.ict-links .nav-link:hover{
    color: #fff;
    text-decoration: underline;
}
/*      jumbotron      */
.banner-home .jumbotron{
    background-image: url("../img/banner-jumbotron.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 500px;
    color: #fff;
    border-radius: 10px;
}
.jumbotron hr{
    background-color: white;
}
.jumbotron .display-4{
    font-family: var(--Oswald);
    font-weight: 400;
    letter-spacing: 2px;
}
.jumbotron .lead{
    text-align: justify;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-size: 16px;
    font-family: var(--Montserrat);
}
.jumbotron .btn-secondary{
    background-color: #272727;
    border-color: #272727;
}
.jumbotron .btn-secondary:hover{
    background-color: #333333;
    border-color: #333333;
}
.ict-links #navbarDropdown,.ict-links #navbarDropdown:hover{
    color: #fff;
}

@media screen and (max-width: 768px){
    .banner-home .jumbotron{
        height: 100%;
        color: #fff;
        border-radius: 10px;
    }
}

/*      Banner       */
.banner .jumbotron{
    color: #fff;
    background-color: #2750a9;
    height: 100%;
    border-radius: 10px;
}
.banner .display-4{
    text-align: center;
    font-family: var(--Oswald);
    letter-spacing: 2px;
}
.banner h5{
    font-family: var(--Montserrat);
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center
    
}

/*      About      */
.about{
    padding: 5vmin 0vmin ;
}
.about-subtitle{
    font-family: var(--Oswald);
    font-weight: 500;
    font-size: 44px;
    letter-spacing: 1px;
}
.about-p{
    line-height: 2;
    text-align: justify;
    font-family: var(--Montserrat);
    font-size: 16px;
    font-weight: 600;
}

/*      Perfil      */
.perfil{
    padding: 10vmin 0vmin ;
    border-radius: 10px;
    
}
.perfil h2{
    font-family: var(--Oswald);
    font-weight: 600;
    letter-spacing: 2px;
}
.perfil h5{
    text-align: center;
    line-height: 1.5;
    font-family: var(--Montserrat);
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    margin: 10px;
}
.perfil .mini-perfil{
    border: 2px solid #2750a9 ;
    padding: 60px;
}
.perfil  .mini-perfil a{
    color: #2750a9;
    font-size: 18px;
    font-weight:900;
}
.perfil .mini-perfil-color{
    background-color: #2750a9;
    color: #fff;
    padding: 60px;
}
.perfil .mini-perfil-color a{
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-decoration: underline;
}

/*      Pesquisadores      */
.service{
    padding: 10vmin 0vmin ;
}
.single-service{
    text-align: left;
    padding: 40px;
    margin-bottom: 20px;
    background: #fff;
    transition: all ease-in-out 1s;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.single-service:hover{
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 29, 0.1);
    transform: translateY(-5px);
}
.section-title{
    margin-bottom: 60px;
}
.section-title h2{
    font-family: var(--Oswald);
    font-size: 38px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.section-title a{
    color: #2750a9;
    font-weight: 700;
}
.section-title h5{
    font-family: var(--Montserrat);
    font-size: 18px;
    font-weight: 600;
}
.single-service i{
    font-size: 50px;
    margin-bottom: 20px;
}
.single-service h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.single-service p{
    font-size: 16px;
}
/*      Content     */
.content-title{
    font-size: 36px;
    font-family: var(--Oswald);
    font-weight: 500;
    letter-spacing: 2px;
}
.content-title-p{
    font-size: min(30px, 7vw);
    font-family: var(--Oswald);
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
}
.content-subtitle{
    font-size: 24px;
    font-family: var(--Oswald);
    font-weight: 500;
    letter-spacing: 1px;
}
.content-p{
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    font-family: var(--Montserrat);
    font-weight: 600;
    letter-spacing: 1px;
}
.content-txt{
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    font-family: var(--Montserrat);
    font-weight: 700;
    letter-spacing: 1px;
}
.content .title{
    text-align: center;
    font-size: 28px;
    font-family: var(--Oswald);
    font-weight: 500;
    letter-spacing: 2px;
}
.content .title-p{
    font-size: 26px;
    font-family: var(--Oswald);
    font-weight: 500;
    letter-spacing: 2px;
}
.content hr{
    background-color: #292929 ;
}
.content .content-body{
    padding: 40px;
    margin-bottom: 20px;
    background: #fff;
    transition: all ease-in-out 1s;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.content .content-body:hover{
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 29, 0.1);
    transform: translateY(-5px);
}
.content .content-container{
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    transition: all ease-in-out 1s;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
textarea {
    resize: none;
}
.content .subtitle{
    text-align: center;
    font-size: 18px;
    font-family: var(--Montserrat);
    font-weight: 600;
    letter-spacing: 2px;
}
.content .subtitle-text{
    text-align: justify;
    font-size: 26px;
    font-family: var(--Oswald);
    font-weight: 600;
    letter-spacing: 2px;
}



.content .content-body-nav{
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
    transition: all ease-in-out 1s;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    font-family: var(--Montserrat);
    font-weight: 600;
}
.content .content-body b{
    font-weight: 700;
    font-size: 18px;
}
.content .content-body-nav .nav-link:hover{
    text-decoration: underline;
}
.content .content-h4{
    font-family: var(--Oswald);
}



















.content .subtitle-text a{
    color: #2750a9;
    text-decoration: underline;
}
.content .p-text{
    font-size: 14px;
    font-family: var(--Montserrat);
    font-weight: 600;
    letter-spacing: 2px;
}
.content .subtitle-subtitle{
    text-align: justify;
    font-size: 16px;
    font-family: var(--Oswald);
    font-weight: bolder;
    letter-spacing: 1px;
}
.content-container .website{
    display: none;
}
/* COOKIE BAR */
.wrapper{
    position: fixed;
    bottom: 30px;
    left: 30px;
    right: 30px;
    max-width: 365px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 25px 25px 30px 25px;
    border-radius: 15px;
    z-index: 1;
    box-shadow: 10px 30px 50px 20px rgba(29, 29, 29, 0.2);
    background: #fff;
}
.wrapper img{
    max-width: 90px;
}
.wrapper .content{
    margin-top: 10px;
}
.wrapper .content header{
    font-size: 25px;
    font-weight: 600;
}
.wrapper .content p{
    color: #858585;
    margin: 5px 0 20px 0;
    text-align: justify;
}
.wrapper .buttons{
    display: flex;
    align-items:flex-start ;
    justify-content: flex-start;
}
.wrapper p a{
    color: #2750a9;
    font-weight: 600;
}
.buttons button{
    padding: 10px 20px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    background: #2750a9;
    cursor: pointer;
    transition: all 0.3s ease;
}
.buttons button:hover{
    transform: scale(0.97);
}
.buttons .item{
    margin: 0 10px;
}
.buttons a{
    color: #2750a9;
}
.wrapper.hide{
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: all 0.3s ease;
}
::selection{
    color: #fff;
    background: #2750a9;
}



/* Novo footer */


.footer{
    padding: 30px 0;
    background: #011d37;
}
.footer .social{
    text-align: center;
    padding-bottom: 25px;
    color: #fff;
}
.footer .social a{
    font-size: 22px;
    color: inherit;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0 8px;
}
.footer .social a:hover{
    color: #8dbeff;
    border: 1px solid #8dbeff;
}
.footer ul{
    color: #fff;
    margin-top: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: center;
}
.footer ul li a{
    font-size: 20px;
    letter-spacing: 1px;
    font-family: var(--Oswald);
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}
.footer ul li{
    display: inline-block;
    padding: 0 15px;
}
.footer ul li a:hover{
    opacity: 1;
}
.footer .copyright{
    font-size: 14px;
    margin-top: 40px;
    text-align: center;
    color: rgb(182, 182, 182);
    font-family: var(--Montserrat);
}


/* Settings Sidebar - Acessibility */


#sidebar{
    display: none;
}
#sidebar {
    width: 210px;
    height: 50%;
    background: #2a3542;
    z-index: 1;
    position: fixed;
    right: 0px;
    bottom: 11%;
}

.floating-btn:hover{
    color: #3669D4;
    background-color: #fff;
}

/* Settings Sidebar - media query */


/*      Carrinho de Compras     */

.total-header-section {
    border-bottom: 1px solid #d2d2d2;
}

.total-section p {
    margin-bottom: 20px;
}

.cart-detail {
    padding: 15px 0px;
}

.cart-detail-img img {
    width: 100%;
    height: 100%;
    padding-left: 15px;
}

.cart-detail-product p {
    margin: 0px;
    color: #000;
    font-weight: 500;
}

.cart-detail .price {
    font-size: 12px;
    margin-right: 10px;
    font-weight: 500;
}

.cart-detail .count {
    color: #C2C2DC;
}

.checkout {
    border-top: 1px solid #d2d2d2;
    padding-top: 15px;
}

.checkout .btn-primary {
    height: 50px;
}

.cart-detail-img img {
    height: 71px !important;
    width: 65px !important;
}

.btn-group .dropdown-menu {
    padding: 20px;
    margin: 10px;   
    width: 350px !important;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3);
    
}
@media screen and (max-width: 320px){
    .btn-group .dropdown-menu {
        width: 250px!important;        
    }
    .cart-detail .price-cart{
        padding-left: 10%!important;
    }
}
/*      Carrinho de Compras     */
.img {
    width: 150px;
    height: 150px;

    /*Scale down will take the necessary specified space that is 100px x 100px without stretching the image*/
    object-fit: scale-down;
}

.prog-items {
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 5px;
    margin: 5px;
}

.prog-items .items {
    margin: 5px;
    padding: 9px;
}



.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.card-title {
    font-family: var(--Oswald);
}

.card-text {
    font-family: var(--Montserrat);
}


#canvas_container {
    display: block;
    margin: auto;
    height: auto;
    overflow: auto;
    background: #333;
    text-align: center;
    border: solid 3px #3669D4;
}

#current_page {
    width: 30px;
    height: 21px;
    border-radius: 0px;
    border: 2px solid #3669D4;
    text-align: center;
}

.zoom {
    background-color: #3669D4;
    border: none;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
    padding: 5px;
    width: 30px;
}

.Previous {
    background-color: #3669D4;
    border: none;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
    padding: 5px;
    width: 90px;
}

.Previous span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.Previous span:after {
    content: '\00ab';
    position: absolute;
    opacity: 0;
    top: 0;
    left: -65px;
    transition: 0.5s;
}

.Previous:hover span {
    padding-left: 15px;
}

.Previous:hover span:after {
    opacity: 1;
    right: 0;
}

.Next {
    background-color: #3669D4;
    border: none;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
    padding: 5px;
    width: 90px;
}

.Next span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.Next span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.Next:hover span {
    padding-right: 25px;
}

.Next:hover span:after {
    opacity: 1;
    right: 0;
}

/* ..................................................................................................... */
/* ALTO CONTRASTE */
.contrast,
.contrast nav,
.contrast div,
.contrast li,
.contrast ol,
.contrast header,
.contrast footer,
.contrast section,
.contrast main,
.contrast aside,
.contrast article {
    background: black !important;
    color: white !important;
}

.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast p,
.contrast label,
.contrast strong,
.contrast em,
.contrast cite,
.contrast q,
.contrast i,
.contrast b,
.contrast u,
.contrast span {
    color: white !important;
}

.contrast a{
    color: yellow !important;
}
.contrast .jumbotron{
    border: 1px solid #fff;
}
.contrast .content .content-body{
    border: 1px solid #fff;
}
.contrast .footer{
    border: 1px solid #fff;
}
.contrast .wrapper{
    border: 1px solid #fff;
}
.contrast .buttons .item{
    border: 1px solid yellow!important;
}
.contrast .content-container{
    border: 1px solid #fff;
}
.contrast .content-container .btn-primary{
    border: 1px solid yellow!important;
}
.contrast .ict-links{
    border: 1px solid #fff;
}
.contrast .ict-links .btn-outline-light:hover{
    font-weight: bolder;
    background-color: black;
    text-decoration: underline;
}
.contrast .dropdown-menu{
    border: 1px solid #fff;
}
.contrast .ict-links .dropdown-divider{
    border: 1px solid #fff;
}
.contrast .ict-links .dropdown-item:hover{
    font-weight: bolder;
    background-color: black;
    text-decoration: underline;
}
.contrast .perfil .mini-perfil-color{
    border: 1px solid #fff;
}
.contrast .perfil .mini-perfil{
    border: 1px solid #fff;
}
.contrast button,
.contrast input[type=button],
.contrast input[type=reset],
.contrast input[type=submit] {
    background: black !important;
    color: yellow !important;
    border: none !important;
}
.contrast .perfil .mini-perfil-color a, .contrast .perfil .mini-perfil a{
    text-decoration: none;
}
.contrast .perfil .mini-perfil-color a:hover,.contrast .perfil .mini-perfil a:hover{
    text-decoration: underline;
}
.contrast .social a:hover{
    border: 1px solid yellow!important;
    color: yellow!important;
}
.contrast .social i:hover{
    color: yellow!important;
}
.contrast input[type=text],
.contrast input[type=password],
.contrast input[type=url],
.contrast input[type=search],
.contrast input[type=email],
.contrast input[type=tel],
.contrast input[type=date],
.contrast input[type=month],
.contrast input[type=week],
.contrast input[type=datetime],
.contrast input[type=datetime-local],
.contrast textarea,
.contrast input[type=number] {
    background: black !important;
    border: 1px solid white !important;
    color: white !important;
}

.contrast img.on-contrast-force-gray {
    filter: grayscale(100%) contrast(120%);
}

.contrast img.on-contrast-force-white {
    filter: brightness(0) invert(1);
}
