
h1,p{
	text-align: justify;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

header .logo{
	margin-top: 20px;
}
header .familia{
	max-width: 100%;
	margin-right: 10px;
}
#logo{
	padding: 0;
	width: 60%;
display:block;
margin:auto
	}
	#familia{
		width: 60%;
		padding: 0px;
display:block;
margin:auto
	}
/*---------------------
 Aplicacion de color blanco a h de manera global
-----------------------*/
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
  Diseño de boton carousel
-----------------------*/

/* buttons */
#encabezado{
	padding: 0;
}

.site-btn {
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 600;
	min-width: 167px;
	padding: 18px 47px 14px;
	border-radius: 50px;
	text-transform: uppercase;
	background: #f51167;
	color: #fff;
	line-height: normal;
	cursor: pointer;
	text-align: center;
}

.site-btn:hover {
	color: #fff;
}

.site-btn.sb-white {
	background: #fff;
	color: #111111;
}

.site-btn.sb-line {
	background: transparent;
	color: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
}

.site-btn.sb-dark {
	background: #413a3a;
}

.site-btn.sb-dark.sb-line {
	background-color: transparent;
	color: #111111;
	-webkit-box-shadow: inset 0 0 0 1px #111111;
	box-shadow: inset 0 0 0 1px #111111;
}

/* Diseño a Animación para precargar la paagina */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}


/* Accordion */


/*------------------
  Header section
---------------------*/

.header-top {
	max-width: 100%;
	padding: 14px;
}

.site-logo {
	display: inline-block;
}

.header-search-form {
	width: 100%;
	position: relative;
	padding: 0 10px;
}



.main-navbar {
	background: #041D78;
	position: -webkit-sticky;
	position: sticky;
	top: 56px;
	z-index: 1030;
	align-items: center;

}

.slicknav_menu {
	display: none;

}

.main-menu {
margin: 0px;
}

.main-menu li {
	display: inline-block;
	position: relative;
	width: 100;

}

.main-menu li a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	margin-right: 50px;
	line-height: 1;
	padding: 17px 0;
	position: relative;
	
}

.main-menu li a .new {
	position: absolute;
	top: -8px;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	background: #f51167;
	line-height: 1;
	text-transform: uppercase;
	left: calc(50% - 21px);
	padding: 5px 9px 1px;
	border-radius: 15px;
	width: 60px;
}

.main-menu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}

.main-menu li:hover>a {
	color: #f51167;
}

.main-menu .sub-menu {
	position: absolute;
	list-style: none;
	width: 220px;
	left: 0;
	top: 100%;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #fff;
	z-index: 99;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
}

.main-menu .sub-menu li {
	display: block;
}

.main-menu .sub-menu li a {
	display: block;
	color: #000;
	margin-right: 0;
	padding: 8px 20px;
}

.main-menu .sub-menu li a:hover {
	color: #f51167;
}

.nav-switch {
	display: none;
}

/* ----------------
  carousel
---------------------*/

.hero-section {
	padding-bottom: 200px;

}


/*Correccción responsive de imagen principal*/
.hero-slider .hs-item {
  width: 100%;
  height: 50vh;
   background-size: cover;

}

.hero-slider .hs-item span {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 3px;
	margin-bottom: 5px;
	display: block;
	position: relative;
	top: 80px;
	opacity: 0;
}

.hero-slider .hs-item h2 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-slider .hs-item p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 35px;
	position: relative;
	top: 100px;
	opacity: 0;
}

.hero-slider .hs-item .site-btn {

	position: relative;
	top: 30px;
	opacity: 0;
}

.hero-slider .hs-item .sb-line {
	margin-right: 5px;
}

/* posicion de oferta */

.hero-slider .hs-item .container {
	position: relative;
	padding-top: 140px;
	border-color: red;
}

/*Posicion de avanzar imagenes*/
.hero-slider .slider-nav-warp {
	max-width: 1045px;
	bottom: 0;
	margin: -78px auto 0;
}

.hero-slider .slider-nav {
	display: inline-block;
	padding: 0 38px;
	position: relative;
}

.hero-slider .owl-dots {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 9px;
}

/*puntos para seleccionar imagen de slider*/

.hero-slider .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background: #27D5CF;
	border-radius: 15px;
	margin-right: 10px;
	opacity: 0.25;
}

.hero-slider .owl-dots .owl-dot.active {
	opacity: 1;
}

.hero-slider .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

