/* GLOBALES */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
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: 17px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
a {
    color: #002e81;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #bf2435;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat',Helvetica,Arial,sans-serif;
    font-weight: 300;
	text-transform: uppercase;
}
.img-centered {
    margin: 0 auto;
}
section {
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}
@media(min-width:992px) {
	section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
::-moz-selection {
    text-shadow: none;
    background: #999;
}
::selection {
    text-shadow: none;
    background: #999;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}
/*/*/

/* NAVEGACION */
#banda-superior {
	background-color: #efefef;
	padding: 6px;
	display: block;
}
#banda-superior span {
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
}
#banda-superior i {
	margin-right: 10px;
	font-size: 16px;
}
.navbar-default {
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
	margin-bottom: 0px;
	padding: 0px !important;
}
.navbar-fixed-top {
	position: absolute !important
}
.navbar-default .navbar-brand {
	background-image: url(../imagenes/logo-3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 65px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.menu-top-lg {
	list-style: none;
	float: right;
	padding-left: 0px !important;
	padding-right: 0px;
}
.menu-top-lg li {
	display: inline-block;
	margin-left: -4px !important;
	margin-right: 0px !important;
	font-size: 18px;
	line-height: 18px;
	margin-top: 14px;
}
.menu-top-lg li a {
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #666;
	text-transform: uppercase;
	border-radius: 33px;
}
.menu-top-lg li a:hover,
.menu-top-lg li a:focus {
	color: #bf2435;
	background-color: #efefef;
}
.activo-top a {
	background-color: #bf2435 !important;
	color: #fff !important;
}
li.redes-top a {
	font-size: 24px !important;
	line-height: 24px !important;
	color: #002e81 !important;
	padding-right: 0px !important;
	padding-left: 20px !important;
	position: relative;
	top: 2px;
}
.redes-top a:hover,
.redes-top a:focus {
	background-color: transparent !important;
	color: #bf2435 !important;
}
.navbar-header {
	background-color: #4b72b0;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-default .navbar-collapse {
    border-color: transparent;
	background-color: #4b72b0;
	float: none !important;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-default .navbar-toggle {
    border: none !important;
    background-color: transparent;
	padding: 0px;
	color: #fff;
	margin-top: 3px;
	margin-bottom: 6px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    color: #ddd;
	background-color: transparent;
}
.icono-menu {
	margin-left: 10px;
	display: inline-block;
	margin-top: 2px;
}
.icono-menu i {
	position: relative;
	top: 2px;
}
.navbar-default .nav li a {
	color: #fff;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #bf2435;
	background-color: #fff;
}
.activo-xs a {
	background-color: #fff !important;
	color: #bf2435 !important;
}
@media(min-width:768px) {
	.navbar-default .navbar-brand {
		background-image: url(../imagenes/logo-2.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 60px;
		width: 79px;
		margin-top: 5px;
		margin-left: 0px;
		-webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	}	
	.menu-top-lg li {
		margin-top: 20px;
	}
	.menu-top-lg li a {
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-top: 6px;
		padding-bottom: 6px;
		color: #666;
		text-transform: uppercase;
		border-radius: 33px;
		font-size: 14px;
	}
	li.redes-top a {
		position: relative;
		top: 3px;
	}
}
@media(min-width:992px) {
    .navbar-default {
        border: 0;
        -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: 71px;
		width: 93px;
		margin-top: 5px;
		margin-left: 0px;
		-webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	}	
	.menu-top-lg li {
		margin-top: 24px;
	}
	.navbar-default .navbar-collapse {
		text-align: center !important;
	}
	.navbar-nav,
	.navbar-nav li {
		float: none !important;
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.navbar-nav li {
		float: none !important;
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
		display: inline-block;
	}
	.navbar-default .nav li a {
		color: #fff;
		margin-right: -4px !important;
		padding-top: 7px ;
		padding-bottom: 8px;
	}
}
.dropdown .dropdown-menu {
	background-color: #fff !important;
	margin: 0px;
	border: none;
	border-radius:0px !important;	
}
.dropdown .dropdown-menu li a {
	margin: 0px;
	font-size: 14px !important;
	color: #666 !important;
	background-color: transparent;
}
.dropdown .dropdown-menu li a:hover,
.dropdown .dropdown-menu li a:focus,
.dropdown .dropdown-menu li a:active,
.dropdown .dropdown-menu li a.active {
	border-radius: 0px;
	color: #bf2435 !important;
	background-color: #fff !important;
	
}
.dropdown .dropdown-toggle {
	background-color: transparent !important;
	color: #fff !important;
	padding-bottom: 8px;
}
.dropdown .dropdown-toggle:hover,
.dropdown .dropdown-toggle:focus,
.dropdown .dropdown-toggle:active,
.dropdown .dropdown-toggle.active {
	background-color: #fff !important;
	color: #bf2435 !important;

}
.dropdown .dropdown-toggle.activo {
	color: #fff !important;
	background-color: #002e81 !important;
}
.dropdown .dropdown-toggle.activo:hover,
.dropdown .dropdown-toggle.activo:focus
.dropdown .dropdown-toggle.activo:active {
	color: #bf2435 !important;
	background-color: #fff !important;
}
.icono-activo {
	margin-right: 7px;
	margin-left: 7px;
	font-size: 16px;
	position: relative;
	top: 1px;
}
.dropdown .dropdown-menu li .activo {
	font-weight: 700 ;
	color: #bf2435 !important;
}
@media(min-width:992px) {
	.dropdown .dropdown-menu {
		background-color: #fff !important;
		border: none;
		margin-top: 0px !important;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		border-bottom-left-radius: 6px !important;
		border-bottom-right-radius: 6px !important;
	}
	.dropdown .dropdown-menu li {
		display: block !important;
		text-align: left !important;
	}
	.dropdown .dropdown-menu li a {
		font-size: 14px !important;
		color: #666 !important;
		background-color: transparent;		
		text-transform: none !important;
	}
	.dropdown .dropdown-menu li a:hover,
	.dropdown .dropdown-menu li a:focus,
	.dropdown .dropdown-menu li a:active,
	.dropdown .dropdown-menu li a.active {
		border-radius: 0px;
		color: #bf2435 !important;
		background-color: transparent !important;
	}
	.dropdown .dropdown-toggle {
		background-color: transparent !important;
		color: #fff !important;
		padding-bottom: 15px;	
	}
	.dropdown .dropdown-toggle:hover,
	.dropdown .dropdown-toggle:focus,
	.dropdown .dropdown-toggle:active {
		background-color: #fff;
		color: #bf2435 !important;
	}
	.dropdown .dropdown-toggle.activo {
		color: #fff !important;
		font-size: 14px;
		background-color: #002e81 !important;
	}
	.dropdown .dropdown-toggle.activo:hover {
		color: #bf2435 !important;
		background-color: #fff !important;
	}
}
/*/*/
/* ENCABEZADO */
.panel-header {
	padding-top: 220px;
	color: #FFF;
}
.img-header {
	padding-right: 80px;
	padding-left: 80px;
}
.texto-header-1 {
	margin-bottom: 40px;
    text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	display: block;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #002e81;
	margin-top: 20px;
}
@media(min-width:768px) {
	.panel-header {
		padding-top: 240px;
	}
	.texto-header-1 {
		margin-bottom: 40px;
		font-size: 36px;
		line-height: 42px;
		margin-top: 20px;
	}
}
@media(min-width:992px) {
	.panel-header {
		padding-top: 310px;
	}
	.texto-header-1 {
		margin-bottom: 20px;
		font-size: 36px;
		line-height: 42px;
		margin-top: 20px;
	}
}
@media(min-width:1200px) {
	.panel-header {
		padding-top: 290px;
	}
	.texto-header-1 {
		margin-bottom: 20px;
		font-size: 36px;
		line-height: 42px;
		margin-top: 20px;
	}
}
.btn-1 {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	background-color: #bf2435;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-radius: 46px;
	outline: 0;
	border: none;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active {
	background-color: #002e81;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
	padding-right: 30px;
}
/* header {
	background-color: #eee;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
/*/
/* ACERCA */
#acerca {
	color: #FFF;
	background-image: linear-gradient(#002e81, #4b72b0);
	padding-top: 30px;	
	padding-bottom: 0px;
}
#acerca h1{
	margin-bottom: 20px;
}
.destacado-acerca {
	font-size: 21px;
	margin-top: 30px;
	display: block;
	font-weight: 600;
	line-height: 27px;
}
.icono-abastecemos {
	font-size: 60px;
	text-shadow: 0px 0px 14px #002364;
	margin-top: 30px;
	margin-bottom: 14px;
}
.titulo-abastecemos {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.btn-2 {
	font-weight: 700;
	text-transform: uppercase;
	color: #bf2435;
	font-size: 16px;
	line-height: 16px;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-radius: 46px;
	margin-top: 40px;
}
.btn-2:hover,
.btn-2:focus,
.btn-2:active,
.btn-2.active {
	background-color: #bf2435;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
	padding-right: 30px;
}
.fin-acerca {
	background-image: url(../imagenes/fin-acerca.png);
	background-position-x: center;
	background-position-y: bottom;
	background-repeat: repeat-x;
	height: 150px;
}
@media(min-width:768px) {
	.titulo-abastecemos {
		height: 4em;
		max-width: 250px;
	}
}
@media(min-width:992px) {
	.titulo-abastecemos {
		height: 3em;
		max-width: 200px;
	}
}
/*!*/

/*! PRODUCTOS HOME*/
#productos-home {
	padding-bottom: 0px;
	padding-top: 50px;
}
#productos-home h1 {
	color: #bf2435;
	margin-bottom: 20px;
}
#marcas-home img {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media(min-width:768px) {
	#marcas-home img {
		margin-left: 20px;
		margin-right: 20px;
	}
}
/*!*/
/*! PRODUCTOS DESTACADOS HOME */
#productos-destacados-home {
	padding-top: 80px;
}
#productos-destacados-home h2 {
	margin-bottom: 0px;
	margin-top: 0px;
}
/*!*/

