/* demo */


/* ******************************************************
	Author URI: https://codeconvey.com/
	Demo Purpose Only - May not require to add.
	font-family: "Raleway",sans-serif;
*********************************************************/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900');



html {
  box-sizing: border-box;
}


a{
	font-family: "Raleway",sans-serif;
	text-decoration: none;
	outline: none;
}
a:hover, a:focus {
	color: #ffc000 !important;
}

h2 {
    color: #1a0e0e;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
	text-transform:uppercase;
}
h2 span {
    display: block;
    padding: 0;
    font-size: 18px;
    opacity: 0.7;
    margin-top: 5px;
	text-transform:uppercase;
}

#float-right{
	float:right;
}

/* ******************************************************
	Script Top
*********************************************************/

.ScriptTop {
    background: #fff none repeat scroll 0 0;
    float: left;
    font-size: 0.69em;
    font-weight: 600;
    line-height: 2.2;
    padding: 12px 0;
    text-transform: uppercase;
    width: 100%;
}

/* To Navigation Style 1*/
.ScriptTop ul {
    margin: 24px 0;
    padding: 0;
    text-align: left;
}
.ScriptTop li{
	list-style:none;
	display:inline-block;
}
.ScriptTop li a {
    background: #6a4aed none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 18px;
    text-decoration: none;
    text-transform: capitalize;
}
.ScriptTop li a:hover{
	background:#000;
	color:#fff;
}


/* ******************************************************
	Script Header
*********************************************************/

.ScriptHeader {
    float: left;
    width: 100%;
    padding: 2em 0;
}
.rt-heading {
    margin: 0 auto;
	text-align:center;
}
.Scriptcontent{
	line-height:28px;
}
.ScriptHeader h1{
	font-family: "brandon-grotesque", "Brandon Grotesque", "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
    color: #6a4aed;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: normal;

}
.ScriptHeader h2 {
    color: #312c8f;
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0 0;
    line-height: normal;

}
.ScriptHeader h1 span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;

}
.ScriptHeader span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;
}




/* ******************************************************
	Live Demo
*********************************************************/





/* ******************************************************
	Responsive Grids
*********************************************************/

.rt-container {
	margin: 0 auto;
	padding-left:12px;
	padding-right:12px;
}
.rt-row:before, .rt-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.rt-row:after {
  clear: both;
}
[class^="col-rt-"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 15px;
  min-height: 1px;
  position: relative;
}


@media (min-width: 768px) {
  .rt-container {
    width: 750px;
  }
  [class^="col-rt-"] {
    float: left;
    width: 49.9999999999%;
  }
  .col-rt-6, .col-rt-12 {
    width: 100%;
  }

}

@media (min-width: 1200px) {
	.rt-container {
		width: 1170px;
	}
	.col-rt-1 {
		width:16.6%;
	}
	.col-rt-2 {
		width:30.33%;
	}
	.col-rt-3 {
		width:50%;
	}
	.col-rt-4 {
		width: 67.664%;
	}
	.col-rt-5 {
		width: 83.33%;
	}


}

@media only screen and (min-width:240px) and (max-width: 768px){
	 .ScriptTop h1, .ScriptTop ul {
		text-align: center;
	}
	.ScriptTop h1{
		margin-top:0;
		margin-bottom:15px;
	}
	.ScriptTop ul{
		 margin-top:12px;
	}

	.ScriptHeader h1,
	.ScriptHeader h2,
	.scriptnav ul{
		text-align:center;
	}
	.scriptnav ul{
		 margin-top:12px;
	}
	#float-right{
		float:none;
	}

}
/* style */
h1 {
  font-size: 1.5em;
  text-align: center;
  margin: 1.2em 0;
  color: #555555;
}


