/*
Theme Name: MovilSys
Author: Andres J. Villar
Author URI: http://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/

body {
	background: #f7f7f7;
	font-family: 'Raleway', sans-serif;
	font-size: 15.2px;
	color: #000;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
img {
	max-width: 100%;
	height: auto;
}
.grey {
	color: #888;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
.red {
	color: #EE3D2B;
}
.blue {
	color: #4465BB;
}
.bg-grey {
	background: #888;
}
.bg-black {
	background: #000;
}
.bg-white {
	background: #fff;
}
.bg-red {
	background: #EE3D2B;
}
.bg-blue {
	background: #273a6b;
}
.transition {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active, a:visited {
	text-decoration: none;
	color: #EE3D2B;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
}


/** HEADER **/
#top-head {
	padding: 6px 0px;
	background: #304884;
	color: #fff;
	font-size: 14px;
}
#top-head a {
	color: #fff;
}
#top-head ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#top-head ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#top-head ul li.separa {
	margin: 0 12px;
	border-right: 1px solid #fff;
	height: 20px;
	width: 1px;
	background: #fff;
}
#top-head .login img {
	width: 12px;
	margin-right: 4px;
	position: relative;
	top: -2px;
}
#top-head .carro img {
	width: 20px;
	margin-right: 4px;
}
#header {
	min-height: 115px;
	background: #fff;
}
.page #header {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.05);
	border: 1px solid #e9e9e9;
}
#header .navbar-brand {
	padding: 0px 0px;
	min-height: none;
}
#header .navbar-brand img {
	height: 90px;
}
#header .navbar-default .navbar-nav li.active  a,#header .navbar-default .navbar-nav a:hover,
#header .navbar-default .navbar-nav  a:focus {
	border:none;
	background:none !important;
	color: #ED3D2B;
}
.navbar-default {
    background-color: #fff;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 6px;
}
.navbar-right {
    margin-top: 15px;
}
.navbar-default .navbar-nav li {
	padding-right: 20px;
	padding-right: 20px;
}
.navbar-default .navbar-nav li a {
	color: #304784;
	font-size: 14px;
	border: none;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
li.search form {
	display: inline-block;
	position: relative;
	width: 180px;
	height: 34px;
	font-size: 15px;
	margin-top: 5px;
}
li.search form input {
	width: 100%;
	height: 100%;	
	border: 1px solid #e0e0e0;
	color: #666;
	padding: 6px;
	font-size: 14px;
	padding-right: 36px;
}
li.search form button {
	position:absolute;
	top: 1px;
	right: 1px;
	background: #ec321e;
	color: #fff;
	text-align: center;
	width: 32px;
	height: 32px;
	border: none;
}

li.search form button {
	position: ;
}
/** Submenus **/
.menu ul, .dropdown-menu {
	list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #ec321e;
    background-color: #fff !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 0;
	list-style-type: none !important;
}
.navbar-nav > li.submenu > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}
.navbar-nav > li.submenu > .dropdown-menu li a {
	border-bottom: 1px solid #304784 !important;
	font-size: 14px !important;
	color: #304784;
	font-weight: 600;
	padding: 8px 12px;
    display: block;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #304784 !important;
}


