@font-face {
    font-family: Antenna-Light;
    src: url(../fonts/Antenna-Light.otf);
}

@font-face {
    font-family: Antenna-Regular;
    src: url(../fonts/Antenna-Regular.otf);
}

@font-face {
    font-family: Antenna-Medium;
    src: url(../fonts/Antenna-Medium.otf);
}

body {
    font-family: Antenna-Light;
}

#prev-carousel {
    height: 90px;
    width: 90px;
}

#next-carousel {
    height: 90px;
    width: 90px;
}

#sobre-amapa {
    margin-top: 35px;
    margin-bottom: 35px;

}

#texto-sobre-amapa {
    text-align: center;
    font-size: 35px;
    margin-bottom: 30px;
}

div.conteudo-sobre-amapa {
    margin-bottom: auto;
    margin-top: auto;
}

#localizacao-estr {
    margin-top: 35px;
    margin-bottom: 35px;
}

#texto-localizacao-estr {
    text-align: center;
    font-size: 35px;
    margin-bottom: 30px;
}

div.conteudo-localizacao-estr {
    margin-bottom: auto;
    margin-top: auto;
}

#area-video-um {
    background-image: url("../img/thumbnail_video.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

h2.titulos-principais {
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: Antenna-Medium;
    text-align: center;
    color: #0B559F;
}

#play-video-um {
    font-family: Antenna-Medium;
    color: #0B559F;
    text-decoration: none;
}

#play-video-um:hover {
    color: #1F9F43;
}

.js-carousel--responsive {
    overflow-y: hidden;
    overflow-x: hidden;
}

.c-carousel__slide {
    margin: 3px;
    text-align: center;
}

div.textos_mapas{
    display: none;
}
table.tabela-info-mapa{
    font-size: 14px;

}
th{
    border-bottom: 1px solid #1080BD;
    color: #1080BD;
    padding-bottom: 5px;
}
td{
    padding-top: 5px;
    padding-right: 5px;
}
svg{
    width: 450px;
    height: auto;
}
#pagina-busca{
    margin-top: 30px;
    margin-bottom: 30px;
}
img.imagem-busca{
    width: 100%;
    max-height: 150px;
    height: auto
}
div.resultado-busca-texto{
    margin-top: auto;
    margin-bottom: auto;
}
h5.titulo-busca{
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Antenna-Medium;
}
a.link-busca{
    text-decoration: none;
}
a.link-busca:link {
    color: #1080BD;
}
a.link-busca:visited {
    color: #1080BD;
}
a.link-busca:hover {
    color: #1F9F43;
}
a.link-busca:active {
    color: #1080BD;
}
a.link-busca:focus {
    color: #1080BD;
}
#nenhum-resultado-busca{
    margin-top: 100px;
    margin-bottom: 100px;
}
#retornar-pagina{
    color: #1080BD;
    text-decoration: none;
}
#retornar-pagina:hover{
    color: #1F9F43;
}

p.texto-depoimento{
    margin-top: 10px;
    font-size: 16px;
}
p.nome-instituicao-depoimento{
    font-size: 13px;
}
img.icone-depoimento{
    margin-left: auto;
    margin-right: auto;
}