/*Tamaño de botones para adelantar imagen*/
.hero-slider .owl-nav button.owl-next,
.hero-slider .owl-nav button.owl-prev {
	font-size: 27px;
	position: absolute;
	color: #27D5CF;
	opacity: 0.5;
	bottom: -20px;
}

.hero-slider .owl-nav button.owl-next {
	right: 0;
}

.hero-slider .owl-nav button.owl-prev {
	left: 0;
}

.hero-slider .owl-item.active .hs-item h2,
.hero-slider .owl-item.active .hs-item span,
.hero-slider .owl-item.active .hs-item p,
.hero-slider .owl-item.active .hs-item .site-btn {
	top: 0;
	opacity: 1;
}

.hero-slider .owl-item.active .hs-item span {
	-webkit-transition: all 0.5s ease 0.2s;
	-o-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
}

.hero-slider .owl-item.active .hs-item h2 {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.hero-slider .owl-item.active .hs-item p {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.hero-slider .owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 0.8s;
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.hero-slider .owl-item.active .hs-item .offer-card {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease 1s;
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}
/* ----------------------
  Latest product section
------------------------*/



/* ----------------
  Banner section
---------------------*/

.banner {
	padding: 50px 34px 47px;
	position: relative;
	margin-bottom: 70px;
}

.banner .tag-new {
	position: absolute;
	right: 26px;
	top: 27px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	background: #50e550;
	line-height: 1;
	text-transform: uppercase;
	padding: 7px 16px 1px;
	border-radius: 80px;
}

.banner span {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	margin-bottom: 5px;
	display: block;
}

.banner h2 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	color: #282828;
}

/* ----------------
  Footer section
---------------------*/
.footer-section {
	background: #002B7B;
	padding-top: 5px;

	
}

.footer-logom {
	align-content: center;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;

}
.footer-logoj {
	align-content: center;
	padding-top:30px;
	text-align: center;

}
.fot{
	align-items: center;
	text-align: center;
}

.footer-logo1{
padding-left: 50px;
padding-top: 10px;

}

.footer-widget {
	margin-bottom: 30px;
	overflow: hidden;
}

/*Redes Sociales*/

.social-links-warp {
	padding: 46px 50px;
}

.social-links a {
	margin-right: 10px;
	display: inline-block;
	padding: 0;
}

.social-links a:last-child {
	margin-right: 0;
}

.social-links a i {
	font-size: 30px;
	color: #001E80;
	float: left;
	margin-right: 5px;
	padding-top: 35px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.social-links a span {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #001E80;
	padding-top: 45px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.social-links a.instagram:hover i {
	color: #EE7906;
}


.social-links a.twitter:hover i {
	color: #00A1DD;
}



.social-links a.facebook:hover i {
	color: #051DD1;
}

.social-links a.twitter:hover i {
	color: #5abed6;
}


.social-links a:hover span {
	color: #fff;
}

/* ----------------
  Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1175px;
	}
	.hero-slider .hs-item {
  width: 100%;
  height: 50vh;
   background-size: cover;

}
}

@media (max-width: 1350px) {
	.product-slider .owl-nav {
		position: relative;
		left: 0;
		top: 0;
		text-align: center;
		padding-top: 20px;
	}
.hero-slider .hs-item {
  width: 100%;
  height:50vh;
   background-size: cover;

}

	.product-slider .owl-nav button.owl-prev,
	.product-slider .owl-nav button.owl-next {
		float: none;
		left: 0;
		right: 0;
		margin: 0 10px;
	}
	#logo{
	padding: 0;
	width: 70%;
display:block;
margin:auto
	}
	#familia{
		width: 80%;
		padding: 0px;
display:block;
margin:auto
	}
	.social-links-warp {
	padding: 10px 10px;
}



}

/* Medium screen : 992px. */

@media only screen and (min-width: 830px) and (max-width: 1199px) {
	.hero-slider .hs-item {
  width: 100%;
  height: 100%;
   background-size: cover;

}
	.hero-slider .slider-nav-warp {
		max-width: 930px;
	}
	.footer-widget ul {
		margin-right: 5px;
	}
	.social-links a {
		margin-right: 20px;
	}
	#logo{
	padding: 0;
	width: 70%;
display:block;
margin:auto
	}
	#familia{
		width: 80%;
display:block;
margin:auto;

	}
	.social-links-warp {
	padding: 10px 10px;
}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
.hero-slider .hs-item {
  width: 100%;
  height: 100%;
   background-size: cover;

}

	.site-logo {
		margin-bottom: 20px;
	}
	.header-search-form {
		margin-bottom: 15px;
	}
	.user-panel {
		text-align: center;
	}
	.main-menu {
		text-align: justify;
	}
	.sub-menu {
		text-align: left;
	}
	.main-menu li a {
		margin-right: 30px;
	}
	.hero-slider .slider-nav-warp {
		max-width: 690px;
	}
	.hero-slider .hs-item .offer-card {
		top: 20px;
	}
	.feature h2 {
		font-size: 18px;
	}
	.product-filter-menu {
		text-align: center;
	}
	.product-filter-menu li {
		margin: 0 5px 10px;
	}
	.social-links {
		text-align: center;
	}
	.social-links a {
		margin-right: 20px;
	}
	.social-links a span {
		display: none;
	}
	.cart-table,
	.checkout-cart,
	.product-thumbs {
		margin-bottom: 50px;
	}
	.map {
		position: relative;
		width: 100%;
		background: #ddd;
		height: 400px;
		margin-top: 70px;
	}
	#logo{
	padding: 0;
	width: 30%;
display:block;
margin:auto;
	}
	#familia{
		width: 60%;
		padding: 0px;
display:block;
margin:auto;
	}
	.social-links-warp {
	padding: 10px 10px;
}

