@font-face {
font-family: 'NeutraText-BookSC';
font-style: normal;
font-weight: normal;
src: local('NeutraText-BookSC'), url('../fonts/NeutraTextBookSC.woff') format('woff');
}
@font-face {
font-family: 'NeutraTextTF-Demi';
font-style: normal;
font-weight: normal;
src: local('NeutraTextTF-Demi'), url('../fonts/NeutraTextTF-Demi.woff') format('woff');
}

body {
/*	background: url(../img/bg.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
	font-family: 'NeutraTextTF-Demi', Helvetica, sans-serif;
	text-transform: uppercase;
}
body.contact-section {
	background: url(../img/church-group.png) no-repeat top center fixed;
}
body {
/*	background: url(../img/bg.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
	font-family: 'NeutraTextTF-Demi', Helvetica, sans-serif;
	text-transform: uppercase;
}
.clear{
	clear: both !important;
}
.txt-center
{
	text-align: center;
}
.p-top{
	padding-top: 10px;
}
.p-tb{
	padding: 10px 0px;
}
.center{
	margin: 0 auto;
}
/*.remtop-1{
	margin-top: 2rem;
}
.remtop-2{
	margin-top: -48rem;
}
.remtop-3{
	margin-top: 10rem;
}*/
.txt-normal{
	text-transform: none;
}
div:after{
	display: table;
	clear:both;
	content: ' ';
}
.search-container{
	position: relative;
	padding-top: 13px;
}
.socialmedia-container{
	width: 100px;
	height: 100%;
}
.menu-container-desktop{
	width: 280px;
	height: 100vh;
	background-color: #FFF; /* Fall-back for browsers that don't support rgba */
	background-color: #FFF;
	padding: 25, 40px;
}
.menu-label-container-desktop{
	padding: 20px 0px;
}
.c-hamburger--htx{
	float: left;
}
.label-menu{
	color: #52C1BE;
	padding-left: 15px;
	padding-top: 5px;
	float: left;
	cursor: pointer;
	font-size: 20px;
	font-family: 'NeutraText-BookSC';
	font-weight: lighter;
}
.logo-container-mobile{
	max-height: 40px;
	width: 70%;
	float: left;
}
.logo-container-desktop{
	text-align: center;
}
.logo-container-desktop img{
	max-width:70%;
}
.menu-label-container-mobile{
	width: 32px;
	padding-top: 4px;
	float: right;
	max-height: 40px;
}
.open-menu,
.open-menu-desktop{
	color: #FFF;
	clear:both;
}
.open-menu{
	display: none;
}
.bottom-disclaimer{
	/*color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
	position: absolute;
	bottom: 0;
	text-shadow: 2px 2px #000;
	z-index: 1001;*/
    color: #fff;
    margin-top: 0;
    padding: 35px 119px 0;
    position: relative;
    text-align: center !important;
    text-shadow: none;
    text-transform: uppercase;
}

.main-section{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.socialmedia-container,
.menu-container-desktop,
.main-section{
	float: left;
}
.menu-list{
	list-style-type: none;
	padding: 0px;
	width: 120px;
	text-align: left;
	color: #13235B;
}
.menu-list li{
	list-style-type: none;
	padding: 6px 0px;
	font-size: 18px;
	font-weight: lighter;
	font-family: 'NeutraText-BookSC';
	cursor: pointer;
	border-bottom: solid 3px transparent;
	transition: 0.3s ease all;
}
body#html-funciona .menu-list li:nth-child(1),
body#html-desc .menu-list li:nth-child(2),
body#html-promo .menu-list li:nth-child(3),
body#html-dudas .menu-list li:nth-child(4),
body#html-contact .menu-list li:nth-child(5),
.menu-list li:hover,
.menu-list li:focus,
.menu-list li:active{
	border-bottom: solid 3px #fff;
	transition: 0.3s ease all;
}
.menu-list li b{
	font-weight: bolder;
	font-family: 'NeutraTextTF-Demi';
	font-size: 18px;
}
.container-appstore img{
	float: left;
	max-width: 90px;
	height: auto;
}
.store-google{
	margin-left: 10px;
}
.carousel.slide{
	background-color: #333;
	padding: 10px;
}
.carousel-inner{
	padding: 0px 50px;
}
.carousel-control{
	padding-top: 40px;
	width: 10%;
}
.fb-desktop{
	padding-top: 100px;
}
.tw-desktop{
	padding-top: 20px;
	display: none;
}
.container-green-home{
	background-color: #C19D42;
	padding: 1px;
}
.container-black-home{
	background-color: #18194B;
	padding: 1px;
}
.title-page{
	font-family: 'NeutraText-BookSC';
	font-size: 35px;
	line-height: 1.3em;
	color: #fff;
	text-transform: none;
}
.title-page strong{
	font-family: 'Museo W01_500', Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.3em;
	color: #fff;
	text-transform: none;
}

.cont-central{
	margin-bottom: 40vh;
}

.titulo-central{
	height: 150px;
	float: right;
}

.titulo-central img{
	height: 60px;
	margin-right: 30px;
	margin-top: 30px;

}

.imagen-central{
	position: static;
	height: 100%;
	padding-left: 25vh;

}

.imagen-central img{
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}



.main-desktop{
	min-width: 600px;
	position: relative;
	max-width: 90%;

}

.main-left{
	display: inline;
}

.carousel-container-bottom{
	position: absolute;
	bottom: 30px;
	display: inline;
}


.main-desktop-promociones{
	min-width: 550px;
	max-width: 90%;
	width: 100%;
}
.main-promociones{
	width: 100%;
	padding: 10px;
	background-color: #f2f2f2;
	/* margin: 125px auto 0 auto; */
}
.container-options{
	padding: 0px;
}
.container-sections{
	padding: 0px;
}
.item-promocion-container{
	display: inline-block;
    margin: auto;
    width: 49%;
    padding: 10px 5px 5px 5px;
}
.label-item-home{
	color: #fff;
	padding: 10px 15px;
	text-align: right;
	font-size: 17px;
	font-family: 'NeutraText-BookSC';
	line-height: 1.3em;
}
.label-item-home strong{
	color: #fff;
	text-align: right;
	font-size: 18px;
	font-weight: 800;
	font-family: 'NeutraTextTF-Demi';
	line-height: 1.3em;
}
.title-mobile{
	font-family: 'NeutraText-BookSC';
	font-size: 25px;
	line-height: 1.3em;
	color: #fff;
	text-transform: uppercase;
	padding-top: 15px;
	padding-top: 200px;
	padding-bottom: 30px;
}
.title-mobile strong{
	font-weight: 800;
	font-family: 'Museo W01_500', Helvetica, sans-serif;
	font-size: 27px;
	line-height: 1.3em;
	color: #fff;
	text-transform: none;
}

.title-mobile img{
	width: 100%;
	margin-top: -200px;
}

.contacto-main{}
.comtacto-altern{}
.contact-content{
	background-color: #fff;
}
.banner-ico{
	margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
    max-height: 50px;
    max-width: 50px;
    width: 100%;
}
.contact-center{
	text-align: center;
	padding: 20px 20px 40px 20px;
}
.contact-center strong{
	font-weight: 800;
	font-family: 'NeutraTextTF-Demi';
	font-size: 1.2em;
}
.contact-form{
	padding-top: 20px;
}
.contact-form .form-control{
	border-top: solid 2px #333;
	border-bottom: solid 2px #333;
	border-left: solid 3px #333;
	border-right: solid 3px #333;
	border-radius: 0px;
}
textarea{
	resize: none;
}
.btn-tdu{
	background-color: #820a04;
	color: #fff;
	width: 150px;
	text-transform: uppercase;
}
.btn-tdu:hover,
.btn-tdu:focus,
.btn-tdu:active{
	background-color: #000;
	color: #fff;
}
.ben-container{
	padding: 20px 0px;
}
.ben-container .row{
	padding: 10px 0px;
}
.ben-container img{
	max-height: 50px;
    max-width: 50px;
}
.icon-title{
	text-align: center;
	font-size: 15px;
	margin: 0px;
	padding-top: 10px;
}
.card-title{
	text-align: center;
	font-size: 20px;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	color: #18194B;
}
.solicitala{
	position: absolute;
	right: 25px;
	top: 20px;

	font-family: 'NeutraText-BookSC';
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}
.solicitala strong{
	font-weight: 800;
	font-family: 'NeutraTextTF-Demi';
	font-size: 24px;
	line-height: 1.3em;
	color: #fff;
	text-transform: uppercase;
}

.solicitala a{
	color: #fff;
}
.solicitala a:focus{
	outline: none;
	outline-offset: 0px;
	text-decoration: none;
}

.main-descuentos-busqueda {
    background-color: #f2f2f2;
    margin: 50px auto;
    padding: 20px;
    width: 100%;
    min-height: 395px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.main-desktop{
		min-width: 550px;
		height: 100vh;
		position: relative;
		max-width: 90%;
		width: 100%;
	}

	.menu-list{
	color: #fff;

	}
	/*.item-promocion-container{
	    width: 100%;
	}*/

}
@media only screen and (max-width : 1165px) {
	.menu-list{
		width: 100%;
		text-align: right;
	}
	.container-appstore img{
		float: right;
		max-width: 100px;
		height: auto;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.main-desktop{
		display: none;
	}
	.store-apple{
		margin-left: 10px;
	}
	.main-desktop-promociones{
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}

	.content-mapstore {
	    overflow-y: hidden;
	    height: auto;
	}

}
@media only screen and (max-width : 1199px) {
	.main-desktop-promociones{
		max-width: 100%;
	}
	.imagen-central img{
		display: none;
	}
	.cont-central{
		display: none;
	}

}


/* Small Devices, Tablets */
@media only screen and (max-width : 992px) {
	.bottom-disclaimer{
		color: #fff;
		text-transform: uppercase;
		margin-top: 0px;
		background-color: #18194B;
		padding: 40px 10px 0;
		text-align: left !important;
		position: relative;
		text-shadow: none;
	}
	#go-top-desc{
		position: fixed;
		bottom: 50px;
		left: 43%;
		display: block;
	}

	.remtop-1, .remtop-2, .remtop-3{ margin-top: 0; }
}
@media only screen and (max-width : 992px) {
	.p-top-t {
	    padding-top: 100px;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.label-item-home{
		font-size: 14px;
	}
	.main-funciona-dudas, .main-descuentos-busqueda{
		width: 100%;
		padding: 10px;
	}
	#go-top-desc{
		position: fixed;
		bottom: 50px;
		left: 38%;
		display: block;
	}
	#productosWeb ul{
		padding-left: 0;
	}
	.item-promocion-container{
	    width: 100%;
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	.label-item-home{
		font-size: 14px;
	}
	.main-funciona-dudas, .main-descuentos-busqueda{
		width: 100%;
		padding: 10px;
	}
}
