@font-face {
	font-family: gilroy;
	src: url("../fonts/gilroy-light.eot");
}

@font-face {
	font-family: gilroy;
	src: url("../fonts/gilroy-light.ttf");
}


@font-face {
	font-family: gilroy;
	src: url("../fonts/gilroy-light.woff");
}


@font-face {
	font-family: gilroy;
	src: url("../fonts/gilroy-light.woff2");
}
	
*{
	font-family: gilroy;
	/*color:#000;*/
}

html, body {
	height: 100%;
	margin: 0;
}

.container{
	width:100%;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	width:100%;
}

.wrapper{
	min-height:100%;
}

.elemento-x{
	font-size:50px;
	color:#000;
	text-align:center;
	margin-top:111px;
}

#myCarousel .active{
	padding:0 !important;
}

header{
	padding-top:25px;
	height:100px;
	-webkit-box-shadow: 5px 8px 144px -13px rgba(0,0,0,0.08);
	-moz-box-shadow: 5px 8px 144px -13px rgba(0,0,0,0.08);
	box-shadow: 5px 8px 144px -13px rgba(0,0,0,0.08);
	background:#000;
	-webkit-transition: height 0.1s;
	transition:height 0.1s;
	position:fixed;
	width:100%;
	z-index:1;
}

.raca label{
	margin-bottom:5px !important;
}

.raca span{
	text-align:center;
	display:block;
	width:100%;
	position:relative;
	margin-bottom:0px;
}

#logo, #link_logo{
	width:170px;
	display:block;
	-webkit-transition: width 1s;
    transition: width 1s;
	-webkit-transition-timing-function: ease;
}

#form-contato input{
	margin-bottom:10px;
	height:40px;
}

#form-contato textarea{
	height:100px;
}

#form-contato{
	margin-top:30px;
}

#menu i{
	display:inline-block;
	font-size:13pt;
	color:#FFF !important;
	margin-right:10px;
}

#menu{
	list-style-type:none;
	height:50px;
	padding-left:0;
	margin-bottom:0;
	position:relative;
}

#menu li{
	display:inline;
	vertical-align:sub;
	padding-left:0px;
	padding-right:0px;
	border-left:1px solid rgba(255, 255, 255, 0.44);
	padding-bottom:10px;
	padding-top:5px;
	top:10px;
	position:relative;
}

#menu > li{
	display:inline-block;
	position: relative;
	padding-bottom:10px;
}

#menu ul li{
	display:inline-block;
	cursor:pointer;
}
#menu > li a{
	text-decoration:none;
	color:#000;
	padding:0 10px;
	font-size:9pt;
	cursor:pointer;
}

#menu li a:hover{
	color:#24b3e8;
	transition-duration: 0.7s;
	transition-property: color;
}

#menu ul li a:hover{
	color:#000 !important;
}

#menu > li:first-child{
	border:transparent;
}

#allColors{
	font-style: italic;
	text-align:center;
	font-size:14pt;
	margin-top:50px;
	margin-bottom:50px;
}

.raca > div > div > div{
	margin-bottom:20px;
}

.raca label{
	text-align:center;
	width:100%;
	position:relative;
	margin-top:10px;
	font-size:12pt;
	text-transform:uppercase;

}

.raca a:hover, .raca a:focus{
	text-decoration:none;
}

#idioma, #idioma > div > div{
	height:50px;
}

#idioma, #idioma > div > div:first-child{
	text-align:right;
}

#idioma, #idioma > div > div:last-child{
	text-align:right;
}

#idioma > div > div{
	width:80px;
}

#idioma a {
    top: 3px;
    display: block;
    height: 40px;
    position: relative;
    text-decoration: none;
}

#idioma img{
	width:20px;
	vertical-align: sub;
	position:relative;
	top:15px;
	
}

#idioma label{
	color:#FFF;
	vertical-align: sub;
	top:10px;
	position:relative;
}

#menu li ul li a{
	width:100%;
	display:block;
}

#menu li ul li{
	border:transparent;
	cursor:pointer;
}

