@charset "utf-8";
/* CSS Document */
/* SECCIONES */
li {
	list-style-type:none;
	margin-left:15px;
}
.pictures {
    
    background: #ffffff;
    padding: 5px;
    margin-right: 8px;
    margin-bottom: 0;
    box-shadow: 3px 3px 3px #9f9f9f;
	height:181px;
}
.art-index {
    margin: 10px 0;
}
.art-index figure {
    max-height: 181px;
    overflow: hidden;
    display: block;
}
.art-index figure img {
    width: 100%;
    height: 100%;
}
figure {
    margin: 0;
}
.banner{ max-width:400px; float:left; text-align:left; padding:10px; height:225px; overflow:hidden;}
.detalle { padding:10px;}
/* PAGER */
.pager{
	overflow: hidden;
	margin: 0px 24px 0px 24px;
	padding-bottom: 50px;
	padding-top:20px;
}

.pager li{
	display: block;
	margin-right: 5px;
	float: left;
}

.pager li a{
	display: inline;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	color: #484848;
	width: 20px;
	border: 1px solid #ccc;
	padding:6px;
	line-height: 20px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius:0;
}

.pager a{
	text-decoration: none;
	color: #444;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pager a:hover{
	text-decoration: none;
	color: #fe8300;
}

.pager .prev-project{
	float: left;
}

.pager .next-project{
	float: right;
}

.pager li.active a,
.pager li:hover a{
	color: #fff;
	background: #244f93;
}

.pager .paged{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	font-style:italic;
}
/*     */
.face-header {
	float:right;
	margin:0 auto;
	width:13%;
	padding-top:18px;
}
.face-header a{
	color:#FFF;
}
.titulos {
	display:block;
}
.titulos-secc {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:52px;
	color:#a0672e;
	font-weight: 500;
	display:block;
	padding:5px;
	text-align:center;
}
.subtitulos-secc {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:24px;
	color:#a0672e;
	font-weight: 500;
	
	padding:5px;
	text-align:left;
}
@media (max-width: 640px) {
	.titulos-secc {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:44px;
	color:#a0672e;
	font-weight: 500;
	display:block;
	padding:5px;
	text-align:center;
}
.subtitulos-secc {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:16px;
	color:#a0672e;
	font-weight: 500;
	
	padding:5px;
	text-align:left;
}
.recuadro {
    background-color: #dac9ac;
    padding: 10px;
    margin-top: -30px;
    margin-bottom: 30px;
    
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 12px; 

    /* Firefox 1-3.6 */
    -moz-border-radius: 12px; 

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 12px;
    
	-moz-box-shadow: 0px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 0px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');    
}
}
.maps iframe[style]{
    width: 100% !important;
	
}
/* Formulario de Presupuesto */
.content{
	margin:0 auto;
	
	max-width:450px;
	padding:15px;
	background-color:#fff;
	-webkit-border-radius: 0.8em;
		-moz-border-radius: 0.8em;
		border-radius: 0.8em;
	box-shadow: 3px 3px 3px #9f9f9f;
	border:1px solid #ff4238;
}
fieldset {
	border:0;
}
.content label {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:18px;
	color:#006;
	font-weight: 500;
	display:block;
	padding:5px;
}
input[type="submit"].btnAction{
	background-color: #FF0000;
	border: 0;
	padding: 5px 15px;
	color: #FFF;
	font-size:16px;
	float:right;
	margin-top:10px;
	width:40%;
}

input, textarea, select{
		display:block;
		background:#fff;
		font:1em/1.214em Arial, Helvetica, sans-serif;  /*14px/17px*/
		color:#444;
		width:100%;
		padding:0.75em 1.5em;
		border:1px solid #ff4238;
		margin:0;
		
		resize:none;
		
		-moz-box-shadow:   	inset 0 0px 3px rgba(0,0,0,0.75);
		-webkit-box-shadow: inset 0 0px 3px rgba(0,0,0,0.75);
		box-shadow:         inset 0 0px 3px rgba(0,0,0,0.75);
		
		-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;
		border-radius: 0.2em;
				
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}
	textarea {
		overflow:auto;
		height:125px;
	}

