html, body{
	height: 100vh;
	margin: 0px;
	padding: 0px;
	width: 100%;
	max-width: 100%;
	/* overflow-x: hidden; */
}

body{
	height: 100vh;
	margin: 0px;
	padding: 0px;
	background-image: url(fondo_2024.jpg);
	background-repeat: repeat;
	/*background-size: cover;*/
	background-attachment: fixed;
	box-sizing: border-box;
	padding-top: 4%;
	font-family: 'Bebas Neue', cursive;
	color: #ffffff;
	overflow-y: auto;
	/* overflow-x: hidden; */
	background-color: rgba(0,0,0,1);
}

ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

a{
	color: #ffffff;
	text-decoration: none;
}

h3{
	padding: 0px;
	margin: 0px;
	font-size: 40px;
	color: red;
}

p{
	font-size: 20px;
	line-height: 1em;
}

.logo__contenedor{
	display: flex;
	justify-content: center;
	align-items: center;
}

.ciudades{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 8%;
}

.ciudad{
	transition: all 1s ease-in-out;
	box-sizing: border-box;
	width: 290px;
	height: 110px;
	background-color: black;
	margin: 30px;
	display: flex;
	justify-content: left;
	align-items: center;
	text-decoration: none;
	color: #ffffff;
	padding-left: 90px;
	background-image: url(pizza_btn.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: auto 70px;
	font-size: 28px;
	border-radius: 40px;
	border: 3px solid #ffffff;
}

.ciudad:hover{
	background-color: red;
}

.domiciliario{
	/* width: 175px; */
	position: fixed;
	bottom: 65px;
	right: 0px;
	background-color: #25d366;
	box-sizing: border-box;
	border-radius: 10px 0px 0px 10px;
	transition: all 1s ease-in-out;
	display: block;
}

.domiciliario >a{
	padding: 10px;
	display: flex;
}

.domiciliario-contenido{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.domiciliario i{
	font-size: 30px;
}

.domiciliario span{
	font-size: 18px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	margin-left: 10px;
}

.domiciliario-2{
	bottom: 10px;
}

.domiciliario:hover{
	transform: scale(1.1, 1.1);
	background-color: red;
}

.domiciliario img{
	height: auto;
	width: 100%;
}

.redes{
	display: flex;
	justify-content: center;
	align-items: center;
}

.red{
	margin: 10px;
	font-size: 32px;
}


.bucaramanga h2{
	text-align: center;
	font-size: 40px;
	padding: 0px;
	margin: 0px;
}



.titulo{
	text-align: center;
}

.sedes{
	align-items: stretch;
	display: flex;
	justify-content: center;
	margin: auto;
}

.sede{
	transition: all 1s ease-in-out;
	box-sizing: border-box;
	width: 290px;
	background-color: rgba(0,0,0,0.8);
	margin: 30px;
	text-decoration: none;
	color: #ffffff;
	font-size: 28px;
	border-radius: 40px;
	border: 3px solid #ffffff;
	padding: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.sede h2{
	font-size: 28px;
}

.sede h3{
	font-size: 28px;
}

.sede ul{
	font-size: 20px;
}



h2.mt-0px{
	margin-top: 0px;
}




@media screen and (max-width: 1400px){
	.logo__contenedor img{
		width: 300px;
		height: auto;
	}
}

@media screen and (max-width: 400px){
	.sedes{
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	.redes{
		margin-bottom: 150px;
	}
	body{
		width: 100%;
		max-width: 100%;
		/* overflow-x: hidden; */
	}
}


/* 
@media screen and (max-width: 700px){
	body{
		padding-top: 8%;
	}
	.logo__contenedor img{
		width: 290px;
		height: auto;
	}
	.ciudades{
		margin-top: 5%;
	}

	.domiciliario{
		width: 140px;
	}
	body{
		overflow-y: auto;
		background-attachment: fixed;
	}









}

@media screen and (max-width: 400px){
	.ciudades{
		flex-direction: column;
	}
	.domiciliario{
		width: 90px;
	}
}
 */


