

:root {
	--autoponia_blue: #333992;
	--autoponia_green: #00880F;
}


/********************BODY*********************************************/
html, body {
    max-width: 100%;
    overflow-x: hidden;
}


/************************BARRA DE NAVEGAÇÃO**********************/

.img-logo {
	height: 80px;
	width:300px;
	display: block;
	background-size: contain;
	background-image: url('../imagens/logo_comprido.svg');
	background-repeat: no-repeat;
	color: transparent;
	position: absolute;
}

.vertical-center {
  margin: 0;
  position: absolute;
  /*top: 50%;*/
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav.navbar-transparent {
	padding-top: 25px;
	padding-bottom: 10px;
	background: rgba(255,255,255,1);
	border: none;
}

.navbar-inverse .navbar-nav>li>a {
	color: black;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color: #000099;
}

@media screen and (max-width: 760px) {
	.nav-menu {
		padding-top: 50px;

	}
	.img-logo {
    	height: 50px;
    	width:190px;
    	display: block;
    	background-size: contain;
    	background-image: url('../imagens/logo_comprido.svg');
    	background-repeat: no-repeat;
    	color: transparent;
    	position: absolute;
    }
}
.navbar.navbar-default {
  	border: none;
}
.navbar.navbar-default .navbar-collapse {
  	border: none;
  	box-shadow: none;
}

/*************************************CAPA*********************************/

#capa {
	background: url('../imagens/content/cultivo_indicativos_trimmed_sm2.jpg')
					no-repeat fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-position: 0px 50px;
  	min-height: 100%;
  	min-width: 992px;
  	height: auto;
 	width: 100%;
  	top: 80px;
  	left: 0px;
  	position: absolute;
}

@media screen and (max-width: 992px) {   
    #capa {
    	background: url('../imagens/content/vertical_small.jpg');
    	-webkit-background-size: cover;
      	-moz-background-size: cover;
      	-o-background-size: cover;
      	min-height: 100%;
      	height: auto;
     	width: 100%;
     	min-width: 300px;
      	position: absolute;
      	top: 0px;
  	    left: 0px;
    } 
}

#texto-capa {
	background-color: rgba(255, 255, 255, 0.55);
	border-radius: 20px;
	color: black;
	width: 420px;
	text-align: justify;
	position: absolute;
	right: calc(25px + 25vw - 250px)!important;
	top:calc(20vh)!important;
}

@media screen and (max-width: 992px) {
	#texto-capa {
		position: absolute;
		right: auto;
		width: 340px;
		left:calc(80px + 50vw - 250px)!important;
		top:calc(20vh)!important;
		padding-bottom: 10px;
		align-self: center;
	}
}

/********************SECTION SOLUÇÕES*************************/
#solucoes {
	background: white;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	padding-top:calc(130px + 100vh)!important;
}

@media screen and (max-width: 992px) {
	#solucoes {
    	background: white;
    	-webkit-background-size: cover;
      	-moz-background-size: cover;
      	-o-background-size: cover;
    	padding-top:calc(30px + 110vh)!important;
    }
}


#kits {
	display: grid;
    height: 100%;
}
#kits img{
	padding-top: 10px;
	padding-bottom: 50px;
	width: 100%;
    margin-left: 0px;
    object-fit: cover;
}


/*****************SLIDER DAS SOLUÇÕES*************************/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */

/* SLIDE DEVICES */
.myDevSlides {
  display: none;
}

.myDevSlides img {
  border-radius: 10%;
  width: ;
}
/* SLIDE APP */
.myAppSlides {
  display: none;
  align-content: center;
}
.myAppSlides img {
  margin-left: 15%;
  margin-right: 15%;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: var(--autoponia_green);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(255,255,255,0.5);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: var(--autoponia_blue);
  font-weight: bold;
  font-size: 25px;
  padding: 8px 12px;
  /*position: absolute;
  bottom: 8px;*/
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
/* SLIDE DEVICE */
.dotDev {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dotDev:hover {
  background-color: #717171;
}

/* SLIDE APP */
.dotApp {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dotApp:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/******************BENEFÍCIOS*********************/
#beneficios {
	background: url('../imagens/content/cultivo_app_trim.jpg')
					fixed no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	min-height: 100%;
  	min-width: 992px;
  	height: auto;
 	width: 100%;
  	position: relative;
  	background-position: 0px 80px;
  	left: 0px;
  	top: 0px;
}

@media screen and (max-width: 992px) {   
    #beneficios {
    	background-image: url('../imagens/content/hidro-tablet1.jpeg');
    	height: auto;
    	width: auto;
    } 
}

#texto-beneficios {
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 20px;
	color: black;
	width: 520px;
	text-align: justify;
	position: relative;
	left: calc(25vw - 250px)!important;
}