#menu li ul li:hover{
	background:#1d1d1d;
	transition: all 0.2s ease;
	color:#FFF;
	border:transparent;
}

#menu li ul li:hover a{
	color:#FFF !important;
	transition:none;
}

#menu li a{
	text-decoration:none;
	color:#FFF;
	padding:0 15px;
	font-size:11pt;
	vertical-align:baseline;
	vertical-align:-webkit-baseline-middle;
	text-transform:uppercase;
}

#menu li a:hover{
	color:#FFF;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#nav-icon3 {
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position:absolute;
	right: 0px;
	z-index:1;
	top:-6px;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 3px;
  width: 70%;
  background: #FFFFFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#menu > li > a:hover, #menu > li > a:focus, #menu > li > a:active{
	background:#1d1d1d;
}

#menu  li > a{
	padding-top:11px !important;
	padding-bottom:11px !important;
}

#menu ul{
	z-index: -1;
}

.active{
	background:#1d1d1d;
}
	
.info-vendas label{
	display:block;
	font-size:12pt;
}

.info-vendas span{
	display:block;
	font-size:11pt;
}

.info-vendas .btn-venda{
	text-transform:uppercase;
}
	
/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 13px;
}

#nav-icon3 span:nth-child(4) {
  top: 26px;
}

#nav-icon3.open span:nth-child(1) {
  top: 23px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 13px;
  width: 0%;
  left: 50%;
}

.close, .close:hover, .close:focus{
	opacity: 1;
	margin-top: -15px !important;
    color: white;
    font-size: 40px;
    font-weight: 100;
}

#rodape{
	text-align:left;
	position:relative;
	background:url("../img/enfeites/rodape.jpg");
	color:#FFF;
	height:70px;
}

#rodape-2{
	text-align:right;
	margin-top:20px;
}

#rodape-2 a i{
	font-size:12pt;
	color:#FFF;
}

#rodape a{
	text-decoration:none;
	color:#FFF;
	margin: 0 7px;
}

#rodape a label{
	color:#FFF;
}

#rodape a:focus, #rodape a:active, #rodape a:hover,
#rodape a i:focus, #rodape a i:active, #rodape a i:hover,
#rodape a:focus i, #rodape a:active i, #rodape a:hover i{
	text-decoration:none;
	color:#000;
	background:#FFF;
	transition: all 0.3s ease;
}

#rodape-1{
	top:5px;
	margin-top:20px;
	color:#FFF;
}

.carousel-control.right, .carousel-control.left{
	background-image: none;
}

#rodape-2 a:nth-of-type(1){
	border-radius:20px;
	border:1px solid white;
	padding:7px 7px 7px 10px;
	top:5px;
	position:relative;
}

.glyphicon-chevron-right, .glyphicon-chevron-left{
	color:#FFF;
	font-size:20pt;
}

#rodape-2 a:nth-of-type(2){
	border-radius:20px;
	border:1px solid white;
	padding:7px 5px 7px 8px;
	top:5px;
	position:relative;
}

#rodape-2 a:nth-of-type(3){
	border-radius:20px;
	border:1px solid white;
	padding:7px 7px 7px 7px;
	top:5px;
	position:relative;
	margin-right:0;
}

.fixar_menu{
	position:fixed;
	width:100%;
	background:#000;
	z-index:1;
	padding-top:10px;
	height: 70px;
	-webkit-transition: height 0.5s;
	transition:height 0.5s;
}

.fixar_menu_logo{
	width:150px !important;
	-webkit-transition: width 1s;
    transition: width 1s;
	-webkit-transition-timing-function: ease;
}

.espacamento_divs{
	padding-top:100px;
	padding-bottom:100px;
}

.push{
	height:-70px;
}

#myCarousel{
	margin-top:70px;
	-webkit-box-shadow: -2px 7px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 7px 5px 0px rgba(0,0,0,0.75);
	box-shadow: -2px 7px 5px 0px rgba(0,0,0,0.25);
}

.container-personalizada{
	width:80%;
	margin-left:10%;
	margin-right:10%;
}

