@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'Roboto', sans-serif;
	}

.navbar {
    position: relative;
    min-height: 90px;
    margin-bottom: 0px;
    border-bottom: 3px solid #008abc;
	background-color:#dedede;
	padding-top:30px;
	padding-bottom:15px;
}
@media screen and (min-width: 980px) {
.navbar-nav{
	float:right
	}
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #008abc;
}
.navbar-brand{
	width:70%
	}
.carousel-caption h1{
	font-size:16px;
	}
@media screen and (min-width: 980px) {
.navbar-brand{
	width:100%
	}
.carousel-caption h1{
	font-size:36px;
	}
.negrotransparente{
	background:url(../img/light-black.png) left top repeat;
	text-align:left;
	padding:20px 90px;
	}
.negrotransparente2{
	background:url(../img/light-black.png) left top repeat;
	text-align:center;
	padding:20px 90px;
	margin-top:-30px;
	}
}
.negrotransparente{
	background:url(../img/light-black.png) left top repeat;
	text-align:left;
	padding:20px 20px;
	}
	
.negrotransparente2{
	background:url(../img/light-black.png) left top repeat;
	text-align:left;
	padding:20px 20px;
	margin-top:0px;
	}
.negrotransparente2 .img-responsive {
    margin: 0 auto;
}
.negrotransparente h1, .negrotransparente2 h1{
	margin-bottom:40px;
	text-align:center
	}
.beneficios{
	margin:20px 0 0 0;
	}
.beneficios h2{
	font-size:16px;
	font-weight:600;
	color:#008abc;
	}
.bloque{
	 border-left:2px solid #b5473c; 
	 padding:0 0 0 20px;
	 margin-left:20px;
}
.beneficios img{
	margin-right:20px;
	}
.beneficios .col-md-8{
	border-left:2px solid #b5473c;
}
footer{
	background:#41474c;
	color:white;
	font-size:12px;
	padding:20px 20px 20px 20px;
	margin-top:20px;
	}
footer a{
	color:white;
	}
footer a:hover{
	color:white;
	}
.blog{
	padding-top:60px;
	}
.blog img{
	margin-bottom:20px;
	}
.contact-form {
    margin-top:70px;
}
.cotizacion{
	border:1px solid #b5473c;
	margin-top:20px;
	padding:20px;
	font-size:22px;
	text-align:center;
}


/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background:url(../img/slider-1.jpg)
}
.fade-carousel .slides .slide-2 {
  background:url(../img/slider-2.jpg)
}
.fade-carousel .slides .slide-3 {
  background:url(../img/slider-3.jpg)
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}
.btn-secondary {
  color: #fff;
  background-color: #d32037;
  border-color: #2e6da4;
}
.home-ideas .col-lg-4{
	text-align:center;
	}
.home-ideas .col-lg-4 .img-responsive{
	margin:0 auto;
	border-bottom:2px solid #b5473c; 
	}