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

@charset "UTF-8";
.gp_iconblock1 .gp_heading {
  margin-bottom: 60px;
}
.gp_iconblock1 > .g-grid {
  margin: 0 -15px;
}
.gp_iconblock1 .gp_content {
  padding: 15px;
}
.gp_iconblock1 .gp_content > h4 {
  margin-bottom: 20px;
  font-weight: 700;
}
.gp_iconblock1 .gp_icon {
  font-size: 5rem;
}
.gp_iconblock1 .gp_buttons {
  text-align: center;
  margin-top: 40px;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.promo-carrusel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.promo-carrusel .owl-animated-in {
  z-index: 0;
}
.promo-carrusel .owl-animated-out {
  z-index: 1;
}
.promo-carrusel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 *  Owl Carousel - Core
 */
.promo-carrusel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.promo-carrusel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.promo-carrusel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.promo-carrusel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.promo-carrusel .owl-wrapper, .promo-carrusel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.promo-carrusel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.promo-carrusel .owl-item img {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
.promo-carrusel .owl-nav.disabled, .promo-carrusel .owl-dots.disabled {
  display: none;
}
.promo-carrusel .owl-nav .owl-prev, .promo-carrusel .owl-nav .owl-next, .promo-carrusel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.promo-carrusel .owl-nav button.owl-prev, .promo-carrusel .owl-nav button.owl-next, .promo-carrusel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.promo-carrusel.owl-loaded {
  display: block;
}
.promo-carrusel.owl-loading {
  opacity: 0;
  display: block;
}
.promo-carrusel.owl-hidden {
  opacity: 0;
}
.promo-carrusel.owl-refresh .owl-item {
  visibility: hidden;
}
.promo-carrusel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.promo-carrusel.owl-grab {
  cursor: move;
  cursor: grab;
}
.promo-carrusel.owl-rtl {
  direction: rtl;
}
.promo-carrusel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .promo-carrusel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.promo-carrusel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}
.promo-carrusel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.promo-carrusel .owl-item .owl-lazy[src^=""], .promo-carrusel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.promo-carrusel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.promo-carrusel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.promo-carrusel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../images/owlcarousel/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.promo-carrusel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.promo-carrusel .owl-video-playing .owl-video-tn, .promo-carrusel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.promo-carrusel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.promo-carrusel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*
 *  Owl Carousel - Nav & Dots
 */
.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-nav [class*="owl-"] {
  display: inline-block;
  margin: auto;
  padding: 0.9rem 0;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.25s;
}
.owl-nav [class*="owl-"]:hover {
  text-decoration: none;
}
.owl-nav.disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-nav .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-nav .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-nav .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-nav .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 0.3125rem;
  background: #56526f;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 15px;
}
.owl-nav .owl-dots .owl-dot.active span, .owl-nav .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
.g-owlcarousel {
  color: #eceeef;
}
.g-owlcarousel .g-owlcarousel-item-wrapper {
  position: relative;
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-img {
  position: relative;
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-img:after {
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform-style: preserve-3d;
}
@media only all and (min-width: 75rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 40rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
    padding-top: 2.5rem;
  }
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
  margin: 1.25rem 0.625rem 0.625rem;
  padding: 0.938rem;
  text-align: center;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    padding-top: 2.5rem;
  }
}
.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: "Poppins";
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 500;
  margin: 1.25rem 1.25rem 0.625rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .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-size: 3rem;
    line-height: 3.875rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .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-size: 2rem;
    line-height: 2.875rem;
    margin-top: 3.125rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    margin-top: 0;
    font-size: 2rem;
    line-height: 2.875rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.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: 1.5rem;
  line-height: 1.5;
  font-weight: 200;
  padding-bottom: 1.407rem;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .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.875rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .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.875rem;
    padding-bottom: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .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: none;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-button {
    padding: 1rem 2.625rem;
    font-size: 0.6rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-button {
    display: none;
  }
}
.g-owlcarousel .owl-nav {
  margin: 0;
}
.g-owlcarousel .owl-nav button.owl-prev, .g-owlcarousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s;
}
.g-owlcarousel .owl-nav button.owl-prev .fa, .g-owlcarousel .owl-nav button.owl-next .fa {
  position: relative;
}
.g-owlcarousel .owl-nav button.owl-prev:hover, .g-owlcarousel .owl-nav button.owl-next:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.g-owlcarousel .owl-nav .owl-prev {
  left: 3rem;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel .owl-nav .owl-prev {
    left: 2rem;
  }
}
.g-owlcarousel .owl-nav .owl-prev .fa {
  left: -1px;
  top: 1px;
}
.g-owlcarousel .owl-nav .owl-next {
  right: 3rem;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel .owl-nav .owl-next {
    right: 2rem;
  }
}
.g-owlcarousel .owl-nav .owl-next .fa {
  left: 1px;
  top: 1px;
}
.g-owlcarousel .owl-dots {
  position: absolute;
  bottom: -20%;
  width: 100%;
  text-align: center;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel .owl-dots {
    bottom: 5%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel .owl-dots {
    bottom: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel .owl-dots {
    bottom: 0.5rem;
  }
}
.g-owlcarousel .owl-dots .owl-dot {
  display: inline-block;
  background: #56526f;
  margin: 0 0.3125rem;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  opacity: 0.75;
  transition: all 0.2s;
}
.g-owlcarousel .owl-dots .owl-dot.active, .g-owlcarousel .owl-dots .owl-dot:hover {
  opacity: 1;
  background: #116dfe;
}
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after {
  background-color: #ff6a13;
  background: linear-gradient(40deg, #ff6a13, #ff6a13);
  opacity: 0.9;
}
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #ff6a13;
  background: linear-gradient(140deg, #ff6a13, #ff6a13);
  opacity: 0.9;
}
.g-infolist-particle .g-infolist-title {
  font-size: 2.2vw;
  line-height: 1.3;
  padding-left: 1.2rem;
  font-weight: bold;
}
@media (max-width: 100rem) {
  .g-infolist-particle .g-infolist-title {
    font-size: 2.2rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-infolist-particle .g-infolist-title {
    padding: 0;
  }
}
.g-infolist-particle .g-infolist-desc {
  font-size: 1.5vw;
  color: rgba(86, 82, 111, 0.75);
  padding-left: 1.2rem;
}
@media (max-width: 100rem) {
  .g-infolist-particle .g-infolist-desc {
    font-size: 1.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-infolist-particle .g-infolist-desc {
    padding: 0;
  }
}
.g-infolist-particle .g-infolist-item {
  border: 1px solid #f0f0f0;
  margin-right: -1px;
  transition: box-shadow 1s;
  box-shadow: 0 0 50px 5px rgba(255, 106, 19, 0);
}
.g-infolist-particle .g-infolist-item:hover {
  box-shadow: 0 0 50px 5px rgba(255, 106, 19, 0.05);
}
.g-infolist-particle .g-infolist-item.bg-accent-color-1 {
  background: #ff6a13;
  color: set-color(#ff6a13);
  border: 0 none;
  margin: 0;
  padding: 1.876rem;
}
.g-infolist-particle .g-infolist-item.bg-accent-color-2 {
  background: #ff6a13;
  color: set-color(#ff6a13);
  border: 0 none;
  margin: 0;
  padding: 1.876rem;
}
.g-infolist-particle .g-infolist-item.bg-accent-color-3 {
  background: #FD9236;
  color: set-color(#FD9236);
  border: 0 none;
  margin: 0;
  padding: 1.938rem;
}
.g-infolist-particle .g-infolist-item:nth-child(-n + 3) {
  border-top: none;
}
.g-infolist-particle .g-infolist div:nth-child(3n) {
  border-right: none;
}
.g-infolist-particle .g-infolist-item:nth-child(3n  - 2) {
  border-left: none;
}
.g-infolist-particle .g-infolist-item:nth-child(n + 7) {
  border-bottom: none;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist-particle .g-infolist-item {
    border: 0 none;
  }
}
.g-infolist-particle .g-infolist {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.g-infolist-particle .g-infolist .g-infolist-item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid transparent;
  min-width: 0;
  min-height: 0;
}
.g-infolist-particle .g-infolist .g-infolist-item .g-infolist-item-container {
  margin: 0.625rem;
  padding: 0.625rem;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist-particle .g-infolist .g-infolist-item .g-infolist-item-container {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.g-infolist-particle .g-infolist.g-compact .g-infolist-item {
  margin-bottom: 0.5rem;
}
.g-infolist-particle .g-infolist.noborder .g-infolist-item {
  border-bottom: 0;
}
.g-infolist-particle .g-infolist.spaced .g-infolist-item {
  padding: 0.5rem 0 2rem 0;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon, .g-infolist-particle .g-infolist .g-infolist-item-img {
  margin-right: 1rem;
  margin-top: 0.25rem;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.left, .g-infolist-particle .g-infolist .g-infolist-item-img.left {
  margin-right: 1rem;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon.left, .dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-img.left {
  margin-left: 1rem;
  margin-right: 0;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.left.browser, .g-infolist-particle .g-infolist .g-infolist-item-img.left.browser {
  margin-right: 4%;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon.left.browser, .dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-img.left.browser {
  margin-left: 4%;
  margin-right: 0;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.right, .g-infolist-particle .g-infolist .g-infolist-item-img.right {
  margin-left: 1rem;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon.right, .dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-img.right {
  margin-right: 1rem;
  margin-left: 0;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.right.browser, .g-infolist-particle .g-infolist .g-infolist-item-img.right.browser {
  margin-left: 4%;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon.right.browser, .dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-img.right.browser {
  margin-right: 4%;
  margin-left: 0;
}
.g-infolist-particle .g-infolist .g-infolist-item-img {
  min-width: 156px;
}
.g-infolist-particle .g-infolist .g-infolist-item-img.center {
  margin-left: auto;
  margin-right: auto;
}
.g-infolist-particle .g-infolist .g-infolist-item-img.avatar img {
  border-radius: 100%;
  border: 2px solid #ffffff;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon {
  font-size: 1.4vw;
}
@media (max-width: 85.7142857143rem) {
  .g-infolist-particle .g-infolist .g-infolist-item-icon {
    font-size: 1.2rem;
  }
}
.g-infolist-particle .g-infolist .g-infolist-item-icon .fa {
  vertical-align: sub;
  background: rgba(255, 106, 19, 0.05);
  border-radius: 100%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon .fa.accent-color-1 {
  color: #ff6a13;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon .fa.accent-color-2 {
  color: #ff6a13;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon-inline {
  margin-right: 0.625rem;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon-inline {
  margin-left: 0.625rem;
  margin-right: 0;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.left {
  text-align: left;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon.left {
  text-align: right;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist-particle .g-infolist .g-infolist-item-icon.left {
    margin-right: 0;
  }
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  margin: 0 auto !important;
  margin-bottom: 0.938rem;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.right {
  text-align: right;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon.right {
  text-align: left;
}
.g-infolist-particle .g-infolist .g-infolist-item-title {
  margin: 0.9375rem 0;
  font-weight: 400;
  font-size: 1.2vw;
}
@media (max-width: 100rem) {
  .g-infolist-particle .g-infolist .g-infolist-item-title {
    font-size: 1.2rem;
  }
}
.g-infolist-particle .g-infolist .g-infolist-item-desc {
  margin: 0;
  font-weight: 200;
  font-size: 0.9vw;
  opacity: 0.8;
}
@media (max-width: 100rem) {
  .g-infolist-particle .g-infolist .g-infolist-item-desc {
    font-size: 0.9rem;
  }
}
.g-infolist-particle .g-infolist .g-infolist-tags {
  opacity: 0.8;
  margin: 1rem 0 0.5rem 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
}
.g-infolist-particle .g-infolist .g-infolist-link {
  margin-top: 1rem;
}
.g-infolist-particle .g-infolist.g-1cols .g-infolist-item:last-child {
  border-bottom: none;
}
.g-infolist-particle .g-infolist.g-1cols .g-infolist-item:last-child .g-infolist-item-container {
  padding-bottom: 0;
  margin-bottom: 0;
}
.g-infolist-particle .g-infolist.g-2cols .g-infolist-item {
  width: 50%;
}
.g-infolist-particle .g-infolist.g-2cols .g-infolist-item:nth-child(odd) .g-infolist-item-container {
  margin-right: 1%;
}
.g-infolist-particle .g-infolist.g-2cols .g-infolist-item:nth-child(even) .g-infolist-item-container {
  margin-left: 1%;
}
.g-infolist-particle .g-infolist.g-3cols .g-infolist-item {
  width: 33%;
}
.g-infolist-particle .g-infolist.g-3cols .g-infolist-item:nth-child(3n-1) .g-infolist-item-container {
  margin-left: 0;
  margin-right: 0;
}
.g-infolist-particle .g-infolist.g-4cols .g-infolist-item {
  width: 25%;
}
.g-infolist-particle .g-infolist.g-4cols .g-infolist-item:nth-child(4n-2) .g-infolist-item-container {
  margin-left: 0;
  margin-right: 1%;
}
.g-infolist-particle .g-infolist.g-4cols .g-infolist-item:nth-child(4n-1) .g-infolist-item-container {
  margin-left: 1%;
  margin-right: 0;
}
.g-infolist-particle .g-infolist.g-5cols .g-infolist-item {
  width: 17.6%;
}
.g-infolist-particle .g-infolist.g-5cols .g-infolist-item:nth-child(5n-3) .g-infolist-item-container {
  margin-left: 0;
  margin-right: 1%;
}
.g-infolist-particle .g-infolist.g-5cols .g-infolist-item:nth-child(5n-2) .g-infolist-item-container {
  margin-left: 1%;
  margin-right: 1%;
}
.g-infolist-particle .g-infolist.g-5cols .g-infolist-item:nth-child(5n-1) .g-infolist-item-container {
  margin-left: 1%;
  margin-right: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist-particle .g-infolist[class*="cols"] .g-infolist-item {
    width: 100%;
  }
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags .g-tag {
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 2.5rem;
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-title {
  font-size: 1.9rem;
  text-transform: uppercase;
  line-height: 3rem;
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-desc {
  font-size: 1rem;
  line-height: 2rem;
  opacity: 0.8;
  padding: 0;
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-desc, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-title, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags .g-tag {
  text-rendering: optimizeLegibility;
  font-family: "Poppins";
  font-weight: bold;
  margin: 0;
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-desc a, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-title a, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags a, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags .g-tag a {
  color: inherit;
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-desc a:hover, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-title a:hover, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags a:hover, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags .g-tag a:hover {
  opacity: 0.75;
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-link {
  margin-top: 0;
}
.g-imagegrid *, .g-imagegrid *:before, .g-imagegrid *:after {
  box-sizing: border-box !important;
}
.g-imagegrid .g-imagegrid-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.25rem;
}
.g-imagegrid .g-imagegrid-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.25rem;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.g-imagegrid .g-imagegrid-item:hover img {
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  transition: transform 0.35s;
  transform: scale(1.2);
}
.g-imagegrid .g-imagegrid-item:hover .g-imagegrid-link:before {
  opacity: 1;
}
.g-imagegrid .g-imagegrid-desc {
  margin: 1.5rem 0;
}
.g-imagegrid .g-imagegrid-link {
  display: block;
  position: relative;
  background: transparent;
  border-radius: 0.25rem;
  overflow: hidden;
}
.g-imagegrid .g-imagegrid-link:before {
  font-family: FontAwesome;
  content: "";
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -13px;
  z-index: 1;
  opacity: 0;
}
.g-imagegrid .g-imagegrid-2cols .g-imagegrid-item {
  width: 50%;
}
.g-imagegrid .g-imagegrid-3cols .g-imagegrid-item {
  width: 11%;
}
.g-imagegrid .g-imagegrid-4cols .g-imagegrid-item {
  width: 25%;
}
.g-imagegrid .g-imagegrid-5cols .g-imagegrid-item {
  width: 20%;
}
.gp_cta4 {
  position: relative;
}
@media only all and (min-width: 48rem) {
  .gp_cta4 .gp_content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -moz-box-align: left;
    box-align: left;
    -webkit-align-items: left;
    -moz-align-items: left;
    -ms-align-items: left;
    -o-align-items: left;
    align-items: left;
    -ms-flex-align: left;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    gap: 25px;
  }
  .gp_cta4 .gp_content_right {
    margin-left: auto;
    padding-left: 2rem;
    white-space: nowrap;
  }
}
@media only all and (max-width: 47.99rem) {
  .gp_cta4 {
    text-align: center;
  }
  .gp_cta4 .gp_content_right {
    margin-top: 1rem;
  }
}
.gp_cta4 .gp_content {
  position: relative;
}
.gp_cta4 .gp_mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only all and (min-width: 60rem) {
  #bloque-afiliados {
    max-height: 275px;
  }
  .cabecera-texto-abajo h3 {
    font-size: 3rem;
    max-width: 50%;
    line-height: 4rem;
  }
  .cabecera-texto-abajo {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    justify-content: end;
    flex-direction: column;
    font-size: 1.5rem;
  }
  .cabecera-texto-derecha {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    font-size: 1.5rem;
    text-align: right;
    align-items: flex-end;
  }
  .cabecera-texto-derecha h3 {
    font-size: 3rem;
    max-width: 50%;
    line-height: 4rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .tel a {
    color: #fff;
    font-size: 1.2rem !important;
    font-weight: bold;
    margin-left: -80px;
  }
  .g-offcanvas-right .g-offcanvas-toggle {
    left: inherit;
    right: 2.7rem;
    margin-top: 10px;
    position: fixed;
  }
  div#logo-mobil img {
    padding: 10px;
  }
  .cabecera-texto-abajo h3 {
    font-size: 1.5rem;
    max-width: 90%;
    line-height: 2rem;
    text-align: center;
  }
  .cabecera-texto-abajo {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 1.5rem;
    align-content: center;
    align-items: center;
  }
  .form_container_GO {
    width: 90%;
  }
  .g-infolist-particle .g-infolist {
    gap: 80px !important;
  }
  #bloque-afiliados {
    border-radius: 20px;
    max-width: 95%;
    margin: 0 auto;
  }
  .boton-afiliado {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h1 {
    font-size: 1.25rem;
  }
  #g-footer {
    padding: 3rem 1rem;
  }
}
.comments-wrapper {
  margin: -1.876rem;
  position: relative;
  /*&:after {
        content: '"';
        position: absolute;
        right: 6rem;
        top: -52rem;
        color: #ff6a13;
        opacity: 0.8;
        font-size: 40rem;
        font-family: cursive;
        transform: scaleX(-1) scaleY(-1);
    }*/
}
@media only all and (max-width: 47.99rem) {
  .comments-wrapper {
    margin-bottom: 0.938rem;
  }
}
.g-comments {
  width: 100%;
}
.g-comments .swiper-slide {
  display: flex;
  align-items: center;
}
.g-comments .g-comments-carousel-content-wrapper {
  padding: 1.876rem;
  background: #ffffff;
  box-shadow: 0 0 20px #000000;
  box-shadow: 0 0 50px 5px rgba(255, 106, 19, 0.05);
  margin: 1.876rem;
  position: relative;
}
@media only all and (max-width: 47.99rem) {
  .g-comments .g-comments-carousel-content-wrapper {
    padding: 0.938rem;
  }
}
.g-comments .g-comments-carousel-content-wrapper:before {
  content: '"';
  position: absolute;
  left: 1.5rem;
  top: 0;
  color: #56526f;
  opacity: 0.5;
  font-size: 9rem;
}
.g-comments .g-comments-carousel-content-wrapper p {
  padding-left: 1.938rem;
}
.g-comments .navigation .comments-button-next, .g-comments .navigation .comments-button-prev {
  position: absolute;
  font-size: 4rem;
  color: #ffffff;
  outline: none;
  opacity: 0.5;
  z-index: 20;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity, 0.25s;
}
@media only all and (max-width: 47.99rem) {
  .g-comments .navigation .comments-button-next, .g-comments .navigation .comments-button-prev {
    font-size: 3rem;
  }
}
.g-comments .navigation .comments-button-next:hover, .g-comments .navigation .comments-button-prev:hover {
  opacity: 1;
  cursor: pointer;
}
.g-comments .navigation .comments-button-next {
  right: 1rem;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
.g-comments .navigation .comments-button-prev {
  left: 1rem;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
.g-comments .navigation.rtl .comments-button-prev {
  right: 1rem;
  left: auto;
}
.g-comments .navigation.rtl .comments-button-next {
  right: auto;
  left: 1rem;
}
#g-page-surround .g-comment-thumbs {
  margin: 0 1.876rem;
}
@media only all and (max-width: 47.99rem) {
  #g-page-surround .g-comment-thumbs .swiper-slide {
    justify-content: center;
  }
}
#g-page-surround .g-comment-thumbs .swiper-wrapper .g-comments-thumbs-wrapper {
  display: flex;
  align-items: center;
}
#g-page-surround .g-comment-thumbs .swiper-wrapper .g-comments-thumbs-wrapper img {
  opacity: 0.6;
}
#g-page-surround .g-comment-thumbs .swiper-wrapper .g-comments-thumbs-wrapper .g-comments-thumbs-name {
  padding: 0 0.425rem;
}
#g-page-surround .g-comment-thumbs .swiper-wrapper .g-comments-thumbs-wrapper .g-comments-thumbs-name span, #g-page-surround .g-comment-thumbs .swiper-wrapper .g-comments-thumbs-wrapper .g-comments-thumbs-name strong {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#g-page-surround .g-comment-thumbs .swiper-wrapper .g-comments-thumbs-wrapper strong {
  display: block;
  font-weight: 400;
}
#g-page-surround .g-comment-thumbs .swiper-wrapper .g-comments-thumbs-wrapper span {
  font-weight: 200;
  opacity: 0.6;
  font-size: 0.8rem;
}
#g-page-surround .g-comment-thumbs .swiper-wrapper .g-comments-thumbs-wrapper img {
  border-radius: 100%;
  width: 56px;
  height: 56px;
  margin-right: 0.625rem;
}
#g-page-surround .g-comment-thumbs .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
#g-page-surround .g-comment-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .g-comments-thumbs-name {
  background: rgba(255, 255, 255, 0.5);
}
#g-page-surround .g-comment-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}
#g-page-surround .g-comment-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .g-comments-thumbs-name span, #g-page-surround .g-comment-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .g-comments-thumbs-name strong {
  opacity: 1;
}
.modulo-cabecera-abajo-izquierda {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  margin: 0 auto;
}
.modulo-cabecera-centro .mod-custom {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#g-cabecera {
  color: #fff;
}
.cabecera-cuerpo {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cabecera-titulo {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media only all and (min-width: 60rem) {
  .cabecera-titulo {
    height: 80vh;
    margin-top: -115px;
    gap: 20px;
  }
}
@media only all and (max-width: 47.99rem) {
  .cabecera-titulo {
    height: 1150px;
    margin-top: -75px;
  }
  .cabecera-cuerpo {
    padding: 20px;
  }
}
.cabecera-cuerpo {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.promocabecera {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media only all and (min-width: 60rem) {
  .promocabecera {
    height: 80vh;
    margin-top: -115px;
    gap: 20px;
  }
  .promo-carrusel {
    max-width: 1200px;
    height: 200px;
  }
}
.promocabecera_medio {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 1em;
}
.promocabecera_cuerpo {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin: 0.625rem;
  padding: 0.938rem;
}
.promo-carrusel {
  max-width: 1200px;
}
@media only all and (max-width: 47.99rem) {
  .promocabecera {
    margin-top: -75px;
  }
  .promocabecera {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: start;
    align-items: center;
    padding-top: 60px;
  }
  .g-owlcarousel-item-img {
    margin-left: -15px;
  }
  .promocabecera_medio {
    display: flex;
    flex-direction: column !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
  .cabecera-cuerpo {
    padding: 20px;
  }
  .promocabecera_imagen {
    max-width: 60%;
  }
  .promocabecera_cuerpo {
    max-width: 100%;
    margin: 0.625rem;
    text-align: center;
  }
  .promo-carrusel {
    max-width: 400px;
    height: 115px;
  }
  .promo-carrusel .owl-item img {
    display: block;
    max-width: 350px;
    margin: 0 auto;
  }
  .g-owlcarousel-item-img {
    display: flex;
    justify-content: center;
    padding-left: 15px;
  }
}
.promocabecera_cuerpo h1 {
  text-align: left;
  margin: 0;
  line-height: 1.4;
  font-size: 2em;
  font-weight: 700;
  margin-top: 2em;
  text-shadow: 4px 3px 7px #00000075;
}
.promocabecera_cuerpo h2 {
  text-align: left;
  margin: 0;
  line-height: 1.4;
  font-size: 1.4em;
  text-shadow: 4px 3px 7px #00000075;
  margin-bottom: 1em;
}
@media only all and (max-width: 47.99rem) {
  .promocabecera_cuerpo h1 {
    font-size: 1.6em !important;
    margin-top: 1em;
  }
  .promocabecera_cuerpo h2 {
    font-size: 1.1em !important;
    margin-top: 2px;
  }
}
.fondo {
  background-color: #0e0e81;
  background-image: radial-gradient(at 66% 53%, #020250 0px, transparent 50%), radial-gradient(at 47% 89%, #04006b 0px, transparent 50%), radial-gradient(at 31% 16%, #05006b 0px, transparent 50%), radial-gradient(at 7% 93%, #005ef5 0px, transparent 50%), radial-gradient(at 99% 1%, rgba(20, 189, 255, 0.76) 0px, transparent 50%), radial-gradient(at 90% 94%, #05006b 0px, transparent 50%), radial-gradient(at 9% 56%, #060061 0px, transparent 50%) !important;
}
.promocabecera_footer {
  margin: 1em 0;
}
.g-fixed-container {
  height: 55px !important;
}
#g-navigation {
  background: rgba(255, 255, 255, 0);
  color: #ffffff;
  z-index: 11;
}
section#g-navigation .g-container {
  background: #32549C;
  border-radius: 20px;
  margin-top: 15px;
  width: 90%;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 0.9em;
  font-weight: 400;
}
div#logo-nav {
  padding: 10px;
}
div#logo-nav img {
  padding: 10px;
  max-height: 80px;
}
section#g-navigation .g-content {
  margin: 0;
  padding: 0;
}
section#g-navigation .g-container .g-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-around;
}
#g-navigation .g-main-nav .g-dropdown {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #000000;
}
#g-navigation .g-dropdown {
  min-width: 300px;
}
#g-navigation .tel a {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}
.cabecera-cuerpo img {
  max-height: 110px;
}
div#cotizador-full {
  max-width: 1200px;
  margin: 0 auto;
}
section#g-cabecera .mod-custom {
  min-height: 110vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -140px;
}
.modulo-cabecera h2 {
  margin: 0;
}
div#separador {
  background: #ffffff;
  height: 1px;
}
footer#g-footer a {
  color: #fff;
}
.logo-pie {
  padding: 0 20px;
}
.logos-asociados {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  justify-content: space-between;
}
a.boton-pie {
  border: solid 1px;
  padding: 15px;
  border-radius: 10px;
}
footer#g-footer .g-content {
  margin: 0;
  padding: 15px 0;
}
#g-footer .g-block.size-50 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logos-asociados img {
  width: 100px;
}
.texto-pie {
  font-size: 12px;
}
div#link-pie {
  font-size: 11px;
}
#boton-pie .g-grid {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  text-rendering: optimizespeed;
  align-items: center;
}
div#boton-pie {
  display: flex;
  align-items: center;
}
div#redes-pie {
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-infolist-item-container {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  text-align: left;
  font-size: 20px;
  height: 100%;
}
.g-infolist-particle .g-infolist .g-infolist-item-desc {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  opacity: 0.8;
  min-height: 180px;
  font-size: 0.8rem;
  line-height: 1.3rem;
}
.g-infolist-item-img {
  margin-bottom: -90px;
}
.g-infolist-item-title a {
  margin: 0.9375rem 0;
  color: #56526F;
  font-family: roboto;
}
.g-infolist-link a {
  border: solid 1px;
  padding: 5px;
  border-radius: 10px;
}
.g-infolist-particle .g-infolist .g-infolist-item-img {
  min-width: 200px;
}
.g-infolist-particle .g-infolist {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
  flex-direction: row;
  gap: 5px;
}
/* .g-imagegrid .g-imagegrid-item:hover img {
    opacity: 1;
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    transition: transform 0.35s;
    transform: scale(1.5);
} */
.g-imagegrid .g-imagegrid-link::before {
  content: "";
}
section#g-posicion2 {
  background: #f6f7f9;
}
a.boton-borde {
  border: solid 1px;
  padding: 15px;
  border-radius: 10px;
  border-color: #ffffff;
  color: #fff;
}
#bloque-afiliados {
  background: transparent linear-gradient(115deg, #7B00E6 0%, #36A7FD 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 15px #B4C0F229;
  border-radius: 32px;
  opacity: 1;
  color: #fff;
}
.boton-afiliado {
  margin-top: 20px;
}
#tipos-asistencia .g-infolist-item-title {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  min-height: 0;
  padding: 80px 0 0 0;
}
#tipos-asistencia h2.g-title.g-infolist-title {
  margin-bottom: 18px;
}
#tipos-asistencia .g-infolist-particle .g-infolist .g-infolist-item-desc {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  opacity: 0.8;
  min-height: 0;
  font-size: 0.8rem;
}
#tipos-asistencia .g-infolist-item-img img {
  padding-left: 15px;
}
#bloque-asistencia-viajero .g-infolist-item-img img {
  margin-top: -80px;
}
#bloque-asistencia-viajero h2.g-title.g-infolist-title {
  margin-bottom: 80px;
}
#bloque-asistencia-viajero .g-infolist-particle .g-infolist .g-infolist-item-title {
  margin: 0.9375rem 0;
  font-weight: 400;
  font-size: 1.5rem;
  color: #56526F;
  text-align: left;
  padding: 60px 0 0 0;
  min-height: 156px;
}
#g-posicion8 .g-container {
  background: green;
  border-radius: 25px;
  margin-bottom: 20px;
  color: #ffffff;
}
#g-posicion8 {
  margin: 0.625rem;
  padding: 0.938rem;
}
#g-posicion6 .g-heading h2 {
  max-width: 40%;
  font-size: 2rem;
  line-height: 2.5rem;
}
#g-posicion6 {
  margin-bottom: 50px;
}
div#ultimas-notas img {
  height: inherit;
}
div#ultimas-notas h3.g-item-title a {
  color: #56526F;
  font-size: 1rem;
  max-width: 240px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
