/* 
 * 1. Google Font
 */
/*@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);
/* 
 * 2.0 Global Style
 */
html, body {
    height: 100%;
    margin: 0;
}

.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-content {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}




html {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;

}
.descricao {
    display: flex;
    align-items: center; /* Centraliza verticalmente */
    justify-content: center; /* Opcional: centraliza horizontalmente */
    margin-top: -30px;
    padding: 0 30px; /* Atalho para padding-left e padding-right */
    background-color: rgb(239, 239, 239);
    min-height: 100px;
}
.align-right {
  text-align: right;
}
.btnInscricao{
	background-color: #005FB1;
	color: white;
	padding: 5px;
	border-radius: 3px;
	width: 90px;
	text-align: center;
	text-transform: uppercase; /* CAIXA ALTA */
}
.camisa{
	width: 570px	;
}
.botao-info {
    height: 50px!important; 
    width: 100%!important;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.botao-info:hover{
	cursor: pointer;
}

body1 {
  color: #4e4e4e;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
.navbar-custom {
    border: 0!important;
    margin: 0!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    background-color: white!important;
    -webkit-transition: all 0.2s linear 0s!important;
    transition: all 0.2s linear 0s!important;
   
}

a {
  color: #000;  
}
a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700; 
}
H4{	
	padding: 5px;
	color: white;
}

p {
  margin: 0 0 30px;
}
ul li {
  font-weight: 400;
  margin-bottom: 10px;
}

.custom-list-icon, .list-arrow-right {
  list-style-type: none;
  padding: 0;
}
.custom-list-icon li, .list-arrow-right li {
  position: relative;
  padding-left: 20px;
}
.custom-list-icon li::before, .list-arrow-right li::before {
  position: absolute;
  left: 0;
  color: #4e4e4e;
  font-family: "Ionicons";
}

.social-block {
  list-style-type: none;
  padding: 0;
}
.social-block li {
  display: inline-block;
}
.social-block li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  color: #4e4e4e;
}
.social-block li a i {
  font-size: 1.5em;
}
.social-block li a:hover, .social-block li a:focus {
  color: #000;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn {
  border: 0;
  border-radius: 0;
  padding: 10px 28px;
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
          margin-bottom: 30px;
}
.btn:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  height: 48px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.6;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ccc;
  background-color: #f8f8f8;
}

.valign-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.section {
  padding: 70px 0;
}

.section-title {
  color: #313131;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
}

/* 
 * 3.0 Helper Class
 */
/* 
 * 3.1 Helper Class: font-weight
 */
.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-700 {
  font-weight: 700;
}

/* 
 * 3.2 Helper Class: margin
 */
.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mt20 {
  margin-top: 20px;
}

/* 
 * 3.3 Helper Class: list
 */
.list-arrow-right li::before {
  content: "\f3d3";
}

/* 
 * 3.4 Helper Class: button
 */
.btn-white {
  color: #000;
  background-color: #fff;
}
.btn-white:hover, .btn-white:focus {
  color: #000;
  background-color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #000;
}
.btn-black:hover, .btn-black:focus {
  color: #fff;
  background-color: #000;
}
.btn-site {
  color: #fff;
  background-color:#0062B4;
}
.btn-site:hover, .btn-site:focus {
  color: #fff;
  background-color:rgb(33, 99, 222);
}

/* 
 * 3.5 Helper Class: background
 */