/*** HOME **/
.content-slider {
	background: url(images/slide.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 140px;
}
.text-slider {
	color: #fff;
	padding-right: 50%;
	font-size: 17px;
}
.text-slider h2 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 20px;
}
.text-slider a {
	display: inline-block;
	margin-top: 20px;
	border: 2px solid #fff;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: 600;
}
.text-slider a:hover {
	background: #fff;
	color: #EE3D2B;
}
.slider-home {
	background: #fff;
	margin-top: -90px;
	position: relative;
	padding: 20px;
}
.box-shadow {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.05);
	border: 1px solid #e9e9e9;
	background: #fff;
}
.owl-slider .item {
	text-align: center
	padding: 12px;
}
p.titulo {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}
p.precio {
	font-size: 18px;
	text-align: center;
	font-weight: 700;
}
p.link-cart a {
	width: 48px;
	height: 48px;
	border-radius: 48px;
	background: transparent;
	display: inline-block;
	text-align: center;
	padding-top: 8px;
}
p.link-cart a:hover {
	background: #f6f6f6;
}
p.link-cart img {
	width: 34px !important;
	float: none;
	margin: 0 auto;
}
.slider-home .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    background: #ff0000;
}
.slider-home .owl-prev {
    left: -40px;
    position: absolute;
    background: url(images/left.png) no-repeat center center #fff !important;
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    border: 3px solid #e4e4e4 !important;
    opacity: 0.8;
    transition: all .2s ease-in-out;
}
.slider-home .owl-next {
	right: -40px;
	position: absolute;
    background: url(images/right.png) no-repeat center center #fff !important;
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    border: 3px solid #e4e4e4 !important;
    opacity: 0.8;
    transition: all .2s ease-in-out;
}
.slider-home .owl-prev:hover, .slider-home .owl-next:hover {
	opacity: 1;
}
.slider-home .owl-prev span, .slider-home .owl-next span {
	display: none !important;
}
.slider-home h2 {
	text-align: center;
	display: inline-block;
	width: auto;
	margin: 0 auto;
	font-size: 40px;
	font-weight: 600;
	padding: 0 20px;
}
.slider-home .imagen {
	position: relative;
}
.slider-home .btn-info {
	position: absolute;
	bottom: 8px;
	left: 36px;
	background: none !important;
}
.slider-home .btn-info img {
	width: 36px;
}
h2.decoration:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 2px;
	background: #EE3D2B;
	position: relative;
	right: -10px;
	top: -10px;
}
h2.decoration:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 2px;
	background: #EE3D2B;
	position: relative;
	left: -10px;
	top: -10px;
}
.ficha {
	padding: 20px 34px;
}
.ficha .image {
	max-height: 160px;
	overflow: hidden;
	text-align: center;
}
.ficha .image img {
	max-height: 160px;
	max-width: 100%;
	width: auto;
}
.ficha .line {
    display: block;
    width: 40px;
    height: 2px;
    background: #000;
    margin: 10px auto;
}
.big-text .line {
    display: block;
    width: 40px;
    height: 2px;
    background: #000;
    margin: 10px 0;
}
.destacada {
	min-height: 380px;
	max-height: 380px;
}
.big-photo img {
	margin-top: 12px;
}
.destacada .big-text {
	padding-top: 40px;
}
.destacada .big-text h3 {
	font-weight: bold;
	margin-bottom: 30px;
	padding-right: 20px;
} 
.text-left {
	text-align: left !important;
}
.conoce {
	color: #fff;
	text-align: center;
	background: url(images/etiq.png) no-repeat center center;
	background-size: 100%;
	padding: 8px 20px;
	display: inline-block;
	width: auto;
	margin: 0 auto;
}
.conoce a, .conoce a:hover, .conoce a:focus {
	color: #fff;
}