.footer-logom {
	align-content: center;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;

}
.footer-logoj {
	align-content: center;
	padding-top:0px;
	text-align: center;
}


}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.hero-slider .hs-item {
  width: 100%;
  height: 100%;
   background-size: cover;

}
	.site-logo {
		margin-bottom: 20px;
	}
	.header-search-form {
		margin-bottom: 15px;
	}
	.user-panel {
		text-align: center;
	}
	.main-menu {
		display: none;
	}
	.slicknav_btn {
		background-color: #0797FB;
	}
	.slicknav_menu {
		background: #070786;
		display: block;
	}
	.slicknav_menu .new {
		font-size: 10px;
		font-weight: 700;
		color: #fff;
		background: #f51167;
		line-height: 1;
		text-transform: uppercase;
		padding: 5px 9px 1px;
		border-radius: 15px;
		width: 42px;
		margin-left: 5px;
	}
	.hero-slider .slider-nav-warp {
		max-width: 510px;
	}


	/* TAMAÑO DE LA LETRA------------------------------*/
	.hero-slider .hs-item h2 {
		font-size: 15px;
	}
	.hero-slider .hs-item .offer-card {
		display: none;
	}
	.product-filter-menu {
		text-align: center;
	}
	.product-filter-menu li {
		margin: 0 2px 10px;
	}
	.footer-widget ul {
		margin-right: 25px;
	}
	.social-links {
		text-align: center;
		padding: 0px;
	}
	.social-links a {
		margin-right: 15px;
	}
	.social-links a span {
		display: none;
	}
	.cart-table,
	.checkout-cart,
	.product-thumbs {
		margin-bottom: 50px;
	}
	.cart-table .size-col h4,
	.cart-table table tr th.size-th,
	.cart-table table tr th.quy-th,
	.cart-table .quy-col {
		padding-right: 0;
		width: 70px;
	}
	.cart-table .quy-col {
		width: 80px;
	}
	.address-rb {
		text-align: left;
	}
	.map {
		position: relative;
		width: 100%;
		background: #ddd;
		height: 400px;
		margin-top: 70px;
	}
	#logo{
	padding: 0;
	width: 20%;
display:block;
margin:auto
	}
	#familia{
		width: 50%;
		padding-top: 20px;
display:block;
margin:auto
	}
	.social-links-warp {
	padding: 10px 10px;
}

}

/* Medium Mobile :480px. */

@media only screen and (min-width: 576px) and (max-width: 766px) {
	.hero-slider .hs-item {
  width: 100%;
  height: 100%;
   background-size: cover;

}
	.hero-slider .slider-nav-warp {
		padding: 0 15px;
	}
	.banner .tag-new {
		position: relative;
		display: inline-block;
		margin-bottom: 18px;
		right: 0;
		top: 0;
	}
	#logo{
	padding: 0;
	width: 30%;
display:block;
margin:auto;
	}
	#familia{
		width: 60%;
display:block;
margin:auto;
	}
	.social-links-warp {
	padding: 10px 10px;
}
}

/* Small Mobile :320px. */

