body{
	padding: 0;
	margin:0;
	box-sizing: border-box;
	background-color: #f0f2f3;
	font: 600 4rem/4.75rem "Fira Sans", sans-serif;
}

.banner{
	padding-top: 30px;
	background-color: #5cc6d0;
	min-height: 700px;
	background-image: linear-gradient(45deg, black, transparent)
}
.banner .logo-container{
	display: flex;
	align-items: center;
	color: #ffffff;
	padding: 0px 20px;
	font-size: 20px;
}
.banner .logo-container .logotipo{
	background-image: url('../images/icone_ios.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
	margin: 20px;
	border-radius: 50%;
}
.container-banner{
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 20px;
}
.container-banner .text{
	color: #ffffff;
}
.buttons-stores{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.phone-ios{
	background-image: url('../images/apple-store.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 200px;
	height: 50px;
	margin: 20px;
	cursor: pointer;
}
.phone-ios:hover{
	background-image: url('../images/apple-store-hover.png');
}
.phone-android{
	background-image: url('../images/google-store.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 200px;
	height: 50px;
	margin: 20px;
	cursor: pointer;
}
.phone-android:hover{
	background-image: url('../images/google-store-hover.png');
}
.header-iphone{
	background-image: url('../images/header-iphone.png');
	background-size: contain;
	background-repeat: no-repeat;
	height: 50vw;
    max-height: 800px;
    min-width: 50vw;
}
.section-header-info{
	padding: 0px 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container-header-info{
	display: flex;
	justify-content: space-around;
	position: relative;
	top: -100px;
	width: 100%;
	max-width: 1600px;
	background-color: #ffffff;
	min-height: 200px;
	border-radius: 5px;
	box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.3);
}
.header-card{
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.icon{
	min-height: 80px;
	min-width: 80px;
	max-height: 80px;
	max-width: 80px;
	background-color: #f27f9d42;
	margin-bottom: 20px;
}
.title{
	color: #f27f9d;
	font-size: 20px;
	font-weight: 700;
}

.section-gallery{
	background-color: #ededed;
	padding: 20px;
}

.gallery{
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.photo{
	background-color: silver;
	/* min-width: 250px;
	min-height: 300px; */
	padding-bottom: 25%;
    width: 20%;
}
.photo-1{
	background-image: url('../images/photo-1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.photo-2{
	background-image: url('../images/photo-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.photo-3{
	background-image: url('../images/photo-3.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.photo-4{
	background-image: url('../images/photo-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.section-info{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px;
	box-sizing: border-box;
	flex-wrap: wrap;
	border-left: 30px solid #aebc76;
	font: 600 4rem "Fira Sans", sans-serif;
}
.container-info{
	width: 50%;
}
.container-ul{
	
}
.container-ul{

}
.container-ul ul li{
	list-style-type: none;
	font-size: 15px;
	padding: 15px 0px;
}
.container-map{
	width: 50%;
}

.title-info{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 25px;
	color: #555555;
}
.title-info:after{
	position: relative;
	top: -15px;
	content: '-';
	color: transparent;
	width: 200px;
	height: 2px;
	background: #aebc76;

}

.map:before{
	content: '-';
    height: 40vh;
    width: 25vh;
    border: 1px solid;
    position: absolute;
    right: 0;
    background: #aebc76;
    z-index: -1;
    margin-top: -25px;
    margin-right: 20px;
    color: transparent;
}
.map{
	width: 100%;
	height: 50vh;
	border: 1px solid;
    background: #ffffff;

}

.section-footer{
	font: 600 4rem "Fira Sans", sans-serif;
}
.footer{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background-color: #5cc6d0;
    min-height: 50px;
	background-image: linear-gradient(45deg, black, transparent);
	font-size: 15px;
	color: #ffffff;
}
a{
	text-decoration: none;
	color: black;
}
.margin-5{
	margin: 5px;
}

a .fa{
	font-size: 25px;
}
i{
	margin-right: 10px;
}
.link-footer{
	color: #ffffff;
}

.fixed-button{
	position: absolute;
	display: flex;
    justify-content: center;
	align-items: center;
	height: 40px;
    right: 0;
	font: 600 .9rem "Fira Sans", sans-serif; 
	color: #ffffff;
    background: royalblue;
    margin: 2px;
    padding: 0px  20px;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.2);
	cursor: pointer;
}

@media(max-width: 995px){
	.section-info{
		flex-direction: column;
		padding: 5px;
	}
	.container-info{
		width: 100%;
	}
	.container-map{
		width: 100%;
	}
}
@media(max-width: 797px){
	.container-banner{
		flex-direction: column-reverse;
	}
	.header-iphone{
		background-image: url('../images/header-iphone-1.png');
		background-position: center;
	}
	.banner .logo-container {
		font-size: 15px;
	}

}

@media(max-width: 470px){
	.banner .logo-container{
		flex-direction: column;
		justify-content: center;
		font-size: 3vw;
	}
	.banner .logo-container .logotipo{
		margin: 0px;
		margin-top: 20px;
	}
}
@media(max-width: 400px){
	.container-banner .text {
		font-size: 4vh;
		display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
	}
}
