/* GLOBALES */
body {
	overflow-x: hidden;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #333;
}
p {
    font-size: 14px;
    line-height: 1.5;
}
p.large {
    font-size: 18px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}
a {
    color: #333;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #036;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.img-centered {
    margin: 0 auto;
}
section {
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}
@media(min-width:992px) {
	section {
		padding-top: 120px;
		padding-bottom: 100px;
	}
}
::-moz-selection {
    text-shadow: none;
    background: #ff9;
}
::selection {
    text-shadow: none;
    background: #ff9;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}
/*/*/

/* NAVEGACION */
.navbar-default {
    border-color: #eee;
    background-color: #fff;
}
.navbar-default .navbar-brand {
	background-image: url(../imagenes/logo-3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 64px;
	margin-top: 4px;
	margin-left: 15px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-bottom: 4px;
}
.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
	border-color: #fff;
	background-color: #fff;
	margin-top: 14px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #666;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #036;
}
.navbar-default .nav li a {
	font-weight: 400;
	color: #666;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
	outline: 0;
	color: #000;
	background-color: #ff0;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus {
    border-radius: 0;
    color: #fff;
    background-color: #036;
	-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #036;
}
.link-clausurado a {
	color: #fff !important;
    background-color: #c00 !important;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.link-clausurado a:hover,
.link-clausurado a:focus {
	color: #fff !important;
    background-color: #e00 !important;
}
.redes-top a {
	font-size: 21px !important;
	line-height: 21px !important;
}
.redes-top a:hover,
.redes-top a:focus {
	color: #036 !important;
	background-color: #FFF !important;	
}
.link-shop-top {
	color: #666 !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	font-size: 21px !important;
	line-height: 21px !important;
	margin-top: 20px !important;
	text-align: right;
	float: right;
	margin-right: 20px;
}
@media(min-width:992px) {
	.navbar-default {
        padding: 10px 10px;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
	.navbar-default .navbar-brand {
		background-image: url(../imagenes/logo-2.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 60px;
		width: 77px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		-webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	}	
	.navbar-default .nav li a {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 6px;
		padding-left: 6px;
		border-radius:34px;
		margin-left: 1px;
		margin-top: 12px;
		font-size: 13px;
		line-height: 13px;

	}
    .navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus {
        border-radius: 34px;
    }
    .navbar-default.navbar-shrink {
		padding: 5px 10px;
    }
	.navbar-default.navbar-shrink .navbar-brand{
		background-image: url(../imagenes/logo-2.png);
		height: 60px;
		width: 77px;
    }
	.navbar-default.navbar-shrink .nav li a {
		margin-top: 12px;
	}
	.redes-top a {
		font-size: 21px !important;
		line-height: 21px !important;
		margin-top: 8px !important;
		padding-right: 0px !important;
	}
	.navbar-default.navbar-shrink .redes-top a {
		margin-top: 8px !important;
	}	
}
@media(min-width:1200px) {
	.navbar-default {
        padding: 10px 30px;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
	.navbar-default.navbar-shrink {
		padding: 5px 30px;
    }
	.navbar-default .nav li a {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 8px;
		padding-left: 8px;
		border-radius:34px;
		margin-left: 1px;
		margin-top: 12px;
		font-size: 13px;
		line-height: 13px;
		letter-spacing: 0;
	}
}
@media(min-width:1280px) {
	.navbar-default {
        padding: 10px 30px;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
	.navbar-default .navbar-brand {
		background-image: url(../imagenes/logo-1.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 80px;
		width: 102px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		-webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	}	
	.navbar-default .nav li a {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 15px;
		padding-left: 15px;
		border-radius:34px;
		margin-left: 1px;
		margin-top: 22px;
		font-size: 14px;
		line-height: 14px;
	}
	.redes-top a {
		font-size: 21px !important;
		line-height: 21px !important;
		margin-top: 18px !important;
		padding-right: 0px !important;
	}
}
/*/*/

/* COPETE */
#copete {
	height: 560px;
	margin-top: -560px;
	padding-top: 60px;
	padding-bottom: 0px;
}
#copete hr {
	width: 60px;
	border-color:#ff0;
	border-width:5px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
}
#copete h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
	font-weight: 700;
	color: #036;
	margin-top: 0px;
	margin-bottom: 0px;
}
#copete i {
	font-size: 40px;
	line-height: 40px;
	margin-top: 10px;
}
#copete a {
	color: #FF0;	
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
#copete a:hover,
#copete a:focus {
	color: #036;	
}
#copete img {
	max-height:170px;
}
@media(min-width:768px) {
	#copete hr {
		margin-bottom: 30px;
	}
	#copete i {
		font-size: 60px;
		line-height: 60px;
		margin-top: 30px;
	}
	#copete h1 {
		font-size: 28px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#copete {
		height: 360px;
		margin-top: -360px;
		padding-top: 80px;
		padding-bottom: 0px;
	}
	#copete img {
	max-height:inherit;
}
}
@media(min-width:992px) {
	#copete {
		height: 600px;
		margin-top: -600px;
		padding-top: 200px;
		padding-bottom: 0px;
	}
	#copete h1 {
		font-size: 36px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}
