@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
	margin:0;
	padding:0;
}


.video{
	border: 5px solid var(--verdeClaro);
	border-radius: 25px;
}

.videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
	background-color: #000;
}

body{
	font-family: 'Poppins', sans-serif;
	position: relative;
}

.zap{
	position: absolute; top: 0;
	right: 200px;
	border-radius: 0 0 5px 5px;
	z-index: 9999;
}

header{
	padding: 0px;
	position: relative;
}

header .container .row img{
	max-width: 450px;
}

header .logo-ipanema{
	text-align: end;
}

header .logo-ipanema img{
	width: 250px;
	vertical-align:baseline;
	transform: translateY(40%);
}

header .logo-presente{
	display: flex;
	align-items: center;
	padding: 0;
	justify-content: center;
}

header .logo-presente h3{
	font-weight: 800;
	font-size: 32px;
	text-align: center;
	color: #333;
}

header .logo-presente img{
	width: 150px;
	background-color: #0B5ED7;
}

header .logo-boca {
	text-align: center;
}

header .container .row .col-md.logo-boca img{
	width: 250px;
	vertical-align: middle;
	transform: translateY(10%);
	border: 1px solid #ccc;
	border-radius: 5px;
}

#menu{
	background: #F8F9FA;
}

#menu nav{
	max-width: 1200px;
	margin: 0 auto;
}

#menu nav ul li{
	font-size: 18px;
	margin: 5px 5px;
}

#box{
	padding: 50px;
	background-color:#55cdff;
	background-image: url('../images/ipanema.jpeg');
	background-position: top;
	background-size: cover;
	background-attachment: fixed;
}

#box .parente{
	display: flex;
	justify-content: center;
	align-items: center;
}

#box h1{
	display: inline-block;
	background-color: #fff;
	padding: 5px;
	box-shadow: 2px 2px 15px #000;
	max-width:1000px;
	margin-bottom: 50px;
	text-align: center;
	font-weight: 700;
	font-size: 46px;
}

#box ul{
	list-style: none;
	text-align: center;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;

}

#box ul li{
	display: inline-block;
	background-color: #fff;
	margin:5px;
	border:2px solid #55cdff;
	border-radius: 28px;
	max-width: 150px;
	vertical-align: top;
	height:500px;
	position: relative;
}

#box ul li img{
	margin-bottom: 20px;
	border-radius: 25px 25px 0 0;
}


#box ul li h2{
	font-size: 18px;
}

#box ul li p{
	margin-bottom: 20px;
	padding: 0 30px;
	font-size: 14px;
}

#box ul li .btn{
	width: 100%;
	border: 0;
	border-radius:0;
	font-size:18px;
	border-radius: 0 0 25px 25px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#news{
	padding: 50px;
}

#news .col-md{
	background-color: #f5f5f5;
	margin: 30px;
	padding: 0;
	border-bottom:2px solid #55cdff;
	border-radius: 0 5px 5px 0;
}

#news .col-md img{
	margin: 0;
}

#news h2{
	margin-bottom:0px;

}

#news h3{
	font-size: 22px;
	line-height: 30px;
	padding: 30px 30px 10px 30px;
	color: #333;
}
#news h3 a{
	text-decoration: none;
	color: #333;
}

#news h3 a:hover{
	color: #0B5ED7;
}

#news p{
	padding: 0 30px;
}

.modal-body img{
	margin-bottom: 10px;
}
.modal-body p{
	font-size: 18px;
}
.modal-body .logo-pet{
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.modal-body .col-md{
	display: inline-block;
	text-align: center;
	max-width: 170px;
	margin: 10px;
}
.modal-body .col-md a{
	text-decoration: none;
}



footer{
	background-color: #000;
	padding: 30px;
	color: #fff;
	height: 150px;
}

@media only screen and (max-width: 600px) {

	header img{
		width: 100%;
	}

	header .logo-ipanema{
		margin: 0 auto;
		text-align: center;
	}

	header .logo-ipanema img{
		width: 80%;
		transform:none;
		margin: 0 auto;
	}

	header .container .row .col-md{
		margin-bottom: 30px;
	}

	#box{
		padding: 20px;
	}

	#box h1{
		font-size: 26px;
	}

	#box ul li{
		width: 90%;
		max-width: none;
		margin: 0 auto;
		margin-bottom: 20px;
		height: auto;
		padding-bottom: 20px;
	}

	#news{
		padding: 25px;
	}

	#news a{
		text-decoration: none;
	}

	#news h2{
		margin-bottom: 30px;
	}

	#news .col-md{
		margin: 0;
		margin-bottom: 30px;
	}

	.zap{
		position: fixed;
		border-radius: 0;
		padding: 12px;
		right:0;
		bottom: 0;
		top: auto;
		width: 100%;
		z-index: 9999;
	}

}












