/* Demo CSS - You do not need this css in your own slider */

body{
	font-family: 'Montserrat', sans-serif;
}

.logo{
  padding: 1em 0;
}

a{
  color: #990066;
}

a:hover{
  color: #330033;
}

.main{
  margin: 0 auto;
  background-image: url(../img/puente_dixit.jpg);
  background-size: cover;
  height: 500px;
}


.form-dixit{
  margin-top: 1em;
 
}
.titular{
background: rgba(255,255,255,0.6);
margin-top: 8em;
border-radius: 20px;
}

.titular h1{
  color: #990066;
text-shadow: 2px 2px #ffffff;
  font-size: 3em;
  font-weight: 700;
  padding: 20px 0 10px 30px;
}

.titular p{

  padding: 0 0 20px 30px;
}
.upload {

position: relative;
overflow: hidden;

}


.upload input { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
    
}


.fileinput-button{
position: relative;
overflow: hidden;
}
/* 2 Preguntas y respuestas  */
.content{
  padding: 20px 0 150px 0;
}

.content #bullets {
    width: 30%;
    height: 100%;
    position: relative;
    left: 20px
}

.content #bullets .bullet {
    font-size: 1.5em;
    color: #333333;
    height: auto;
    padding: 37px 0;
    border-bottom: 1px solid #990066;
    transition: color 0.3s ease-in-out;
    cursor: pointer;
}

.content #bullets .bullet .text {
    color: #333333;
    line-height: 32px;
    cursor: none;
    width: 200%;
    display: block;
    position: absolute;
    overflow-y: auto;
    left: 120%;
    top: 30px;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}

.content #bullets .bullet:nth-child(4) {
    border: none
}

.content #bullets .bullet.active {
    color: #990066;
    
}

.content #bullets .bullet.active .text {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    /*z-index: 10;*/
}


.content #bullets .bullet.active .text p {
    padding-bottom: 20px
}

.content #bullets .bullet.active .text ol {
    list-style-type: decimal !important;
    position: relative;
    left: 31px;
    padding-bottom: 20px
}

.content #bullets .bullet.active .text ol li {
    color: #333333;
    
}

.content #bullets .bullet.active .text ul {
    position: relative;
    left: 0;
    padding-bottom: 20px
}


.content #bullets .arr {
    background-image: url("../img/arr.png");
    width: 13px;
    height: 23px;
    position: absolute;
    margin-top: -35px;
    right: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}

.content #bullets .active .arr {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.content #bullets .bullet:hover .arr {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.questions{
  margin-bottom: 100px;
}

/* 3 Beneficios */
.beneficios{
  background-color: #85005b;
  margin: 0 auto;
  padding: 5em 0;
  color: #FFFFFF;
}

.margen{
  padding: 0 3em;
}

/*4 selección de servicios*/
.ch-grid {
  margin: 100px 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}

.ch-grid li {
  width: 220px;
  height: 220px;
  display: inline-block;
  margin: 20px;

}

.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  box-shadow: 
    inset 0 0 0 24px rgba(255,255,255,0.6),
    0 1px 2px rgba(0,0,0,0.1);
    
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
  background-image: url(../img/empresarial.jpg);
}

.ch-img-2 { 
  background-image: url(../img/juridico.jpg);
}

.ch-img-3 { 
  background-image: url(../img/tecnicos.jpg);
}
.ch-img-4 { 
  background-image: url(../img/interprete.jpg);
}
.ch-info {
  position: absolute;
  background: rgba(150,0,100, 0.5);
  width: inherit;
  height: inherit;
  border-radius: 50%;
 

}

.ch-info h4 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  margin: 0 20px;
  padding: 125px 0 0 0;
  /*height: 140px;*/
  
}

.ch-item:hover {
  box-shadow: 
    inset 0 0 0 1px rgba(255,255,255,0.1),
    0 1px 2px rgba(0,0,0,0.1);
}




/* 5 Selección textimonios */