/*/*/

/* ACERCA */
#acerca {
	color: #FFF;
	background-image: linear-gradient(#036, #069);
}	
#acerca hr{
	width: 60px;
	border-color:#fff;
	border-width:5px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding: 0px;
}
.destacado-acerca {
	font-size: 21px;
	margin-top: 0px;
	display: block;
	line-height: 30px;
}
#acerca img {
	margin-top: 30px;	
}
@media(min-width:992px) {
	.destacado-acerca {
		font-size: 21px;
		margin-top: 0px;
		display: block;
		line-height: 30px;
		padding-right: 50px;
		padding-left: 50px;
	}
}
/*!*/

/*! INSPECCION */
#inspeccion {
	background-color: #fff;
}
#inspeccion h1 {
	color: #036;
	font-size: 30px;
	margin-top: 0px;
}
#inspeccion hr{
	width: 60px;
	border-color:#036;
	border-width:5px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding: 0px;
}
.destacado-inspeccion {
	font-size: 21px;
	font-weight: 600;
}
#inspeccion table {
	margin-top: 20px;
	margin-bottom: 20px;
}
#inspeccion td {
	font-size: 16px;
	vertical-align: top;
	padding-right: 12px;
	padding-bottom: 12px;	
}
#inspeccion td i {
	font-size: 20px;
	color: #036;
	margin-top: 2px;
}
.img-inspeccion {
	background-image: url(../imagenes/inspeccion-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.info-inspeccion {
	margin-top: 30px;	
}
@media(min-width:992px) {
	.destacado-inspeccion {
		padding-right: 40px;
	}
	#inspeccion table {
		margin-right: 30px;
	}
	.img-inspeccion {
		height: 380px;	
	}
}
@media(min-width:1200px) {
	.img-inspeccion {
		height: 340px;	
	}
}
/*!*/

/*! AIP */
#aip {
	background-color: #f4f4f4;
}
#aip h1 {
	color: #036;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 30px;
}
#aip hr{
	width: 60px;
	border-color:#036;
	border-width:5px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding: 0px;
}
.destacado-aip {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 50px;
	line-height: 40px;
}
.img-aip {
	padding-right: 0px !important;
	padding-left: 0px !important;	
}
@media(min-width:992px) {
	#aip p {
		padding-right: 50px;
		padding-left: 50px;
	}
}
/*!*/

