@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;900&display=swap");
.container {
  max-width: 1200px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px; }

a, a:hover, a:focus, a:visited {
  color: inherit;
  text-decoration: none; }

img {
  display: block;
  max-width: 100%; }

.img-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  margin: auto; }

.img-absolute {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto; }

p a {
  text-decoration: underline; }
  p a:hover {
    text-decoration: none; }

.content-html {
  line-height: 1.5; }
  .content-html > * {
    margin: 1em auto 0; }
    .content-html > *:first-child {
      margin-top: 0; }

img {
  margin-left: auto;
  margin-right: auto; }

body {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  background: #eee; }

.tabs {
  margin: auto;
  position: relative; }
  .tabs::before {
    content: '';
    padding-bottom: 125%;
    display: block; }
  .tabs .tab {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    margin: auto;
    color: #fff; }

.top {
  flex: 1;
  background: url("../images/top.png") bottom center repeat;
  background-size: 100% auto;
  width: 100%; }

.bottom {
  background: url("../images/bottom.png") center center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 90px; }

#tab-1 .iniciar {
  margin-top: 90px; }

#tab-2 input, #tab-3 input {
  font-size: 3em;
  margin: 45px auto;
  color: inherit;
  background: #ba8143;
  border: none;
  border-bottom: 15px solid #ffea00;
  padding: .5em 1em;
  border-radius: 1em;
  text-align: center;
  width: 75%;
  display: block; }

#tab-4 h1 {
  font-size: 3em;
  text-align: center;
  margin: 30px auto;
  font-weight: 900; }
#tab-4 .iniciar {
  margin-top: 60px; }

.tab-q {
  text-align: center;
  color: #fff; }
  .tab-q h3 {
    font-size: 2em;
    text-shadow: 1px 1px #000;
    line-height: 1.5; }
  .tab-q ul {
    font-weight: 900;
    font-size: 3em;
    margin-top: 90px; }
    .tab-q ul li {
      margin-top: 15px; }
      .tab-q ul li a {
        padding: .5em 1em;
        background: #ff5f17;
        border-radius: 15px;
        overflow: hidden;
        position: relative;
        display: block;
        text-align: center;
        text-transform: uppercase; }
        .tab-q ul li a::before {
          content: '';
          background: #ff7130;
          position: absolute;
          bottom: 25%;
          left: -25%;
          right: -25%;
          height: 200%;
          border-radius: 50%; }
        .tab-q ul li a span {
          position: relative; }

.header {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .header .logo {
    display: none;
    background: #2b50a2;
    width: 33.33333333%;
    max-width: 300px;
    position: relative; }
    .header .logo::before {
      content: '';
      padding-bottom: 100%;
      display: block; }
    .header .logo img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      max-width: 50%;
      max-height: 50%; }

main {
  min-height: 100vh;
  background: url("../images/fondo.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  max-width: 1080px;
  margin: auto;
  overflow: hidden; }

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .footer .campo {
    width: 100%;
    position: relative; }
  .footer .dva {
    padding: 90px 67.5px;
    background: #2b50a2;
    position: relative; }

.rotating-container {
  position: relative;
  overflow: hidden;
  transform: translateY(60%);
  opacity: .75; }
  .rotating-container::before {
    content: '';
    padding-bottom: 100%;
    display: block; }
  .rotating-container img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto; }

.tabs {
  position: relative;
  z-index: 1; }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.rotating {
  animation: rotating 5s linear infinite; }

@media screen and (max-width: 576px) {
  .footer .dva {
    padding: 15px; }

  .bottom {
    padding: 30px; }

  #tab-2 input, #tab-3 input {
    font-size: 1em;
    border-bottom-width: 3px; }

  .tab-q h3 {
    font-size: 1em; }
  .tab-q ul {
    font-size: 1em;
    margin-top: 30px; }

  #tab-4 h1 {
    font-size: 1em; }

  .tab img {
    max-width: 75%; } }

/*# sourceMappingURL=style.css.map */
