body{
	font-family: 'Lato', sans-serif;
}

h1{
	font-size: 1.7rem;
}

h2{
	font-size: 1.2rem;
	word-wrap: break-word;
}

strong{
	font-weight: 700;
}

#mainlogo{
	width: 400px;
	max-width: 90vw;
	margin: 30px 0px 7px 0px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 4px;
}

#mainlogo2{
	height: 64px;
	margin: 0px;
}

#mainsection{
	height: 90vh;
	width: 100vw;
}

#mainsection:before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100vw; 
  height: 120%;  
  opacity: .57; 
  z-index: -1;
  background: url('images/ilustracion.jpg') center no-repeat;
  background-size: 106vw;
}

#marcasMotto{
	-webkit-animation-duration: 2s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-duration: 2s;
  -moz-animation-delay: 1.5s;
  -ms-animation-duration: 2s;
  -ms-animation-delay: 1.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#marcasMottoMob{
	-webkit-animation-duration: 2s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-duration: 2s;
  -moz-animation-delay: 1.5s;
  -ms-animation-duration: 2s;
  -ms-animation-delay: 1.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#motto{
	width: 470px;
	max-width: 90vw;
	padding: 15px 10px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 30px;
	border-radius: 4px;
	opacity: 0;
	-webkit-animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-duration: 2s;
  -moz-animation-delay: 0.5s;
  -ms-animation-duration: 2s;
  -ms-animation-delay: 0.5s;
}

#proveedores .row{
	position: relative;
}

#proveedores .row:before{
	content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .1; 
  z-index: -1;
  background: url('images/ilustracion.jpg') center no-repeat;
  background-size: 100%;
}

#proveedoresMob .row{
	position: relative;
}

#proveedoresMob .row:before{
	content: "";
  position: absolute;
  top: -100px; 
  left: -20px;
  width: 100vw; 
  height: 150%;  
  opacity: .1; 
  z-index: -1;
  background: url('images/ilustracion.jpg') center no-repeat;
  background-size: 100%;
}

#storeImg{
	opacity: 0;
	-webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
}

.btn{
	border-radius: 4px;
}

.card .card-image img.up50{
	bottom: 50px !important;
	top: -90px !important;
}

.card .card-image img.up0{
	bottom: 50px !important;
	top: -90px !important;
}

.card .card-image img.up90{
	bottom: 90px !important;
	top: -90px !important;
}

.card.medium{
	width: 103%;
	position: relative;
	left:-1.5%;
	border-radius: 4px;
	opacity: 0;
	-webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
}

span.card-title{
	background: radial-gradient(rgba(50,50,50,0.65), rgba(50,50,50,0.1), rgba(50,50,50,0));
}

.container{
	position: relative;
}

.container-petty{
	width: 90%;
	margin: 0 auto;
}

.container-mini{
	width: 95%;
	margin: 0 auto;
}

.cta{
	-webkit-animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-duration: 2s;
  -moz-animation-delay: 0.5s;
  -ms-animation-duration: 2s;
  -ms-animation-delay: 0.5s;
}

.yellow.darken-3.btn-floating{
	margin: 0 25px;
}

.icon-capsule{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 15px;
	box-shadow: inset 2px 2px 3px 1px #bdbdbd;
}

.icon-capsule .material-icons{
	position: relative;
	transform: translateY(-50%);
	top: 50%;
}

.indicator{
	background-color: #fbc02d !important; 
}

.marca-img{
	height: 100px;
	opacity: 0;
	-webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.5s;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0.5s;
}

.marca-img-mob{
	height: 100px;
	opacity: 0;
	-webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.5s;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0.5s;
}

.marca-img img{
	width: 40%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.marca-img-mob img{
	width: 70%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.no-margin{
	margin: 0px !important;
}

.no-padding{
	padding: 0px !important;
}

.row{
	border-radius: 4px;
}

.tabs{
	border-radius: 4px
}

.thick-text{
	font-weight: 700;
}