body{
	font-family: 'Abel', sans-serif;
	color:#fff;
}
.container {
    max-width: 970px;
}
.display-none{
    display:none !important;
}
.top{
	background: url('/imagenes/bg-vendetuplan.webp') no-repeat center center;
    background-size: cover;
	text-align: center;
	padding-top: 30px;	
    margin-bottom: 110px;
}
.top img{
	display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.top h1{
	padding: 5px 30px;
	border: 1px solid #fff;
	font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid;
    display: inline-block;
    padding: 5px 30px;
    margin-bottom: 20px;
    clear: both;
    text-shadow: 2px 2px 2px #000;
}
.top h2{
	color:#ffc000;
	font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 2px #000;
}
.contDesc{
	margin-top:40px;
}
p.topTextCol{
    display: inline-block;
    margin-bottom: 40px;
	font-size: 16px;
    text-shadow: 2px 2px 2px #000;
}
p.topTextCol span{
	text-transform: uppercase;
}
p.topTextColDes{
	padding: 5px 30px;
	border: 1px solid #fff;
	font-size: 26px;
    line-height: 46px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid;
    display: inline-block;
    padding: 5px 30px;
    margin-bottom: 20px;
    clear: both;
    text-shadow: 2px 2px 2px #000;
}
ul{
	list-style: none;
	padding:0px;
}
ul.features li{
	margin-bottom: 10px;
    width: 100%;
    text-align: left;
    line-height: 50px;
    padding: 0 20px;
    background: rgba(0,0,0,0.2);
    text-shadow: 2px 2px 2px #000;
}
ul.features img{
	margin: 0 30px;
	margin-top: 10px;
    vertical-align: middle;
    float:left;
}
.main-form {
    background: #fff;
    color: #000;
    padding: 30px;
    margin-bottom: -145px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 6px 6px #414141;
}

label {
    color: #404040;
    float: left;
}
input[type="submit"], button, a.button {
    color: #ffffff;
    background-color: #af0909;
    background: -webkit-linear-gradient(#fc4a1a,#e24217);
    background: -moz-linear-gradient(#fc4a1a,#e24217);
    background: -ms-linear-gradient(#fc4a1a,#e24217);
    background: -o-linear-gradient(#fc4a1a,#e24217);
    background: linear-gradient(#fc4a1a,#e24217);
    box-shadow: inset 0px 1px 0px #fc4a1a, inset 0 -1px 2px #2f0000;
    width: 100%;
    height: auto;
    cursor: pointer;
    font-size: 22px;
    padding: 10px;
    line-height: 36px;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
}
input, textarea, select {
    background: #ffffff;
    color: #242424;
    border: 1px solid #e4e4e4;
}
input, textarea, select {
    width: 100%;
    padding: 5px 10px;
    margin: 0;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
textarea{
    max-height: 67px;
}
.submit-holder {
    position: relative;
    margin-top: 5px;
}
.animate-arrow {
    -webkit-animation: pingtoright 1.5s infinite linear;
    -moz-animation: pingtoright 1.5s infinite linear;
    -o-animation: pingtoright 1.5s infinite linear;
    animation: pingtoright 1.5s infinite linear;
}
.submit-arrow {
    color: #ffffff;
    background: url(../imagenes/arrow-brown.png) top right no-repeat;
}
.submit-arrow {
    width: 590px;
    height: 80px;
    position: absolute;
    left: -595px;
    top: -10px;
    text-transform: uppercase;
    font-style: italic;
    font-size: 20px;
    line-height: 76px;
}
.main-form-description{
    font-size:16px;
    color:#000;
}
/*
    INICIO FORMULARIO
*/
#contacto div.col-md-6{
    margin-top: 0px;
}
@-webkit-keyframes pingtoright {
	0% {-webkit-transform: translateX(0px);}
	50% {-webkit-transform: translateX(-10px);}
	100% {-webkit-transform: translateX(0px);}
}

@-moz-keyframes pingtoright {
	0% {-moz-transform: translateX(0px);}
	50% {-moz-transform: translateX(-10px);}
	100% {-moz-transform: translateX(0px);}
}

@-o-keyframes pingtoright {
	0% {-o-transform: translateX(0px);}
	50% {-o-transform: translateX(-10px);}
	100% {-o-transform: translateX(0px);}
}

@keyframes pingtoright {
	0% {transform: translateX(0px);}
	50% {transform: translateX(-10px);}
	100% {transform: translateX(0px);}
}
h4 {
	color:#dd1818;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}
h3{
    font-size: 22px;
}
h3 span{
    font-size: 16px;
    color:#666;
}
hr {
    border: 0;
    height: 1px;
    background: #f1f1f1;
}
.contProductos, .contNosotros{
    min-height: 400px;
    color:#2c2b2f;
    position: relative;
	margin-top:30px;
}
.contProd{
    border-radius: 5px;
	margin:5px;
    padding: 8px;
    box-shadow: 0px 2px 2px #dedede;
    position:relative
}
.contProd h3{
    color:#000;
}
.contProd img{
    width: 100%;
    height: auto;
    border-radius: 5px;
    border-bottom: 2px solid #515151;
}
.contProd input[type="submit"], .contProd button,.contProd  a.button {
    padding: 3px;
}
.contProd ul li{
    padding:5px;
	font-size: 15px;
    border-bottom:1px solid #f1f1f1;
}
.flecha{
    padding:30px 15px;
    background: #fff;
    opacity: 0.9;
    color:#515151;
    position: absolute;
    margin-top: 80px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #dedede;
}
.der{
    right: 0px;
}


.contNosotros{
    margin-top: 60px;
    min-height: 400px;
    color:#2c2b2f;
    position: relative;
}
.contNosotros h2{
    text-align: center;
    font-size: 20px;
}
.contNosotros h2 span{
    color:#dd1818;
}
.nos{
    margin-top: 60px;
}
.about-images {
    text-align: center;
    margin: 20px 0;
}
.image-container {
    padding: 5px;
    border: 1px solid #e3e3e3;
    display: inline-block;
    background: rgba(255,255,255,.5);
    width: 160px;
    height: 160px;
    border-radius: 80px;
}
.primera-imagen {
    position: relative;
    z-index: 99;
}
.segunda-imagen {
    margin-left: -40px;
    position: relative;
    z-index: 98;
}
.tercera-imagen {
    margin-left: -40px;
    position: relative;
    z-index: 97;
}
.image-container img {
    border-radius: 80px;
    max-width: 100%;
    height: 100%;
}
.otrosProd{
    width: 100%;
    height: auto;
    border-radius: 5px;
    border-bottom: 2px solid #515151;
    margin: 5px 0;
}
.linkProd, .linkProd:hover, .linkText, .linkText:hover{
    color:#000;
}
.linkText{
	width:100%;
	display:block;
	padding:10px;
	background-color:#f1f1f1;
    font-size: 20px;
	border-radius:3px;
    text-decoration: none;
}
.linkText:hover{
	background-color:#f5f5f5;
}
.bgTestimonios{
    color:#fff;
    padding-top:60px;
    padding-bottom:60px;
    margin-top: 60px;
    background: #333 url('../imagenes/bg-testimonios.png') no-repeat center top;
    background-size:cover; 
}
.contTestimonios{
    position: relative;
}
.contTestimonios h2,.contTestimonios p,.contTestimonios a{
    color:#fff;
}
.contTestimonios h2{
    text-align: center;
    margin: 0 20px 0;
    font-size: 24px;
}
.listTestimonios{
    margin-top: 50px;
}
.listTestimonios .flecha{
    background: #333;
    color: #fff;
    box-shadow: 0px 2px 2px #000;
}
.linkConsCort{
    padding: 3px 8px;
    background-color: rgba(256,256,256,0.5);
    text-transform: uppercase;
}
.linkConsCort:hover{
    text-decoration: none;
    color:#333;
    background-color: rgba(256,256,256,1);
}
.descTest{
    text-align: center;
}
.descTest a, .descTest a:hover{
    color:#fff;
    text-decoration: underline;
}
h5{
    font-size: 16px;
    margin: 15px 0 10px;
}
.textTest{
    font-size: 13px;
}
.contObras{
    padding-top: 60px;
    padding-bottom: 60px;
    color:#2c2b2f;
    position: relative;
}
.contObras img{
    border-bottom: 2px solid #515151;
}
.bgFootMasDeco{
    background-color: #333;
    color: #fff;
}
.contFootMasDeco{
    padding-top:40px;
    padding-bottom:40px; 
}
.contFootMasDeco h4{
    color:#fff;
	margin:0px;
}
img.marcas{
    max-width: 100%;
    opacity: 0.7;
}



.owl-nav button{   
    position:absolute;
	top:31%;
	z-index:100;
	border:none;
	color: #000;
    display: inline-block;
    zoom: 1;
    padding: 30px 15px;
    font-size: 16px;
	border-radius:3px;
    background: rgba(256,256,256,1);
    opacity: 0.8;
    max-width:40px;
    line-height: 10px;
    height:90px;
    box-shadow: 0px 2px 2px #000;
    
}
.owl-nav button.owl-prev{
    left: -13px;
    text-align: left;
}
.owl-nav button.owl-next{
	right: -13px;
}
#owl-testimonios .owl-nav button{   
    box-shadow: 0px 2px 2px #000;
    color: #fff;
    background: #333;
}
#owl-testimonios .item{
    padding:8px
}
/*  MODAL */
.modal-header{
    display: block;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-header h4,.modal-header p.description{
    position: relative;
    display: block;
    width: 100%;
}
.modal-header p.description{
  
        font-size: 16px;
        color: #000;

}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow:none;
    width: 12px;
    height: 12px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    position:absolute;
    top:0px;
    right:
    20px;
}
.footFix{
	padding:6px;
	padding-bottom:6px;
	z-index:999;
	position:fixed;
	bottom:0px;
	width:100%;
	background-color:rgba(256,256,256,0.9);
	border-bottom:1px solid #e24217;
}
.footFix a{
	display:block;
	padding:5px;
	color:#e24217;
	font-size:18px;
}
.footFix a:hover{
	text-decoration:none;
}
.footFix a span{
	color:initial;
}
.footFix a span.hor{
	font-size:12px;
}
.footFix a.consBot{
	background-color:#e24217;
	color:#fff;
	text-align:center;
	margin:13px 5px 0 0;
}
.footFix a.consBot:hover{
	background-color:#e24217;
	color:#fff;
	text-align:center;
}
.imagenProducto{
	width:100%;
	height:auto;
	border-radius:8px;
}
.detalleProducto h2, .detalleProducto p{
	color:#2c2b2f;
}
.detalleProducto h2{
	margin-top:15px;
}
.detalleProducto h2 span{
	color:#dd1818;
}
.modal-header h4, .modal-header p{
	margin-bottom:0px;
}
.garan{
    position:absolute;
    top: 50%;
    margin-top:-40px;
    right: 10px;
}
@media (max-width: 576px){
	body{
		padding-bottom:83px;
	}
    .top{
        margin-bottom:140px;
    }
	.footFix a{
		font-size:20px;
	}
	.footFix a span.hor{
		font-size:14px;
	}
	.tercera-imagen, .segunda-imagen{
		margin-left:-70px;
	}
	.titObra{
		font-size: 24px;
		font-weight: bold;
		margin-top: 15px;
	}
	.main-form{
		padding:15px;
	}
	form h4{
		margin-bottom:10px;
	}
	.listTestimonios{
		margin-top:20px;
	} 
	.contNosotros, .nos{
		margin-top:30px;
	}
	.bgTestimonios{
		padding-bottom:30px;
		padding-top:30px;
		margin-top:30px;
	}
	.topTextCol{
		margin-bottom:20px;
	}
	.contDesc{
		margin-top:20px;
	}
}
@media (max-width: 414px){
	p.topTextColDes{
		font-size:23px;
	}
}
@media (max-width: 375px){

	.footFix a{
		font-size:18px;
	}
	.footFix a span.hor{
		font-size:13px;
	}
	p.topTextColDes {
		font-size:20px;
	}
	h4{
		font-size:20px;
	}
	.main-form-description{
		font-size:14px;
	}
	.tercera-imagen, .segunda-imagen{
		margin-left:-100px;
	}
	.bgTestimonios{
		padding-bottom:30px;
		padding-top:30px;
	}
	.titObra{
		font-size: 20px;
		font-weight: bold;
		margin-top: 15px;
	}
}
@media (max-width: 360px){

	.footFix a{
		font-size:17px;
	}
	.footFix a span.hor{
		font-size:12px;
	}
	.top h1{
		font-size:34px;
	}
	p.topTextColDes{
		font-size:18px;
	}
	.contTestimonios h2{
		font-size:21px;
		margin-bottom:10px;
	}
}
@media (max-width: 320px){

	.footFix a{
		font-size:15px;
	}
	.footFix a span.hor{
		font-size:10px;
	}
	.top h1{
		font-size:29px;
	}
	p.topTextColDes{
		font-size:16px;
	}
	.contTestimonios h2{
		font-size:21px;
		margin-bottom:10px;
	}
}