@font-face {
  font-family: "Prompt Light";
  src: url(../fonts/Prompt-Light.ttf);
}
@font-face {
  font-family: "Prompt Regular";
  src: url(../fonts/Prompt-Regular.ttf);
}
@font-face {
  font-family: "Prompt Medium";
  src: url(../fonts/Prompt-Medium.ttf);
}
@font-face {
  font-family: "Prompt SemiBold";
  src: url(../fonts/Prompt-SemiBold.ttf);
}
@font-face {
  font-family: "Prompt Bold";
  src: url(../fonts/Prompt-Bold.ttf);
}
@font-face {
  font-family: "Prompt ExtraBold";
  src: url(../fonts/Prompt-ExtraBold.ttf);
}
@font-face {
  font-family: "Prompt Black";
  src: url(../fonts/Prompt-Black.ttf);
}
@font-face {
  font-family: "Prompt ExtraLight";
  src: url(../fonts/Prompt-ExtraLight.ttf);
}
@font-face {
  font-family: "Prompt Thin";
  src: url(../fonts/Prompt-Thin.ttf);
}
h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 3rem;
  margin: 0;
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  margin: 0;
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0;
}

h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0;
}

html {
  font-size: 100%;
}

body {
  font-family: "Prompt Light";
  font-size: 15px;
  color: #000;
  background: #fff;
  padding-top: 140px;
  overflow-x: hidden;
}

.mobile {
  display: none;
}

