/* ESTILOS PARA LAMITEC 2017

@brand-primary: ; (azul)
@brand-success: ; (gris)
font-family: 'PT Sans',sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Lato', sans-serif;

*/

/* RESET */
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}

.half-modal {
	display: flex;
	align-items: center;
	height: 100vh;
	margin: 0 auto;
}

/* MODAL BANNER */

.modal-dialog {
	/* width: 64%; */
	width: 47%;
}
.sliderModal .modal-dialog {
    width: 63%;
}
.modal.in .modal-dialog {
    z-index: 10000000000;
}
.modal-header {
    padding: 5px 15px;
}
.close {
    font-size: 30px;
}

/* GEN POP */

body {
	color: #333333;
    font-family: 'PT Sans',sans-serif;
    padding-top: 213px;
	position: relative;
	overflow-x: initial;
}
a {
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a.list-titles-links {
	text-decoration: none;
}
p {
	font-size: 16px;
}
.bg {
    z-index: -10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfbf9+0,fcfbf9+56,e8e7ed+100 */
	background: #fcfbf9; /* Old browsers */
	background: -webkit-linear-gradient(top, #fcfbf9 0%,#fcfbf9 56%,#e8e7ed 100%); /* Chrome10-25,Safari5.1-6 */
	background: -moz-linear-gradient(top, #fcfbf9 0%, #fcfbf9 56%, #e8e7ed 100%); /* FF3.6-15 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbf9', endColorstr='#e8e7ed',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(to bottom, #fcfbf9 0%,#fcfbf9 56%,#e8e7ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: fixed;
}

.section {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* HEADINGS */

h1, .h1 {
	font-family: 'Oswald', sans-serif;
	margin-top: 0;
	font-size: 36px;
}
h2 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	margin-top: 0;
	font-size: 27px;
	line-height: 150%;
}
h3 {
	color: #0096B2;
	font-family: 'Oswald', sans-serif;
	margin-top: 0;
	font-size: 35px;
}
h3.list-titles {
	color: #222222;
	font-family: 'Oswald', sans-serif;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 18px;
	text-decoration: none;
}
h4, .h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
    font-size: 21px; 
}
h4.media-heading {
	color: #0096B2;
	font-family: 'Lato', sans-serif;
}

/* COLORS */

.bg-black {
	background-color: #000;
}
.bg-white {
	background-color: #fff;
}
.white {
	color: #fff;
}
.blue {
	color: #0096B2 !important;
}
.orange {
	color: #EC9218;
}
.black {
	color: #000;
}
.bg-light-gray {
	background-color: #eee;
	padding-top: 40px;
	padding-bottom: 40px;
}
.bg-light-gray.pad-xs {
	padding-top: 5px;
	padding-bottom: 5px;
}
.mini-blue-line {
	background-color: #0096B5;
	padding-bottom: 1px;
	width: 30px;
	margin-bottom: 15px;
}
.gray {
	color: #444444;
}
.light-gray {
	background-color: #d9d9d9;
}

/* BUTTONS */

.btn {
	border-radius: 0;
	font-size: 12px;
}
.btn-orange {
	background-color: #F29501;
	border: 2px solid #F29501;
	color: #fff;
	transition: all .2s ease-in-out;
}
.btn-orange:hover {
	background-color: #fff;
	color: #0095B4;
	border: 2px solid #fff;
	transition: all .2s ease-in-out;
}
.hover-blue:hover{
	background-color: #2399ba;
	border: 2px solid #2399ba;
	color: #fff;
	transition: all .2s ease-in-out;
}
.btn-blue {
	background-color: #0095B4;
	color: #fff;
	border: 2px solid #0095B4;
}
.btn-blue:hover {
	background-color: transparent;
	color: #0095B4;
	border: 2px solid #0095B4;
}
.btn-white {
	background-color: #fff;
	color: #0095B4;
	border: 2px solid #fff;
	transition: all .2s ease-in-out;
}
.btn-white:hover {
	background-color: #F29501;
	color: #fff;
	border: 2px solid #F29501;
	transition: all .2s ease-in-out;
}
.btn-file {
	background-color: #0095B4;
	color: #fff;
	border: 2px solid #0095B4;
	padding: 10px 20px;
}


/* TYPO */

.esc {
	font-size: 55px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
.registrado {
	font-size: 18px;
}
.txt-med {
	font-size: 20px;
}
.quicklinks {
    font-family: Georgia, 'times new roman', arial;
    font-size: 30px;
    color: #777;
}
.border-title {
	border: 1px solid #BBBBBB;
	text-align: center;
	padding: 10px 20px;
}
p.desde {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 50px;
}
.bigR {
	font-size: 18px;
}
.strong {
	font-weight: bold;
}
.lineH {
	line-height: 150%;
}

/* POSITION */

.m-top-xs {
	margin-top: 10px;
}
.m-top {
	margin-top: 25px;
}
.m-top-md {
	margin-top: 35px;
}
.m-bottom-md {
	margin-bottom: 35px;
}
.m-top-lg {
	margin-top: 50px;
}
.m-top-lg-x {
	margin-top: 62px;
}
.pad-bot {
	padding-bottom: 20px;
}
.blue-line {
	background-color: #0096B3;
	padding-bottom: 20px;
	margin-top: 10px;
}
.blue-line-thin {
	background-color: #0096B3;
	padding-bottom: 1px;
	margin-top: 10px;
}
.pad-sides {
	padding-left: 30px;
	padding-right: 30px;
}

.px-5 {
	padding: 0 20rem;
}

.py-3 {
	padding: 1.5rem 0;
}

.py-5 {
	padding: 3.5rem 0;
}

/* BG */

.bg-panels-top {
	background: url('../img/panels-top-01.jpg') no-repeat 20% 100%;
	padding-top: 45px;
}
.bg-gradient {
	position: absolute;
    height: 100%;
    width: 100%;
}
.wrap {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfbf9+0,e8e7ed+100 */
	background: #fcfbf9; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #fcfbf9 0%, #e8e7ed 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #fcfbf9 0%,#e8e7ed 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #fcfbf9 0%,#e8e7ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbf9', endColorstr='#e8e7ed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* FLEX BOX */
.top-margin {
	margin-top: 12px;
}


/* LISTS */

ul.menu-bolsas {
	padding-left: 0;
	margin-top: 40px;
}
ul.menu-bolsas li {
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-left: 25px;
	margin-right: 25px;
}
ul.menu-bolsas li a {
	color: #0096B3;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	padding: 5px 10px;
	border: 1px solid transparent;
}
ul.menu-bolsas li a.active,
ul.menu-bolsas li a:hover {
	border: 1px solid #0096B3;
    padding: 5px 10px;
    text-align: center;
}
ul.historia {
	padding-left: 0;
	text-align: center;
}
ul.historia li {
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	width: 180px;
	margin-left: 10px;
	margin-right: 10px;
}
ul.historia li p.li-title {
	font-family: 'PT Sans',sans-serif;
	font-weight: bold;
	color: #0096B2;
	font-size: 18px;
	margin-top: 15px;
}
ul.historia li p.li-txt {
	font-size: 14px;
}
ul.resp {
	padding-left: 15px;
	margin-top: 20px;
}
ul.resp li {
	list-style-image: url('../img/vineta.jpg');
	margin-bottom: 10px;
}
ul.clientes {
	padding-left: 0;
	text-align: center;
	margin-top: 50px;
}
ul.clientes li {
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
	width: 200px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 30px;
}
ul.accesorios {
	padding-left: 0;
	text-align: center;
}
ul.accesorios li {
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	margin-left: 15px;
	margin-right: 15px;
}
ul.accesorios li p {
	color: #fff;
	margin-top: 20px;
}
ul.tipo {
	padding-left: 0;
}
ul.tipo li {
	list-style-type: none;
	display: inline-block;
	vertical-align: bottom;
	width: 150px;
	margin-left: 15px;
	margin-right: 15px;
}

/* HEADER */

nav {
	font-size: 16px;
}
.header-right {
	text-align: right;
	color: #333333;
	font-size: 13px;
	margin-top: 15px;
}
.navbar-default {
	background-color: #fff;
    border: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-brand {
    padding: 25px 15px;
}
.navbar-default .navbar-nav>li {
	margin-left: 5px;
    margin-right: 5px;
}
.navbar-default .navbar-nav>li>a {
    color: #333333;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	background-color: #eee;
}   
.social-ico {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	margin-left: 5px;
}
.header-right a:hover {
	color: #EC912D;
}
.navbar-nav {
	margin-top: 30px;
}
.dropdown-menu {
    background-color: #e7e7e7;
    border: none;
    border-radius: 0;
}

/* TOP NAV COLLAPSE */

.navbar.top-nav-collapse .navbar-header {
	width: 150px;
}
.navbar.top-nav-collapse .header-right {
	display: none;
}
.navbar.top-nav-collapse .navbar-nav>li>a {
	font-size: 14px;
}
.navbar.top-nav-collapse .navbar-nav>li>a {
    padding: 10px 10px;
}
.navbar.top-nav-collapse {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(130,131,133,.8);
    -moz-box-shadow: 0px 0px 30px 0px rgba(130,131,133,.8);
    box-shadow: 0px 0px 30px 0px rgba(130,131,133,.8);
}

/* FOOTER */

.ico-foot {
	color: #777;
}
.li-footer {
	padding-left: 0;
}
.li-footer li {
	list-style-type: none;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
    font-size: 12px;
}
.innk {
	padding-bottom: 30px;
	font-size: 11px;
}

/* CONTENT */
.orange-ribbon {
	background: url('../img/bg-naranja.jpg') no-repeat 50% 50% #000;
	padding-top: 70px;
	padding-bottom: 70px;
	background-size: cover;
}

.black-ribbon {
	background: url('../img/bg-parrafos2x.jpg') no-repeat 50% 50% #000;
	padding-top: 70px;
	padding-bottom: 70px;
	background-size: cover;
}

.blue-ribbon {
	background: url('../img/bg-azul.jpg') no-repeat 50% 50% #000;
	padding-top: 70px;
	padding-bottom: 70px;
	background-size: cover;
}

.bg-waves {
	background: url('../img/bg-waves.png') no-repeat 50% 50% #eee;
	background-size: cover;

}
.gray-pattern {
	background: url('../img/bg-gray-pattern-2x.png') repeat-x 0 0 #fff;
	padding-top: 70px;
    padding-bottom: 70px;
}
.gray-pattern h2 {
	color: #333;
	font-family: 'PT Sans',sans-serif;
	font-size: 25px;
}
.bg-black-tec {
	background: url('../img/bg-gris-conoce.jpg') no-repeat 50% 50% #000;
	padding-top: 40px;
    padding-bottom: 35px;
	height: 250px;
	background-size: cover;
}
.bg-panels-top .esc {
	text-align: right;
}
.bolsas-flotantes img {
    position: relative;
    right: -125px;
    top: -97px;
}
.bolsas-flotantes {
	float: left;
}
.bg-net {
	background: url('../img/bg-parrafos2x.jpg') no-repeat 50% 50% #000;
	padding-top: 50px;
	padding-bottom: 35px;
	background-size: cover;
}
.form-control {
    border: 1px solid #858585;
    border-radius: 0;
	background-color: #eff1f3;
}
.form-horizontal .control-label {
    padding-top: 0;
    color: #3D3D3D;
    font-weight: 100;
}

/* LAYERS */

.bsi-text {
    width: 400px;
    z-index: 99999;
} 
.bsi-text.etiquetas {
	width: 400px;
	text-align: right;
	padding-left: 50px;
} 
.bsi-title {
    width: 100%;
    z-index: 10;
} 
.bsi-title h1 {
	text-align: center;
}
.bsi-title.etiquetas h1 {
	text-align: right;
	padding-right: 5%;
}
.bsi-single {
    width: 100%;
    z-index: 1000;
}
.bsi-single img {
	position: relative;
	left: 40%;
	width: 180px;
}
.bsi-single.etiquetas img {
	left: 44%;
}
.bsi-group {
    width: 100%;
}
.bsi-group img {
	position: relative;
	width: 1000px;
	left: 13%;
	z-index: 10;
}
.bsi-bg {
    width: 100%;
    height: 400px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,cbcacf+100 */
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #ededed 0%, #cbcacf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ededed 0%,#cbcacf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ededed 0%,#cbcacf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#cbcacf',GradientType=0 ); /* IE6-9 */
    z-index: 10;
}
.bsi-btn {
    width: 100%;
    z-index: 1000;
    text-align: center;
}
.black-section {
	width: 100%;
    z-index: 1000;
}
.white-section {
	width: 100%;
    z-index: 10000;
    /*background: url('../img/arrow-mid.jpg') no-repeat 90% 0 #fff;*/
    padding-top: 16px;
    padding-bottom: 6px;
    background-color: #fff;
}
.footer-section {
	width: 100%;
    z-index: 100;
    background-color: #fff;
    padding-bottom: 10px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,
.nav-tabs>li>a, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
    color: #fff;
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-align: center;
}
.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
	background: url('../img/bird.png') no-repeat 50% 100%;
}
.nav-tabs {
    border-bottom: none;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.nav-tabs>li {
    margin-right: 20px;
}
.nav-tabs>li>a {
	padding: 10px 15px 40px 15px;
}
.box-form {
	background-color: #F3F0EA;
	padding: 40px 35px;
}
.form-horizontal .control-label {
	font-size: 14px;
}
/* Hang */
@-webkit-keyframes hvr-hang {
	0% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	50% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	100% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}

@keyframes hvr-hang {
	0% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	50% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	100% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}

@-webkit-keyframes hvr-hang-sink {
	100% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}

@keyframes hvr-hang-sink {
	100% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}

.hvr-hang {
	cursor: default;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
	-webkit-animation-name: hvr-hang-sink, hvr-hang;
	animation-name: hvr-hang-sink, hvr-hang;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}

/* LISTAS DE PRECIOS */

ul.precios {
	padding-left: 0;
}
ul.precios li {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	margin-left: 20px;
	margin-right: 20px;
	border: 2px solid #0096b3;
    padding: 20px;
    border-radius: 5px;
}
ul.precios li:hover,
ul.precios li:focus {
	background-color: #eee;
}
ul.precios li span {
	color: #0096b3;
	font-size: 40px;
}

#store {
	background: #0096b3;
	border-radius: 0.8em;
}

#store:hover {
	border-radius: 0.8em !important;
}

#store > a {
	color: white !important;
	border-radius: 0.8em !important;
}
#store > a:hover {
	color: white !important;
	background-color: #0096B3 !important;
	border-radius: 0.8em !important;
}

.shopify-buy-frame--toggle.is-sticky {
	display: block !important;
	top: 140.95px !important;
}

.shopify-buy-frame--toggle.is-sticky > iframe {
	width: 70px !important;
	height: 40px !important;
}

.store .shopify-buy-frame.shopify-buy-frame--productSet { 
	display: block !important;
}

.shopify-buy-frame.shopify-buy-frame--productSet { 
	display: none !important;
}

#collection-component-1660087012456 > iframe:nth-child(2) {
	display: none !important;
}

.top-buy-button {
	transform: translateY(-278%) !important;
}

.df.c.cc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#regimen, #cfdi, #pago, #pasarela {
	width: 100%;
}

sub {
	font-size: 1.25rem;
}

.relative-icon {
	position: relative;
}

.absolute-icon {
	position: absolute;
	top: -14px;
	right: 0;
}

.absolute-icon img {
	width: 100%;
	height: 100%;
	max-width: 45px;
	border-radius: 3px;
}

@media (max-width: 767px) {
	.absolute-icon {
		top: 0;
		right: 15px;
	}
}