@font-face {
  font-family: 'Material Symbols Outlined';
  src: url('../fonts-google/material-symbols/Material_Symbols_Outlined/MaterialSymbolsOutlined.woff2') format('woff2');
}


BODY.fondo {
  margin: 0 0 100px;
  text-align: justify;
  font-size: 1rem;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: url("../imagenes/fondo1.jpg") repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  color: white;

}

a {
  text-decoration: none;
  color: #ffffff;
}


.contenedor-imagen {
  display: flex;
  margin-top: 7rem;
}

.sub-imagen {
  display: flex;
  width: 400px;
  margin-top: -25px;
  color: #303030;
  padding-left: 5px;

}

.mini-menu {
  display: block;
  margin-top: 20px;
  font-size: 0.6rem;
}

.pie {
  margin-top: 0.6rem;
  color: #5C6C80;
  font-size: 0.8rem;
}

.titulo-menu {
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 0.1rem;
  color: #5C6C80;
}


.menuA_principal {
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #D34626;
  background-color: rgb(255, 255, 255);
  width: 400px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-style: dotted;
  border-color: #cac0bd;
  border-radius: 20px;
  margin-top: 10px;
  padding: 15px;
  position: relative;
}




.opcionA {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  width: 180px;
  height: 180px;
  color: white;
  outline: none;
  font-weight: bold;
  text-decoration: none;
  border: solid 0px #D34626;
  padding-top: 6px;
  border-radius: 9px;
  -moz-box-shadow: 2px 2px 2px #303030;
  -webkit-box-shadow: 2px 2px 2px #303030;
  box-shadow: 0px 2px 2px #303030;
  background: #D34626;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3),
    0 3px 10px 0 rgba(0, 0, 0, 0.29);

}

.opcionA:hover {
  font-weight: bold;
  color: #ffffff;
  background: green;
  border: none;
}

.opcionA:active {
  color: #666;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
  background: -moz-linear-gradient(top, #000, #444);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}


.opcionB {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  width: 180px;
  height: 180px;
  color: white;
  outline: none;
  font-weight: bold;
  text-decoration: none;
  border: solid 0px #D34626;
  padding-top: 6px;
  border-radius: 9px;
  -moz-box-shadow: 2px 2px 2px #303030;
  -webkit-box-shadow: 2px 2px 2px #303030;
  box-shadow: 0px 2px 2px #303030;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3),
    0 3px 10px 0 rgba(0, 0, 0, 0.29);
  background: #243444;

}

.opcionB:hover {
  font-weight: bold;
  color: #ffffff;
  background: green;
  border: none;
}

.opcionB:active {
  color: #666;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
  background: -moz-linear-gradient(top, #000, #444);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}


@media screen and (max-width: 450px) {
  body {
    padding-top: 15px
  }


.menuA_principal {
  flex-direction: column;
  width: 80%;
}

.opcionA {
  margin-bottom: 1rem;
  margin-right: 0;
}

  .contenedor-imagen {
    width: 50% padding-top: -2rem;
  }
}