.titulo{
	font-size:16pt;
	margin-bottom:15px;
	margin-top:0;
	text-transform:uppercase;
}

.titulo-banner{
	font-size:18pt;
	color:#FFF;
	margin-top:0;
	margin-bottom:0;
	text-transform:uppercase;
}

.plantel > div > div > a:nth-last-child(1) label, .plantel > div > div > a:nth-last-child(3) label{
	margin-bottom:0px;
}

#banner{
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	height:200px;
	margin-top:70px;
	position:relative;
	-webkit-box-shadow: -2px 7px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 7px 5px 0px rgba(0,0,0,0.75);
	box-shadow: -2px 7px 5px 0px rgba(0,0,0,0.25);
}

#banner > div{
	height:200px;
}

.layer-preta{
	background:rgba(0, 0, 0, 0.45);
}

.layer-preta div{
	height:200px;
	display:block;
}

#banner h1{
	bottom:25%;
	position:absolute;
	margin:0;
}

.formatacaoLinhaBanner{
	position: absolute !important;
	height: auto !important;
	bottom: 0 !important;
	width: 100% !important;
	left: 0 !important;
}

.linha-flecha-cima{
	background:url("../img/enfeites/linha-flecha-cima.png");
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	width:100%;
	position:relative;
	height:50px !important;
	margin-bottom:10px;
}

.linha-flecha-baixo{
	background:url("../img/enfeites/linha-flecha-baixo.png");
    background-size: 100%;
	background-repeat:no-repeat;
	width:100%;
	position:relative;
	height:30px !important;
	margin-bottom:10px;
}
	
.linha-flecha-cima-banner{
	background:url("../img/enfeites/linha-flecha-cima-banner.png");
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	position:relative;
	height:50px !important;
	margin-bottom:10px;
}

.vendas h2{
	margin-bottom:0;
}

.raca > div > div > div > div{
	border-bottom: 1px solid rgba(119, 119, 119, 0.52);
	padding-top:40px;
	padding-bottom:40px;
}

.raca > div > div > div > div:last-child{
	border-bottom:0px;
	padding-bottom:0px;
}

.raca .div-interesse{
	text-align:center;
	margin-top:10px;
}




.raca a.hvr-radial-in:before {
	background:#000 !important;
}

.raca h2{
	margin-top:0;
	margin-bottom:20px;
	font-size:11pt;
	text-transform:uppercase;
}

.vendas .info-vendas .btn-venda{
	width:150px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	font-size:10pt;
	margin-top:30px;
	color:#FFF;
}

#bloco1.raca{
	margin-top:0;
}

#form-contato .btn{
	float:right;
	text-transform:uppercase;
	margin-top:5px;
	border:#000;
	color:#000;
}

.plantel label{
	text-align:center;
	text-transform:uppercase;
	margin-top:7px;
	display:block;
	margin-bottom:40px;
	cursor:pointer;
	
	font-size: 14px;
}

.plantel a:hover, .plantel a:focus{
	text-decoration:none;
}

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #000;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;

}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color:#FFF !important;
}
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

iframe{
	margin-bottom:20px;
}

address a{
	color:#000 !important;
}

address a:hover, address a:focus, address a:active{
	color:#000 !important;
	text-decoration:none;
}

.btn-agendamento label{
	background:#000;
	color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
}

#bloco1, #bloco2, #bloco3{
	margin-top:50px;
	margin-bottom:25px;
	font-size:12pt;
	font-family: gilroy !important; 
}

.texto{
	font-size:12pt !important;
	font-family: gilroy !important;
	margin-bottom:30px;
	display:block;
}

#bloco3.vendas label{
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    cursor: pointer;
}

#bloco3.vendas span{
	font-size:10pt;
	text-align:center;
	display:block;
	margin-bottom:20px;
}
	
.swiper-container{
	z-index:0 !important;
}

.conteudo-anuncio{
	 display: block;
	margin: 0 auto;
	margin-top: 30px;
}

.borda-familia {
    border: 1px solid rgba(0, 0, 0, 0.11);
}

.cinza-escuro-macho{
	background:#c5c5c5;
}

