.cb-slideshow{
    background: url(../img/1.jpg) top right fixed;
    list-style-type: none;
    background-size: cover;
    padding: 0;
    display: table !important;
}

.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 50%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(../img/pattern.png) repeat top left;
    padding: 250px 0;
    position: fixed;
    z-index: 2;
    height: 	100%;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 0;
    left: 0px;
    top: 50px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite backwards 0s;
    -moz-animation: titleAnimation 36s linear infinite backwards 0s;
    -o-animation: titleAnimation 36s linear infinite backwards 0s;
    -ms-animation: titleAnimation 36s linear infinite backwards 0s;
    animation: titleAnimation 36s linear infinite backwards 0s;
}
.cb-slideshow li div h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 50px;
    padding: 0 30px;
    line-height: 120px;
    color: rgba(255,255,255,0.8);
}


.cb-slideshow li:nth-child(1) span { background: url(../img/1.jpg) bottom right;

}

.cb-slideshow li:nth-child(2) span {
    background-image: url(../img/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../img/3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../img/4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}/*
.cb-slideshow li:nth-child(5) span {
    background-image: url(../img/5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../img/6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}*/
.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}/*
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}*/

/*imageAnimation*/

@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateX(-20%);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1) translateX(-100%);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateX(-20%);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1) translateX(-100%);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateX(-20%);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1) translateX(-100%);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateX(-20%);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1) translateX(-100%);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateX(-20%);
	}
	25% {
	    opacity: 0;
	    -transform: scale(1.1) translateX(-100%);
	}
	100% { opacity: 0 }
}


/*titleAnimation ================*/

@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateX(-300%);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateX(0%);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: translateX(0%);
	}
	19% {
	    opacity: 0;
	    -webkit-transform: translateX(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateX(-300%);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateX(0%);
	}
	17% {
	    opacity: 1;
	    -moz-transform: translateX(0%);
	}
	19% {
	    opacity: 0;
	    -moz-transform: translateX(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateX(-300%);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateX(0%);
	}
	17% {
	    opacity: 1;
	    -o-transform: translateX(0%);
	}
	19% {
	    opacity: 0;
	    -o-transform: translateX(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateX(-300%);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateX(0%);
	}
	17% {
	    opacity: 1;
	    -ms-transform: translateX(0%);
	}
	19% {
	    opacity: 0;
	    -ms-transform: translateX(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateX(-300%);
	}
	8% {
	    opacity: 1;
	    transform: translateX(0%);
	}
	17% {
	    opacity: 1;
	    transform: translateX(0%);
	}
	19% {
	    opacity: 0;
	    transform: translateX(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 50px }
}

/*slider 2*/

input[name="slider-select-element"] {
    display: none;
}

#slider-arrows {
/*    margin: -10% auto 0 auto;
    width: 100%;*/
    margin: 50% auto;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
        z-index: 9999;

}

#slider-box {
    height: 100%;
    width: 300%;
}

#slider-container {
    height: 20%;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    width: 80%;
}

.element-blue,
.element-green,
.element-red {
    min-height: 400px;
    max-height: 100%;
    width: 100%;
}

.element-blue {
    background: url(../img/1.jpg) top right fixed;
}

.element-green {
    background: url(../img/2.jpg) top right fixed;
}

.element-red {
    background: url(../img/3.jpg) top right fixed;
}

.slider-element {
    float: left;
    width: 33.333%;
}

#element1:checked ~ #slider-arrows label:nth-child(2),
#element2:checked ~ #slider-arrows label:nth-child(3),
#element3:checked ~ #slider-arrows label:nth-child(1) {
    display: block;
    float: right;
}

#element1:checked ~ #slider-arrows label:nth-child(3),
#element2:checked ~ #slider-arrows label:nth-child(1),
#element3:checked ~ #slider-arrows label:nth-child(2) {
    display: block;
    float: left;
}

#element1:checked ~ #slider-arrows label:nth-child(2):before,
#element2:checked ~ #slider-arrows label:nth-child(3):before,
#element3:checked ~ #slider-arrows label:nth-child(1):before {
    color: #ffffff;
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

#element1:checked ~ #slider-arrows label:nth-child(3):before,
#element2:checked ~ #slider-arrows label:nth-child(1):before,
#element3:checked ~ #slider-arrows label:nth-child(2):before {
    color: #ffffff  ;
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

#element1:checked ~ #slider-container #slider-box {
    margin-left: 0;
}

#element2:checked ~ #slider-container #slider-box {
    margin-left: -100%;
}

#element3:checked ~ #slider-container #slider-box {
    margin-left: -200%;
}

#slider-arrows label {
    color: transparent;
    cursor: pointer;
    display: none;
    font-size: 2rem;
    height: 20px;
    width: 20px;
    padding: 0 30px;
}

#slider-box {
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}


/*.mision .medium_col{
	background: #CFCFCF;
}

.extrem_col{
	background: #2c4450;
}*/

.mision{
	clear: both;
}

