/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Home */
/*Logo*/
/* line 3, templates/rt_gemini/custom/scss/custom.scss */
.g-logo {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
}
/*Nombre*/
/* line 9, templates/rt_gemini/custom/scss/custom.scss */
div .g-branding {
  text-align: center;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 15px;
  max-width: 17rem;
  min-width: 15rem;
  margin: 0 auto;
}
/* line 19, templates/rt_gemini/custom/scss/custom.scss */
.g-social a {
  font-size: 1rem;
}
/*Pantalla*/
@media only screen and (min-width: 120rem) {
  /* line 24, templates/rt_gemini/custom/scss/custom.scss */
  /* Fin Desktop máximo 1920px - mínimo 1440 */
  /* line 25, templates/rt_gemini/custom/scss/custom.scss */
  .g-logo {
    padding: 4vh;
  }
}
/* Desktop máximo 1920px - mínimo 1440 */
@media only screen and (max-width: 120rem) and (min-width: 90.038rem) {
  /* line 30, templates/rt_gemini/custom/scss/custom.scss */
  /* Fin Desktop máximo 1920px - mínimo 1440 */
  /* line 31, templates/rt_gemini/custom/scss/custom.scss */
  .g-logo {
    padding: 45px;
  }
}
/* Laptop */
@media only screen and (max-width: 90.938rem) and (min-width: 75rem) {
  /* line 37, templates/rt_gemini/custom/scss/custom.scss */
  /* Fin Laptop máximo 1440 - mínimo 1200 */
  /* line 38, templates/rt_gemini/custom/scss/custom.scss */
  .g-logo {
    padding: 2.5vh;
  }
}
/* Tablet máximo 1200 - mínimo 815 */
@media only screen and (max-width: 74.938rem) and (min-width: 51rem) {
  /* line 43, templates/rt_gemini/custom/scss/custom.scss */
  /* Fin Tablet máximo 1200 - mínimo 815 */
  /* line 44, templates/rt_gemini/custom/scss/custom.scss */
  .g-logo {
    padding: 15px;
  }
}
/* Mobile 815-768 */
@media only screen and (max-width: 50.938rem) and (min-width: 0rem) {
  /* line 50, templates/rt_gemini/custom/scss/custom.scss */
  /* Fin Mobile 815-768 */
  /* line 51, templates/rt_gemini/custom/scss/custom.scss */
  .g-logo {
    width: 8rem;
    padding: 1.5rem;
    margin: 0 auto;
  }
  /* line 56, templates/rt_gemini/custom/scss/custom.scss */
  .g-social {
    text-align: center;
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 15px;
    width: 17rem;
    margin: 0 auto;
  }
  /* line 64, templates/rt_gemini/custom/scss/custom.scss */
  div .g-social {
    margin: 0 auto !important;
  }
}
/*# sourceMappingURL=custom_178.css.map */