body{
	font-family: 'Lora', serif;
    font-family: 'Montserrat', sans-serif;
}
header{
	position: relative;
}
.footer{
    position: relative!important;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    padding-top: 3rem;
    padding-bottom: 2.5rem;
    background-color: #f2f2f2;
}
footer{
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    padding-top: 3rem;
    padding-bottom: 2.5rem;
    background-color: #f2f2f2;
}
footer .texto{
    padding-top: 1rem;
}
footer p{
    color: #636262;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 200;
}
footer img{
    margin-left: -15px;
}

nav{
    font-family: 'Montserrat', sans-serif;
	position: absolute!important;
	z-index: 1030;
	width: 100%;
	right: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7)!important;
}
.f-small{
    float: right;
    padding-left: 0;
}
.nav {
    background-color: rgba(0, 0, 0, 1)!important;
}
.m-top {
    margin-top: 5rem!important;
}
.m-top-dos {
    margin-top: 8rem!important;
}
.m-top-tres{
    margin-top: 6rem!important;
}
.m-footer {
    margin-bottom: 12.5rem!important;
}
.navbar-nav li a{
    margin-top: 10px;
}
.icono{
    margin: -10px 0 0 3rem;
    width: 50px;
}
.nombre-cat{
    padding-top: 2rem;
}
.nombre-cat h1{
    color: #7C7C7C;
    font-size: 30px;
    font-weight: 200;
}
.navbar-dark .navbar-nav .nav-link {
    font-weight: 200;
    color: #fff;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active .nav-link {
    font-weight: 200;
    color: #D4A443;
}
.nav .navbar-brand{
}
.nav .navbar-brand img{
    width: 270px;
}
.well{
    padding: 2rem 0;
}
.well h1{
    color: #7C7C7C;
    font-size: 48px;
    font-weight: 200;
}
.well p{
    color: #7C7C7C;
    font-size: 21px;
    font-weight: 200;
}
.list-group-item {
    position: relative;
    color: #7C7C7C;
    display: block;
    font-size: 18px;
    padding: 4px 15px 4px 0px!important;
    margin-bottom: -1px;
    font-weight: 200;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0);

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.list-group-item:hover{
    color: #D4A443;
    text-decoration: none;
}
.list-group p{
    position: relative;
    color: #7C7C7C;
    display: block;
    font-size: 18px;
    padding: 0px!important;
    margin-bottom: 0!important;
    font-weight: 200;
}
.list-group .titulo{
    position: relative;
    color: #7C7C7C;
    display: block;
    font-size: 18px;
    padding: 0px!important;
    margin-bottom: 1.5rem!important;
    font-weight: 400;
}
.list-group .mail{
    color: #008FC5;
    font-size: 18px;
    font-weight: 200;
    text-decoration: underline;
}
.cont-marcas{
    padding-left: 5px;
}
.cont-marcas h2{
    color: #7C7C7C;
    font-size: 18px;
    font-weight: 200;
}
.cont-sociales{
    margin-bottom: 14.5rem;
    border-top: 2px solid #dfdede;
    padding: 4rem 0;
}
.cont-sociales h3{
    font-size: 24px;
    font-weight: 200;
    color: #7C7C7C;
}
.cont-sociales .sociales{
    margin-top: 3rem;
}
.cont-sociales .sociales a{
    color: #fff;
    background-color: #636262;
    width: 35px;
    height: 35px;
    margin: 0 20px;
    padding: 0;
    font-size: 1.5rem;
    text-align: center!important;
    border-radius: 50%;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cont-sociales .sociales a:hover{
    background-color: #CE8C24;
}
.banner-secciones{
    height: 320px;
    position: relative;
}
.logo{
	z-index: 1020;
	margin: 100px auto 0 auto;
	left: 0;
	right: 0;
	position: absolute;
}
.carousel-item {
  	height: 100vh;
  	margin-top: 0;
  	min-height: 300px;
  	background: no-repeat center center scroll;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.carousel-indicators li {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-right: 7px;
    margin-left: 7px;
    background-color: #EDEBEB;
}
.carousel-indicators .active{
    background-color: #B5B5B5;
}

/* CSS para carrusel de productos */

#demos{
	position: relative;
}
#demos .owl-carousel .item {
    height: 500px;
    position: relative;
    padding: 0;
}
#demos .owl-carousel .item .btn-grande{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#demos .owl-carousel .item .btn-grande:hover{
    background-color: rgba(255, 255, 255, 0.15);
}
#demos .owl-carousel .item .info-pro{
	position: absolute;
	background-color: #636262;
	bottom: 0;
	color: #fff;
	width: 100%;
    height: 55px;
}
#demos .owl-carousel .item .info-pro .titulo{
    height: 100%;
    padding: 0 0 10px 0;
    height: 55px;
    position: relative; 
}
#demos .owl-carousel .item .info-pro .titulo h3{
    position: absolute;
    bottom: 0;
    left: 10px;
    font-size: 16px;
    vertical-align: text-bottom;  
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
}
#demos .owl-carousel .item .info-pro .boton{
    position: relative;
}
#demos .owl-carousel .item .info-pro .boton a{
    position: absolute;
    font-family: 'Lora', serif;
    right: 10px;
    top: 20px;
    padding: 1px 5px;
    letter-spacing: 1px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 300;
    font-size: 12px;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#demos .owl-carousel .item .info-pro .boton a:hover{
    text-decoration: none;
    color: #D4A443;
    border: 1px solid #D4A443;
}
.owl-theme .owl-dots{
    display: none;
}
.owl-theme .owl-nav {
    margin: auto;
    right: 0;
    left: 0;
    top: 47%;
    transform: translateY(-53%);
    position: absolute;
}
.owl-carousel .owl-nav button.owl-next{
    opacity: 0.7;
    background-image: url(../img/inicio/right.png)!important;
    border: none;
    text-indent:-666em;
    float: right;
    margin-right: -20px;
    color: inherit;
    height:30px;
    width: 19px;
    padding: 0!important;
    font: inherit;
}
.owl-carousel .owl-nav button.owl-prev{
    opacity: 0.7;
    background-image: url(../img/inicio/left.png)!important;
    border: none;
    text-indent:-666em;
    float: left;
    margin-left: -20px;
    color: inherit;
    height:30px;
    width: 19px;
    padding: 0!important;
    font: inherit;
}
.owl-theme .owl-nav button.owl-prev:hover{
    background-image: url(../img/inicio/left.png)!important;
    opacity: 1;
}
.owl-theme .owl-nav button.owl-next:hover{
    background-image: url(../img/inicio/right.png)!important;
    opacity: 1;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: #d6d6d600!important;
}
/* CSS para carrusel de productos */

