@font-face {
  font-family: "MyseoSlab Bold";
  src: url("../fonts/MuseoSlab-900.ttf");
}

@font-face {
  font-family: "MyseoSlab 700";
  src: url("../fonts/MuseoSlab-700.ttf");
}

@font-face {
  font-family: "MyseoSlab 500";
  src: url("../fonts/MuseoSlab-500.ttf");
}

@font-face {
  font-family: "MyseoSlab 300";
  src: url("../fonts/MuseoSlab-300.ttf");
}

@font-face {
  font-family: "Helvetica Now Display-Medium";
  src: url("../fonts/HelveticaNowDisplay-Medium.ttf");
}



.logo-graiche {
  animation: Slide_Up 2.4s ease;
}
  @keyframes Slide_Up{
    0% {
      transform: translateY(100px);
    }
    100% {
      transform: translateY(0);
    }
  }


.tl-r01 {
  animation: Slide_Left 1.4s ease;
}
  @keyframes Slide_Left{
    0% {
      transform: translateX(200px);
    }
    100% {
      transform: translateX(0);
    }
  }


.sub-r01 {
  animation: Slide_Right 1.4s ease;
}
  @keyframes Slide_Right{
    0% {
      transform: translateX(-200px);
    }
    100% {
      transform: translateX(0);
    }
  }



.text-row02, .bg-geral::before {
	animation: Slide__Up 4.5s ease;
}
	
 @keyframes Slide__Up{
    0% {
      transform: translateY(200px);
    }
    100% {
      transform: translateY(0);
    }
  }


.bg-geral::before {
	animation: Slide__Down 4.5s ease;
}
	
 @keyframes Slide__Down{
    0% {
      transform: translateY(-200px);
    }
    100% {
      transform: translateX(0);
    }
  }


.box-btn {
	animation: Slide__Top 6.5s ease;
}
	
 @keyframes Slide__Top{
    0% {
      transform: translateY(100px);
    }
    100% {
      transform: translateX(0);
    }
  }


.ImgMove {
	animation: Slide__IconsMove 6.5s ease;
}
	
 @keyframes Slide__IconsMove{
    0% {
      transform: translateY(100px);
    }
    100% {
      transform: translateX(0);
    }
  }


.box-form {
	animation: Slide_ShowForm 9.5s ease;
}
	
 @keyframes Slide_ShowForm{
    0% {
      transform: scale(1.1)
    }
    100% {
      transform: scale(1)
    }
  }



 .icons-row-extra {
	animation: Slide_Rowextra 9.5s ease;
}
	
 @keyframes Slide_Rowextra{
    0% {
      transform: translateY(100px);
    }
    100% {
      transform: translateX(0);
    }
  }


.tl-r01 {
	color:#000000;
	font-style: italic;
	font-family: "Helvetica Now Display-Light";
	text-align: right;
	font-weight: 400;
	font-size: 35px;
}
.tl-row03 {
	color:#283e84;
	text-align: center;
	font-family: "Helvetica Now Display-Regular";
	font-size: 30px;
}
.tl-agraiche {
	text-align: center;
	color:#e58920;
	font-family: "Helvetica Now Display-ExBold";
	font-size: 40px;
}
.temporizador {
	color: #fff;
	text-align: center;
	font-family: "Helvetica Now Display-Bold";
	font-size: 40px;
	margin-bottom: 0px;
}
.text-temporizador {
	color: #fff;
	text-align: center;
	font-family: "Helvetica Now Display-Regular";
}
.sub-r01 {
	color:#000000;
	font-style: italic;
	font-family: "Helvetica Now Display-Bold";
	text-align: right;
	font-weight: 700;
	font-size: 22px;
}
.box-btn {
	text-align: center;
	margin-top: 20px;
}
.btn-padrao {
	color:#283e84;
	font-style: italic;
	 font-family: "Helvetica Now Display-Bold";
	font-size: 35px;
	background: #e58920;
	font-weight: 700;
	border-radius: 50px;
	padding: 0px 20px 2px 20px;

}
.bg-row-01 {
	/*background-image: url(../img/bg-row-01.png);*/
	background-size: cover;
	background-position: top;
	min-height: 580px;
	z-index: 1030;
    position: relative;
    /*background-color: #ff8a00;*/
}
.bg-row-02 {
	/*background-image: url(../img/bg-row-02.png);*/
	background-size: cover;
	background-position: center;
	padding-top: 40px;
}