/*! PRODUCTOS */
.titulo-cat {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #666;
}
.titulo-cat a {
	color: #666;
}
.titulo-cat a:hover,
.titulo-cat a:focus,
.titulo-cat a:active {
	color: #bf2435;
}
.titulo-cat i {
	margin-left: 6px;
	margin-right: 6px;
}
.titulo-cat .activo {
	font-weight: 700 !important;
}
.lista-productos {
	margin-bottom: 50px;
}
.panel-producto {
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	border-bottom: solid 1px #ccc;
	background-color: #fff;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	margin-top: 30px;
}
.panel-producto:hover {
	box-shadow: 0px 0px 15px 0px #ddd;
	border-bottom: solid 1px #fff;;
}
.titulo-producto {
	display: block;
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
	color: #333;
	height: 40px;
	overflow: hidden;
}
.panel-producto img {
	max-height: 200px;
	margin-top: 14px;
	margin-bottom: 14px;
}
.copete-producto {
	display: block;
	font-size: 14px;
	line-height: 21px;
	height: 63px;
	overflow: hidden;
	color: #666;
}
.btn-3 {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	background-color: #bf2435;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-radius: 30px;
	margin-top: 20px;
	outline: 0;
	border: 0;
}
.btn-3:hover,
.btn-3:focus,
.btn-3:active,
.btn-3.active {
	background-color: #002e81;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;	
}
.panel-producto:hover .btn-3 {
	background-color: #002e81;
}
.spinner {
	font-size: 30px;
	color: #ccc;
}
#menu-secundario {
	margin-top: 30px;
	padding-left: 0px;
	list-style:none;
}
#menu-secundario li {
	font-size: 13px;
	line-height: 15px;
	padding-left: 5px;
	padding-right: 10px;
	border-right: solid 1px #ccc;
	display: inline-block;
	margin-top:2px;
	margin-bottom: 2px;
}
#menu-secundario li a {
	color: #666;
}
#menu-secundario li a:hover,
#menu-secundario li a:focus,
#menu-secundario li a:active {
	color: #bf2435;
}
#menu-secundario li .activo {
	font-weight: 700 ;
	color: #bf2435 !important;
}
@media(min-width:768px) {
	#menu-secundario {
		margin-top: 48px;
	}
	#menu-secundario li {
		font-size: 14px;
		line-height: 18px;
		padding-left: 0px;
		padding-right: 0px;
		border-right: none;
		display: inherit;
		margin-top:2px;
		margin-bottom: 10px;
	}
}
@media(min-width:992px) {
	#menu-secundario li {
		padding-left: 20px;
	}
}
/*!*/
/*! DETALLE PRODUCTO */
#detalle-productos h1 {
	color: #666;
	margin-top: 0px;
}
.detalle-producto {
	margin-top: 40px;
}
.articulo {
	margin-bottom: 20px;
	display: block;
	margin-top: 30px;
}
.codigo-articulo {
	color: #bf2435;
}
.descripcion {
	margin-bottom: 30px;
	display: block;
}
@media(min-width:768px) {
	#detalle-productos img {
		max-height: 450px;
	}
}
@media(min-width:992px) {
	#detalle-productos img {
		max-height: 100%;
	}
	.articulo {
		margin-top: 0px;
	}
}
/*!*/
/*! INFO HOME */
#info-home {
	background-color: #f3f3f3;
	background-image: url(../imagenes/fin-gris.jpg);
	background-position-x: center;
	background-position-y: top;
	background-repeat: repeat-x;
}
#info-home h3 {
	color: #002e81;
	font-weight: 300 !important;
	margin-bottom: 20px;
}
.mapa {
	border: solid 3px #ccc;
	height: 300px;
	margin-bottom: 14px;
}
.panel-contacto-home {
	margin-top: 50px;
}
#form-home textarea {
	height: 138px;
	background-color: #fff;
	border-color:#ccc;
	border-radius: 0px;
}
#contacto-home {
	margin-top: 20px;
}
#contacto-home a {
	color: #333;
}
#contacto-home a:hover,
#contacto-home a:focus,
#contacto-home a:active {
	color: #bf2435;
}
#contacto-home td {
	padding-right: 14px;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 18px;
	vertical-align: top;
}
#contacto-home i {
	font-size: 18px;
	line-height: 18px;
	color: #bf2435;
}
.formulario {
	margin-top: 20px;
}
@media(min-width:992px) {
	.formulario {
		margin-top: 66px;
	}
	.panel-contacto-home {
		margin-top: 0px;
	}
}
/*!*/

