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

/* line 1, templates/g5_helium/custom/scss/custom.scss */
body {
  line-height: 1.7;
}
/* line 4, templates/g5_helium/custom/scss/custom.scss */
.g-container {
  width: 100%;
}
/* line 7, templates/g5_helium/custom/scss/custom.scss */
#g-page-surround {
  background: #fff;
  overflow: hidden;
  z-index: 0;
}
/* line 12, templates/g5_helium/custom/scss/custom.scss */
.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
  max-height: 500px;
}
/* line 15, templates/g5_helium/custom/scss/custom.scss */
#g-navigation {
  background: none;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0)) !important;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0)) !important;
  color: #fff;
  position: relative;
  z-index: 11;
}
@media only screen and (max-width: 600px) {
  /* line 24, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation {
    background: none;
    background-image: -webkit-linear-gradient(180deg, #150f09, #00324e) !important;
    background-image: linear-gradient(180deg, #130e09, #00324e) !important;
    color: #fff;
    position: relative;
    z-index: 11;
  }
}
/* line 33, templates/g5_helium/custom/scss/custom.scss */
#g-header {
  background-color: #312f38;
  color: #eceeef;
  padding: 3rem 0;
  position: relative;
  z-index: 10;
  background-image: url('../../../../images/home/vitrina-1.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -10rem !important;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  /* line 47, templates/g5_helium/custom/scss/custom.scss */
  #g-header {
    background-color: #312f38;
    color: #eceeef;
    padding: 3rem 0;
    position: relative;
    z-index: 10;
    background-image: url('../../../../images/home/vitrina-1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px !important;
    z-index: -1;
  }
}
/* line 61, templates/g5_helium/custom/scss/custom.scss */
#g-header:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 0.85;
  background-color: #4db2b3;
  background-image: url('../../../../images/subtle-dots.png'), -webkit-linear-gradient(-310deg, #003654, #006890);
  background-image: url('../../../../images/subtle-dots.png'), linear-gradient(40deg, #003654, #006890);
}
/* line 76, templates/g5_helium/custom/scss/custom.scss */
.g-owlcarousel {
  color: #eceeef;
  border-top: 2px solid #f6b300;
  /*border-bottom: 3px solid #123143;*/
}
/* line 81, templates/g5_helium/custom/scss/custom.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
  margin: 0rem 0.625rem 0.625rem;
  padding: 0.938rem;
  text-align: left;
  width: 50%;
  /*background: rgba(0, 156, 215, 0.85);*/
  padding: 1rem 2.5rem;
  border-bottom: 1px solid #f6b300;
  /*background-image: url(/images/home/esquina.png);*/
  background-position: top right;
  background-repeat: no-repeat;
}
/* line 94, templates/g5_helium/custom/scss/custom.scss */
.g-owlcarousel .owl-dots {
  position: absolute;
  bottom: 20%;
  width: 100%;
  text-align: center;
}
@media only all and (min-width: 75rem) {
  /* line 101, templates/g5_helium/custom/scss/custom.scss */
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 85rem;
  }
}
/* line 105, templates/g5_helium/custom/scss/custom.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 100;
  margin: 1.25rem 1.25rem 0.625rem;
  color: #009cd7;
}
/* line 113, templates/g5_helium/custom/scss/custom.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: left;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: left;
  -ms-flex-pack: center;
  height: 100%;
}
/* line 141, templates/g5_helium/custom/scss/custom.scss */
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #0c0c0c;
  background-image: url('//www.escalarseguros.com/images/subtle-dots2.png');
  opacity: 0.7;
}
/* line 146, templates/g5_helium/custom/scss/custom.scss */
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after {
  background-color: #0c0c0c;
  background-image: url('//www.escalarseguros.com/images/subtle-dots2.png');
  opacity: 0.7;
}
/* TEXTO VITRINA MOVIL */
@media only screen and (max-width: 900px) {
  /* line 154, templates/g5_helium/custom/scss/custom.scss */
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    font-size: 1rem !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    padding-bottom: 1.407rem;
    margin-top: 15px;
    margin-bottom: 0.625rem;
  }
  /* line 162, templates/g5_helium/custom/scss/custom.scss */
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    margin: 0rem 0.625rem 0.625rem;
    padding: 0.938rem;
    text-align: left;
    width: 100%;
    /* background: rgba(0, 156, 215, 0.85); */
    padding: 1rem;
    border-bottom: 1px solid #f6b300;
    /* background-image: url(/images/home/esquina.png); */
    background-position: top right;
    background-repeat: no-repeat;
  }
  /* line 174, templates/g5_helium/custom/scss/custom.scss */
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-size: 2rem;
    line-height: 1rem;
    font-weight: 100;
    margin: 10px 0 0 0;
    color: #009cd7;
  }
  /* line 182, templates/g5_helium/custom/scss/custom.scss */
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    display: block;
  }
  /* line 185, templates/g5_helium/custom/scss/custom.scss */
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    font-size: 1rem;
    line-height: 1.2 !important;
    font-weight: 200;
    padding-bottom: 1.407rem;
    margin-top: 15px;
    margin-bottom: 0.625rem;
  }
}
/* FIN TEXTO VITRINA MOIL */
/* line 197, templates/g5_helium/custom/scss/custom.scss */
#g-intro {
  background: #24221e;
  color: #efc9a2;
  padding: 3rem 0;
}
/* line 202, templates/g5_helium/custom/scss/custom.scss */
#g-intro img {
  max-width: 300px;
}
/* line 205, templates/g5_helium/custom/scss/custom.scss */
#g-features {
  background: #fff;
  color: #424753;
  padding: 5rem 0;
  background: url('../../../../images/home/back-top-feature.png') no-repeat center top, #f8f8f8;
}
/* line 211, templates/g5_helium/custom/scss/custom.scss */
#g-utility {
  background: #676767;
  color: #f4f5f7;
  padding: 3rem 0;
}
/* line 216, templates/g5_helium/custom/scss/custom.scss */
#g-testimonials {
  background: #009cd7;
  color: #eceeef;
  padding: 3rem 0;
  position: relative;
  z-index: 10;
  background: url('../../../../images/home/vitrina-1.jpg') no-repeat center top;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 228, templates/g5_helium/custom/scss/custom.scss */