@media only screen and(min-width:0px) and (max-width: 479px) {
	.hero-slider .hs-item {
  width: 100%;
  height: 100%;
   background-size: cover;

}
	.hero-slider .slider-nav-warp {
		max-width: 510px;
		padding: 0 15px;
	}
	.hero-slider .hs-item h2 {
		font-size: 35px;
	}
	.hero-slider .hs-item .sb-line {
		margin-bottom: 15px;
	}
	.section-title h2 {
		font-size: 28px;
	}
	.feature h2 {
		font-size: 18px;
	}
	.banner .tag-new {
		position: relative;
		display: inline-block;
		margin-bottom: 18px;
		right: 0;
		top: 0;
	}
	.social-links {
		text-align: center;
	}
	.social-links a i {
		font-size: 20px;
		margin-right: 0;
	}
	.social-links a span {
		display: none;
	}
	#logo{
	padding: 0;
	width: 60%;
display:block;
margin:auto
	}
	#familia{
		width: 60%;
		padding: 0px;
display:block;
margin:auto
	}
	.social-links-warp {
	padding: 10px 10px;
}
}


.sociales ul{
	list-style: none;
	margin:0;
	padding: 0;
}
.sociales ul li{
	position: relative;
	display: inline-block;
}
.sociales ul li a::before{
	font-family: 'FontAwesome';
	display: inline-block;
	vertical-align: top;
	padding: 0.4rem;
	content: '\f08e';
	-webkit-font-smoothing: antialiased;
	font-size: 2rem;
	color: #e082a8;
}
.sociales ul li a[href*="facebook.com"]::before{
	content: '\f230';
}
.sociales ul li a[href*="instagram.com"]::before{
	content: '\f16d';
}
.sociales ul li a[href*="twitter.com"]::before{
	content: '\f081';
}
.ir-arriba {
	display:none;
	padding:20px;
	background:#024959;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}
#mensaje{

	background-color: #1EFFE7;
}


.section-title {
	text-align: center;
	margin-bottom: 0px;
	
}

.section-title h2 {
	font-size: 62px;
}
#img_h{
	width: 80%;
}
#img_h{
	width: 80%;
}

#encabezado{
padding: 0px;

}

    .google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }


.barra-busqueda {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.padre{
  display: flex;
  justify-content: center;
}
/*ultimos cambios*/
 #direccion{
 	text-align: left;
 	font-weight: bold;
 	padding-top: 10px;
 	padding-bottom: : 10px;
 }

 #parrafo3{
 	padding-top: 30px;
 	text-align: center;
 	font-weight: bold;
 }


*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	background: #D4D4D4;
	font-family: 'Open sans';
}



.wrap1{
	width: 1200px;
	max-width: 100	%;
	margin: 30px auto;
}

ul.tabs11{
	width: 100%;
	background: #363636;
	list-style: none;
	display: flex;
}

ul.tabs11 li{
	width: 18%;
}

ul.tabs11 li a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-align: center;

	display: block;
	padding: 20px 0px;
}

.active{
	background: #0984CC;
}

ul.tabs11 li a .tab-text{
	margin-left: 8px;
}

.secciones{

	width: 100%;
	background: #fff;
}

.secciones article{
	padding: 30px;
}

.secciones article p{
	text-align: justify;
}


@media screen and (max-width: 700px){
	ul.tabs11 li{
		width: none;
		flex-basis: 0;
		flex-grow: 1;
	}
}

@media screen and (max-width: 450px){
	ul.tabs11 li a{
		padding: 15px 0px;
		font-size: .5em;
	}

	ul.tabs11 li a .tab-text{
		display: none;
	}

	.secciones article{
		padding: 20px;
	}
}



 .embed-responsive-210by297 {
   padding-bottom: 141.42%;
   }




   .btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.abs-center{
 max-width: 60%;


}

#contenedor{
	 position:relative;
     margin:0 auto;
 
}
/*SLIDER DE IMAGENES*/
.main {
	width:100%;
	max-width:100%;
	
}
 
.slides {
	width:100%;
}
 
.slides img {
	width:100%;
}
 
.slidesjs-pagination {
	background:#0380FF;
	list-style:none;
	overflow:hidden;
}
 
.slidesjs-pagination li {
	float:left;
}
 
.slidesjs-pagination li a {
	display:block;
	padding:10px 20px;
	color:#fff;
	text-decoration:none;
}
 
.slidesjs-pagination li a:hover {
	background:#000;
}
 
.slides .active {
	background:#000;
}
 
.slidesjs-navigation{
	background:#01055C;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding:13.5px 20px;
	float:right;
}
.slidesjs-control{
	padding:none;
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play3:before {
  content: "\ea1c";
}
.icon-pause2:before {
  content: "\ea1d";
}
.icon-stop2:before {
  content: "\ea1e";
}
.icon-backward2:before {
  content: "\ea1f";
}
.icon-forward3:before {
  content: "\ea20";
}