section {
	font-family: Arial;
}

#logo {
	font-size: 35px;

	color: white;
	background-color:;
	text-shadow: 5px 10px 7px rgba(0,0,0,0.5);
}




.navbar-nav {
	margin-left: auto;
	font-size: 16px;
	font-weight: bold;
}

#titulo {
	text-align: right;
}

h3 {
	font-family: Arial;

}
.centro {
	align-items: center;
}


#leyenda {
	align-items: center;

	font-size: 18px;
	margin-top: 18px;
	color: white;
	text-shadow: 5px 10px 7px rgba(0,0,0,0.5);
}
#clima {
	width: 100%;
	background-color: #333;
	height: 25px;
	color: white;
	text-align: center;
	font-family: Rubik;
	margin-bottom: 30px;
}

.noticia {
	margin-top: 50px;
}

.fecha {
	text-align: right;
	text-decoration:none;
	font-size: 13px;
	font-family: Rubik;
}


.h4 {
	text-align: left;
	font-size: 18.4px;

}

#autor {
	text-align: right;
}


.ramiro {
	font-family: Handlee;
	text-align: right;
	background-color: #333;
	margin-top: 5px;
	height: 20px;
	font-size: 15px;

}

.ramiro a {
	text-decoration: none;
	color: white;
	margin-right: 20px;
}


#lugar1 a {
	text-decoration: none;
	color: #333;
}


#logo a {
	text-decoration: none;
	color: white;
}

p {
	color: #333;
	text-align: justify;
	font-family: Arial;
}

h1 {
	color: #333;
	font-family: Arial;
}
h4 {
	color: #333;
	font-family: Arial;
}



#leyenda {


	margin-right: 10px;

}



.barra {
	width: 100%;
	height: 20px;
	background-color: grey;
	margin-top: 70px;
}

.boton-inicio {
	margin-top: 10px;
	margin-bottom: 10px;


}



#inicio {
height: 50px;
padding-top: 20px;
margin-bottom: 30px;
font-size: 32px;
text-align: center;
margin-left: auto;
margin-right: auto;
color: black;
font-family: Kanit;

text-decoration: ;

}



#segunda {
	padding-top: 20px;
}

#tercera {
	padding-top: 20px;

}
.inte {
	text-align: left;
}
.h4-inte {
	text-align: center;
	font-size: 20px;
}

#libro {
text-align: center;
padding-bottom: 25px;
font-size: 13px;
width: 100%;
box-sizing: border-box;

}

img{
	max-width: 100%;
}

#lugar {

	height: 500px;

 }

#lugar2 {


	margin-right: auto;
	margin-left: auto;
	align-items: center;

}

#h4-lugar {
	margin-top: 30px;
}
#bottom
{
	background-color: #333;

	color: white;
	margin-top: 80px;
	text-align: center;
	font-size: 15px;
	font-family: 'Arial', sans-serif;


}

#contactarnos {
	height: 35px;

	text-align: center;
	margin-top: 15px;
	font-size: 18px;
	color: white;
	margin-right: auto;
	margin-left: auto;

}

#botonera_f ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: auto;
	margin-left: auto;


}
#botonera_f ul li {
	display: inline-block;
}

#botonera_f ul li a {
	display: block;
	padding: 15px 16px;
	text-decoration: none;
	color: white;
}

#botonera_f ul li a:hover {
	background-color: #4a4a4a;
	transition: all 0.4s linear;
	border-radius: 5px;
}

.btn-flotante {
	font-family: 'Kanit', sans-serif;
	font-size: 16px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #346eeb; /* Color de fondo */
	padding: 9px 15px; /* Relleno del boton */
	position: fixed;
	bottom: 160px;
	right: 50px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;

}
.btn-flotante:hover {
	background-color: #333; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}


@media all and (min-width: 600px) and (max-width: 1023px) {
#bottom
{

	height: 170px;
	font-size: 15px;
	vertical-align: middle;

}

.btn-flotante {
		font-size: 14px;
		padding: 8px 15px;
		bottom: 220px;
		right: 20px;
	}


}


@media all and (max-width: 599px) {

#lugar {
	height: 550px;

}




.btn-flotante {
		font-size: 12px;
		padding: 5px 10px;
		bottom: 225px;
		right: 20px;
	}



}
