body header {
    background-color: #62babd;
}

@media (min-width: 1024px) {
    body header {
        background-color: transparent;
        position: absolute;
        z-index: 100;
        width: 100%;
    }
}

body header .navbar {
    margin: 0 auto;
}

body header .navbar .navbar-toggler {
    border: none;
}

body header .navbar .navbar-nav {
    width: 100%;
    justify-content: flex-end;
}

body header .navbar .navbar-nav .nav-item {
    margin: 0 3px;
}

body header .navbar .navbar-nav .nav-link {
    color: #fff;
    padding: .3rem 1rem;
}

body header .navbar .navbar-nav .nav-link.active {
    background-color: #62babd;
}

body header .navbar .navbar-nav .nav-link:hover {
    background-color: #62babd;
    color: #FFF;
}

@media (min-width: 1024px) {
    body header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block !important;
    }
}

body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: #e6e6eb;
    padding: 0;
    border-radius: 0;
}

body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu:hover {
    display: block !important;
}

@media (min-width: 1024px) {
    body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        background-color: #23373d;
        border: none;
        left: -55px;
        top: 28px;
        margin-top: 5px;
        text-align: center;
        padding: 0;
    }
}

body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a {
    padding: .50rem 1rem;
}

body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:focus {
    background-color: #62babd !important;
}

@media (min-width: 1024px) {
    body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a {
        color: #ffffff;
    }

    body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:hover {
        background-color: #62babd;
    }
}

body .background-header {
    background-color: #000;
}

body .background-header img {
    width: 100%;
    filter: brightness(0.8);
}

body .background-header .header-text {
    display: initial;
    position: absolute;
    left: 5%;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    margin-top: 10%;
}

@media (min-width: 768px) {
    body .background-header .header-text {
        display: initial;
        position: absolute;
        left: 5%;
        font-size: 38px;
        color: #fff;
        font-weight: 400;
        margin-top: 10%;
    }
}

@media (min-width: 1024px) {
    body .background-header .header-text {
        left: 6%;
        top: 22%;
        margin-top: 0;
    }
}

@media (min-width: 1300px) {
    body .background-header .header-text {
        left: 9%;
        top: 31%;
        margin-top: 0;
    }
}

@media (min-width: 1440px) {
    body .background-header .header-text {
        left: 12%;
        top: 31%;
        margin-top: 0;
    }
}

@media (min-width: 1900px) {
    body .background-header .header-text {
        left: 21%;
        top: 32%;
        margin-top: 0;
    }
}

body .content {
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 1024px) {
    body .content {
        padding: 100px 0;
    }
}

body .content .about {
    color: #62babd;
}

@media (min-width: 1024px) {
    body .content .about {
        display: flex;
        margin-bottom: 50px;
    }
}

body .content .about .title {
    text-align: left;
}

@media (min-width: 1024px) {
    body .content .about .title {
        min-width: 430px;
    }
}

body .content .about .title .icons a {
    margin-right: 10px
}

body .content .about .title .icons a:hover {
    text-decoration: none;
}

body .content .about .text {
    text-align: left;
    color: #23373d;
}

body .content .about .text p {
    color: #23373d;
    padding: 2px 5px;
    margin: 0;
}

body .content .timeline {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(8, auto);
    position: relative;
}

@media (min-width: 1024px) {
    body .content .timeline {
        grid-template-columns: repeat(10, 96px);
        grid-template-rows: repeat(8, 150px);
    }

    body .content .timeline.row-4 {
        grid-template-rows: repeat(9, 150px);
    }

    body .content .timeline.row-5 {
        grid-template-rows: repeat(10, 150px);
    }

    body .content .timeline.row-6 {
        grid-template-rows: repeat(11, 150px);
    }

    body .content .timeline.row-7 {
        grid-template-rows: repeat(12, 150px);
    }
}

body .content .timeline::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 100px;
    bottom: 50px;
    left: 39.5%;
    width: 2px;
    background-image: linear-gradient(to bottom, #979797 12%, #ffffff00 0%);
    background-position: left;
    background-size: 2px 17px;
    background-repeat: repeat-y;
    grid-row-end: 8;
}

@media (min-width: 320px) {
    body .content .timeline::after {
        left: 77%;
    }
}

@media (min-width: 425px) {
    body .content .timeline::after {
        left: 71%;
    }
}

@media (min-width: 768px) {
    body .content .timeline::after {
        left: 65%;
    }
}

@media (min-width: 1024px) {
    body .content .timeline::after {
        left: 39.5%;
    }
}

body .content .timeline .text-container {
    display: flex;
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
    margin: 70px 0;
}

@media (min-width: 1024px) {
    body .content .timeline .text-container {
        grid-column-end: 6;
        justify-content: flex-end;
    }
}

body .content .timeline .text-container div p {
    max-width: 300px;
    min-width: 200px;
    font-size: 17px;
    color: #62babd;
    margin: 0 10px 0 0;
}

