/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
# ---------------------------------------------------------------
# Author - Interagi Tecnologia http://www.interagi.com.br
# Copyright (C) 2010 - 2012 Interagi Tecnologia. All Rights Reserved.
# license - PHP files are licensed under  GNU/GPL V2
# license - CSS  - JS - IMAGE files  are Copyrighted material
# Websites: http://www.interagi.com.br
-----------------------------------------------------------------*/
@import url("fonts/BodoniXT/stylesheet.css");
@import url("fonts/roboto/roboto_light_macroman/stylesheet.css");
@import url("fonts/roboto/roboto_thin_macroman/stylesheet.css");

#topbar{
    z-index: 0;
}
/*.topo {*/
/*    overflow: hidden;*/
/*}*/

.rodape2 {
    overflow: hidden;
}


.memorial-cnmp {
    overflow-x: hidden;
}
.memorial-cnmp #nav-icon3 span {
    background: white !important;
}
.memorial-cnmp .menu-360{
    color: white !important;
}

.memorial-cnmp .logo_visao360 {
    border: 4px solid white;
}
.memorial-cnmp #header-memorial {
    background-image: url(http://localhost/interagi/cnmp/local/portal/images/memorial/goiania.jpg);
    height: 400px;
    background-size: cover;
    background-position: 0 center;
    margin-top: -25px;
    padding: 4em 0;
}
.memorial-cnmp .sp-component-area.clearfix {
    padding: 0 !important;
}

.logo_visao360 {
    float: left;
    /*width: 140px !important;*/
}
.logo_visao360 img, .logo_visao360 p {
    margin: 0 !important;
}
.menu_inicio {
    font-family: 'bodonixtregular';
    width: calc((100% - 140px) - 80px);
    float: left;
    text-align: center;
    margin-top: 28px;
}
.text_desc_inicio {
    font-family: 'bodonixtregular';
    font-size: 24px;
    width: calc((84% - 140px) - 80px);
    float: left;
    text-align: center;
    line-height: 29px;
    font-weight: lighter;
    margin-left: 72px;
    margin-bottom: 3px;
}
.menu_inicio_interno {
    position: relative;
    float: left;
    margin-left: 330px;
}
.menu_inicio .menu_inicio_interno div {
    float: left;
    padding: 0 15px;
    text-align: center;
}
.menu_inicio .menu_inicio_interno a {
    color: #000;
    font-family: 'bodonixtregular';
}
.menu_inicio_interno div:first-of-type {
    border-right: 1px solid #000;
}

/*MENU VISAO 360*/
.menu_visao360 {
    width: 80px;
    float: right;
    font-family: 'bodonixtregular';
    margin-top: 28px;
}

.menu_visao360 .open{
    z-index: 999;
    position: absolute;
}
/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 27px;
    height: 45px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 18px;
}

#nav-icon1 span:nth-child(3) {
    top: 36px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 50%;
    background: #d3531a;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 36px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 29px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 8px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#nav-icon3.open span:nth-child(5) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}
#popup {
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 900;
    opacity: 0.70;
}

ul.nav.menuvisao360menu {
    /* background: #000; */
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 999;
    width: 100%;
}
ul.nav.menuvisao360menu a {
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 48px;
    line-height: 70px;
    font-family: 'bodonixtregular';
    display: block;
}
ul.nav.menuvisao360menu li {
    text-align: center;
}
ul.nav.menuvisao360menu li:hover {
    /*background: #373737;*/

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#363636+0,363636+100&0.65+0,0+100 */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(54,54,54,0.65) 0%, rgba(54,54,54,0) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(54,54,54,0.65) 0%,rgba(54,54,54,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(54,54,54,0.65) 0%,rgba(54,54,54,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6363636', endColorstr='#00363636',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.menuvisao360menu .active a {
    color: #ed4425 !important;
}
.open span{
    background: #FFF !important;
}
.open-menu360{
    z-index: 999;
    color: #FFF !important;
}
.menu-360 {
    width: 80px;
    float: right;
}
.camadas p {
    margin: 8px 0px;
}
.camadas .content .linha {
    position: absolute;
    background: url("../images/bg/linha.png") top left no-repeat transparent;
    width: 243px;
    height: 1px;
}
.camadas .content .coluna {
    position: absolute;
    background: url("../images/bg/coluna.png") top left no-repeat transparent;
    width: 14px;
    height: 275px;
}
.camadas .content .conteudo {
    position: absolute;
    padding: 3px 15px;
    width: 340px;
}

