@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Poppins:400,700');

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: -0.06em;
    color: #222222;
    padding: 0;
    margin: 0 0 23px;
    font-size: 45px;
    line-height: 60px;
}

h1:after, .h1:after, h2:after, .h2:after, h3:after, .h3:after, h4:after, .h4:after, h5:after, .h5:after, h6:after, .h6:after {
    content: '';
    display: block;
    width: 35px;
    height: 6px;
    background: #c10016;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 0 0;
}

h3, .h3 {
    margin-bottom: 23px;
    font-size: 28px;
    letter-spacing: -0.06em;
    line-height: 36px;
    padding: 17px 0 0;
}

h4, .h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 23px;
    letter-spacing: -0.04em;
    line-height: 28px;
    padding: 23px 0 0;
}


h5, .h5 {
    margin: 0 0 23px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 22px;
}

h6, .h6 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 20px;
    padding: 31px 0 0;
}

p{
	font-family: 'Open Sans', sans-serif;
}

.p30{
    padding-top: 20px !important;
    padding-bottom: 30px !important;
}

.p50{
    padding-top: 50px !important;
    padding-bottom: 60px !important;
}

section.bg-alt {
    background-color: #f2f2f2 !important;
}


section.bg-danger {
    margin-bottom: 0px !important;
    padding-top: 96px !important;
    padding-bottom: 80px !important;
    background: #222222 !important;
    color: #fff !important;
}

h1.titulo{
	font-size: 45px;
	line-height: 60px;
	color: #c10016;
}


#contacto h1{
    font-size: 36px;
    color: #ffffff;
    line-height: 38px;
    text-align: left;
    margin-top: 0px;
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
}


.form-control{
	border-radius: 0px !important;
	box-shadow: none;
	font-size: 14px !important; 
	color: #222;
}

.form-control:focus{
	box-shadow: none;
	border-color: #c10016;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #555;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #555;
}


.imgbg-info{
	height: 280px;
	width: 100%;
	background-size: cover !important;
	background-position: center center !important;
	position: relative;
	overflow: hidden;
}

.imgbg-info .info{
	padding: 15px 30px;
	height: 280px;
	width: 100%;
	top: 205px;
	background: rgba(194, 0, 24, 0.9);
	position: absolute;
	transition: all .3s;

}

.imgbg-info:hover .info{
	padding: 50px 30px;
	top: 0px;
}

.top-bar{
	padding: 10px 0px;
	font-family: 'Open Sans', sans-serif;
}

.top-bar .list-inline>li{
	padding-left: 20px;
}

.top-bar .list-inline>li:last-child{
	padding-right: 0px;
}

.btn{
	border-radius: 3px;
	text-transform: lowercase;
	font-weight: 700;
}

.btn i{
	margin-left: 15px;
	font-size: 12px;
}


