/*!
 * Start Bootstrap - New Age v5.0.9 (https://startbootstrap.com/theme/new-age)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-new-age/blob/master/LICENSE)
 */

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
  background-color:#3F6267;
}

body {
  font-family: 'Oxanium','Maven Pro', 'Lato', 'Helvetica', 'Arial', 'sans-serif';
}


a {
font-family: 'Oxanium', 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  color: #dec092ff;
  font-weight: 500;
  transition: all .35s;
}

a:hover, a:focus {
	font-family: 'Oxanium', 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  opacity: 30%;
  text-decoration:none;
	transition: 0.5s ease-in-out;
}

hr {
  max-width: 60%;
  margin: auto;
  border-width: 1px;
  border-color: #fff;
}

hr.light {
  border-color: white;
}

h1
{
  font-family: 'Oxanium', 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 300;
  letter-spacing: 5px;
  font-size:36px;
  
}
h2{
	font-size:18px;
  font-family: 'Oxanium', 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 100;
  letter-spacing: 1px;
}
h3,
h4,
h5
{
font-size:20px;
  font-family: 'Maven Pro', 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

h6 {
font-size:20px;
  font-family: 'Maven Pro', 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

p {
font-family: 'Maven Pro', 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 100px 0;
  background-color: #3F6267;
}

header.masthead {
  position: relative;
  width: 100vw;
  height:auto;
  padding-top: 150px;
  padding-bottom: 0px;	
  background: #3F6267;
}

header.masthead .header-content {
  text-align: center;
  
}

header.masthead .header-content h1 {
   font-size:7vw;
   color:#f5f5f5;
}

header.masthead .header-content h5 {
   color:#dec092ff;
}



header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  header.masthead {
    height:600px;
	width:100vw;
    min-height: 500px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: center;
  }
  header.masthead .header-content h1 {
	 font-size: 7vw;
	 
  }
  
  header.masthead .device-container {
    max-width: 325px;
  }
}

@media (min-width: 600px) {
  header.masthead {
    height:600px;
	width:100vw;
    min-height: 500px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: center;
  }
  header.masthead .header-content h1 {
	 font-size: 7vw;
	 
  }
  
  header.masthead .device-container {
    max-width: 325px;
  }
}

footer {
  padding: 25px 0;
  text-align: center;
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

.bg-primary {
  background: #fdcc52;
  background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
  color: #fdcc52;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #fdcc52;
  background-color: #fdcc52;
}

.btn {
  border-radius: 300px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: lower;
}

.btn-xl {
  font-size: 1em;
  padding: 15px 45px;
}
/* ---------------------------------------------- */
/*	HEADER */
	.logogrande {
	min-width:15vw;
	width:15%;
	height: auto;
	top:25px;
  background-repeat:no-repeat;
  animation:spin 3s ease-in-out;
  animation:circle 3s ease-in-out;
  animation-timing-function: ease-out;  
	}
	
	@keyframes circle { 
0%{
	transform: scale(0.1)
		rotate(-360deg);
	}
	100%{ 
	}

}
@keyframes spin {
	to { transform: rotate(-1turn); }
  100%{background-position:100%;}
}


/*	MENU /SOCIAL MENU */

#menuToggle
{
  display: block;
  position: fixed;
  top: 30px;
  right: 2vw;
  z-index: 3;
  -webkit-user-select: none;
  user-select: none;
  background-color: #3F6267;
  border: 5px solid #3F6267;
  border-radius:5px;
}

#menuToggle a
{
  text-decoration: none;
  color: #3F6267;
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
	font-weight: 600;
	opacity: 1;
}

.active{
	font-weight: 600;
	opacity: 1;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;   
  -webkit-touch-callout: none;
}

/*
 *hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #f5f5f5;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}


#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #dec092ff;
}


#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}


#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 50vw;
  min-width:300px;
  height:120vh;
  margin: -100px 0 0 -150px;
  padding: 10px;
  right:-50px;
  padding-top: 100px;
  text-align: center;
  background: rgba(239,239,239,0.9);
  border: 2px solid #dec092ff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;  
  transform-origin: 0% 0%;
  transform: translate(100vw, 0);  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 5px 0px;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

.social {
	padding:5px;
	width:50px;
	height: auto;
}

.social:hover{
	opacity: 50%;
	transition: 0.5s ease-in-out;
}


/*	INDEX / HOMEPAGE */
.paginas{
	background:#f5f5f5;
	color: #3F6267;
}

.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 33%;
    width: 0;
    z-index: 1;
    left: 100%;
    border: medium solid #dec092ff;
    border-width: 30px 0px 30px 30px;
    border-color: transparent transparent transparent #f5f5f5;
}
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 33%;
    width: 0;
    z-index: 1;
    left: -30px;
    border: medium solid #dec092ff;
    border-width: 30px 30px 30px 0;
    border-color: transparent #f5f5f5 transparent transparent;
}

