html {
    scroll-behavior: smooth;
}

body {
    color: #666;
    font-family: 'Rubik', Arial, sans-serif;
    font-display: auto;
}

section {
    padding: 30px 0;
}

h1 {
    font-weight: bold;
    font-size: 25px;
    color: #001d0c;
    letter-spacing: -0.5px;
    margin: 10px 0 0 0;
}

h2 {
    font-weight: bold;
    font-size: 22px;
    color: #2da85e;
    letter-spacing: -0.5px;
}

h3 {
    font-weight: bold;
    color: #005221;
    letter-spacing: -0.5px;
    margin-top: 12px;
}

a:hover {
    text-decoration: none;
}

.btn-outline-primary {
    color: #005221;
    border-color: #005221;
    border-width: 2px;
    font-weight: bold;
}

.btn-outline-primary:hover {
    border-color: #2da85e;
    background-color: #2da85e;
}

.btn-light {
    color: #001d0c;
    background-color: transparent;
    border-color: transparent;
    text-transform: uppercase;
}

header {
    background-color: #ededed;
    padding: 20px 0;
}

header .btn {
    margin-top: 20px;
}

header .social-icon {
    margin-top: 15px;
    color: #005221;
    border-color: #005221;
}

header .social-icon:hover {
    color: #1ed267;
}

#intro p {
    color: #666;
}

#intro h2 {
    margin-bottom: 30px;
}

#noticias {
    background-color: #ededed;
}

#noticias .col-md-4 {
    margin-top: 20px;
}

#noticias a:hover h3 {
    color: #001d0c;
}

#noticias p {
    color: #666;
}

#emendas {
    background-color: #012230;
}

#emendas h2 {
    color: #fff;
    margin-bottom: 30px;
}

#emendas a {
    margin-top: 10px;
    margin-bottom: 20px;
    /* cursor: pointer; */
}

#emendas .progressive {
    cursor: pointer !important;
}

#estudos {
    background-color: #ededed;
}

#estudos h2 + p {
    margin-bottom: 30px;
}

#avatar h2 {
    color: #255d76;
    margin-bottom: 30px;
}

#avatar h4 {
    margin: 20px 0px;
    font-style: italic;
}

#avatar a {
    color: #255d76;
}

footer {
    padding: 60px 0;
    color: #fff;
    background-color: #001d0c;
}

footer h2 {
    color: #1ed267;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #1ed267;
}

.social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid white;
    border-radius: 50%;
}

.social-icon:hover {
    border-color: #1ed267;
}

.social-icon i {
    font-size: 24px;
    margin-top: 8px;
    display: block;
}

@media (max-width: 767px) {

    h2.ttl-video {
        margin-top: 40px;
    }

    #estudos .btn {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {

    header {
        padding: 30px 0;
    }

    section {
        padding: 60px 0;
    }
}

.progressive{position:relative;display:block;overflow:hidden;outline:none}
.progressive img{display:block;width:100%;max-width:none;height:auto;border:0 none}
.progressive img.preview{filter:blur(2vw);}
.progressive img.reveal{position:absolute;left:0;top:0;will-change:transform,opacity;animation:progressiveReveal .25s ease-out}
@keyframes progressiveReveal{0%{opacity:0}100%{opacity:1}}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    animation:progressiveModal .25s ease-out;
}
@keyframes progressiveModal{0%{opacity:0}100%{opacity:1}}

@media (min-width: 768px) {
    .modal {
        padding-top: 20px;
    }
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}