@font-face{
    font-family: 'Abel';
    src: url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
}
body{
    background-image: url("./assets/bg.png");
    /*
    <a href="https://www.freepik.com/free-vector/fast-food-pattern_1080243.htm#query=food%20pattern%20background&position=34&from_view=keyword">Image by renata.s</a> on Freepik
    */
}  

h1 {
    font-variant: small-caps;
    padding-bottom: 20px;
    font-size: 50px !important;
}
.button-gototop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: white;
  color: black;
  cursor: pointer;
  border-radius: 6px;
}

.button-gototop:hover {
  background-color: #555;
}

p{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 22px;
}

.list ul {
    list-style-type: none;
    border: solid 1px;
    padding-left: 0px !important;
    padding-top: 10px;
    padding-bottom: 50px;
}
.list li {
	padding: 0.75rem 1.5rem;
	border-radius: 1.5rem;
	background: #5b89c7;
    color: azure;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.2em;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
}

li + li {
	margin-top: 1rem;
}

/* Estilos de formularios */
/* Entradas de datos para formularios */
input,
select,
textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
}

/* Titulos de entradas para formulario */
label {
	padding: 12px 12px 12px 0;
	display: inline-block;
}

/* Boton para formulario */
input[type=submit] {
	background-color: lightskyblue;
	color: black;
	padding: 12px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
}

/* Raton encima del botón para formulario */
input[type=submit]:hover {
	background-color: aliceblue;
}

/* Mostrar partados para formulario */
form.row:after {
	content: "";
	display: table;
	clear: both;
}

.main-content{
    margin: auto; 
    background-color: rgba(225, 225, 225, 0.95);
    padding-top: 30px;
}
.navbar a {
    font-family: 'Abel', sans-serif !important;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 25px !important;
}
.section{
    padding-top: 100px;
    padding-bottom: 100px;
    margin: auto; 
    text-align: center;
}
@media screen and (min-width: 280px) and (max-width: 519px) {
    h1{
        font-size: 30px !important;
    }
    .main-content{
        width: 280px; 
    }
    .section{
        width: 280px;
    }
} 
@media screen and (min-width: 520px) and (max-width: 767px) {
    h1{
        font-size: 30px !important;
    }
    .main-content{
        width: 500px; 
    }
    .section{
        width: 360px;
    }
} 
@media screen and (min-width: 768px) and (max-width: 991px) {
    .main-content{
        width: 700px; 
    }
    .section{
        width: 600px;
    }
} 
@media screen and (min-width: 991px) {
    .main-content{
        width: 900px; 
    }
    .section{
        width: 850px;
    }

    
#cookiesms1:target {
    display: none;
}
.cookiesms{ 
  width:100%;
  height:43px;
  margin:0 auto;
  padding-left:1%;
  padding-top:5px;
  font-size: 1.2em;
  clear:both;
  font-weight: strong;
  color: black;
  bottom:0px;
  position:fixed;
  left: 0px;
  background-color: #FFF;
  opacity:0.7;
  filter:alpha(opacity=70);
  transition: bottom 1s;
  -webkit-transition:bottom 1s;
  -webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
  -moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
  box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
  z-index:999999999;
}

a.cokiesms{
  color: black;
}
 
.cookiesms:hover{
  bottom:0px;
}
.cookies2{
  background-color: #FFF;
  display:inline;
  opacity:0.95;
  filter:alpha(opacity=95);
  position:absolute; 
  left:1%; 
  top:-30px;
  font-size:15px;
  height:30px;
  padding-left:25px;
  padding-right:25px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  -webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
  -moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
  box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}

} 