.mision .panel-group .panel{
	border-radius: 0;
}

.mision  .panel-default {
    border-color: #17a6c2;
}

.panel-collapse{
	    padding: 15px;
}

	.panel-collapse ul{
	    padding: 15px;
}

	
.card_child_3 p{
	color: #fff;
}

.navbar-brand>img {
    display: block;
    margin: auto;
    max-width: 100px;
    width: 100%;
    padding: 12px;
}

.navbar-toggle{
	background-color: #17a6c2;
    color: white;
    border-color: #17a6c2;
}

.menu_info{
	display: none;
}



/*slider*/

.slider_box{
	height: 100%;
}

#slider-container {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    width: 100%;
}

.element-red {
    background: url(../img/3.jpg) top right fixed;
    background-size: cover;
}

.element-red {
    min-height: 400px;
    max-height: 700px;
    width: 100%;
    height: 100%;
}

/*slider*/

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  height: 100%;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

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


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
    color: #ccc;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }

  .carousel {
  height: 700px;
  padding-top: 75px;
}

.carousel-inner{
  height: 100%;
}

.carousel-inner .item{
  height: 100%;
}

}

.first-slide{
	background: url(../img/frisabel-logistica-transporte-nacional-castilla-y-leon.jpg) no-repeat center center;
    height: 100%;
    background-size: cover;
}

.second-slide{
	background: url(../img/empresa-transportes-frigorificos-castilla-y-leon-frisabel.jpg) no-repeat center center;
    height: 100%;
    background-size: cover;
}

.third-slide{
	background: url(../img/transportes-frigorificos-en-leon-frisabel-logistica.jpg) no-repeat center center;
    height: 100%;
    background-size: cover;
}

.carousel-control.left{

    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;

}

.carousel-control.right{
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;

}

.caption_box{
	height: 100%;
	    padding: 200px 0;
}

.slides:after{
content: '';
    background: transparent url(../img/pattern.png) repeat top left;
    position: relative;
    z-index: 9;
    height: 100%;
    width: 100%;
    display: block;
}

.section_2{
   float: left;
   max-width: 100%;
   width: 100%;
}

.section_2 h2{
    background: none;
    text-transform: none;
    font-size: 2em;
    padding: 0 0 25px;
}

.section_2 p{
	color: #2c4450;
}

.section_1{
    background: #003554;
}

.section_1 p{
    color: #fff;
}

/* star ratings */

/*.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: transparent url('../img/loading.gif') top left no-repeat;
    border: none;
}
*/
/*
 * Stars
 */
.rating-container .rating {
    cursor: default;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
 
.rating-disabled .rating {
    cursor: not-allowed;
}
 
.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
}
 
.rating-container .empty-stars {
    color: #aaa;
}
 
.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999;
}
 
.rating-rtl {
    float: right;
}
 
.rating-animate .filled-stars {
    transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
}
 
.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}
 
.rating-rtl.is-star .filled-stars {
    right: 0.06em;
}
 
.rating-rtl.is-heart .empty-stars {
    margin-right: 0.07em;
}
 
/**
 * Sizes
 */
.rating-xl {
    font-size: 4.89em;
}
 
.rating-lg {
    font-size: 3.91em;
}
 
.rating-md {
    font-size: 3.13em;
}
 
.rating-sm {
    font-size: 2.5em;
}
 
.rating-xs {
    font-size: 2em;
}
 
.rating-xl {
    font-size: 4.89em;
}
 
/**
 * Clear
 */
.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
}
 
.clear-rating-active {
    cursor: pointer !important;
}
 
.clear-rating-active:hover {
    color: #843534;
}
 
.rating-container .clear-rating {
    padding-right: 5px;
}
 
/**
 * Caption
 */
.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    margin-top: -0.6em;
}
 
.rating-container .caption {
    margin-left: 5px;
    margin-right: 0;
}
 
.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0;
}
 
/**
 * Print
 */
@media print {
    .rating-container .clear-rating {
        display: none;
    }
}


.label-default, .label-info, .label-primary, .label-success, .label-warning, .label-danger{
    display: none;
}


.glyphicon-minus-sign {
    display: none;
}

.congel{background: #003554 url(../img/empresas-transportes-congelados-leon.jpg) no-repeat left center;
background-size: cover;
text-align: center;}

.frigo{background: #003554 url(../img/empresas-transportes-frigorificos-leon.jpg) no-repeat left center;
background-size: cover;
text-align: center;}

.nac{background: #003554 url(../img/empresas-transportes-nacionales-internacionales-leon.jpg) no-repeat left center;
background-size: cover;
text-align: center;}

.trans{background: #003554 url(../img/empresas-logistica-transporte-leon.jpg) no-repeat left center;
background-size: cover;
text-align: center;}

.azul{
background: #003554;
}
.presupuesto_p{
        float: left !important;
    width: 100% !important;
    padding: 25px !important;
    
}

.float_whatsapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float_whatsapp:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float_whatsapp{
	margin-top:16px;
}

.contact_info{
        padding: 20px 15px;
}