/*
 @media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. }*/ 

/*@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
/*@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
        /* @media (min-width:1281px) { /* hi-res laptops and desktops */ 
        

/* font do menu */
@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300&display=swap');
/* font do texto */
@import url('https://fonts.googleapis.com/css2?family=ce&display=swap');
/* font rodape*/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

/* main page */
html {
  width: 100%;
}

nav ul li {
  display: inline-block;
  line-height: 30px;
}

.landPage{
  background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%), url('../image/alagoinhas.jpeg');
  width: 100%;
  height: 420px;
  overflow: hidden;
  background-size: cover;
  position: relative;
}

.main-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; /* Garante que .main-text tenha a largura total do contêiner pai */
  text-align: center; /* Centraliza o texto horizontalmente */
}

.main-text .imgTitle1, .main-text .imgTitle2 {
  font-family: "Roboto", sans-serif;
  color: #fff;
  margin: 0; /* Remove a margem padrão dos títulos para ajudar na centralização */
  display: inline-block; /* Garante que os elementos sejam tratados como blocos, mas alinhados como texto */
  width: 100%; /* Faz cada título ocupar a largura total de .main-text */
}

.main-text .imgTitle1 {
  font-size: 30px;
}

.main-text .imgTitle2 {
  font-size: 40px;
}

.main-text a {
  display: block; /* Faz com que o link seja tratado como um bloco, permitindo a centralização via text-align */
  width: 150px;
  height: 40px;
  outline: none;
  font-size: 15px;
  font-weight: 200;
  padding: 1rem;
  margin: 20px auto 0; /* Centraliza o link horizontalmente e adiciona espaço acima */
}



.btn{
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e0ffff;
  font-family: "Asap", sans-serif;
}


/* Estilo do botão */
.center-div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

.btn-inscricao {
  background-color: #00303A;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 16px;
  border-radius: 25px;  /* Ajuste aqui para um botão mais arredondado */
  display: inline-block;
  transition: background-color 0.3s;
}

/* Estilo ao passar o mouse */
.btn-inscricao:hover {
  background-color: #19A340;
  text-decoration: none;
  color: #000;
}


.textInfo{
  word-wrap: break-word;
}

.img-fluid{
    max-height: auto;
    max-width:10vw;
}

.bg-grey {
  background: #292929;
}


.logo-footer {
  margin-bottom: 40px;
}
footer {
      color: grey;
}
footer p, a {
font-size: 12px;
font-family: 'Roboto', sans-serif;
}
footer h6 {
font-family: 'Playfair Display', serif;
margin-bottom: 40px;
position: relative;
}
footer h6:after {
position: absolute;
content: "";
background: grey;
width: 12%;
height: 1px;
left: 0;
bottom: -20px;
}


.imglgo {
  max-width: 10px; /* ajuste o tamanho da imagem conforme necessário */
  height: auto;
  display: block; 
  margin: 0 auto;
}


.styPaper{
    color: inherit;
    text-decoration: none; 
}


.linkTempalte{
  padding: 100px;
}

