/* 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
 */

@import "carousel";
@import "accordion";
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/g5_helium/custom/scss/_backtotop.scss */
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 9999;
  font-size: 16px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #9a9da0;
  /*color: $accent-color-2;*/
  color: #ad4c4c;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}
/* line 20, templates/g5_helium/custom/scss/_backtotop.scss */
.back-to-top:hover {
  background: #e9ebec;
}
@-webkit-keyframes fadeInRight {
  /* line 25, templates/g5_helium/custom/scss/_backtotop.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 31, templates/g5_helium/custom/scss/_backtotop.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  /* line 39, templates/g5_helium/custom/scss/_backtotop.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 45, templates/g5_helium/custom/scss/_backtotop.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  /* line 53, templates/g5_helium/custom/scss/_backtotop.scss */
  from {
    opacity: 1;
  }
  /* line 57, templates/g5_helium/custom/scss/_backtotop.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  /* line 65, templates/g5_helium/custom/scss/_backtotop.scss */
  from {
    opacity: 1;
  }
  /* line 69, templates/g5_helium/custom/scss/_backtotop.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 76, templates/g5_helium/custom/scss/_backtotop.scss */
.back-to-top {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/* line 85, templates/g5_helium/custom/scss/_backtotop.scss */
.backHide {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
/* line 89, templates/g5_helium/custom/scss/_backtotop.scss */
a.back-to-top:hover {
  text-decoration: none;
  color: #4db2b3;
}
/* line 1, templates/g5_helium/custom/scss/_backtotop.scss */
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 9999;
  font-size: 16px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #9a9da0;
  /*color: $accent-color-2;*/
  color: #ad4c4c;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}
/* line 20, templates/g5_helium/custom/scss/_backtotop.scss */
.back-to-top:hover {
  background: #e9ebec;
}
@-webkit-keyframes fadeInRight {
  /* line 25, templates/g5_helium/custom/scss/_backtotop.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 31, templates/g5_helium/custom/scss/_backtotop.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  /* line 39, templates/g5_helium/custom/scss/_backtotop.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 45, templates/g5_helium/custom/scss/_backtotop.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  /* line 53, templates/g5_helium/custom/scss/_backtotop.scss */
  from {
    opacity: 1;
  }
  /* line 57, templates/g5_helium/custom/scss/_backtotop.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  /* line 65, templates/g5_helium/custom/scss/_backtotop.scss */
  from {
    opacity: 1;
  }
  /* line 69, templates/g5_helium/custom/scss/_backtotop.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 76, templates/g5_helium/custom/scss/_backtotop.scss */
.back-to-top {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/* line 85, templates/g5_helium/custom/scss/_backtotop.scss */
.backHide {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
/* line 89, templates/g5_helium/custom/scss/_backtotop.scss */
a.back-to-top:hover {
  text-decoration: none;
  color: #4db2b3;
}
/*home*/
/* line 7, templates/g5_helium/custom/scss/custom.scss */
.fp-features .g-block .card .card-block .fa {
  width: 120px;
  height: 120px;
  font-size: 4.125rem;
  line-height: 6.5rem;
  margin: 0 auto 20px;
  border: 8px solid rgba(224, 224, 229, 0.4);
  border-radius: 50%;
}
/* line 17, templates/g5_helium/custom/scss/custom.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
}
/* line 22, templates/g5_helium/custom/scss/custom.scss */
.g-grid {
  list-style: none;
}
/* line 26, templates/g5_helium/custom/scss/custom.scss */
.center {
  text-align: center !important;
}
/* line 32, templates/g5_helium/custom/scss/custom.scss */
*, ::before, ::after {
  box-sizing: inherit;
}
/* line 35, templates/g5_helium/custom/scss/custom.scss */
.card {
  text-align: center !important;
  padding: 10px;
}
/* line 39, templates/g5_helium/custom/scss/custom.scss */
body {
  font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
}
/*.card-text*/
/* line 45, templates/g5_helium/custom/scss/custom.scss */
.card-block {
  font-size: 1rem;
  line-height: 1.5;
}
/*web*/
/* line 54, templates/g5_helium/custom/scss/custom.scss */
#g-header .g-content .custom {
  line-height: 0.8;
  font-size: 1em;
}
/* line 58, templates/g5_helium/custom/scss/custom.scss */
.el_boton {
  text-decoration: none;
  padding: 10px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  background-color: #1883ba;
  border-radius: 6px;
  border: 2px solid #0016b0;
}
/* line 68, templates/g5_helium/custom/scss/custom.scss */
.el_boton:hover {
  color: #1883ba;
  background-color: #fff;
}
/* line 73, templates/g5_helium/custom/scss/custom.scss */
#g-features .g-content .moduletable {
  line-height: 2;
  font-size: 1em;
  padding-bottom: 30px;
}
/*ul{
 text-decoration: underline;
 }*/
/* line 81, templates/g5_helium/custom/scss/custom.scss */
#g-features .g-content .moduletable:hover {
  box-shadow: 0px 2px 2px #000;
  -moz-box-shadow: 0px 2px 2px #000;
  -webkit-box-shadow: 0px 2px 2px #000;
}
/* line 87, templates/g5_helium/custom/scss/custom.scss */
#g-features .g-content .moduletable .basico {
  text-decoration: none;
  padding-top: 5px;
  line-height: 2em;
  font-size: 1em;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  background-color: #1883ba;
  border-radius: 6px;
  border: 2px;
}
/* line 98, templates/g5_helium/custom/scss/custom.scss */
#g-features .g-content .moduletable .basico .texto {
  line-height: 1;
  font-size: 1em;
}
/* line 101, templates/g5_helium/custom/scss/custom.scss */
#g-features .g-content .moduletable .mediano {
  text-decoration: none;
  padding-top: 5px;
  line-height: 2em;
  font-size: 1em;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  background-color: #4aba1c;
  border-radius: 6px;
  border: 2px;
}
/* line 112, templates/g5_helium/custom/scss/custom.scss */
#g-features .g-content .moduletable .mediano .texto {
  line-height: 1;
  font-size: 1em;
}
/* line 115, templates/g5_helium/custom/scss/custom.scss */
#g-features .g-content .moduletable .full {
  text-decoration: none;
  padding-top: 5px;
  line-height: 2em;
  font-size: 1em;
  font-weight: 600;
  font-size: 20px;
  border: 0;
  color: #fff;
  background-color: #5c6458;
  border-radius: 6px;
  border: 2px;
}
/* line 127, templates/g5_helium/custom/scss/custom.scss */
#g-features .g-content .moduletable .full .texto {
  line-height: 1;
  font-size: 1em;
}
/* line 130, templates/g5_helium/custom/scss/custom.scss */
#g-features .g-content .moduletable .tienda {
  text-decoration: none;
  padding-top: 5px;
  line-height: 2em;
  font-size: 1em;
  font-weight: 600;
  font-size: 20px;
  border: 0;
  color: #fff;
  background-color: #da5310;
  border-radius: 6px;
  border: 2px;
}
/* line 142, templates/g5_helium/custom/scss/custom.scss */
#g-features .g-content .moduletable .tienda .texto {
  line-height: 1;
  font-size: 1em;
}
/*# sourceMappingURL=custom_15.css.map */