@media (max-width: 1199px) {
    footer img{
        margin-left: 0px;
    }
    .logo img{
        margin-left: 0px;
    }
    .cont-marcas{
        padding-left: 15px;
    }
    #demos .owl-carousel .item .info-pro .boton a{
        top: 22px;
        padding: 1px 2px;
    }
    #demos .owl-carousel .item .info-pro{
        height: 55px!important;
    }
    #demos .owl-carousel .item .info-pro .boton{
        margin: auto;
        top: -25px;
        text-align: center!important;
    }
}


@media (max-width: 991px) {
    .m-footer{
        margin-bottom: 14rem!important;
    }
    #demos .owl-carousel .item {
        height: 430px;
    }
    #demos .owl-carousel .item .info-pro{
        height: 90px!important; 
    }
    #demos .owl-carousel .item .info-pro .titulo{
        margin-top: 8px;
        height: 40px!important;
        text-align: center;
    }
    #demos .owl-carousel .item .info-pro .titulo h3{
        position: absolute;
        vertical-align: middle;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 16px;
        font-weight: 200;
        font-family: 'Montserrat', sans-serif;
    }
    #demos .owl-carousel .item .info-pro .boton{
        margin: auto;
        top: 0;
        text-align: center;
    } 
    #demos .owl-carousel .item .info-pro .boton a{
        position: relative;
        top: 10px;
        right: 0;
        left: 0;
        margin: auto;
        font-size: 12px;
    }
}



@media (max-width: 768px) {
    .carousel-item {
        height: 75vh;   
    }


}


@media (max-width: 767px) {
    footer{
        padding-bottom: 2rem;
        padding-top: 2rem;
    }
    footer .img{
        max-width: 280px; 
        margin: 0 auto;
        text-align: center;
    }
    footer .texto{
        text-align: center;
        padding-top: 1rem;
        margin-top: 0;
    }
    footer .texto p{
        font-size: 15px;
    }
    footer p {
	    max-width: 250px;
	    margin: auto;
	    margin-bottom: 0;
	}
    .nav .navbar-brand img{
        width: 210px;
    }
    .f-small{
        padding-left: 15px;
    }
    .carousel-item {
        height: 63vh;   
    }
    .m-footer{
        margin-bottom: 18rem!important;
    }
    .cont-sociales{
        margin-bottom: 17rem;
    }
	.logo img{
		max-width: 280px;

	}
    #demos .owl-carousel .item {
        height: 380px;
    }
    #demos .owl-carousel .item .info-pro{
        height: 85px!important;
    }
    #demos .owl-carousel .item .info-pro .titulo{
        height: 40px!important;
        text-align: center;
    }
    #demos .owl-carousel .item .info-pro .boton{
        margin: 5px auto 0 auto;
        text-align: center;
    }   
    #demos .owl-carousel .item .info-pro .boton a{
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        font-size: 12px;
    }
	.owl-carousel .owl-nav{
		display: none;
	}

}