.bg-image, .bg-image-1, .bg-image-2 {
  position: relative;
}
.bg-image::before, .bg-image-1::before, .bg-image-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-image-1 {
  background: url(../images/backgrounds/fundo.jpg) no-repeat center center/cover;
}
.bg-image-1::before {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-image-2 {
  background: url(../images/backgrounds/bg-2.jpg) no-repeat center bottom/cover;
}
.bg-image-2::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.logofundohome{
	 padding-top:88px;
	background-color: rgb(255, 255, 255);
	background-size: 100%;   
    background-repeat:no-repeat;       
    
} 
.funtoTermo{
	color: darkred;
}

.logoCentro {
    background-image: url("../images/outdoor2026.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;   /* NÃO corta */
    width: 100%;
    height: 730px;
}

.logoApoio{ 	
	background-image: url("../images/apoioA.png");	
    background-repeat:no-repeat;  
    background-position: center; 
    height: 100px;
}
.tituloFundo {
	background-color: #00446C;	
	color: #ffffff;	
	font-size: 20px;	
	padding: -10px;
	padding-left:20px;
	border-radius: 5px 5px 0px 0px;		
}
.col-md-4 {
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente, caso a div tenha altura */
}

@media (min-width: 768px) {
  .section {
    padding: 90px 0;
    margin-bottom: -120px
  }

  .section-title {
    color: #313131;
    letter-spacing: 1px;
    margin: 0 0 60px;
    text-transform: uppercase;
    text-align: left;
  }
}
/* 
 * 4.0 Navigation
 */
.navbar-custom {
  border: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color:#0063B0;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
          
}
.navbar-custom .navbar-nav li {
  margin: 0;
}
.navbar-custom .navbar-nav > li > a {
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 4px solid transparent;
  
}
.navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-custom .navbar-nav > .active > a {
  border-color: rgba(255, 255, 255, 0.5);
}
.btnInscricao{
	background-color: #005FB1;
	color: white;
	padding: 5px;
	border-radius: 3px;
	width: 90px;
	margin-right: 24px;
}
.mobile-only {
    display: none;
}
.navbar-toggle {
  border: 0;
  border-radius: 0;
  margin-top: 2px;  
}
.navbar-toggle .icon-bar {
  background-color: #0063A1;
}

.navbar-solid {
  background-color: #367cc9!important;
  padding: 0 !important;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}
.navbar-solid2 {
  background-color: #400040!important;
  padding: 0 !important;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}

.site-branding {
  float: left;
  margin-top: 0;
  margin-left: 10px;
}
.site-branding .logo {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-right: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;  
}
.site-branding .logo:focus, .site-branding .logo:hover {
  text-decoration: none;
}
.subHeader{
	padding-top: 55px;
	text-align: center;
    display: flex; /* Habilita o flexbox */
    align-items: center; /* Centraliza verticalmente */
    justify-content: center; /* Centraliza horizontalmente */
    font-weight: bold;
    font-size: 30px;
    background-color: #F7F7F7;
    
    box-shadow: 0px 4px 6px -3px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}
/* 
 * 5.0 Site Header
 */
 @media(max-width: 768px){
 	.site-header {
	  height: 450px;  
	  background: url(../images/backgrounds/fudoCel.jpg) no-repeat center center/cover;
	  background-color: rgba(0, 0, 0, 0.2);
	  
	}
	
	.descricao {
    font-size: 12px;
    min-height: 50px;
}

 .logofundohome{
		
		
		
		margin-top: 90px;
		padding-top: 0px;
	/*	background-image: url("../images/bg_torneio_pesca_guaira-Cel.png");*/
		/*background-size: 100%;   
	    background-repeat:no-repeat; */
	  
	    
	} 
	.logoCentro { 	
    background-image: url("../images/MULHERES NA PESCACel.png");	    
    background-size: contain; /* Garante que a imagem seja totalmente visível */
    background-color: rgb(255, 255, 255);
    height: 500px;
}
.container{
	font-size: 12px;
}
.btn{
	font-size: 12px;
	padding: 5px 5px;
}
   
	
	.logoApoio{ 	
		background-image: url("../images/apoioA.png");	
	    background-repeat:no-repeat;  
	    background-position: center; 
	     background-size: 280px auto; /* largura menor */
	    
    }
    .subHeader {
	   
	    text-align: center;
	    display: flex; /* Habilita o flexbox */
	    align-items: center; /* Centraliza verticalmente */
	    justify-content: center; /* Centraliza horizontalmente */
	    font-weight: bold;
	    font-size: 16px;
	    background-color: #F7F7F7;
	  
	    box-shadow: 0px 4px 6px -3px rgba(0, 0, 0, 0.2);
	    margin-bottom: 20px;
	}

	h3{
	   font-size: 16px;	  
	}
	.navbar-custom .navbar-nav > li > a {
		font-size: 12px;
		height: 30px;
		
	}
	.buttonNavbar{
		padding-top: 5px!important;
		padding-bottom: 0px;
	}
	
 }
  @media(min-width: 992px){
    /*  .site-header {
		  width: 100%;
		  height: 100%;
		  min-height: 100vh;
		  padding-top: 200px;  
		  background: url(../images/backgrounds/arteok.jpg) no-repeat center center/cover;
		  background-color: rgba(0, 0, 0, 0.2);
		  display: table;
	  }*/
  }
  .buttonNavbar {
   
    font-size: 12px;
   
}

.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.site-header .intro {
  color: #fff;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
}
.site-header .intro h2 {
  margin-top: 0px;
  font-size: 25px;
  font-weight: 300;
}
.site-header .intro h1 {
  margin-top: 0px;
  font-size: 30px;
}
.site-header .intro p {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding-top: 30px;
  }

  .site-branding {
    margin-top: 6px;
    margin-left: 0;
  }
}
/* 
 * 6.0 Section
 */
/* 
 * 6.1 Section: About 
 */
.about .section-title {
  margin: 0 0 25px;
}
.about figure {
  margin-bottom: 25px;
}

/* 
 * 6.2 Section: Facts
 */
.facts i {
  color: #fff;
  font-size: 3em;
}
.facts h3 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

/* 
 * 6.3 Section: Speaker
 */
 
.speakers{
	background-color: #f8f8f8;
}


.speaker {
  text-align: justify;
  color: #313131;
  margin: 25px 0;
}
.speaker h4 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
}
.speaker p {
  margin-bottom: 5px;
}
.speaker img:hover {
  opacity: .7;
}

