/**
 * @version     CVS: 1.0.0
 * @package     com_smarteventos
 * @subpackage  mod_smarteventos
 * @copyright   2022 Tridia Criação
 * @license     GNU General Public License versão 2 ou posterior; consulte o arquivo License. txt
 * @author      Tridia Criação <tridiacriacao@gmail.com>
 */

 .apresentacao {
    z-index: 10;
}
.apresentacao .apresentacao__desc.apresentacao__height {
    height: 250px;
    position: relative;
    overflow: hidden;
}
.apresentacao .apresentacao__desc.apresentacao__height:after {
    content: "";
    background-image: linear-gradient(to top, #fff, rgba(255,255,255,0.2));
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
}
@media screen and (max-width: 1199px) {
    .apresentacao .apresentacao__desc.apresentacao__height {
        height: 180px;
    }
}
@media screen and (max-width: 991px) {
    .apresentacao > .row {
        gap: 2rem;
    }
}

.comissao {
    margin: 0 -1rem;
    position: relative;
}
.apoio .slick-arrow,
.comissao .slick-arrow {
    top: 0;
    top: 0.2rem;
}

.apoio .slick-arrow.slick-next,
.comissao .slick-arrow.slick-next {
    right: 0;
}
.apoio .slick-arrow.slick-prev,
.comissao .slick-arrow.slick-prev {
    left: auto;
    right: 2rem;
}
.apoio .slick-track .slick-slide {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.apoio .slick-track {
	margin-left: auto;
	margin-right: auto;
}
.apoio .slick-track .slick-slide,
.comissao .slick-track .slick-slide {
    position: relative;
    padding-top: 0;
    padding-right: 1rem;
    padding-left: 1rem;
}
.comissao img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.comissao .comissao__dados:hover .comissao__texto {
    display: block;
    transition: display .3s;
}
.comissao .comissao__texto {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 0 1.4rem 1rem;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 1rem;
}
.comissao .comissao__texto:hover {
    display: block;
}
.comissao .comissao__texto .comissao__nome {
    font-weight: 700;
    font-size: 1.2rem;
}
.comissao .comissao__dados {
    position: relative;
}
.comissao .comissao__dados:hover:before {
    background-color: #a30797ba;
    content:" ";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
}
@media screen and (max-width: 991px) {
    .comissao img {
        height: 450px;
    }
}
@media screen and (max-width: 767px) {
    .comissao img {
        height: 600px;
    }
}
@media screen and (max-width: 575px) {
    .comissao img {
        height: 500px;
    }
}
/* Sugestoes */
.sugestoes {
    position: relative;
}
.sugestoes .card {
    height: 155px;
}
.sugestoes .slick-arrow {
  top: 0;
  border: 0;
  top: 0.2rem;
}
.sugestoes .slick-arrow:before {
  font-size: 30px;
  color: #253F8D;
}
.sugestoes .slick-arrow.slick-disabled {
    border: 0!important;
}
.sugestoes .slick-arrow.slick-next {
    right: 0;
}
.sugestoes .slick-arrow.slick-prev {
  left: auto;
  right: 2rem;
}
.sugestoes .slick-track .slick-slide {
  position: relative;
  padding-top: 0;
  padding-right: 1rem;
  padding-left: 1rem;
}
.sugestoes .sugestoes__tipo {
    color: #909090;
    font-weight: 500;
}
.sugestoes h3 {
    margin-top: .5rem;
    color: #41557A;
}
.sugestoes .sugestoes__content {
    color: #8D8D8D;
    font-size: 1.1rem;
    height: 1.4em;
    line-height: 1.4em;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.modal-sugestoes .modal-dialog{
    margin-top: 5rem;
    height: calc(100% - 6rem)!important;
    min-height: calc(100% - 6rem)!important;
}
@media screen and (max-width: 991px) {
    .sugestoes h3 {
        font-size: 1.2rem;
    }
}
.apoio {
    position: relative;
}
.apoio .slick-list {
    margin: 0 -1rem;
}
.apoio .apoio__item {
    padding-right: 1rem;
    padding-left: 1rem;
    height: 150px;
    width: 260px;
}
.apoio .apoio__item .apoio__image {
    height: 100%;
    width: 100%;
    padding: 1rem;
}
.apoio .apoio__item .apoio__image img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .apoio .apoio__item {
        height: 180px;
    }
}
@media screen and (max-width: 575px) {
    .apoio .apoio__item {
        height: 200px;
    }
}


/* Modulo FAQ */
.faq-heading {
    max-width: 1000px;
    font-weight: 400;
    font-size: 20px;
    -webkit-transition: text-indent 0.2s;
    padding-left: 1rem;
    color: #333;
    font-family: 'Rubik', sans-serif;
    text-decoration: none;
    padding-top: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 72px;
}

.faq-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1rem!important;
    line-height: 1.4rem;
    color: rgb(108,117,125);
    width: 100%;
    border-top: 1px solid #dadada;
    padding: 1rem;
    margin-top: 0;
}

.faq {
    max-width: 1100px;
    /* margin: 0 auto 0.5rem auto; */
    background: white;
    border-radius: 4px;
    position: relative;
    border: 1px solid #E1E1E1;
}
.faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top:1px;
    background-color: #FFF;
    border-bottom: 1px solid #E1E1E1;
}