.mainTestimonios{
    margin: 0 auto;
  background-image: url(../img/morao2.jpg);
  background-size: cover;
  height: 300px;
}
.carousel-indicators .active{ 
    background: #31708f; 
} 
.contentTestimonios{ 
    padding-top: 5%; 
    padding-bottom: 5%; 
    height: 100%;
    overflow: hidden;


} 

.contentTestimonios h4{
  text-transform: uppercase;
  border-bottom: 1px solid #85005b;
  line-height: 150%;
  color: #85005b;
}
.adjust1{ 
    float:left; 
    width:100%; 
    margin-bottom:10em; 
} 
.adjust2{ 
    margin:0; 
    font-style: italic;
} 
.carousel-indicators li{ 
    border :1px solid #ccc; 
} 
.carousel-control{ 
    color:#31708f; width:5%; 
} 
.carousel-control:hover, .carousel-control:focus{ 
    color:#31708f; 
} 
.carousel-control.left, .carousel-control.right {
    background-image: none; 
} 
.media-object{ 
    margin:auto; margin-top:15%; 
} 
@media screen and (max-width: 768px) { 
    .media-object{ 
        margin-top:0; 
    } 
}






/* 6 Selección Cliente */
.customers{
margin-top: 100px;
margin-bottom: 100px;
color: #85005b;

}

.customers h3{
  text-transform: uppercase;
  border-bottom: 1px solid #85005b;
  line-height: 150%;
}

.carousel-inner .active.left { left: -33%; }
.carousel-inner .next        { left:  33%; }
.carousel-inner .prev        { left: -33%; }
.carousel-control.left,.carousel-control.right {background-image:none;}
.item:not(.prev) {visibility: visible;}
.item.right:not(.prev) {visibility: hidden;}
.rightest{ visibility: visible;}

/*footer*/

#footer{

  margin-bottom:0px;
  font-size:12px
}

#footer a{
  text-decoration:none;
}

.mv-footer{
width: 100%;
background: #85005b;
overflow: hidden;
color: white;

text-align: center;
padding: 10px 10px;
display: none;
z-index: 90;
}
.mv-footer-dcha{
width: 50%;
float: left;
margin: 0 auto;
padding: 0px 10px;
cursor: pointer
border-left: 1px solid #ffffff;
}
.mv-footer-dcha a{
  color: #ffffff;
  font-size: 0.8em;
}

.fijoform{
position: fixed;
top: 0px;
margin-right: -212px;
font-size: 30px;
font-weight: 300;
text-align: center;
cursor: pointer;
display: block;
width: 100%;
height: 80px;
margin: 0 auto;
background: rgba(255, 255, 255, 0.86);
z-index: 110
}
.fijoform a{
  margin-top: 1em;
}

/*para tablet*/
@media screen and (max-width:801px){

.content #bullets {
    width: 100%;
    height: 100%;
    position: relative;
    left: 10px
}


.content #bullets .bullet {
    font-size: 1em;
    
}


.content #bullets .bullet .text {
    color: #333333;
    line-height: 32px;
    cursor: none;
    width: 100%;
    position: relative;
    left: 0%;
    z-index: -1;
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}
.content #bullets .bullet.active .text {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    /*z-index: 10;*/
}


.content #bullets .bullet:hover .arr {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=0)
}
.content #bullets .active .arr {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=0)
}
}

/*Para movil*/
@media screen and (max-width:550px) {
.mv-footer{
display: block;
position: fixed;
bottom: 0;
height: 100px;
z-index: 96;
top: 100%;
margin-top: -90px;
padding: 5px
}

.fijoform{
display: none;

}

.consulta{
visibility: hidden;

}

#footer{
  margin-top: -150px;
}

.logo{
  width: 50%;
}

.main h1{
  font-size: 2em;
  font-weight: 700;
  padding: 30px;
}

.mainTestimonios{

  height: 575px;
}

.adjust1{ 

    margin-bottom:30em; 
} 
}