
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');




section {
	font-family: Kanit;
}


body{
	font-family: Kanit;
}

#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;



}

.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;
}


#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;

}

/* inicio modal */




/* fin modal */



#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: 26px;
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: 600px;

 }

#lugar1 {


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

}

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

	color: white;
	margin-top: 80px;

	font-size: 15px;
	font-family: 'Arial', sans-serif;
	text-align: center;


}

#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;
}

.linksolo {
	text-decoration: none;
	color: black;
}

.linksolo a {
	text-decoration: none;

}


.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);
}

footer {
margin-top: 50px;
}





@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;
	}


}
