@font-face {
    font-family: Verlag;
    src: url("./fonts/Verlag-Book.otf") format("opentype");
}

.terms-and-conditions-page .logo {
    float: left;
    padding-top: 10px;
    margin-bottom: 10px;
}

.terms-and-conditions-page .main-content {
    font-family: Verlag;
    line-height: 34px;
}

.terms-and-conditions-page span.text-link-label:hover {
    color: rgb(192,192,192);
}

@media (orientation: landscape){
	.animation-assets .landscape-footer {
		bottom: 0;
		background-image: none;
	}
	.animation-assets .mineragua-bottle{
		height: 70vh;
		margin-top: 14vh;
	}
	.animation-assets .cloud-dj {
		width: auto;
		height: auto;
	}
	.animation-assets .bottle-left-cloud{
		width: auto;
	}
}
.hide-locator{
    display: none;
}
body{
	background-color: #004998;
	height: auto;
    background-image: none;
}
.content-page{
	max-width: 1200px;
}
.nav-container {
    margin: auto;
    max-width: 1273px;
	margin-top: 20px;
}
a.social-item img {
    max-width: 28px;
	max-height: 28px;
	transform: translateY(9px);
}
.text-link{
	font-family: Verlag;
	font-size: 17px;
	letter-spacing: 2px;
}
.text-link .img{
	width: 15px;
}
a.social-item {
    margin-left: 2px;
}
#store-locator-popup.no-promo-popup.open{
	display: inline-block;
	background-color: #00a7e0;
	background-image: url('images/store-locator-bg-bottom.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
#store-locator-popup.no-promo-popup{
	z-index: 9999;
	display: none;
	position: absolute;
	max-width: 920px;
	width: 98%;
	height: auto;
	top: 100px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-image: none;
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: none;
	filter: drop-shadow(0.5vh 0.5vh 0.5vh rgba(0, 0, 0, 0.3));
	padding: 90px 0 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#store-locator-popup.no-promo-popup .title-popup img{
	width: 100%
}
#store-locator-popup.no-promo-popup .title-popup{
	margin-bottom: 40px;
}
#store-locator-popup iframe{
	width: 90% !important;
	border: 15px solid #ffc60b;
	margin: 0 auto 275px;
	display: block;
}
#store-locator-popup.no-promo-popup .no-promo-popup-close {
    right: 15px;
    top: 15px;
}
.social-nav-item{
	margin-right: 0 !important;
}

.center-page{
	max-width: 1200px;
	width: 90%;
	margin:0 auto;
}
body.store-locator{
    background-color: #004998;
	height: auto;
    background-image: none;
}
.container.locator {
    padding-top: 25px;
}
body.terms-and-conditions-page{
	height: auto;	
	font-family: ff-prater-sans-web,sans-serif;
	/*font-weight: 700;*/
	font-style: normal;
	color: #fff;
	line-height: 1.3;
	font-size: 18px;
	background-image: url('https://mineragua.com/test/images/mineragua_footer.jpg');
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
}
body.terms-and-conditions-page .top-nav{
	position: initial;
	height: auto;
	padding-right: 0;
}
body.terms-and-conditions-page p,
body.terms-and-conditions-page h1,
body.terms-and-conditions-page .main-content li{
	margin-bottom: 20px;
}
body.terms-and-conditions-page .main-content{
	padding: 30px 0 150px;
}
body.terms-and-conditions-page .main-content ol,
body.terms-and-conditions-page .main-content ul {
    list-style: initial;
    list-style-position: inside;
}
footer a{
	font-family: Verlag;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 12px;
	text-shadow: 0px 1px 5px rgb(192,192,192);
}
footer a:hover{
	color: rgb(192,192,192);
	text-decoration: none;
}
.footer-info{
	padding-top: 17px;
	text-align: right;
}

/* .terms-and-conditions-link{
	padding-left: 20px;
}
.terms-and-conditions-page .logo{
	float: left;
	padding-top: 10px;
	margin-bottom: 10px;
}
.terms-and-conditions-page .logo img{
	width: 100%;
} */
.clear{
    clear: both;
}

.clear:before,
.clear:after{
    content: "";
    display: table;
}

.clear:after{
    clear: both;
}

.mobile{
	display: none;
}

.mobile-footer .terms-and-conditions-link {
	position: fixed;
	left: auto;
	right: 0;
	padding-left: 0;
	bottom: 0;
	padding: 20px;
	background-color: #004fa3;
	-webkit-border-radius: 10px 10px 0 10px;
	-moz-border-radius: 10px 10px 0 10px;
	border-radius: 10px 10px 0 10px;
	z-index: 999;
}
.mobile-footer .terms-and-conditions-link a{
	color: #FFF;
	text-decoration: none;
	padding: 0;
	font-family: ff-prater-sans-web,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	display: block;
}
@media (orientation: portrait){
	.no-promo-popup .no-promo-popup-close .img {
		width: 30px;
	}
}

@media only screen and (max-width: 1366px) {
	#store-locator-popup.no-promo-popup{
		padding: 55px 0 0;
	}
}
@media only screen and (max-width: 980px) {
	#store-locator-popup iframe{
		border: 7px solid #ffc60b;
		width: 95% !important;
	}
}
@media only screen and (max-width: 980px) {
	#store-locator-popup.no-promo-popup{
		padding: 65px 0 0;
	}
}
@media only screen and (max-width: 768px) {
	.mobile{
		display: block;
	}
	nav.mobile{
		text-align: right;
		margin-top: 75px;
		margin-right: 10px;
		position: relative;
		z-index: 9999;
	}
	nav.mobile a{
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	footer,.footer-info{
		text-align: center;
	}
}

@media only screen and (max-width: 736px) {
	#store-locator-popup iframe{
		border: 5px solid #f8eabc;
		margin: 0 auto 150px;
	}
}
@media only screen and (max-width: 414px) {
	.terms-and-conditions-page .logo {
		width: 70%;
	}
	nav.mobile{
		margin-top: 65px;
	}
}
@media only screen and (max-width: 360px) {
	nav.mobile{
		margin-top: 55px;
	}
}