.centralizar-familia{
	position: relative;
	top: 50%;
	transform: translateY(-50%); 
	text-align:center;
	height:auto !important;
}

#genealogica{
	font-size:10pt;
	background:#eaeaea;
}

#genealogica > div > div:nth-of-type(1){
	height:300px;	
}

#genealogica > div > div:nth-of-type(2) div div{
	height:150px;
}

#genealogica > div > div:nth-of-type(3) div div{
	height:75px;
}

#genealogica > div > div:nth-of-type(4) div div div{
	height:37.5px;
}

@media screen and (min-width: 992px){
	#menu ul {
		padding: 0;
		width: 180px;
		position: absolute;
		padding-top: 10px;
		padding-bottom: 10px;
		background: #000;
		display: none;
	}
	
	#menu li:hover ul {
		display: block;
	}
	#menu ul li{
		display:block;
		position:relative;
	}
	.vendas .conteudo-anuncio{
		width:400px !important;
	}

	.vendas .gallery-top img{
		/*position:relative !important;
		width:800px !important;*/

	}

	.vendas .gallery-top .swiper-container{
		height:200px !important;
	}

	.vendas .card-container-miolo .card-imagens .gallery-top {
		height: auto !important;
	}

	.vendas .conteudo-anuncio{
		margin-top:0;
	}

	.vendas .detalhes-anuncio{
		width:100% !important;
	}

	.vendas .conteudo-anuncio {
		display:inline;
	}

	.vendas .detalhes-anuncio .card-container-miolo .card-imagens .gallery-thumbs {
		
	}
}





@media screen and (max-width: 1250px) {
	#idioma-rodape{
		margin-top:20px;
	}
	
	#menu li{
		padding-left:0px;
		padding-right:0px;
	}
	#menu{
		float:right;
	}
	
	#idioma img{
		width:20px;
		position:relative;
		top:7px;
		vertical-align:bottom;
	}

	#idioma label{
		color:#FFF;
		top: 12px;
		position:relative;
	}
	#idioma a{
		height: 45px;
		position: relative;
		top:5px;
	}
}

@media screen and (max-width: 991px) {
		
	#menu ul{
		padding-left:50px;
	}
	
	.info-vendas label{
		margin-top:20px;
	}
	
	.elemento-x{
		margin-top:40px;
	}
	
	.plantel > div > div > a:nth-last-child(3) label{
		margin-bottom:50px;
	}
	
	#menu ul li{
		margin-top:10px;
	}
	
	#bloco1{
		margin-top:25px;
		margin-bottom:25px;
	}
	
	.linha-flecha-baixo{
		background-size: 700px;
		background-position:right;
	}
	
	#banner{
		margin-top:25px;
		background-position:center !important;
	}
	
	.texto{
		font-size:11pt !important;
	}
	
	.active{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	header{
		z-index:0;
	}
	
	#myCarousel {
		margin-top: 60px;
	}
	
	#rodape{
		height:70px;
	}
	
	#topo_flutuante{
		position:fixed;
		background:#000;
		width:100%;
		z-index:2;
		height:60px;
		left:0;
		top:0;
	}
	
	#logo{
		position:fixed;
		z-index:3;
		width: 150px !important;
		top: 6px;
		left:15px;
	}
	
	#nav-icon3{
		z-index:6;
		position:fixed;
		margin-top:20px;
	}

	#menu li{
		display:block;
		margin-bottom:15px;
		border:transparent;
		padding-top:0;
		margin-top:25px;
		margin-bottom:35px;
	}
	#menu li a{
		width:100%;
		display:inline;
		position:relative;
		font-size:16pt;
		text-transform:uppercase;
		color:#FFF;
		padding:15px 20px;
		vertical-align: inherit;
	}
	
	#menu ul li a{
		padding-top:7px !important;
		padding-bottom:0 !important;
	}
	
	#menu > li > a{
		padding-left:20xp !important;
		padding-right:20px !important;
	}
	
	#menu ul li {
		width: 100%;
		display: block;
		margin-bottom:0;
	}
	
	#menu li a:hover{
		color:#FFF;
	}
	
	#menu{
		height:0;
		-webkit-transition: height 0.2s; /* Safari */
		transition: height 0.2s;
		padding-left:40px;
		position:fixed;
	}
	
	.menu_open{
		width:100%;
		height:100% !important;
		position:fixed;
		background-color:#000;
		left:0;
		top:0;
		z-index:5;
		padding-top:20px;
		padding-left:20%;
		padding-right:20%;
		padding-bottom:25px;
		overflow: scroll;
		transition: height 0.2s;
	}
	
	.icon_white{
		background:#FFF !important;
	}
	
	header{
		padding-top:0;
		height:60px;
		z-index:1;
	}
	
	#menu li{
		visibility:hidden;
	}
	
	.menu_li_aparece{
		visibility: visible !important;
	}
	
	.esconde_menu_open{
		visibility:hidden !important;
	}
	
	#idioma-rodape{
		text-align:right;
	}
	
}