@media (min-width: 768px) {
    body .content .timeline .text-container div p {
        min-width: 250px;
        margin-right: 30px;
    }
}

body .content .timeline .text-container .year {
    z-index: 1;
}

body .content .timeline .text-container .year h2 {
    background-color: #23373d;
    color: #fff;
    font-size: 17px;
    padding: 5px;
    margin: 0;
}

@media (min-width: 768px) {
    body .content .timeline .text-container .year h2 {
        font-size: 24px;
        padding: 5px 15px;
    }
}

body .content .timeline .text-container .expand {
    background-image: url("/assets/app/img/icons/plus-icon-green.png");
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e6e6eb;
    border: 0;
    position: relative;
    top: 19px;
    right: 16px;
    z-index: 0;
    cursor: pointer;
}

@media (min-width: 1024px) {
    body .content .timeline .text-container .expand {
        width: 60px;
        height: 60px;
    }
}

body .content .timeline .text-container .expand:focus {
    outline: none;
}

body .content .timeline .text-container .collapse-img {
    background-image: url("/assets/app/img/icons/less-icon.svg");
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #62babd;
    border: 0;
    position: relative;
    top: 19px;
    right: 16px;
    z-index: 0;
    cursor: pointer;
}

@media (min-width: 1024px) {
    body .content .timeline .text-container .collapse-img {
        width: 60px;
        height: 60px;
    }
}

body .content .timeline .text-container .collapse-img:focus {
    outline: none;
}

body .content .timeline .image-container {
    display: none;
    grid-column-start: 1;
}

@media (min-width: 1024px) {
    body .content .timeline .image-container {
        grid-column-start: 6;
    }
}

body .content .timeline .image-container .modal.fade {
    width: 100vw;
}

@media (min-width: 1024px) {
    body .content .timeline .image-container .modal.fade {
        width: 100vh;
        left: 30%;
    }
}

body .content .timeline .image-container .modal.fade .modal-body {
    padding: 0;
}

body .content .timeline .image-container .modal.fade .modal-body button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 5px 10px 5px;
    color: #fff;
    background-color: #000;
    opacity: 0.5;
}

body .content .timeline .image-container .modal.fade .modal-body img {
    width: 100%;
    height: auto;
    max-width: 768px;
    max-height: 468px;
}

body .content .timeline .image-container .open-modal {
    width: fit-content;
}

body .content .timeline .image-container .open-modal img {
    padding: 10px;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    body .content .timeline .image-container .open-modal img {
        width: 460px;
        height: 275px;
    }
}

body .content .timeline .image-container .open-modal a {
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
    padding: 10px;
    background-color: #000;
    position: relative;
    top: -54px;
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
}

body .content .timeline .image-container .open-modal a svg {
    width: 20px;
}

body .content .timeline .image-container.active {
    display: block;
}

body .content .timeline .image-container.row-1 {
    grid-row-start: 2;
}

@media (min-width: 1024px) {
    body .content .timeline .image-container.row-1 {
        grid-row-start: 1;
    }
}

body .content .timeline .image-container.row-2 {
    grid-row-start: 3;
}

@media (min-width: 1024px) {
    body .content .timeline .image-container.row-2 {
        grid-row-start: 2;
    }
}

body .content .timeline .image-container.row-3 {
    grid-row-start: 4;
}

@media (min-width: 1024px) {
    body .content .timeline .image-container.row-3 {
        grid-row-start: 3;
    }
}

body .content .timeline .image-container.row-4 {
    grid-row-start: 5;
}

@media (min-width: 1024px) {
    body .content .timeline .image-container.row-4 {
        grid-row-start: 4;
    }
}

body .content .timeline .image-container.row-5 {
    grid-row-start: 6;
}

@media (min-width: 1024px) {
    body .content .timeline .image-container.row-5 {
        grid-row-start: 5;
    }
}

body .content .timeline .image-container.row-6 {
    grid-row-start: 7;
}

@media (min-width: 1024px) {
    body .content .timeline .image-container.row-6 {
        grid-row-start: 6;
    }
}

body .content .timeline .image-container.row-7 {
    grid-row-start: 8;
}

@media (min-width: 1024px) {
    body .content .timeline .image-container.row-7 {
        grid-row-start: 7;
    }
}

body .content .video {
    margin-top: 80px;
}

body .content .video img {
    width: 100%;
    height: auto;
}

body .comments {
    background-color: #23373d;
}

body .comments #carousel-mid .carousel-indicators {
    bottom: -10px;
}

body .comments #carousel-mid .carousel-indicators .custom-indicator {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 4px;
}

body .comments #carousel-mid .carousel-item {
    height: 520px;
}

body .comments #carousel-mid .carousel-item img {
    height: 120px;
    border-radius: 50%;
    margin: 50px auto 0 auto;
}

body .comments #carousel-mid .carousel-item .carousel-caption {
    right: 10%;
    left: 10%;
    padding-bottom: 60px;
}