body:not(.memorial-cnmp) .meio {
    margin-top: 3em;
}

.mt-5 {
    margin-top: 5rem;
}



@media (min-width: 768px) {
    #header-360 {
        min-height: 170px;
    }
    .grid-4 > div {
        display: grid;
    }
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}


/* Estilos para as páginas presidentes, conselheiros, corregedores, secretarios-gerais, membros-auxiliares e servidores-e-colaboradores */
body.presidentes figure img,
body.conselheiros figure img,
body.corregedores figure img,
body.secretarios-gerais figure img,
body.membros-auxiliares figure img,
body.servidores-e-colaboradores figure img {
    width: 100%;
    height: auto;
}

/* Estilos para todas as outras páginas */
body:not(.presidentes):not(.conselheiros):not(.corregedores):not(.secretarios-gerais):not(.membros-auxiliares):not(.servidores-e-colaboradores) figure img {
    width: 100%; /* Exemplo para outras páginas */
    height: 250px;
}
.logo_visao360 {
    border: 4px solid black;
    padding: 17px 0px;
    padding-left: 10em;
    border-left: none;
    margin-left: -10px !important;
}
.logo_visao360 h2 {
    font-family: 'bodonixtregular';
    line-height: 43px !important;
    text-transform: uppercase;
}

.border-l{
    z-index: 000;
}

.logo_visao360 h3 {
    font-family: 'bodonixtregular' !important;
    text-transform: uppercase;
    padding: 7px 0 0;
}

body:not(.memorial-cnmp) .logo_visao360 h2:after {
    content: "";
    border-bottom: 3px solid #e0bc90;
    display: block;
    width: 108px;
    padding-top: 8px;
}

#header-memorial {
    min-height: 174px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    .col-md-2 {
        width: 21.666667% !important;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .col-md-9 {
        width: 56% !important;
    }
}

@media (min-width: 993px) and (max-width: 1280px){
    .col-md-9 {
        width: 58% !important;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 978px;
    }
}

@media (max-width: 1023px) {
    .padding-l {
        padding-left: 9.2em;
        padding-right: 0em;
    }

}


@media (min-width: 1500px) {

    .logo_visao360 {
        padding-left: 9% !important;
        max-width: 260px;
        width: 85%;
    }
    .padding-l {
        padding-left: 11%;
    }
    .col-md-3 {
        width: calc(89.7% / 3) !important;
    }
    .col-md-9 {
        width: 44.1% !important;
    }
    .col-md-2 {
        width: 17.666667% !important;
    }
}
@media (min-width: 1024px) and (max-width: 1499px) {
    .logo_visao360 {
        max-width: 278px;
        padding-left: 5% !important;
    }
    .padding-l {
        padding-left: 1em;
    }
    .col-md-offset-1 {
        margin-left: 4.333333% !important;
    }
    .col-md-7 {
        width: 58.733333% !important;
    }
    .col-md-3 {
        width: calc(88.7% / 3) !IMPORTANT;
    }
}

.menu-m {
    padding: 0 !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.menu-m .accordeonck_m {
    line-height: 60px;
}

.menu-m a.isActive:after {
    border-bottom: 2px solid #e0bc90 !important;
    content: "";
    display: block;
    width: 60px;
    padding: 7px 0 0;
    margin-left: -9px;
}
.menu-m li a {
    text-transform: uppercase;
    color: black;
    font-size: 18px !important;
    line-height: initial !important;
    font-family: 'robotolight';
}
.padding-l .col-3 {
    max-width: 310px;
}

.border-active {
    position: absolute;
    border: 1px solid #e0bc90;
    height: 59px;
    margin-left: -11px;
    margin-top: -28px;
}

.thumbanail-m {
    height: 340px;
    background-size: 100%;
    background-repeat: no-repeat;
}

#header {
    height: 60px;
}
body:not(.memorial-cnmp)  .fundo.fundoInternas {
    background: #FDF8F4 !important;
}