.speaker img {
  width: 300px;
  heigth: 300px;
  border-radius: 20px;
  border-color: black;
  box-shadow: 7px 9px 11px 5px rgba(0,0,0,0.5);
}


/* 
 * 6.4 Section: Registration & Pricing
 */
/* 
 * 6.5 Section: Contribution
 */
.contribution {
  text-align: center;
  color: #fff;
}

/* 
 * 6.6 Section: Schedule
 */
.schedule-box {
  position: relative;
  background-color:#0062B3;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  margin: 25px 0 0;
  border-radius: 5px;
  box-shadow: 7px 9px 11px 5px rgba(0,0,0,0.5);
}
.schedule-box::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

/* 
 * 6.7 Section: Schedule
 */
.partner {
  background-color: #f8f8f8;
}
.partner .partner-box {
  display: block;
  opacity: 0.3;
  height: 150px;
  width: 150px;
  margin: 25px auto;
  -webkit-transition: 0.5s all linear;
          transition: 0.5s all linear;
}
.partner .partner-box:hover {
  opacity: 1;
}
.partner .partner-box-1 {
  background: url(../images/partner/partner-1.png) no-repeat center center/contain;
}
.partner .partner-box-2 {
  background: url(../images/partner/partner-2.png) no-repeat center center/contain;
}
.partner .partner-box-3 {
  background: url(../images/partner/partner-3.png) no-repeat center center/contain;
}
.partner .partner-box-4 {
  background: url(../images/partner/partner-4.png) no-repeat center center/contain;
}
.partner .partner-box-5 {
  background: url(../images/partner/partner-5.png) no-repeat center center/contain;
}
.partner .partner-box-6 {
  background: url(../images/partner/partner-6.png) no-repeat center center/contain;
}
.partner .partner-box-7 {
  background: url(../images/partner/partner-7.png) no-repeat center center/contain;
}
.partner .partner-box-8 {
  background: url(../images/partner/partner-8.png) no-repeat center center/contain;
}