a {
  color: #00a857;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}

a:hover,
a:focus,
a:active {
  color: inherit;
  outline: 0px !important;
  -moz-outline-style: none !important;
  text-decoration: none;
}

a:hover {
  color: #00fe77;
}

* {
  outline-color: 0px !important;
}

strong, b {
  font-weight: 100;
  font-family: "Prompt SemiBold";
}

button {
  outline: 0;
  border: none;
  background: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
  list-style: none;
}

p {
  margin-bottom: 15px;
}

.clearfix {
  clear: both;
}

.form-horizontal .form-group {
  margin: 0;
}

.col5 {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

::-moz-selection {
  background-color: #00fe77;
  color: #000;
}

::selection {
  background-color: #00fe77;
  color: #000;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
 	Flaticon icon font: Flaticon
 	Creation date: 03/10/2019 09:20
 	*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^=flaticon-]:before, [class*=" flaticon-"]:before,
[class^=flaticon-]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-add-user-filled:before {
  content: "\f100";
}

.flaticon-map-marker-filled:before {
  content: "\f101";
}

.flaticon-light:before {
  content: "\f102";
}

.flaticon-printer:before {
  content: "\f103";
}

.flaticon-alert-rounded-filled:before {
  content: "\f104";
}

.flaticon-wifi:before {
  content: "\f105";
}

.flaticon-info-rounded:before {
  content: "\f106";
}

.flaticon-woman-man:before {
  content: "\f107";
}

.flaticon-refund:before {
  content: "\f108";
}

.flaticon-404:before {
  content: "\f109";
}

.flaticon-portfolio:before {
  content: "\f10a";
}

.flaticon-send:before {
  content: "\f10b";
}

.flaticon-user:before {
  content: "\f10c";
}

.flaticon-megaphone-filled:before {
  content: "\f10d";
}

.flaticon-heartbeat:before {
  content: "\f10e";
}

.flaticon-worker2:before {
  content: "\f10f";
}

.flaticon-remove-button:before {
  content: "\f110";
}

.flaticon-cell-phone:before {
  content: "\f111";
}

.flaticon-trash-filled:before {
  content: "\f112";
}

.flaticon-office-telephone:before {
  content: "\f113";
}

.flaticon-check-hand:before {
  content: "\f114";
}

.flaticon-cart-linear:before {
  content: "\f115";
}

.flaticon-map:before {
  content: "\f116";
}

.flaticon-camera-filled:before {
  content: "\f117";
}

.flaticon-question-filled:before {
  content: "\f118";
}

.flaticon-comments:before {
  content: "\f119";
}

.flaticon-download-filled:before {
  content: "\f11a";
}

.flaticon-circle-filled:before {
  content: "\f11b";
}

.flaticon-tag:before {
  content: "\f11c";
}

.flaticon-mobile-filled:before {
  content: "\f11d";
}

.flaticon-home-filled:before {
  content: "\f11e";
}

.flaticon-down-filled:before {
  content: "\f11f";
}

.flaticon-leaf:before {
  content: "\f120";
}

.flaticon-google-plus-logo-symbol:before {
  content: "\f121";
}

.flaticon-shopping-bag-filled:before {
  content: "\f122";
}

.flaticon-info-filled:before {
  content: "\f123";
}

.flaticon-info:before {
  content: "\f124";
}

.flaticon-add-filled:before {
  content: "\f125";
}

.flaticon-fax-filled:before {
  content: "\f126";
}

.flaticon-up-filled:before {
  content: "\f127";
}

.flaticon-calendar-full:before {
  content: "\f128";
}

.flaticon-cross:before {
  content: "\f129";
}

.flaticon-facebook-logo-button:before {
  content: "\f12a";
}

.flaticon-portfolio-filled:before {
  content: "\f12b";
}

.flaticon-truck-linear:before {
  content: "\f12c";
}

.flaticon-man-user:before {
  content: "\f12d";
}

.flaticon-contract:before {
  content: "\f12e";
}

.flaticon-teleoperator:before {
  content: "\f12f";
}

.flaticon-fax-linear:before {
  content: "\f130";
}

.flaticon-instagram:before {
  content: "\f131";
}

.flaticon-link-filled:before {
  content: "\f132";
}

.flaticon-list-filled:before {
  content: "\f133";
}

.flaticon-download:before {
  content: "\f134";
}

.flaticon-shopping-cart-filled:before {
  content: "\f135";
}

.flaticon-chemistry:before {
  content: "\f136";
}

.flaticon-truck-front:before {
  content: "\f137";
}

.flaticon-mortarboard:before {
  content: "\f138";
}

.flaticon-map-pin:before {
  content: "\f139";
}

.flaticon-quality:before {
  content: "\f13a";
}

.flaticon-truck:before {
  content: "\f13b";
}

.flaticon-map-marker:before {
  content: "\f13c";
}

.flaticon-multimedia:before {
  content: "\f13d";
}

.flaticon-left-filled:before {
  content: "\f13e";
}

.flaticon-right-filled:before {
  content: "\f13f";
}

.flaticon-heart-medium:before {
  content: "\f140";
}

.flaticon-multimedia-1:before {
  content: "\f141";
}

.flaticon-shopping-basket-filled:before {
  content: "\f142";
}

.flaticon-truck-filled:before {
  content: "\f143";
}

.flaticon-euro-filled:before {
  content: "\f144";
}

.flaticon-check:before {
  content: "\f145";
}

.flaticon-close:before {
  content: "\f146";
}

.flaticon-pdf:before {
  content: "\f147";
}

.flaticon-hard-hat:before {
  content: "\f148";
}

.flaticon-plus:before {
  content: "\f149";
}

.flaticon-close-1:before {
  content: "\f14a";
}

.flaticon-share:before {
  content: "\f14b";
}

.flaticon-heart:before {
  content: "\f14c";
}

.flaticon-document:before {
  content: "\f14d";
}

.flaticon-check-list:before {
  content: "\f14e";
}

.flaticon-paper-plane:before {
  content: "\f14f";
}

.flaticon-person:before {
  content: "\f150";
}

.flaticon-plus-filled:before {
  content: "\f151";
}

.flaticon-minus:before {
  content: "\f152";
}

.flaticon-heart-full:before {
  content: "\f153";
}

.flaticon-users-filled:before {
  content: "\f154";
}

.flaticon-person-filled:before {
  content: "\f155";
}

.flaticon-youtube-play:before {
  content: "\f156";
}

.flaticon-euro-linear:before {
  content: "\f157";
}

.flaticon-alert-rounded:before {
  content: "\f158";
}

.flaticon-question-circle:before {
  content: "\f159";
}

.flaticon-quote:before {
  content: "\f15a";
}

.flaticon-lock-filled:before {
  content: "\f15b";
}

.flaticon-camera:before {
  content: "\f15c";
}

.flaticon-list:before {
  content: "\f15d";
}

.flaticon-shopping-basket:before {
  content: "\f15e";
}

.flaticon-celular:before {
  content: "\f15f";
}

.flaticon-desktop:before {
  content: "\f160";
}

.flaticon-calendar-simple:before {
  content: "\f161";
}

.flaticon-register:before {
  content: "\f162";
}

.flaticon-megaphone:before {
  content: "\f163";
}

.flaticon-worker:before {
  content: "\f164";
}

.flaticon-clock-filled:before {
  content: "\f165";
}

.flaticon-pill:before {
  content: "\f166";
}

.flaticon-gear:before {
  content: "\f167";
}

.flaticon-finance:before {
  content: "\f168";
}

.flaticon-lock:before {
  content: "\f169";
}

.flaticon-tools:before {
  content: "\f16a";
}

.flaticon-cogwheel:before {
  content: "\f16b";
}

.flaticon-skype-linear:before {
  content: "\f16c";
}

.flaticon-pencil:before {
  content: "\f16d";
}

.flaticon-drop:before {
  content: "\f16e";
}

.flaticon-help-operator:before {
  content: "\f16f";
}

.flaticon-smartphone:before {
  content: "\f170";
}

.flaticon-info3:before {
  content: "\f171";
}

.flaticon-exit:before {
  content: "\f172";
}

.flaticon-info4:before {
  content: "\f173";
}

.flaticon-pin-filled:before {
  content: "\f174";
}

.flaticon-not-found:before {
  content: "\f175";
}

.flaticon-info1:before {
  content: "\f176";
}

.flaticon-info2:before {
  content: "\f177";
}

.flaticon-movie:before {
  content: "\f178";
}

.flaticon-shopper:before {
  content: "\f179";
}

.flaticon-blockquote:before {
  content: "\f17a";
}

.flaticon-like:before {
  content: "\f17b";
}

.flaticon-tshirt:before {
  content: "\f17c";
}

.flaticon-envelope-filled:before {
  content: "\f17d";
}

.flaticon-phone-linear:before {
  content: "\f17e";
}

.flaticon-phone-filled:before {
  content: "\f17f";
}

.flaticon-envelope-linear:before {
  content: "\f180";
}

.flaticon-like-linear:before {
  content: "\f181";
}

.flaticon-up:before {
  content: "\f182";
}

.flaticon-right:before {
  content: "\f183";
}

.flaticon-left:before {
  content: "\f184";
}

.flaticon-down:before {
  content: "\f185";
}

/*PRELOADER*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}
#preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  top: 45%;
}
#preloader img {
  text-align: center;
  width: 200px;
}
#preloader .letras {
  margin: 0;
  width: 100%;
  position: relative;
  bottom: 40px;
  padding: 0;
  font-family: "Prompt Bold";
  font-weight: 100;
  font-size: 16px;
  color: #000;
  letter-spacing: -1px;
  text-align: center;
}
#preloader span {
  position: relative;
  top: 0.63em;
  display: inline-block;
  text-transform: uppercase;
  opacity: 0;
  transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
}
#preloader .let1 {
  -webkit-animation: drop 2s ease-in-out infinite;
          animation: drop 2s ease-in-out infinite;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#preloader .let2 {
  -webkit-animation: drop 2s ease-in-out infinite;
          animation: drop 2s ease-in-out infinite;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
#preloader .let3 {
  -webkit-animation: drop 2s ease-in-out infinite;
          animation: drop 2s ease-in-out infinite;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
#preloader .let4 {
  -webkit-animation: drop 2s ease-in-out infinite;
          animation: drop 2s ease-in-out infinite;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#preloader .let5 {
  -webkit-animation: drop 2s ease-in-out infinite;
          animation: drop 2s ease-in-out infinite;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
#preloader .let6 {
  -webkit-animation: drop 2s ease-in-out infinite;
          animation: drop 2s ease-in-out infinite;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
#preloader .let7 {
  -webkit-animation: drop 2s ease-in-out infinite;
          animation: drop 2s ease-in-out infinite;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
#preloader .let8 {
  -webkit-animation: drop 2s ease-in-out infinite;
          animation: drop 2s ease-in-out infinite;
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
#preloader .let9 {
  -webkit-animation: drop 2s ease-in-out infinite;
          animation: drop 2s ease-in-out infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#preloader .let10 {
  -webkit-animation: drop 2s ease-in-out infinite;
          animation: drop 2s ease-in-out infinite;
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
#preloader .let11 {
  -webkit-animation: drop 2s ease-in-out infinite;
          animation: drop 2s ease-in-out infinite;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
@-webkit-keyframes drop {
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    top: 3.78em;
    transform: rotateX(-360deg);
    -webkit-transform: rotateX(-360deg);
    -moz-transform: rotateX(-360deg);
    -o-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg);
  }
  80% {
    opacity: 1;
    top: 3.78em;
    transform: rotateX(-360deg);
    -webkit-transform: rotateX(-360deg);
    -moz-transform: rotateX(-360deg);
    -o-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    top: 6.94em;
  }
}
@keyframes drop {
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    top: 3.78em;
    transform: rotateX(-360deg);
    -webkit-transform: rotateX(-360deg);
    -moz-transform: rotateX(-360deg);
    -o-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg);
  }
  80% {
    opacity: 1;
    top: 3.78em;
    transform: rotateX(-360deg);
    -webkit-transform: rotateX(-360deg);
    -moz-transform: rotateX(-360deg);
    -o-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    top: 6.94em;
  }
}

/*HEADER*/
header {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0;
  background-color: #fff;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-position: top center;
}
header .container {
  max-width: 1355px;
  padding-top: 40px;
}
header .box-logo {
  width: 168px;
  border: 4px solid #fff;
  border-radius: 50%;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  position: absolute;
  z-index: 9;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
header .box-logo img {
  width: 100%;
}
header .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 18px;
}
header .box .claim {
  font-size: 14px;
  font-family: "Prompt Regular";
  line-height: 18px;
  margin-bottom: 0px;
  color: #000;
  float: left;
}
header .box .mail {
  font-size: 14px;
  font-family: "Prompt Regular";
  line-height: 18px;
  margin-bottom: 0px;
  color: #000;
  float: right;
}
header .box .mail i {
  margin-right: 5px;
  color: #00a857;
}
header .box .redes-header {
  display: inline-block;
  float: left;
}
header .box .redes-header a {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 28px;
  background: #00a857;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
}
header .box .redes-header a:hover {
  background: #00fe77;
}
header .box .idiomas {
  display: inline-block;
  padding: 3px 0 0 15px;
  position: relative;
  display: none;
}
header .box .idiomas span {
  font-size: 13px;
  font-family: "Prompt Regular";
  line-height: 12px;
  margin-bottom: 0px;
  color: #666;
}
header .box .idiomas a {
  display: inline-block;
  margin-right: 19px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Prompt Regular";
  line-height: 12px;
  margin-bottom: 0px;
  color: #666;
  border-bottom: 1px solid transparent;
  position: relative;
  padding-bottom: 2px;
}
header .box .idiomas a:after {
  content: "";
  width: 2px;
  height: 12px;
  position: absolute;
  top: -1px;
  right: -13px;
  background: #ddd;
}
header .box .idiomas a:hover {
  color: #00fe77;
}
header .box .idiomas a.active {
  border-bottom: 1px solid #00a857;
  color: #00a857;
}
header .box .idiomas a:nth-of-type(2):after {
  display: none;
  margin-right: 0px;
}
header .box .login-header {
  display: inline-block;
  float: right;
  position: relative;
  bottom: 2px;
}
header .box .login-header a {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-family: "Prompt Regular";
  line-height: 12px;
  margin-bottom: 0px;
  color: #666;
  margin-left: 5px;
  border-left: 2px solid #ddd;
  padding-left: 10px;
}
header .box .login-header a i {
  color: #00a857;
  font-size: 18px;
  margin-right: 3px;
}
header .box .login-header a:nth-of-type(1) {
  border-left: none;
}
header .box .login-header a:hover {
  color: #00a857;
}

/*nav*/
.navbar {
  display: inline-block;
  float: none;
  margin-top: 0;
  padding: 0;
  width: 100%;
}
.navbar .nav {
  min-height: 0;
  margin-bottom: 0;
  float: none;
  width: 100%;
  display: inline-block;
  position: relative;
}
.navbar .nav li {
  display: inline-block;
  margin: 0 4px;
}
.navbar .nav a {
  font-size: 16px;
  font-family: "Prompt Regular";
  line-height: 20px;
  margin-bottom: 0px;
  color: #000;
  padding: 15px 10px 40px 10px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  text-transform: uppercase;
}
.navbar .nav a span {
  color: #ff0201;
  font-family: "Prompt Bold";
}
.navbar .nav a .flaticon-down {
  color: #ff0201;
  font-size: 8px;
  margin-left: 5px;
  font-weight: bolder;
}
.navbar .nav .dropdown-toggle::after {
  display: none;
}
.navbar .nav li.menu-movil {
  display: none;
}
.navbar .nav-right {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-left: 104px;
}
.navbar .nav-right li:last-child {
  margin-right: 0;
}
.navbar .nav-right a.btn-tienda {
  background: #00a857;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  margin-left: 6px;
}
.navbar .nav-right a.btn-tienda i {
  margin-right: 5px;
}
.navbar .nav-right a.btn-tienda:hover {
  background: #00fe77;
}
.navbar .nav-left {
  text-align: right;
  display: inline-block;
  width: 100%;
  padding-right: 100px;
}
.navbar .nav-left li:nth-of-type(1) {
  margin-left: 0;
}
.navbar .nav-left li:nth-of-type(1) a {
  padding-left: 0;
}

.nav li:hover a {
  color: #00a857;
}

.nav .dropdown-menu {
  top: 55px;
  min-width: 300px;
  padding: 0.5rem 0;
  margin: 0;
  border-bottom: 4px solid #00a857;
  border-right: 4px solid #00a857;
  border-radius: 0 0 40px 0;
  left: -20px;
}
.nav .dropdown-menu li {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.nav .dropdown-menu li a {
  display: inline-block;
  text-transform: none;
  padding: 8px 20px !important;
  font-size: 15px;
  color: #000;
}
.nav .dropdown-menu li a:hover {
  color: #00a857;
}
.nav .dropdown-menu:after {
  content: "";
  position: absolute;
  top: -17px;
  left: 20px;
  width: 35px;
  height: 17px;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  background: #fff;
  border-radius: 100px 100px 0 0;
}

.js_nivel2 {
  display: none;
}

/*ESTILOS PARA HACER FIJA LA CABECERA AL HACER SCROLL*/
.header.fixed {
  width: 100%;
  padding-bottom: 20px;
  z-index: 999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
}
.header.fixed .box-logo {
  width: 86px;
  top: 80px;
  margin: 0;
}
.header.fixed .box-logo img {
  width: 100%;
}
.header.fixed .navbar {
  margin-top: 22px;
}
.header.fixed .nav .dropdown-menu {
  top: 42px;
}

footer {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  color: #000;
  position: relative;
  background: #f5f5f5;
}
footer:after {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../img/borde-footer.png) no-repeat center center;
  position: absolute;
  top: -50px;
  left: 0px;
}
footer:before {
  content: "";
  width: 100%;
  height: 654px;
  background: url(../img/bg-footer.png) no-repeat center center;
  position: absolute;
  top: -115px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 9;
}
footer .container {
  z-index: 99;
  position: relative;
}
footer .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
  padding-top: 70px;
  margin-bottom: 0;
}
footer .box .titulo {
  font-size: 18px;
  font-family: "Prompt SemiBold";
  line-height: 24px;
  margin-bottom: 5px;
  color: #000;
  text-transform: uppercase;
  display: block;
}
footer .box ul li {
  font-size: 14px;
  font-family: "Prompt Light";
  line-height: 24px;
  margin-bottom: 2px;
  color: #000;
}
footer .box ul li a {
  color: #000;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
footer .box ul li a:hover {
  color: #00a857;
}
footer .box ul li .btn-tienda {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 13px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  font-family: "Prompt Light";
  padding: 5px 18px;
  border-radius: 4px;
  margin-top: 4px;
}
footer .box ul li .btn-tienda:hover {
  background: #00fe77;
}
footer .box ul li .btn-tienda:hover {
  color: #fff;
}
footer .logo-footer {
  width: 352px;
  margin: auto;
  margin-bottom: 20px;
}
footer .logo-footer img {
  width: 100%;
}
footer p {
  font-size: 14px;
  font-family: "Prompt Light";
  line-height: 20px;
  margin-bottom: 0px;
  color: #000;
}
footer hr {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 2px solid #00a857;
  width: 24px;
}
footer .newsletter {
  padding-top: 0;
  margin-bottom: 10px;
}
footer .newsletter .titulo {
  margin-bottom: 5px;
}
footer .newsletter p {
  margin-bottom: 15px;
}
footer .newsletter .btn-newsletter {
  padding: 2px 18px;
  color: #00a857;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 28px;
}
footer .newsletter .btn-newsletter:hover {
  color: #00fe77;
}
footer .newsletter .form-group {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
footer .newsletter .form-news input {
  width: 100%;
  float: left;
  height: 46px !important;
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #ccc;
  color: #000;
  font-size: 13px;
}
footer .newsletter .form-news input:focus {
  border: 1px solid #00a857;
}
footer .newsletter input::-webkit-input-placeholder {
  color: #333 !important;
  font-size: 12px;
}
footer .newsletter input::-moz-placeholder {
  color: #333 !important;
  font-size: 12px;
}
footer .newsletter input:-moz-placeholder {
  color: #333 !important;
  font-size: 12px;
}
footer .newsletter input::-ms-input-placeholder {
  color: #333 !important;
  font-size: 12px;
}
footer .newsletter .polPriv span {
  font-size: 13px;
  color: #000;
}
footer .newsletter .polPriv-text a {
  color: #000;
  font-size: 12px;
  margin: 0;
  font-weight: 100;
  font-family: "Prompt Regular";
  text-decoration: underline;
}
footer .newsletter .polPriv-text a:hover {
  color: #00fe77;
}
footer .logo-sdg {
  width: 320px;
  margin: 30px auto 0;
}
footer .logo-sdg img {
  width: 100%;
}
footer .box.box-logo {
  padding-top: 0;
}
footer .box.informacion {
  padding-top: 57px;
}
footer .cintillo {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  background: #00a857;
  padding: 20px 0;
  position: relative;
  z-index: 99;
  margin-top: 80px;
}
footer .cintillo .container {
  position: relative;
}
footer .cintillo .container:before {
  content: "";
  width: 169px;
  height: 109px;
  background: url(../img/runners2.png) no-repeat center center;
  position: absolute;
  top: -115px;
  left: 100px;
}
footer .cintillo .container:after {
  content: "";
  width: 200px;
  height: 111px;
  background: url(../img/runners3.png) no-repeat center center;
  position: absolute;
  top: -115px;
  right: 100px;
}
footer .cintillo span {
  font-size: 15px;
  font-family: "Prompt Light";
  line-height: 20px;
  margin-bottom: 0px;
  color: #fff;
}
footer .cintillo span a {
  color: #fff;
}
footer .cintillo span a:hover {
  color: #000;
}

/*BOTON SUBIR*/
.toTop {
  position: fixed;
  z-index: 99;
  bottom: 45px;
  transition: 0.3s ease all;
  right: 3%;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  background: #00fe77;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  padding: 0;
  line-height: 35px;
  font-size: 14px;
  display: none;
}
.toTop:hover {
  background: #00a857;
  color: #fff;
}

/*FLEXSLIDER*/
.slider {
  position: relative;
  margin-top: 0px;
  display: inline-block;
  z-index: 99;
  float: left;
  margin-bottom: 0px;
  width: 100%;
}
.slider .flexslider {
  position: relative;
  display: inline-block;
  z-index: 1;
  float: left;
  margin: 0;
  padding: 0;
  border: 0px;
  width: 100%;
}
.slider .flexslider .slides {
  position: relative;
  display: inline-block;
  z-index: 1;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slider .flexslider .slides li {
  position: relative;
}
.slider .flexslider .slides li:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(52, 52, 52, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.slider .flexslider .flex-caption {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: auto;
  width: 800px;
  text-align: center;
}
.slider .flexslider .flex-caption .texto {
  display: inline-block;
  width: 100%;
}
.slider .flexslider .flex-caption .titulo-caption {
  font-size: 74px;
  font-family: "Prompt Bold";
  line-height: 78px;
  margin-bottom: 10px;
  color: #fff;
  display: block;
  text-shadow: 1px 1px 1px #000;
}
.slider .flexslider .flex-caption p {
  font-size: 22px;
  font-family: "Prompt Regular";
  line-height: 28px;
  margin-bottom: 25px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.slider .flexslider .flex-caption a {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 16px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
}
.slider .flexslider .flex-caption a:hover {
  background: #00fe77;
}
.slider .flexslider .flex-control-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  display: inline-block;
  z-index: 100000;
  bottom: -40px;
  left: 50%;
  text-align: center;
  width: 50%;
  margin-left: -25%;
}
.slider .flexslider .flex-control-nav li {
  position: relative;
  display: inline-block;
  z-index: 1;
  float: none;
  margin: 0;
  padding: 0 5px;
}
.slider .flexslider .flex-control-nav li a {
  display: inline-block;
  background: #00fe77;
  text-indent: -999999px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
.slider .flexslider .flex-control-nav li a:hover {
  background: #00a857;
}
.slider .flexslider .flex-control-nav li a.flex-active {
  background: #00a857;
}

/*CABECERA*/
.cabecera {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
}
.cabecera .overlay {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  padding: 30px 0 30px;
  position: relative;
  background-position: top center !important;
}
.cabecera .overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 168, 87, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}
.cabecera .titulo {
  font-size: 34px;
  font-family: "Prompt Regular";
  line-height: 38px;
  margin-bottom: 0px;
  color: #fff;
  position: relative;
  z-index: 9;
  display: block;
}
.cabecera .bread {
  display: inline-block;
  text-align: right;
  position: relative;
  top: 13px;
  z-index: 9;
  float: right;
}
.cabecera .bread li {
  display: inline;
  font-size: 13px;
  font-family: "Prompt Light";
  line-height: 15px;
  margin-bottom: 0px;
  color: #fff;
}
.cabecera .bread li a {
  color: #fff;
  font-family: "Prompt Light";
}
.cabecera .bread li a:hover {
  color: #00fe77;
  text-decoration: underline;
}
.cabecera .bread li span {
  color: #fff;
  font-family: "Prompt Medium";
  text-decoration: underline;
  font-size: 13px;
}
.cabecera .bread li i {
  color: #fff;
  font-size: 8px;
  margin-left: 5px;
}

.texto-intro {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
.texto-intro .titulo {
  font-size: 38px;
  font-family: "Prompt Regular";
  line-height: 42px;
  margin-bottom: 10px;
  color: #000;
  position: relative;
}
.texto-intro p {
  font-size: 18px;
  margin-bottom: 10px;
}
.texto-intro a {
  color: #00a857;
  text-decoration: underline;
  font-family: "Prompt Medium";
}
.texto-intro a:hover {
  color: #00fe77;
}

.titulo-seccion.seccion-interna {
  margin-bottom: 20px;
  text-align: center;
}
.titulo-seccion.seccion-interna .texto .titulo {
  font-size: 40px;
  font-family: "Prompt Regular";
  line-height: 46px;
  margin-bottom: 10px;
  color: #000;
}
.titulo-seccion.seccion-interna .texto p {
  font-size: 20px;
  line-height: 26px;
  padding: 0;
  font-family: "Prompt Light";
  margin-bottom: 15px;
}
.titulo-seccion.seccion-interna .texto a {
  color: #00a857;
  padding: 0;
  font-size: 20px;
  line-height: 26px;
  background: none;
  text-transform: none;
}
.titulo-seccion.seccion-interna .texto a:hover {
  background: none;
}

.banner-dinamico {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 10px;
  text-align: center;
  padding: 110px 0 110px;
}
.banner-dinamico .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
}
.banner-dinamico .box .svg {
  height: 80px;
  width: 80px;
}
.banner-dinamico .box .texto {
  width: 1000px;
  background: rgba(255, 255, 255, 0.8);
  padding: 45px;
  margin: auto;
  margin-top: -40px;
  border-radius: 100px 100px 100px 0px;
}
.banner-dinamico .box .texto .titulo {
  font-size: 32px;
  font-family: "Prompt Regular";
  line-height: 36px;
  margin-bottom: 0px;
  color: #000;
}
.banner-dinamico .box .texto p {
  font-size: 18px;
  font-family: "Prompt Light";
  line-height: 22px;
  margin-bottom: 25px;
  color: #000;
}
.banner-dinamico .box .texto hr {
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 2px solid #00a857;
  width: 40px;
}
.banner-dinamico .box .texto a {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 15px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
}
.banner-dinamico .box .texto a:hover {
  background: #00fe77;
}

/*CARRUSEL*/
.slick-slide {
  outline: none !important;
}

.slickCarousel {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
}

.slick-initialized .slick-slide {
  display: block;
  padding: 0 15px;
}

.slick-slide img {
  display: inline-block;
}

.carousel-arrows {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  text-align: center;
}
.carousel-arrows li {
  position: absolute;
  cursor: pointer;
  color: #fff;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  bottom: 60px;
  font-size: 16px;
  z-index: 9;
  display: inline-block !important;
}
.carousel-arrows li:hover {
  opacity: 0.5;
}
.carousel-arrows .prev {
  left: -10px;
}
.carousel-arrows .next {
  right: -10px;
}

/*VALIDATE PCSS3F ESTILOS CONTACTO*/
body .tooltip-inner {
  font-size: 12px;
  line-height: 14px;
  padding: 8px 10px;
  max-width: 300px;
  font-style: italic;
}

.form-group {
  position: relative;
  display: inline-block;
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-image: none;
  background: #eee;
  border: 2px solid #eee;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border: 2px solid #00a857;
}

.form-group select {
  color: #000;
  font-family: "Prompt Light";
  font-size: 14px;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  height: 48px !important;
}

.form-group.arrow {
  position: relative;
}

.form-group.arrow:after {
  content: "\f11f";
  font-family: "Flaticon";
  color: #00a857;
  right: 15px;
  top: 45px;
  font-size: 10px;
  position: absolute;
  pointer-events: none;
  z-index: 9;
}

.form-control:focus {
  color: #000;
  background-color: #f5f5f5;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #00a857;
}

textarea.form-control {
  height: 250px;
}

.form-group .ayuda {
  float: right;
  display: inline-block;
  color: #00a857;
  font-size: 15px;
}

/*CONTACTO*/
.contacto label {
  font-weight: 100;
  font-family: "Prompt Medium";
  font-size: 16px;
  margin-bottom: 5px;
}

.contacto input::-webkit-input-placeholder {
  color: #333 !important;
  font-size: 14px;
  font-family: "Prompt Light";
}

.contacto input::-moz-placeholder {
  color: #333 !important;
  font-size: 14px;
  font-family: "Prompt Light";
}

.contacto input:-moz-placeholder {
  color: #333 !important;
  font-size: 14px;
  font-family: "Prompt Light";
}

.contacto input::-ms-input-placeholder {
  color: #333 !important;
  font-size: 14px;
  font-family: "Prompt Light";
}

.contacto textarea::-webkit-input-placeholder {
  color: #333 !important;
  font-size: 14px;
  font-family: "Prompt Light";
}

.contacto textarea::-moz-placeholder {
  color: #333 !important;
  font-size: 14px;
  font-family: "Prompt Light";
}

.contacto textarea:-moz-placeholder {
  color: #333 !important;
  font-size: 14px;
  font-family: "Prompt Light";
}

.contacto textarea::-ms-input-placeholder {
  color: #333 !important;
  font-size: 14px;
  font-family: "Prompt Light";
}

.contacto input {
  color: #000;
}

.buscador select option {
  color: #333 !important;
  font-size: 14px;
}

.contacto .polPriv-text a {
  color: #00a857;
  font-family: "Prompt Medium";
  text-decoration: underline;
}
.contacto .polPriv-text a:hover {
  color: #00fe77;
}

.polPriv {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.polPriv label {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #bbb;
  position: relative;
  cursor: pointer;
  float: left;
  margin-right: 10px;
}
.polPriv span {
  float: left;
  font-size: 14px;
  color: #000;
}
.polPriv span:hover {
  text-decoration: none !important;
}
.polPriv span a {
  color: #00a857;
  font-weight: 100;
  font-family: "Prompt SemiBold";
  border: none !important;
  text-decoration: underline;
}
.polPriv span a:hover {
  color: #00fe77;
}
.polPriv span:hover {
  text-decoration: underline;
}

.polPriv input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.polPriv input[type=checkbox]:checked + label {
  background-color: #ddd;
}

.polPriv input[type=checkbox]:checked + label:after {
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  color: #ff0201 !important;
  font-size: 13px;
  font-size: 0.8125rem;
}

/*BOTON FILE*/
.btn-file {
  overflow: hidden;
  top: 0;
  border-radius: 0;
  font-size: 11px;
  font-family: "Prompt Regular";
  color: #fff;
  width: 100%;
  padding: 13px 10px;
  height: 45px;
  line-height: 18px;
}

.input-group-btn {
  background: #00a857;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
.input-group-btn:hover {
  background: #00fe77;
}

.input-file:focus {
  border: none !important;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 46px;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: inherit;
  display: block;
}

input[readonly] {
  border-radius: 0;
}

input[readonly]:focus {
  border: 2px solid #0066ff;
}

/*PAGINADOR*/
.paginador {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
  text-align: center;
}
.paginador ul {
  margin-bottom: 80px;
}
.paginador li {
  display: inline-block;
  margin: 0px 10px;
}
.paginador li a {
  color: #00a857;
  font-size: 15px;
  font-family: "Prompt Medium";
}
.paginador li a:hover {
  color: #00fe77;
}
.paginador .active {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: #00a857;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  font-size: 15px;
  font-family: "Prompt Medium";
}
.paginador i {
  font-size: 10px;
  color: #ff0201;
}

/*ESTILO MODALS REGISTRO*/
.modal__html.js_modal__html {
  height: auto !important;
}

.modal-open .modal {
  z-index: 9999;
}

.modal-body {
  padding: 25px;
  border: 3px solid #00a857;
}
.modal-body p a {
  color: #00a857;
  font-family: "Prompt Medium";
  text-decoration: underline;
}
.modal-body p a:hover {
  color: #00fe77;
}

.modal-content .btn {
  border-radius: 0;
}

.modal.condVenta .btn, .modal.infoTransporte .btn, .modal.info-descuento .btn {
  border-radius: 0;
  border: none;
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 14px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
}
.modal.condVenta .btn:hover, .modal.infoTransporte .btn:hover, .modal.info-descuento .btn:hover {
  background: #00fe77;
}

.btn-seguirc, .btn-modal {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 15px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  padding: 16px 20px;
  border: none;
}
.btn-seguirc:hover, .btn-modal:hover {
  background: #00fe77;
}
.btn-seguirc i, .btn-modal i {
  margin-right: 5px;
}

.modal.modalForm .modalForm-parraf a {
  text-decoration: underline;
  font-family: "Prompt SemiBold";
  color: #00a857;
}
.modal.modalForm .modalForm-parraf a:hover {
  color: #00fe77 !important;
  text-decoration: none;
}

.modal.modalForm .modalForm-parraf {
  font-size: 13px;
  font-family: "Prompt Light";
  color: #000;
}

.voucher-content input, #form_usuario_registrado input, #form_usuario_nuevo input, #form_recordar_clave input, #localidades select, #provincias select, #form_te_llamamos2 input {
  border-radius: 0px !important;
}

#form_te_llamamos2 input {
  margin-bottom: 15px;
}

#form_te_llamamos2 input::-webkit-input-placeholder {
  color: #666 !important;
}

.voucher-content input:focus, #form_usuario_registrado input:focus, #form_usuario_nuevo input:focus, #form_recordar_clave input:focus, #form_te_llamamos2 input:focus {
  border: 2px solid #00a857 !important;
}

.btn-volver-modal {
  color: #00a857 !important;
  outline: 0 !important;
  padding: 0 !important;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Prompt Medium";
  font-size: 12px;
  font-weight: 100;
  background: none !important;
}
.btn-volver-modal i {
  font-size: 10px;
}
.btn-volver-modal:hover {
  color: #00fe77 !important;
  text-decoration: none;
}

.modal.modalForm .modalForm-title, .modalAvisamos .modalForm-title, .modal__htmlTitle {
  margin-top: 0;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Prompt Regular";
  border: none;
  padding: 0;
}

.info-descuento-w .titulo, .infoTransporte .modal-header span {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Prompt Regular";
  border: none;
  padding: 0;
  text-align: center;
}

.close-modal {
  position: initial;
}

#recordar_alert_ko, #warning-alert {
  text-align: center;
}

.modalAlerta .btn {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 14px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
}
.modalAlerta .btn:hover {
  background: #00fe77;
}

.modalPol .modal-lg, .condVenta .modal-lg {
  max-width: 900px;
}
.modalPol .modal-lg h4, .modalPol .modal-lg h3, .condVenta .modal-lg h4, .condVenta .modal-lg h3 {
  font-family: "Prompt SemiBold";
  font-size: 20px;
  margin: 5px 0;
}
.modalPol .modal-lg ul, .condVenta .modal-lg ul {
  padding-left: 40px;
}
.modalPol .modal-lg ul li, .condVenta .modal-lg ul li {
  list-style-type: disc;
}
.modalPol .modal-lg .close-btn, .condVenta .modal-lg .close-btn {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 14px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  padding: 15px 40px;
  float: right;
}
.modalPol .modal-lg .close-btn:hover, .condVenta .modal-lg .close-btn:hover {
  background: #00fe77;
}

.modal.modalPol {
  z-index: 99999;
}

.checks {
  margin-bottom: 20px;
}

.modal.info-descuento .info-descuentoAlert {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}

.modal.info-descuento .info-descuento-w ul li:before {
  color: #00a857;
}

.modal.info-descuento .info-descuento-w h1, .modal.info-descuento .info-descuento-w h2, .modal.info-descuento .info-descuento-w h3, .modal.info-descuento .info-descuento-w h4, .modal.info-descuento .info-descuento-w h5, .modal.info-descuento .info-descuento-w h6 {
  font-family: "Prompt Medium";
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.modal-dialog .modal-content .modal__smtext {
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}

/*MODAL EMBAJADOR*/
.js-modal-embajador .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
}
.js-modal-embajador .box .img {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  height: 350px;
  float: left;
}
.js-modal-embajador .box .texto {
  display: inline-block;
  width: 60%;
  padding-left: 40px;
  float: left;
}
.js-modal-embajador .box .texto .titulo {
  font-size: 34px;
  font-family: "Prompt SemiBold";
  line-height: 38px;
  margin-bottom: 0px;
  color: #000;
}
.js-modal-embajador .box .texto .profesion {
  font-size: 13px;
  font-family: "Prompt Regular";
  line-height: 18px;
  margin-bottom: 10px;
  color: #00a857;
  display: block;
  text-transform: uppercase;
}
.js-modal-embajador .box .texto p {
  font-size: 14px;
  font-family: "Prompt Light";
  line-height: 20px;
  margin-bottom: 15px;
  color: #000;
}
.js-modal-embajador .box .texto .redes {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
}
.js-modal-embajador .box .texto .redes span {
  font-size: 18px;
  font-family: "Prompt Regular";
  line-height: 24px;
  margin-bottom: 10px;
  color: #00a857;
}
.js-modal-embajador .box .texto .redes ul {
  display: inline-block;
  margin-left: 5px;
}
.js-modal-embajador .box .texto .redes ul li {
  display: inline-block;
  margin-right: 5px;
  color: #000;
  font-size: 16px;
}
.js-modal-embajador .box .texto .redes ul li a {
  color: #666;
}
.js-modal-embajador .box .texto .redes ul li a:hover {
  color: #00a857;
}

.js-modal-embajador .box-video {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
  text-align: center;
}
.js-modal-embajador .box-video span {
  font-size: 26px;
  font-family: "Prompt SemiBold";
  line-height: 30px;
  margin-bottom: 20px;
  color: #000;
  display: block;
}

/*404*/
.error {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
.error .box-error {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  padding: 20px 0 40px;
  text-align: center;
}
.error .box-error .svg {
  width: 120px;
  margin-bottom: 15px;
}
.error .box-error .titulo-error {
  font-size: 42px;
  font-family: "Prompt SemiBold";
  line-height: 46px;
  margin-bottom: 0px;
  color: #000;
  position: relative;
}
.error .box-error p {
  font-size: 20px;
  margin-bottom: 25px;
}
.error .box-error .volvIni {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 15px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
}
.error .box-error .volvIni:hover {
  background: #00fe77;
}
.error i {
  font-size: 80px;
  margin-bottom: 15px;
  color: #00a857;
}

/*inicio*/
.titulo-seccion {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
  text-align: center;
}
.titulo-seccion .texto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
}
.titulo-seccion .texto .claim {
  font-size: 26px;
  font-family: "Prompt Medium";
  line-height: 28px;
  margin-bottom: 15px;
  color: #00a857;
  display: block;
}
.titulo-seccion .texto .titulo {
  font-size: 52px;
  font-family: "Prompt Regular";
  line-height: 56px;
  margin-bottom: 10px;
  color: #000;
}
.titulo-seccion .texto small {
  font-size: 24px;
  font-family: "Prompt Regular";
  line-height: 26px;
  margin-bottom: 15px;
  color: #000;
  display: block;
}
.titulo-seccion .texto p {
  font-size: 18px;
  font-family: "Prompt Light";
  line-height: 24px;
  margin-bottom: 30px;
  color: #000;
  padding: 0 110px;
}
.titulo-seccion .texto .pre {
  font-size: 16px;
  font-family: "Prompt SemiBold";
  line-height: 20px;
  margin-bottom: 15px;
  color: #ff0201;
  display: block;
  text-transform: uppercase;
}
.titulo-seccion .texto a {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 15px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
}
.titulo-seccion .texto a:hover {
  background: #00fe77;
}

.rojo {
  color: #ff0201;
}

.mas {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  text-align: center;
}
.mas span {
  font-size: 18px;
  font-family: "Prompt Regular";
  line-height: 22px;
  margin-bottom: 0px;
  color: #000;
}
.mas a {
  text-decoration: underline;
  font-family: "Prompt SemiBold";
}

.box-slider {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}
.box-slider .box-encuesta {
  display: none;
  width: 450px;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}
.box-slider .box-encuesta:before {
  content: "";
  width: 425px;
  height: 425px;
  background: rgba(0, 168, 87, 0.9);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.box-slider .box-encuesta:after {
  content: "";
  width: 155px;
  height: 58px;
  background: url(../img/flecha.png) no-repeat center center;
  position: absolute;
  top: -90px;
  left: -100px;
  -webkit-animation: rotation 0.5s infinite ease;
}
.box-slider .box-encuesta .svg {
  fill: #fff;
  height: 50px;
  width: 50px;
  margin-bottom: 5px;
  position: relative;
  z-index: 9;
}
.box-slider .box-encuesta small {
  font-size: 17px;
  font-family: "Prompt Bold";
  line-height: 22px;
  margin-bottom: 15px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
}
.box-slider .box-encuesta span {
  font-size: 32px;
  font-family: "Prompt Bold";
  line-height: 36px;
  margin-bottom: 15px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 9;
}
.box-slider .box-encuesta p {
  font-size: 14px;
  font-family: "Prompt Regular";
  line-height: 20px;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  z-index: 9;
}
.box-slider .box-encuesta a {
  font-size: 15px;
  font-family: "Prompt SemiBold";
  line-height: 22px;
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  position: relative;
  z-index: 9;
}
.box-slider .box-encuesta a:hover {
  opacity: 0.6;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
  }
}
.video-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
}
.video-home .box-video {
  display: block;
  width: 75%;
  margin: auto;
}

.presentacion {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
  margin-bottom: 180px;
  position: relative;
}
.presentacion:after {
  content: "";
  width: 728px;
  height: 542px;
  background: url(../img/figura.png) no-repeat center center;
  position: absolute;
  top: 10%;
  right: -18%;
  z-index: 9;
}
.presentacion .titulo-seccion {
  margin-bottom: 10px;
}
.presentacion .logo {
  margin-bottom: 5px;
}
.presentacion .contadores {
  display: block;
  margin: auto;
  width: 1000px;
}
.presentacion .contadores span {
  font-size: 20px;
  font-family: "Prompt Medium";
  line-height: 24px;
  margin-bottom: 30px;
  color: #00a857;
  display: block;
  text-transform: uppercase;
}
.presentacion .contadores .contador {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 30px;
}
.presentacion .contadores .contador .svg {
  height: 80px;
  width: 80px;
  margin-bottom: 5px;
}
.presentacion .contadores .contador .counter {
  font-size: 40px;
  font-family: "Prompt Bold";
  line-height: 56px;
  margin-bottom: 5px;
  color: #000;
  position: relative;
  display: inline-block;
}
.presentacion .contadores .contador .counter:before {
  content: "+";
  display: inline-block;
  margin-right: 5px;
}
.presentacion .contadores .contador small {
  font-size: 40px;
  font-family: "Prompt Bold";
  line-height: 56px;
  margin-bottom: 5px;
  color: #000;
}
.presentacion .contadores .contador p {
  font-size: 20px;
  font-family: "Prompt Light";
  line-height: 22px;
  margin-bottom: 0px;
  color: #000;
}
.presentacion .contadores a {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 16px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
}
.presentacion .contadores a:hover {
  background: #00fe77;
}

.eventos-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  position: relative;
  background: #eee;
  padding: 50px 0;
  max-height: 650px;
  margin-bottom: 220px;
}
.eventos-home:before {
  content: "";
  width: 100%;
  height: 80px;
  background: url(../img/borde-eventos.png) no-repeat center center;
  position: absolute;
  top: -80px;
  left: 0px;
}
.eventos-home:after {
  content: "";
  width: 957px;
  height: 32px;
  background: url(../img/borde-eventos-bajo.png) no-repeat center center;
  position: absolute;
  bottom: -32px;
  right: 0px;
}
.eventos-home .container-fluid {
  padding: 0;
}
.eventos-home .titulo-seccion {
  text-align: left;
  padding-left: 100px;
  max-width: 550px;
  padding-top: 90px;
}
.eventos-home .titulo-seccion .texto p {
  padding: 0;
}
.eventos-home .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  position: relative;
  z-index: 9;
  margin-bottom: 0;
  background: #00a857;
  border-radius: 40px;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  padding: 90px 60px;
  margin-left: 30px;
}
.eventos-home .box:before {
  content: "";
  width: 450px;
  height: 176px;
  background: url(../img/runners-trash-bandera.png) no-repeat center center;
  position: absolute;
  top: -165px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.eventos-home .box .evento {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  padding: 0 20px 40px 20px;
  text-align: center;
  border-right: 1px solid #1d8227;
  border-bottom: 1px solid #1d8227;
  background-position: center center;
  background-repeat: no-repeat;
}
.eventos-home .box .evento .numero {
  font-size: 80px;
  font-family: "Prompt Bold";
  line-height: 80px;
  margin-bottom: 0px;
  color: #fff;
  display: block;
}
.eventos-home .box .evento .mes {
  font-size: 20px;
  font-family: "Prompt Bold";
  line-height: 24px;
  margin-bottom: 15px;
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.eventos-home .box .evento .lugar {
  font-size: 14px;
  font-family: "Prompt Light";
  line-height: 18px;
  margin-bottom: 10px;
  color: #fff;
  display: block;
}
.eventos-home .box .evento .lugar i {
  margin-right: 5px;
}
.eventos-home .box .evento p {
  font-size: 22px;
  font-family: "Prompt Light";
  line-height: 26px;
  margin-bottom: 25px;
  color: #fff;
}
.eventos-home .box .evento a {
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 36px;
  font-size: 39px;
  background: #fff;
  color: #00a857;
  border-radius: 50%;
}
.eventos-home .box .evento a:hover {
  opacity: 0.6;
}
.eventos-home .box .col-md-6:nth-of-type(2) .evento {
  border-right: none;
}
.eventos-home .box .col-md-6:nth-of-type(3) .evento {
  border-bottom: none;
  padding: 40px 20px 0 20px;
}
.eventos-home .box .col-md-6:nth-of-type(4) .evento {
  border: none;
  padding: 40px 20px 0 20px;
}
.eventos-home .texto-eventos-mobile {
  display: none;
}

.tienda-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 100px;
  background-position: center center;
  padding: 40px 0;
  background-repeat: no-repeat;
}
.tienda-home .titulo-seccion {
  margin-bottom: 0;
}

.catalogo {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
}
.catalogo .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  position: relative;
}
.catalogo .producto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  height: auto !important;
}
.catalogo .producto .img {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 260px;
  position: relative;
  margin: 0 auto 15px;
}
.catalogo .producto .img .img-up {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  opacity: 0;
  background: #fff;
}
.catalogo .producto .img .img-up:hover {
  opacity: 1;
}
.catalogo .producto .img .btn-fav {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 38px;
  height: 38px;
  line-height: 34px;
  font-size: 16px;
  color: #00a857;
  background: #fff;
  border: 2px solid #00a857;
  border-radius: 50%;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
.catalogo .producto .img .btn-fav:hover {
  color: #fff;
  background: #00a857;
}
.catalogo .producto .img .btn-fav.active {
  color: #fff;
  background: #ff0201;
  border: 2px solid #ff0201;
}
.catalogo .producto .texto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  text-align: center;
  padding: 0 20px;
}
.catalogo .producto .texto .titulo {
  font-size: 18px;
  font-family: "Prompt Light";
  line-height: 24px;
  margin-bottom: 15px;
  color: #000;
  display: inline-block;
  width: 100%;
}
.catalogo .producto .texto .titulo a {
  color: #000;
  display: inline-block;
  width: 100%;
}
.catalogo .producto .texto .titulo a:hover {
  color: #00a857;
}
.catalogo .producto .texto .precios {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 10px;
}
.catalogo .producto .texto .precios span {
  margin: 0 6px;
}
.catalogo .producto .texto .precios .anterior {
  font-size: 14px;
  font-family: "Prompt Medium";
  line-height: 22px;
  margin-bottom: 0px;
  color: #666;
  text-decoration: line-through;
}
.catalogo .producto .texto .precios .actual {
  font-size: 18px;
  font-family: "Prompt SemiBold";
  line-height: 22px;
  margin-bottom: 0px;
  color: #ff0201;
}
.catalogo .producto .texto .texto-puntos {
  font-size: 13px;
  font-family: "Prompt Medium";
  line-height: 18px;
  margin-bottom: 15px;
  color: #00a857;
  display: block;
}
.catalogo .producto .texto .accion {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
}
.catalogo .producto .texto .accion .verFicha {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 14px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  padding: 10px 18px;
  border-radius: 4px;
}
.catalogo .producto .texto .accion .verFicha:hover {
  background: #00fe77;
}
.catalogo .producto .banderolas {
  position: absolute;
  top: 15px;
  right: 30px;
  width: 50px;
  text-align: center;
}
.catalogo .producto .banderolas .puntos {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #00a857;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 12px 0;
}
.catalogo .producto .banderolas .puntos small {
  font-size: 10px;
  font-family: "Prompt Regular";
  line-height: 6px;
  margin-bottom: 0px;
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.catalogo .producto .banderolas .puntos span {
  font-size: 16px;
  font-family: "Prompt SemiBold";
  line-height: 12px;
  margin-bottom: 0px;
  color: #fff;
}

.carrusel-relacionados {
  z-index: 9;
}

.carrusel-relacionados [class*=col-] {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.carrusel-relacionados.slick-initialized .slick-slide {
  padding: 0;
}

.catalogo .carousel-arrows {
  display: inline-block;
  position: absolute;
  width: 100%;
  float: none;
  bottom: 20px;
  margin-bottom: 40px;
  top: 30%;
  left: 0;
}

.catalogo .carousel-arrows li {
  position: absolute;
  z-index: 99;
  color: #00a857;
  bottom: 90%;
  font-size: 30px;
}

.catalogo .carousel-arrows li.prev-relacionados {
  left: -35px;
}

.catalogo .carousel-arrows li.next-relacionados {
  right: -35px;
}

.embajadores-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
}
.embajadores-home .titulo-seccion {
  margin-bottom: 0;
  text-align: left;
  padding: 100px 60px 0 50px;
}
.embajadores-home .titulo-seccion .texto p {
  padding: 0;
}
.embajadores-home .container-fluid {
  padding: 0 2px;
}
.embajadores-home .mr {
  margin: 0 -2px;
}
.embajadores-home .pd {
  padding: 0 2px;
}
.embajadores-home .texto-embajador-mobile {
  display: none;
}
.embajadores-home .embajador {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  position: relative;
  margin-bottom: 4px;
  float: left;
}
.embajadores-home .embajador .img {
  width: 100%;
  height: 640px;
  margin: 0;
  background-size: cover;
  background-repeat: repeat;
  background-position: top center;
}
.embajadores-home .embajador .modal-embajador {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.embajadores-home .embajador .modal-embajador .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  fill: #fff;
  width: 80px;
  height: 80px;
  opacity: 0;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
.embajadores-home .embajador .modal-embajador:hover {
  background: rgba(0, 0, 0, 0.3);
}
.embajadores-home .embajador .modal-embajador:hover .svg {
  opacity: 1;
}
.embajadores-home .embajador .texto {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: rgb(17, 17, 17);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(17, 17, 17)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgb(17, 17, 17) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(17, 17, 17) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 25px;
}
.embajadores-home .embajador .texto .nombre {
  font-size: 22px;
  font-family: "Prompt Bold";
  line-height: 26px;
  margin-bottom: 0px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  display: block;
}
.embajadores-home .embajador .texto .redes {
  display: inline-block;
  position: relative;
  z-index: 9;
  width: 100%;
  margin-bottom: 0px;
}
.embajadores-home .embajador .texto .redes a {
  font-size: 18px;
  font-family: "Prompt Light";
  line-height: 26px;
  margin-bottom: 0px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  margin-right: 3px;
}
.embajadores-home .embajador .texto .redes a:hover {
  color: #00a857;
}
.embajadores-home .embajador .texto .profesion {
  font-size: 16px;
  font-family: "Prompt Light";
  line-height: 20px;
  margin-bottom: 5px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  position: relative;
  z-index: 9;
  display: block;
}
.embajadores-home .embajador .img.img-apaisada {
  height: 318px;
}
.embajadores-home .embajador .img.img-apaisada .modal-embajador .svg {
  width: 60px;
  height: 60px;
}
.embajadores-home .embajador .img.img-litle {
  height: 315px;
}
.embajadores-home .embajador .img.img-litle .modal-embajador .svg {
  fill: #fff;
  width: 60px;
  height: 60px;
}
.embajadores-home .embajador.embajador-litle .texto .nombre {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 2px;
  margin-right: 0;
  display: block;
}
.embajadores-home .embajador.embajador-litle .texto .redes {
  width: 100%;
  display: block;
  margin-bottom: 2px;
}

.cita {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 150px;
  padding: 55px 0 50px;
  background: #00a857;
  text-align: center;
  position: relative;
}
.cita:after {
  content: "";
  width: 100%;
  height: 59px;
  background: url(../img/borde-cita.png) no-repeat center center;
  position: absolute;
  bottom: -58px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.cita:before {
  content: "";
  width: 100%;
  height: 306px;
  background: url(../img/bg-cita.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 99;
}
.cita span {
  font-size: 60px;
  font-family: "Prompt Medium";
  line-height: 65px;
  margin-bottom: 0px;
  color: #fff;
  display: block;
  font-style: italic;
  padding: 0 60px;
}

.colaboradores-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 120px;
}
.colaboradores-home .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
.colaboradores-home .colaborador {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
  margin: 0;
}
.colaboradores-home .colaborador .img {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 265px;
  height: 160px;
  margin: 0 auto 10px;
}
.colaboradores-home .colaborador .img img {
  max-height: 100%;
  max-width: 100%;
}
.colaboradores-home .colaborador span {
  font-size: 16px;
  font-family: "Prompt SemiBold";
  line-height: 20px;
  margin-bottom: 5px;
  color: #000;
  display: block;
  text-transform: uppercase;
}
.colaboradores-home .colaborador span a {
  color: #000;
}
.colaboradores-home .colaborador small {
  font-size: 14px;
  font-family: "Prompt Regular";
  line-height: 18px;
  margin-bottom: 0px;
  color: #444;
  display: block;
}

.social-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  position: relative;
  background-color: #f5f5f5;
  padding: 40px 0 0;
  margin-bottom: 120px;
  background-position: center -100px;
  background-repeat: no-repeat;
  /*.puntos{
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 50%;
  	height: 100%;
  	.punto{
  		position: absolute;
  		display: inline-block;
  		width: 15px;
  		height: 15px;
  		background: $color-base;
  		border-radius: 50%;
  	}
  }
  .punto1 {
  	top: 130px;
     	left: 140px;
  	animation: crescendo 1s infinite 0s ease;
     }
  .punto2 {
  	top: 210px;
     	left: 250px;
  	animation: crescendo 1s infinite 1.45s ease;
     }
     .punto3 {
  	top: 400px;
     	left: 110px;
  	animation: crescendo 1s infinite 2.75s ease;
     }
     .punto4 {
  	top: 390px;
     	left: 300px;
  	animation: crescendo 1s infinite 3.1s ease;
     }
  .punto5 {
  	top: 320px;
     	left: 200px;
  	animation: crescendo 1s infinite 5.25s ease;
     }
  .punto6 {
  	top: 220px;
     	left: 400px;
  	animation: crescendo 1s infinite 6.6s ease;
     }*/
}
.social-home .container {
  position: relative;
}
.social-home .titulo-seccion {
  text-align: left;
  padding: 60px 0 60px 50px;
}
.social-home .titulo-seccion .texto p {
  padding: 0;
}
.social-home .box-img {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
  position: relative;
  z-index: 9;
}
.social-home .box-img .img {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 560px;
  height: 560px;
  margin: 0;
  border-radius: 50%;
  border: 10px solid #fff;
}
.social-home .box-img .img.img-litle {
  width: 275px;
  height: 275px;
  float: right;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  margin-top: -210px;
}
.social-home .pin {
  position: absolute;
}
.social-home .pin1 {
  /*top: 50px;
  left: 140px;
  -webkit-animation: slide-bottom 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.050) 1s both;
     animation: slide-bottom 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.050) 1s both;*/
}
.social-home .pin2 {
  /*top: 10px;
  left: 350px;
  -webkit-animation: slide-bottom 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.050) 1.5s both;
     animation: slide-bottom 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.050) 1.5s both;*/
}
.social-home .pin3 {
  /*top: 240px;
  left: 70px;
  -webkit-animation: slide-bottom 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.050) 2s both;
     animation: slide-bottom 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.050) 2s both;*/
}
.social-home .pin4 {
  /*top: 190px;
  left: 300px;
  -webkit-animation: slide-bottom 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.050) 2.5s both;
  animation: slide-bottom 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.050) 2.5s both;*/
}
.social-home .ubicacion {
  position: absolute;
  font-size: 15px;
  font-family: "Prompt Regular";
  line-height: 18px;
  margin-bottom: 0px;
  color: #000;
}
.social-home .ubicacion1 {
  /*top: 255px;
  left: 140px;
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550) 1.5s both;
  animation: scale-up-center 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550) 1.5s both;*/
}
.social-home .ubicacion2 {
  /*top: 215px;
  left: 362px;
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550) 2s both;
  animation: scale-up-center 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550) 2s both;*/
}
.social-home .ubicacion3 {
  /*top: 445px;
  left: 85px;
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550) 2.5s both;
  animation: scale-up-center 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550) 2.5s both;*/
}
.social-home .ubicacion4 {
  /*top: 395px;
  left: 310px;
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550) 3s both;
  animation: scale-up-center 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550) 3s both;*/
}
.social-home .mapa-movil {
  display: none;
}

@-webkit-keyframes crescendo {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes crescendo {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-3000px);
    transform: translateY(-3000px);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-3000px);
    transform: translateY(-3000px);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.redes-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  padding: 70px 0 60px;
  background: #00a857;
}
.redes-home .titulo {
  font-size: 30px;
  font-family: "Prompt Light";
  line-height: 34px;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
  z-index: 9;
}
.redes-home .titulo strong {
  font-family: "Prompt Medium";
}
.redes-home .box {
  width: 460px;
  margin: auto;
  position: relative;
  z-index: 9;
}
.redes-home .box .red {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  text-align: center;
}
.redes-home .box .red i {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  color: #00a857;
  border-radius: 50%;
  font-size: 28px;
  margin-bottom: 6px;
}
.redes-home .box .red .num {
  font-size: 46px;
  font-family: "Prompt Medium";
  line-height: 50px;
  margin-bottom: 2px;
  color: #fff;
  display: block;
}
.redes-home .box .red small {
  font-size: 15px;
  font-family: "Prompt Regular";
  line-height: 18px;
  margin-bottom: 0px;
  color: #fff;
  display: block;
  text-transform: uppercase;
}

.blog-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 140px;
  background: url(../img/bg-blog.png) no-repeat center 105px;
}
.blog-home .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
.blog-home .box .mr {
  margin: 0 -25px;
}
.blog-home .box .pd {
  padding: 0 25px;
}
.blog-home .box .noticia {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  position: relative;
  margin-bottom: 0px;
}
.blog-home .box .noticia .img {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 560px;
  height: 385px;
  position: relative;
  margin-bottom: 20px;
}
.blog-home .box .noticia .img .fecha {
  position: absolute;
  width: 70px;
  height: 70px;
  text-align: center;
  background: #fff;
  border: 2px solid #00a857;
  border-radius: 50%;
  padding: 16px 0;
  top: 20px;
  left: 20px;
}
.blog-home .box .noticia .img .fecha span {
  font-size: 22px;
  font-family: "Prompt SemiBold";
  line-height: 20px;
  margin-bottom: 0px;
  color: #000;
  display: block;
}
.blog-home .box .noticia .img .fecha small {
  font-size: 13px;
  font-family: "Prompt Regular";
  line-height: 16px;
  margin-bottom: 0px;
  color: #000;
  display: block;
  text-transform: uppercase;
}
.blog-home .box .noticia .img .hover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.blog-home .box .noticia .img .hover .texto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 9;
}
.blog-home .box .noticia .img .hover .texto span {
  font-size: 16px;
  font-family: "Prompt Medium";
  line-height: 24px;
  margin-bottom: 0px;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  text-transform: uppercase;
}
.blog-home .box .noticia .img .hover .texto span:hover {
  color: #00a857;
}
.blog-home .box .noticia .img .hover .img-hover {
  width: 140px;
  position: absolute;
  bottom: 20px;
  right: 40px;
}
.blog-home .box .noticia .img .hover .img-hover img {
  width: 100%;
}
.blog-home .box .noticia .img .hover:hover {
  opacity: 1;
}
.blog-home .box .noticia .img:hover .fecha {
  display: none;
}
.blog-home .box .noticia .texto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  text-align: center;
  padding: 0 20px;
}
.blog-home .box .noticia .texto .categoria {
  font-size: 12px;
  font-family: "Prompt SemiBold";
  line-height: 18px;
  margin-bottom: 10px;
  color: #ff0201;
  text-transform: uppercase;
  display: block;
}
.blog-home .box .noticia .texto .titulo {
  font-size: 26px;
  font-family: "Prompt Medium";
  line-height: 30px;
  margin-bottom: 10px;
  color: #000;
}
.blog-home .box .noticia .texto .titulo a {
  color: #000;
}
.blog-home .box .noticia .texto .titulo a:hover {
  color: #00a857;
}
.blog-home .box .noticia .texto p {
  font-size: 14px;
  font-family: "Prompt Light";
  line-height: 20px;
  margin-bottom: 20px;
  color: #000;
}
.blog-home .box .noticia .texto .leerMas {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 14px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  padding: 10px 22px;
  border-radius: 5px;
}
.blog-home .box .noticia .texto .leerMas:hover {
  background: #00fe77;
}

