@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
@import url('https://allfont.es/allfont.css?fonts=roboto-thin');


/*
$desktop:1200px;
$laptop: 1024px;
$tablet: 768px;
$phone: 480px 412;
*/
p,
input,
textarea,
dl {
  font-family: Roboto Thin;
}

* {
  font-family: 'Oswald', sans-serif;
  margin: 0 auto;
  padding: 0;
}

/*  Responsive Web Design */
@media only screen and (max-width: 1024px) {  /* For desktop: */
 body {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {  /* For tablets: */
 body {
    width: 100%;
  }
   .menuPhone {
    display: block;
  }
  .menu{
    display:none;
  }
}

@media only screen and (max-width: 412px) {  /* For mobile phones: */
  body {
    width: 100%;
  } 
  .menuPhone {
    display: block;
  }
  .menu{
    display:none;
  }
}
#translate #img{
  left: 0;
  width: 100px;
}
#translate{
  display:block;
}
#translate img{
  cursor: pointer;
}

body {
  max-width:2020px;
  min-width:412px;
  transition-duration: 0.8s;
  transition-delay: 0.4s;
}

#linkIndex {
  text-align: center;
  text-decoration: none;
  color: rgb(56, 56, 56);
}

#linkIndex:hover {
  font-style: italic;
}

.menu {
  display:block;
  min-width: 1100px;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.menuPhone {
  width:360px;
  display: none;
}
#navi #men {
  font-size: 30px;
  margin-top: 50px;
}

#navi #ic {
  margin-top: 10px;
}

#navi {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#navi i {
  font-size: 26px;
}

#navi a {
  transition-duration: 0.4s;
  transition-delay: 0.4s;
  font-weight: 800;
  font-size: 17px;
  color: #85b5bbbb;
  text-decoration: none;
}

#navi a:hover {
  color: grey;
}

#navi li {
  list-style: none;
  padding: 35px;
  float: left;
}

#instagram {
  text-decoration: none;
  color: grey;
  cursor: alias;
}

#logoMenu {
  margin-top: -50px;
  width: 160px;
}

#instagram:hover {
  transition-duration: 0.4s;
  transition-delay: 0.2s;
  color: black;
}

#instagram i{
  width: 40px;
}

.book h2 {
  letter-spacing: 0.2em;
}

#bo h2 {
  margin-left: 16px;
  padding: 5px;
  background-color: rgba(122, 223, 241, 0.205);
}

#bo h2:hover {
  background-color: transparent;
}
/*- Android*/
.sidepanel {
  	float:right;
    width: 0;
    height: 11000px;
    position: fixed;
    z-index: 1;
    padding-top:80px;
    top:0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidepanel a {
    text-align:right;
    padding-left: 45px;
    padding: 20px;
    text-decoration: none;
    transition-duration: 0.4s;
    transition-delay: 0.4s;
    font-weight: 800;
    font-size: 20px;
    color: #85b5bbbb;
    text-decoration: none;
    display: block;
}

.sidepanel a:hover {
    color: grey;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 36px;
}

.openbtn {
  font-size: 26px;
  cursor: pointer; 
  color: black;
  padding: 15px;
  border: none;
  border-radius: 50%;
}


.menuPhone #instagram{
  color: #85b5bbbb;
  margin-top: 25px;
  float: right;
  font-size: 26px;
}

.menuPhone button{
  background-color: transparent;
  float:right;
  margin-right: -36px;
  margin-top: 68px;
  color: #85b5bbbb;
}
.menuPhone button:hover , .menuPhone #instagram:hover{
  color: grey;
}

#logoPhone {
  margin-left:-50px;
  margin-top: -20px;
  width: 260px;
}

/**/

#details {
  margin-bottom: 50px;
}

.translate{
  float:right;margin-right:100px; 
  top:-100px;
}
.divFooter{
  min-width:262px;
  text-align: center;
  background-color: rgba(196, 192, 192, 0.397);  
  padding: 50px;
}
.footer { 
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.containerFooter {
  align-items: stretch;
  margin-bottom: 15px;
}

.footer h2 {
  padding-bottom: 20px;
}

.footer h4 {
  font-weight: 200;
  font-size: 18px
}

#logo {
  margin-bottom: 30px;
  width: 165px;
}

#centradoIcons {
  text-align: center;
}

#centradoIcons a {
  padding: 15px;
  font-size: 26px;
  padding-top: 20px;
}

#ultimo h4 {
  padding-top: 40px;
}

.ir-arriba {
  background-color: rgba(0, 204, 255, 0.699);
  display: none;
  padding: 20px;
  border-radius: 50px;
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-size: 20px;
  color: #fff;
  content: "Ho";
  cursor: pointer;
  position: fixed;
  bottom: 275.6px;
  right: 10px;
}

.ir-arriba::after {
  font-family: "Font Awesome 5 Free";
  content: "\f139";
}

#loginAdmin:hover {
	color: grey;
}

  
.boton-subir{
  display: none;
  background: #008597b9;
  border: thin solid #fff;
  border-radius: 3px;
  position: fixed;
  right: 25px;
  bottom:50px;
  z-index: 999999999;
}
.boton-subir:hover{
  box-shadow:   0px 2px 10px 0px rgba(255, 255, 255, 0.75);
}
.boton-subir i{
  color: #fff;
  font-size: 1.5em;
  padding: 10px 10px 10px 7px;
}