.imagemhome{
	width:auto;
	height:400px;
	padding:0px;
	margin:0px;
	right:0px;
	border: 1px solid #dec092ff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}
#aboutus{
	padding:20px;
	margin-top:50px;
	display:flex;
	margin-bottom:50px;
	background-color:#3F6267;
	border-radius:5px;
}
#uses{
	padding:20px;
	display:flex;
	margin-top:150px;
	margin-bottom:50px;
	background-color:#3F6267;
	border-radius:5px;
}

#sustain{
	padding:20px;
	display:flex;
	margin-top:50px;
	margin-bottom:50px;
	background-color:#3F6267;
	border-radius:5px;
}

#where{
	padding:20px;
	display:flex;
	margin-top:50px;
	margin-bottom:50px;
	background-color:#3F6267;
	border-radius:5px;
}

.overlay {
	bottom:50px;
	left:-50px;
	z-index:2;
	width:100%;
	height:100%;
	padding: 60px;
	border: 1px solid #dec092ff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color:#f5f5f5;
}

.overlay2 {
	
	right:-40px;
	top:100px;
	z-index:2;
	width:100%;
	height:100%;
	padding: 50px;
	border: 1px solid #dec092ff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color:#f5f5f5;
}

.overlay3 {
	bottom:50px;
	left:-30px;
	z-index:2;
	width:100%;
	height:100%;
	padding: 40px;
	border: 1px solid #dec092ff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color:#f5f5f5;
}

.overlay4 {
	right:-30px;
	top:150px;
	z-index:2;
	width:100%;
	height:100%;
	padding: 40px;
	border: 1px solid #dec092ff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color:#f5f5f5;
}

.paginas a
{
	display: inline-block;
	border:none;
	text-align: center;
	text-decoration: none;
	color: #f5f5f5;
	background-color: #3F6267;
	padding: 10px;
  width: 100%;
  height:auto;
  transition: all 0.5s;
  cursor: pointer;
	border-radius: 5px;
}

.paginas a span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  
}

.paginas a span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.paginas a:hover {
  padding-right: 25px;
  color: #dec092ff;
  opacity:1;
}

.paginas a:hover span {
  padding-right: 25px;
  color: #dec092ff;
  opacity:1;
}
.paginas a:hover span:after {
  opacity: 1;
  right: 0;
  
  
}

/*	ABOUT*/

.about {
	width:100vw;
	color: #f5f5f5;
}


.textoabout{
	background-repeat: no-repeat;
	background-size:150px, 150px;
	background-position:100%, 0%, 0%, 100%;
}

/* ABOUT----- COUNTER */
.sectioncounter{
	color: #f5f5f5;
	background-image: url("../img/headerimg/hemp4.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom:0px;
}

.counter{
	color: #f5f5f5;
}

.smalllogo{
	width: 50px;
	height:50px;
	margin-left:5px;
	margin-bottom:10px;
	justify-content:center;
}

.tituloheader {
	color:#f5f5f5;
	height:100%;
	padding:30px;
	
}

.stats{
	border: 2px solid #dec092ff;
	border-radius:5px;
	width:100%;
	height:100%;
	background: #3F6267;
	margin:10px;
	max-width:200px;
}
.statistics{
	margin-top:auto;
margin-bottom:200px;
}

/*	ABOUT ----- VALUES */
.values{
	background-color:#f5f5f5;
	color: #3F6267;
}

.values h1{
	color: #3F6267;
}

.values h6{
	color: #3F6267;
}
#values1 {
	border-color:#dec092ff;
	border-style: solid;
	border-width: 1px;
	background-color: transparent;
	margin: 5px;
	
}

#values1:hover{
	border-color:#3F6267;
	border-style: solid;
	border-width: 1px;
	background-color: transparent;
	margin: 5px;
	
}
#values2 {
	border-color:#dec092ff;
	border-style: solid;
	border-width: 1px;
	background-color: transparent;
	margin: 5px;
	}

#values3 {
	border-color:#dec092ff;
	border-style: solid;
	border-width: 1px;
	background-color: transparent;
	margin: 5px;
	}