.accordeonck {
    padding: 2em 0;
}

@media (min-width: 1500px) {
    .col-md-7 {
        width: 52.333333% !important;
    }

}


figure img {
    margin: 0 !important;
}

h6 {
    background-color: white;
    padding: 25px 10px 15px;
    text-align: center;
    color: #707070;
    font-weight: bold;
    flex: 1;
}

.bg-pink-light {

}
.text-center {
    text-align: center;
}

.text-left {
    text-align: end;
}

#home-memorial {}

.rodape2 .sp-wrap {width: 1030px !important;}

.sp-wrap{width: 100% !important;}


.memorial-cnmp #sp-footer .sp-inner,
.conselheiros #sp-footer .sp-inner,
.presidentes #sp-footer .sp-inner,
.corregedores #sp-footer .sp-inner,
.secretarios-gerais #sp-footer .sp-inner,
.membros-auxiliares #sp-footer .sp-inner,
.servidores-e-colaboradores #sp-footer .sp-inner,

 {
    margin: 0 auto;
    width: 60%;
}

.menuinicio-memorial {    width: 60%;
    margin: 0 auto;}
#home-memorial header {
    width: 80%;
text-align: center;
    margin: 0 auto;
    padding: 30px;
    display: table;   

}
#home-memorial header img{
    width: 100%;
}
#home-memorial header h2 {
    font-family: 'TheFridayStroke';
    font-size: 4rem !important;
    padding: 4rem;
    line-height: 60px !important;
}

#home-memorial header span {
    float: right;
    color: rgba(202, 163, 125, 1);
    font-family: 'bodonixtregular';
    font-size: 2rem;
    position: relative;
}
#home-memorial header span:after{
    content: "";
    color: rgba(202, 163, 125, 1);
    border: 1px solid;
    position: absolute;
    left: -110px;
    width: 100px;
    top: 9px;
}
#home-memorial article {
    background: #FDF8F4 !important;
}
#home-memorial article >.container {
    width: 75%;
    margin: auto;
}
#home-memorial article p {
    margin: 15px 0px;
    font-size: 1.2rem;
    font-family: 'robotolight';
}

#home-memorial article h3 {
    font-family: 'bodonixtregular';
    font-size: 2.3rem !important;
    padding-bottom: 1.1em;
}
#home-memorial article h3:after {
    content: "";
    border-bottom: 3px solid #caa37d;
    display: block;
    width: 119px;
    margin: auto;
    padding: 0.5em;
}
#inicio-memorial .grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    
    text-align: center;
}

#header-memorial ul.nav.menuvisao360menu li a img {
    display: none;
}

#inicio-memorial .grid-container li {
    margin-bottom: 10px;
    float: right;
}

.grid-container .image-title:before {
    content: "";
    display: block;
    border-top: 4px solid rgba(214, 163, 125, 1);
    width: 170px;
    margin: -20px auto 16px;
}

#inicio-memorial .grid-container p.image-title {
    font-family: 'bodonixtregular';
    font-size: 1.8rem;
    color: black;
}

#inicio-memorial  .text-intro{
    max-width: 200px;
    margin: auto;
    font-family: 'robotolight';
}


@media (min-width: 992px) {
     #home-memorial header img{
        margin: 8px 8px !important;
        padding: 4em 4em 2em !important;
    }
    #home-memorial article {
        padding: 4rem;
    }
   
}

@media (max-width: 951px){
    #brasil-vlibras .logo-vlibras {
        right: 0rem !important;
    }
    div#selecioneBusca_chzn {
    display: none !important;
    }
}

