@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: Arial;
}

body {
  margin: 0;
  padding: 0;
}

.container-fluid {
  margin: auto;
  background-color: rgb(236, 235, 235);
}

#logo {
    width:25%;
    display: block;
    padding: 5px;
    float: center;
    margin: auto;
}

article {
    text-align: center;
    padding:15px; 
    float: center;     
}

ul {
    display: none;
}

input:checked  ~ ul{
    display:block;
}

input {
    display: none;
}

label {    
    box-sizing: border-box;
    display: block;
    border: 1px solid white;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    user-select: none; 
    float: right;
}

/* Estilo del boton cuando se pasa el mouse por encima*/
label:hover{
background: grey;
}

/* Estilo del boton cuando el menú está expandido*/
input:checked ~ label {
background: lightgrey; 
}

ul {
    margin-top:0;
    padding: 0;
    width: 200px;
    float: right;

}

li {
    display: block;
    background: lightgrey;
    margin: auto;
    padding: 10px;
    list-style: none;
    border-bottom: 1px solid grey;
    
}

  /*Estilo cuando el mouse pasa encima de cada link del menu*/
  li:hover {
    filter: brightness(110%);
}

.btn-group {
  padding:5px;
}

h1 {
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;  
}
h2 {
  text-align: right;
  font-family: 'Josefin Sans', sans-serif;
  color: black;
}

h3 {
  text-align: right;
  font-family: 'Josefin Sans', sans-serif;
  color: black;
  padding: 10px;
  font-size: large;  
}

h4 {
  text-align: left;
  font-family: 'Josefin Sans', sans-serif;
}
h5 {
  text-align: center; 
  font-family: 'Josefin Sans', sans-serif;
}

p {
  text-align: justify;
  font-family: 'Josefin Sans', sans-serif;
}

figcaption {
  text-align: justify;
  font-family: 'Josefin Sans', sans-serif;
}
.contenido {
  border-radius: 1000px;    
}

.social {
	position: fixed; 
  float: right;
  right: 15px;
  top: 200px; 
	z-index: 2000;  
}

.regresar {
  position: fixed; 
  float: right;
  right: 15px;
  top: 260px; 
	z-index: 2000; 
}

.descarga {
  width: 100%;
  max-width: 300px;
  padding: 20px;
  margin: auto;  
  background: rgb(236, 235, 235);
  text-align: center;
  font-size: 12px;
  border:2px solid rgb(236, 235, 235);
}

.descarga_aqui {
  display: inline-block;
  text-decoration: none;
  padding: 15px 20px;
  background: #58595a;
  color: #fff;
  border-radius: 5px;  
}

.descarga_aqui:hover {
  opacity: 0.9;
}

.btn-descarga {
  display: inline-block;
  padding: 15px 25px;
  background: rgb(236, 235, 235);
  color: #fff;
  border:none;
  font-size: 5px;
  margin-top:20px;
  border-radius: 5%;
  outline:0px;
  cursor: pointer; 
}
.btn-descarga:hover {
  opacity: 0.9;
}

.descarga i{
  margin-left: 15px;
}

#icono {
  width:50%;
  display: block;
  padding: 5px;
  float: center;
  margin: auto;
}

#control {
  width: 100px;
  float: center;
  margin: auto;
}

.bg-image {
  float: center;
  margin: auto;
}

.cotizacion {
  position: fixed; 
  float: right;
  right: 15px;
  top: 300px; 
  z-index: 2000;  
}