.bg-row-03 {
	background-image: url(../img/bg-row-03.png);
	background-size: cover;
	background-position: center;
	padding-top: 70px;
	padding-bottom: 70px;
}
.bg-row-04 {
	background-color:#e7e7e6;
	background-size: cover;
	background-position: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.bg-row-05 {
	background-color:#1e355f;
	background-size: cover;
	background-position: center;
}
.bg-row-extra {
	background: #0c2249;
    padding-top: 40px;
    padding-bottom: 40px;
}
.bg-row-extra img {
	height: 100px;
    margin-bottom: 10px;
}
.logo-footer {
	margin-top: 40px;
}
.text-row05 {
	color:#fff;
	font-size: 17px;
	line-height: normal;
	font-family: "Helvetica Now Display-Medium";
	margin-top: 30px;
}
.text-row-extra {
	color:#fff;
	font-size: 24px;
	line-height: normal;
	font-family: "Helvetica Now Display-Medium";
	margin-top: 30px;
	text-align: center;
}
.footer {
	background-color:#e58920;
	padding: 10px 0px 10px 0px;
}
.copy {
	color:#1e355f;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin:0;
	font-size: 13px;
}
.desenvolvido-por {
	color:#1e355f;
	text-align: right;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin:0;
	font-size: 13px;
}
.pessoas-img {
	width: 100%;
	position: relative;
    z-index: 1035;
}
.text-row02 {
	font-size: 20px;
	color:#000;
	text-align: justify;
	font-family: "Helvetica Now Display-Regular";
	margin-top: 30px;
}
.middle {
	display: flex;
    align-items: center;
}
.logo-graiche {
	text-align: right;
	width: 40%;
}

.box-img {
	text-align: right;
	padding:40px 80px 30px 40px;
}
.box-form {
	-webkit-box-shadow: -21px -20px 37px -31px rgba(0,0,0,0.75);
	-moz-box-shadow: -21px -20px 37px -31px rgba(0,0,0,0.75);
	box-shadow: -21px -20px 37px -31px rgba(0,0,0,0.75);
	background: #fff;
    padding: 40px;
    padding-top: 80px;
    padding-bottom: 60px;
    margin-top: -15px;
    border-radius: 5px;
}
.enviar-btn {
	background: #ff8b03;
    border: none;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    font-weight: 600;
    text-shadow: none;
    border-radius: 50px;
    margin-top: 30px;
}
.enviar-btn:hover {
	background-color: #1e355f;
	transition: 0.5s;
}
.btn-padrao:hover {
	background-color: #1e355f;
	color:#fff;
	transition: 0.5s;
	text-decoration: none;
}
.aling-right {
	text-align: right;
}








@media screen and (max-width: 590px) {
	
	.box-img {
	    text-align: center;
	    padding: 30px;
	}
	.box-form {
		margin-top: 10px;
	}
	.desenvolvido-por {
	    text-align: center;
	}

	.btn-padrao {
		font-size: 27px;
	}

	.logo-box-footer {
		text-align: center;
	}
}



.top-footer {
	background: #003261;
	padding: 30px 0px 20px 0px;
}
.text-header {
	text-align: left;
    color: #272727;
    font-size: 35px;
    font-family: "MyseoSlab 500";
}
.btn-cta {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	color: #003260;
    background: #ff8a00;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 25px;
    font-style: italic;
}
.btn-cta-form:hover {
	text-decoration: none !important;
	color: #fff;
	background-color: #ff8a00;
	transition: 1s;
}

#oquepodemosfazer .btn-cta-form:hover {
	text-decoration: none !important;
	color: #fff;
	background-color: #2661e2;
	transition: 1s;
}
.btn-cta-form {
	font-family: 'Roboto', sans-serif;
	
	color: #fff;
    background: #003260;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 25px;
    font-style: italic;
    border: none;
}

.btn-solicite {
	padding: 10px 40px 10px 40px !important;
	margin-left: 5%;
}

.logos {
	background: #e8e7e7;
	padding: 30px 0px 30px 0px;
}

#logos ul {
    padding:0px;
    margin:0px;
    list-style:none;
}

#logos ul li { display: inline; }

#logos ul li a {
    padding: 2px 60px;
    display: inline-block;
}

.sessao02 {
z-index: 9;
position: relative;
}


@media screen and (min-width: 1500px) {
	.bikesessao {
		height: 700px !important;
	    padding-top: 190px !important;
	}

	.shapemulher {
		top: 5% !important;
	}
	.sessao02 {
		height: 700px  !important;
	}
}

@media screen and (min-width: 1920px) {
	.shapeleft {
		left: -395px !important;
	}
	.shapemulher {
	    top: 3% !important;
	}
	.bikesessao {
	    height: 855px !important;
	}

	.sessao02 {
	    height: 900px !important;
	    padding-top: 180px !important;
	}
	.sessao02 p {
		font-size: 27px !important;
	}

	.bg-geral {
		height: 1100px !important;
	}
}

.form-control {
    font-family: 'Roboto', sans-serif;
}

#galeria {display: none;}

#galeria ul {
    padding:0px;
    margin:0px;
    list-style:none;
}

#galeria ul li { display: inline; }

#galeria ul li a {
    padding: 2px 10px;
    display: inline-block;
}

@media screen and (max-width: 590px) {
    
    #logo-graiche{
        margin-left:90px !important;
    }
	.galery {display: none;}
	#galeria {display: block;}
	.box-header-text {
		margin:0px !important;
	}
	.btn-solicite {
		margin-left: 0 !important;
	}
	.box-header-text a {
		font-size: 22px !important;
	}

	.bg-geral {
		height: 420px !important;
	    background-size: cover !important;
	    background-position: right;
	}
	.shapemulher, .celphone, .shapeleft {
		display: none;
	}

	.bikesessao {
		height: auto !important;
		padding-top: 75px !important;
    	margin-top: -25% !important;
	}
	.bikesessao h2 {
		font-size: 23px !important;
	}
	.bikesessao p {
		font-size: 13px !important;
	}

	.text-desc-muitomais {
		font-size: 13px !important;
		margin-left: 0px !important;
	}	

	.zelador h2 {
		font-size: 23px !important;
	}
	.zelador p {
		font-size: 13px !important;
	}

	.bg-form h2{
		font-size: 23px !important;
	}
	.text-form {
		font-size: 13px !important;
	}
	.btn-cta-form {
	    font-size: 14px !important;
	}

	.sessao02 p{
		font-size: 13px !important;
	}

	.sessao02 h2{
		font-size: 25px !important;
	}

	    
	.bg-form {
		height: auto !important;
	}

	.copy {
	    text-align: center;
	}


	#logos ul li a {
	    padding: 2px 10px;
	    display: inline-block;
	}
	.top-footer {
	    text-align: center;
	    justify-content: center;
	}
	.top-footer img {
		margin-bottom: 20px;
	}
	    
}