div#ultimas-notas h3.g-item-title {
  line-height: 1.4rem;
}
div#ultimas-notas a.boton-leer-mas {
  color: #0C77FF;
}
#bloque-cotiza {
  background: transparent linear-gradient(117deg, #FD9236 0%, #E64F00 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 15px #B4C0F229;
  border-radius: 32px;
  opacity: 1;
  color: #fff;
}
div#bloque-cotiza .g-content {
  margin: 0;
  padding: 0;
}
.gp_content_left {
  padding: 15px;
}
#bloque-cotiza img {
  /*min-height: 240px;*/
  max-height: 320px;
  border-radius: 32px;
}
a.boton-cotiza {
  background: #ffffff;
  padding: 14px;
  border-radius: 9px;
}
#g-posicion3 > .g-grid:nth-child(4) {
  margin: 0.625rem;
  padding: 0.938rem;
}
@media (max-width: 768px) {
  .gp_content > div:nth-child(2) {
    display: none;
  }
}
#sitio-seguro .g-heading h2 {
  font-size: 1rem;
  padding-top: 15px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0.75rem 0 0rem 0;
  text-rendering: optimizeLegibility;
  font-weight: 700;
}
h2 {
  font-size: 1.5rem;
}
#g-footer .g-main-nav .g-toplevel > li {
  display: block;
  cursor: pointer;
  transition: background 0.2s ease-out, transform 0.2s ease-out;
}
@media only all and (min-width: 60rem) {
  .promocabecera {
    height: 100% !important;
    margin-top: -115px;
    gap: 20px;
    padding-top: 75px;
  }
  .promocabecera_cuerpo {
    margin-top: 50px;
  }
}
#edades {
  min-width: 160px !important;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 44px;
  right: 22px;
  background-color: #25D367;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.my-float {
  margin-top: 16px;
}
/*Cotizador Lateral 2024*/
#g-aside .fondo {
  background-color: transparent !important;
  background-image: none !important;
}
#g-aside .ATV_form .sub_contenedor {
  width: 100% !important;
  min-width: 174px !important;
  margin: 3px;
}
#g-aside button#btncotizar {
  width: 100% !important;
}
#g-aside div#contenedor_btn {
  width: 100% !important;
  margin: 3px;
}
#age_input {
  margin-top: 7px !important;
}
/*cambios para optimizar CLS*/
@media (max-width: 768px) {
  #g-posicion1 {
    min-width: 414px !important;
    min-height: 2747px !important;
  }
  .ATV_form {
    min-width: 319px !important;
    min-height: 452px !important;
  }
  .form_container_ATV {
    max-width: none !important;
  }
  .ATV_form .sub_contenedor {
    min-width: 200px !important;
    width: 300px !important;
  }
  .sub_contenedor_inputATV {
    min-width: 282px !important;
    min-height: 30px !important;
  }
  .phone_input_country {
    width: 16% !important;
    min-width: 52px;
    min-height: 30px;
  }
  .promocabecera_medio {
    min-width: 314px !important;
    min-height: 455px !important;
  }
}
/*Logo atv*/
@media only all and (max-width: 47.99rem) {
  div#logo-mobil img {
    min-width: 100px;
    min-height: 59.93px;
  }
  #g-navigation .tel {
    min-width: 185.4px;
    min-height: 32px;
  }
}
/*banner cotizar ahora*/
#banner-nuevo-responsive {
  background: #0032c9;
  background: linear-gradient(90deg, #0032c9 0%, #05007f 100%);
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
  height: 150px;
  justify-content: space-between;
  border-radius: 25px;
  -webkit-box-shadow: 7px 13px 26px -4px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 7px 13px 26px -4px rgba(0, 0, 0, 0.38);
  box-shadow: 7px 13px 26px -4px rgba(0, 0, 0, 0.38);
}
.responsive-banner {
  padding-left: 5%;
  width: 65%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
}
.container-envelope > div:first-child {
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 1px;
}
/* CSS */
.container-envelope a {
  align-items: center;
  appearance: none;
  background-color: #0d7f00;
  background-image: linear-gradient(1deg, #0d7f00, #0de831 99%);
  background-size: calc(100% + 20px) calc(100% + 20px);
  border-radius: 100px;
  border-width: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  height: auto;
  justify-content: center;
  line-height: 1.5;
  padding: 6px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s, background-position 0.2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}
.container-envelope a:active, .container-envelope a:focus {
  outline: none;
}
.container-envelope a:hover {
  background-position: -20px -20px;
}
.container-envelope a:focus:not(:active) {
  box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 0.125em;
}
.container-envelope > div:nth-child(2) {
  width: 120px;
}
@media (max-width: 768px) {
  #banner-nuevo-responsive {
    flex-direction: row;
  }
  .img-banner-desktop {
    height: 150px;
  }
  .container-envelope > div:first-child {
    font-size: 15px;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    padding-right: 0;
    width: 95%;
  }
  .responsive-banner {
    width: 95%;
    align-items: center;
  }
}
@media (max-width: 449px) {
  .img-banner-desktop {
    display: none;
  }
  .responsive-banner {
    width: 95%;
  }
  .container-envelope > div:first-child {
    padding-top: 0px;
  }
}
/*# sourceMappingURL=custom_16.css.map */