@import url('https://fonts.googleapis.com/css?family=Montserrat:500,800,700');

body {
	background-color: #c5c3b4;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

body.modal {
  overflow-y: hidden !important;
}

.mt-60 {
	margin-top: 60px;
}
.mt-40 {
	margin-top: 40px;
}
/* Loader */
.animation::before {
	content: '';
	position: fixed;
	color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(207, 203, 193, 0.9);
	z-index: 100;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.animation::after {
	content: '';
	position: fixed;
	top: 50%;
	left: 50%;
	width: 54px;
	height: 70px;
	margin: -35px 0 0 -27px;
	pointer-events: none;
	z-index: 10000;
	border: 4px solid #fff;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-animation: loaderAnim 0.8s ease-out infinite alternate forwards;
	animation: loaderAnim 0.8s ease-out infinite alternate forwards;
}

@-webkit-keyframes loaderAnim {
	to {
		opacity: 0.3;
		-webkit-transform: translate3d(0,-100px,0);
		transform: translate3d(0,-100px,0);
	}
}

@keyframes loaderAnim {
	to {
		opacity: 0.3;
		-webkit-transform: translate3d(0,-100px,0);
		transform: translate3d(0,-100px,0);
	}
}

.main-container.fluid {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.logo-text {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: #fff;
	font-size: 28px;
	font-size: 1.750em;
	text-transform: uppercase;
}

.logo-text a{ 
	color: #fff;
}

@media screen and (min-width: 64em) { 
	.logo-text {
		text-align: left;
	}
}

article {
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.03);
    box-shadow: 0 4px 8px rgba(0,0,0,0.03);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
     -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
article:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}



.card-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	font-size: 1.125em;
	margin-bottom: 0;
	display: inline-block;
	line-height: 1.2;
	margin: 15px 0 15px 0;
	text-align: center;
	text-transform: uppercase;
}

.arrow {
	text-align: center;
}
@media screen and (min-width: 40em) { 
	.arrow {
		text-align: right;
	}
	.card-title { 
		text-align: left;
		margin: 0 0 0 25px;
	}
	.card-title span {
		display: block;
	}
}

.box-content.up {
	min-height: 148px;
}

.text-label {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
	font-size: 16px;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}
@media screen and (min-width: 40em) {  
	.text-label { 
		width: auto;
		text-align: right;
	}
}
.farmacia article{
	background-color: #528e3b;
}

.belenik article{
	background-color: #000000;
}

.box-content {
	padding: 25px;
}

.logo-brand {
	max-height: 80px;
	margin: 0 auto 15px;
}
.icon {
	margin: 0 auto;
}
@media screen and (min-width: 40em) { 
	.icon {
		margin: inherit;
	}
	.logo-brand {
		max-height: 100px;
		margin: inherit;
	}
}

@media screen and (min-width: 64em) { 
	.logo-brand {
		max-width: 130px;
	}

	.icon {
		max-width: 50px;
	}
	.card-title {
	    margin: 0 0 0 10px;
	    font-size: 11px;
	}
}
@media screen and (min-width: 65em) {  
	.arrow svg {
		 -webkit-transition: all .3s ease;
	    transition: all .3s ease;
	    /* -webkit-transform: translateX(-10px);
	    transform: translateX(-10px);*/
	    opacity: 0;
	}

	article:hover .arrow svg{
	    opacity: 1;
	}
}


@media screen and (min-width: 92em) {
	.card-title {
	    margin: 0 0 0 25px;
	    font-size: 18px;
	}
	.logo-brand,.icon {
		max-width: inherit;
	}
}

  

.farmacia {
	margin-bottom: 25px;
}

@media screen and (min-width: 64em) {

	.farmacia {
		margin-bottom: 0;
	}

	.p-right {
		padding-right: 40px;
	}

	.p-left {
		padding-left: 40px;
	}
	.size-main {
		height: 100vh;
	}
	.text-label {
		font-size: 12px;
	}
}
.links-footer {
	text-align: center;
}

.links-footer nav ul {
	margin-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.links-footer nav ul li{
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
}
@media only screen and (min-width: 40em) {
	.links-footer nav ul li{
		display: inline-block;
	}
	.links-footer nav ul li:not(:first-child){
		margin-left: 25px;
	}
}

.links-footer nav ul li a{
	font-size: 12px;
	color: #fff;
}


.wrapper-terms-modal {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%; height: 100%;
	top: 0; left: -105%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
	transition-property: left, opacity;
	transition-duration: 0s, 0.4s;
	transition-delay: 0.4s, 0s;
}
.wrapper-terms-modal.open {
	left: 0%;
	opacity: 1;
	transition-delay: 0s, 0.1s;
}
.wrapper-terms-modal .close-modal {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	z-index: 1;
  	border: none;
    background: rgba(255, 255, 255, 0.7);
}
.wrapper-terms-modal .terms-modal {
	position: relative;
	width: 90%;
	max-width: 960px;
	background-color: #fff;
	padding: 20px;
	overflow: auto;
    box-shadow: 0 2px 15px 7px rgba(0, 0, 0, 0.15);
  	z-index: 5;
}
.close-modal2 {
	position: absolute;
	top: 25px;
	right: 25px;
}
.close-modal2 svg{
	height: 20px;
	width: 20px;
}
.terms-modal h3 {
	font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}

@media only screen and (min-width: 64em) {
  .wrapper-terms-modal .terms-modal {
    width: 50%;/*
    height: 80%;*/
    padding: 50px;
  }
  .main-img {
  	max-width: 700px;
  }
}

@media only screen and (min-width: 75em) { 
	.main-img {
	  	max-width: 50%;
	  }

  .text-label {
		font-size: inherit;
	}
}

@media only screen and (min-width: 120em) {
  .wrapper-terms-modal p {
    font-size: 16px;
    font-size: 1.125rem;
  }
}