#g-testimonials:before {
  background-color: #009cd7;
  background-image: url('../../../../images/subtle-dots.png'), -webkit-linear-gradient(-310deg, #003654, #006890);
  background-image: url('../../../../images/subtle-dots.png'), linear-gradient(40deg, #003654, #006890);
  opacity: 0.9;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
/* line 241, templates/g5_helium/custom/scss/custom.scss */
.fp-testimonials img {
  margin-bottom: 1.25rem;
  border: none !important;
}
/* line 245, templates/g5_helium/custom/scss/custom.scss */
#g-footer {
  background: #253a46;
  color: #fff;
  padding: 3rem 0;
}
/* line 250, templates/g5_helium/custom/scss/custom.scss */
.title1 .g-title {
  background: #009cd7;
  color: #fff;
}
/* line 254, templates/g5_helium/custom/scss/custom.scss */
.title1 .g-title, .title2 .g-title, .title-gradient .g-title, .title-outline .g-title {
  margin: -0.938rem -0.938rem 1.5rem -0.938rem;
  padding: 1.5rem 1.5rem;
}
/* line 258, templates/g5_helium/custom/scss/custom.scss */
.box-outline.moduletable, .box-outline.widget, .box-outline.g-outer-box, .box-outline > .g-content {
  border: 1px solid #009cd7;
}
/* line 261, templates/g5_helium/custom/scss/custom.scss */
.nicescroll-rails {
  background-color: rgba(255, 255, 255, 0.46);
}
/* line 264, templates/g5_helium/custom/scss/custom.scss */
#g-header h2 {
  font-weight: 300;
  line-height: 1.5;
}
/* line 268, templates/g5_helium/custom/scss/custom.scss */
.capital {
  font-size: 52px;
  float: left;
  margin-top: -20px;
  margin-right: 8px;
  font-family: Times New Roman;
}
/* line 275, templates/g5_helium/custom/scss/custom.scss */
ol {
  /*font-weight: 400;*/
  font-size: 18px;
  color: #253a46;
}
/* line 283, templates/g5_helium/custom/scss/custom.scss */
.g-home-particles.g-helium-style .fp-features .g-block .card .card-block {
  padding: 0 0.938rem;
}
/* line 286, templates/g5_helium/custom/scss/custom.scss */
.card-block {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 10px !important;
}
/* line 291, templates/g5_helium/custom/scss/custom.scss */
.card-block:hover {
  filter: brightness(90%);
  padding-top: 15px !important;
}
@media only screen and (max-width: 600px) {
  /* line 296, templates/g5_helium/custom/scss/custom.scss */
  .notopmargin {
    margin-top: 0rem !important;
  }
}
/* line 300, templates/g5_helium/custom/scss/custom.scss */
.sg_protected_by {
  display: none;
}
/*# sourceMappingURL=custom_28.css.map */