

.border-neutral-700 {
    border-color: #2e4058 !important;
}
.h-96 {
    height: 34rem !important;
}
progress {
    vertical-align: baseline;
    border-radius: 10px !important;
    width: 100% !important;
    height: 6px !important;
}

.plyr__control--overlaid {
    background: #f58623 !important;
 
}

.whatsbotao{
  background-color:#2a2a2a;
}
.whatsbotao:hover{
  background-color:#303030;
}
		
.mt-47 {
    margin-top: 192px !important;
}

.postmedia{
  max-height: calc(var(--vh, 1vh)*100 - 120px);
}

.plyr:fullscreen video{
  max-height: initial !important;
}


#scroll-btn {
    opacity: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #313131;
    position: fixed;
    bottom: 10%;
    right: 10%;
    border-radius: 6px;
    font: bold 20px monospace;
    transition: opacity 0.5s, transform 0.5s;
}
			
@media only screen and (max-width: 600px) {
    #scroll-btn {       

    right: 3%;  
    bottom: 16% !important;  
}
}

#scroll-btn.show {      
    opacity: 1;  
    transition: opacity 1s, transform 1s;     
}


body {
  font-family: 'Nunito', sans-serif;
    height: 100%;
}

.grid-item img {
    object-fit: cover;
    width: 280px;
    height: 280px;
}

@media screen and (max-width: 768px) {

	.grid-item img {
    object-fit: cover;
    width: 280px;
    height: 180px;
}
	
}
		
@media only screen and (min-width: 600px) {
img.mx-auto.sm\:himages.sm\:smallvert.p-2 {
	width: 50%;
}
.infomobile{
  display:none;
}
}

.gridgaleriainsta {
  grid-template-columns: repeat(4,minmax(0,1fr));
}
		
@media only screen and (max-width: 600px) {
img.p-0\.5.mofix {
    object-fit: cover;
    width: 160px;
    height: 180px;
}
.gridgaleriainsta {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
}

@media only screen and (min-width: 1470px) {
  .larguraprofile {
padding-left:60px; 
padding-right:60px;
}
}

.rightprofile {
  width: 20%
}

.centerprofile {
  width: 60%;
}
.leftprofile {
  width: 20%;
}


@media only screen and (max-width: 1140px) {
  .rightprofile {
display:none;
}
.centerprofile {
  width: 70%;
}
.leftprofile {
  width: 30%;
}
}

@media only screen and (max-width: 780px) {
.centerprofile {
  width: 100%;
}
.leftprofile {
  display:none;
}
}

@media only screen and (min-width: 780px) {
  .topmobile {
  display:none;
}
}



.grid-item3 img {
    object-fit: cover;
    width: 300px;
    height: 300px;
}



.viewport.bg-gray-800 {
    min-height: 100vh;
}
.profile-side {
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height:324px;
}

.swiper-button-next, .swiper-button-prev {
    top: 90% !important;
    --swiper-navigation-size: 20px !important;
}
		
.border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
}

.swiper {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
      }

      .swiper-slide {
      
        height: calc((100% - 2px) / 2) !important;

      }

      .swiper-pagination-bullets {
    bottom: -6px !important;

}


.dropdown {

}

.closedrop{
  display: none;
}
.dropdown-content {
  position: absolute;
  z-index: 1;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #666666 !important;
}

.swiper-button-next {
    color: #8d8d8d !important;
}

.swiper-button-prev {
  color: #8d8d8d !important;
}

.dropdown-content a {
  display: block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.spback{
  background-color: #1f1f1f;
}

.btn-dropdown {
  display: none;
  position: absolute;
}

.modal-window {
    position: relative;
    width: 100%;
    top: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guestmodal-window {
    position: relative;
    width: 100%;
    top: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.open {
    display: block;
}

.show {
  display: block;
}


.accordion-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);

    margin:0 auto;
}
.accordion {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 16px;
}
.accordion:last-child{
    margin-bottom: 0;
}
.accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px;
    background: #191919;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
}
.accordion-label:hover {
    background: #282828;
}
.accordion-label::after {
    content: "\276F";
    width: 16px;
    height: 16px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion-content {
    max-height: 0;
    color: rgba(4,57,94,1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion-content p{
    margin: 0;
    color: rgba(4,57,94,.7);
    font-size: 18px;
}
input:checked + .accordion-label {
    background: #191919;
}
input:checked + .accordion-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
input:checked ~ .accordion-content {
    max-height: 100vh;
}

.accordion-wrapper input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.border-gray-800 {

    border-color: #2c2c2c !important;
}


