* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}

html {
    font-size: 14px; 
    height: 100%;
}

html, body, .padding-body {
    height: 100%;
}


@media (min-width: 576px) {
    html {
        font-size: 15px; 
    } 
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    } 
}

.logo-wrapper {
    display: table-cell;
    vertical-align: top;
    padding-top: 55px;
    padding-left: 25px;
    padding-right: 25px;
}

.img-link {
    padding-left: 10px;
    font-size: 20px;
    color: #f50000c2;
}

.img-link :hover {
    cursor: pointer;
}

.color-text {
    color: #f57d00
}

.slide-active > button{
    color: #f57d00!important;
    font-weight: bold;
}

body {
    font-family: "Lato",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;
}

p {
    margin-bottom: 0.5rem; 
}

.timeline{
    height: 430px;
}

.input-container{
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
    padding-right: 1.5%;
}

.input-container > input{
    height: 25px;
	width: 55px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.timeline-visual img {
    margin: auto;
    max-width: 100%;
    max-height: 405px;
    width: auto;
    height: auto;
    border: 2px solid #999; 
}

.cont{

    height: 89%;
	border-radius: 0 0 5px 5px ;
	border-style: solid;
	border-color:#DCDCDC;
	border-width: 0 1px 1px 1px;
	padding:1%;
}

.timeline-list{
    width: inherit;
}

.timeline-1 .timeline-item {
    height: 420px;
    border: none;
}

.timeline-year {
    width: 43%;
    border: 3px solid #999;
    height: 100%;
    margin: auto;
    display: flex;
}

.timeline-year > span {
    margin: auto;
    font-size: 35px;
    color: #999;
}


.timeline-detail::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.timeline-detail::-webkit-scrollbar{
    width: 12px;
    background-color: #F5F5F5;
}

.timeline-detail::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.container-year {
    text-align: center; 
    font-size: 18px;
    /*color: #f57d00;*/
    color: black;
    /*background-color: #f9cb9dbd;*/
    background-color: #f57d00;
    font-weight: bold;
	border-radius: 5px 5px 0 0 ;
	height:12%;	
	padding: 9px;
	
}

.textoevol {
  
    font-size: 10px;
    color: blue;
  
	padding: 9px;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 70px;
	padding-right: 60px;
	padding-top: 30px;
	
}

.footer-div {
    flex-basis: unset;
}

.content-div {
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
    min-height: 750px;
    height: calc(100% - 150px);
}

.timeline-detail > div:last-child {
    padding-bottom: 0;
}

.timeline-detail > div {
    padding-bottom: 15px;
    padding-right: 15px;
}

.head-info {
    color: blue;
    font-weight: 600;
}

.head-rio {
    color: orangered;
    font-weight: 600;
}

.info {
    text-align: justify;
    font-size: 14px;
    padding-left: 8px;
}

.corpo-timeline-item {
    width: 100%;
    height: 360px;
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-color: #DCDCDC;
    border-width: 0 1px 1px 1px;
    float: left;
    padding: 2%;
    /*overflow-y: auto; */
}

.corpo-timeline-item2 {
    width: 100%;
    height: 360px;
  
    float: left;
   
	padding-left: 150px;
	padding-right: 120px;
	padding-top: 30px;
	
    /*overflow-y: auto; */
}

.cont::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.img-viewer-btn {
    background:none!important;
    color:#31708f;
    border:none; 
    padding:0!important;
    font: inherit;
    cursor: pointer;
}

.timeline-navigate-div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.button {
    display: flex;
    overflow: hidden;
  
    margin: 10px;
    padding: 12px 12px;
  
    cursor: pointer;
    user-select: none;
    transition: all 60ms ease-in-out;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    text-transform: none;
    text-transform: capitalize;
  
    color: #202129;
    background-color: #f2f2f2;
    border: 0 none;
    border-radius: 4px;
  
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
  
    -webkit-appearance: none;
    -moz-appearance:    none;
   
    justify-content: center;
    align-items: center;
}

.button:hover {
    color: #202129;
    background-color: #e1e2e2;
    opacity: 1;
}

.button:active {
    background-color: #d5d6d6;
    opacity: 1;
}

@media (max-width: 500px){
    .cont {
        flex-direction: column;
        overflow-y: auto;
    }

    .button{
       margin-right: 5px;
    }

    .content-div {
        min-height: 900px;
        height: 100%;
    }

    .row {
        max-width: 100%;
        margin-left: 0 !important;
    }

    .timeline-detail{
        height: 90%;
        overflow-y: auto;
    }

    .timeline-visual {
        display: flex;
    }

    .timeline-year {
        width: 100%;
        height: 50%;
    }

    .timeline-visual img {
        max-height: 250px;
    }
}

@media (min-width: 500px){
    .cont {
        display: flex; 
        justify-content: space-around;
    }

    .timeline-visual {
        display: flex;
        flex-basis: 43%;
        height: 100%
    }

    .timeline-detail {
        overflow-y: auto; 
        height: 90%;
        padding: 10px;
    }
}
