
.rslides {
background:transparent url("../images/testimonios/bg.jpg") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height:  100%;
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
height: 450px;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}

.rslides li:first-child {
position: relative;
display: block;
float: left;
}

.rslides_tabs {
font-size: 18px;
list-style: none;
margin: 0 42.5%;
max-width: 5%;
padding: 10px 0;
text-align: center;
width: 100%;
position: absolute;
bottom: 40px;
z-index: 99;
}

.rslides_tabs li {
display: inline;
float: none;
margin-right: 1px;
}

.rslides_tabs .rslides_here a:after {
color: #FFF;
font-weight: bold;
}
.rslides_tabs a {
color: #F0F0F0;
width: auto;
line-height: 20px;
padding: 9px 5px;
height: auto;
background: transparent;
display: inline;
}

.rslides_tabs a:after {
color: #c0c0c0;
font-family: FontAwesome;	
content: "\f1db";
}

.rslides > img {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
}

.rslides li >img {
margin: 60px auto 40px 25%;
border-radius: 50%;
width: 18%;
}

.rslides li > div {
display: block;
float: left;
width: 100%;
border: 0;
background: rgba(0,0,0,0.6);
}

.rslides_nav {
}
.prev {
    color: #111111;
	right: 5%;
	position: absolute;
    padding: 5px 22px;
	bottom:   0%;
	font-size:  32px;
    background: #eeeeee;
	z-index: 20;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.prev:before {
  content: "\f104";

    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.prev:hover {
background:#6796b6;
color: rgba(255,255,255,1) !important;
}

.next {
    color: #111111;
	right: 0%;
	position: absolute;
    padding: 5px 22px;
	bottom:    0%;
	font-size:  32px;
    background: #eeeeee;
	z-index: 20;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.next:before {
  content: "\f105";

    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.next:hover {
background:#6796b6;
color: rgba(255,255,255,1) !important;
}

.slideText h2{
font-size: 48px;
line-height: 1.5;
text-shadow: 0 0 3px rgba(0,0,0,0.3);
text-align: center;
color: #fff;
font-family: 'Open Sans', sans-serif;
}

.slideText h2.h2Reverse {
text-shadow: 0 0 50px rgba(255,255,255,0.9);
text-align: center;
color: #fff;

}

.rslides li > div.slideText {
position: absolute;
display: block;
float: left;
text-align: center;
border: 0;
margin: 0;
background: transparent;
height: auto;
}

#slideText01,
#slideText02,
#slideText03,
#slideText04,
#slideText05,
#slideText06 {
	left: 5%;
    top: 50px;
    width: 90%;
}

.rslides li > div.slideText h4 {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    text-transform: initial;
    color: #fff;
}

.rslides li > div.slideText span:before{
color: #DC7F48;
opacity: 1;
}

.rslides li > div.slideText p{
font-size:14px;
margin: 10px 0px;
    font-weight: 700;
	text-transform:uppercase;
color: #fff;
}
.rslides li > div.slideText img{
	width:80px;
	height:80px;
	padding:4px;
	position:relative;
	margin:30px auto 0;
	text-align:center;
	border-radius:50%;
	border:1px solid rgba(255,255,255,0.5);
}

@media screen and (max-width: 800px) {  

#slideText01,
#slideText02,
#slideText03,
#slideText04,
#slideText05,
#slideText06 {
left: 5%;
top: 20px;
width: 90%;
}
.prev {right: 65px;}
.next {right: 10px;}
	

#divTestimonios h4 {
margin: 0 auto;
color: #FFF;
text-align: center;
padding: 40px 0;
font-size: 20px;
}

#divTestimonios div.col-sm-12 {
padding: 0;
}

	
.rslides li > div.slideText p{font-size: 12px;}
}


@media screen and (max-width: 480px) {  
	
	.rslides {height: 550px;}

#slideText01,
#slideText02,
#slideText03,
#slideText04,
#slideText05,
#slideText06 {
left: 5%;
top: 20px;
width: 90%;
}
.prev {right: 65px;}
.next {right: 10px;}

#divTestimonios h4 {
margin: 0 auto;
color: #FFF;
text-align: center;
padding: 40px 0;
font-size: 14px;
}

#divTestimonios div.col-sm-12 {
padding: 0;
}

.rslides li > div.slideText p{font-size: 10px;}
a.rslides_nav.rslides1_nav.next,
a.rslides_nav.rslides1_nav.prev {display:none !important;}
}