/*** FOOTER **/
footer {
	border-top: 6px solid #304884;
	background: url(images/bg-footer.jpg) no-repeat center center;
	background-size: cover;
	color: #8a9ed5;
	font-size: 14px;
}
footer a {
	color: #8a9ed5;
}
footer a:hover {
	color: #8a9ed5;
}
footer .texto {
	font-weight: 600;
	width: 480px;
	max-width:100%;
	margin: 0 auto 12px auto;
}
.menufooter a {
	color: #4465BA;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	margin: 0 14px;
	transition: all .2s ease-in-out;
}
.menufooter a:hover {
	color: #a8b6d8;
}
.menufooter {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.menufooter ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menufooter li {
	display: inline-block;
}
a.social {
	opacity: 0.9;
}
a.social:hover {
	opacity: 1;
}
a.social img {
	width: 38px;
	margin: 10px 3px;
}


/** PAGE **/
h1 {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
}
.maincontent {
	padding: 30px;
}
.maincontent .box-shadow {
	box-shadow: none;
	border: none;
}
.maincontent .ficha {
	padding: 0;
}
.bgred {
	background: url(images/bgred.png) no-repeat center center;
	background-size: cover;
}
.bgred {
	color: #fff;
	padding: 40px 0;
	margin-top: 50px;
}
.text-garantia {
	position: relative;
	padding-left: 400px;
}
.text-garantia .img-garantia {
	position: absolute;
	left: 0;
	width: 360px;
	top: -160px;
}
.text-garantia h2 {
	font-weight: 600;
}
.text-garantia p {
	margin-top: 30px;
	font-size: 17px;
}
.page .slider-home {
    margin-top: 30px !important;
    margin-bottom: 20px;
}
.col1, .col2 {
	border-right: 1px solid #e0e0e0;
	padding-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.contacto input, .contacto textarea, .contacto select {
	background: #f6f6f6;
	border: 1px solid #e9e9e9;
	margin-bottom: 14px;
	padding: 9px 12px;
	width: 100%;
}
.contacto textarea {
	height: 92px;
	resize: none;
}
.contacto input[type="submit"], a.boton_login {
	opacity: 0.9;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 44px;
	width: auto;
	border:none;
	background: #EE3D2B;
	display: inline-block;
}
.contacto input[type="submit"]:hover, a.boton_login:hover {
	opacity: 1;
}
.contacto label {
	font-weight: normal;
	display: inline-block;
}
.contacto input[type="checkbox"] {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 2px;
	width: 20px;
}
.mapa iframe {
	width: 100%;
	height: 350px;
}
.mapa .fa {
	display: inline-block;
	width: 22px;
	text-align: center;
	color: #EE3D2B;
	margin-right: 4px;
}
.mapa span {
	display: inline-block;
	margin-right: 30px;
	white-space: nowrap;
}
.mapa p {
	margin-bottom: 0;
	margin-top: 8px;
	padding: 0;
}
.breadcrumbs {
	color: #EE3D2B;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	padding: 0 0 20px 0;
	text-align: right;
}
.breadcrumbs a {
	color: #000 !important;
}
.breadcrumbs .fa {
	margin: 0 8px;
	color: #000;
}
.maincontent h4 {
	font-weight: 600;
	margin: 20px 0;
}
.selectestado {
	padding: 4px;
	border: 1px solid #e0e0e0;
}
button.update_estado {
	border: none;
	background: transparent !important;
	color: #4465BB;
}


/** Listados Productos **/
.paginacion {
  text-align: center;
  display: block;
  width: 100%;
}
.paginacion a {
  text-decoration: none !important;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ececec;
  margin: 0 1px;
  vertical-align: top;
}
.paginacion a.selected {
  background: #EE3D2B;
  color: #fff;
}
span.arrows1, span.arrows4 {
  display: none;
}

/** DETALLE **/
.details h4 {
	font-weight: 600;
}
h1.titulo {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
}

.cantidad {
	background: #EE3D2B;
	display: inline-block;
	border-radius: 4px;
	padding: 5px;
	width: auto;
	opacity: 0.9;
	margin-top: 20px;
}
.cantidad:hover {
	opacity: 1;
}
.cantidad button.btn-number {
    border-radius: 0;
    padding: 0 2px 0 4px;
    border: none;
    background: none !important;
    position: relative;
    margin-top: -4px;
}
.cantidad .fa {
	color: #fff;
}
.cantidad input.input-number {
	width: 40px;
	display: inline-block;
	float: left;
	position: relative;
	top: 3px;
	border: none;
}
.cantidad table {
	display: inline-block;
	width: 20px;
	height: 40px;
	float: left;
}
.cantidad a.cart-btn {
    display: inline-block;
    background: transparent;
    color: #fff;
    height: 33px;
    position: relative;
    top: 5px;
    margin-left: 10px;
    border: none;
    padding-left: 5px;
    padding-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 31px;
}
.cantidad a.cart-btn img {
	margin-left: 4px;
	margin-top: -2px;
}
.qnotice {
    padding: 10px 10px;
    color: #EE3D2B;
    border: 1px solid #EE3D2B;
    font-weight: 600;
    font-size: 12px;
    background: #f7c5c0;
    width: auto;
    border-radius: 4px;
    position: relative;
    top: 3px;
    width: 230px;
    display: none;
}

/** Mini cart **/
.dropdown-menu.dropdown-cart {
    z-index: 9999;
    right: 0;
    left: inherit;
    min-width: 250px;
    padding: 10px;
}
.dropdown-cart {
	color: #000 !important;
}
.dropdown-cart .item {
	padding: 10px;
	border-bottom: 1px solid #e9e9e9;
}
.dropdown-cart .item-left {
	display: inline-block;
	width: 60px; 
	height: 60px; 
	margin-right: 6px; 
	float: left;
}
.dropdown-cart .item-left img {
    width: 100% !important;
    height: 60px;
    border: 2px solid #f8f8f8;
    padding: 4px;
    margin: 0 !important;
}
.dropdown-cart .item-right {
    float: left;
    width: 156px;
    padding-left: 6px;
    font-size: 12px;
}
.dropdown-cart strong {
	font-weight: 600;
}
.dropdown-cart li.total {
    margin: -6px 0 0 0 !important;
    padding: 10px 15px !important;
    background: #f4f4f4;
    width: 100%;
    text-align: right;
    font-size: 13px !important;
    font-weight: 600 !important;
}
.dropdown-cart li.divider {
	display: none !important;
}
.dropdown-cart li.link-carro {
    margin: 0 !important;
    background: #EE3D2B;
    width: 100%;
    padding: 0 !important;
}
.dropdown-cart li.link-carro a, .dropdown-cart li.link-carro a:hover {
	text-transform: uppercase;
	font-weight: 600;
	color: #fff !important;
	display: block;
	padding: 9px !important;
	background: transparent !important;
	font-size: 13.6px;
}

/** CARRO **/
.table td {
	vertical-align: middle !important;
}
a.delete {
	font-size: 24px;
	font-weight: 600;
}
input.CartQuantity {
	border: 1px solid #e0e0e0;
	width: 60px;
	padding: 5px 0 5px 10px;
	border-radius: 4px;
}
.table {
	font-size: 15px;
}
.table th {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #444;
}
.table .btn-default {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	padding: 8px 16px;
	background: #eee;
}
.table .btn-primary {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 22px;
}
.table td.totales strong {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}
.table td.totales {
	font-size: 15px;
}
.table.table-striped td.totales {
	font-size: 14px;
}
.table td.totales span {
	display: inline-block;
	width: 140px;
}
.total-final {
	text-align: right;
}
.bold {
	font-weight: 600;
}
.registro {
	border-left: 1px solid #e9e9e9;
	padding-left: 30px;
}
.registro form {
	background: #fafafa;
	border: 1px solid #f6f6f6;
	padding: 20px;
}
.registro form input, .registro form select, .registro form textarea {
	background: #fff;
}
.tabla-confirm {
	font-size: 13px;
}
.detalles_facturacion strong {
	font-weight: 600;
}
.detalles_facturacion td {
	padding: 3px 10px;
	font-size: 15px;
}
.menu-usuario {
	list-style-type: none;
	margin: 0 0 24px 0;
	padding: 0;
}
.menu-usuario li {
	padding:0;
	border-bottom: 1px solid #f9f9f9;
}
.menu-usuario a {
	display: block;
	padding: 10px 12px;
	color: #111;
	background: #fff;
}
.menu-usuario a.active, .menu-usuario a:hover {
	background: #EE3D2B;
	color: #fff;
}
a.detalles-link {
	font-size:13px;
	text-transform: uppercase;
	font-weight: 600;
}

/** ADMINISTRACION **/
.page-admin {
	background: #fff;
}
.head_admin {
	background: #f8f8f8;
	border-bottom: 1px solid #f2f2f2;
	padding: 8px 0;
}
.head_admin img {
	width: 100px;
}
.head_admin .col-sm-3 {
	text-align: right;
}
.head_admin .col-sm-3 a {
	color: #333 !important;
	font-size: 13px;
	display: block;
	padding-top: 14px;
	text-transform: uppercase;
}
.search_mobile {
	display: none;
}
.select-color {
	padding: 10px 15px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	width: 250px;
	max-width: 100%;
	margin-top: 5px;
}
.img-qs {
	text-align: center;
}
.img-qs img {
	border: 1px solid #e0e0e0;
	width: 500px;
	max-width: 100%;
	margin-bottom: 12px;
}
.bloque2 {
	text-align: center;
	font-size: 17px;
	padding-left: 8%;
	padding-right: 8%;
}
.bloque2 ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
}
.bloque2 ul:after, .bloque2 ul:before {
	content: '';
	clear: both;
	width: 100%;
	display: block;
}
.bloque2 ul li {
	text-align: center;
	display: inline-block;
	float: left;
	width: 50%;
	color: #304884;
	margin: 5px 0;
}
.bloque2 .text-center {
	font-size: 16px;
}
.mision {
	border-right: 1px solid #e0e0e0;
	padding-right: 30px;
	padding-bottom: 12px;
}
.vision {
	padding-left: 30px;
}
.valores {
	padding-top: 10px;
}
.valores ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.valores ul li {
	width: 33.3%;
	display: inline-block;
	float: left;
	background: url(images/bl.png) no-repeat left 7px;
	padding-left: 10px;
	padding-right: 10px;
}
.mision h3, .vision h3, .valores h3 {
	font-weight: 600;
	font-size: 19px;
	margin-bottom: 5px;
}



@media (max-width: 1100px) {
	#header {
		min-height: 92px;
	}
	.navbar-header {
	  float: none;
	}
	#header .navbar-brand img {
		height: 74px;
	}
	.navbar-left,.navbar-right {
	  float: none !important;
	}
	.navbar-toggle {
	  display: block;
	  float: right;
	}
	.navbar-default {
	    margin-top: 6px;
	    padding-top: 4px;
	}
	.navbar-default .navbar-toggle {
		margin-top: 14px;
		border:none;
		margin-right: 0;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 12px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background:none;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #ee3b29;
		height: 3px;
		width: 25px;
	}
	.navbar-collapse {
	  border-top: 1px solid transparent;
	  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	  background: #304884;
	  margin-left: -15px;
	  margin-right: -15px;
	  padding: 0;
	  margin-top: 14px;
	}
	.navbar-default .navbar-nav li {
		padding-right: 0;
		padding-right: 0;
	}
	.navbar-default .navbar-nav li a {
		color:#fff;
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 1px solid #415a96 !important;
	}
	.navbar-collapse.collapse {
	 	display: none!important;
	}
	.navbar-nav {
	  	float: none!important;
	  	margin-top: 7.5px;
	}
	.collapse.in{
	  	display:block !important;
	}
	.navbar-default li.search {
		display: none;
	}
	.navbar-nav>li {
	  float: none;
	}
	.navbar-collapse {
		border:none;
		box-shadow:none;
	}
	.navbar-default .navbar-collapse {
		overflow-y: hidden;
		max-height: none;
		overflow-x: hidden !important;
	}
	.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		color: #ED3D2B !important;
	}
	.navbar-nav > li > .dropdown-menu {
		background: transparent;
		position: relative;
		float: none;
		margin: 0;
		padding: 0;
		border: none !important;
		box-shadow: none !important;
	}
	.navbar-nav > li.submenu > .dropdown-menu li a {
		color:#fff !important;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 30px;
		padding-right: 15px;
		display: block;
		background: transparent !important;
		font-size: 13px !important;
		border-bottom: 1px solid #415a96 !important;
	}
	.navbar-nav > li.submenu > .dropdown-menu li {
		display: block;
		position: relative;
	}
	.navbar-nav > li.submenu > .dropdown-menu li a:hover {
		color: #ED3D2B !important;
		border-bottom: 1px solid #415a96 !important;
	}
	.valores ul li {
		width: 50%;
	}
}

