@charset "UTF-8";
/*------------General------------*/
/*------------General------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 1s;
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-size: 62.5%; }

* {
  scrollbar-color: #DDE5F4 #DDE5F4;
  scrollbar-width: thin; }

*::-webkit-scrollbar {
  width: 1rem;
  border-radius: 0.8rem; }

@font-face {
  font-family: Asap;
  src: url("../font/Asap.ttf"); }
@font-face {
  font-family: Lato;
  src: url("../font/Lato.ttf"); }
@font-face {
  font-family: MadimiOne;
  src: url("../font/MadimiOne.ttf"); }
@font-face {
  font-family: Roboto;
  src: url("../font/Roboto.ttf"); }
html {
  box-sizing: border-box;
  transition: all 1s;
  background-color: #F6F9FF;
  scroll-behavior: smooth;
  font-size: 62.5%;
  width: 100%; }

body {
  transition: all 1s;
  background-color: #F6F9FF;
  position: relative;
  width: 100%; }

.padding {
  padding: 7rem 5rem; }

.buttonS {
  font-size: 1.8rem;
  font-family: Asap;
  text-decoration: none;
  display: inline-block;
  margin-top: 2rem;
  color: #FFFFFF;
  background-color: #F3BA19;
  border: 1px solid #F3BA19;
  border-radius: 2rem;
  letter-spacing: 0.1rem;
  transition: all 2s;
  font-weight: bold;
  padding: 1rem 2rem; }
  .buttonS:hover {
    background-color: #FFFFFF;
    color: #F3BA19;
    transition: all 2s; }

/*------------General------------*/
/*------------General------------*/
.header {
  width: 100%;
  padding: 3rem 4rem; }
  .header h1 {
    font-size: 5rem;
    color: #F3BA19;
    font-family: MadimiOne;
    color: #F3BA19;
    text-transform: uppercase; }

/*============== Mensaje Sitio en Construccion ==============*/
.construccion {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 6rem; }
  .construccion .text {
    width: 40%; }
    .construccion .text h1 {
      color: #F3BA19;
      font-family: MadimiOne;
      font-size: 9rem;
      letter-spacing: 0.1rem; }
    .construccion .text h2 {
      font-size: 3rem;
      color: #F3BA19;
      font-family: Asap;
      letter-spacing: 0.1rem;
      margin-top: 2rem; }
    .construccion .text .span1 {
      font-size: 3rem;
      color: #606062;
      display: inline-block;
      width: 100%;
      margin-top: -1rem;
      margin-bottom: 3rem;
      font-family: MadimiOne; }
    .construccion .text .span2 {
      font-size: 3rem;
      color: #606062;
      display: inline-block;
      width: 100%;
      margin-top: 1rem;
      margin-bottom: 1rem;
      font-family: MadimiOne; }
    .construccion .text p {
      font-size: 3rem;
      font-family: Asap;
      color: #1D3F5A; }
  .construccion .img {
    width: 30%; }
    .construccion .img img {
      display: block;
      width: 100%;
      margin: 0rem auto; }

/*============== Mensaje Sitio en Construccion ==============*/
/* Dispositivos grandes (portátiles/de escritorio, 992 px y más) */
@media screen and (max-width: 992px) {
  /*============== Mensaje Sitio en Construccion ==============*/
  .construccion .text {
    width: 90%; }
  .construccion .img {
    width: 70%; }

  /*============== Mensaje Sitio en Construccion ==============*/ }
/* Dispositivos extra pequeños (teléfonos, 600 px y menos) */
@media screen and (max-width: 600px) {
  .padding {
    padding: 5rem; }

  .header {
    width: 100%;
    padding: 3rem 2rem;
    text-align: center; }
    .header h1 {
      font-size: 4rem; }

  /*============== Mensaje Sitio en Construccion ==============*/
  .construccion {
    margin-top: 0rem; }
    .construccion .text {
      width: 100%;
      text-align: center;
      margin-bottom: 3rem; }
      .construccion .text h1 {
        font-size: 6rem; }
      .construccion .text p {
        font-size: 2.5rem; }
      .construccion .text .span2 {
        font-size: 2rem; }
    .construccion .img {
      width: 60%; }

  /*============== Mensaje Sitio en Construccion ==============*/ }

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