/*
	Theme Name: Labbo
	Author: Labbo
	Author URI: https://labbo.com.br/
	Version: 1.0
*/


/* InCuca Modal */
.ic-modal {
  /*display: block;*/
  display: none;
  position: fixed;
	z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(52, 52, 52);
	background-color: rgba(52, 52, 52, 0.65);
}

.ic-modal-content {
  position: relative;
  background-color: rgba(14, 14, 14, 0.95);
  margin: auto;
  padding: 0;
  width: 700px;
	height: 700px;
	border-radius: 50%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.ic-close {
  color: white;
	font-size: 20px;
	height: 28px;
	line-height: 28px;
	width: 28px;
	font-weight: bold;
	border: 1px solid #ffffff;
	border-radius: 50%;
	text-align: center;
	margin: 10%;
	position: absolute;
	right: 0;
}

.ic-close:hover,
.ic-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.ic-modal-header {
  padding: 2px 16px;
  color: white;
}

.ic-modal-body {
	font-family: "Univia Pro", arial, sans-serif;
	padding: 2px 16px;
	color: #fff;
	text-align: center;
	width: 67%;
	margin: 18% auto 0;
}
.ic-modal-body p{
	text-align: left;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.5px;
}

.ic-modal-body p strong{
	font-weight: 600;
	letter-spacing: 0.5px;
}

.ic-modal-body h2{
	color: #abca1b;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-weight: 500;
	letter-spacing: 1px;
}

.ic-modal-body .btn{
	font-family: "Univia Pro", arial, sans-serif;
	max-width: 136px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	background: #abca1b;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	border-radius: 5px;
	margin-top: 20px;
	letter-spacing: 0.2px;
}

.ic-modal-footer {
  padding: 2px 16px;
  color: white;
}
.imagem-mobile-carousel-banner{
	display: none;
}

@media only screen and (max-width: 768px) {
	.imagem-mobile-carousel-banner{
		display: inline;
	}
	.imagem-desktop-carousel-banner{
		display: none;
	}
	.ic-modal-content{
		width: 85%;
    height: auto;
		border-radius: 10px;
		padding-bottom: 1px;
	}
	.ic-modal-body{
		width: 85%;
    margin: 18% auto 20%;
	}
}

/* css da barra de patrocinadores */

#sponsors .sponsors-column {
    padding: 10px 10px !important;
}

#sponsors img {
    width: auto;
    height: 60px !important;
    max-width: 200px !important;
}

#sponsors-gold img {
    /*
	width: auto;
	max-width: 130px;
	*/
    height: 45px !important;
    
}

/* fim - css barra de patrocinadores*/