@media(max-width: 1100px) {
	.navbar-nav {
    	padding-left: 15px;
	}
	.text-slider h2 {
		font-size: 38px;
	}
	.text-slider a {
		font-size: 15px;
	}
	.slider-home h2 {
		font-size: 32px;
	}
	.search_mobile {
		display: inline-block;
		position: relative;
		float: left;
		width: 200px;
	}
	.search_mobile input {
		width: 100%;
		border: none;
		height: 30px;
		padding-right: 34px;
		color: #333;
		font-size: 13px;
		padding-left: 12px;
	}
	.search_mobile button {
		position: absolute;
		right: 0;
		top: 0;
		border: none;
		background: #fff;
		color: #4465BB;
		height: 30px;
		width: 30px;
	}
}

@media(max-width: 991px) {
	.text-slider {
		padding-right: 30%;
		font-size: 16px;
	}
	.text-garantia h2 {
		font-size: 24px;
	}
	.text-garantia p {
		margin-top: 24px;
		font-size: 16px;
	}
	.text-garantia {
		padding-left: 300px;
	}
	.text-garantia .img-garantia {
		width: 280px;
		top: -80px;
	}
	.bgred {
		margin-top: 30px;
	}
}

@media(max-width: 767px) {
	.text-slider {
		padding-right: 0;
	}
	.destacada {
		min-height: none;
		max-height: none;
	}
	.text-garantia {
		padding-left: 20px;
		padding-right: 20px;
	}
	.text-garantia .img-garantia {
		display: none;
	}
	.bgred {
		margin-top: 20px;
	}
	.col1 {
		border-top: 1px solid #e0e0e0;
		padding-top: 20px;
	}
	.col1, .col2 {
		border-bottom: 1px solid #e0e0e0;
		border-right: none;
		padding-right: 0;
	}
	h1 {
		font-size: 30px;
	}
	.mision {
		border-right: none;
		padding-right: 15px;
	}
	.vision {
		padding-left: 15px;
	}
	.img-qs img {
		width: 400px;
		margin-bottom: 15px;
	}
	.bloque2 {
		margin-top: -50px;
		font-size: 16px;
		padding-left: 0;
		padding-right: 0;
	}
	.bloque2 ul li {
		width: 100%;
		float: none;
	}
	.col-sm-6.mision {
		padding: 0 0 15px 0;
	}
	.col-sm-6.vision {
		padding-left: 0;
		padding-right: 0;
	}
}

