/**
 * Banner
 */
.banner-slider {
	margin-top: 90px;
}

.banner-slider .carousel-indicators {
	bottom: -40px;
}

.banner-slider .carousel-indicators [data-bs-target] {
	background-color: #7a451db7;
	width: 56px;
	height: 5px;
	opacity: unset;
}

.banner-slider .carousel-indicators [data-bs-target].active {
	background-color: #00205b;
}

/**
 * Headers genericos
 */
.section-area {}
.section-area h2 {
	font-weight: 800;
	text-transform: uppercase;
	color: #00205b;
	font-size: 2.9rem;
	position: relative;
	margin-bottom: 85px;

}
.section-area h2:after {
	content: '';
	background: transparent url(../../images/header-marcador.png) 0px 0px no-repeat;
	width: 157px;
	height: 51px;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	position: absolute;
	margin-top: 30px;
	z-index: 1;
}
.section-area h2:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background: #7a451d;
	left: 0;
	bottom: -30px;
}

.section-area p.description {
	font-size: 1.13rem;
}

/**
 * Galeria
 */
.galeria-area {
	margin-top: 100px;
}
.galeria-area .animais-list {
	padding-top: 35px;
}
.galeria-area .animais-list a {
	color: #00205b;
	font-weight: 800;
	font-size: 1.13rem;
	text-transform: uppercase;
	position: relative;
	display: block;
}

.galeria-area .animais-list a img {
	width: 100%;
}

.galeria-area .animais-list a:hover img {
	opacity: 0.7;
}

.galeria-area .animais-list a span {
	padding: 15px 10px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 10px;
	text-overflow: ellipsis;
}

.galeria-area .animais-list a:hover span {
	color: #7a451d;
}

.galeria-area .animais-list a .icon {
	color: #7a451d;
	display: block;
	font-size: 35px;
	font-weight: 400;
	position: absolute;
	right: -10px;
	bottom: -5px;
	line-height: 35px;
}
.galeria-area .todas {
	border-top: 1px solid #7a451d;
	margin-top: 100px;
	padding-top: 40px;
}
.galeria-area .todas a {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	color: #00205b;
	font-size: 1.13rem;
	text-transform: uppercase;
}
.galeria-area .todas a:before {
	content: '';
	height: 5px;
	width: 100px;
	display: inline-block;
	background: #00205b;
	border-radius: 10px;
	vertical-align: middle;
	margin-right: 20px;
}
.galeria-area .todas a:after {
	content: '';
	height: 5px;
	width: 100px;
	display: inline-block;
	background: #00205b;
	border-radius: 10px;
	vertical-align: middle;
	margin-left: 20px;
}

.galeria-area .todas a:hover {
	color: #7a451d;
}
/**
 * História
 */
 .historia-area {
	margin-top: 100px;;
 }

 .historia-area h2:before {
	display: none;
 }

 .historia-slider {
	margin-top: -48px;
	padding-bottom: 10px;
}

.historia-slider .bordim {
	border-top: 1px #7a451d solid;
	border-bottom: 1px #7a451d solid;
	padding: 10px 0px;
}

.historia-slider .player-area {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.player-area iframe, .player-area object, .player-area embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

  /**
   * Bloco composto
   */
.composto-area {
	margin-top: 50px;
	position: relative;
}

.composto-area .container-fluid {
	max-width: 1690px;
}
.composto-area h2 {
	font-weight: 400;
	text-transform: uppercase;
	color: #00205b;
	font-size: 2.3rem;
}
.composto-area h2 span {
	font-weight: 800;
	font-size: 2.9rem;
	display: block;
}
.bloco-textual {
	margin-top: 180px;
	padding-right: 150px;
}

.composto-area .foto-cavalos {
	max-width: 620px;
}

.composto-area p {
	font-size: 1.15rem;
	line-height: 1.3rem;
	max-width: 800px;;
}

.composto-area .toda-historia {
	display: inline-block;
	margin-top: 30px;
	position: relative;
	color: #00205b;
	font-size: 1.13rem;
	text-transform: uppercase;
}
.composto-area .toda-historia:before {
	content: '';
	height: 5px;
	width: 100px;
	display: inline-block;
	background: #00205b;
	border-radius: 10px;
	vertical-align: middle;
	margin-right: 20px;
}

.composto-area .toda-historia:hover {
	color: #7a451d;
}

.composto-area h3 {
	font-weight: 800;
	text-transform: uppercase;
	color: #333333;
	font-size: 1.15rem;
	margin-bottom: 0px;
}

.composto-area ul {
	direction: rtl;
	list-style: disc;
	padding-right: 15px;
}

.fazendo-historia {
	padding-right: 30px;
}

.fazendo-historia p {
	text-align: justify;
}

.melhores-racas {
	border-top: 1px #7a451d solid;
	margin-top: 60px;
	padding-right: 30px;
	padding-top: 60px;;
}

.melhores-racas h2 {
	margin-bottom: 20px;;
}

@media (max-width:1500px) { 
	.bloco-textual {
		padding-right: 20px;
	}
}

@media (max-width:767px) { 
	.bloco-textual {
		padding-right: 20px;
	}
	.composto-area ul {
		direction: unset;
	}
}

/**
 * Conectados
 */
.conectados {
	margin-top: 100px;;
}

.conectados .container-fluid {
	max-width: 1690px;
}

.conectados .image { 
	width: 100%;
	max-width: 318px;
	margin-top: 20px;
}

.conectados .titulo {
	color: #00205b;
	text-transform: uppercase;
	font-size: 2.3rem;
	line-height: 2.8rem;
	font-weight: 300;
}

.conectados .titulo strong {
	display: block;
	font-size: 2.9rem;
	font-weight: 800;
}

.conectados .cadastrese p.description {
	line-height: 1.5rem;
	text-align: justify;
}
.informativo input[type="submit"] {
	width: 230px;
}

/**
 * sustentabilidade
 */
.sustentabilidade {
	margin-top: 70px;
	margin-bottom: 2px;
}
.sustentabilidade a {
	display: block;
	/* background: transparent url(../../images/sustentabilidade.jpg) 50% 0 no-repeat;
	height: 40px; */
}
.sustentabilidade img {
	width: 100%;
	
}