.navbar-default{
	background:rgba(255, 255, 255, 0.8);
	border-bottom: none;
	box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text{
	color: #c10016;
	font-weight: 700;
}

.navbar-nav>li>a{
    padding-top: 40px;
    padding-bottom: 40px;
}


.carousel-main {
  background: #EEE;
  margin-top: -140px;
}

.carousel-main .carousel-cell {
  width: 100%;
  height: 700px;
  margin-right: 0px;
  background: #222;
  border-radius: 0px;
  counter-increment: gallery-cell;
  background-position: center center !important;;
  background-size: cover !important;
}

/* viewport inherit size from carousel */
.carousel-main  .flickity-viewport {
    width: 100%;
  }
.carousel-main .carousel-cell .container{
	margin-top: 260px;
}

.carousel-main .text {
	color: #fff;
    font-size: 55px;
    line-height: 57px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}


.carousel-clientes {
	margin: 20px 20px;
	margin-top: 40px;
	background: transparent;
}

.carousel-clientes .carousel-cell {
  width: 20%;
  height: 100px;
  margin-right: 10px;
  background: transparent;
  border-radius: 0px;
  counter-increment: gallery-cell;
  background-position: center center !important;;
  background-size: cover !important;
}

.carousel-clientes .carousel-cell .container{
	margin-top: 260px;
}

.carousel-clientes .text {
	color: #fff;
    font-size: 55px;
    line-height: 57px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}

.media{
	padding: 40px 10px;
}

.media-left i:after {
    content: "\e91c";
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 10px;
    top: 40px;
    font-size: 55px;
}


.media-body{
	color: #777777;
}

.media-body h5{
	color: #c10016;
}

.media-left .fa{
    color: #c10016;
    width: 64px;
    height: 55px;
    line-height: 56px;
    font-size: 32px;
    text-align: left;
    margin-left: 3.5px;
}


.parallax {
	position: relative;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    color: #fff;
}

.parallax h2{
    font-size: 45px;
    color: #ffffff;
    line-height: 45px;
    text-align: left;
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.parallax h4{
    font-size: 28px;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
}


.shade{
	position: absolute; height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0px;
	left: 0px;
	z-index: -1;
}

.shade-red{
	position: absolute; height: 100%;
	width: 100%;
	background: rgba(194, 0, 24, 0.75);
	top: 0px;
	left: 0px;
	z-index: -1;
}


.item {
    background: #c10016;
    height: 330px;
    width: 100%;
    padding: 40px 20px;
}


.item h4{
	font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 14px;
}

.item ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.item ul li{
    color: rgba(255, 255, 255, 1);
    margin: 0 0 14px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.item ul li .icon {
    float: left;
    width: 16px;
    line-height: 20px;
    font-size: 16px;
    margin-right: 14px;
    text-align: center;
    color: rgba(255, 255, 255, .7);
}

.item ul li .text {
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.item ul li .text a {
    color: #34dfe5;
}





 #map {
        height: 450px;
        width: 100%;
       }
       
 #mapmty {
        height: 330px;
        width: 100%;
       }
       
 #mapgarcia {
        height: 330px;
        width: 100%;
       }
       
.footer-top{
		padding: 50px 0px;
		box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
}

.footer-top h4{
	font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 14px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.footer-top ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-top ul li{
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 14px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.footer-top ul li .icon {
    float: left;
    width: 16px;
    line-height: 20px;
    font-size: 16px;
    margin-right: 14px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.footer-top ul li .text {
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.footer-top ul li .text a {
    color: #34dfe5;
}

.footer-top .item {
    padding: 0 66px 0 1px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    height: auto;
}

.footer-bottom{
		padding: 10px 0px;
}


.navbar-brand{
	padding: 25px;
	height: 100px;
}

.navbar-brand img{
	height: 50px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
	margin-left: -20px;
}


blockquote {
    padding: 21px 30px 18px 30px;
    border-left: 5px solid #c10016;
    background: #f2f2f2;
    font-size: 16px;
    line-height: 26px;
    color: #212121;
    font-style: italic;
}

.media img{
	margin-right: 30px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.media img:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.media h4{
	line-height: 1;
	font-size: 32px;
}

.media hr{
	margin: 10px 0px;
}


.page_title{
	padding-top: 55px;
	padding-bottom: 30px;
	margin-top: -21px;
	margin-bottom: 75px;
	background-color: #c10016;
}


.page_title h3{
    margin-bottom: 23px;
    font-size: 36px;
    letter-spacing: -0.06em;
    line-height: 45px;
    color: #fff;
    padding: 10px 0 0;
    }
    
.breadcrumb{
    background: transparent;
    border: none;
    margin: 0px;
    padding: 0px;
}

.breadcrumb a{
	color: #fff;
}

.breadcrumb>.active{
	color: #fff;
}

.breadcrumb>li+li:before{
    content: "\f105";
    padding: 0 5px;
    color: #fff;
    font-family: FontAwesome;
}


.tab-pane{
	padding: 20px 0px;
}

.form-group{
	margin-bottom: 25px;
}

address hr{
	margin: 5px 0px;
}



.info .info_box_text .title .icon {
    color: #fff;
    font-size: 40px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 12px 0 0;
}

.info .info_box_text .title h6 {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
    margin: 0;
    font-weight: 700;
}


.info .info_box_text p {
    margin: 0 0 20px;
    color: #fff;
    padding-left: 55px;
    font-size: 13px;
    line-height: 24px;
}

.info .info_box_text .read_more {
    text-transform: lowercase;
    font-weight: 700;
    font-size: 13px;
    transition: color 0.2s linear;
    color: #fff;
    padding-left: 55px;
}


.no_stripe:after {
    content: "";
    display: none;
    clear: both;
}

.catalogo a{
	text-decoration: none;
}
.catalogo a:hover{
	text-decoration: none;
}

.catalogo .panel {
/* 	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	text-align: center;
}

.catalogo .panel:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  cursor: pointer;
  text-decoration: none;
}

.catalogo .panel .panel-body{
	height: 330px;
}
/*
.catalogo .panel img{
	margin-bottom: 15px;
}
*/

.catalogo .panel h4{
	margin: 0px;
	padding: 0px;
}

.catalogo .panel h4:after{
	display: none;
	}
	
.producto-desc ul{
	padding-left: 20px;
}
	
.producto-desc h4{
	padding: 0px;
}


.producto-desc .panel{
	display: table;
}

.producto-desc .panel img{
	display: table-cell;
	vertical-align: middle;
}

.list-group .list-group-item{
	background-color: #f2f2f2;
}

.list-group-item:first-child{
	border-radius: 0px;
}

.list-group-item:last-child{
	border-radius: 0px;
}

.list-group h6{
	margin: 0px;
	padding: 0px;
}

.list-group h6:after{
	display: none;
}

.list-group ul a{
	color: #333
}

.sidebar:after{
	display: none;
}

.panel{
	border-radius: 0px;
}

.panel img{
	max-height: 220px;
}


@media only screen and (max-width : 768px) {
	
.navbar-brand{
	padding: 10px 30px;
	height: 70px;
}

.navbar-toggle{
	margin: 18px;
}

.navbar-nav>li>a{
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
	
.carousel-main .carousel-cell .container{
	padding: 0px 80px;
	margin-top: 200px;
}

.carousel-main .text{
	font-size: 32px;
	line-height: 32px;
	margin: 0px !important;
}



.carousel-main .carousel-cell{
	height: 400px;
}

.top-bar{
	display: none;
}

}
	