@media screen and (max-width: 992px) {
	#texto-beneficios {
		right: auto;
		width: 340px;
		left:calc(80px + 50vw - 250px)!important;
  		align-self: center;
	}
}

#beneficios img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/************************BOTÕES******************************/

#capa .btn-know {
	border-radius: 20px;
	align-self: center;
	background-color: #4d4dff;
	color: white;
	border-width: 0px;
	font-size: 20px;
	font-weight: bold;
	transition: background 0.4s, color 0.4s;
}

@media screen and (max-width: 992px) {
	#capa .btn-know {
		border-radius: 20px;
		align-self: center;
		background-color: #4d4dff;
		color: white;
		border-width: 0px;
		font-size: 20px;
		font-weight: bold;
	}
}

#capa .btn-know:hover {
	background-color: #8d8dff;
	color: white;
}

#capa .btn-kit {
	border-radius: 20px;
	align-self: center;
	background-color: var(--autoponia_blue);
	color: white;
	font-weight: bold;
	border-width: 2px;
	border-color: white;
}

#capa .align-button {
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}

/***************************OUTROS***************************/

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.col-divider {
	border-left: 2px;
	color: white;
}

/************************TIPOGRAFIA**************************/

.navbar-header li {
	font-size: 18px;
}

#texto-capa h1 {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	font-size: 34px;
	font-weight: bold;
	text-align: left;
	font-family: 'Arvo', serif;
}

#texto-capa h2 {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 22px;
	font-family: 'Arvo', serif;
}



#texto-beneficios h1 {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	font-family: 'Arvo', serif;
}

#texto-beneficios h2 {
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
	font-size: 22px;
	font-family: 'Arvo', serif;
	font-weight: bold;
}

@media screen and (max-width: 992px) {
	#texto-beneficios h2 {
		text-align: center;
	}

	#texto-capa h2 {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 18px;
		font-family: 'Arvo', serif;
	}
	#texto-capa h1 {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 8px;
		font-size: 28px;
		font-weight: bold;
		text-align: left;
		font-family: 'Arvo', serif;
	}
}

#texto-beneficios p {
	padding-left: 10px;
	padding-right: 30px;
	font-size: 18px;
	text-align: justify;
	font-family: 'Arvo', serif;
}

.bold-text {
	font-weight: bold;
}
.devices-text {
	text-align: center;
	color: #666666;
	font-family: 'Arvo', serif;
}

.devices-slide-title {
	text-align: center;
	font-family: 'Arvo', serif;
}

.devices-title {
	text-align: center;
	font-weight: bold;
	color: var(--autoponia_green);
	padding-top: 50px;
	font-family: 'Arvo', serif;
}
@media screen and (max-width: 992px) {
	.devices-title {
		padding-top: 0px;
	}
}
#partners h1 {
	color: var(--autoponia_blue);
	font-family: 'Arvo', serif;
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
}

#end i {
	color: var(--autoponia_green);
	font-size: 30px;
	padding-left: 20px;
	text-align: center;
}

#end p, a {
	color: black;
	font-size: 18px;
	font-family: 'Arvo', serif;
	padding-left: 15px;
}

#end ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
}

footer .text {
	color: black;
	font-size: 18px;
	font-family: 'Arvo', serif;
	text-align: center;
	padding-left: 15px;
}

#end h2 {
	padding-top: 150px;
	padding-bottom: 10px;
}

.credits {
	color: black;
	padding-top: 100px;
	font-size: 10px;
}

.end-ico-spacing {
    padding-left: 2px;
    padding-right: 2px;
}

@media screen and (max-width: 992px) {
	#end h2 {
		text-align: left;
		padding: 20px;
		margin: 20px;
	}
	.credits {
		padding-top: 20px;
	}

	#end ul {
		padding: 25px;
		margin: 25px;
		text-align: left;
	}
	#end p, a {
		font-size: 15px;
	}
	#end a {
		padding-left: 30px;
	}
	#end i {
	    color: var(--autoponia_green);
	    font-size: 30px;
	    padding-left: 5px;
	    text-align: center;
    }
}