.imglgo{
  display: inline-block;
  min-width: 2.2cm;
  height: 3,8cm;
  align-items: center;
  vertical-align: middle;
}
.imglgo img{
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.textlgo{
  display: inline-block;
  vertical-align: middle;
}

.textlgo a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 3px 0;
  position: relative;
  background-clip: text;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.textlgo a:before{
  content: '';
  background: #54b3d6;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.textlgo a:hover {
 background-position: 0;
}

.textlgo a:hover::before{
  width: 100%;
}
/* Organizing Committee */
.orgTitle{
  background:#00303A;
   width: 100%;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
}
.org-main-text{
  width: 80%;
   margin: 10px;
   padding: 5px;
   color: white;
   justify-content: center;
   align-items: center;
   text-align: center;
}
.titleChair{
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 800;
  padding: 0; 
}
.nameChair{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 0; 
}

/* Keynote Speakers */
.speakers {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 200px;
}

.speaker {
  width: 150px;
  height: 150px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.speaker-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.speaker-info {
  text-align: center;
  margin-top: 5px; 
}

/* Adicionando estilos para os parágrafos dentro de .speaker-info */
.speaker-info p {
  font-family: 'Roboto', sans-serif;  /* Aplica a fonte Roboto */
  font-size: 14px;  /* Define o tamanho da fonte */
}

.speaker-info p:first-child {
  font-weight: 700;  /* Aplica peso de fonte mais pesado ao primeiro parágrafo (nome do professor) */
}




/* HISTORY */
.HText p{
  width: 1000px;
  margin: auto;
  font-size: 20px;
  color: #00303A;
  text-align: justify;
}

.carousel-item-image {
  height: 400px;
  overflow: hidden;
}

.carousel-item-image img {
  height: 100%;
  width: auto;
}

/* CALL FOR PAPERS */

.columns {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  
}

.columns li {
  flex: 1 0 50%;
  padding: 5px;
}

.conference-topics{
  margin-left: 70px;
}

/* SUBMISION GUIDELINE*/
.info-box {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: lightblue;
  border: 0;
}

.info-box i {
  margin-right: 10px;
}

.lnkExternal{
  box-shadow: inset 0 0 0 0 #54b3d6;
  color: #54b3d6;
	padding: 0 .25rem;
	margin: 0 -.25rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
  text-decoration: none;
}
.lnkExternal:hover {
  color: #fff;
  box-shadow: inset 200px 0 0 0 #54b3d6;;
  text-decoration: none;
}

/* Presentational styles */
.lnkExternal {
	color: #54b3d6;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
	font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid black;
}

th, td {
  padding: 15px;
  text-align: left;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

th {
  background-color:  darkgoldenrod;
  color: white;
}

.gold {
  color: white
}

.dark-blue {
  color:white;
}

/*Datas Importantes */
.tg {
  border-collapse:collapse;
  border-spacing:0;
}
.tg td,.artigos td{
  border-color:black;
  border-style:solid;
  border-width:1px;
  font-family:'Bebas Neue', sans-serif;
  font-size:18px;
  overflow:hidden;
  padding:10px 5px;
  word-break:normal;
}
.tg th,.artigos th{
  border-color:black;
  border-style:solid;
  border-width:1px;
  font-family:'Bebas Neue', sans-serif;
  font-size:18px;
  font-weight:normal;
  overflow:hidden;
   padding:10px 5px;
  word-break:normal;
  background-color: #00303A;
  color: #FFF;
}

.tg .tg-sl{
  background-color: #00303A;
  color: #fff;;
  text-align:left;
  vertical-align:top;
}
.tg .tg-sr{
  background-color:#FFF;
  color:#00303A;
  text-align:right;
  vertical-align:top;
}
.art-title{
  text-align:center;
  vertical-align:top;
}
.art-cnt{
  text-align:center;
  vertical-align:top;
}

.centro{
  margin-left: auto;
margin-right: auto;
}

/*PROGRAMAÇÃO */
.thead-light{
  border: 2px solid black;
  border-bottom: 2px solid black;
}
.thead-light tr th{
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
}
/*CONTACT US*/
#contact {
  width: 100%;
  height: 100%;
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font: 300 25px 'Oswald', sans-serif;
  color: black;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  max-width: 840px;
}

/* Left contact page */
.form-horizontal {
  /*float: left;*/
  max-width: 400px;
  font-family: 'Lato';
  font-weight: 400;
}

.form-control, 
textarea {
  max-width: 500px;
  background-color:gainsboro;
  color: black;
  letter-spacing: 1px;
}

.send-button {
  margin-top: 15px;
  height: 34px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.alt-send-button {
  width: 400px;
  height: 34px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  font: 700 12px 'Lato', sans-serif;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #aaa;
}

.contact-text {
  font: 500 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: black
}

.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  color: black;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #fff;
  text-decoration: none;
}


/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative; 
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 10px 3px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27,27,27);
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #fff; 
}

.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color: #000;
}

.copyright {
  font: 200 14px 'Oswald', sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
}

hr {
  border-color: rgba(255,255,255,.6);
}

