@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400&display=swap");
html {
  height: 100%;
}

body {
  /* min-height: 100%; */
  padding: 0;
  margin: 0;
  font-family: "Oswald", sans-serif;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  display: inline;
  line-height: normal;
}

p {
  display: inline-block;
  margin: 0;
}

.pageTitle {
  font-size: 3em;
}

#divPres {
  justify-content: center;
}

#main {
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
  position: relative;
  /* height: 100%; */
  /* min-height: 100%; */
  /* background-color: white; */
}

.divHome {
  width: 50%;
  height: 100vh;
}

#divLanguages {
  display: flex;
}

hr {
  border: 1px solid #222;
  width: 10em;
  margin: 2em 0em 2em 0em;
}

#secondDiv {
  /* position: relative; */
  width: 100%;
  min-height: 100vh;
  /* height: 100%; */
  /* padding-bottom: 10em; */
}

#divBackground {
  width: 100%;
  height: 100%;
  background-color: #000;
}

#articlePres {
  text-align: left;
  width: 95%;
  font-size: 3.5em;
  color: black;
  margin: 0 0.8em 0 0.8em;
  line-height: 120%;
}

#presHome {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#divCode {
  width: 30%;
}

#divCode img {
  width: 30em;
  height: auto;
}

.imgLanguages {
  width: 3em;
  transition: all 200ms;
}

.imgLanguages:hover {
  transform: scale(1.1);
  transition: all 200ms;
}

footer {
  text-align: center;
  /* height: 5em; */
  position: absolute;
  width: 100%;
  /* bottom: 0; */
  background-color: #222;
}

.homeLinesButtons {
  width: 100%;
  height: 25%;
}

.btn-home {
  border: 1px solid white;
  background-color: #000;
  box-sizing: border-box;
  color: whitesmoke;
  display: flex;
  align-items: center;
  font-size: 4.2em;
  justify-content: center;
  position: absolute;
  text-align: center;
  text-decoration: none #000000 solid;
  width: 50%;
  max-width: 50%;
  position: relative;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  border-radius: 0px;
  transition: all 200ms;
}

.btn-1 {
  color: #faaf3e;
  border-left: none;
  border-top: none;
}

.btn-1:hover {
  line-height: 120%;
  background-color: #faaf3e;
  transition: all 200ms;
  border-left: none;
}

.btn-2 {
  color: #3dd1e7;
  border-right: none;
  border-top: none;
}

.btn-2:hover {
  background-color: #3dd1e7;
}

.btn-3 {
  color: #dc3de7;
  border-left: none;
}

.btn-3:hover {
  background-color: #dc3de7;
}

.btn-4 {
  color: limegreen;
  border-right: none;
}

.btn-4:hover {
  background-color: limegreen;
}

.btn-5 {
  color: #e73d40;
  width: 100%;
  max-width: 100%;
  border-left: none;
  border-bottom: none;
}

.btn-5:hover {
  background-color: #e73d40;
  width: 100%;
  max-width: 100%;
}

.btn-6 {
  color: #e4e73d;
  width: 100%;
  max-width: 100%;
  border-right: none;
  border-bottom: none;
}

.btn-6:hover {
  background-color: #e4e73d;
  width: 100%;
  max-width: 100%;
}

.btn-7 {
  color: lightcoral;
  width: 100%;
  max-width: 100%;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.btn-7:hover {
  background-color: lightcoral;
  width: 100%;
  max-width: 100%;
}

.flags {
  box-shadow: 5px 5px 5px lightseagreen;
  margin-bottom: 1em;
}

.pHour {
  margin: 0;
}

#divSharing,
#divContact,
#divVerify,
#divDownload,
#divErrorShare,
#hourCard,
#divLegals,
#divAdmin,
#divMore {
  margin-bottom: 10em;
  width: 70%;
  max-width: 70%;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  border-color: #41403e;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
}

#divContact,
#divSharing,
#divLegals {
  box-shadow: 0px 0px 10px lightgray;
}

#divSsContact,
#divVerify {
  width: 50%;
}

#divDownload,
#divErrorShare {
  width: 30%;
}

#emailsList,
#ulClock {
  padding: 0;
  list-style-type: none;
}

#ulClock {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-content: center;
}

#ulClock li {
  font-weight: bold;
  margin: 1.5em;
  list-style-type: none;
}

#mainArticle {
  font-size: 1.5em;
}

.fa-envira {
  color: green;
}

.loader {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #3498db;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1800px) {
  #articlePres {
    text-align: center;
    width: 90%;
    font-size: 2.5em;
  }

  .btn-home {
    font-size: 2.5em;
  }
}

@media (max-width: 1070px) {
  #articlePres {
    font-size: 2em;
  }

  .btn-home {
    font-size: 2em;
  }
}

@media (max-width: 1000px) {
  #secondDiv {
    flex-direction: column;
    width: 100%;
  }

  .divHome {
    width: 100%;
    max-width: 100%;
  }
}

/*MOBILE*/
@media only screen and (min-device-width: 320px) and (max-device-width: 1000px) {
  #main {
    height: 100vh;
  }
  #articlePres {
    text-align: center;
    width: 90%;
    font-size: 4em;
  }

  #secondDiv {
    flex-direction: column;
    width: 100%;
  }

  .divHome {
    width: 100%;
    max-width: 100%;
  }

  .btn-home {
    font-size: 3em;
  }

  #divContact {
    height: 90vh;
    width: 90%;
    max-width: 90%;
  }

  .pageTitle {
    font-size: 5em;
  }

  .link-info {
    font-size: 2.5em;
  }

  #contactCard {
    font-size: 3em;
  }

  #mainArticle {
    font-size: 2.5em;
  }

  input.form-control {
    font-size: 4em;
  }

  button#contact_submit,
  button#widgets_submit,
  button#addEmails {
    font-size: 2.5em;
  }

  #divSharing {
    margin-bottom: 5em;
    width: 90%;
    max-width: 90%;
  }

  #divSharing h3 {
    font-size: 3.5em;
  }

  footer {
    bottom: auto;
  }

  #mainArticle,
  #divSharing p.alert-danger {
    font-size: 2em;
  }

  #sharing_form input {
    font-size: 2.5em;
  }

  #sharing_form label {
    font-size: 2em;
  }
}