/*! CLAUSURADO */
#clausurado {
	background-color: #fff;
}
#clausurado h1 {
	color: #c00;
	font-size: 30px;
	margin-top: 0px;
}
#clausurado hr{
	width: 60px;
	border-color:#c00;
	border-width:5px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding: 0px;
}
#clausurado table {
	margin-top: 20px;
	margin-bottom: 20px;
}
#clausurado td {
	font-size: 16px;
	vertical-align: top;
	padding-right: 12px;
	padding-bottom: 12px;	
}
#clausurado td i {
	font-size: 20px;
	color: #c00;
	margin-top: 2px;
}
.img-clausurado {
	background-image: url(../imagenes/clausurado-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.info-inspeccion {
	margin-top: 30px;	
}
.img-clausurado-2 {
	padding-right: 0px !important;
	padding-left: 0px !important;
	margin-top: 60px;
}
@media(min-width:992px) {
	.destacado-inspeccion {
		padding-right: 40px;
	}
	#clausurado table {
		margin-right: 30px;
	}
	.img-clausurado {
		height: 340px;	
	}
}
@media(min-width:1200px) {
	.img-clausurado {
		height: 300px;	
	}
}
/*!*/

/*! ABONOS */
#abonos {
	background-color: #f4f4f4;
}
#abonos h1 {
	color: #036;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 30px;
}
#abonos hr{
	width: 60px;
	border-color:#036;
	border-width:5px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding: 0px;
}
.img-abonos {
	padding-right: 0px !important;
	padding-left: 0px !important;
	margin-top: 50px;
}
@media(min-width:992px) {
	#abonos p {
		padding-right: 50px;
		padding-left: 50px;
	}
}
#abonos h3 {
	margin-top: 50px;
	color: #036;
}
.panel-plan {
	margin-top: 50px;
	display: block;
}
.plan-1 {
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
	background-color: #ff0;
	text-align: center;
	padding: 15px;
	border-radius: 80px;
}
.plan-2 {
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
	background-color: #c00;
	text-align: center;
	padding: 15px;
	border-radius: 80px;
	color: #fff;
}
.plan-3 {
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
	background-color: #036;
	text-align: center;
	padding: 15px;
	border-radius: 80px;
	color: #fff;
}
.copete-plan {
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	text-align: center;
	color: #036;
	margin-top: 15px;
	margin-bottom: 15px;
}
#planes td {
	font-size: 15px;
	line-height: 20px;
	padding-right: 6px;
	padding-bottom: 8px;
	vertical-align: top;
}
#plan-1 td i {
	color: #ff0;
}
#plan-2 td i {
	color: #c00;
}
#plan-3 td i {
	color: #036;
}
@media(min-width:992px) {
	.panel-plan {
		margin-top: 20px;
		padding: 20px;
	}
}
.img-sos {
	max-width: 170px;
	height: auto;
}
#nuevo-sos {
	margin-top: 0px;
}
#nuevo-sos p {
	padding-left: 0px;
	padding-right: 0px;
}
#nuevo-sos .destacado-inspeccion {
	color: #036;
	margin-top: 40px;
}
#nuevo-sos table {
	margin-bottom: 20px;
}
#nuevo-sos td {
	font-size: 14px;
	line-height: 20px;
	padding-right: 6px;
	padding-bottom: 8px;
	vertical-align: top;
}
#nuevo-sos td i {
	color: #036;
}
.panel-sos {
	padding-left: 20px;
	padding-right: 20px;
}
/*!*/
/*! CLIENTES */
#clientes {
	background-color: #fff;
}
#clientes h1 {
	color: #036;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 30px;
}
#clientes hr{
	width: 60px;
	border-color:#036;
	border-width:5px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding: 0px;
}
#clientes img {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;	
}
.img-clientes {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
/*!*/
/*! CONTACTO */
#contacto {
	background-color: #f4f4f4;
}
#contacto h1 {
	color: #036;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 30px;
}
#contacto hr{
	width: 60px;
	border-color:#036;
	border-width:5px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding: 0px;
}
#contacto table i {
	font-size: 20px;
	margin-top: 2px;
	color: #036;
}
#contacto table  {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 24px;
}
#contacto td {
	padding-right: 10px;
	padding-bottom: 14px;
	vertical-align: top;
}
.formulario {
	margin-top: 10px;
	display: block;
}
.form-group {
    margin-bottom: 18px;
}
.form-group input,
.form-group textarea {
	color: #333;
	border-radius: 0px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
}
.form-group input.form-control {
	height: auto;
	background-color: #fff;
	border-color:#ccc;
}
.form-group textarea.form-control {
	height: 162px;
	background-color: #fff;
	border-color:#ccc;
}
.form-control:focus {
	border-color: #036 !important;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 13px !important;
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 13px !important;
	
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 13px !important;
}
.form-control:-ms-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 13px !important;
}
.icono-btn {
	margin-left: 10px;
}
.text-danger {
	color: #F00;	
}
.btn-contacto {
	font-weight: 600;
	text-transform: uppercase;
	color: #ff0;
	font-size: 16px;
	line-height: 16px;
	background-color: #036;
	border-radius:50px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 14px;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
}
.btn-contacto:hover,
.btn-contacto:focus,
.btn-contacto:active,
.btn-contacto.active {
	background-color: #ff0;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #036;
}
/*!*/
/*! PIE */
footer {
	padding: 60px 0;
	background-color: #222;
	color: #999;
	font-size: 15px;
}
footer a {
	color: #999;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	line-height: 24px;
}
footer a:hover,
footer a:focus,
footer a:active,
footer a.active{
	color: #fff;
}
.copy {
	font-size: 16px;
	color: #bbb;	
}
footer hr{
	border-color: rgba(255,255,255,.25);
	margin-top: 14px;
	margin-bottom: 40px;
}
footer table i {
	font-size: 17px;
	margin-top: 3px;
	display: block;
}
footer table {
	margin-bottom:20px;	
}
footer td {
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
.subir {
	font-size: 30px;
	text-align: left;
	line-height: 30px;
	margin-top: 40px;
}
.links-pie {
	margin-top: 20px;
	margin-bottom: 30px;	
}
.facebook-pie {
	font-size: 30px;	
}
.instagram-pie {
	font-size: 30px;
	margin-left: 20px;
}
.wa-pie {
	font-size: 30px;
	margin-right: 20px;
}
@media(min-width:992px) {
	.subir {
		text-align: right;
		margin-top: 0px;
		padding-top: 0px;
	}
	.links-pie {
		margin-top: 0px;
		margin-bottom: 0px;	
	}

}
.prod-pie {
	font-weight: 700;
	color: #ccc;
	text-transform: uppercase;
}
.marca {
	font-size: 18px;
}
.creditos {
	display: block;
	background-color: #333;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.creditos a {
	color: #ccc;
}
.creditos a:hover,
.creditos a:focus {
	color: #999;
}
/*!*/

.wa {
	position: fixed;
	right: 10px;
	bottom: 10px;	
}
.wa img {
	max-width:54px;
}
@media(min-width:768px) {
	.wa {
		position: fixed;
		right: 50px;
		bottom: 20px;	
	}
	.wa img {
		max-width:80px;
	}
}
/* Quienes Somos */
#somos {
	background-color: #f4f4f4;
}
#somos h1 {
	color: #036;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 30px;
}
#somos hr{
	width: 60px;
	border-color:#036;
	border-width:5px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding: 0px;
}
#somos h3 {
	font-weight: 700 !important;
	text-align: center;
}
#somos p {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
#somos img {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
	height: auto;
}
.mdel {
	margin-top: 50px;
}
@media(min-width:992px) {
	#somos p {
		text-align: left;
	}
	#somos h3 {
		text-align: left;
	}
	#somos img {
		margin-top: 20px;
		margin-left: 0px;
		max-width: 100%;
	}
}
/*!*/