/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}


.logo_kyl {
    padding-top: 10px;
}

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../assets/img/bg3.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
	
    background-color: rgb(244,49, 49);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}


.cl-effect-4 a{
	padding-bottom:1px
}
.cl-effect-4 a::after{
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:2px;
	background:#FF0416;
	content:'';
	opacity:0;
	-webkit-transition:height .3s,opacity .3s,-webkit-transform .3s;
	-moz-transition:height .3s,opacity .3s,-moz-transform .3s;
	transition:height .3s,opacity .3s,transform .3s;
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	transform:translateY(-10px)
}

.cl-effect-4 a:focus::after,.cl-effect-4 a:hover::after{
	height:3px;
	
    opacity:1;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	transform:translateY(-13px)
}


.btn-light {
    border-radius: 0;
    color: #333;
	
    background-color: rgb(255,255,255);
}
.lead {
    font-size: 18px;
    font-weight: 400;
}


.intro-header {
    padding: 100px 0; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
   
    text-align: center;
    color: #f8f8f8;
    background: url(../assets/img/fondo.jpg) no-repeat center center;
     
    background-size: cover;       
}

.intro-cot {
    padding: 100px 0; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
   
    text-align: center;
    color: #f8f8f8;
    background: url(../assets/img/cotizar.jpg) no-repeat center center;
     
    background-size: cover;       
}


.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-c {
    padding: 90px 0;
  }
  
.content-section-d {
    padding: 50px 0;
    background-color: #131112;
  }  
  
.content-section-e {
    padding-top:50px;
    background-color: #fff;
  }  

  .content-section-f {
    padding-top:20px;
    background-color: #fff;
  }

 .content-section-g {
    padding-top:-50px;
    background-color: #fff;
  }
  

.content-section-a {
    padding: 50px 0;
	
    background-color: #f8f8f8;
}



.content-section-b {
    padding: 50px 0;
	
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
   
    color: #343434;
    background: url(../assets/img/footer.jpg) no-repeat center center; */
   
}

.gris {
  
    color: #343434;
    
	
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 10px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}


		
		/* CUSTOMIZE THE CAROUSEL  */

		/* Carousel base class */
		.carousel {
		  
		}
		/* Since positioning the image, we need to help out the caption */
		.carousel-caption {
		  z-index: 1;
		}

		/* Declare heights because of positioning of img element */
		.carousel .item {
		  height: 480px;
		  background-color:#555;
		}
		.carousel img {
		  position: absolute;
		  top: 0;
		  left: 0;
		  min-height: 400px;
		}
		
		/* Featurettes */

		.featurette-divider {
		  margin: 80px 0; /* Space out the Bootstrap <hr> more */
		}
		.featurette {
		  padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
		  overflow: hidden; /* Vertically center images part 2: clear their floats. */
		}
		.featurette-image {
		  margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
		}

		/* Give some space on the sides of the floated elements so text doesn't run right into it. */
		.featurette-image.pull-left {
		  margin-right: 40px;
		}
		.featurette-image.pull-right {
		  margin-left: 40px;
		}

		/* Thin out the marketing headings */
		.featurette-heading {
		  font-size: 50px;
		  font-weight: 300;
		  line-height: 1;
		  letter-spacing: -1px;
		}