/* ------------- */
/* Lista de Presupuesto */
.enviar {
	display:block;
}
 .enviar a.btnAction  {
	background-color: #FF0000;
	border: 0;
	padding: 5px 15px;
	color: #FFF;
	font-size:16px;
	float:right;
	margin-top:10px;
	text-decoration:none;
	
}
.empty-list {
    padding: 100px 15px;
    text-align: center;
    width: 100%;
    height: auto;
	border: 1px solid #ccc;
}
.presu  {
    
    position: relative;
}
.item-wrap  {
    
    display:block;
	position: relative;
}

.presu {
    border: 1px solid #ccc;
    position: relative;
}
.presu .headerr {
	display:block;
}
.presu .item-list {
    display: table;
    width: 100%;
    border-bottom: solid 1px #ccc;
}
.presu .headerr .item-info {
    border: 0;
}
.presu .item-list .img-info {
    width: 36.6%;
    border-right: solid 1px #ccc;
}

.presu .item-list .item-info {
    display: table-cell;
    vertical-align: middle;
}
.presu .headerr ul {
    background: #e3e3e3;
}

.presu ul {
    display: table;
    width: 100%;
}
.presu .item-list .ProductCartimg {
    width: 32%;
    text-align: center;
    position: relative;
}
.presu ul .CartDetail {
    width: 36.6%;
}

.presu ul li {
    padding: 1em;
    display: table-cell;
    vertical-align: middle;
}

.presu .headerr ul li p {
    font-weight: 700;
    text-align: center;
}
.presu ul .CartDetail p {
    text-align: left!important;
}
.presu .headerr .item-info {
    border: 0;
}
.presu .item-list .lgs-qty {
    width: 23%;
    border-right: solid 1px #ccc;
}

.presu .item-list .logistics,  .presu .item-list .quantity {
    width: 100%;
}

.presu .item-list .qty {
    width: 10.6%;
    text-align: center;
}

.presu .item-list .pri-info {
    width: 29.8%;
    border: 5px solid #ccc;
    border-top: 0;
    border-bottom: 0;
    position: relative;
}
.presu .item-list .price, .presu .item-list .total {
    width: 50%;
}

.presu ul:after, li:after, {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}
@media (max-width: 1000px){
.hide-mobile {
    display: none!important;
}
.presu .item-wrap .item-all {
    border: 1px solid #ccc;
}
.presu .item-all {
    margin-bottom: 10px;
}
.presu .item-list .item-info {
    width: 100%;
    display: block;
    border: 0;
    border-bottom: solid 1px #f2f2f2;
}
.presu .item-list .ProductCartimg {
    width: 120px;
    text-align: left;

}
.presu .item-list .ProductCartDesp {
    width: auto;
    padding-left: 0;
}
.presu .item-list .item-info {
    width: 100%;
    display: block;
    border: 0;
    border-bottom: solid 1px #f2f2f2;
}
.presu .item-list .qty {
    border-bottom: 0;
}
.presu .item-list .item-info {
    width: 100%;
    display: block;
    border: 0;
    border-bottom: solid 1px #f2f2f2;
}
.presu .item-list .item-info {
    width: 100%;
    display: block;
    border: 0;
    border-bottom: solid 1px #f2f2f2;
}
.presu .item-wrap .qty-wrap {
    padding: 1em 0 1em 2em;
}
.presu .item-list .total {
    width: 40%;
    text-align: right;
    position: relative;
}
}
@media (max-width: 767px){
.presu .item-list {
    position: relative;
    display: block;
}
.recuadro {
    background-color: #dac9ac;
    padding: 10px;
    margin-top: -30px;
    margin-bottom: 30px;
    
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 12px; 

    /* Firefox 1-3.6 */
    -moz-border-radius: 12px; 

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 12px;
    
	-moz-box-shadow: 0px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 0px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');    
}
}
/* ---------- */