/*! CONTENIDO */
#contenido h1{
	margin-bottom: 20px;
	color: #666;
}
.contenido-empresa {
	margin-bottom: 20px;
}
.panel-servicios {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
}
#servicios i {
	display: block;
	margin-top: 10px;
	font-size: 60px;
	color: #bf2435;
	margin-bottom: 10px;
}
#servicios h4 {
	color: #bf2435;
	
}
@media(min-width:992px) {
	#servicios h4 {
		height: 30px;
	}
	.panel-servicios {
		margin-bottom: 0px;
	}
}
/*!*/
/*! CONTACTO */
#contacto {
	background-color: #fff;
}
#contacto h1 {
	margin-bottom: 20px;
	color: #666;
}
.form-group {
    margin-bottom: 14px;
}
.formulario-contacto {
	margin-top: 10px;
}
.form-group input,
.form-group textarea {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
	font-size: 14px;
	line-height: 18px;
}
.form-group input.form-control {
	height: auto;
	background-color: #fff;
	border-color:#ccc;
	border-radius: 0px;
}
.form-group textarea.form-control {
	height: 202px;
	background-color: #fff;
	border-color:#ccc;
	border-radius: 0px;
}
.form-control:focus {
	border-color: #06c !important;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 13px !important;
}
.form-control::-moz-placeholder {
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 13px !important;
}
.form-control::-moz-placeholder {
	font-weight: 400 !important;
    color: #999 !important;
	font-size: 13px !important;
}
.form-control:-ms-input-placeholder {
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 13px !important;
}
.icono-btn {
	margin-left: 10px;
}
.e20 {
	margin-top: 20px;
}
/*!*/
/*! UBICACION */
.dato-ubicacion {
	font-size: 16px;
	line-height: 18px;
}
.icono-dato-ubicacion {
	font-size: 18px;
	line-height:18px;
	color: #bf2435;
	margin-right: 10px;

}
.mapa-ubicacion {
	border: solid 3px #ccc;
	height: 480px;
	margin-top: 20px;
}
/*!*/
/*! NEWSLETTER */
#newsletter {
	background-color: #f3f3f3;
	background-image: url(../imagenes/fin-gris.jpg);
	background-position-x: center;
	background-position-y: top;
	background-repeat: repeat-x;
}
#newsletter h3 {
	margin-bottom: 40px;
	color: #002e81;
}
.btn-4 {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	background-color: #002e81;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 12px;
	padding-right: 26px;
	padding-bottom: 12px;
	padding-left: 26px;
	border-radius: 34px;
	margin-top: 0px;
	outline: 0;
	border: 0;
}
.btn-4:hover,
.btn-4:focus,
.btn-4:active,
.btn-4.active {
	background-color: #bf2435;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;	
}
/*!*/
/*! PIE */
footer {
	background-color: #333;
	color: #999;
	font-size: 14px;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
	background-image: url(../imagenes/fin-pie.jpg);
	background-position-x: center;
	background-position-y: top;
	background-repeat: repeat-x;
}
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;
}
.df {
	margin-top: 30px;
}
.subir {
	font-size: 30px;
	text-align: left;
	line-height: 30px;
	margin-top: 40px;
}