/* 
 * 6.8 Section: FAQ
 */
.faq .panel-heading {
  cursor: pointer;
}
.faq .faq-toggle.collapsed::before {
  font-family: "Ionicons";
  content: "\f218";
  -webkit-transition: 0.5s linear ease-out;
          transition: 0.5s linear ease-out;
  position: absolute;
  left: 15px;

}
.faq .faq-toggle::before {
  position: absolute;
  left: 15px;
  font-family: "Ionicons";
  content: "\f209";
}
.faq .panel-group .panel + .panel {
  margin-top: 15px;
}
.faq .panel-default > .panel-heading {
  color: #FFF;
  background-color: #000000;
  border-color: #000;
  border-radius: 0;
  padding: 0;
}
.faq .panel-default > .panel-heading a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 15px 15px 15px 35px;
}
.large-only {
    display: none!important;
} 
/* 
 * 6.9 Section: photos
 */
.grid {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.grid::after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  float: left;
  overflow: hidden;
  padding: 3px;
  margin: 0;
  width: 100%;
}
@media (max-width: 576px) {
    .mobile-only {
        display: block;
         margin-left: auto; 
         margin-top: -70px;
    } 
   .ocuta_logo{
	   display: none;
   }
    .navbar-header{
		margin-top: 0px;
	}
    .camisa-img {
	    width: 59%; 
	    max-width: 100%; 
	    height: auto; 
	}
	.btnInscricao{
		position: absolute;
		margin-left: 15px;
		width: 200px!important;		
	}
	.logoCentro{
		margin-top: -40px;
		
	}
	.subHeader{
	     padding-top: 20px;
	}
}
@media (min-width: 768px) {
  .grid-item-sm-6 {
    width: 50%;
  }

  .grid-item-sm-3 {
    width: 25%;
  }

  .section-title {
    margin: 0 0 30px;
  }

  figure {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .schedule-box {
    margin: 0;
  }

  .grid-item-md-6 {
    width: 50%;
  }

  .grid-item-md-3 {
    width: 25%;
  }
  .large-only {
        display: block!important;
        width: 50%; /* Ajuste conforme necessário */
        max-width: 100%;
        height: auto;
    }
}
/* 
 * 7.0 Site-footer
 */
.site-footer {
 
  color: #fff;
  text-align: center;
  padding-top:10px;


}
.site-footer .site-info {
  font-weight: 400;
  margin-bottom: 0px;
  background-color: #FF38AD;
  
}
.site-footer .site-info a {
  color: #fff;
}
.site-footer .social-block li a {
  color: #fff;
}
.site-footer .social-block li a:hover, .site-footer .social-block li a:focus {
  opacity: 0.8;
}
.nomePalestrante{
	background-color: #0062B3;
}






.wrapper{
	height: 100vh;
	display: flex;
	flex-direction: column;
}

.content-wrapper{
	 flex: 1;
}
 
 
.textCidade{
	
	margin-top:100px
	
}

.form1{
    margin-top: -100px;
}
.faleConosco{
	margin-top:150px;
	margin-bottom:150px;
}
.botaoEnviar{
	color: white;
	margin-top:20px;
	border-color:transparent;
	border-radius:13px;
	background-color:#005fb1;
	font-weight: bold;
	cursor: pointer;
	font-family: var(--bs-btn-font-family);
	height:50px;
	width: 100px;
    
}
.botaoEnviar:hover{
 background-color: #007cec; /* Altera a cor de fundo ao passar o mouse */
 color: #fff;
}

a{
	font-weight: bold;
	
}
a:hover{
	color: #005fb1;
	text-decoration:none;
	cursor: pointer;
	
}

.duvidas{
	font-weight: bolder;
}