/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }  
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 569px) {

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
 
  
  .name, .email, textarea {
    width: 280px;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}

/*history*/
.carousel {
  width: 600px;
  height: 400px;
  margin: 0 auto;
}

.carousel-inner>.item>img {
  margin: 0 auto;
}

div.c-wrapper {
  width: 100%;
  /* for example */
  margin: auto;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  width: 100%;
  /* use this, or not */
  margin: auto;
}

/*guideline */


.calendar {
  margin: 20px auto;
  width: 180px;
  border: 1px solid #D5D5D5;
  text-align: center;
  box-shadow: 0px 10px 25px #ABABAB;
  
  .background {
    background: #00303A;
    color: white;
  }
  
  .month {
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px;
  }
  
  .day {
    font-size: 20px;
    padding-top: 5px;
  }
  
  .date {
    font-size: 70px;
    font-weight: bold;
    padding-bottom: 5px;
    
    .date-after {
      text-transform: uppercase;
      font-weight: normal;
      font-size: 15px;
      position: relative;
      top: -30px;
    }
  }
  
  .time {
    font-size: 12px;
    padding: 8px;
  }
}

/* estilo para agenda */
.espaco{
  padding-bottom: 50px;
}

.pfundo{
  display: flex;
  justify-content: center;
  margin: 0;
  padding-top: 30px;
}


.section-program {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

/* Estilo para cabeçalho das seções */

.section-program::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #00303A;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-program h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

#tabProgramacao{
  font-family: 'Raleway' sans-serif;
  text-decoration: none;
  font-size: 18px;
  border-collapse: collapse;
  width: 100%;
}

#tabProgramacao td, #tabProgramacao th{
  border: 1px solid #ddd;
  padding: 8px;
}

#tabProgramacao tr th{
  background-color: #2E8B57; /* Verde Escuro sugerido para o cabeçalho */
  color: white; /* Cor do texto branco */
  text-align: center; /* Alinhar o texto ao centro */
  padding: 10px; /* Espaçamento interno */
  font-size: 16px; /* Tamanho da fonte */
  border-bottom: 2px solid #fff; /* Linha separadora */
}

#tabProgramacao th{
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}
#tabProgramacao td{
  text-align: center;
}

.tabConteiner{
  margin: 0;
  padding: 20px;
}
.tMC{
  padding: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Raleway' sans-serif;
  text-decoration: none;
  font-size: 18px;
}
.tMCC{
  padding: 8px;
  margin-left: 0;
  font-family: 'Raleway' sans-serif;
  text-decoration: none;
  font-size: 15px;
  text-align: justify;
  text-justify: inter-word;
}
.textoPalestrante{
  padding-top: 0;
  font-family: 'Raleway' sans-serif;
  text-decoration: none;
  font-size: 20px;
  text-align: justify;
  text-justify: inter-word;
  color: #025955;
  font-weight: bold;
}

.textoPalestra{
  padding-top: 0;
  font-family: 'Open Sans' sans-serif;
  text-decoration: none;
  font-size: 16px;
  text-align: justify;
  text-justify: inter-word;
  color:#19A340;

}

.colPalestra{
  align-items: center;
  justify-content: center;
}



/* Estilo para a imagem circular */
.img-circle {
  width: 100px; /* Ajuste o tamanho conforme necessário */
  height: 100px;
  border-radius: 50%; /* Torna a imagem circular */
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px; /* Espaço entre a imagem e o texto */
  object-fit: cover; /* Ajusta a imagem para cobrir o círculo sem distorcer */
}

/* Estilo para mini-curso */
/* Container principal para cada mini curso */
.mini-course {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
}

/* Título do mini curso */
.course-title {
  font-size: 24px;
  color: #2E8B57;
  margin-bottom: 15px;
  text-align: center;
}

/* Estilos para a disposição da imagem e informações do curso */
.course-info {
  display: flex;
  gap: 20px;
  align-items: center;
}

/* Estilos para a seção de palestrantes */
.course-speakers {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Estilos para cada imagem de palestrante */
.course-image {
  text-align: center;
}

.course-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #2E8B57;
  margin-bottom: 10px;
}

.course-image p {
  font-size: 14px;
  color: #333;
}

/* Estilos para as informações detalhadas do curso */
.course-details {
  flex-grow: 1;
}

.course-details p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.course-details strong {
  color: #2E8B57;
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
  .course-info {
    flex-direction: column;
    text-align: center;
  }

  .course-details {
    text-align: left;
  }

  .course-speakers {
    justify-content: center;
  }
}