body .comments #carousel-mid .carousel-item .carousel-caption .stars svg {
    width: 20px;
    height: 20px;
    color: #f7b500;
    margin-right: 7px;
}

body .comments #carousel-mid .carousel-item .carousel-caption p {
    font-size: 1.2em;
    margin: 0 15px;
    padding: 20px 0;
}

body .comments #carousel-mid .carousel-item .carousel-caption p.name {
    font-size: 1.0em;
    padding: 5px 0;
}

@media (min-width: 768px) {
    body .comments #carousel-mid .carousel-item .carousel-caption p.name {
        font-size: 1.5em;
    }
}

@media (min-width: 768px) {
    body .comments #carousel-mid .carousel-item .carousel-caption p {
        font-size: 2.0em;
    }
}

body .comments #carousel-mid .carousel-item .carousel-caption p.comment {
    position: relative;
    margin-top: 50px;
}

body .comments #carousel-mid .carousel-item .carousel-caption p.comment::before {
    content: '';
    background-image: url(../img/icons/quote-left-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: transparent;
    position: absolute;
    top: 9px;
    left: -34px;
}

@media (min-width: 768px) {
    body .comments #carousel-mid .carousel-item .carousel-caption p.comment::before {
        width: 60px;
        height: 60px;
        top: -10px;
        left: -75px;
    }
}

body .comments #carousel-mid .carousel-item .carousel-caption p.comment::after {
    content: '';
    background-image: url(../img/icons/quote-right-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: transparent;
    position: absolute;
    bottom: 3px;
    right: -35px;
}

@media (min-width: 768px) {
    body .comments #carousel-mid .carousel-item .carousel-caption p.comment::after {
        width: 60px;
        height: 60px;
        bottom: -10px;
        right: -60px;
    }
}

body .awards {
    padding: 100px 0;
}

body .awards .awards-container {
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px;
}

@media (min-width: 768px) {
    body .awards .awards-container {
        margin: 0 auto;
        display: flex;
        justify-content: space-evenly;
    }
}

body .awards .awards-container img {
    padding: 25px;
    width: 100%;
}

@media (min-width: 768px) {
    body .awards .awards-container img {
        width: auto;
    }
}

body .newsletters {
    background-color: #e6e6eb;
}

body .newsletters .newsletters-content {
    justify-content: space-between;
}

body .newsletters h3 {
    font-size: 1.2em;
}

@media (min-width: 768px) {
    body .newsletters .form-group {
        width: 400px;
    }
}

body .newsletters .form-group input {
    border: none;
    height: 100%;
    padding: 11px 33px;
}

body .newsletters button {
    background-color: #62babd;
    border: none;
    border-radius: 0;
    margin-top: 10px;
    padding: 11px 33px;
    text-decoration: underline;
    color: #fff;
    font-size: 1em;
}

body .newsletters button:hover, body .newsletters button:focus, body .newsletters button:active {
    border: none;
    box-shadow: none;
    background-color: #62babd;
}

body .cermag p {
    font-size: 1.2em;
}

body footer {
    background-color: #62babd;
    color: white;
}

body footer .footer {
    margin: 0 auto;
}

@media (min-width: 960px) {
    body footer .footer .social-container {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }
}

body footer .footer .social-container img {
    max-width: 150px;
}

body footer .footer .footer-links .links {
    padding-left: 40px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    body footer .footer .footer-links .links {
        margin-top: 0;
    }
}

body footer .footer .footer-links h3 {
    color: #23373d;
    text-align: left;
    font-size: 18px;
    margin-bottom: 0;
}

body footer .footer .footer-links .link-container {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: space-between;
    padding-left: 0;
}

body footer .footer .footer-links .link-container li {
    width: 200px;
    list-style-position: inside;
    text-decoration: none;
}

body footer .footer .footer-links .link-container li:hover, body footer .footer .footer-links .link-container li:active {
    color: #23373d;
    transition: color 200ms;
    text-decoration: none;
}

body footer .footer .footer-links .link-container li a {
    color: #fff;
}

body footer .footer .footer-links .link-container li a:hover, body footer .footer .footer-links .link-container li a:active {
    color: #23373d;
    transition: color 200ms;
    text-decoration: none;
}

body footer .footer .footer-links .link-container li.boleto {
    color: #c2e43c;
}

body footer .footer .footer-links .link-container li.boleto a {
    color: #c2e43c;
}

body footer .footer .footer-links .contact {
    padding-left: 40px;
}

body footer .footer-bottom {
    background-color: #23373d;
    text-align: center;
    font-size: 0.6em;
}

/* whatsapp buttom*/

.whatsapp_button{
  
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	/*box-shadow: 2px 2px 3px #999;*/
  z-index:100;
}

.whatsapp_button:hover {
    color: #189146;
}

.my-float{
	margin-top:16px;
}
/* whatsapp buttom*/