.redes-movil {
  display: none;
}

/*aviso legal*/
._legal .cabecera {
  margin-bottom: 20px;
}

.texto-legal {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 120px;
}
.texto-legal h4, .texto-legal h2 {
  margin-top: 30px;
  font-size: 18px;
  font-family: "Prompt SemiBold";
  line-height: 22px;
  margin-bottom: 5px;
  color: #000;
}
.texto-legal a {
  font-family: "Prompt Medium";
  text-decoration: underline;
  color: #00a857;
}
.texto-legal a:hover {
  color: #00fe77;
}
.texto-legal ul {
  padding-left: 40px;
}
.texto-legal ul li {
  list-style-type: disc;
}
.texto-legal table {
  margin-bottom: 40px;
}
.texto-legal tr:nth-of-type(1) {
  background: #999 !important;
  color: #fff !important;
  padding: 12px !important;
}
.texto-legal tr td {
  padding: 12px !important;
}

/*contacto*/
.form-contacto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
}
.form-contacto form {
  width: 80%;
  margin: 0 auto 80px;
}
.form-contacto form .polPriv {
  margin: 0 0 5px;
}
.form-contacto form .polPriv-text {
  color: #000;
}
.form-contacto form .btn-enviar {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 16px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  padding: 12px 28px;
}
.form-contacto form .btn-enviar:hover {
  background: #00fe77;
}
.form-contacto form textarea {
  height: 150px;
}
.form-contacto .titulo {
  font-size: 46px;
  font-family: "Prompt Light";
  line-height: 50px;
  margin-bottom: 5px;
  color: #000;
  text-align: center;
}
.form-contacto p {
  font-size: 20px;
  font-family: "Prompt Light";
  line-height: 26px;
  margin-bottom: 30px;
  color: #000;
  text-align: center;
}