@media screen and (max-width: 767px) {
	.container-personalizada{
		width:90%;
		margin-left:5%;
		margin-right:5%;
	}
	
	.largura-scroll {
		overflow-x:scroll;
		width:100%;
	}
	
	#genealogica{
		width:767px;
		overflow-x:scroll;
	}
	
	.raca a{
		width:100%;
	}

	.raca span {
		font-size:10pt;		
	}
	
	.elemento-x{
		margin-top:20px;
		margin-bottom:20px;
	}
	
	.raca span{
		margin-bottom:0px;
	}
	
	.conteudo-anuncio{
		height:350px !important;
	}
	
	.conteudo-anuncio{
		 display: block;
		margin: 0 auto;
		margin-top: 66px;
		width:320px !important;
	}
	
	.swiper-container{
		z-index:0 !important;
		height:260px !important;
	}

	.swiper-container img{
		width:100% !important;
	}

	.gallery-thumbs .swiper-lazy-loaded{
		height:40px !important;
	}
	
	.plantel label{
		margin-bottom:50px;
	}
	
	.btn-agendamento label{
		font-size:11pt;
		width:100%;
	}
	
	#form-contato .btn{
		width:100%;
		float:none;
	}
	
	#form-contato textarea{
		margin-bottom:20px;
	}
	
	iframe {
		width:100% !important;
		height:200px !important; 
	}
	
	#rodape-2{
		margin-top:20px;
		text-align:center;
		margin-bottom:10px;
	}
	#allColors {
		font-style: italic;
		text-align: center;
		font-size: 11pt;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	#rodape-1{
		text-align:center;
	}
	#rodape-2 a{
		margin-left:15px;
		margin-right:15px;
	}
	#rodape{
		height:170px;
	}
	#idioma-rodape{
		text-align:center;
		margin-top:40px;
	}
	#idioma-rodape img{
		width:15px;
		margin-left:20px;
	}
	#banner h1 {
		left: 80px;
	}
}

@media screen and (max-width: 600px) {
	.vendas .info-vendas .btn-venda{
		float:none !important;
		width:100%;
	}	
	.titulo{
		font-size:12pt;
		margin-bottom:5px;
		margin-top:0;
	}
	
	.conteudo-anuncio{
		height:250px !important;
	}
	
	.conteudo-anuncio{
		 display: block;
		margin: 0 auto;
		margin-top: 20px;
		width:250px !important;
	}
	
	.swiper-container{
		z-index:0 !important;
		height:200px !important;
	}

}

@media screen and (min-width: 1300px){
	#menu li{
		padding-left:4px;
		padding-right:0px;
	}
}

@media screen and (min-width: 1500px){
	#menu li{
		padding-left:10px;
		padding-right:10px;
	}	
	
	#menu{
		float:right;
	}
}

@media screen and (min-width: 1700px){
	#menu li{
		padding-left:20px;
		padding-right:20px;
	}		
}

@media screen and (min-width: 1900px){
	#menu li{
		padding-left:30px;
		padding-right:30px;
	}			
}

@media screen and (min-width: 2200px){
	#menu li{
		padding-left:52px;
		padding-right:52px;
	}		
}