/*MIO*/
#works .container .row .col-sm-4.col-xs-12 figure .img-wrapper .overlay .buttons {
  left: 0;
  right: 0;
}
#works .container .row .col-md-12 .block {
  text-align: center;
}
#myCarousel .carousel-control{
  display: none;
}
#testimonials .container .row .section-header .section-title{
  color: white;
}
#testimonials {
  padding: 80px 0;
  background-image: url(../images/bg-4.jpg);
}
#testimonials  .testimonial {
  position: relative;
  display: block; 
}
#testimonials .testimonial span { 
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0px;
  font-weight: 300;
  line-height: 32px;
  padding-left: 35px; 
  color: #fff;
  opacity: .7;
}
#testimonials .testimonial strong {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
}
#testimonials .icon-left {
  position: absolute;
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
  color: #91DA32;  
}
#testimonials .icon-right {
  position: absolute;
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); /* IE 9 */
  -webkit-transform:rotate(180deg);
  color: #91DA32;
}
#testimonials .section-heading h3{
  color:white;
}
#about .section-heading p {
  font-size: 15px;
  line-height: 26px;
}
#testimonials .section-heading p{
  color: #7a7a7a;
}
#testimonials .white{
  color:white;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 3px;
}
#testimonials .testimonial-name a{
  color: #91DA32;
  margin-bottom: 5px;
}
#testimonials .testimonial-name a:hover{
  color: #7a7a7a; 
}
#testimonials .testimonial-name img {
  border-radius: 50px;
}
#testimonials .testimonial-name {
  margin-top: 40px;
}
#testimonials .owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
#testimonials .owl-theme .owl-controls .owl-page.active span {
  border-color: #f0f0f0;
  background-color: transparent;
}
#testimonials .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}
#testimonials .owl-theme .owl-controls .owl-page span {
  cursor: pointer;
  display: inline-block;
  background-color: #bbb;
  border-color: #bbb;
  border: 2px solid transparent;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 0 3px;
  -moz-background-clip: content;
  -webkit-background-clip: content;
  background-clip: content-box;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fact-container {
  padding-top:40px;
  padding-bottom:30px;
}
.counter {
  font-family: 'Exo', sans-serif;
  font-size: 65px;
  font-weight: 700;
  letter-spacing: 0px;
  margin: 0;
  line-height: 65px;  
  color: #91DA32;
}
.fact h2 {
    font-size: 65px;
    letter-spacing: 0px;
    margin: 0;
    line-height: 65px; 
}
.fact h4 {
    font-size: 14px;
    margin-bottom: 0px;
}
.fact p {
    font-size: 13px;
    margin-top: 3px;
}
.section-heading h3{
  font-weight: bold;
  font-size: 40px;
  padding-bottom: 20px;
  color: #272727;
  text-transform: uppercase;
  position: relative;  
  margin: 0 0 20px;
  margin-top: 20px;
}

.embed-responsive{
  margin-top: 20px;
}

.section-heading h3:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}

.section-heading h3:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.parallax-section{
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  z-index: 1;
  display: block;
  position: relative;
}
.img-wrapper img{
  width: 100%;
}
/*quitarlo luego*/
#footer{
  background: #FCFCFC;
}
/*quitarlo luego*/

#mAcceso .contact-form .btn-send {
  /*margin-top: 35px;*/
  color: #fff;
  outline: none;
  background: #02bdd5;
}
#mAcceso .contact-form .btn:send:hover {
  border: 1px solid #02bdd5;
}
#mAcceso input {
  display: block;
  height: 40px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 1px;
  border: 1px solid rgba(111, 121, 122, 0.3);
  box-shadow: none;
  -webkit-box-shadow: none;
}

#pidolvidoclave{
  font-size:13px;
}

.block.wow.fadeInUp a{
  background-color: #3c8dbc! important;
}
/*MIO*/