/*Carousel*/
.carrouselDepoimentos {
  background: white !important;
  text-align: center;
  height: 7.5em;
  max-width: 750px;
  margin: auto;
  position: relative;
  overflow: hidden;
  width: 700px;
}
.carrouselDepoimentos h2 {
  margin: 0;
  margin-top: -1.7em;
  padding: 0;
  font-size: 1em;
  text-align: center;
  color: #bbbbbb;
}
.carrouselDepoimentos .slidesDepoimentos {
  background-color:#ffffff;
  width: 400%;
  left: 0;
  padding-left: 0;
  padding-top: 1em;
  overflow: hidden;
  list-style: none;
  position: relative;

  -webkit-transition: transform .5s;
  -moz-transition: transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
}
.carrouselDepoimentos .slidesDepoimentos li {
  width: 25%;
  position: relative;
  float: left;
}
.carrouselDepoimentos li p{
  margin-top: 0;
}
.carrouselDepoimentos li q {
  max-width: 90%;
  margin: auto;
  color: #666666;
  font-size: 1.3em;
  font-weight: bold;
}
.depoimento_texto{
  margin-top:45px
}
.carousel_depoimento {
  display: flex;
}
.carrouselDepoimentos li img {
  width: 10em;
  height: 10em;
  object-fit: cover;
  border-radius: 50%;
  margin-left: 0em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.carrouselDepoimentos li span.author {
  margin-top:0.5em;
  font-size: 1.2em;
  color: #777777;
  display: block;
  margin-left: 25%;

}
.carrouselDepoimentos .slidesDepoimentosNavigation {
  display: block;
  list-style: none;
  text-align: center;
  bottom: 0em !important;
  /*--- Centering trick---*/
    /* Absolute positioning*/
    position: relative;
    /* Abosulte positioning*/
    width: 104px; /*This width  is the addition of the width of all the navigations dots - So in this case is   104 because the navigation dots are 26px (width:10px and 6px marginleft + 6 px marginright) and there are 4 dots so 4x26=104 */
    left: 57% !important; /*Centering de element*/
    margin-left: -52px; /*adjusting the centering by applying a negative margin of half of the width*/
}
.carrouselDepoimentos input {
  display: none;
}
.carrouselDepoimentos .slidesDepoimentosNavigation label {
  float: left;
  margin: 6px;
  display: block;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: solid 2px #ffc000;
  font-size: 0;
}
/* You have to repeat this with each slide
TODO: make it easier with SCSS
25% movement 100/slidesDepoimentos-num
*/
#radio-1:checked ~ .slidesDepoimentos {
  transform: translateX(0%);
}
#radio-2:checked ~ .slidesDepoimentos {
  transform: translateX(-25%);
}
#radio-3:checked ~ .slidesDepoimentos {
  transform: translateX(-50%);
}
#radio-4:checked ~ .slidesDepoimentos {
  transform: translateX(-75%);
}


.carrouselDepoimentos .slidesDepoimentosNavigation label:hover {
   cursor: pointer;
}
/* You have to repeat this with each slide/dot */
.carrouselDepoimentos #radio-1:checked ~ .slidesDepoimentosNavigation label#dotForRadio-1,
.carrouselDepoimentos #radio-2:checked ~ .slidesDepoimentosNavigation label#dotForRadio-2,
.carrouselDepoimentos #radio-3:checked ~ .slidesDepoimentosNavigation label#dotForRadio-3,
.carrouselDepoimentos #radio-4:checked ~ .slidesDepoimentosNavigation label#dotForRadio-4 {
  background: #ffc000;
}

@media  (max-width: 796px) {
  .carrouselDepoimentos{
    height: 8.5em;
  }
}
@media  (max-width: 480px) {
  .carrouselDepoimentos li p {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .carrouselDepoimentos li q {
      font-size: 1em;
  }

}

/* =============================== ATUALIZACAO DO CSS PARA DEIXAR O DEPOIMENTO RESPONSIVO ===================== */

@media (max-width: 480px){
  .carrouselDepoimentos li img {
    margin-left: -1em;
    margin-right: 0.25em;
    width: auto;
  }
  .carrouselDepoimentos {

    width: auto;
  }
  .carousel_depoimento {
    display: block;
}
}