/*Google Seccion */
.google_maps {
	background: url(../images/maruvi_fondo_google.jpg) no-repeat center top;
	background-attachment: relative;
	background-position: top center;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.servicios_bg {
	background: url(../images/consola.jpg) no-repeat center top;
	background-attachment: relative;
	background-position: top center;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#recuadro_form{
	background-color:#fff;
	margin:0 auto;
	width:100%;
	padding:15px;
	-webkit-border-radius: 1.2em;
		-moz-border-radius: 1.2em;
		border-radius: 1.2em;
	box-shadow: 3px 3px 3px #9f9f9f;
	border:1px solid #a0682f;
	margin-top:10px;
	}
#recuadro_form, input[type=text], textarea, select {
    display: block;
    background: #fff;
    font: 1em/1.214em Arial, Helvetica, sans-serif;
    color: #444;
    width: 100%;
    padding: 0.75em 1.5em;
    border: 1px solid #a0682f;
    margin: 0;
    resize: none;
    -moz-box-shadow: inset 0 0px 3px rgba(0,0,0,0.75);
    -webkit-box-shadow: inset 0 0px 3px rgba(0,0,0,0.75);
    box-shadow: inset 0 0px 3px rgba(0,0,0,0.75);
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#recuadro_form .btn-primario,.btn-primario:active,.btn-primario:hover {
    color: #fff;
    background-color: #a0682f;
    border-color: #a0682f;
}
.recuadro {
    background-color: #dac9ac;
    padding: 20px;
    margin-top: -30px;
    margin-bottom: 30px;
    
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 12px; 

    /* Firefox 1-3.6 */
    -moz-border-radius: 12px; 

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 12px;
    
	-moz-box-shadow: 0px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 0px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');    
}
.recuadro-consulta {
    background-color: #dac9ac;
    padding: 14px;
    margin-top: 0px;
    margin-bottom: 10px;
    
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 12px; 

    /* Firefox 1-3.6 */
    -moz-border-radius: 12px; 

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 12px;
    
	-moz-box-shadow: 0px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 0px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');    
}
.recuadro h3 {
    margin-bottom: 20px
}

/*----*/
#carousel-home .left.carousel-control {
    padding-top: 25%;
}
#carousel-home .right.carousel-control {
    padding-top: 25%;
}
/*------Llamado---------*/
a.back-to-top {
    width: 70px;
    height: 70px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    top: 190px;
    background: #DD0021 url("../images/call-me.png") no-repeat center 43%;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
}
/*.................*/
/* MENU2 */
#MainMenu .list-group-item-success{
	background-color:#fff;
}

.menu2 {
	width:100%;
	border-color:#ddd;
	border: 1px solid #ddd;
	border-radius:4px;
	margin-bottom:10px;
}
.menu2 li {
	padding:5px;
}
.menu2 li:hover {
	background-color:#F00;
	
}
.menu2  a:hover {	
color:#fff;
text-decoration:none;
}
/*-----------*/

@media (max-width: 767px) {
	
.img-box {width: 25%; float: left}
.info-box {width: 75%;}
}
@media (max-width: 1000px) {
	
.img-box .img img{min-height:69px; float: left}
.price{margin-bottom:5px}
.item {
    position: relative;
    border: 1px solid #e6e8ed;
    height: auto;
    margin-bottom: 13px;
    padding-bottom: 5px;
}
.info-box {padding-left: 13px; width: 70%;float: left;height: auto}
	
}
#img-secc img{
	width:238px;
	height:238px;
	padding-top:10px;
	overflow:hidden;
}
 .title{
	display: block;
    padding: 13px 0px 13px 0px ;
}
.title a {
	color:#000;
}
.list-prod{
	position: relative;
}
.list-prod>a .fa {
    width: 43px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #fff;
    display: block;
}

.list-prod>a .fa-pencil-square-o:before {
    font-size: 27px;
    color: #005dad;
    width: 27px;
    height: 27px;
    position: relative;
    left: -8px;
}

.list-prod>a .number {
	position:absolute;
	top:3px;
	right:6px;
	border:1px solid #dd0021;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px 8px 8px 8px;
	border-radius:8px;
	text-align:center;
	background:#dd0021;
	width:16px;
	height:16px;
	line-height:16px;
	font-size:10px;
	color:#fff;
	display:inline-block
}