@media(max-width: 498px) {
	.content-slider {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.text-slider {
		padding-right: 0;
	}
	.text-slider h2 {
		font-size: 30px;
	}
	.slider-home h2 {
		font-size: 24px;
	}
	h1.titulo {
		font-size: 24px;
	}
	h2.decoration:after {
		width: 10px;
		right: -8px;
		top: -6px;
	}
	h2.decoration:before {
		width: 10px;
		left: -8px;
		top: -6px;
	}
	.text-slider p {
		display: none;
	}
	.slider-home {
		margin-top: 30px;
	}
	.slider-home .owl-nav, .slider-home .owl-prev {
		display: none;
	}
	.big-photo, .big-text {
		text-align: center;
		width: 100%;
		float: none;
		text-align: center;
	}
	.big-photo .text-left, .big-text .text-left {
		text-align: center !important;
	}
	.big-photo img {
		max-height: 160px;
		width: auto;
		margin-top: 12px;
		margin-bottom: -20px;
	}
	.big-text h3 {
		display: none;
	}
	.big-text .line {
    	margin: 10px auto;
	}
	.conoce {
		background-size: cover;
	}
	.search_mobile {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
}


.noresults {
	width: 500px;
	max-width: 100%;
	margin: 30px auto;
}
ul.busqueda {
	margin: 30px 0;
	list-style-type: none;
}
ul.busqueda li {
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 0;
}
ul.busqueda img {
	height: 40px;
	width: auto;
	max-width: 100%;
	margin-right: 15px;
}
ul.busqueda a {
	color: #000 !important;
}

p.facontacto {
	position: relative;
	padding-left: 24px;
}
p.facontacto .fa {
	position: absolute;
	left: 0;
	top: 3px;
}

.legal ul, .legal ol {
	padding-left: 20px;
}

.slider-home .imagen {
    position: relative;
    text-align: center;
    height: 250px;
}
.owl-carousel .owl-item img.imagenproducto {
    width: auto;
    max-height: 250px;
    max-width: 100% !important;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.header_idiomas {
	text-align: right;
}
.header_idiomas a {
	display: inline-block;
	margin-left: 8px;
}
@media(max-width: 1100px) {
	.header_idiomas {
	    text-align: right;
	    position: absolute;
	    top: 8px;
	    right: 0;
	}
	.navbar-default .navbar-toggle {
		margin-top: 32px;
	}
}