.instagram-pie {
	font-size: 24px;
	margin-top:40px;
	margin-left: 10px;
	margin-right: 10px;
}
.wa-pie {
	font-size: 30px;
	margin-right: 20px;
}
@media(min-width:992px) {
	.subir {
		text-align: right;
		margin-top: 0px;
		padding-top: 0px;
	}
	.instagram-pie {
		font-size: 24px;
		margin-top:10px;
	}
	.df {
		margin-top: 7px;
	}
}
.creditos {
	display: block;
	background-color: #222;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.creditos a {
	color: #666;
}
.creditos a:hover,
.creditos a:focus {
	color: #fff;
}
/*!*/

/*! WHATSAPP */
.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;
	}
}
/*!*/
#wrap-preload{
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	opacity: 1;
	visibility: visible;
	transition: opacity .5s ease, visibility .5s ease;
  }
  
  #wrap-preload.close{
	opacity: 0;
	visibility: hidden;
  }
  
  #wrap-preload > img.gif{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
  }
  
/*! BUSCADOR */
	#buscador {
		padding-top: 6px;
		padding-bottom: 16px;
	}
	.icono-buscador {
		margin-right: 6px;
		position: relative;
		top: 1px;
	}
	#buscador .btn-3 {
		margin-top: 0px!important;
		height: 36px;
	}
	#buscador input.form-control {
		height: 36px;
		width: 200px;
		margin-left: 0px;
		margin-right: 0px;
		display: inline;
		border-radius: 20px;
		position: relative;
		top: 1px;
	}
	@media(min-width:768px) {
		#buscador {
			padding-top: 0px;
		}
		#buscador input.form-control {
			width: 400px;
		}
	}
/*!*/