.container {
    min-width: 1200px!important;
}
body{
    position: relative;
    min-height: 100vh;
    padding-bottom: 98px;
    font-family: "Arial Rounded Mt Bold", "Arial Rounded Mt", "Arial", sans-serif;
}
.flex{
    display:flex;
}
.caixa-flex{
    display: flex;
    flex-direction: column;
    margin-left: 25%;
}
.logo{
/*    margin-left: 30%;*/
}
.titulo-header{
    font-size:25px;
    font-weight: bold;
    margin-top:5px;
    margin-bottom:5px;
    line-height: 23px;
}
.tarja-header{
/*    width: 825px;*/
    height: 118px;
    background-image: url(../images/tarja_header.jpg);
    background-size: 1920px 10px;
    line-height: 14px;
    background-repeat: repeat-y;
    background-position: 100% center;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 2px;
/*    font-family: "Arial Rounded MT Bold";*/
}
.texto-footer{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.tarja-footer{
    background-image: url(../images/tarja_footer.jpg);
    background-repeat: repeat-y;
    background-size: 40% 14px;
    background-position: left center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 103px;
}
#busca{
    background-color: #e4e3e8;
    border: none;
    width: 440px;
    border-radius: 2px;
}
#lupa{
    background-color: #fff;
    height: 25px;
    border: none;
}
.fundo{
    padding-left: 0px;
    padding-right: 0px;
    background-image:url("../images/fundo.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100vw auto;
    height:calc(100vh - 315px);
    min-height: 650px;
    width:100%;
}
.home-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.balao{
    position:absolute;
    left:11%;
    top:130px;
    width:14%;
    z-index:999;
    cursor: pointer;
}
.linhas{
    position: absolute;
    bottom: 115px;
    left: -151px;
    width: 450px;   
}
.linha{
    position: absolute;
    height: 16px;
    width: 1500px;;
    border-bottom: 1px solid black;
    right: 100%;
}
.titulo{
    cursor: pointer;
    color: black;
    font-size: 19px;
    font-weight: bold;
    padding: 17px 15px;
    border-left: 3px solid black;
}
.titulo a{
    cursor: pointer;
    color: black;
}
p.fotos-por{
    font-size: 14px;
    padding-left: 20px;
}
.texto{
    margin: 50px 0px;
    font-family: arial;
}
.img-texto{
    margin-left: 0px;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 845px;
    display: none;
}
.autor{
    font-size: 16px;
    line-height: 17px;
    border-left: 3px solid black;
    padding: 8px 17px;
    margin-right: 18px;
    font-family: arial;
}
.linha-autor{
    position: absolute;
    height: 42px;
    width: 1500px;
    border-bottom: 1px solid black;
    right: 100%;
}
.fotos{
    width:180px;
    height: auto;
    margin:10px 5px;
}
.titulo-sub{
    cursor: default;
    color: black;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 45px;
    padding-left: 15px;
    border-left: 3px solid black;
}
.titulo-pesquisa{
    cursor: default;
    color: black;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 45px;
    padding-left: 15px;
    border-left: 3px solid black;
}
ul.list-itens{
    list-style: none;
    padding-left: 15px;
    margin-bottom: 0;
}
ul.list-itens li{
    line-height: 18px;
    padding-bottom: 5px;
}
.sub-titulo{
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: bold;
}
.sub-titulo:hover{
    color:black;
}
.sub-titulo2{
    text-decoration: none;
    color: black;
    font-size: 13px;
    font-weight: bold;
}
.sub-titulo2:hover{
    color:black;
}
.titulo-creditos{
    color: black;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 15px;
    border-left: 3px solid black;
}

.fotos-wrap {
    display:flex; flex-wrap:wrap;
    margin-top:40px;
/*    justify-content: space-between;*/
}
.fotos-wrap .foto-thumb {
    flex: 0 0 19%;
    height: 162px;
    margin: 2px 3px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.videos {
    display:flex; flex-wrap:wrap; justify-content:center; margin-top:20px; margin-bottom: 20px;
}

.videos .vid {
    flex: 0 0 40%;
    height:220px;  margin:5px
}
.videos .vid  iframe {
    width: 100%;
    height: 180px;
}
.video  iframe {
    width: 600px;
    height: 320px;
}
.busca-titulo{
    font-size: 18px;
    font-weight: bold;
    padding: 4px 3px;
    border-left: 2px solid black;
}
.linha-busca{
    position: absolute;
    border-bottom: 1px solid black;
    width: 1500px;
    height: 12px;
    right: 100%;
}
.image-programacao img{
    width: 100%; 
    margin-top: 220px;
    margin-bottom: 110px;
}
.title-intercambio{
	padding-top: 30px;
}
.title-intercambio .titulo{
	border-left: none;
	cursor: initial;
}


.link-acordo {
    text-align: center;
    margin-bottom: 40px;
}
.link-acordo a{
    background: #f37064;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
}

@media screen and (max-width: 1500px) {
    .image-programacao img{
        margin-top: 130px;
    }
    .balao {
    	left: 7%;
	}
}