.hitos-contacto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 120px;
}
.hitos-contacto .titulo {
  font-size: 46px;
  font-family: "Prompt Light";
  line-height: 50px;
  margin-bottom: 5px;
  color: #000;
  text-align: center;
}
.hitos-contacto p {
  font-size: 20px;
  font-family: "Prompt Light";
  line-height: 26px;
  margin-bottom: 30px;
  color: #000;
  text-align: center;
}
.hitos-contacto .hito {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
  padding: 25px 30px;
  text-align: center;
  height: 240px;
  border: 1px solid #ddd;
}
.hitos-contacto .hito i {
  color: #00a857;
  font-size: 36px;
  margin-bottom: 5px;
}
.hitos-contacto .hito p {
  font-size: 16px;
  font-family: "Prompt Light";
  line-height: 20px;
  margin-bottom: 10px;
  color: #000;
}
.hitos-contacto .hito .titulo-hito {
  font-size: 26px;
  font-family: "Prompt Regular";
  line-height: 30px;
  margin-bottom: 5px;
  color: #000;
}
.hitos-contacto .hito a {
  font-size: 18px;
  font-family: "Prompt SemiBold";
  line-height: 24px;
  margin-bottom: 0px;
  color: #00a857;
}
.hitos-contacto .hito a:hover {
  color: #00fe77;
}
.hitos-contacto .hito.redes a {
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  margin: 0 3px;
  background: #00a857;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.hitos-contacto .hito.redes a:hover {
  background: #00fe77;
}
.hitos-contacto .hito.redes a i {
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.hitos-contacto .hito.phone a {
  font-size: 24px;
}

/*blog*/
.blog-grid {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  background: none;
}
.blog-grid .box {
  margin-bottom: 40px;
}
.blog-grid .box .noticia {
  margin-bottom: 60px;
  background: #eee;
  position: relative;
  overflow: hidden;
}
.blog-grid .box .noticia .img {
  float: left;
  margin: 0;
  width: 430px;
  height: 300px;
}
.blog-grid .box .noticia .texto {
  width: 50%;
  padding: 30px 20px 0 30px;
  text-align: left;
}
.blog-grid .box .noticia .texto .titulo {
  font-size: 20px;
  line-height: 26px;
}
.blog-grid .box .noticia .texto p {
  font-size: 14px;
  line-height: 20px;
}
.blog-grid .box .noticia .texto .leerMas {
  font-size: 11px;
  background: #00a857;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 15px;
}
.blog-grid .box .noticia .texto .leerMas:hover {
  background: #00fe77;
  color: #fff;
}
.blog-grid .box .noticia .img .fecha {
  width: 60px;
  height: 60px;
  padding: 12px 0;
}
.blog-grid .box .noticia .img .hover .texto {
  padding: 0;
  text-align: center;
}

.side-blog {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
  padding-left: 20px;
}
.side-blog .box-side {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
  overflow: hidden;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #ddd;
  text-align: right;
}
.side-blog .box-side .titulo-side {
  font-size: 16px;
  font-family: "Prompt Medium";
  line-height: 20px;
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 14px;
  background: #444;
  position: relative;
  overflow: hidden;
}
.side-blog .box-side .titulo-side i {
  margin-right: 5px;
}
.side-blog .box-side ul {
  padding: 0 14px;
}
.side-blog .box-side ul li {
  margin: 0;
}
.side-blog .box-side ul li a {
  font-size: 14px;
  font-family: "Prompt Regular";
  line-height: 18px;
  margin-bottom: 0px;
  color: #666;
  width: 100%;
  display: block;
  padding: 15px 0;
  border-top: 1px solid #ddd;
}
.side-blog .box-side ul li a:hover {
  color: #00a857;
}
.side-blog .box-side ul li a span {
  color: #00a857;
  font-family: "Prompt SemiBold";
  font-size: 14px;
  margin-left: 5px;
}

/*noticia*/
.blog-single {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 120px;
  background: #fff;
  padding: 0;
}
.blog-single .box .noticia {
  margin-bottom: 0px;
  padding: 0;
  border: none;
  background: #fff;
  overflow: initial;
}
.blog-single .box .noticia .box-titulo {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
}
.blog-single .box .noticia .box-titulo .titulo {
  font-size: 48px;
  font-family: "Prompt Light";
  line-height: 54px;
  margin-bottom: 0px;
  color: #000;
  text-transform: none;
}
.blog-single .box .noticia .box-titulo .categoria {
  font-size: 12px;
  font-family: "Prompt Regular";
  line-height: 16px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  background: #ff0201;
  padding: 8px 12px;
  display: inline-block;
}
.blog-single .box .noticia .img {
  width: 870px;
  height: 580px;
  margin-bottom: 25px;
}
.blog-single .box .noticia .img .fecha {
  width: 80px;
  height: 80px;
  padding: 15px;
  top: 30px;
  left: 30px;
  display: block !important;
}
.blog-single .box .noticia .img .fecha span {
  font-size: 32px;
  line-height: 30px;
}
.blog-single .box .noticia .img .fecha small {
  font-size: 16px;
  line-height: 14px;
}
.blog-single .box .noticia .texto {
  padding: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
.blog-single .box .noticia .texto .breve {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
}
.blog-single .box .noticia .texto .breve p {
  font-size: 24px;
  font-family: "Prompt Medium";
  line-height: 28px;
  margin-bottom: 0px;
  color: #000;
}
.blog-single .box .noticia .texto h2 {
  font-size: 24px;
  font-family: "Prompt Medium";
  line-height: 26px;
  margin-bottom: 10px;
  color: #000;
  margin-top: 30px;
}
.blog-single .box .noticia .texto p {
  font-size: 15px;
  font-family: "Prompt Light";
  line-height: 22px;
  margin-bottom: 15px;
  color: #000;
}
.blog-single .box .noticia .texto ul {
  padding-left: 40px;
}
.blog-single .box .noticia .texto ul li {
  list-style-type: disc;
}
.blog-single .box .noticia .texto a {
  color: #00a857;
  font-family: "Prompt Medium";
  text-decoration: underline;
}
.blog-single .box .noticia .texto a:hover {
  color: #00fe77;
}
.blog-single .box .noticia .texto blockquote {
  width: 90%;
  border: none;
  padding: 30px 40px 40px;
  background: #eee;
  margin: 80px auto 60px;
  text-align: center;
  position: relative;
  border-radius: 0 40px 40px 40px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.blog-single .box .noticia .texto blockquote:before {
  content: "";
  width: 141px;
  height: 64px;
  background: url(../img/logo-quote.png) no-repeat center center;
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-size: contain;
}
.blog-single .box .noticia .texto blockquote p {
  font-size: 30px;
  font-family: "Prompt Medium";
  line-height: 34px;
  margin-bottom: 0px;
  color: #000;
  font-style: italic;
}
.blog-single .box .noticia .texto blockquote p strong {
  color: #00a857;
  margin: 0 3px;
}
.blog-single .box .noticia .galeria {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.blog-single .box .noticia .galeria .img-exposicion {
  width: 150px;
  height: 100px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-single .box .noticia .galeria .img-exposicion img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
}
.blog-single .box .noticia .galeria .img-exposicion .hover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-single .box .noticia .galeria .img-exposicion .hover i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  color: #fff;
  font-size: 20px;
}
.blog-single .box .noticia .galeria .img-exposicion .hover:hover {
  opacity: 1;
}

.noticia .compartir {
  background: #ffffff;
  padding: 10px 15px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 0px 12px 0px 12px;
}
.noticia .compartir span {
  margin-right: 10px;
  font-size: 16px;
  font-family: "Prompt Medium";
  line-height: 26px;
  margin-bottom: 0px;
  color: #000;
  float: left;
}
.noticia .compartir .addthis_toolbox {
  display: inline-block;
  float: left;
}
.noticia .compartir a {
  color: #00a857;
  font-size: 18px;
  display: inline-block;
  float: left;
  margin-right: 3px;
  margin-bottom: 0 !important;
}
.noticia .compartir a:hover {
  color: #00fe77;
}

.box-btn-volver a {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 16px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  background: #fff;
  border: 2px solid #00a857;
  color: #00a857;
  padding: 12px 38px;
}
.box-btn-volver a:hover {
  background: #00fe77;
}
.box-btn-volver a:hover {
  background: #00fe77;
  border: 2px solid #00fe77;
  color: #fff;
}
.box-btn-volver a i {
  margin-right: 5px;
  font-size: 9px;
}

/*faq*/
.faq {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

.box-faq {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  width: 95%;
  margin-bottom: 20px;
}
.box-faq .card {
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.box-faq .card-header {
  padding: 0;
  background-color: transparent;
  border: none !important;
}
.box-faq .card-body {
  position: relative;
  padding: 15px 15px 15px 40px;
}
.box-faq .card-body:before {
  content: "\f064";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #ff0201;
  position: absolute;
  left: 10px;
}
.box-faq .card-body a {
  color: #00a857;
  font-family: "Prompt SemiBold";
  text-decoration: underline;
}
.box-faq .card-body a:hover {
  color: #00fe77;
}
.box-faq .card-body p {
  font-size: 15px;
  font-family: "Prompt Light";
  line-height: 22px;
  margin-bottom: 15px;
  color: #000;
}
.box-faq .btn-link {
  font-weight: 100;
  font-family: "Prompt Medium";
  font-size: 18px;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 75px 20px 15px;
  width: 100%;
  text-align: left;
  border-radius: 0;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  position: relative;
}
.box-faq .btn-link:hover {
  color: #000;
  background: #eee;
  text-decoration: none;
}
.box-faq .btn-link .num {
  font-size: 18px;
  line-height: 25px;
  float: left;
  font-family: "Prompt Bold";
  margin-right: 10px;
  color: #00a857;
  display: inline-block;
}
.box-faq .btn-link .pregunta {
  font-size: 18px;
  line-height: 25px;
  font-family: "Prompt Medium";
  white-space: normal;
  display: inline-block;
  width: 95%;
  margin: 0;
  float: left;
}
.box-faq .btn-link:after {
  content: "-";
  font-family: "Prompt Light";
  color: #fff;
  font-size: 21px;
  position: absolute;
  right: 20px;
  top: 21px;
  background: #666;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
.box-faq .btn-link.collapsed:after {
  content: "+";
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
.box-faq .btn-link .collapse.show:after {
  content: "-";
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}

.side-faq {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  position: sticky;
  top: 120px;
}
.side-faq .box-side {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
}
.side-faq .box-side .texto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  padding: 25px 25px 20px;
  margin-bottom: 0px;
  background: #eee;
  border: 1px solid #ddd;
}
.side-faq .box-side .texto span {
  font-size: 22px;
  font-family: "Prompt Medium";
  line-height: 24px;
  margin-bottom: 5px;
  color: #000;
  display: block;
  text-align: center;
}
.side-faq .box-side .texto p {
  font-size: 13px;
  font-family: "Prompt Light";
  line-height: 16px;
  margin-bottom: 0px;
  color: #000;
  text-align: center;
}
.side-faq .box-side ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  float: left;
  text-align: center;
}
.side-faq .box-side ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  float: left;
  position: relative;
}
.side-faq .box-side ul li a {
  font-size: 15px;
  font-family: "Prompt Regular";
  line-height: 22px;
  margin-bottom: 0px;
  color: #444;
  float: left;
  padding: 18px 30px 15px;
  border: 1px solid #ddd;
  border-top: none;
  background: #fff;
  display: inline-block;
  width: 100%;
  position: relative;
}
.side-faq .box-side ul li a:hover {
  background: #00a857;
  color: #fff;
}
.side-faq .box-side ul li.active a {
  background: #00a857;
  color: #fff;
}

/*colaboradores, unete a la revolucion, donde estamos*/
/*colaboradores*/
.colaboradores {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
}
.colaboradores .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 60px;
  text-align: center;
  padding-top: 20px;
}
.colaboradores .colaborador {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
}
.colaboradores .colaborador .img {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 265px;
  height: 160px;
  margin: 0 auto 10px;
}
.colaboradores .colaborador .img img {
  max-height: 100%;
  max-width: 100%;
}
.colaboradores .colaborador .texto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  padding: 0 25px;
}
.colaboradores .colaborador .texto .titulo {
  font-size: 28px;
  font-family: "Prompt Medium";
  line-height: 32px;
  margin-bottom: 10px;
  color: #000;
}
.colaboradores .colaborador .texto p {
  font-size: 15px;
  font-family: "Prompt Light";
  line-height: 22px;
  margin-bottom: 15px;
  color: #000;
}
.colaboradores .colaborador .texto a {
  font-size: 15px;
  font-family: "Prompt Medium";
  line-height: 18px;
  margin-bottom: 0px;
  color: #00a857;
}
.colaboradores .colaborador .texto a i {
  margin-right: 5px;
}
.colaboradores .colaborador .texto a:hover {
  color: #00fe77;
}
.colaboradores .box.otros .titulo-seccion.seccion-interna .texto .titulo {
  font-size: 32px;
  line-height: 36px;
}
.colaboradores .box.otros .colaborador .img {
  width: 220px;
  height: 120px;
}
.colaboradores .box.otros .colaborador .texto {
  padding: 0;
}
.colaboradores .box.otros .colaborador .texto span {
  font-size: 20px;
  font-family: "Prompt Medium";
  line-height: 26px;
  margin-bottom: 10px;
  color: #000;
  display: block;
}
.colaboradores .box.otros .colaborador .texto a {
  font-size: 13px;
}
.colaboradores .box.otros .colaborador {
  margin-bottom: 40px;
  padding-bottom: 20px;
  width: 24.5%;
}

/*unete a la revolucion*/
.unete {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
.unete .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
}
.unete .item {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
.unete .item .icono {
  display: inline-block;
  float: left;
}
.unete .item .icono .svg {
  width: 70px;
  height: 70px;
}
.unete .item .texto {
  display: inline-block;
  float: left;
  width: 80%;
  padding-left: 20px;
}
.unete .item .texto .titulo {
  font-size: 26px;
  font-family: "Prompt Medium";
  line-height: 30px;
  margin-bottom: 10px;
  color: #000;
}
.unete .item .texto p {
  font-size: 15px;
  font-family: "Prompt Light";
  line-height: 22px;
  margin-bottom: 10px;
  color: #000;
}
.unete .item .texto a {
  font-size: 15px;
  font-family: "Prompt SemiBold";
  line-height: 18px;
  margin-bottom: 0px;
  color: #00a857;
  text-decoration: underline;
}
.unete .item .texto a:hover {
  color: #00fe77;
}

/*donde estamos*/
.donde-estamos {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

/*embajadores*/
.embajadores {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
}
.embajadores .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
.embajadores .box .mr {
  margin: 0 -4px;
}
.embajadores .box .pd {
  padding: 0 4px;
}
.embajadores .embajador {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 8px;
  float: left;
  text-align: center;
}
.embajadores .embajador .img {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 385px;
  height: 420px;
  margin-bottom: 0px;
  background-size: cover;
  background-position: center center;
}
.embajadores .embajador .img .texto {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: rgb(17, 17, 17);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(17, 17, 17)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgb(17, 17, 17) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(17, 17, 17) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 20px;
}
.embajadores .embajador .img .texto .nombre {
  font-size: 20px;
  font-family: "Prompt Bold";
  line-height: 24px;
  margin-bottom: 5px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  display: block;
}
.embajadores .embajador .img .texto .redes {
  display: inline-block;
  display: inline-block;
  position: relative;
  z-index: 9;
  width: 100%;
  margin-bottom: 0px;
}
.embajadores .embajador .img .texto .redes a {
  font-size: 18px;
  font-family: "Prompt Light";
  line-height: 26px;
  margin-bottom: 0px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  margin: 0 2px;
}
.embajadores .embajador .img .texto .redes a:hover {
  color: #00a857;
}
.embajadores .embajador .img .texto .profesion {
  font-size: 16px;
  font-family: "Prompt Light";
  line-height: 20px;
  margin-bottom: 5px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  position: relative;
  z-index: 9;
  display: block;
}
.embajadores .embajador .modal-embajador {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.embajadores .embajador .modal-embajador .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  fill: #fff;
  width: 80px;
  height: 80px;
  opacity: 0;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
.embajadores .embajador .modal-embajador:hover {
  background: rgba(0, 0, 0, 0.3);
}
.embajadores .embajador .modal-embajador:hover .svg {
  opacity: 1;
}

.cta {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
  text-align: center;
  padding: 50px 0px;
  position: relative;
  background-size: cover !important;
}
.cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 168, 87, 0.9);
  height: 100%;
  width: 100%;
}
.cta .container {
  position: relative;
  z-index: 9;
}
.cta span {
  font-size: 48px;
  font-family: "Prompt Bold";
  line-height: 52px;
  margin-bottom: 15px;
  color: #fff;
  display: block;
}
.cta p {
  font-size: 22px;
  font-family: "Prompt Light";
  line-height: 26px;
  margin-bottom: 25px;
  color: #fff;
}
.cta a, .cta button {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 18px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  margin: 0 5px;
  z-index: 99;
  background: #fff;
  color: #00a857;
}
.cta a:hover, .cta button:hover {
  background: #00fe77;
}
.cta a:hover, .cta button:hover {
  color: #fff;
}

.embajadores .cta {
  padding-bottom: 120px;
}

/*eventos y ficha*/
.eventos {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
}
.eventos .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
}
.eventos .filtros {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
}
.eventos .filtros button {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 16px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  padding: 12px 32px;
  width: 100%;
  top: 29px;
}
.eventos .filtros button:hover {
  background: #00fe77;
}
.eventos .filtros .wrapper-dropdown-3 {
  position: relative;
  width: 100%;
  height: 48px;
  padding: 13px 12px;
  background: #eee;
  border-radius: 0px;
  border: 2px solid #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  outline: none;
  font-weight: 100;
  color: #666;
}
.eventos .filtros .wrapper-dropdown-3 span {
  font-family: "Prompt Light";
  color: #000;
  font-size: 13px;
}
.eventos .filtros .wrapper-dropdown-3:focus {
  border: 2px solid #00a857;
}
.eventos .filtros .wrapper-dropdown-3:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #00a857 transparent;
}
.eventos .filtros .wrapper-dropdown-3 .dropdown {
  background: #f5f5f5;
  z-index: 99;
  left: 0px;
  top: 49px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.eventos .filtros .wrapper-dropdown-3 .dropdown:before, .eventos .filtros .wrapper-dropdown-3 .dropdown:after {
  display: none;
}
.eventos .filtros .wrapper-dropdown-3 .dropdown li a {
  color: #666;
  border-radius: 0 !important;
  border-bottom: 1px solid #ddd;
}
.eventos .filtros .wrapper-dropdown-3 .dropdown li:hover a {
  background: #ddd;
  color: #000;
}
.eventos .filtros .wrapper-dropdown-3 .dropdown li i {
  float: left;
  color: inherit;
  margin-right: 8px;
  font-size: 20px;
  position: relative;
  bottom: 1px;
}
.eventos .filtros .wrapper-dropdown-3 .dropdown li.verde i {
  color: #00a857;
}
.eventos .filtros .wrapper-dropdown-3 .dropdown li.azul i {
  color: #0ec5e2;
}
.eventos .filtros .wrapper-dropdown-3 .dropdown li.naranja i {
  color: #fd8e03;
}
.eventos .listado-eventos {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
}
.eventos .listado-eventos .titulo {
  font-size: 36px;
  font-family: "Prompt Regular";
  line-height: 40px;
  margin-bottom: 10px;
  color: #000;
}
.eventos .listado-eventos p {
  font-size: 18px;
  font-family: "Prompt Light";
  line-height: 24px;
  margin-bottom: 25px;
  color: #000;
}
.eventos .listado-eventos .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
}
.eventos .listado-eventos .evento {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
  background: #eee;
  padding: 40px;
  border-radius: 30px;
}
.eventos .listado-eventos .evento .img {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 300px;
  float: left;
  margin: 0;
}
.eventos .listado-eventos .evento .img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.eventos .listado-eventos .evento .img .tipo-organizador {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 6px solid #fff;
  box-shadow: -4px 0px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -4px 0px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -4px 0px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: -4px 0px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: -4px 0px 5px rgba(0, 0, 0, 0.4);
}
.eventos .listado-eventos .evento .img .tipo-organizador.verde {
  background: #00a857;
}
.eventos .listado-eventos .evento .img .tipo-organizador.azul {
  background: #0ec5e2;
}
.eventos .listado-eventos .evento .img .tipo-organizador.naranja {
  background: #fd8e03;
}
.eventos .listado-eventos .evento .img .cancelado {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.eventos .listado-eventos .evento .img .cancelado .tipo {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: auto;
  margin: 0;
}
.eventos .listado-eventos .evento .img .cancelado .tipo img {
  max-height: 100%;
  max-width: 100%;
}
.eventos .listado-eventos .evento .texto {
  display: inline-block;
  width: 75%;
  float: left;
  padding-left: 40px;
}
.eventos .listado-eventos .evento .texto .titulo-evento {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 15px;
}
.eventos .listado-eventos .evento .texto .box-nombre {
  display: inline-block;
  width: 85%;
  padding: 10px 0 0 15px;
  float: left;
}
.eventos .listado-eventos .evento .texto .box-nombre .nombre {
  font-size: 32px;
  font-family: "Prompt Regular";
  line-height: 36px;
  margin-bottom: 0px;
  color: #000;
  display: inline-block;
}
.eventos .listado-eventos .evento .texto .box-nombre .datos {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
}
.eventos .listado-eventos .evento .texto .box-nombre .datos .ubicacion {
  font-size: 14px;
  font-family: "Prompt Regular";
  line-height: 20px;
  margin-bottom: 0px;
  color: #000;
  margin-right: 15px;
}
.eventos .listado-eventos .evento .texto .box-nombre .datos .ubicacion i {
  color: #00a857;
  margin-right: 3px;
}
.eventos .listado-eventos .evento .texto .box-nombre .datos .hora {
  font-size: 14px;
  font-family: "Prompt Regular";
  line-height: 32px;
  margin-bottom: 0px;
  color: #000;
}
.eventos .listado-eventos .evento .texto .box-nombre .datos .hora i {
  color: #00a857;
  margin-right: 3px;
}
.eventos .listado-eventos .evento .texto .fecha {
  display: inline-block;
  text-align: center;
  width: 75px;
  height: 75px;
  float: left;
  background: url(../img/calendar.png) no-repeat top center;
  background-size: cover;
  padding: 30px 15px 0;
}
.eventos .listado-eventos .evento .texto .fecha span {
  font-size: 24px;
  font-family: "Prompt SemiBold";
  line-height: 22px;
  margin-bottom: 0px;
  color: #00a857;
  display: block;
}
.eventos .listado-eventos .evento .texto .fecha small {
  font-size: 14px;
  font-family: "Prompt Medium";
  line-height: 16px;
  margin-bottom: 0px;
  color: #00a857;
  display: block;
  text-transform: uppercase;
}
.eventos .listado-eventos .evento .texto .descripcion {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 10px;
}
.eventos .listado-eventos .evento .texto .descripcion span {
  font-size: 14px;
  font-family: "Prompt Medium";
  line-height: 16px;
  margin-bottom: 10px;
  color: #00a857;
  display: block;
  text-transform: uppercase;
}
.eventos .listado-eventos .evento .texto .descripcion p {
  font-size: 16px;
  font-family: "Prompt Light";
  line-height: 20px;
  margin-bottom: 15px;
  color: #000;
}
.eventos .listado-eventos .evento .texto .descripcion ul {
  margin-bottom: 15px;
}
.eventos .listado-eventos .evento .texto .aviso-importante {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
  border: 2px dashed #ff0201;
  padding: 20px;
  background: #fff;
}
.eventos .listado-eventos .evento .texto .aviso-importante .img-aviso {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: auto;
  margin: 0;
  float: left;
}
.eventos .listado-eventos .evento .texto .aviso-importante .img-aviso img {
  max-height: 100%;
  max-width: 100%;
}
.eventos .listado-eventos .evento .texto .aviso-importante .texto-aviso {
  display: inline-block;
  width: 85%;
  float: left;
  padding-left: 15px;
}
.eventos .listado-eventos .evento .texto .aviso-importante p {
  font-size: 13px;
  font-family: "Prompt Light";
  line-height: 20px;
  margin-bottom: 0px;
  color: #000;
}
.eventos .listado-eventos .evento .texto .organiza {
  display: inline-block;
  float: right;
  text-align: center;
  background: #fff;
  padding: 15px;
  border-radius: 0 0px 15px 0;
  max-width: 500px;
}
.eventos .listado-eventos .evento .texto .organiza small {
  font-size: 10px;
  font-family: "Prompt Bold";
  line-height: 12px;
  margin-bottom: 0px;
  color: #00a857;
  display: block;
  text-transform: uppercase;
}
.eventos .listado-eventos .evento .texto .organiza span {
  font-size: 16px;
  font-family: "Prompt Light";
  line-height: 20px;
  margin-bottom: 0px;
  color: #000;
}
.eventos .listado-eventos .evento .texto .inscrip {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 15px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  padding: 12px 24px;
  float: left;
}
.eventos .listado-eventos .evento .texto .inscrip:hover {
  background: #00fe77;
}
.eventos .crea-evento {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
  padding: 50px 0px;
  position: relative;
  background-size: cover !important;
}
.eventos .crea-evento:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 168, 87, 0.9);
  height: 100%;
  width: 100%;
}
.eventos .crea-evento .container {
  position: relative;
  z-index: 9;
}
.eventos .crea-evento .titulo {
  font-size: 40px;
  font-family: "Prompt Regular";
  line-height: 44px;
  margin-bottom: 10px;
  color: #fff;
}
.eventos .crea-evento p {
  font-size: 20px;
  font-family: "Prompt Light";
  line-height: 26px;
  margin-bottom: 25px;
  color: #fff;
  padding: 0 80px;
}
.eventos .crea-evento a {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 16px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  background: #fff;
  color: #00a857;
}
.eventos .crea-evento a:hover {
  background: #00fe77;
}
.eventos .crea-evento a:hover {
  color: #fff;
}
.eventos .crea-evento a i {
  margin-right: 5px;
}
.eventos .eventos-pasados {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
  padding-top: 20px;
}
.eventos .eventos-pasados .titulo {
  font-size: 30px;
  font-family: "Prompt Regular";
  line-height: 34px;
  margin-bottom: 10px;
  color: #000;
}
.eventos .eventos-pasados p {
  font-size: 18px;
  font-family: "Prompt Light";
  line-height: 24px;
  margin-bottom: 25px;
  color: #000;
}
.eventos .eventos-pasados .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
  padding-top: 15px;
}
.eventos .eventos-pasados .evento {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
  border-right: 2px solid #ddd;
}
.eventos .eventos-pasados .evento .fecha {
  display: inline-block;
  float: left;
  width: 50px;
  height: 50px;
  background: #00a857;
  border-radius: 6px;
  text-align: center;
  padding: 7px 5px;
}
.eventos .eventos-pasados .evento .fecha span {
  font-size: 18px;
  font-family: "Prompt SemiBold";
  line-height: 20px;
  margin-bottom: 0px;
  color: #fff;
  display: block;
}
.eventos .eventos-pasados .evento .fecha small {
  font-size: 13px;
  font-family: "Prompt Medium";
  line-height: 16px;
  margin-bottom: 0px;
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.eventos .eventos-pasados .evento .texto {
  display: inline-block;
  float: left;
  width: 85%;
  padding-left: 15px;
}
.eventos .eventos-pasados .evento .texto .titulo {
  font-size: 18px;
  font-family: "Prompt Medium";
  line-height: 22px;
  margin-bottom: 5px;
  color: #000;
}
.eventos .eventos-pasados .evento .texto .titulo a {
  color: #000;
}
.eventos .eventos-pasados .evento .texto .titulo a:hover {
  color: #00a857;
}
.eventos .eventos-pasados .evento .texto span {
  font-size: 14px;
  font-family: "Prompt Medium";
  line-height: 16px;
  margin-bottom: 10px;
  color: #666;
  display: block;
}
.eventos .eventos-pasados .evento .texto span i {
  color: #00a857;
  margin-right: 2px;
}
.eventos .eventos-pasados .evento .texto .ver {
  font-size: 13px;
  font-family: "Prompt Medium";
  line-height: 16px;
  margin-bottom: 0px;
  color: #00a857;
  text-decoration: underline;
}
.eventos .eventos-pasados .evento .texto .ver:hover {
  color: #00fe77;
}
.eventos .eventos-pasados .col-md-4:nth-of-type(3n) .evento {
  border: none;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span {
  background: #00a857 !important;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end {
  background: #00fe77 !important;
}

.calentim-container .calentim-input .calentim-footer .calentim-apply {
  background: #00a857;
}

.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover, .calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover, .calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover, .calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover {
  color: #00a857;
}

.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover, .calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover, .calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover, .calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover {
  background: #00a857;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current {
  background: #00a857;
}

.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover, .calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover, .calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover, .calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover, .calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover, .calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover, .calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover, .calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover, .calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover, .calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover, .calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover, .calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover {
  background: #00a857;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current {
  background: #00a857;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev {
  color: #00a857;
}

.form-inscripcion {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
  text-align: left;
}
.form-inscripcion .selector-eventos {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
  background: #f5f5f5;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.form-inscripcion .selector-eventos:after {
  content: "";
  width: 220px;
  height: 220px;
  background: url(/img/sello.png) no-repeat center center;
  position: absolute;
  bottom: -42px;
  right: -40px;
  background-size: contain;
}
.form-inscripcion .selector-eventos .texto-selector {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  position: relative;
  z-index: 99;
}
.form-inscripcion .selector-eventos .texto-selector span {
  font-size: 28px;
  font-family: "Prompt Medium";
  line-height: 28px;
  margin-bottom: 5px;
  color: #000;
  display: block;
}
.form-inscripcion .selector-eventos .texto-selector small {
  font-size: 15px;
  font-family: "Prompt Light";
  line-height: 20px;
  margin-bottom: 0px;
  color: #000;
  display: block;
}
.form-inscripcion .selector-eventos .form-group {
  margin: 0;
  z-index: 9;
}
.form-inscripcion .selector-eventos .form-group select {
  font-size: 16px;
  height: 55px !important;
  background: #fff;
}
.form-inscripcion .selector-eventos .arrow:after {
  right: 15px;
  top: 22px;
}
.form-inscripcion textarea.form-control {
  height: 120px;
}
.form-inscripcion .btn-enviar {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 18px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
}
.form-inscripcion .btn-enviar:hover {
  background: #00fe77;
}
.form-inscripcion .opciones {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  padding: 40px;
  border: 6px dashed #eee;
}
.form-inscripcion .opciones .titulo {
  font-size: 18px;
  font-family: "Prompt SemiBold";
  line-height: 22px;
  margin-bottom: 5px;
  color: #00a857;
  display: block;
  text-transform: uppercase;
}
.form-inscripcion .opciones p {
  font-size: 15px;
  font-family: "Prompt Light";
  line-height: 22px;
  margin-bottom: 25px;
  color: #000;
}
.form-inscripcion .opciones .opcion {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  text-align: center;
}
.form-inscripcion .opciones .inputGroup {
  display: block;
  margin: 0;
  position: relative;
}
.form-inscripcion .opciones .inputGroup label {
  padding: 35px;
  width: 100%;
  min-height: 320px;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0;
  border: 1px solid #ddd;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
.form-inscripcion .opciones .inputGroup label:hover {
  position: relative;
  bottom: 4px;
  box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.2);
}
.form-inscripcion .opciones .inputGroup label:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 15px;
  opacity: 0;
  z-index: 9;
  font-size: 32px;
}
.form-inscripcion .opciones .inputGroup label:after {
  content: "";
  font-family: "Flaticon";
  color: #000;
  width: 0;
  height: 0;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
.form-inscripcion .opciones .box-opciones {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
  padding-top: 30px;
}
.form-inscripcion .opciones .icono {
  width: 80px;
  height: 60px;
  background: #fff;
  margin: -66px auto 10px;
}
.form-inscripcion .opciones .icono img {
  height: 60px;
}
.form-inscripcion .opciones .tipo {
  font-size: 30px;
  font-family: "Prompt Medium";
  line-height: 34px;
  margin-bottom: 0px;
  color: #000;
  display: block;
}
.form-inscripcion .opciones hr {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 12px;
  border: 0;
  border-top: 2px solid #00a857;
  width: 25px;
}
.form-inscripcion .opciones .precio {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
}
.form-inscripcion .opciones .precio small {
  font-size: 12px;
  font-family: "Prompt Medium";
  line-height: 18px;
  margin-bottom: 0px;
  color: #ff0201;
  display: block;
  text-transform: uppercase;
}
.form-inscripcion .opciones .precio span {
  font-size: 30px;
  font-family: "Prompt Medium";
  line-height: 34px;
  margin-bottom: 0px;
  color: #000;
  display: block;
}
.form-inscripcion .opciones .incluye {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  text-align: left;
}
.form-inscripcion .opciones .incluye span {
  font-size: 13px;
  font-family: "Prompt SemiBold";
  line-height: 18px;
  margin-bottom: 5px;
  color: #00a857;
  display: block;
  text-transform: uppercase;
}
.form-inscripcion .opciones .incluye ul li {
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  font-family: "Prompt Regular";
  line-height: 18px;
  margin-bottom: 5px;
  color: #666;
}
.form-inscripcion .opciones .incluye ul li:before {
  content: "-";
  font-family: "Flaticon";
  font-size: 14px;
  color: #00a857;
  position: absolute;
  top: -2px;
  left: 0;
}
.form-inscripcion .opciones .inputGroup input:checked ~ label {
  border: 2px solid #00a857;
  position: relative;
  bottom: 4px;
  -webkit-box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.4);
}
.form-inscripcion .opciones .inputGroup input:checked ~ label:before {
  color: #00a857;
  content: "\f114";
  font-family: "Flaticon";
  opacity: 1;
}
.form-inscripcion .opciones .inputGroup input:checked ~ label:after {
  background-color: #fff;
  border-color: #fff;
}
.form-inscripcion .opciones .inputGroup input {
  width: 32px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
.form-inscripcion .opciones .subtitulo {
  text-align: center;
  display: block;
  font-size: 20px;
  font-family: "Prompt Medium";
  line-height: 24px;
  margin-bottom: 0px;
  color: #000;
}
.form-inscripcion .login {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
  background: #f5f5f5;
  padding: 60px 40px;
}
.form-inscripcion .login .tipo {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 30px;
  text-align: center;
  padding: 35px 25px;
  background: #fff;
}
.form-inscripcion .login .tipo span {
  font-size: 26px;
  font-family: "Prompt Medium";
  line-height: 30px;
  margin-bottom: 10px;
  color: #000;
  display: block;
}
.form-inscripcion .login .tipo p {
  font-size: 15px;
  font-family: "Prompt Light";
  line-height: 22px;
  margin-bottom: 20px;
  color: #000;
}
.form-inscripcion .login .tipo a {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 15px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
}
.form-inscripcion .login .tipo a:hover {
  background: #00fe77;
}
.form-inscripcion .campos-form {
  display: none;
  margin-top: 40px;
}
.form-inscripcion .btn-aplicar {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 16px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  padding: 12px 38px;
  top: 29px;
}
.form-inscripcion .btn-aplicar:hover {
  background: #00fe77;
}
.form-inscripcion .informacion {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 15px;
}
.form-inscripcion .informacion p {
  font-size: 11px;
  font-family: "Prompt Regular";
  line-height: 16px;
  margin-bottom: 10px;
  color: #000;
}
.form-inscripcion .checks {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 15px;
}
.form-inscripcion .polPriv {
  margin: 0 0 5px 0;
}
.form-inscripcion .polPriv span {
  width: 90%;
}
.form-inscripcion .box-precio {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 15px;
  text-align: right;
  padding-top: 20px;
}
.form-inscripcion .box-precio .precio {
  display: inline-block;
  text-align: right;
  padding-right: 20px;
}
.form-inscripcion .box-precio .precio small {
  font-size: 11px;
  font-family: "Prompt SemiBold";
  line-height: 16px;
  margin-bottom: 5px;
  color: #ff0201;
  display: block;
  text-transform: uppercase;
}
.form-inscripcion .box-precio .precio .cantidad {
  font-size: 36px;
  font-family: "Prompt Medium";
  line-height: 40px;
  margin-bottom: 0px;
  color: #000;
  display: block;
}
.form-inscripcion .box-precio .precio .iva {
  font-size: 11px;
  font-family: "Prompt SemiBold";
  line-height: 16px;
  margin-bottom: 10px;
  color: #000;
  display: block;
}
.form-inscripcion .seguridad {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 15px;
  text-align: right;
}
.form-inscripcion .seguridad span {
  font-size: 12px;
  font-family: "Prompt Regular";
  line-height: 16px;
  margin-bottom: 10px;
  color: #000;
}
.form-inscripcion .seguridad span strong {
  color: #00a857;
}
.form-inscripcion .seguridad img {
  position: relative;
  bottom: 5px;
  margin-left: 10px;
  width: 95px;
}
.form-inscripcion .box-tarjetas {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 15px;
  text-align: right;
}
.form-inscripcion .box-tarjetas span {
  font-size: 12px;
  font-family: "Prompt Regular";
  line-height: 16px;
  margin-bottom: 10px;
  color: #000;
}
.form-inscripcion .box-tarjetas span strong {
  color: #00a857;
}
.form-inscripcion .box-tarjetas .tarjetas {
  display: inline-block;
}
.form-inscripcion .box-tarjetas img {
  display: inline-block;
  margin: 0 3px;
  width: 32px;
}
.form-inscripcion .info-mercantil {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 15px;
  text-align: right;
}
.form-inscripcion .info-mercantil span {
  font-size: 12px;
  font-family: "Prompt Regular";
  line-height: 16px;
  margin-bottom: 10px;
  color: #000;
  margin: 0 2px;
}
.form-inscripcion .info-mercantil span strong {
  color: #00a857;
}
.form-inscripcion .cta-pass {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
  padding: 40px;
  background: #00a857;
  position: relative;
  top: 28px;
  height: 235px;
}
.form-inscripcion .cta-pass .titulo {
  font-size: 28px;
  font-family: "Prompt Medium";
  line-height: 32px;
  margin-bottom: 5px;
  color: #fff;
  display: block;
}
.form-inscripcion .cta-pass p {
  font-size: 16px;
  font-family: "Prompt Light";
  line-height: 20px;
  margin-bottom: 20px;
  color: #fff;
}

/*FICHA EVENTO*/
.ficha-evento {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
}
.ficha-evento .intro {
  display: block;
  width: 85%;
  margin: auto;
  margin-bottom: 60px;
  text-align: center;
  margin-top: 40px;
}
.ficha-evento .intro .logo {
  width: 240px;
  margin: auto;
  margin-bottom: 15px;
}
.ficha-evento .intro .titulo {
  font-size: 54px;
  font-family: "Prompt Regular";
  line-height: 58px;
  margin-bottom: 20px;
  color: #000;
}
.ficha-evento .intro .datos {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
}
.ficha-evento .intro .datos span {
  font-size: 18px;
  font-family: "Prompt SemiBold";
  line-height: 22px;
  margin-bottom: 20px;
  color: #00a857;
  margin: 0 10px;
}
.ficha-evento .intro .datos span i {
  font-size: 20px;
  margin-right: 5px;
}
.ficha-evento .intro p {
  font-size: 20px;
  font-family: "Prompt Light";
  line-height: 26px;
  margin-bottom: 0px;
  color: #000;
}
.ficha-evento .box-imagenes {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
  position: relative;
}
.ficha-evento .box-imagenes .img-principal {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 640px;
  height: 450px;
  float: left;
}
.ficha-evento .box-imagenes .img-principal:nth-of-type(2) {
  float: right;
  margin-top: -410px;
  box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.3);
}
.ficha-evento .texto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
.ficha-evento .texto .item {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
  padding-right: 40px;
}
.ficha-evento .texto .item .titulo {
  font-size: 28px;
  font-family: "Prompt Medium";
  line-height: 32px;
  margin-bottom: 10px;
  color: #00a857;
  display: block;
}
.ficha-evento .texto .item p {
  font-size: 16px;
  font-family: "Prompt Light";
  line-height: 24px;
  margin-bottom: 15px;
  color: #000;
}
.ficha-evento .texto .item ul {
  margin-bottom: 5px;
  padding-left: 0;
  display: inline-block;
  width: 100%;
}
.ficha-evento .texto .item ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 8px;
}
.ficha-evento .texto .item ul li:before {
  content: "\f13f";
  font-family: "Flaticon";
  color: #00a857;
  font-size: 10px;
  position: absolute;
  top: 3px;
  left: 0;
}
.ficha-evento .cifras {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  position: relative;
  padding: 60px 0 80px;
  margin-bottom: 100px;
}
.ficha-evento .cifras:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 168, 87, 0.94);
}
.ficha-evento .cifras .container {
  position: relative;
  z-index: 9;
}
.ficha-evento .cifras .titulo-seccion {
  margin-bottom: 10px;
}
.ficha-evento .cifras .titulo-seccion .texto .titulo {
  color: #fff;
}
.ficha-evento .cifras .titulo-seccion .texto p {
  color: #fff;
  font-size: 20px;
  padding: 0;
}
.ficha-evento .cifras .texto {
  margin: 0;
}
.ficha-evento .cifras .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
}
.ficha-evento .cifras .cifra {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  position: relative;
  margin: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 25px 15px;
  border-radius: 0px 30px 30px 30px;
}
.ficha-evento .cifras .cifra .numero {
  font-size: 46px;
  font-family: "Prompt Medium";
  line-height: 50px;
  margin-bottom: 10px;
  color: #fff;
  display: block;
}
.ficha-evento .cifras .cifra small {
  font-size: 15px;
  font-family: "Prompt Regular";
  line-height: 22px;
  margin-bottom: 0px;
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.ficha-evento .galeria-evento {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 60px;
}
.ficha-evento .galeria-evento .titulo-seccion.seccion-interna {
  margin-bottom: 20px;
}
.ficha-evento .galeria-evento .texto {
  margin: 0;
}
.ficha-evento .galeria-evento .instalacion {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
.ficha-evento .galeria-evento .instalacion .img {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 370px;
  height: 225px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.ficha-evento .galeria-evento .instalacion .img .hover {
  width: 100%;
  height: 100%;
  background: rgba(0, 168, 87, 0.8);
  opacity: 0;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  position: absolute;
  top: 0;
  left: 0;
}
.ficha-evento .galeria-evento .instalacion .img .hover .texto-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}
.ficha-evento .galeria-evento .instalacion .img .hover .texto-hover p {
  font-size: 16px;
  font-family: "Prompt Light";
  line-height: 20px;
  margin-bottom: 0px;
  color: #fff;
}
.ficha-evento .galeria-evento .instalacion .img .hover i {
  font-size: 24px;
  display: block;
  color: #fff;
}
.ficha-evento .galeria-evento .instalacion .img .hover:hover {
  opacity: 1;
}
.ficha-evento .galeria-evento .instalacion span {
  font-size: 18px;
  font-family: "Prompt Regular";
  line-height: 20px;
  margin-bottom: 0px;
  color: #000;
  display: block;
  text-align: center;
}
.ficha-evento .galeria-evento .instalacion .box-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 130%;
  height: 100%;
}
.ficha-evento .galeria-evento .instalacion .box-video .hover i {
  font-size: 28px;
}
.ficha-evento .galeria-evento .instalacion .tour-virtual .hover i {
  font-size: 34px;
}
.ficha-evento .compartir-ficha {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
  margin: 0;
}
.ficha-evento .compartir-ficha .box-compartir {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
}
.ficha-evento .compartir-ficha .box-compartir span {
  font-size: 20px;
  font-family: "Prompt Medium";
  line-height: 24px;
  margin-bottom: 5px;
  color: #000;
  display: block;
}
.ficha-evento .compartir-ficha .box-compartir .addthis_toolbox {
  display: inline-block;
}
.ficha-evento .compartir-ficha .box-compartir a {
  color: #00a857;
  font-size: 20px;
  display: inline-block;
  float: left;
  margin: 0 3px;
  margin-bottom: 0 !important;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
.ficha-evento .compartir-ficha .box-compartir a:hover {
  color: #00fe77;
}

/*Respuesta pedido*/
.cesta-pago-status {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 50px 0 80px;
  text-align: center;
}

.cesta-pago-status hr {
  border-color: #cccccc;
  margin-top: 25px;
  margin-bottom: 25px;
}

.cesta-pago-status .btn {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 15px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  float: none;
  margin: 0 5px;
  width: 200px;
  padding: 16px 10px;
}
.cesta-pago-status .btn:hover {
  background: #00fe77;
}

.cesta-pago-status.cesta-pago-ok .cesta-pago-status-icon {
  color: #00a857;
}

.cesta-pago-status.cesta-pago-ko .cesta-pago-status-icon {
  color: rgba(105, 5, 5, 0.5);
}

.cesta-pago-status-icon {
  font-size: 60px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.cesta-pago-status-title {
  font-size: 36px;
  font-family: "Prompt SemiBold";
  line-height: 40px;
  margin-bottom: 5px;
  color: #000;
}

.cesta-pago-status p {
  text-align: center;
  font-size: 18px;
  color: #000;
}

/*plogging revolution*/
.indice {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
.indice .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
}
.indice .box .mr {
  margin: 0 -4px;
}
.indice .box .pd {
  padding: 0 4px;
}
.indice .seccion {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 8px;
  float: left;
}
.indice .seccion .img {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 384px;
  height: 384px;
  margin: 0 auto;
}
.indice .seccion .img .hover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.indice .seccion .img .hover .texto-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 9;
  width: 75%;
  text-align: center;
}
.indice .seccion .img .hover .texto-hover img {
  width: 60px;
  margin-bottom: 10px;
}
.indice .seccion .img .hover .texto-hover span {
  font-size: 20px;
  font-family: "Prompt Regular";
  line-height: 24px;
  margin-bottom: 5px;
  color: #fff;
  display: block;
}
.indice .seccion .img .hover .texto-hover p {
  font-size: 14px;
  font-family: "Prompt Light";
  line-height: 20px;
  margin-bottom: 15px;
  color: #fff;
}
.indice .seccion .img .hover .texto-hover small {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 13px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  padding: 8px 20px;
  border-radius: 4px;
}
.indice .seccion .img .hover .texto-hover small:hover {
  background: #00fe77;
}
.indice .seccion .img .hover .img-hover {
  width: 140px;
  position: absolute;
  bottom: 20px;
  right: 40px;
}
.indice .seccion .img .hover .img-hover img {
  width: 100%;
}
.indice .seccion .img .hover:hover {
  opacity: 1;
}
.indice .seccion .texto {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  text-align: center;
  width: 75%;
}
.indice .seccion .texto .titulo {
  font-size: 20px;
  font-family: "Prompt Regular";
  line-height: 24px;
  margin-bottom: 0px;
  color: #000;
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
}
.indice .seccion .img:hover .texto {
  display: none;
}

.side-faq.side-revolution .box-side .texto {
  padding: 25px 15px 20px;
}

.side-faq.side-revolution .box-side .texto span {
  font-size: 18px;
}

.revolution {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

/*QUE ES*/
.que-es {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
}
.que-es .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  padding-top: 20px;
}
.que-es .box .tipo {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  float: left;
}
.que-es .box .tipo .img {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 585px;
  height: 600px;
  float: left;
  margin: 0;
}
.que-es .box .tipo .texto {
  display: inline-block;
  float: left;
  width: 50%;
  min-height: 600px;
  position: relative;
}
.que-es .box .tipo .texto .box-texto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 60px;
}
.que-es .box .tipo .texto .titulo {
  font-size: 36px;
  font-family: "Prompt Regular";
  line-height: 40px;
  margin-bottom: 5px;
  color: #000;
}
.que-es .box .tipo .texto p {
  font-size: 15px;
  font-family: "Prompt Light";
  line-height: 22px;
  margin-bottom: 15px;
  color: #000;
}
.que-es .box .tipo .texto span {
  font-size: 22px;
  font-family: "Prompt Medium";
  line-height: 26px;
  margin-bottom: 20px;
  color: #00a857;
  display: block;
}
.que-es .box .tipo .texto a {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 16px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  margin-top: 15px;
}
.que-es .box .tipo .texto a:hover {
  background: #00fe77;
}
.que-es .box .tipo:nth-of-type(1) .texto {
  border-radius: 0 160px 0 0;
}
.que-es .box .tipo:nth-of-type(2) .texto {
  border-radius: 0 0 0 160px;
}
.que-es .box .tipo:nth-of-type(even) .img {
  float: right;
}
.que-es .box .tipo:nth-of-type(even) .box-texto {
  text-align: right;
  padding-left: 0;
  padding-right: 60px;
}

/*OBJETIVOS*/
.objetivos {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
}
.objetivos .box {
  padding-top: 0;
}

/*QUIENES SOMOS*/
.quienes-somos {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
}
.quienes-somos .box-img-mapa {
  margin-bottom: 80px;
  text-align: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  background: rgb(130, 206, 243);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(130, 206, 243)), color-stop(60%, rgb(130, 206, 243)), to(rgb(255, 255, 255)));
  background: -o-linear-gradient(bottom, rgb(130, 206, 243) 0%, rgb(130, 206, 243) 60%, rgb(255, 255, 255) 100%);
  background: linear-gradient(0deg, rgb(130, 206, 243) 0%, rgb(130, 206, 243) 60%, rgb(255, 255, 255) 100%);
}
.quienes-somos .img-principal {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.quienes-somos .intro {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  text-align: center;
  padding-top: 20px;
}
.quienes-somos .intro .titulo {
  font-size: 42px;
  font-family: "Prompt Regular";
  line-height: 46px;
  margin-bottom: 10px;
  color: #000;
}
.quienes-somos .intro p {
  font-size: 18px;
  font-family: "Prompt Light";
  line-height: 24px;
  margin-bottom: 15px;
  color: #000;
}
.quienes-somos .fundadores {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
}
.quienes-somos .fundadores .logo {
  margin: 0 auto 10px;
  display: block;
  width: 180px;
}
.quienes-somos .fundadores .titulo {
  font-size: 42px;
  font-family: "Prompt Regular";
  line-height: 46px;
  margin-bottom: 5px;
  color: #000;
  display: block;
  text-align: center;
}
.quienes-somos .fundadores p {
  font-size: 20px;
  font-family: "Prompt Light";
  line-height: 24px;
  margin-bottom: 25px;
  color: #000;
  text-align: center;
}
.quienes-somos .fundadores .miembro {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 60px;
  border: 1px solid #ddd;
  border-radius: 0px 100px 0px 100px;
  overflow: hidden;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(315deg, #ffffff 60%, #f5f5f5 70%, #eeeeee 100%);
  background: linear-gradient(135deg, #ffffff 60%, #f5f5f5 70%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#eeeeee",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.quienes-somos .fundadores .miembro .img {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  height: 400px;
  float: left;
  margin: 0;
}
.quienes-somos .fundadores .miembro .texto {
  display: inline-block;
  width: 65%;
  float: left;
  padding: 60px 60px;
}
.quienes-somos .fundadores .miembro .texto .nombre {
  font-size: 32px;
  font-family: "Prompt Regular";
  line-height: 36px;
  margin-bottom: 5px;
  color: #000;
  display: block;
}
.quienes-somos .fundadores .miembro .texto .cargo {
  font-size: 13px;
  font-family: "Prompt Medium";
  line-height: 18px;
  margin-bottom: 10px;
  color: #00a857;
  display: block;
  text-transform: uppercase;
}
.quienes-somos .fundadores .miembro .texto p {
  font-size: 15px;
  font-family: "Prompt Light";
  line-height: 22px;
  margin-bottom: 10px;
  color: #000;
  text-align: left;
}
.quienes-somos .fundadores .miembro .texto .redes {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  padding-top: 10px;
}
.quienes-somos .fundadores .miembro .texto .redes small {
  font-size: 15px;
  font-family: "Prompt Medium";
  line-height: 22px;
  margin-bottom: 0px;
  color: #000;
}
.quienes-somos .fundadores .miembro .texto .redes a {
  font-size: 15px;
  color: #00a857;
  margin-left: 2px;
}
.quienes-somos .fundadores .miembro .texto .redes a:hover {
  color: #00fe77;
}
.quienes-somos .fundadores .miembro:nth-of-type(2) {
  border-radius: 100px 0px 100px 0px;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(225deg, #ffffff 60%, #f5f5f5 70%, #eeeeee 100%);
  background: linear-gradient(-135deg, #ffffff 60%, #f5f5f5 70%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#eeeeee",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.quienes-somos .fundadores .miembro:nth-of-type(2) .img {
  float: right;
}
.quienes-somos .fundadores .miembro:nth-of-type(2) .texto {
  text-align: right;
}
.quienes-somos .fundadores .miembro:nth-of-type(2) .texto p {
  text-align: right;
}
.quienes-somos .otros-miembros {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 60px;
}
.quienes-somos .otros-miembros .intro {
  margin-bottom: 40px;
  padding-top: 0;
}
.quienes-somos .otros-miembros .miembro {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
  border: 1px solid #ddd;
  border-radius: 0px 40px 0px 40px;
  overflow: hidden;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(315deg, #ffffff 60%, #f5f5f5 70%, #eeeeee 100%);
  background: linear-gradient(135deg, #ffffff 60%, #f5f5f5 70%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#eeeeee",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.quienes-somos .otros-miembros .miembro .img {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 220px;
  float: left;
  margin: 0;
}
.quienes-somos .otros-miembros .miembro .texto {
  display: inline-block;
  width: 65%;
  float: left;
  padding: 30px 30px;
}
.quienes-somos .otros-miembros .miembro .texto .nombre {
  font-size: 24px;
  font-family: "Prompt Regular";
  line-height: 28px;
  margin-bottom: 5px;
  color: #000;
  display: block;
}
.quienes-somos .otros-miembros .miembro .texto .cargo {
  font-size: 12px;
  font-family: "Prompt Medium";
  line-height: 18px;
  margin-bottom: 10px;
  color: #00a857;
  display: block;
  text-transform: uppercase;
}
.quienes-somos .otros-miembros .miembro .texto p {
  font-size: 14px;
  font-family: "Prompt Light";
  line-height: 20px;
  margin-bottom: 10px;
  color: #000;
  display: block;
}
.quienes-somos .otros-miembros .miembro .texto .redes {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
}
.quienes-somos .otros-miembros .miembro .texto .redes small {
  font-size: 15px;
  font-family: "Prompt Medium";
  line-height: 22px;
  margin-bottom: 0px;
  color: #000;
}
.quienes-somos .otros-miembros .miembro .texto .redes a {
  font-size: 15px;
  color: #00a857;
  margin-left: 2px;
}
.quienes-somos .otros-miembros .miembro .texto .redes a:hover {
  color: #00fe77;
}
.quienes-somos .responsables {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
  text-align: center;
}
.quienes-somos .responsables img {
  margin: 0 auto 10px;
  display: block;
  width: 70px;
}
.quienes-somos .responsables .titulo {
  font-size: 42px;
  font-family: "Prompt Regular";
  line-height: 46px;
  margin-bottom: 15px;
  color: #000;
}
.quienes-somos .responsables span {
  font-size: 16px;
  font-family: "Prompt Medium";
  line-height: 20px;
  margin-bottom: 10px;
  color: #00a857;
  display: block;
  text-transform: uppercase;
}
.quienes-somos .responsables p {
  font-size: 16px;
  font-family: "Prompt Light";
  line-height: 22px;
  margin-bottom: 15px;
  color: #000;
}
.quienes-somos .responsables .box-mapa {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  padding-top: 20px;
}
.quienes-somos .responsables .box-mapa .titulo-mapa {
  font-size: 30px;
  font-family: "Prompt Regular";
  line-height: 34px;
  margin-bottom: 15px;
  color: #000;
  text-transform: none;
}
.quienes-somos .responsables .box-mapa #map-responsables {
  display: inline-block;
  width: 100%;
  height: 550px;
  border: 10px solid #ddd;
}
.quienes-somos .responsables .box-mapa .info_content {
  text-align: left;
}
.quienes-somos .responsables .box-mapa .gmnoprint span {
  font-size: 10px;
  font-family: "Prompt Light";
  line-height: 20px;
  margin-bottom: 0px;
  color: #000;
  display: initial;
  text-transform: none;
}

.sintonia {
  display: inline-block;
  position: fixed;
  right: -250px;
  top: 50%;
  z-index: 999;
  text-align: center;
  width: 250px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  background: #f1f3f4;
  border-left: 2px solid #00a857;
  border-bottom: 2px solid #00a857;
  padding: 20px 20px 0 20px;
  border-radius: 0px 0px 0px 20px;
}
.sintonia .boton {
  position: absolute;
  top: 0;
  left: -55px;
  width: 55px;
  height: 55px;
  background: #00a857;
  color: #fff;
  text-align: center;
  font-size: 26px;
  padding: 10px 0;
  -webkit-animation: heartbeat 1.5s ease-in-out 10 both, color-change-2x 2s linear 8 alternate both;
  animation: heartbeat 1.5s ease-in-out 10 both, color-change-2x 2s linear 8 alternate both;
}
.sintonia img {
  width: 50px;
  margin-bottom: 10px;
}
.sintonia span {
  font-size: 14px;
  font-family: "Prompt Regular";
  line-height: 20px;
  margin-bottom: 10px;
  color: #000;
  display: block;
}
.sintonia p {
  font-size: 16px;
  font-family: "Prompt Medium";
  line-height: 20px;
  margin-bottom: 10px;
  color: #000;
}
.sintonia audio {
  position: relative;
  right: 20px;
  outline: none;
}
.sintonia .cerrar-sintonia {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #666;
  font-size: 18px;
}
.sintonia .cerrar-sintonia:hover {
  opacity: 0.7;
}
.sintonia:hover {
  right: 0;
}
.sintonia:hover {
  right: 0;
}

.sintonia.cerrado {
  right: -350px !important;
}

.test-side {
  /*display: none;*/
  position: fixed;
  right: -250px;
  top: 40%;
  z-index: 999;
  text-align: center;
  width: 250px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  background: #f1f3f4;
  border-left: 2px solid #00a857;
  border-bottom: 2px solid #00a857;
  padding: 20px 20px 0 20px;
  border-radius: 0px 0px 0px 20px;
}
.test-side .boton {
  position: absolute;
  top: 0;
  left: -55px;
  width: 55px;
  height: 55px;
  background: #ff0201;
  color: #fff;
  text-align: center;
  font-size: 26px;
  padding: 8px 0;
  -webkit-animation: heartbeat 1.5s ease-in-out 10 both, color-change-3x 2s linear 8 alternate both;
  animation: heartbeat 1.5s ease-in-out 10 both, color-change-3x 2s linear 8 alternate both;
}
.test-side .svg {
  width: 36px;
  height: 36px;
  fill: #fff;
}
.test-side img {
  width: 50px;
  margin-bottom: 10px;
}
.test-side small {
  font-size: 14px;
  font-family: "Prompt Medium";
  line-height: 20px;
  margin-bottom: 10px;
  color: #00a857;
  display: block;
  text-transform: uppercase;
}
.test-side span {
  font-size: 22px;
  font-family: "Prompt SemiBold";
  line-height: 26px;
  margin-bottom: 10px;
  color: #000;
  display: block;
}
.test-side p {
  font-size: 12px;
  font-family: "Prompt Regular";
  line-height: 16px;
  margin-bottom: 20px;
  color: #000;
}
.test-side a {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 12px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  margin-bottom: 25px;
  padding: 10px 24px;
}
.test-side a:hover {
  background: #00fe77;
}
.test-side .cerrar-test {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #666;
  font-size: 18px;
}
.test-side .cerrar-test:hover {
  opacity: 0.7;
}
.test-side:hover {
  right: 0;
}

.test-side.cerrado {
  right: -350px;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes color-change-2x {
  0% {
    background: #00a857;
  }
  100% {
    background: #00fe77;
  }
}
@keyframes color-change-2x {
  0% {
    background: #00a857;
  }
  100% {
    background: #00fe77;
  }
}
@-webkit-keyframes color-change-3x {
  0% {
    background: #ff0201;
  }
  100% {
    background: #ca1f1e;
  }
}
@keyframes color-change-3x {
  0% {
    background: #ff0201;
  }
  100% {
    background: #ca1f1e;
  }
}
/*EQUIPACION*/
.equipacion {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
  padding-top: 60px;
  background-position: center -250px;
  background-repeat: no-repeat;
  margin-top: -40px;
}
.equipacion .intro {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
  padding-bottom: 640px;
}
.equipacion .intro .container {
  width: 960px;
}
.equipacion .intro .titulo {
  font-size: 42px;
  font-family: "Prompt Regular";
  line-height: 46px;
  margin-bottom: 10px;
  color: #000;
}
.equipacion .intro span {
  font-size: 16px;
  font-family: "Prompt Medium";
  line-height: 20px;
  margin-bottom: 10px;
  color: #00a857;
  display: block;
  text-transform: uppercase;
}
.equipacion .intro p {
  font-size: 18px;
  font-family: "Prompt Light";
  line-height: 24px;
  margin-bottom: 15px;
  color: #000;
}
.equipacion .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
}
.equipacion .box .texto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  padding-right: 40px;
}
.equipacion .box .texto .titulo {
  font-size: 42px;
  font-family: "Prompt Regular";
  line-height: 46px;
  margin-bottom: 10px;
  color: #000;
}
.equipacion .box .texto span {
  font-size: 16px;
  font-family: "Prompt Medium";
  line-height: 20px;
  margin-bottom: 10px;
  color: #00a857;
  display: block;
  text-transform: uppercase;
}
.equipacion .box .texto p {
  font-size: 16px;
  font-family: "Prompt Light";
  line-height: 22px;
  margin-bottom: 15px;
  color: #000;
}
.equipacion .box .texto p a {
  font-family: "Prompt Medium";
}
.equipacion .box .texto .boton {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 16px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  margin-top: 15px;
}
.equipacion .box .texto .boton:hover {
  background: #00fe77;
}
.equipacion .box .box-img {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-top: -120px;
  position: relative;
}
.equipacion .box .box-img:after {
  content: "";
  width: 147px;
  height: 107px;
  background: url(../img/flecha2.png) no-repeat center center;
  position: absolute;
  bottom: -20px;
  left: -70px;
}
.equipacion .box .box-img .img {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 440px;
  height: 440px;
  float: left;
  border: 12px solid #fff;
  border-radius: 50%;
}
.equipacion .box .box-img .img:nth-of-type(2) {
  float: right;
  width: 370px;
  height: 370px;
  margin-top: -190px;
  margin-right: -80px;
}
.equipacion .box .box-img .img:nth-of-type(3) {
  width: 270px;
  height: 270px;
  margin-top: -200px;
}
.equipacion .galeria-equipacion {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
}
.equipacion .galeria-equipacion .galeria {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
}
.equipacion .galeria-equipacion .galeria .img {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 400px;
  margin-bottom: 30px;
}
.equipacion .galeria-equipacion .galeria .img .hover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
.equipacion .galeria-equipacion .galeria .img .hover .texto-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 9;
  width: 85%;
}
.equipacion .galeria-equipacion .galeria .img .hover .texto-hover img {
  width: 60px;
  margin-bottom: 10px;
}
.equipacion .galeria-equipacion .galeria .img .hover .texto-hover span {
  font-size: 18px;
  font-family: "Prompt Light";
  line-height: 24px;
  margin-bottom: 0px;
  color: #fff;
  display: block;
}
.equipacion .galeria-equipacion .galeria .img .hover:hover {
  opacity: 1;
}

/*test*/
.test {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
.test .form-test {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
}
.test .form-test .titulo {
  font-size: 26px;
  font-family: "Prompt Medium";
  line-height: 30px;
  margin-bottom: 15px;
  color: #000;
}
.test .form-test .respuestas {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
}
.test .form-test .inputGroup {
  background-color: #eee;
  display: block;
  margin: 0 0 25px;
  position: relative;
}
.test .form-test .inputGroup label {
  padding: 24px 24px 24px 50px;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  display: block;
  text-align: left;
  color: #000;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  overflow: hidden;
}
.test .form-test .inputGroup label:hover {
  background-color: #ddd;
}
.test .form-test .inputGroup label:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0;
  z-index: 9;
  font-size: 12px;
}
.test .form-test .inputGroup label:after {
  content: "";
  font-family: "Flaticon";
  color: #000;
  width: 25px;
  height: 25px;
  border: 2px solid #D1D7DC;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
.test .form-test .inputGroup input.correcto:checked ~ label {
  color: #fff;
  background-color: #00a857;
}
.test .form-test .inputGroup input.correcto:checked ~ label:before {
  color: #00a857;
  content: "\f114";
  font-family: "Flaticon";
  opacity: 1;
}
.test .form-test .inputGroup input.correcto:checked ~ label:after {
  background-color: #fff;
  border-color: #fff;
}
.test .form-test .inputGroup input.incorrecto:checked ~ label {
  color: #fff;
  background-color: #ff0201;
}
.test .form-test .inputGroup input.incorrecto:checked ~ label:before {
  color: #ff0201;
  content: "\f146";
  font-family: "Flaticon";
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 10px;
  left: 22px;
}
.test .form-test .inputGroup input.incorrecto:checked ~ label:after {
  background-color: #fff;
  border-color: #fff;
}
.test .form-test .inputGroup input {
  width: 32px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
.test .botones {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
.test .botones a {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 16px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  border: 2px solid #00a857;
  float: right;
  padding: 14px 38px;
}
.test .botones a:hover {
  background: #00fe77;
}
.test .botones a i {
  font-size: 10px;
}
.test .botones a:hover {
  border: 2px solid #00fe77;
}
.test .botones .btnVacio {
  float: left;
  background: #fff;
  border: 2px solid #00a857;
  color: #00a857;
}
.test .botones .btnVacio:hover {
  color: #fff;
  background: #00fe77;
  border: 2px solid #00fe77;
}
.test .botones a.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.previa-test {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
  margin-bottom: 0;
}
.previa-test .box {
  width: 80%;
  margin: 20px auto 60px;
}
.previa-test .box .form-control {
  height: 55px;
  padding: 10px 16px;
  font-size: 15px;
}
.previa-test .box label {
  text-align: left;
  float: left;
}
.previa-test .box .btn-enviar {
  font-family: "Prompt Medium";
  text-transform: uppercase;
  color: #fff;
  background: #00a857;
  font-size: 16px;
  padding: 16px 38px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  position: relative;
  top: 29px;
  padding: 15px 38px;
}
.previa-test .box .btn-enviar:hover {
  background: #00fe77;
}
.previa-test .box img {
  height: 58px;
  margin-bottom: 15px;
}
.previa-test .titulo {
  font-size: 42px;
  font-family: "Prompt Regular";
  line-height: 46px;
  margin-bottom: 10px;
  color: #000;
}
.previa-test .subtitulo {
  font-size: 24px;
  font-family: "Prompt Medium";
  line-height: 28px;
  margin-bottom: 20px;
  color: #00a857;
  display: block;
}
.previa-test .subtitulo strong {
  text-decoration: underline;
  font-family: "Prompt Medium";
}
.previa-test p {
  font-size: 16px;
  font-family: "Prompt Light";
  line-height: 22px;
  margin-bottom: 35px;
  color: #000;
}
.previa-test p a {
  font-family: "Prompt Medium";
}
.previa-test .botones a {
  float: none;
}

.test-pregunta {
  padding-top: 20px;
}

.ok-test {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
}
.ok-test .box {
  width: 65%;
}

/*MEDIA QUERY*/
@media screen and (max-width: 1800px) {
  .presentacion:after {
    right: -25%;
  }
  .embajadores-home .embajador .img {
    height: 600px;
  }
  .embajadores-home .embajador .img.img-apaisada {
    height: 298px;
  }
  .embajadores-home .embajador .img.img-litle {
    height: 300px;
  }
  .embajadores-home .embajador.embajador-litle .texto .nombre {
    font-size: 16px;
    line-height: 22px;
  }
  .embajadores-home .titulo-seccion {
    padding: 40px 50px 0 40px;
  }
}
@media screen and (max-width: 1600px) {
  .eventos-home .box .evento .numero {
    font-size: 70px;
    line-height: 70px;
  }
  .eventos-home .box {
    padding: 70px 40px;
  }
  .embajadores-home .titulo-seccion {
    padding: 20px 30px 0 30px;
  }
  .embajadores-home .titulo-seccion .texto .titulo {
    font-size: 44px;
    line-height: 50px;
  }
  .embajadores-home .embajador .img {
    height: 540px;
  }
  .embajadores-home .embajador .img.img-apaisada {
    height: 268px;
  }
  .presentacion:after {
    right: -25%;
    background-size: contain;
    width: 628px;
    height: 442px;
    top: 60%;
  }
}
@media screen and (max-width: 1440px) {
  header .container {
    max-width: 1350px;
  }
  .navbar .nav-left {
    padding-right: 103px;
  }
  .navbar .nav a {
    padding: 15px 9px 40px;
  }
  .presentacion:after {
    right: -40%;
  }
  .eventos-home .box .evento p {
    font-size: 20px;
    line-height: 24px;
  }
  .eventos-home {
    margin-bottom: 160px;
  }
  .presentacion:after {
    right: -20%;
    width: 528px;
    height: 342px;
    top: 75%;
  }
}
@media screen and (max-width: 1366px) {
  .navbar .nav a {
    padding: 15px 8px 40px 8px;
  }
  .slider .flexslider .flex-caption .titulo-caption {
    font-size: 66px;
    line-height: 72px;
  }
  .slider .flexslider .flex-caption {
    left: 5%;
  }
  embajadores-home .titulo-seccion .texto small {
    font-size: 22px;
    line-height: 26px;
  }
  .embajadores-home .titulo-seccion .texto .titulo {
    font-size: 40px;
    line-height: 46px;
  }
  .embajadores-home .titulo-seccion .texto p {
    font-size: 15px;
    line-height: 22px;
  }
  .embajadores-home .embajador .img {
    height: 480px;
  }
  .embajadores-home .embajador .img.img-apaisada {
    height: 238px;
  }
  .embajadores-home .embajador .texto {
    padding: 15px 20px;
  }
  .titulo-seccion .texto small {
    font-size: 22px;
  }
  .presentacion:after {
    right: -15%;
    width: 458px;
    height: 302px;
    top: 90%;
  }
}
@media screen and (max-width: 1350px) {
  .navbar .nav li {
    display: inline-block;
    margin: 0;
  }
  .navbar .nav a {
    padding: 15px 6px 40px 6px;
    font-size: 15px;
  }
}