#values4 {
	border-color:#dec092ff;
	border-style: solid;
	border-width: 1px;
	background-color: transparent;
	margin: 5px;
	}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 300px;
  border: 1px solid #dec092ff;
  perspective: 1000px; 
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}


.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}


.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;
}


.flip-card-front {
	padding-top:100px;
  background-color: #f5f5f5;
  color: black;
}


.flip-card-back {
  background-color: #3F6267;
  color: #f5f5f5;
  transform: rotateY(180deg);
  padding-top:25%;
}



/* APLICATIONS */

.applic {
	background-color: #f5f5f5;
	color: #3F6267;
}

.divider2 {
	
	transform: rotateY(180deg);
	background-color: #f5f5f5;
}

.hempapplic {
	bottom:0px;
	color: #f5f5f5;
	padding-bottom:0px;
}

.hempapplications {
	color: #f5f5f5;
	background-image: url("../img/headerimg/uses.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top:400px;
	padding-bottom:0px;
	height:auto;
}

/* APLICATIONS Acordion*/
  .textovertical {
	margin:5px;
	color:#dec092ff;
	writing-mode: vertical-rl;
	z-index:2;
	
}
  .textovertical2 {
	margin:5px;
	color:#dec092ff;
	writing-mode: vertical-rl;
	text-align:end;
	z-index:2;
	
}
  .acc-wraper{
	margin: auto auto;
  width:100%;
}

.accordion{
  display:flex;
  flex-wrap:nowrap;
  overflow:hidden;
  width:100%;
  height:500px;
}
.accordion p{
font-size: 16px;
font-family: 'Maven Pro', 'Lato', 'Helvetica', 'Arial', 'sans-serif';
}

.accordion > div{
  flex-grow:1;
  flex-shrink:1;
  overflow:hidden;
  transition:all 1.5s ease-in-out;
  border-radius:10px;
  position:relative;
  width:100%;
}

.accordion > div:hover{
  flex-shrink:.2;
  background-color:#3F6267;
  color: #fff;
  width:100%;
  height:auto;
  transition: 1.5s ease-in-out;
  display:flex;
}

.accordion > div:hover .col.d-flex img{
  transition: all 2s ease-in-out;
  opacity:.5;
  margin-left:-500px;
}

.accordion > div:hover .col.my-auto{
	width:auto;
  flex-grow:10;
  flex-shrink:0;
  overflow:hidden;
  margin:10px;
}


.accordion div img{
border:1px solid #dec092ff;
  border-radius:10px;
  width:auto;
  height:500px;
  transition: all 2s ease-in-out;
}


.divider3 {
	padding-bottom:0px;
	margin-bottom:0px;
}

/* FIND US */
  header video {
  position: absolute;
  top: 33%;
  left: 50%;
  min-width: 100%;
  min-height: auto;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-33%);
  -moz-transform: translateX(-50%) translateY(-33%);
  -webkit-transform: translateX(-50%) translateY(-33%);
  transform: translateX(-50%) translateY(-33%);
}