@media (max-width: 768px) {
    div#menu-left {
        position: absolute;
        z-index: 99;
        background: white;
        left: 0;
        width: 54% !important;
        padding: 0 4em;
    }
    
    .menu-on:after {
        content: "\f106" !important;
        font-family: 'FontAwesome';
        padding-left: 1em;
    }
    
    .logo_visao360 h3:after {
        content: "\f107";
        font-family: 'FontAwesome';
        padding-left: 1em;
    }
    
    .m-hidden {
        display: none;
    }
    .topo2 {
        margin-bottom: 4em;
    }
    .customlogo img {
        margin-top: 2em !important;
    }
    #inicio-memorial .grid-container {
        grid-template-columns: repeat(2, 1fr);
    
    }
    .module_logo {
        margin: 3em auto 5px;
    }
    .vlibras-mobile {
        margin: 9px -13px;
    }
     .sp-inner {
        width: 100% !important;
        padding: initial !important;
    }
   
    #home-memorial header span:after {
        content: "";
        color: rgba(202, 163, 125, 1);
        border: 2px solid;
        left: -157px;
        width: 137px;
        top: 9px;
    }
    
    .custommenu_rodape {
        height: initial !important;
    }
    .sp-block.separator {
        padding: 0 2em;
        width: initial !important;
    
    }

}

/* personagens */
.col-md-3.logo_visao360 {
    width: 60%;
}

@media (min-width: 426px) {
   
    #inicio-memorial .grid-container {
        padding: 45px 4em 3em;
    }
    header#header-memorial .row {
        padding-right: 3em;
    }
    .logo_visao360 h3 {
        font-size: 1.8rem !important;
    }
    .logo_visao360 h2 {
        font-size: 36px !important;
    }
    /* personagens */
    .col-md-3.logo_visao360 {
        padding-left: 5em;
    }
}

@media (max-width: 425px) {
    
    .grid-4 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .logo_visao360 h3 {
        font-size: 1.2rem !important;
    }
    .logo_visao360 h2 {
        font-size: 28px !important;
    }
    .row {
        margin: initial !important;
    }
    #home-memorial header span {
        font-size: 1.3rem;
    }
    #home-memorial header span:after {
        content: "";
        color: rgba(202, 163, 125, 1);
        border: 1px solid;
        left: -99px;
        width: 88px;
        top: 11px;
    }
    #home-memorial header {
        margin: 2em 2em 4em !important;
    }
    article.content.bg-pink-light h3 {
        padding: 25px 0 0;
    }
    #inicio-memorial .grid-container {
        grid-template-columns: auto;
    }
    .barra-vlibras {
        right: 15px !important;
    }
    .col-md-3.logo_visao360 {
        padding-left: 2em;
    }
}

@media (max-width: 320px) {
    #home-memorial article h3 {
        font-size: 1.8rem !important;
    }
    .logo_visao360 {
        padding-left: 0em !important;
        width: 57% !important;
        margin-left: -15px !important;
    }
    .logo_visao360  h2 {
        font-size: 20px !important;
        line-height: initial !important;
        padding: 0 15px;
    }
    
    .logo_visao360  h3 {
        font-size: 1rem !important;
        padding: 4px 15px 0;
    }
    input#mod-finder-searchword {
        width: 88% !important;
    }
    div#menu-left {
        margin-top: -2.8em;
    }
}

@media (max-width: 425px) and (min-width: 321px) {
    button.btn.btn-primary.hasTooltip.busca_geral.finderbusca_geral {
        right: 14% !important;
    }
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.grid-4 > div {
    padding: 10px;
}

.col.border-l {
    z-index: unset !important;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
}

.grid-2 .border-l:after {
    content: "";
    border-left: 2px solid #e0bc90;
    position: absolute;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100px;
    top: 0;
    right: -7em;
}
.grid-2 > div {
    padding: 0 2em 0;
    position: relative;
    /* z-index: 0; */
}

.grid-2.grid-agenda > div {
    padding: 0 10px 0;
    position: relative;
    /* z-index: 0; */
    margin-bottom: 20px;
}

.grid-2 h6{
    padding: 10px 10px 15px;
    color: #707070;
    font-weight: 600;
    background-color: transparent;
    height: 70px;
}

.servidores{
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 16px;
}


.box-shadow {
    box-shadow: -1px 1px 8px 0px #bdbdbd;
    background: white;
}

@media (min-width: 2800px) {
    .col-md-offset-1 {
        margin-left: 6.533333% !important;
    }
}

.row-2 {
    padding-bottom: 4em !important;
}
/*Paginacao*/
.pagenav {
    margin: 2em auto 2em;
}
.pagenav ul {
    text-align: center;
}
.pagenav ul li {
    display: -webkit-inline-box;
    margin: 0 0.3em;
}
.pagenav ul li a {
    padding: 3px;
    color: black;
    font-weight: bold;
}
.pagenav .active {
    background: #e0bc90;
    padding: 5px;
    padding-bottom: 0;
    padding-top: 2px;
}
.pagenav .active a {
    color: white;
}

.pagenav .disabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.pagenav ul li:first-child:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 1.4rem;
    top: 3px;
    position: relative;
    right: 7px;
}