.info-nombre {height: 90px;font-weight: 700; color:#000}
.search-list .item-list{padding:13px 0}

.item:hover {
    border: 1px solid #e6e8ed;
	background-color:#fff;
	box-shadow:0px 0px 10px #666;
}
search-list .item .img-box{height:230px}

.espacio {
	padding: 10px;
	margin-bottom:40px;
}

footer {
    background-color: #000;
    color: #fff;
}


footer .footer_btn_tit a {
    color: #69C000
}

footer .footer_btn_tit a:hover, footer .footer_btn_tit a:focus {
    color: #F76100
}

footer a {
    color: #fff
}

footer a:hover {
	color: #fb510f;
}

footer hr {
    border: 1px solid #fff;
    margin: 5px 0
}

footer img {
    margin-bottom: 35px
}

footer h4 {
    font-family: 'Pathway Gothic One', sans-serif;
}

footer ul {
    padding: 0 25px;
    margin: 0;
    list-style-type: none;
}

footer ul h4 {
    color: #fb510f;
    font-size: 23px
}

footer i {
    padding-right: 5px
}

footer li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
	list-style-type:none
}

footer .contacto_footer {
    padding: 0 30px
}

#footer_landing {
    padding-top: 40px
}

#footer_landing p {
    text-align: center
}

#footer_landing h4 {
    font-size: 30px
}

#copyright {
    text-align: center;
    padding: 10px;
    color: #545454;
    border-top: 3px solid #fb510f;
    margin-top: 30px;
    background-color: #850202;
}
footer .footer-redes {
	background-color: #850202;
	margin-bottom: 40px;
	padding-bottom: 15px;
	padding-top: 15px
}

#footer .tel .title {
	font-size:12px
}
#footer .tel .t-info {
	padding-left:25px;
	position:relative
}
footer .tel .t-info .fa {
	font-size:36px;
	position:absolute;
	top:10px;
	left:0
}
#footer .tel .t-info b {
	display:block;
	font-size:22px
}
#footer .tel .time {
	font-size:11px;
	margin:10px 0 20px
}
#footer .tel>a {
	display:inline-block;
	height:38px
}
#footer .tel>a .fa {
	font-size:16px;
	margin-right:12px
}
.fb-like-box, .fb-like-box span, .fb-like-box iframe[style] {
width: 100% !important;
}

/* shop */
}
.btnRemoveAction{position: absolute;
    top: -10;
    right: -8;display:none;	    
    font-size: 2em;
	}
.btnRemoveAction a{    color: #D60202;
    text-decoration: none;
    font-family: sans-serif;margin-bottom:2px;}
#btnEmpty{background-color:#D60202;border:0;padding:1px 10px;color:#FFF; font-size:0.8em;font-weight:normal;float:right;text-decoration:none;}
input[type="submit"].btnAddAction{
	background-color: #FF0000;
	border: 0;
	padding: 5px 15px;
	color: #FFF;
	font-size:12px;
	margin:0 auto;
	display:block;
	width:60%;
	height:30px;
}
input[type="submit"].btnAddAccion{
	background-color: #FF0000;
	border: 0;
	padding: 5px 5px;
	color: #FFF;
	font-size:12px;
	margin:0 auto;
	display:block;
	width:70%;
	height:30px;
}
input[type="text"].cantidad{
	float:right;
	width:50px;
	height:30px;
}
#shopping-cart {margin-bottom:30px;max-width: 610px;text-align: center;}
#shopping-cart table{width:100%;background-color:#F0F0F0;}
#shopping-cart table td{background-color:#FFFFFF;}
.cart-item {border-bottom: #79b946 1px dotted;padding: 10px;}

.txt-heading{background-color: #555;color:#FFF;}
.product-item {	
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
	margin: 15px;
    padding: 5px;
    display: inline-block;
	position:relative;
	}
.product-item div{text-align:center;	margin:12px;}
.product-price {
	display:none;
	color:#F08426;}
.product-image {height:100px;width:100%;background-color:#FFF;}
.prod-image {height:100px;width:100px;background-color:#FFF;}
.top_links{text-align:right;padding:5px}
.top_links a {
	color: #09f;
    text-decoration:none
}
.cart_footer_link {
	padding:25px;
}
.cart_footer_link a{
	margin: 0px 10px;
}

/* fin shop */