.findus {
	position: relative;
  background-color: black;
  height: 55vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
 
 .videodivider {
	 position: absolute;
  bottom: 0;
  background: transparent;
  width: 100%;
  padding: 0px;
	 
 }
 
/* FIND US -------- MAP */

.locations {
	color: #f5f5f5;
}
.number {
	font-size:50px;
	margin-top:10%;
}

.mapa {
	width:300px;
	height:auto;
}

.textolocal {
	vertical-align: middle;
	margin-bottom:0px;
	
}
.locais1{
	position:absolute;
	z-index:1;
	left: 88px;
	top: 10px;
}
.locais2{
	position:absolute;
	z-index:1;
	left: 82px;
	top: 190px;
}
.locais3{
	position:absolute;
	z-index:1;
	left: 125px;
	top: 328px;
}
.mapframe{
	width:300px;
	height:500px;
	color:#dec092ff;
}

.mapframe:hover{
	opacity: 90%;
	transition: all .35s;
}

.mapframe span{
	color:#dec092ff;
	width:25px;
	height:25px;
	opacity:1;
	border: solid #dec092ff 2px;
	border-radius: 100%;
	transform: scale(1.5);
	animation: popout ;
	animation-duration: 2s;
	animation-iteration-count: infinite;
   animation-timing-function: linear;
   animation-direction: alternate;
}
@keyframes popout {
  0%{
	transform: scale(.5)
	}
	100%{ 
	}
}

.mapframe span:hover{
	color:#dec092ff;
	transform: scale(1.5);
	transition: all .35s;
	animation: none;
}

 /* FIND US -------- Popover */
  .popover {
	  text-align:left;
	border-radius: 5px;
	background-color: #f5f5f5;
    border: 1px solid #dec092ff;
	height:auto;
	max-width: 100%;
  }
  /* FIND US -------- Popover Header */
  .popover-title, .popover-title h1 {
	 text-align:left;
	 width:100%;
	height:auto;
	border-radius: 5px;
	color:#3F6267;
	font-size:20px;
  }
  /* FIND US -------- Popover Body */
  .popover-content, .popover-content p {
	text-align:left;
	color:#3F6267;
	font-size:16px;
	
  }
  /* FIND US -------- Popover Arrow */
  .arrow {
	color: #dec092ff;
  }
  
  .imagepopover {
	  height:auto;
	  width:100%;
	  border: 1px solid #dec092ff;
	  border-radius: 5px;
  }
  

  
 /* SUSTAINABILITY */
.sust {
	color: #f5f5f5;
	background-image: url("../img/headerimg/hemp_sust.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top:400px;
	padding-bottom:0px;
	height:auto;
}

.parentesis {
	font-size: 80px;
} 
  
.hempbenefits {
	margin-bottom:0px;
	background-color: #3F6267;
	color: #f5f5f5;
}

.quotes {
	color: #f5f5f5;
}

.iconsbenefits {
	font-size:50px;
color:#dec092ff;
padding:10px;
	
}

.divider4 {
	
	padding-top:0px;
	margin-top:0px;
	
	
}
.commitment{
	
	padding-bottom:0px;
	padding-top:0px;
	background-color: #f5f5f5;
	background-image: url("../img/headerimg/hemp_sust.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;	
}

.commitstatement {
	
	padding:30px;
	background-color: #f5f5f5;
	color: #3F6267;
	margin:100px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.partners {
	color: #f5f5f5;
	background-color: #3F6267;
}

.partnerslogo {
	margin:50px;
	width:auto;
	height:100px;
	
}
.partnerslogo2 {
	margin:10px;
	width:auto;
	height:50px;
}
 /* TECHNOLOGY INNOVATION */
.randdintro {
	margin-bottom:0px;
	background-color: #3F6267;
	color: #f5f5f5;
}

.innovation {
	color: #f5f5f5;
	background-image: url("../img/headerimg/tech.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top:400px;
	padding-bottom:0px;
	height:auto;
}

.randdpartners{
	padding:30px;
	background-color: #f5f5f5;
	color: #3F6267;
	margin:1vw;
	border-radius:10px;
	border:1px #dec092ff solid;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.randdpartners2{
	padding:30px;
	background-color: #f5f5f5;
	color: #3F6267;
	margin-top:100px;
	margin-bottom:100px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.innovpartners{
	padding-bottom:0px;
	padding-top:0px;
	background-color: #f5f5f5;
	background-image: url("../img/headerimg/tech.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;	
}

.partnerslogosmall {
	padding:10px;
	background-color: rgba(250,250,250,.8);
	width:100%;
	height:auto;
}

.partnerwithus {
	color: #f5f5f5;
}

.plantas {
	background-image: url(../img/folha2l.png), url(../img/folha2r.png);
	background-repeat:no-repeat;
	background-size: 10% auto;
	background-position:bottom left, bottom right;
}

.socialmedia {
	background-color:#f5f5f5;
	color: #dec092ff;
	padding-bottom:0px;
	padding-top:0px;
	background-color: #f5f5f5;
	background-image: url("../img/headerimg/hemp4.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.canvassocial{
	padding:30px;
	background-color: #f5f5f5;
	color: #3F6267;
	margin:30px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*	CONTACTOS */
.contacts {
	background-color: #f5f5f5;
	color: #3F6267;
	padding-top:100px;
	padding-bottom:0px;
	margin:0px;
}

.privacy{
	background-color: #f5f5f5;
}

/*CAROUSEL*/

.carousel {
  position: relative;
  width:100%;
  background-color:#f5f5f5;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
  width:90%;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  font-weight:100;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%233F6267' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%233F6267' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  bottom:5px;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  border-radius:50%;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #3F6267;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.texto-carrossel {
	margin-bottom:50px;
	margin-top:20px;
}

.imgRED{
	height:auto;
	width:300px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transition: width 2s, height 2s, transform 2s;
	
}