.pagenav ul li:last-child:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 1.4rem;
    top: 3px;
    position: relative;
    left: 7px;
}

iframe {
    width: 100%;
    height: 467px;
    margin-top: 0em;
}

@media (max-width: 425px) {
    iframe {
        height: 100vh;
    }
}


@media (max-width: 800px) {
    .inner-popup-atleta {
        width: 74% !important;
        height: 75vh !important;
        padding: 25px !important;
    }
}

.popup-atleta {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    top: 0;
    z-index: 9999;
    left: 0;
}

.inner-popup-atleta {
    background: white;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    left: 0;
    width: 730px;
    height: 518px;
    padding: 50px;
    z-index: 99999;
    text-align: initial;
    overflow: auto;
}

.inner-popup-atleta .close-btn {
    position: relative;
    float: right;
    font-size: 28px;
    left: 15px;
    top: -20px;
}

.inner-popup-atleta .close-btn i{
    color: #000;
}

.close-btn:hover {
    cursor: pointer;
}

/* FormulĂˇrio de Contato */

.container-fluid.contato {
    text-align: center;
    margin-top: 8%;
    margin-bottom: 8%;
}

.container-fluid.contato hr{
    border: 1px solid #daab84;
    width: 135px;
    margin-top: 2%;
    margin-bottom: 1%;
}

.container-fluid.contato input{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    opacity: 1;
}

.row.titulo p{
    font-family: 'bodonixtregular';
    color: #000000;
    font-size: 35px;
    text-align: center;
}

.row.subtitulo p{
    color: #707070;
    margin-bottom: 3% !important;
}

.container-fluid.contato .form-group {
    margin: 10px;
}

.container-fluid.contato .form-group input{
    width: 600px;
    height: 35px;
}

.container-fluid.contato .form-group textarea{
    width: 600px;
}

.container-fluid.contato .btn.contact {
    font-family: 'bodonixtregular';
    background-color: #fff;
    border: 1px solid #000;
    width: 300px;
    height: 40px;
    font-size: 17px;
    margin-top: 20px;
}

.container-fluid.contato .btn.contact:hover {
    background-color: #ccc;
    border: 2px solid #000;
}

@media (max-width: 700px) {
    .container-fluid.contato .form-group input, .container-fluid.contato .form-group textarea {
        width: -webkit-fill-available;
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media (max-width: 430px) {
    .container-fluid.contato .form-group input, .container-fluid.contato .form-group textarea {
        width: -webkit-fill-available;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 900px){
    .row.titulo p{
        line-height: 2.5rem;
    }
}

.box-shadow.box-agenda {
    margin-bottom: 15px;
}

.inner-popup-atleta .col-md-12 h3{
    font-family: bodonixtregular;
    font-size: 25px !important;
}

.inner-popup-atleta .col-md-12 hr {
    border: 1px solid #daab84;
    width: 135px;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 10px;
}

.inner-popup-atleta .col-md-12 h4{
    color: #707070;
    font-weight: 600;
    font-size: 20px;
}

.inner-popup-atleta .content span{
    color: #707070 !important;
}

.carousel {
    height: 400px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.carousel-control i {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
}

.gal{ margin:0px !important; }

.box-galeria>div{ height:400px !important; padding-bottom: 25px}
.carousel .item>img {
    width: 100%;
    height: 100%;
}

@media (max-width: 800px) {
    .box-galeria>div{ height:200px !important; }
    .carousel{
        height: 200px;
    }
}
