/** Fonts **/

html,body{
    font-family: 'Cuyabra Regular', sans-serif;
    font-weight: 400;
    
}

@font-face {
font-family: "Cuyabra Regular";
src: url("../fonts/cuyabra.otf");
}

@font-face {
font-family: "Cuyabra Bold";
src: url("../fonts/cuyabra-bold.otf");
}

@font-face {
font-family: "Cuyabra Bold Oblique";
src: url("../fonts/cuyabra-bold-oblique.otf");
}

@font-face {
font-family: "Cuyabra Oblique";
src: url("../fonts/cuyabra-oblique.otf");
}

.bg-overlay{
	background-color: rgba(0,0,0,0.7);
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 1764%;
	display: block;
	z-index: 5;
}

button:focus {
	outline:0;
	box-shadow: none !important;
}


/*
 * Video - Play button
*/
.video-box:hover .hi-icon-wrap {
   opacity: 1 !important;
}

.video-box.playing .hi-icon-wrap {
   opacity: 0;
}

.hi-icon-wrap {
   transition: .25s ease;
}

.play-button {
   width: 60px;
   height: 67px;
   opacity: 0.9;
   transition: .25s ease;
}


/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.touch .codrops-demos {
	display: none;
}

.codrops-demos a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.6em 1em;
	border: 3px solid #ddd;
	font-weight: 700;
}

.codrops-demos a:hover {
	opacity: 0.6;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border: 3px solid #aaa;
	opacity: 1;
	color: #aaa;
}


.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 2em 0 3em;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'ecoicon';
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}


/* Effect 1 */
.hi-icon-effect-1 .hi-icon {
	/*background: rgba(255,255,255,0.1);*/
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}

/* Effect 1a */
.hi-icon-effect-1a .hi-icon:hover {
	background: rgba(255,255,255,0.8);
}

.hi-icon-effect-1a .hi-icon:hover .play-button{
   opacity: 1;
   width: 47px;
   height: 40px;
}

.hi-icon-effect-1a .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 1b */
.hi-icon-effect-1b .hi-icon:hover {
	background: rgba(255,255,255,1);
	color: #41ab6b;
}

.hi-icon-effect-1b .hi-icon:after {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.hi-icon-effect-1b .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.close-case{
	right:-20px;
	top: -20px;
}

.x-icon{
	width: 35px;
	height: 35px;
}

.modal-case{
	transition: .5s ease;
}

.cuyabra{
    font-family: 'Cuyabra Regular', sans-serif;
}

.cuyabra-bold{
    font-family: 'Cuyabra Bold', sans-serif;
}

.cuyabra-bold-oblique{
    font-family: 'Cuyabra Bold Oblique', sans-serif;
}

.cuyabra-oblique{
    font-family: 'Cuyabra Oblique', sans-serif;
}



/** General **/

.text-black{
	color: #000;
}

.case-mask{
	width: 100%;
	height: 9px;
	margin-bottom: -1px;
}

.bg-red-banner{
	background-color:#bf171e;
}
.bg-red-banner-contrast{
	background-color:#cb1a21;
}

.carousel-indicators .active {
    background-color: #cb1a21;
	opacity: 1 !important;

}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin-right: 15px;
    margin-left: 15px;
    background-color: white;
    background-clip: initial;
    border-top: 0px;
    border-bottom: 0px;
    border-radius: 100%;

}


html,
body{
  height: 100%;
}

.button-conheca{
    padding:3px;
}
.button-conheca > div{
    border-radius:2px;
}

img.plus-icon{
	width: 28px;
	height: 28px;
}

.icon img{
    width: 40px;
}

.box-text{
    height: 72px !important;
}

#quem-somos{
    background-image: url("../img/banner-02.png");
    background-size: cover;
}

#quem-somos-2{
    background-image: url("../img/banner-03.png");
    background-size: cover;
}

img.case{
	height: 320px;
}

.box {
	/*background-image: linear-gradient(to right, #006175 0%, #00a950 100%);*/
	border-radius: 18px;
  box-sizing: border-box;
	color: #00a84f;
	letter-spacing: 1px;
	padding: 4px;
	position: relative;
  text-decoration: none;
	text-transform: uppercase;
	z-index: 2;
}

.box:hover, .box:hover .text, .box:hover .text-two {
	color: #fff;
}

.box span {
	align-items: center;
    background: #fff;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
    padding-left: 13rem;
    padding-right: 4rem;
}

.box.case-two span {
	align-items: center;
    background: #fff;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
    padding-right: 12rem;
    padding-left: 3rem;
}

.box.case-three span {
	align-items: center;
    background: #fff;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 2rem;
}

.box:hover span {
	background: transparent;
}

.img-case-one{
    left: -21rem;
    top: 2rem;
}

.img-case-two{
    right: -21rem;
    top: 1rem;
}

.img-case-three{
    top: -9rem;
    left: -2rem;
}

.img-case-three img, .img-case-four img{
    width: 400px;
}

.img-case-four{
    top: -9rem;
    left: -2rem;
}

.subtitle{
    margin-top: -0.6rem;
}

.text-two{
    direction:rtl;
}

.mb-case{
    margin-bottom: 9rem;
}