.faq input[type="checkbox"] {
    display: none;
}
.faq .faq-arrow {
    width: 15px;
    height: 15px;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.7s, -webkit-transform 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.5, 0.265, 1);
    border-top: 4px solid #253F8D;
    border-right: 4px solid #253F8D;
    float: right;
    position: relative;
    bottom: 56px;
    right: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.faq input[type="checkbox"]:checked + label > .faq-arrow {
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.7s, -webkit-transform 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.5, 0.265, 1);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: relative;
    bottom: 56px;
    right: 13px;
}
.faq input[type="checkbox"]:checked + label {
    display: block;
    background: rgba(255,255,255,255) !important;
    color: #253F8D;
    height: auto;
    transition: height 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.5, 0.265, 1);
}

.faq input[type='checkbox']:not(:checked) + label {
    display: block;
    transition: height 0.6s;
    height: 85px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.5, 0.265, 1);
}

::-webkit-scrollbar {
    display: none;
}
@media screen and (max-width: 1199px) {
    .faq-heading { 
        font-size: 18px;
    }
    .faq .faq-arrow {
        width: 12px;
        height: 12px;
        border-top: 3px solid #253F8D;
        border-right: 3px solid #253F8D;
        top: -52px;
    }
}
@media screen and (max-width: 991px) {
    .faq-heading { 
        font-size: 15px;
        padding: 0.8rem 1rem 0.3rem 1rem;
    }
    .faq .faq-arrow {
        top: -59px;
    }
    .faq input[type='checkbox']:not(:checked) + label {
        height: 64px;
    }
}
@media screen and (max-width: 767px) {
    .faq-heading { 
        padding: 0.2rem 1rem 0.8rem 1rem;
        font-size: 14px;
    }
    .faq input[type='checkbox']:not(:checked) + label {
        height: 51px;
    }
    .faq .faq-arrow {
        top: -68px;
        right: 10px;
    }
}
@media screen and (max-width: 575px) {
    .apoio .apoio__item {
        height: 200px;
    }
}

/* Modulo - Aspectos Metodológicos e Por que participar */
.container-icon{
    width: 150px;
  }
  .container-icon-participar{
    width: 80% !important;
  }
  .container-icon-participar img{
    width: 100%;
    filter: invert(61%) sepia(95%) saturate(396%) hue-rotate(340deg) brightness(99%) contrast(94%);
    object-fit: cover;
  }
  .container-icon i{
    font-size: 4rem;
    color: #253f8d;
  }
  .titulo-card{
    font-family: 'axis-extra-bold', sans-serif;
    display: block;
    font-size: 1.17em;
    margin-bottom: 0;
    margin-top: 1rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    height: 46px;
    text-transform: uppercase;
  }
.desc-card{
	font-family: "OpenSans-Regular", sans-serif;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 46px;
	color: #8D8D8D;
	font-size: 1.1rem;
	line-height: 1.4em;
}
  .container-card{
    box-shadow: 0px 2px 5px -2px #acacac;
		background-color: white;
  }
  
  .botao-card button{
		color: #F49C3F;
    border: 2px solid #F49C3F !important;
  }
  .botao-card button:hover,
  .botao-card button:focus,
  .botao-card button:active{
		color: #FFF;
    background-color: #F49C3F !important;
  }
  
  @media screen and (max-width: 767px) {
		.container-icon{
			width: 100% !important;
      justify-content: center;
		}
		.titulo-card{
			justify-content: center;
		}
		.container-icon{
			padding: 3rem 3rem 0 3rem !important;
		}
	}
	
	@media screen and (max-width: 575px) {
		.desc-card{
		padding: 0;
  }
  .titulo-card{
    padding: 0 20px;
  }
	}
