@charset "UTF-8";
@font-face {
  font-family: "Calibri Light";
  src: url(../fonts/Calibri-Light.ttf); }

@font-face {
  font-family: "Calibri Regular";
  src: url(../fonts/Calibri-Regular.ttf); }

@font-face {
  font-family: "Calibri Bold";
  src: url(../fonts/Calibri-Bold.ttf); }

@font-face {
  font-family: "Rubik Bold";
  src: url(../fonts/Rubik-Bold.ttf); }

@font-face {
  font-family: "Rubik Black";
  src: url(../fonts/Rubik-Black.ttf); }

@font-face {
  font-family: "Nunito Light";
  src: url(../fonts/Nunito-Light.ttf); }

@font-face {
  font-family: "Nunito ExtraLight";
  src: url(../fonts/Nunito-ExtraLight.ttf); }

@font-face {
  font-family: "Nunito Regular";
  src: url(../fonts/Nunito-Regular.ttf); }

@font-face {
  font-family: "Nunito SemiBold";
  src: url(../fonts/Nunito-SemiBold.ttf); }

@font-face {
  font-family: "GillSans Light";
  src: url(../fonts/GillSans-Light.ttf); }

@font-face {
  font-family: "gillsab";
  src: url(../fonts/gillsab.ttf); }

@font-face {
  font-family: "Nunito Black";
  src: url(../fonts/Nunito-Black.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: "Nunito Light";
  font-size: 15px;
  color: #000;
  background: #fff; }

.mobile {
  display: none; }

a {
  color: #E71C03;
  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: #FFED00; }

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

strong, b {
  font-weight: bold;
  font-family: "Nunito Light"; }

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%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

/*!
 *  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: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

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

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

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

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

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

.pull-left {
  float: left; }

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

.fa.pull-right {
  margin-left: .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 {
  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: 28/09/2018 14:40
  	*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), 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-monuments:before {
  content: "\f101"; }

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

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

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

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

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

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

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

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

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

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

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

.flaticon-search-linear:before {
  content: "\f10d"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flaticon-phone-circle:before {
  content: "\f130"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flaticon-settings-work-tool:before {
  content: "\f14a"; }

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

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

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

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

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

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

.flaticon-big-garbage-bin:before {
  content: "\f151"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flaticon-hands:before {
  content: "\f174"; }

.flaticon-happy-face:before {
  content: "\f175"; }

.flaticon-sad-face:before {
  content: "\f176"; }

.flaticon-home-linear:before {
  content: "\f177"; }

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

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

.flaticon-bars:before {
  content: "\f17a"; }

.flaticon-answer:before {
  content: "\f17b"; }

.flaticon-envelope:before {
  content: "\f17c"; }

.flaticon-facebook:before {
  content: "\f17d"; }

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

.flaticon-linkedin:before {
  content: "\f17f"; }

.flaticon-pinterest:before {
  content: "\f180"; }

.flaticon-gears:before {
  content: "\f181"; }

.flaticon-twitter:before {
  content: "\f182"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flaticon-word:before {
  content: "\f1a2"; }

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

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

.flaticon-school:before {
  content: "\f1a5"; }

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

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

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

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

.flaticon-buildings:before {
  content: "\f1aa"; }

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

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

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

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

.flaticon-desk:before {
  content: "\f1af"; }

.flaticon-id-card:before {
  content: "\f1b0"; }

.flaticon-agreement:before {
  content: "\f1b1"; }

.flaticon-tribune:before {
  content: "\f1b2"; }

/*PRELOADER*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999; }

.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  transform: rotate(45deg);
  font-size: 0; }

.cube-folding span {
  position: relative;
  width: 25px;
  height: 25px;
  transform: scale(1.1);
  display: inline-block; }

.cube-folding span::before {
  content: '';
  background-color: #E71C03;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  animation: folding 2.5s infinite linear both; }

.cube-folding .leaf2 {
  transform: rotateZ(90deg) scale(1.1); }

.cube-folding .leaf2::before {
  animation-delay: 0.3s;
  background-color: #c10f10; }

.cube-folding .leaf3 {
  transform: rotateZ(270deg) scale(1.1); }

.cube-folding .leaf3::before {
  animation-delay: 0.9s;
  background-color: #FFED00; }

.cube-folding .leaf4 {
  transform: rotateZ(180deg) scale(1.1); }

.cube-folding .leaf4::before {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: #98bc1e; }

@-moz-keyframes folding {
  0%, 10% {
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@-webkit-keyframes folding {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes folding {
  0%, 10% {
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

.cube-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 10px;
  text-align: center; }

.cube-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  margin: auto;
  width: 90px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  filter: blur(2px);
  border-radius: 100%;
  z-index: 1;
  -moz-animation: shadow 0.5s ease infinite alternate;
  -webkit-animation: shadow 0.5s ease infinite alternate;
  animation: shadow 0.5s ease infinite alternate; }

.cube-wrapper .loading {
  font-size: 18px;
  display: block;
  color: #000;
  font-family: "gillsab";
  position: relative;
  top: 15px;
  z-index: 2;
  -moz-animation: text 0.5s ease infinite alternate;
  -webkit-animation: text 0.5s ease infinite alternate;
  animation: text 0.5s ease infinite alternate; }

/*HEADER*/
header {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0;
  background: #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; }
  header .container {
    position: relative; }
  header .col-md-10 {
    position: initial; }
  header .box-logo {
    width: 220px;
    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;
    z-index: 9;
    top: -15px;
    margin: 0; }
    header .box-logo img {
      width: 100%; }
  header .box-h1 {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0;
    padding: 15px 0;
    border-top: 2px solid #E71C03;
    text-align: center; }
    header .box-h1 .claim {
      font-size: 15px;
      font-family: "Nunito Light";
      line-height: 12px;
      margin-bottom: 0px;
      color: #000;
      display: block; }
    header .box-h1 .bienvenida {
      position: absolute;
      top: 0px;
      right: 15px;
      font-size: 15px;
      font-family: "Nunito Light";
      line-height: 12px;
      margin-bottom: 0px;
      color: #000; }
      header .box-h1 .bienvenida a {
        font-family: "Nunito Regular";
        text-decoration: underline;
        color: #E71C03; }
        header .box-h1 .bienvenida a:hover {
          color: #FFED00; }
  header .cintillo {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 30px;
    background: #1d1d1b;
    padding-bottom: 0px; }
    header .cintillo .claim {
      font-size: 15px;
      font-family: "Nunito Regular";
      line-height: 12px;
      margin-bottom: 0px;
      color: #fff;
      position: relative;
      display: inline-block;
      padding-right: 21px;
      position: relative;
      margin-top: 17px;
      border-right: 2px solid #FFED00; }
    header .cintillo .correo {
      font-size: 15px;
      font-family: "Nunito Light";
      line-height: 12px;
      margin-bottom: 0px;
      color: #fff;
      padding: 0 15px 0 15px;
      position: relative;
      display: inline-block;
      border-right: 2px solid #FFED00;
      margin-top: 17px; }
      header .cintillo .correo i {
        font-size: 12px;
        margin-right: 2px; }
      header .cintillo .correo:hover {
        color: #FFED00; }
      header .cintillo .correo:nth-of-type(2) {
        border: none; }
    header .cintillo .redes {
      display: inline-block;
      float: right;
      margin: 10px 10px 0 0; }
      header .cintillo .redes a {
        display: inline-block;
        float: left;
        width: 25px;
        height: 25px;
        line-height: 23px;
        font-size: 16px;
        text-align: center;
        color: #E71C03;
        border: 2px solid #FFED00;
        background: #fff;
        margin-left: 1px; }
        header .cintillo .redes a:hover {
          color: #fff;
          background: #E71C03;
          border: 2px solid #E71C03; }
    header .cintillo .btn-faq {
      font-family: "Nunito Light";
      text-transform: uppercase;
      color: #fff;
      font-size: 16px;
      padding: 4px 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;
      display: inline-block;
      position: relative;
      float: right;
      background: #E71C03;
      height: 46px;
      text-align: center; }
      header .cintillo .btn-faq span {
        display: block;
        font-size: 10px;
        font-family: "Nunito Regular";
        margin: 0;
        line-height: 6px;
        text-transform: uppercase; }
      header .cintillo .btn-faq:hover {
        background: #aaa;
        color: #fff; }
    header .cintillo .btn-accede {
      font-family: "Nunito Light";
      text-transform: uppercase;
      color: #fff;
      font-size: 13px;
      padding: 14px 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;
      display: inline-block;
      position: relative;
      float: right;
      background: #fd6653; }
      header .cintillo .btn-accede:hover {
        background: #FFED00; }
    header .cintillo .btn-clientes {
      font-family: "Nunito Light";
      text-transform: uppercase;
      color: #333;
      font-size: 13px;
      padding: 12px 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;
      display: inline-block;
      position: relative;
      float: right;
      background: #ddd; }
      header .cintillo .btn-clientes span {
        margin-left: 5px; }
      header .cintillo .btn-clientes i {
        font-size: 15px; }
      header .cintillo .btn-clientes:hover {
        background: #fd6653;
        color: #fff; }
    header .cintillo .logout {
      background: #bbb; }
  header .cintillo.loged .btn-clientes span {
    margin-left: 0px; }
  header .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 8px; }
    header .box .idiomas {
      float: right;
      display: inline-block; }
      header .box .idiomas a {
        font-size: 15px;
        font-family: "Nunito Light";
        line-height: 20px;
        margin-bottom: 0px;
        color: #000;
        float: left;
        padding: 0 20px;
        position: relative; }
        header .box .idiomas a:hover {
          color: #FFED00; }
        header .box .idiomas a:after {
          content: "";
          background: #b3b3b3;
          height: 12px;
          width: 2px;
          position: absolute;
          top: 3px;
          right: -1px; }
        header .box .idiomas a:last-child {
          padding-right: 0; }
        header .box .idiomas a:last-child:after {
          display: none; }
      header .box .idiomas img {
        margin-right: 8px;
        position: relative;
        bottom: 2px; }
    header .box .buscador {
      display: inline-block;
      float: right;
      width: 262px;
      position: relative;
      bottom: 10px; }
      header .box .buscador .search {
        display: inline-block;
        width: 100%; }
        header .box .buscador .search form {
          display: inline-block;
          width: 100%;
          position: relative; }
          header .box .buscador .search form input {
            height: 38px !important;
            padding-right: 50px;
            font-size: 12px;
            color: #666; }
          header .box .buscador .search form button {
            position: absolute;
            right: 0;
            top: 6px;
            color: #555;
            font-size: 19px;
            padding: 0 18px;
            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; }
            header .box .buscador .search form button:before {
              content: "";
              background: #b3b3b3;
              height: 12px;
              width: 2px;
              position: absolute;
              top: 7px;
              left: 0px; }
            header .box .buscador .search form button:hover {
              color: #FFED00; }

/*nav*/
.navbar {
  display: inline-block;
  float: right;
  margin-top: 5px;
  padding: 0;
  position: initial; }

.nav > li {
  display: inline-block;
  float: left;
  position: relative; }
  .nav > li:before {
    content: "";
    background: #b3b3b3;
    height: 12px;
    width: 2px;
    position: absolute;
    top: 5px;
    left: 0px; }
  .nav > li:first-child:before {
    display: none; }
  .nav > li .dropdown-toggle::after {
    display: none; }

.nav {
  min-height: 0;
  margin-bottom: 0;
  float: right;
  width: 100%;
  display: inline-block;
  position: initial; }
  .nav a {
    font-size: 16px;
    font-family: "Nunito Light";
    line-height: 20px;
    margin-bottom: 0px;
    color: #000;
    padding: 18px 14px;
    text-transform: uppercase; }
    .nav a i {
      font-size: 8px;
      color: #E71C03;
      margin-left: 5px; }
  .nav .no-link {
    cursor: default !important; }
  .nav .actual {
    font-family: "Nunito Light";
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    padding: 12px 34px;
    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;
    background: #E71C03;
    font-family: "Nunito Regular";
    padding: 17px 15px;
    bottom: 16px;
    color: #fff !important; }
    .nav .actual:hover {
      color: #fff;
      background: #9D9D9C; }
  .nav .menu-movil, .nav .ferias-movil {
    display: none; }

.nav li:hover a, .nav li:hover a i {
  color: #E71C03; }

.nav li:last-child a {
  padding-right: 0; }

.nav .dropdown-menu {
  top: 37px;
  left: 0;
  float: left;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-left: 3px solid #E71C03;
  border-radius: 0;
  width: 250px; }
  .nav .dropdown-menu a {
    display: inline-block;
    text-transform: none;
    font-size: 14px;
    color: #000 !important;
    padding: 10px 15px;
    width: 100%; }
    .nav .dropdown-menu a:hover {
      color: #E71C03 !important;
      background: #eee; }

.nav .dropdown-actual {
  width: 580px;
  left: initial;
  right: 0;
  padding: 15px 15px 0; }
  .nav .dropdown-actual li a {
    padding: 8px 0px; }
    .nav .dropdown-actual li a:hover {
      background: #fff; }
  .nav .dropdown-actual .tipos {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0; }
    .nav .dropdown-actual .tipos li a {
      background: #E71C03;
      padding: 16px;
      color: #fff;
      float: left;
      margin-bottom: 15px; }
      .nav .dropdown-actual .tipos li a:hover {
        background: #fd6653; }
      .nav .dropdown-actual .tipos li a .svg {
        fill: #fff;
        height: 36px;
        float: left; }
      .nav .dropdown-actual .tipos li a .texto {
        display: inline-block;
        width: 80%;
        padding-left: 12px;
        float: left; }
        .nav .dropdown-actual .tipos li a .texto span {
          font-size: 15px;
          font-family: "Nunito Light";
          line-height: 18px;
          margin-bottom: 1px;
          color: #fff;
          display: block;
          text-transform: uppercase; }
        .nav .dropdown-actual .tipos li a .texto p {
          font-size: 13px;
          font-family: "Nunito Light";
          line-height: 18px;
          margin-bottom: 0px;
          color: #fff; }

.nav .dropdown-ferias {
  position: initial; }
  .nav .dropdown-ferias:before {
    display: none; }
  .nav .dropdown-ferias .dropdown-menu {
    width: 1170px;
    left: 16px;
    top: 90px;
    border: none;
    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);
    -box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2); }
    .nav .dropdown-ferias .dropdown-menu .ferias-futuras {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin: 0;
      border-right: 1px solid #ddd; }
      .nav .dropdown-ferias .dropdown-menu .ferias-futuras .feria {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin: 0;
        padding: 20px 0; }
      .nav .dropdown-ferias .dropdown-menu .ferias-futuras .logo-feria {
        width: 150px;
        height: 70px;
        margin-bottom: 15px; }
        .nav .dropdown-ferias .dropdown-menu .ferias-futuras .logo-feria a {
          padding: 0; }
          .nav .dropdown-ferias .dropdown-menu .ferias-futuras .logo-feria a:hover {
            background: none; }
        .nav .dropdown-ferias .dropdown-menu .ferias-futuras .logo-feria img {
          max-width: 100%;
          max-height: 100%; }
      .nav .dropdown-ferias .dropdown-menu .ferias-futuras .texto-feria {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin: 0; }
        .nav .dropdown-ferias .dropdown-menu .ferias-futuras .texto-feria .titulo a {
          font-size: 22px;
          font-family: "Nunito Regular";
          line-height: 24px;
          margin-bottom: 5px;
          color: #000;
          padding: 0; }
          .nav .dropdown-ferias .dropdown-menu .ferias-futuras .texto-feria .titulo a:hover {
            background: none; }
        .nav .dropdown-ferias .dropdown-menu .ferias-futuras .texto-feria .fecha {
          font-size: 13px;
          font-family: "Nunito Light";
          line-height: 18px;
          margin-bottom: 10px;
          color: #E71C03;
          display: block; }
        .nav .dropdown-ferias .dropdown-menu .ferias-futuras .texto-feria ul li {
          position: relative;
          padding-left: 10px; }
          .nav .dropdown-ferias .dropdown-menu .ferias-futuras .texto-feria ul li a {
            display: inline-block;
            text-transform: none;
            font-size: 12px;
            color: #666 !important;
            padding: 0;
            width: auto; }
            .nav .dropdown-ferias .dropdown-menu .ferias-futuras .texto-feria ul li a:hover {
              color: #E71C03 !important;
              background: none; }
          .nav .dropdown-ferias .dropdown-menu .ferias-futuras .texto-feria ul li:before {
            content: "-";
            font-size: 10px;
            font-family: "Flaticon";
            position: absolute;
            top: 4px;
            left: 0; }
    .nav .dropdown-ferias .dropdown-menu .anteriores {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin: 0;
      padding: 30px 20px 10px 0; }
      .nav .dropdown-ferias .dropdown-menu .anteriores .titulo {
        font-size: 22px;
        font-family: "Nunito Regular";
        line-height: 24px;
        margin-bottom: 10px;
        color: #000;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px; }
      .nav .dropdown-ferias .dropdown-menu .anteriores ul li {
        position: relative;
        padding-left: 15px;
        margin-bottom: 5px; }
        .nav .dropdown-ferias .dropdown-menu .anteriores ul li a {
          display: inline-block;
          text-transform: none;
          font-size: 15px;
          color: #000 !important;
          padding: 0;
          width: auto; }
          .nav .dropdown-ferias .dropdown-menu .anteriores ul li a:hover {
            color: #E71C03 !important;
            background: none; }
        .nav .dropdown-ferias .dropdown-menu .anteriores ul li:before {
          content: "\f16a";
          font-size: 8px;
          font-family: "Flaticon";
          position: absolute;
          top: 5px;
          left: 0; }
    .nav .dropdown-ferias .dropdown-menu .tipos {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0;
      padding-right: 20px;
      padding-bottom: 20px; }
      .nav .dropdown-ferias .dropdown-menu .tipos .mr {
        margin: 0 -3px; }
      .nav .dropdown-ferias .dropdown-menu .tipos .pd {
        padding: 0 3px; }
      .nav .dropdown-ferias .dropdown-menu .tipos .tipo {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin-bottom: 0;
        background: #E71C03;
        padding: 10px 5px;
        color: #fff;
        text-align: center; }
        .nav .dropdown-ferias .dropdown-menu .tipos .tipo:hover {
          background: #fd6653; }
        .nav .dropdown-ferias .dropdown-menu .tipos .tipo .svg {
          fill: #fff;
          height: 32px; }
        .nav .dropdown-ferias .dropdown-menu .tipos .tipo .texto-tipo {
          display: inline-block;
          width: 100%;
          margin-bottom: 80px;
          margin-bottom: 0; }
          .nav .dropdown-ferias .dropdown-menu .tipos .tipo .texto-tipo span {
            font-size: 12px;
            font-family: "Nunito Light";
            line-height: 15px;
            margin-bottom: 0px;
            color: #fff;
            display: block;
            text-transform: uppercase; }
  .nav .dropdown-ferias .carousel-arrows {
    text-align: right; }
  .nav .dropdown-ferias .carousel-arrows li {
    position: relative;
    color: #E71C03;
    bottom: 20px;
    font-size: 14px;
    right: 20px; }

.dropdown-ferias .actual {
  padding: 17px 30px; }

.js_nivel2 {
  display: none; }

/*ESTILOS PARA HACER FIJA LA CABECERA AL HACER SCROLL*/
.header.fixed {
  width: 100%;
  z-index: 999;
  padding-bottom: 15px;
  transform: translateY(-96px);
  -webkit-transform: translateY(-96px);
  -moz-transform: translateY(-96px);
  -o-transform: translateY(-96px);
  -ms-transform: translateY(-96px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }
  .header.fixed .box-logo {
    width: 113px;
    top: 30px;
    margin: 0; }
    .header.fixed .box-logo img {
      width: 100%; }

footer {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  color: #fff;
  background: url(../img/bg-footer.jpg) no-repeat top center;
  background-size: cover; }
  footer .overlay {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0;
    padding-top: 70px;
    background: #111;
    position: relative; }
    footer .overlay:after {
      content: "";
      width: 100%;
      height: 2px;
      background: #444;
      position: absolute;
      top: 5px;
      left: 0; }
  footer .pd {
    padding: 0; }
  footer .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 15px;
    text-align: center; }
    footer .box .titulo {
      font-size: 20px;
      font-family: "gillsab";
      line-height: 24px;
      margin-bottom: 15px;
      color: #fff;
      display: block;
      text-transform: uppercase; }
    footer .box ul {
      margin-bottom: 0px; }
      footer .box ul li {
        font-size: 15px;
        font-family: "Nunito Light";
        line-height: 18px;
        margin-bottom: 10px;
        color: #fff; }
        footer .box ul li a {
          color: #fff; }
          footer .box ul li a:hover {
            color: #FFED00; }
  footer .box-logo {
    padding: 45px 20px 40px;
    margin-top: -90px;
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
    background: #aaa; }
    footer .box-logo .logo {
      background: #fff;
      padding: 10px;
      width: 90%;
      margin: 0 auto 25px; }
      footer .box-logo .logo img {
        width: 100%; }
    footer .box-logo ul li {
      margin-bottom: 5px; }
      footer .box-logo ul li strong {
        font-family: "Nunito Regular"; }
    footer .box-logo .newsletter .titulo {
      margin-bottom: 5px;
      color: #000; }
    footer .box-logo .newsletter p {
      color: #000; }
    footer .box-logo hr {
      margin-top: 20px;
      margin-bottom: 20px;
      border-top: 2px solid #000;
      width: 20px; }
    footer .box-logo ul li {
      color: #000; }
    footer .box-logo ul li a {
      color: #000; }
  footer .redes {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 20px;
    text-align: center; }
    footer .redes a {
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 20px;
      text-align: center;
      color: #E71C03;
      border: 2px solid #FFED00;
      background: #fff;
      margin: 0 5px; }
      footer .redes a:hover {
        color: #fff;
        background: #E71C03;
        border: 2px solid #E71C03; }
  footer .box-axon {
    margin: 10px 0 0; }
  footer .box-axon .titulo {
    font-size: 16px;
    margin-bottom: 0px; }
  footer .cintillo {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0;
    padding: 20px 0 45px;
    background: #eee; }
    footer .cintillo ul {
      text-align: center; }
      footer .cintillo ul li {
        display: inline-block;
        margin: 0 8px;
        position: relative; }
        footer .cintillo ul li:after {
          content: "-";
          position: absolute;
          right: -12px;
          color: #000; }
        footer .cintillo ul li:last-child:after, footer .cintillo ul li:first-child:after {
          display: none; }
        footer .cintillo ul li a {
          font-size: 16px;
          font-family: "Nunito Light";
          line-height: 22px;
          margin-bottom: 0px;
          color: #000; }
          footer .cintillo ul li a:hover {
            color: #E71C03; }
    footer .cintillo .sello-legitec {
      width: 100px;
      margin-top: -15px; }

.newsletter {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0; }
  .newsletter .form-news {
    display: block;
    width: 320px;
    margin: auto;
    position: relative; }
    .newsletter .form-news .form-control {
      width: 100%;
      margin-bottom: 15px;
      background: #fff;
      border: 2px solid transparent;
      padding: 5px 65px 5px 15px;
      height: 45px;
      background: #fff; }
      .newsletter .form-news .form-control:focus {
        border: 2px solid #ddd; }
    .newsletter .form-news .btn-newsletter {
      position: absolute;
      top: -3px;
      right: 5px;
      padding: 0 12px;
      font-size: 34px;
      color: #E71C03;
      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; }
      .newsletter .form-news .btn-newsletter:hover {
        color: #E71C03; }
    .newsletter .form-news .polPriv label {
      background-color: #fff; }
    .newsletter .form-news .polPriv span {
      font-size: 13px;
      color: #000;
      text-align: left; }
      .newsletter .form-news .polPriv span a {
        color: #000;
        font-family: "Nunito Regular";
        text-decoration: underline; }
        .newsletter .form-news .polPriv span a:hover {
          color: #E71C03;
          text-decoration: none; }

/*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: #fff;
  border: 2px solid #E71C03;
  width: 40px;
  height: 40px;
  color: #E71C03;
  text-align: center;
  padding: 0;
  line-height: 35px;
  font-size: 14px;
  display: none;
  cursor: pointer; }
  .toTop:hover {
    background: #E71C03;
    color: #fff;
    border: 2px solid #FFED00; }

/*CINTILLO COOKIES*/
.cookies {
  display: inline-block;
  width: 100%;
  background: #eee;
  padding: 5px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999; }

.cookies p {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0px;
  color: #666;
  display: inline; }

.cookies a {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0px;
  color: #000; }

.cookies a:hover {
  color: #666; }

.cookies .close-cookies {
  float: right;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 0px;
  color: #666;
  padding: 5px;
  box-shadow: none;
  border: none;
  margin-right: 15px;
  background: none;
  cursor: pointer; }

.cookies .close-cookies:hover {
  color: #000; }

/*FLEXSLIDER*/
.slider {
  position: relative;
  margin-top: 195px;
  display: inline-block;
  z-index: 99;
  float: left;
  margin-bottom: 60px;
  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 .img-movil {
        display: none; }
    .slider .flexslider .flex-caption {
      display: inline-block;
      z-index: 1;
      position: absolute;
      bottom: 15%;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      width: 850px;
      text-align: center;
      background: rgba(255, 255, 255, 0.8);
      padding: 30px 40px 0 40px;
      box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.3);
      -o-box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.3);
      -ms-box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.3); }
      .slider .flexslider .flex-caption span {
        font-size: 52px;
        font-family: "gillsab";
        line-height: 54px;
        margin-bottom: 15px;
        color: #000;
        display: block; }
      .slider .flexslider .flex-caption small {
        font-size: 18px;
        font-family: "gillsab";
        line-height: 22px;
        margin-bottom: 10px;
        color: #E71C03;
        display: block;
        text-transform: uppercase; }
      .slider .flexslider .flex-caption p {
        font-size: 18px;
        font-family: "Nunito Light";
        line-height: 24px;
        margin-bottom: 5px;
        color: #000; }
      .slider .flexslider .flex-caption .boton-desktop {
        font-family: "Nunito Light";
        text-transform: uppercase;
        color: #fff;
        font-size: 18px;
        padding: 12px 34px;
        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;
        background: #E71C03;
        top: 22px; }
        .slider .flexslider .flex-caption .boton-desktop:hover {
          color: #fff;
          background: #9D9D9C; }
    .slider .flexslider .solo-btn {
      display: inline-block;
      z-index: 1;
      position: absolute;
      bottom: 15%;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      text-align: center; }
      .slider .flexslider .solo-btn a {
        font-family: "Nunito Light";
        text-transform: uppercase;
        color: #fff;
        font-size: 18px;
        padding: 12px 34px;
        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;
        background: #E71C03;
        top: 22px; }
        .slider .flexslider .solo-btn a:hover {
          color: #fff;
          background: #9D9D9C; }
    .slider .flexslider .boton-movil {
      display: none; }
    .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: #FFED00;
          text-indent: -999999px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          width: 10px;
          height: 6px;
          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: #E71C03; }
          .slider .flexslider .flex-control-nav li a.flex-active {
            background: #E71C03;
            width: 40px;
            height: 6px; }

/*CABECERA*/
.cabecera {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-top: 200px;
  margin-bottom: 30px; }
  .cabecera .overlay {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 10px;
    padding: 30px 0;
    position: relative;
    background-position: center center !important; }
    .cabecera .overlay:after {
      content: "";
      width: 100%;
      height: 100%;
      background: rgba(231, 28, 3, 0.9);
      position: absolute;
      top: 0;
      left: 0; }
  .cabecera .titulo {
    font-size: 38px;
    font-family: "gillsab";
    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;
    z-index: 9;
    float: right; }
    .cabecera .bread li {
      display: inline;
      font-size: 13px;
      font-family: "Nunito Light";
      line-height: 15px;
      margin-bottom: 0px;
      color: #000; }
      .cabecera .bread li a {
        color: #000;
        font-family: "Nunito Light"; }
        .cabecera .bread li a:hover {
          color: #FFED00; }
      .cabecera .bread li span {
        color: #E71C03;
        font-family: "Nunito Regular";
        text-decoration: underline; }
      .cabecera .bread li i {
        color: #E71C03;
        font-size: 8px;
        margin-left: 5px; }

.texto-intro {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px; }
  .texto-intro .titulo {
    font-size: 32px;
    font-family: "Nunito Light";
    line-height: 36px;
    margin-bottom: 15px;
    color: #000;
    position: relative; }
  .texto-intro p {
    font-size: 18px;
    margin-bottom: 15px; }
  .texto-intro a {
    color: #E71C03;
    text-decoration: underline;
    font-family: "Nunito Regular"; }
    .texto-intro a:hover {
      color: #FFED00; }
  .texto-intro ul {
    padding-left: 40px;
    margin-bottom: 40px; }
  .texto-intro ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px; }
    .texto-intro ul li:before {
      content: "\f11f";
      font-family: "Flaticon";
      font-size: 10px;
      color: #E71C03;
      position: absolute;
      top: 3px;
      left: 0; }

.titulo-seccion.seccion-interna {
  margin-bottom: 20px;
  text-align: center; }
  .titulo-seccion.seccion-interna .texto .titulo {
    font-size: 40px;
    font-family: "gillsab";
    line-height: 44px;
    margin-bottom: 5px;
    color: #000; }
  .titulo-seccion.seccion-interna .texto p {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    font-family: "Nunito Light"; }

.mas-interno {
  background: #eee;
  padding: 50px 0; }

/*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*/
.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #000;
  background-image: none;
  background: #e4e4e4;
  border: 2px solid #e4e4e4;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .form-control:focus {
    border: 2px solid #E71C03; }

.form-group select {
  color: #000;
  font-family: "Nunito Light";
  font-size: 13px;
  height: 45px !important; }
  .form-group select:focus {
    border: 2px solid #E71C03; }

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

.form-control:focus {
  color: #000;
  background-color: #f5f5f5;
  outline: 0;
  box-shadow: none;
  border: 2px solid #E71C03; }

/*CONTACTO*/
.contacto label {
  font-weight: 100;
  font-family: "Nunito Regular";
  font-size: 15px;
  margin-bottom: 5px; }

.contacto input::-webkit-input-placeholder {
  color: #333 !important;
  font-size: 13px;
  font-family: "Nunito Light"; }

.contacto input::-moz-placeholder {
  color: #333 !important;
  font-size: 13px;
  font-family: "Nunito Light"; }

.contacto input:-moz-placeholder {
  color: #333 !important;
  font-size: 13px;
  font-family: "Nunito Light"; }

.contacto input::-ms-input-placeholder {
  color: #333 !important;
  font-size: 13px;
  font-family: "Nunito Light"; }

.contacto textarea::-webkit-input-placeholder {
  color: #333 !important;
  font-size: 13px;
  font-family: "Nunito Light"; }

.contacto textarea::-moz-placeholder {
  color: #333 !important;
  font-size: 13px;
  font-family: "Nunito Light"; }

.contacto textarea:-moz-placeholder {
  color: #333 !important;
  font-size: 13px;
  font-family: "Nunito Light"; }

.contacto textarea::-ms-input-placeholder {
  color: #333 !important;
  font-size: 13px;
  font-family: "Nunito Light"; }

.contacto input {
  color: #000; }

.buscador select option {
  color: #333 !important;
  font-size: 13px; }

.contacto .polPriv-text a {
  color: #E71C03;
  font-family: "Nunito Regular";
  text-decoration: underline; }
  .contacto .polPriv-text a:hover {
    color: #FFED00; }

.polPriv {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 5px 0;
  float: left; }
  .polPriv label {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    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: 13px;
    color: #000;
    width: 90%; }
    .polPriv span:hover {
      text-decoration: none !important; }
    .polPriv span a {
      color: #E71C03;
      font-weight: 100;
      font-family: "Nunito Regular";
      border: none !important;
      text-decoration: underline; }
      .polPriv span a:hover {
        color: #FFED00; }
    .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);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  color: #E71C03 !important;
  font-size: 13px;
  font-size: 0.8125rem; }

/*BOTON FILE*/
.btn-file {
  overflow: hidden;
  top: 0;
  border-radius: 0;
  font-size: 11px;
  font-family: "Nunito Light";
  color: #fff;
  width: 100%;
  padding: 13px 10px;
  height: 45px;
  line-height: 18px;
  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-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: 0;
  text-align: center; }
  .paginador ul {
    margin-bottom: 100px; }
  .paginador li {
    display: inline-block;
    margin: 0px 10px; }
    .paginador li a {
      color: #E71C03;
      font-size: 15px;
      font-family: "Nunito Regular"; }
      .paginador li a:hover {
        color: #FFED00; }
  .paginador .active {
    width: 40px;
    height: 40px;
    background: #E71C03;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    font-size: 15px;
    font-family: "Nunito Light"; }
  .paginador i {
    font-size: 10px; }

/*ESTILO MODALS REGISTRO*/
.modal__html.js_modal__html {
  height: auto !important; }

.modal-lg {
  max-width: 1000px; }

.modal-open .modal {
  z-index: 9999; }

.modal-body {
  padding: 25px 25px 40px;
  border: 3px solid #E71C03; }
  .modal-body p a {
    color: #E71C03;
    font-family: "Nunito Regular";
    text-decoration: underline; }
    .modal-body p a:hover {
      color: #666; }
  .modal-body ul {
    margin-bottom: 20px;
    padding-left: 20px; }
  .modal-body ul li {
    position: relative;
    padding-left: 20px; }
    .modal-body ul li:before {
      content: "\f11f";
      font-family: "Flaticon";
      font-size: 9px;
      color: #E71C03;
      position: absolute;
      top: 3px;
      left: 0; }
    .modal-body ul li a {
      font-family: "Nunito Regular";
      text-decoration: underline; }
      .modal-body ul li a:hover {
        color: #FFED00; }

.modal-content .btn {
  border-radius: 0; }

.modal.condVenta .btn, .modal.infoTransporte .btn, .modal.info-descuento .btn {
  border-radius: 0;
  border: none;
  font-family: "Nunito Light";
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding: 12px 34px;
  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;
  background: #E71C03; }
  .modal.condVenta .btn:hover, .modal.infoTransporte .btn:hover, .modal.info-descuento .btn:hover {
    color: #fff;
    background: #9D9D9C; }

.btn-seguirc, .btn-modal {
  font-family: "Nunito Light";
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  padding: 12px 34px;
  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;
  background: #E71C03;
  padding: 16px 20px;
  border: none; }
  .btn-seguirc:hover, .btn-modal:hover {
    color: #fff;
    background: #9D9D9C; }
  .btn-seguirc i, .btn-modal i {
    margin-right: 5px; }

.modal textarea {
  height: 150px; }

.modal.modalForm .modalForm-parraf a {
  text-decoration: underline;
  font-family: "Nunito Regular";
  color: #E71C03; }
  .modal.modalForm .modalForm-parraf a:hover {
    color: #FFED00 !important;
    text-decoration: none; }

.modal.modalForm .modalForm-parraf {
  font-size: 13px;
  font-family: "Nunito 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 #E71C03 !important; }

.btn-volver-modal {
  color: #E71C03 !important;
  outline: 0 !important;
  padding: 0 !important;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Nunito Regular";
  font-size: 12px;
  font-weight: 100;
  background: none !important; }
  .btn-volver-modal i {
    font-size: 10px; }
  .btn-volver-modal:hover {
    color: #FFED00 !important;
    text-decoration: none; }

.modal.modalForm .modalForm-title, .modalAvisamos .modalForm-title, .modal__htmlTitle {
  margin-top: 0;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Nunito 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: "Nunito Light";
  border: none;
  padding: 0;
  text-align: center; }

.close-modal {
  position: initial; }

.modal .btn-enviar {
  font-family: "Nunito Light";
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding: 12px 34px;
  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;
  background: #E71C03; }
  .modal .btn-enviar:hover {
    color: #fff;
    background: #9D9D9C; }

#recordar_alert_ko, #warning-alert {
  text-align: center; }

.modalAlerta .btn {
  font-family: "Nunito Light";
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding: 12px 34px;
  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;
  background: #E71C03;
  border: none; }
  .modalAlerta .btn:hover {
    color: #fff;
    background: #9D9D9C; }

.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: "Nunito Regular";
    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: "Nunito Light";
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 12px 34px;
    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;
    background: #E71C03;
    padding: 15px 40px;
    float: right; }
    .modalPol .modal-lg .close-btn:hover, .condVenta .modal-lg .close-btn:hover {
      color: #fff;
      background: #9D9D9C; }

.modal.modalPol {
  z-index: 99999; }

/*MODAL OPCIONES*/
.modal-opciones .galeria-modal {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  margin-top: 15px; }
  .modal-opciones .galeria-modal span {
    font-size: 22px;
    font-family: "Nunito Light";
    line-height: 26px;
    margin-bottom: 15px;
    color: #000;
    display: block; }
  .modal-opciones .galeria-modal .img {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 120px; }
    .modal-opciones .galeria-modal .img img:hover {
      opacity: 0.7; }

.modal-stand .stand {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 10px 0; }
  .modal-stand .stand figure {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 150px;
    margin: auto; }
  .modal-stand .stand .texto {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 15px 20px; }
    .modal-stand .stand .texto span {
      font-size: 12px;
      font-family: "Nunito Light";
      line-height: 15px;
      margin-bottom: 5px;
      color: #000;
      display: block;
      text-transform: uppercase; }
    .modal-stand .stand .texto small {
      font-size: 18px;
      font-family: "Nunito Regular";
      line-height: 24px;
      margin-bottom: 0px;
      color: #E71C03;
      display: block; }

/*MODAL CONFERENCIAS , MODAL PRENSA*/
.modal-prensa .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  padding-right: 20px;
  margin-bottom: 20px;
  font-size: 14px; }
  .modal-prensa .box .titulo {
    font-size: 26px;
    font-family: "Nunito Light";
    line-height: 26px;
    margin-bottom: 15px;
    color: #000; }
  .modal-prensa .box span {
    font-size: 18px;
    font-family: "Nunito Light";
    line-height: 22px;
    margin-bottom: 10px;
    color: #E71C03;
    display: block; }
    .modal-prensa .box span small {
      color: #666;
      font-size: 13px;
      font-family: "Nunito Light";
      margin-left: 5px; }
  .modal-prensa .box .info {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 20px;
    float: left; }
    .modal-prensa .box .info .img {
      overflow: hidden;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 120px;
      height: 140px;
      margin: 0; }
    .modal-prensa .box .info span {
      font-size: 26px;
      font-family: "Nunito Light";
      line-height: 28px;
      margin-bottom: 10px;
      color: #E71C03; }
      .modal-prensa .box .info span small {
        display: block;
        margin: 0;
        line-height: 18px;
        margin-top: 5px; }
  .modal-prensa .box p span {
    color: #000; }

/*MODAL PUBLICIDAD*/
.js_modalPulicidad button.close {
  border-radius: 50%;
  padding: 5px;
  position: absolute;
  top: -15px;
  right: -15px;
  opacity: 1;
  background: #fff;
  z-index: 9;
  width: 35px;
  color: #E71C03; }
  .js_modalPulicidad button.close:hover {
    color: #FFED00; }

.js_modalPulicidad .modal-body {
  padding: 0;
  text-align: center;
  display: inline-block;
  width: auto; }

.js_modalPulicidad .modal-content {
  overflow: initial;
  width: auto;
  display: table;
  margin: auto; }

.js_modalPulicidad figure {
  display: inline-block;
  width: auto;
  margin: 0; }

.js_modalPulicidad .modal-dialog {
  max-width: initial; }

.js_modalPulicidad #form_quiero_demo {
  padding: 10px;
  width: 90%;
  margin: auto;
  float: none; }
  .js_modalPulicidad #form_quiero_demo input {
    margin-right: 10px;
    width: 48%;
    float: left; }
  .js_modalPulicidad #form_quiero_demo button {
    font-family: "Nunito Light";
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    padding: 12px 34px;
    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;
    background: #E71C03; }
    .js_modalPulicidad #form_quiero_demo button:hover {
      color: #fff;
      background: #9D9D9C; }

/*MODAL EXPOSITOR*/
.modal-expositor .img {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 120px;
  margin: auto; }

.modal-expositor .datos {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  padding-right: 40px;
  margin-bottom: 15px; }
  .modal-expositor .datos .nombre {
    font-size: 26px;
    font-family: "Nunito Regular";
    line-height: 30px;
    margin-bottom: 5px;
    color: #000; }
  .modal-expositor .datos .tipo {
    font-size: 14px;
    font-family: "Nunito Light";
    line-height: 16px;
    margin-bottom: 20px;
    color: #666;
    display: block; }
  .modal-expositor .datos ul {
    margin-bottom: 20px;
    padding-left: 0; }
  .modal-expositor .datos ul li {
    padding: 0;
    padding-right: 40px;
    font-size: 14px;
    font-family: "Nunito Light";
    line-height: 18px;
    margin-bottom: 8px;
    color: #000; }
    .modal-expositor .datos ul li strong {
      font-family: "Nunito Regular"; }
    .modal-expositor .datos ul li i {
      color: #E71C03;
      margin-right: 5px; }
    .modal-expositor .datos ul li:before {
      display: none; }

.modal-expositor .texto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 10px; }
  .modal-expositor .texto h2 {
    font-size: 20px;
    font-family: "Nunito Regular";
    line-height: 24px;
    margin-bottom: 5px;
    color: #000; }
  .modal-expositor .texto ul {
    padding-left: 0; }

._ruedas-prensa .modalPol, .modal-prensa {
  right: -18px; }

._ruedas-prensa.modal-open {
  overflow-y: auto !important;
  padding: 0 !important; }

/*MODAL INSCRIPCION*/
#inscribirse_mdl {
  padding: 20px !important;
  width: 100%;
  margin: auto; }
  #inscribirse_mdl .form-group {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%; }
  #inscribirse_mdl input {
    width: 255px;
    float: left; }
  #inscribirse_mdl button {
    font-family: "Nunito Light";
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    padding: 12px 34px;
    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;
    background: #E71C03;
    float: left; }
    #inscribirse_mdl button:hover {
      color: #fff;
      background: #9D9D9C; }
  #inscribirse_mdl .polPriv span {
    text-align: left; }

/*404*/
.error {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 60px; }
  .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 {
      fill: #E71C03;
      width: 44px;
      margin-bottom: 15px; }
    .error .box-error .titulo-error {
      font-size: 38px;
      font-family: "Nunito Regular";
      line-height: 42px;
      margin-bottom: 5px;
      color: #000;
      position: relative; }
    .error .box-error p {
      font-size: 20px;
      margin-bottom: 30px; }
    .error .box-error .volvIni {
      font-family: "Nunito Light";
      text-transform: uppercase;
      color: #fff;
      font-size: 16px;
      padding: 12px 34px;
      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;
      background: #E71C03; }
      .error .box-error .volvIni:hover {
        color: #fff;
        background: #9D9D9C; }
  .error i {
    font-size: 80px;
    margin-bottom: 15px;
    color: #E71C03; }

/*respuesta pedido*/
.respuesta-pedido {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px; }

.cesta-pago-status {
  padding: 20px 0; }

.cesta-pago-status.cesta-pago-ok i {
  color: #E71C03;
  font-size: 50px;
  margin-bottom: 15px; }

.cesta-pago-status.cesta-pago-ko i {
  color: red;
  font-size: 50px;
  margin-bottom: 15px; }

.cesta-pago-status .cesta-pago-status-title {
  font-size: 40px;
  line-height: 42px;
  color: #000;
  margin-bottom: 10px; }

.cesta-pago-status.cesta-pago-ko .cesta-pago-status-icon {
  color: #a72020;
  font-size: 50px;
  margin-bottom: 15px; }

.cesta-pago-status .cesta-pago-status-text {
  font-size: 15px;
  color: #000; }

.cesta-pago-status .btn {
  font-family: "Nunito Light";
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding: 12px 34px;
  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;
  background: #E71C03;
  margin-top: 10px;
  border: none;
  border-radius: 0;
  padding: 14px 34px; }
  .cesta-pago-status .btn:hover {
    color: #fff;
    background: #9D9D9C; }
  .cesta-pago-status .btn i {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0; }

/*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 small {
      font-size: 18px;
      font-family: "gillsab";
      line-height: 22px;
      margin-bottom: 15px;
      color: #E71C03;
      display: block;
      text-transform: uppercase; }
    .titulo-seccion .texto .titulo {
      font-size: 44px;
      font-family: "gillsab";
      line-height: 48px;
      margin-bottom: 10px;
      color: #000; }
      .titulo-seccion .texto .titulo strong {
        font-family: "gillsab";
        color: #E71C03; }
    .titulo-seccion .texto p {
      font-size: 18px;
      font-family: "Nunito Light";
      line-height: 26px;
      margin-bottom: 15px;
      color: #000;
      padding: 0 40px; }
    .titulo-seccion .texto a {
      font-family: "Nunito Light";
      text-transform: uppercase;
      color: #fff;
      font-size: 16px;
      padding: 12px 34px;
      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;
      background: #E71C03; }
      .titulo-seccion .texto a:hover {
        color: #fff;
        background: #9D9D9C; }

.colaboradores-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px; }
  .colaboradores-home .container {
    position: relative; }
  .colaboradores-home .slick-initialized .slick-slide {
    display: block;
    padding: 0 10px; }
  .colaboradores-home .empresa {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0; }
    .colaboradores-home .empresa .img {
      overflow: hidden;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 170px;
      height: 80px;
      margin: auto;
      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; }
      .colaboradores-home .empresa .img:hover {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%); }
  .colaboradores-home .carousel-arrows li {
    position: absolute;
    cursor: pointer;
    color: #E71C03;
    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; }
    .colaboradores-home .carousel-arrows li:hover {
      color: #FFED00; }
    .colaboradores-home .carousel-arrows li.prev-colaboradores {
      left: 0; }
    .colaboradores-home .carousel-arrows li.next-colaboradores {
      right: 0; }

.presentacion-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  background: #f5f5f5;
  padding: 65px 0;
  margin-bottom: 40px; }
  .presentacion-home .titulo-seccion .texto {
    text-align: right; }
  .presentacion-home .titulo-seccion .texto .titulo {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px; }
  .presentacion-home .titulo-seccion .texto p {
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 0 30px; }
  .presentacion-home .titulo-seccion .texto span {
    font-size: 18px;
    line-height: 26px;
    position: relative;
    text-transform: uppercase;
    font-family: "Nunito Regular";
    display: block; }
    .presentacion-home .titulo-seccion .texto span:after {
      content: "";
      width: 133px;
      height: 50px;
      background: url(../img/flecha.png) no-repeat center center;
      position: absolute;
      right: -37px;
      bottom: -45px; }
  .presentacion-home iframe {
    float: right; }

.tipos-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 2px; }
  .tipos-home .titulo-seccion .texto small {
    font-family: "Nunito Regular";
    margin-bottom: 15px; }
  .tipos-home .overlay {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    background-position: top center !important;
    margin-bottom: 0;
    position: relative;
    background: none !important; }
    .tipos-home .overlay .tipo {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0;
      text-align: center;
      padding: 20px 0 100px;
      position: relative;
      z-index: 9; }
      .tipos-home .overlay .tipo .svg {
        fill: #E71C03;
        height: 64px;
        margin-bottom: 5px; }
      .tipos-home .overlay .tipo .titulo {
        font-size: 20px;
        font-family: "Nunito Light";
        line-height: 24px;
        margin-bottom: 0px;
        color: #000;
        text-transform: uppercase; }
        .tipos-home .overlay .tipo .titulo a {
          color: #000; }
          .tipos-home .overlay .tipo .titulo a:hover {
            color: #9D9D9C; }
      .tipos-home .overlay .tipo hr {
        margin-top: 15px;
        margin-bottom: 15px;
        border-top: 2px solid #E71C03;
        width: 24px; }
      .tipos-home .overlay .tipo p {
        font-size: 13px;
        font-family: "Nunito Light";
        line-height: 22px;
        margin-bottom: 15px;
        color: #000;
        padding: 0 25px; }
      .tipos-home .overlay .tipo span {
        font-size: 17px;
        font-family: "Nunito Regular";
        line-height: 24px;
        margin-bottom: 30px;
        color: #000;
        display: block; }
      .tipos-home .overlay .tipo .accede {
        background: #fff;
        color: #E71C03;
        text-transform: uppercase;
        padding: 10px 36px;
        font-size: 14px;
        font-family: "Nunito Regular";
        border: 2px solid #E71C03; }
        .tipos-home .overlay .tipo .accede:hover {
          background: #E71C03;
          color: #fff; }

.cifras-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 60px;
  background-position: top center; }
  .cifras-home .container-fluid {
    background: rgba(219, 219, 219, 0.9);
    padding: 60px 15px 40px; }
  .cifras-home .texto {
    display: inline-block;
    text-align: right;
    width: 90%;
    float: right; }
    .cifras-home .texto small {
      font-size: 14px;
      font-family: "Nunito Regular";
      line-height: 16px;
      margin-bottom: 10px;
      color: #E71C03;
      display: block;
      text-transform: uppercase; }
    .cifras-home .texto p {
      font-size: 25px;
      font-family: "Nunito Light";
      line-height: 28px;
      margin-bottom: 20px;
      color: #000; }
      .cifras-home .texto p strong {
        font-family: "gillsab"; }
    .cifras-home .texto a {
      background: #E71C03;
      padding: 12px 15px;
      color: #fff;
      text-transform: uppercase;
      font-size: 11px;
      font-family: "Nunito Light";
      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; }
      .cifras-home .texto a i {
        margin-right: 5px; }
      .cifras-home .texto a:hover {
        background: #FFED00; }
  .cifras-home .cifra {
    position: relative;
    width: 55%;
    margin: auto;
    text-align: right;
    padding: 10px 0 45px 20px;
    border-left: 6px solid #79BA58;
    border-bottom: 6px solid #79BA58; }
    .cifras-home .cifra:before {
      content: "";
      width: 34px;
      height: 6px;
      background: #79BA58;
      top: 0;
      left: 0;
      position: absolute; }
    .cifras-home .cifra:after {
      content: "";
      height: 30px;
      width: 6px;
      background: #79BA58;
      bottom: 0;
      right: 0;
      position: absolute; }
    .cifras-home .cifra .borders {
      position: absolute;
      top: -6px;
      left: -12px;
      width: 100%;
      height: 107%;
      border-left: 6px solid #E71C03;
      border-bottom: 6px solid #E71C03; }
      .cifras-home .cifra .borders:before {
        content: "";
        width: 34px;
        height: 6px;
        background: #E71C03;
        top: 0;
        left: 0;
        position: absolute; }
      .cifras-home .cifra .borders:after {
        content: "";
        height: 36px;
        width: 6px;
        background: #E71C03;
        bottom: -6px;
        right: -6px;
        position: absolute; }
    .cifras-home .cifra span {
      font-size: 26px;
      font-family: "Nunito Regular";
      line-height: 26px;
      margin-bottom: 5px;
      color: #000;
      display: block; }
      .cifras-home .cifra span small {
        font-size: 15px; }
    .cifras-home .cifra p {
      font-size: 14px;
      font-family: "Nunito Light";
      line-height: 16px;
      margin-bottom: 0px;
      color: #000;
      text-transform: uppercase; }

.nuevos-patrocinadores-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px; }
  .nuevos-patrocinadores-home .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 60px; }
    .nuevos-patrocinadores-home .box .texto {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0;
      text-align: center;
      background: #eee;
      padding: 40px 30px; }
      .nuevos-patrocinadores-home .box .texto .svg {
        height: 50px;
        margin-bottom: 5px; }
      .nuevos-patrocinadores-home .box .texto .titulo {
        font-size: 40px;
        font-family: "gillsab";
        line-height: 38px;
        margin-bottom: 5px;
        color: #000; }
        .nuevos-patrocinadores-home .box .texto .titulo strong {
          color: #E71C03;
          font-family: "gillsab"; }
      .nuevos-patrocinadores-home .box .texto p {
        font-size: 15px;
        font-family: "Nunito Light";
        line-height: 22px;
        margin-bottom: 25px;
        color: #000; }
      .nuevos-patrocinadores-home .box .texto a {
        font-family: "Nunito Light";
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        padding: 12px 34px;
        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;
        background: #E71C03;
        z-index: 9; }
        .nuevos-patrocinadores-home .box .texto a:hover {
          color: #fff;
          background: #9D9D9C; }
    .nuevos-patrocinadores-home .box .patrocinador-mobile {
      display: none; }
    .nuevos-patrocinadores-home .box .box-logos {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 40px;
      margin-top: 25px; }
      .nuevos-patrocinadores-home .box .box-logos .mr {
        margin: 0; }
      .nuevos-patrocinadores-home .box .box-logos .pd {
        padding: 0; }
      .nuevos-patrocinadores-home .box .box-logos .patrocinador {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin-bottom: 0;
        padding: 25px 0;
        border: none !important; }
        .nuevos-patrocinadores-home .box .box-logos .patrocinador .img {
          margin: auto; }
          .nuevos-patrocinadores-home .box .box-logos .patrocinador .img img {
            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;
            width: 100%; }
          .nuevos-patrocinadores-home .box .box-logos .patrocinador .img img:hover {
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            -ms-filter: grayscale(100%); }
      .nuevos-patrocinadores-home .box .box-logos.platinum .img {
        overflow: hidden;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 80px; }
      .nuevos-patrocinadores-home .box .box-logos.tipo .img {
        overflow: hidden;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 110px;
        height: 60px; }

.patrocinadores-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 100px; }
  .patrocinadores-home .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0; }
    .patrocinadores-home .box .mr {
      margin: 0; }
    .patrocinadores-home .box .pd {
      padding: 0; }
    .patrocinadores-home .box .texto-patrocinadores-movil {
      display: none; }
    .patrocinadores-home .box .patrocinador {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0;
      padding: 40px 0;
      border: none !important; }
      .patrocinadores-home .box .patrocinador .img {
        overflow: hidden;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 80px;
        margin: auto; }
        .patrocinadores-home .box .patrocinador .img img {
          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; }
        .patrocinadores-home .box .patrocinador .img img:hover {
          filter: grayscale(100%);
          -webkit-filter: grayscale(100%);
          -moz-filter: grayscale(100%);
          -o-filter: grayscale(100%);
          -ms-filter: grayscale(100%); }
    .patrocinadores-home .box .texto {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0;
      border-right: 2px solid #dbdbdb;
      background: #e4e4e4;
      text-align: center;
      padding: 60px 15px;
      height: 324px;
      position: relative; }
      .patrocinadores-home .box .texto:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        border: 15px solid #fff; }
      .patrocinadores-home .box .texto .titulo {
        font-size: 44px;
        font-family: "gillsab";
        line-height: 48px;
        margin-bottom: 5px;
        color: #000; }
      .patrocinadores-home .box .texto p {
        font-size: 15px;
        font-family: "Nunito Light";
        line-height: 22px;
        margin-bottom: 25px;
        color: #000;
        padding: 0 30px; }
      .patrocinadores-home .box .texto a {
        font-family: "Nunito Light";
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        padding: 12px 34px;
        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;
        background: #E71C03;
        z-index: 9; }
        .patrocinadores-home .box .texto a:hover {
          color: #fff;
          background: #9D9D9C; }

.ferias-previstas {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px; }
  .ferias-previstas .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0; }
  .ferias-previstas .feria {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    text-align: center; }
    .ferias-previstas .feria .logo {
      overflow: hidden;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 180px;
      height: 80px;
      margin: 0 auto 20px; }
      .ferias-previstas .feria .logo img {
        max-height: 100%;
        max-width: 100%; }
    .ferias-previstas .feria .titulo {
      font-size: 24px;
      font-family: "Nunito Regular";
      line-height: 28px;
      margin-bottom: 10px;
      color: #000; }
      .ferias-previstas .feria .titulo a {
        color: #000; }
        .ferias-previstas .feria .titulo a:hover {
          color: #FFED00; }
    .ferias-previstas .feria hr {
      margin-top: 10px;
      margin-bottom: 15px;
      border: 0;
      border-top: 1px solid #999;
      width: 40px; }
    .ferias-previstas .feria .fecha {
      font-size: 13px;
      font-family: "Nunito Regular";
      line-height: 15px;
      margin-bottom: 15px;
      color: #E71C03;
      display: block; }
    .ferias-previstas .feria .img {
      overflow: hidden;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 370px;
      height: 230px;
      margin: auto;
      margin-bottom: 20px; }
      .ferias-previstas .feria .img .hover {
        width: 100%;
        height: 100%;
        background: rgba(7, 102, 51, 0.85);
        text-align: center;
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0; }
        .ferias-previstas .feria .img .hover:after {
          content: "";
          width: 104px;
          height: 112px;
          background: url(../img/e-conferenciante.png) no-repeat center center;
          position: absolute;
          bottom: 0;
          right: 0;
          opacity: 0.2; }
        .ferias-previstas .feria .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;
          width: 90%; }
          .ferias-previstas .feria .img .hover .texto small {
            font-size: 24px;
            font-family: "Nunito Light";
            line-height: 28px;
            margin-bottom: 5px;
            color: #fff;
            display: block; }
          .ferias-previstas .feria .img .hover .texto span {
            font-size: 13px;
            font-family: "Nunito Regular";
            line-height: 13px;
            margin-bottom: 0px;
            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;
            text-transform: uppercase; }
            .ferias-previstas .feria .img .hover .texto span:hover {
              color: #FFED00; }
        .ferias-previstas .feria .img .hover:hover {
          opacity: 1; }
    .ferias-previstas .feria p {
      font-size: 14px;
      font-family: "Nunito Light";
      line-height: 20px;
      margin-bottom: 25px;
      color: #000;
      padding: 0 30px; }
    .ferias-previstas .feria .masInfo {
      font-family: "Nunito Light";
      text-transform: uppercase;
      color: #fff;
      font-size: 14px;
      padding: 12px 34px;
      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;
      background: #E71C03; }
      .ferias-previstas .feria .masInfo:hover {
        color: #fff;
        background: #9D9D9C; }

.conferenciantes-anteriores {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px; }
  .conferenciantes-anteriores .container {
    position: relative; }
  .conferenciantes-anteriores .conferenciante {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0; }
    .conferenciantes-anteriores .conferenciante .img {
      overflow: hidden;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 200px;
      height: 230px;
      margin: auto;
      position: relative; }
      .conferenciantes-anteriores .conferenciante .img:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 22px 22px 22px;
        border-color: transparent transparent #fff  transparent;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 9; }
    .conferenciantes-anteriores .conferenciante .texto {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0;
      position: relative;
      text-align: center;
      padding: 0 10px; }
      .conferenciantes-anteriores .conferenciante .texto .edicion {
        font-size: 14px;
        font-family: "Nunito Regular";
        line-height: 20px;
        margin-bottom: 5px;
        color: #E71C03;
        display: block; }
      .conferenciantes-anteriores .conferenciante .texto .nombre {
        font-size: 16px;
        font-family: "Nunito Regular";
        line-height: 20px;
        margin-bottom: 0px;
        color: #000;
        display: block; }
      .conferenciantes-anteriores .conferenciante .texto .puesto {
        font-size: 12px;
        font-family: "Nunito Light";
        line-height: 18px;
        margin-bottom: 0px;
        color: #000;
        display: block;
        font-style: italic; }
      .conferenciantes-anteriores .conferenciante .texto .empresa {
        font-size: 12px;
        font-family: "Nunito Regular";
        line-height: 18px;
        margin-bottom: 0px;
        color: #000;
        display: block;
        font-style: italic; }
      .conferenciantes-anteriores .conferenciante .texto hr {
        margin-top: 6px;
        margin-bottom: 6px;
        border: 0;
        border-top: 2px solid #fc4f3a;
        width: 10px; }
      .conferenciantes-anteriores .conferenciante .texto:before {
        content: "";
        width: 20px;
        height: 20px;
        background: url(../img/e-litle.png) no-repeat center center;
        display: block;
        margin: -10px auto 8px;
        z-index: 9;
        position: relative; }
  .conferenciantes-anteriores .carousel-arrows li {
    position: absolute;
    cursor: pointer;
    color: #E71C03;
    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: 200px;
    font-size: 16px;
    z-index: 9;
    display: inline-block; }
    .conferenciantes-anteriores .carousel-arrows li:hover {
      color: #FFED00; }
    .conferenciantes-anteriores .carousel-arrows li.prev-conferenciantes-anteriores {
      left: 0; }
    .conferenciantes-anteriores .carousel-arrows li.next-conferenciantes-anteriores {
      right: 0; }

.conferenciantes-confirmados {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 60px; }
  .conferenciantes-confirmados .titulo-seccion .texto small {
    font-size: 24px;
    font-family: "Nunito Bold";
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: none; }
  .conferenciantes-confirmados .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 40px;
    position: relative; }
    .conferenciantes-confirmados .box:after {
      content: "";
      width: 66px;
      height: 145px;
      background: url(../img/flecha2.png) no-repeat center center;
      position: absolute;
      left: 140px;
      bottom: -110px; }
  .conferenciantes-confirmados .mr {
    margin: 0 -5px; }
  .conferenciantes-confirmados .pd {
    padding: 0 5px; }
  .conferenciantes-confirmados .conferenciante {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    float: left;
    margin-bottom: 10px; }
    .conferenciantes-confirmados .conferenciante .img {
      overflow: hidden;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 290px;
      height: 340px;
      float: left;
      margin: 0; }
    .conferenciantes-confirmados .conferenciante .texto {
      display: inline-block;
      width: 50%;
      float: left;
      position: relative;
      padding: 35px 30px;
      height: 340px;
      background: #f5f5f5;
      /* Old browsers */
      background: -moz-linear-gradient(45deg, #f5f5f5 0%, #eeeeee 20%, #ddd 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(45deg, #f5f5f5 0%, #eeeeee 20%, #ddd 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, #f5f5f5 0%, #eeeeee 20%, #ddd 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ddd',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
      .conferenciantes-confirmados .conferenciante .texto:after {
        content: "";
        width: 104px;
        height: 112px;
        background: url(../img/e-conferenciante.png) no-repeat center center;
        position: absolute;
        bottom: 0;
        right: 0; }
      .conferenciantes-confirmados .conferenciante .texto .edicion {
        font-size: 14px;
        font-family: "Nunito Regular";
        line-height: 20px;
        margin-bottom: 5px;
        color: #000;
        display: block; }
      .conferenciantes-confirmados .conferenciante .texto .tema {
        font-size: 15px;
        font-family: "Nunito Regular";
        line-height: 18px;
        margin-bottom: 15px;
        color: #000;
        display: block; }
        .conferenciantes-confirmados .conferenciante .texto .tema a {
          color: #E71C03; }
          .conferenciantes-confirmados .conferenciante .texto .tema a:hover {
            color: #FFED00; }
      .conferenciantes-confirmados .conferenciante .texto .nombre {
        font-size: 22px;
        font-family: "Nunito Regular";
        line-height: 24px;
        margin-bottom: 0px;
        color: #000;
        display: block;
        position: relative;
        position: relative;
        z-index: 9; }
        .conferenciantes-confirmados .conferenciante .texto .nombre a {
          color: #000; }
          .conferenciantes-confirmados .conferenciante .texto .nombre a:hover {
            color: #E71C03; }
        .conferenciantes-confirmados .conferenciante .texto .nombre:after {
          content: "";
          width: 70px;
          height: 4px;
          background: #E71C03;
          display: block;
          position: relative;
          left: -30px;
          top: 0;
          margin: 15px 0 20px; }
      .conferenciantes-confirmados .conferenciante .texto .puesto {
        font-size: 14px;
        font-family: "Nunito Light";
        line-height: 18px;
        margin-bottom: 5px;
        color: #000;
        display: block;
        font-style: italic;
        position: relative;
        z-index: 9; }
      .conferenciantes-confirmados .conferenciante .texto .empresa {
        font-size: 11px;
        font-family: "Nunito Regular";
        line-height: 18px;
        margin-bottom: 5px;
        color: #E71C03;
        display: block;
        text-transform: uppercase;
        position: relative;
        z-index: 9; }
      .conferenciantes-confirmados .conferenciante .texto .box-logo {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin-bottom: 0;
        position: relative;
        z-index: 9; }
        .conferenciantes-confirmados .conferenciante .texto .box-logo .img-logo {
          display: inline-block;
          width: 90px;
          height: auto;
          margin-bottom: 5px; }
          .conferenciantes-confirmados .conferenciante .texto .box-logo .img-logo img {
            width: 100%; }
      .conferenciantes-confirmados .conferenciante .texto .redes {
        display: inline-block;
        position: relative;
        z-index: 9; }
        .conferenciantes-confirmados .conferenciante .texto .redes a {
          font-size: 20px;
          color: #666;
          margin-right: 5px; }
          .conferenciantes-confirmados .conferenciante .texto .redes a:hover {
            color: #FFED00; }
        .conferenciantes-confirmados .conferenciante .texto .redes .svg {
          width: 15px;
          fill: #666;
          margin-right: 5px;
          margin-left: 2px;
          position: relative;
          top: 1px;
          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; }
          .conferenciantes-confirmados .conferenciante .texto .redes .svg:hover {
            fill: #FFED00; }
  .conferenciantes-confirmados .col-lg-6:nth-of-type(3) .conferenciante .img, .conferenciantes-confirmados .col-lg-6:nth-of-type(4) .conferenciante .img, .conferenciantes-confirmados .col-lg-6:nth-of-type(7) .conferenciante .img, .conferenciantes-confirmados .col-lg-6:nth-of-type(8) .conferenciante .img, .conferenciantes-confirmados .col-lg-6:nth-of-type(11) .conferenciante .img, .conferenciantes-confirmados .col-lg-6:nth-of-type(12) .conferenciante .img, .conferenciantes-confirmados .col-lg-6:nth-of-type(15) .conferenciante .img, .conferenciantes-confirmados .col-lg-6:nth-of-type(16) .conferenciante .img {
    float: right; }
  .conferenciantes-confirmados .col-lg-6:nth-of-type(3) .conferenciante .texto, .conferenciantes-confirmados .col-lg-6:nth-of-type(4) .conferenciante .texto, .conferenciantes-confirmados .col-lg-6:nth-of-type(7) .conferenciante .texto, .conferenciantes-confirmados .col-lg-6:nth-of-type(8) .conferenciante .texto, .conferenciantes-confirmados .col-lg-6:nth-of-type(11) .conferenciante .texto, .conferenciantes-confirmados .col-lg-6:nth-of-type(12) .conferenciante .texto, .conferenciantes-confirmados .col-lg-6:nth-of-type(15) .conferenciante .texto, .conferenciantes-confirmados .col-md-6:nth-of-type(16) .conferenciante .texto {
    float: left;
    text-align: right; }
  .conferenciantes-confirmados .col-lg-6:nth-of-type(3) .conferenciante .texto .nombre:after, .conferenciantes-confirmados .col-lg-6:nth-of-type(4) .conferenciante .texto .nombre:after, .conferenciantes-confirmados .col-lg-6:nth-of-type(7) .conferenciante .texto .nombre:after, .conferenciantes-confirmados .col-lg-6:nth-of-type(8) .conferenciante .texto .nombre:after, .conferenciantes-confirmados .col-lg-6:nth-of-type(11) .conferenciante .texto .nombre:after, .conferenciantes-confirmados .col-lg-6:nth-of-type(12) .conferenciante .texto .nombre:after, .conferenciantes-confirmados .col-lg-6:nth-of-type(15) .conferenciante .texto .nombre:after, .conferenciantes-confirmados .col-lg-6:nth-of-type(16) .conferenciante .texto .nombre:after {
    left: initial;
    right: -190px; }

.mas {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  text-align: center;
  position: relative;
  z-index: 9; }
  .mas .svg {
    fill: #E71C03;
    height: 65px;
    margin-bottom: 5px; }
  .mas span {
    font-size: 26px;
    font-family: "Nunito Regular";
    line-height: 30px;
    margin-bottom: 5px;
    color: #000;
    display: block;
    text-transform: uppercase; }
  .mas p {
    font-size: 16px;
    font-family: "Nunito Light";
    line-height: 22px;
    margin-bottom: 30px;
    color: #000; }
  .mas a {
    font-family: "Nunito Light";
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    padding: 12px 34px;
    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;
    background: #E71C03;
    padding: 12px 26px;
    font-family: "Nunito Regular";
    border: 2px solid #E71C03;
    color: #E71C03;
    background: #fff; }
    .mas a:hover {
      color: #fff;
      background: #9D9D9C; }
    .mas a:hover {
      border: 2px solid #E71C03;
      color: #fff;
      background: #E71C03; }

.testimonios {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
  background: #f5f5f5;
  padding: 40px 0 0; }
  .testimonios .container {
    position: relative; }
  .testimonios .titulo-seccion.seccion-interna {
    margin-bottom: 20px; }
  .testimonios .testimonio {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px; }
    .testimonios .testimonio .flaticon-quote {
      font-size: 34px;
      line-height: 40px;
      color: #E71C03;
      display: block; }
    .testimonios .testimonio .titular {
      font-size: 28px;
      font-family: "gillsab";
      line-height: 32px;
      margin-bottom: 15px;
      color: #000;
      display: block; }
    .testimonios .testimonio .texto-oculto {
      display: none; }
    .testimonios .testimonio .leerMas {
      font-size: 14px;
      font-family: "Nunito Regular";
      line-height: 16px;
      margin-bottom: 0px;
      color: #E71C03; }
      .testimonios .testimonio .leerMas:hover {
        opacity: 0.7; }
    .testimonios .testimonio p {
      font-size: 16px;
      font-family: "Nunito Light";
      line-height: 24px;
      margin-bottom: 10px;
      color: #000;
      font-style: italic; }
    .testimonios .testimonio hr {
      margin-top: 25px;
      margin-bottom: 20px;
      border: 0;
      border-top: 1px solid #d1d1d1;
      position: relative;
      width: 100%; }
      .testimonios .testimonio hr:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 10px 0 10px;
        border-color: #d1d1d1 transparent transparent transparent;
        position: absolute;
        top: 0;
        right: 65px; }
    .testimonios .testimonio .datos {
      display: table;
      width: 480px;
      text-align: right;
      margin: auto; }
      .testimonios .testimonio .datos .texto-datos {
        display: inline-block;
        float: right;
        padding: 10px 15px 0 0;
        width: 75%; }
        .testimonios .testimonio .datos .texto-datos .nombre {
          font-size: 16px;
          font-family: "Nunito Regular";
          line-height: 20px;
          margin-bottom: 5px;
          color: #E71C03;
          display: block; }
        .testimonios .testimonio .datos .texto-datos .empresa {
          font-size: 14px;
          font-family: "Nunito Light";
          line-height: 13px;
          margin-bottom: 0px;
          color: #666;
          display: inline-block;
          text-transform: uppercase;
          padding-right: 10px;
          border-right: 1px solid #999; }
        .testimonios .testimonio .datos .texto-datos .cargo {
          font-size: 14px;
          font-family: "Nunito Light";
          line-height: 13px;
          margin-bottom: 0px;
          color: #666;
          display: inline-block;
          text-transform: uppercase;
          padding-left: 4px; }
        .testimonios .testimonio .datos .texto-datos .redes {
          display: inline-block;
          width: 100%;
          margin-top: 5px;
          text-align: right; }
          .testimonios .testimonio .datos .texto-datos .redes a {
            color: #E71C03;
            font-size: 14px;
            margin-left: 5px; }
            .testimonios .testimonio .datos .texto-datos .redes a:hover {
              opacity: 0.7; }
        .testimonios .testimonio .datos .texto-datos .box-logo {
          display: inline-block;
          width: 100%; }
        .testimonios .testimonio .datos .texto-datos .logo-testimonio {
          display: inline-block;
          width: 120px;
          height: auto;
          margin: 10px 0 0;
          float: right; }
          .testimonios .testimonio .datos .texto-datos .logo-testimonio img {
            width: 100%; }
      .testimonios .testimonio .datos .box-img {
        position: relative;
        display: inline-block;
        float: right; }
        .testimonios .testimonio .datos .box-img:after {
          /*content: "";
					width: 39px;
					height: 32px;
					background: url(../img/detalle.png) no-repeat center center;
					position: absolute;
					bottom: -5px;
    				right: -5px;*/ }
        .testimonios .testimonio .datos .box-img .img {
          overflow: hidden;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 110px;
          height: 110px;
          margin-bottom: 10px;
          border-radius: 50%;
          float: right; }
      .testimonios .testimonio .datos .btn-testimonio {
        text-align: center; }
        .testimonios .testimonio .datos .btn-testimonio a {
          background: #E71C03;
          color: #fff;
          font-size: 11px;
          padding: 5px 10px;
          font-family: "Nunito Light";
          display: table;
          margin: auto;
          width: 100px; }
          .testimonios .testimonio .datos .btn-testimonio a:hover {
            opacity: 0.7; }
  .testimonios .carousel-arrows li {
    position: absolute;
    cursor: pointer;
    color: #E71C03;
    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: 50%;
    font-size: 16px;
    z-index: 9;
    display: inline-block; }
    .testimonios .carousel-arrows li:hover {
      color: #FFED00; }
    .testimonios .carousel-arrows li.prev-testimonios {
      left: 0; }
    .testimonios .carousel-arrows li.next-testimonios {
      right: 0; }
  .testimonios .mas {
    padding: 10px 0 20px; }

.social-premios {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  padding-bottom: 20px;
  background: #fff;
  position: relative; }
  .social-premios:after {
    content: "";
    width: 100%;
    height: 298px;
    background: url(/img/triangulos-bottom.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    right: 0; }
  .social-premios .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0; }
  .social-premios .mas-premios {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 9; }
    .social-premios .mas-premios span {
      font-size: 28px;
      font-family: "Nunito Light";
      line-height: 32px;
      margin-bottom: 5px;
      color: #000;
      display: block;
      text-shadow: 2px 2px #f5f5f5, -2px 2px #f5f5f5, 2px -2px #f5f5f5, -2px -2px #f5f5f5, 2px 2px 15px #f5f5f5; }
    .social-premios .mas-premios a {
      font-size: 15px;
      font-family: "Nunito Regular";
      line-height: 20px;
      margin-bottom: 0px;
      color: #E71C03;
      text-decoration: underline;
      text-transform: uppercase; }
      .social-premios .mas-premios a:hover {
        opacity: 0.7; }
  .social-premios .premios {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0;
    position: relative;
    z-index: 9; }
    .social-premios .premios .premio {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 30px;
      float: left;
      background: #eee;
      padding: 30px;
      border-bottom: 2px solid #ddd; }
    .social-premios .premios .img {
      overflow: hidden;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 220px;
      height: 130px;
      margin: 0;
      float: left; }
      .social-premios .premios .img .hover {
        width: 100%;
        height: 100%;
        background: rgba(254, 12, 10, 0.9);
        text-align: center;
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0; }
        .social-premios .premios .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;
          padding: 0; }
          .social-premios .premios .img .hover .texto span {
            font-size: 13px;
            font-family: "Nunito Regular";
            line-height: 13px;
            margin-bottom: 0px;
            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;
            text-transform: uppercase; }
            .social-premios .premios .img .hover .texto span:hover {
              opacity: 0.7; }
        .social-premios .premios .img .hover:hover {
          opacity: 1; }
    .social-premios .premios .texto {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      width: 60%;
      float: left;
      padding-left: 20px;
      margin-bottom: 0; }
      .social-premios .premios .texto .svg {
        width: 32px;
        fill: #E71C03;
        margin-right: 10px;
        vertical-align: bottom; }
      .social-premios .premios .texto .titulo {
        font-size: 20px;
        font-family: "Nunito Regular";
        line-height: 22px;
        margin-bottom: 15px;
        color: #000;
        text-transform: uppercase; }
        .social-premios .premios .texto .titulo a {
          color: #000; }
          .social-premios .premios .texto .titulo a:hover {
            color: #E71C03; }
      .social-premios .premios .texto p {
        font-size: 13px;
        font-family: "Nunito Light";
        line-height: 20px;
        margin-bottom: 15px;
        color: #000; }
      .social-premios .premios .texto .leerMas {
        font-size: 12px;
        font-family: "Nunito Regular";
        line-height: 20px;
        margin-bottom: 0px;
        color: #E71C03;
        text-transform: uppercase; }
        .social-premios .premios .texto .leerMas:hover {
          opacity: 0.7; }
      .social-premios .premios .texto .edicion {
        font-size: 16px;
        font-family: "Nunito Regular";
        line-height: 20px;
        margin-bottom: 5px;
        color: #E71C03;
        display: block; }

.social {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  position: relative;
  z-index: 9; }
  .social .img {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 470px;
    height: 280px;
    position: relative; }
    .social .img:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0px 50px 45px 50px;
      border-color: transparent transparent #fff  transparent;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      z-index: 9; }
    .social .img .hover {
      width: 100%;
      height: 100%;
      background: rgba(254, 12, 10, 0.9);
      text-align: center;
      position: absolute;
      opacity: 0;
      top: 0;
      left: 0; }
      .social .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;
        margin: 0; }
        .social .img .hover .texto span {
          font-size: 13px;
          font-family: "Nunito Regular";
          line-height: 13px;
          margin-bottom: 0px;
          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;
          text-transform: uppercase; }
          .social .img .hover .texto span:hover {
            color: #FFED00; }
      .social .img .hover:hover {
        opacity: 1; }
  .social .texto {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0;
    text-align: center;
    margin-top: -35px; }
    .social .texto .logo {
      width: 54px;
      position: relative;
      z-index: 9;
      margin-bottom: 0; }
    .social .texto .titulo {
      font-size: 32px;
      font-family: "Nunito Light";
      line-height: 40px;
      margin-bottom: 10px;
      color: #000; }
      .social .texto .titulo a {
        color: #000; }
        .social .texto .titulo a:hover {
          color: #FFED00; }
    .social .texto p {
      font-size: 15px;
      font-family: "Nunito Light";
      line-height: 22px;
      margin-bottom: 20px;
      color: #000; }
    .social .texto .leerMas {
      font-family: "Nunito Light";
      text-transform: uppercase;
      color: #fff;
      font-size: 15px;
      padding: 12px 34px;
      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;
      background: #E71C03; }
      .social .texto .leerMas:hover {
        color: #fff;
        background: #9D9D9C; }
    .social .texto .edicion {
      font-size: 16px;
      font-family: "Nunito Regular";
      line-height: 20px;
      margin-bottom: 10px;
      color: #E71C03;
      display: block; }

.banners-patrocinadores {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 60px;
  background: #f5f5f5;
  padding: 40px 0; }
  .banners-patrocinadores .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0; }
  .banners-patrocinadores .box-banner {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0; }
    .banners-patrocinadores .box-banner .img {
      overflow: hidden;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 370px;
      height: 280px; }
      .banners-patrocinadores .box-banner .img .hover {
        width: 100%;
        height: 100%;
        background: rgba(254, 12, 10, 0.9);
        text-align: center;
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0; }
        .banners-patrocinadores .box-banner .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; }
          .banners-patrocinadores .box-banner .img .hover .texto span {
            font-size: 13px;
            font-family: "Nunito Regular";
            line-height: 13px;
            margin-bottom: 0px;
            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;
            text-transform: uppercase; }
            .banners-patrocinadores .box-banner .img .hover .texto span:hover {
              color: #FFED00; }
        .banners-patrocinadores .box-banner .img .hover:hover {
          opacity: 1; }

.blog-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  background: #f5f5f5;
  padding: 60px 0 30px; }
  .blog-home .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 100px; }
    .blog-home .box .noticia {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0px;
      background: #fff;
      padding: 20px;
      border-bottom: 1px solid #bebebe; }
      .blog-home .box .noticia .img {
        overflow: hidden;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 330px;
        height: 195px;
        position: relative;
        margin: auto; }
        .blog-home .box .noticia .img .fecha {
          position: absolute;
          text-align: center;
          background: rgba(254, 12, 10, 0.9);
          padding: 8px 15px;
          top: 0;
          left: 0; }
          .blog-home .box .noticia .img .fecha span {
            font-size: 20px;
            font-family: "Nunito Regular";
            line-height: 22px;
            margin-bottom: 0px;
            color: #fff;
            display: block; }
          .blog-home .box .noticia .img .fecha small {
            font-size: 10px;
            font-family: "Nunito Light";
            line-height: 22px;
            margin-bottom: 0px;
            color: #fff;
            text-transform: uppercase;
            margin-left: 5px; }
        .blog-home .box .noticia .img:hover .fecha {
          display: none; }
        .blog-home .box .noticia .img .hover {
          width: 100%;
          height: 100%;
          background: rgba(254, 12, 10, 0.9);
          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: 13px;
              font-family: "Nunito Regular";
              line-height: 13px;
              margin-bottom: 0px;
              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;
              text-transform: uppercase; }
              .blog-home .box .noticia .img .hover .texto span:hover {
                color: #FFED00; }
          .blog-home .box .noticia .img .hover:hover {
            opacity: 1; }
      .blog-home .box .noticia .texto {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin-bottom: 0;
        text-align: center;
        padding: 15px; }
        .blog-home .box .noticia .texto .titulo {
          font-size: 18px;
          font-family: "Nunito Regular";
          line-height: 22px;
          margin-bottom: 10px;
          color: #000;
          text-transform: uppercase; }
          .blog-home .box .noticia .texto .titulo a {
            color: #000; }
            .blog-home .box .noticia .texto .titulo a:hover {
              color: #E71C03; }
        .blog-home .box .noticia .texto p {
          font-size: 14px;
          font-family: "Nunito Light";
          line-height: 22px;
          margin-bottom: 20px;
          color: #000; }
        .blog-home .box .noticia .texto .leerMas {
          font-size: 12px;
          font-family: "Nunito Regular";
          line-height: 20px;
          margin-bottom: 0px;
          color: #E71C03;
          text-transform: uppercase; }
          .blog-home .box .noticia .texto .leerMas:hover {
            color: #FFED00; }
        .blog-home .box .noticia .texto img {
          background: #fff;
          padding: 0 15px; }
        .blog-home .box .noticia .texto hr {
          margin-top: -12px;
          margin-bottom: 22px;
          border: 0;
          border-top: 1px solid #E71C03;
          width: 100px; }
  .blog-home .mas-blog {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 50px;
    text-align: center;
    position: relative; }
    .blog-home .mas-blog:after {
      content: "";
      width: 198px;
      height: 146px;
      background: url(../img/megafono.png) no-repeat center center;
      position: absolute;
      top: -55px;
      right: 85px; }
    .blog-home .mas-blog span {
      font-size: 26px;
      font-family: "Nunito Light";
      line-height: 30px;
      margin-bottom: 5px;
      color: #000;
      display: block;
      text-shadow: 2px 2px #f5f5f5, -2px 2px #f5f5f5,        2px -2px #f5f5f5, -2px -2px #f5f5f5, 2px 2px 15px #f5f5f5;
      position: relative;
      z-index: 9; }
    .blog-home .mas-blog a {
      font-size: 15px;
      font-family: "Nunito Regular";
      line-height: 22px;
      margin-bottom: 0px;
      color: #E71C03;
      text-decoration: underline;
      text-transform: uppercase; }
      .blog-home .mas-blog a:hover {
        color: #FFED00; }

.banner-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  position: relative; }
  .banner-home .img {
    width: 370px;
    height: auto;
    margin-bottom: 30px;
    text-align: center; }
    .banner-home .img img {
      width: 100%; }
  .banner-home .texto-banner {
    display: inline-block;
    width: 100%;
    padding: 25px 35px;
    background: rgba(255, 255, 255, 0.8); }
    .banner-home .texto-banner .titulo {
      font-size: 22px;
      font-family: "gillsab";
      line-height: 24px;
      margin-bottom: 10px;
      color: #000;
      text-transform: uppercase; }
    .banner-home .texto-banner span {
      font-size: 15px;
      font-family: "Nunito Regular";
      line-height: 22px;
      margin-bottom: 10px;
      color: #E71C03;
      text-transform: uppercase;
      display: block; }
    .banner-home .texto-banner p {
      font-size: 14px;
      font-family: "Nunito Light";
      line-height: 22px;
      margin-bottom: 15px;
      color: #000; }

/*aviso legal*/
._legal .cabecera {
  margin-bottom: 0; }

.texto-legal {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px; }
  .texto-legal h4, .texto-legal h2 {
    margin-top: 30px;
    font-size: 22px;
    font-family: "Nunito Regular";
    line-height: 26px;
    margin-bottom: 5px;
    color: #000; }
  .texto-legal a {
    font-family: "Nunito Regular";
    text-decoration: underline;
    color: #E71C03; }
    .texto-legal a:hover {
      color: #FFED00; }
  .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; }

.respuesta-news .btn-volver {
  font-family: "Nunito Light";
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  padding: 12px 34px;
  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;
  background: #E71C03;
  color: #fff !important;
  margin-top: 20px;
  cursor: pointer; }
  .respuesta-news .btn-volver:hover {
    color: #fff;
    background: #9D9D9C; }
  .respuesta-news .btn-volver i {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    margin-right: 5px; }

/*contacto*/
.form-contacto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px; }
  .form-contacto form {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 40px; }
    .form-contacto form .polPriv {
      margin-bottom: 5px; }
    .form-contacto form .polPriv label {
      background: #999; }
    .form-contacto form .polPriv input[type=checkbox]:checked + label:after {
      color: #E71C03 !important; }
    .form-contacto form .polPriv-text {
      color: #000; }
    .form-contacto form .btn-enviar {
      font-family: "Nunito Light";
      text-transform: uppercase;
      color: #fff;
      font-size: 16px;
      padding: 12px 34px;
      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;
      background: #E71C03;
      padding: 12px 34px; }
      .form-contacto form .btn-enviar:hover {
        color: #fff;
        background: #9D9D9C; }
    .form-contacto form textarea.form-control {
      height: 125px; }
  .form-contacto .titulo {
    font-size: 32px;
    font-family: "Nunito Regular";
    line-height: 36px;
    margin-bottom: 30px;
    color: #000;
    text-align: center; }
  .form-contacto .hitos-contacto {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px; }
    .form-contacto .hitos-contacto .box {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0px; }
      .form-contacto .hitos-contacto .box .hito {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin-bottom: 30px;
        text-align: center;
        border-bottom: 1px solid #ddd;
        padding: 0 15px 40px; }
        .form-contacto .hitos-contacto .box .hito .icono {
          font-size: 30px;
          color: #E71C03; }
        .form-contacto .hitos-contacto .box .hito span {
          font-size: 16px;
          font-family: "Nunito Regular";
          line-height: 22px;
          margin-bottom: 10px;
          color: #000;
          display: block;
          text-transform: uppercase; }
        .form-contacto .hitos-contacto .box .hito p {
          font-size: 14px;
          font-family: "Nunito Light";
          line-height: 20px;
          margin-bottom: 15px;
          color: #000; }
        .form-contacto .hitos-contacto .box .hito a {
          font-size: 18px;
          font-family: "Nunito Regular";
          line-height: 20px;
          margin-bottom: 0px;
          color: #E71C03; }
          .form-contacto .hitos-contacto .box .hito a:hover {
            color: #FFED00; }
      .form-contacto .hitos-contacto .box .hito.redes {
        border-bottom: none; }
      .form-contacto .hitos-contacto .box .hito.redes a {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 20px;
        text-align: center;
        color: #E71C03;
        border: 2px solid #E71C03;
        background: #fff;
        margin: 0 5px; }
        .form-contacto .hitos-contacto .box .hito.redes a:hover {
          background: #E71C03;
          color: #fff; }

.titulo-mapa {
  font-size: 32px;
  font-family: "Nunito Regular";
  line-height: 36px;
  margin-bottom: 0px;
  color: #000;
  text-align: center;
  display: block;
  position: relative;
  top: 60px; }

.box-mapa {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px; }
  .box-mapa .img-mapa {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 570px;
    height: 400px; }
  .box-mapa #map2 {
    width: 100%;
    height: 400px;
    border: 10px solid #ddd; }

.tipos-interno {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  padding: 40px 0 80px; }
  .tipos-interno .subtitulo {
    font-size: 15px;
    font-family: "gillsab";
    line-height: 24px;
    margin-bottom: 5px;
    color: #E71C03;
    display: block;
    text-transform: uppercase;
    text-align: center; }
  .tipos-interno .titulo {
    font-size: 48px;
    font-family: "gillsab";
    line-height: 48px;
    margin-bottom: 5px;
    color: #000;
    text-align: center; }
  .tipos-interno .tipo {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0;
    background: #fff;
    text-align: center;
    border: 1px solid #fff;
    padding: 35px 25px; }
    .tipos-interno .tipo:hover {
      background: #eee;
      border: 1px solid #ddd; }
    .tipos-interno .tipo .svg {
      fill: #E71C03;
      height: 54px;
      margin-bottom: 10px; }
    .tipos-interno .tipo .titulo-tipo {
      font-size: 18px;
      font-family: "Nunito Regular";
      line-height: 22px;
      margin-bottom: 0px;
      color: #000;
      text-transform: uppercase; }
    .tipos-interno .tipo hr {
      margin-top: 10px;
      margin-bottom: 10px;
      border-top: 2px solid #E71C03;
      width: 24px; }
    .tipos-interno .tipo p {
      font-size: 13px;
      font-family: "Nunito Light";
      line-height: 22px;
      margin-bottom: 15px;
      color: #000; }
    .tipos-interno .tipo small {
      font-size: 17px;
      font-family: "Nunito Regular";
      line-height: 24px;
      margin-bottom: 20px;
      color: #000;
      display: block; }
    .tipos-interno .tipo span {
      font-family: "Nunito Light";
      text-transform: uppercase;
      color: #fff;
      font-size: 12px;
      padding: 12px 34px;
      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;
      background: #E71C03;
      padding: 8px 22px;
      font-family: "Nunito Regular";
      border: 2px solid #E71C03;
      color: #E71C03;
      background: #fff; }
      .tipos-interno .tipo span:hover {
        color: #fff;
        background: #9D9D9C; }
      .tipos-interno .tipo span:hover {
        border: 2px solid #E71C03;
        color: #fff;
        background: #E71C03; }

/*blog, premios y concursos, accion social*/
._blog, ._premios-concursos, ._accion-social, ._sala-prensa {
  background: #f5f5f5; }
  ._blog header, ._premios-concursos header, ._accion-social header, ._sala-prensa header {
    padding-bottom: 10px; }

.blog-grid {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  padding: 0; }
  .blog-grid .box {
    margin-bottom: 20px; }
  .blog-grid .box .noticia {
    padding: 25px;
    margin-bottom: 60px; }
  .blog-grid .box .noticia .img {
    width: 360px;
    height: 215px;
    float: left; }
  .blog-grid .box .noticia .texto {
    width: 55%;
    padding: 15px;
    float: right; }
  .blog-grid .box .noticia .texto .titulo {
    font-size: 20px;
    line-height: 26px; }
  .blog-grid .box .noticia .texto p {
    font-size: 15px;
    line-height: 22px; }
  .blog-grid .box .noticia .texto .edicion {
    font-size: 14px;
    font-family: "Nunito Regular";
    line-height: 20px;
    margin-bottom: 5px;
    color: #E71C03;
    display: block; }

.side-blog {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden; }
  .side-blog .btn-colabora {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    padding: 25px;
    background: #E71C03;
    border: 2px solid #E71C03;
    color: #fff;
    overflow: hidden;
    position: relative; }
    .side-blog .btn-colabora:after {
      content: "\f164";
      font-family: "FontAwesome";
      font-size: 80px;
      opacity: 0.15;
      color: #fff;
      position: absolute;
      bottom: -10px;
      right: 10px; }
    .side-blog .btn-colabora:hover {
      background: #fff;
      color: #E71C03; }
    .side-blog .btn-colabora span {
      font-size: 14px;
      font-family: "Nunito Regular";
      line-height: 20px;
      margin-bottom: 10px;
      display: block;
      text-transform: uppercase; }
    .side-blog .btn-colabora p {
      font-size: 12px;
      font-family: "Nunito Light";
      line-height: 18px;
      margin-bottom: 10px; }
    .side-blog .btn-colabora small {
      font-size: 13px;
      font-family: "Nunito Light";
      line-height: 18px;
      margin-bottom: 0px;
      text-transform: uppercase;
      text-decoration: underline; }
  .side-blog .box-side {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 40px;
    overflow: hidden;
    background: #fff;
    position: relative;
    border-right: 2px solid #ddd;
    text-align: right; }
    .side-blog .box-side .titulo-side {
      font-size: 16px;
      font-family: "Nunito Regular";
      line-height: 20px;
      margin-bottom: 0px;
      color: #000;
      text-transform: uppercase;
      display: block;
      padding: 15px;
      background: #ddd;
      position: relative;
      overflow: hidden; }
      .side-blog .box-side .titulo-side i {
        margin-left: 5px;
        color: #E71C03; }
    .side-blog .box-side ul {
      padding: 10px 0px; }
    .side-blog .box-side ul li {
      margin: 0; }
      .side-blog .box-side ul li a {
        font-size: 13px;
        font-family: "Nunito Light";
        line-height: 18px;
        margin-bottom: 0px;
        color: #666;
        width: 100%;
        display: block;
        padding: 12px 15px; }
        .side-blog .box-side ul li a:hover {
          color: #FFED00; }
        .side-blog .box-side ul li a span {
          color: #E71C03;
          font-family: "Nunito Regular";
          font-size: 13px;
          margin-left: 5px; }
  .side-blog .banner-home {
    padding: 30px;
    width: 270px;
    height: 375px;
    margin-bottom: 40px;
    text-align: center; }
  .side-blog .banner-home .texto-banner {
    padding: 0;
    margin-bottom: 10px; }
  .side-blog .banner-home .texto-banner .titulo {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px; }
  .side-blog .banner-home .texto-banner span {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0; }
  .side-blog .banner-home .texto-banner p {
    display: none; }
  .side-blog .banner-home a {
    font-family: "Nunito Light";
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    padding: 12px 34px;
    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;
    background: #E71C03; }
    .side-blog .banner-home a:hover {
      color: #fff;
      background: #9D9D9C; }

/*noticia*/
._noticia .side-blog .box-side ul {
  background: #f5f5f5; }

.blog-single {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  background: #fff;
  padding: 0; }
  .blog-single .box .noticia {
    margin-bottom: 20px;
    padding: 0;
    border: none;
    background: #fff;
    overflow: initial;
    height: auto !important; }
    .blog-single .box .noticia .img {
      width: 870px;
      height: 520px;
      margin-bottom: 20px; }
      .blog-single .box .noticia .img .fecha {
        display: inline-block !important;
        padding: 15px 25px; }
      .blog-single .box .noticia .img .fecha span {
        font-size: 30px;
        line-height: 30px;
        font-family: "Nunito Regular"; }
      .blog-single .box .noticia .img .fecha small {
        font-size: 15px;
        line-height: 30px; }
    .blog-single .box .noticia .texto {
      padding: 0;
      width: 100%;
      margin: 0;
      text-align: left; }
      .blog-single .box .noticia .texto .titulo {
        font-size: 46px;
        font-family: "Nunito Light";
        line-height: 52px;
        margin-bottom: 20px;
        color: #000;
        text-transform: none; }
      .blog-single .box .noticia .texto h2 {
        font-size: 24px;
        font-family: "Nunito Regular";
        line-height: 26px;
        margin-bottom: 10px;
        color: #000;
        margin-top: 30px; }
      .blog-single .box .noticia .texto p {
        font-size: 15px;
        font-family: "Nunito Light";
        line-height: 22px;
        margin-bottom: 15px;
        color: #000; }
        .blog-single .box .noticia .texto p a {
          color: #E71C03;
          font-family: "Nunito Regular";
          text-decoration: underline; }
          .blog-single .box .noticia .texto p a:hover {
            color: #FFED00; }
      .blog-single .box .noticia .texto ul {
        padding-left: 40px;
        margin-bottom: 40px; }
        .blog-single .box .noticia .texto ul li {
          list-style-type: disc; }
      .blog-single .box .noticia .texto img {
        padding: 15px; }
      .blog-single .box .noticia .texto blockquote {
        width: 90%;
        border: none;
        padding: 30px 40px;
        background: #eee;
        margin: 50px auto;
        text-align: center;
        position: relative;
        border-bottom: 2px solid #E71C03; }
        .blog-single .box .noticia .texto blockquote:after {
          content: "";
          width: 18px;
          height: 20px;
          background-image: url(../img/e-litle.png);
          background-position: center center;
          background-repeat: no-repeat;
          padding: 15px;
          background-color: #fff;
          position: absolute;
          bottom: -18px;
          border-radius: 50%;
          border-bottom: 3px solid #E71C03;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -ms-transform: translateX(-50%); }
        .blog-single .box .noticia .texto blockquote p {
          font-size: 28px;
          font-family: "gillsab";
          line-height: 36px;
          margin-bottom: 0px;
          color: #000; }

.box-compartir {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  padding: 15px 15px 5px;
  position: relative; }
  .box-compartir .compartir {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0; }
    .box-compartir .compartir span {
      margin-right: 10px;
      font-size: 16px;
      font-family: "Nunito Regular";
      line-height: 20px;
      margin-bottom: 0px;
      color: #000;
      float: left; }
    .box-compartir .compartir .addthis_toolbox {
      display: inline-block;
      float: left; }
    .box-compartir .compartir a {
      color: #E71C03;
      font-size: 18px;
      display: inline-block;
      float: left;
      margin-right: 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; }
      .box-compartir .compartir a:hover {
        color: #FFED00; }

.box-btn-volver a {
  font-size: 14px;
  font-family: "Nunito Regular";
  line-height: 15px;
  margin-bottom: 0px;
  color: #E71C03;
  text-transform: uppercase; }
  .box-btn-volver a:hover {
    color: #FFED00; }
  .box-btn-volver a i {
    margin-right: 5px;
    font-size: 9px; }

/*ficha premio y ficha accion social*/
._ficha-premio .box .noticia {
  margin-bottom: 0px; }

/*ruedas de prensa*/
.ruedas-prensa {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px; }
  .ruedas-prensa .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px; }
  .ruedas-prensa .slickCarousel {
    margin-bottom: 80px; }
  .ruedas-prensa .carousel-arrows {
    margin-bottom: 20px;
    text-align: right;
    padding-right: 15px;
    position: relative; }
  .ruedas-prensa .carousel-arrows li {
    color: #E71C03;
    position: relative;
    bottom: 0; }
  .ruedas-prensa .dia {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0;
    border: 8px solid #ddd; }
    .ruedas-prensa .dia .titulo {
      display: inline-block;
      width: 100%;
      padding: 20px;
      text-align: center;
      font-size: 26px;
      font-family: "Nunito Light";
      line-height: 30px;
      margin-bottom: 0px;
      color: #fff;
      background: #E71C03; }
      .ruedas-prensa .dia .titulo i {
        font-size: 20px;
        margin-right: 10px;
        vertical-align: text-top; }
    .ruedas-prensa .dia .tipo-conferencia {
      display: inline-block;
      width: 100%;
      margin-bottom: 10px; }
      .ruedas-prensa .dia .tipo-conferencia .titulo {
        display: inline-block;
        width: 100%;
        padding: 10px 20px;
        text-align: left;
        font-size: 18px;
        line-height: 22px;
        margin: 25px 0 5px 0px;
        font-family: "Nunito Regular";
        color: #E71C03;
        background: #eee;
        border-bottom: 1px solid #ccc; }
      .ruedas-prensa .dia .tipo-conferencia .patrocinador {
        display: inline-block;
        padding: 15px 20px 10px 20px;
        width: 100%;
        text-align: center; }
        .ruedas-prensa .dia .tipo-conferencia .patrocinador .box {
          display: inline-block;
          width: 100%;
          margin-bottom: 0;
          border: 1px solid #ddd;
          padding: 10px 10px 5px; }
        .ruedas-prensa .dia .tipo-conferencia .patrocinador .texto-patrocinador {
          display: inline-block;
          position: relative;
          bottom: 14px;
          padding: 0px 10px; }
          .ruedas-prensa .dia .tipo-conferencia .patrocinador .texto-patrocinador small {
            font-size: 12px;
            font-family: "Nunito Regular";
            line-height: 15px;
            margin-bottom: 0px;
            color: #666;
            text-transform: uppercase;
            display: block; }
          .ruedas-prensa .dia .tipo-conferencia .patrocinador .texto-patrocinador span {
            font-size: 22px;
            font-family: "Nunito Regular";
            line-height: 26px;
            margin-bottom: 0px;
            color: #000; }
        .ruedas-prensa .dia .tipo-conferencia .patrocinador .logo {
          position: relative;
          width: 170px;
          height: 60px;
          margin: 0;
          display: inline-block; }
          .ruedas-prensa .dia .tipo-conferencia .patrocinador .logo 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%);
            max-width: 100%;
            max-height: 100%; }
    .ruedas-prensa .dia ul li a {
      display: inline-block;
      width: 100%;
      padding: 20px;
      border-bottom: 1px solid #ddd;
      background: #fff; }
      .ruedas-prensa .dia ul li a:hover {
        background: #eee; }
    .ruedas-prensa .dia ul li .img {
      overflow: hidden;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 95px;
      height: 95px;
      float: left;
      border-radius: 50%;
      border: 5px solid #ddd; }
    .ruedas-prensa .dia ul li .texto {
      display: inline-block;
      width: 65%;
      padding-left: 20px; }
      .ruedas-prensa .dia ul li .texto .tema {
        font-size: 18px;
        font-family: "Nunito Light";
        line-height: 22px;
        margin-bottom: 10px;
        color: #000;
        display: block; }
      .ruedas-prensa .dia ul li .texto .nombre {
        font-size: 16px;
        font-family: "Nunito Light";
        line-height: 22px;
        margin-bottom: 2px;
        color: #000; }
      .ruedas-prensa .dia ul li .texto .puesto {
        font-size: 13px;
        font-family: "Nunito Light";
        line-height: 18px;
        margin-bottom: 0px;
        color: #E71C03;
        display: block;
        font-style: italic; }
      .ruedas-prensa .dia ul li .texto .empresa {
        font-size: 11px;
        font-family: "Nunito Regular";
        line-height: 18px;
        margin-bottom: 0px;
        color: #E71C03;
        display: block;
        text-transform: uppercase;
        margin-top: 5px; }
    .ruedas-prensa .dia ul li .hora {
      float: right;
      display: inline-block;
      width: 15%;
      text-align: center;
      background: #ddd;
      padding: 10px 14px; }
      .ruedas-prensa .dia ul li .hora span {
        font-size: 14px;
        font-family: "Nunito Light";
        line-height: 14px;
        margin-bottom: 0px;
        color: #000;
        display: inline-block; }
      .ruedas-prensa .dia ul li .hora i {
        color: #E71C03;
        font-size: 20px;
        display: block;
        margin-bottom: 10px; }
    .ruedas-prensa .dia ul li:last-child a {
      border: none; }

.selector {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 60px;
  padding: 30px 35px;
  background: #eee;
  position: relative;
  overflow: hidden;
  border: 4px dashed #d9d9d9; }
  .selector:after {
    content: "";
    width: 196px;
    height: 208px;
    background: url(../img/e-filtro.png) no-repeat center center;
    position: absolute;
    bottom: -40px;
    right: 40px;
    opacity: 0.2; }
  .selector .texto-selector {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0; }
    .selector .texto-selector span {
      font-size: 32px;
      font-family: "Nunito Regular";
      line-height: 36px;
      margin-bottom: 5px;
      color: #000;
      display: inline-block; }
    .selector .texto-selector small {
      font-size: 16px;
      font-family: "Nunito Light";
      line-height: 20px;
      margin-bottom: 0px;
      color: #000;
      display: block; }
  .selector .filtro-edicion {
    display: inline-block;
    width: 70%;
    position: relative;
    top: 3px;
    float: left;
    margin-right: 20px; }
    .selector .filtro-edicion .form-group {
      margin: 0; }
    .selector .filtro-edicion select {
      background: #fff;
      border: 3px solid #ccc;
      height: 52px !important;
      position: relative;
      z-index: 9;
      font-size: 16px; }
      .selector .filtro-edicion select:focus {
        border: 3px solid #FFED00; }
  .selector .logo-edicion {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 50px;
    float: left;
    background: #fff;
    margin: 0;
    z-index: 9;
    top: 3px;
    padding: 4px; }
    .selector .logo-edicion img {
      max-height: 100%;
      max-width: 100%; }

.listado-ruedas-prensa {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px; }
  .listado-ruedas-prensa .box-video {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 50px; }
    .listado-ruedas-prensa .box-video .img {
      overflow: hidden;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 200px;
      height: 150px;
      margin: 0 auto 15px;
      position: relative; }
      .listado-ruedas-prensa .box-video .img img {
        width: 100%; }
      .listado-ruedas-prensa .box-video .img .hover {
        width: 100%;
        height: 100%;
        background: rgba(7, 102, 51, 0.85);
        text-align: center;
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0; }
        .listado-ruedas-prensa .box-video .img .hover:after {
          content: "";
          width: 74px;
          height: 80px;
          background: url(../img/e-conferenciante.png) no-repeat center center;
          position: absolute;
          bottom: 0;
          right: 0;
          opacity: 0.2;
          background-size: contain; }
        .listado-ruedas-prensa .box-video .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; }
          .listado-ruedas-prensa .box-video .img .hover .texto-hover i {
            font-size: 40px;
            color: #fff; }
            .listado-ruedas-prensa .box-video .img .hover .texto-hover i:hover {
              color: #FFED00; }
        .listado-ruedas-prensa .box-video .img .hover:hover {
          opacity: 1; }
    .listado-ruedas-prensa .box-video .texto {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0;
      text-align: center; }
      .listado-ruedas-prensa .box-video .texto .fecha {
        font-size: 11px;
        font-family: "Nunito Regular";
        line-height: 12px;
        margin-bottom: 5px;
        color: #E71C03;
        display: block;
        text-transform: uppercase; }
      .listado-ruedas-prensa .box-video .texto .titulo {
        font-size: 14px;
        font-family: "Nunito Light";
        line-height: 20px;
        margin-bottom: 5px;
        color: #000; }
        .listado-ruedas-prensa .box-video .texto .titulo a {
          color: #000; }
          .listado-ruedas-prensa .box-video .texto .titulo a:hover {
            color: #FFED00; }
      .listado-ruedas-prensa .box-video .texto .nombre {
        font-size: 14px;
        font-family: "Nunito Light";
        line-height: 18px;
        margin-bottom: 0px;
        color: #000;
        display: block; }

._ficha-premio .ruedas-prensa .dia .titulo i {
  font-size: 26px;
  margin-right: 10px;
  vertical-align: text-top; }

._ficha-premio .ruedas-prensa .box {
  margin-bottom: 0; }

._ficha-premio .ruedas-prensa ul li {
  padding: 20px;
  display: inline-block;
  width: 50%;
  float: left;
  border-bottom: 1px solid #ddd; }
  ._ficha-premio .ruedas-prensa ul li a {
    display: inline-block;
    width: initial;
    padding: 0;
    border-bottom: none;
    background: none;
    margin: 0 10px 0px 0;
    font-size: 18px; }
  ._ficha-premio .ruedas-prensa ul li .texto {
    display: inline-block;
    width: 75%;
    padding-left: 20px;
    padding-top: 5px; }
    ._ficha-premio .ruedas-prensa ul li .texto p {
      font-size: 12px; }
  ._ficha-premio .ruedas-prensa ul li .redes {
    display: inline-block;
    width: 100%; }
  ._ficha-premio .ruedas-prensa ul li .texto .nombre {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
    color: #000; }

.noticia .btn-inscripcion {
  font-family: "Nunito Light";
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  padding: 12px 34px;
  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;
  background: #E71C03;
  margin: 15px 0; }
  .noticia .btn-inscripcion:hover {
    color: #fff;
    background: #9D9D9C; }

.ruedas-prensa.nominados .box-img {
  display: inline-block;
  width: 35%;
  text-align: center;
  float: left; }
  .ruedas-prensa.nominados .box-img #num_votos {
    font-size: 14px;
    font-family: "Nunito Regular";
    line-height: 18px;
    margin-bottom: 5px;
    color: #000;
    display: inline-block;
    width: 100%; }
  .ruedas-prensa.nominados .box-img .votar {
    margin: 0;
    text-transform: uppercase;
    background: #E71C03;
    color: #fff;
    font-size: 11px;
    padding: 6px 10px; }
    .ruedas-prensa.nominados .box-img .votar i {
      font-size: 10px;
      margin-right: 4px; }
    .ruedas-prensa.nominados .box-img .votar:hover {
      background: #FFED00; }

.ruedas-prensa.nominados .dia ul li .img {
  width: 135px;
  height: 90px;
  margin-bottom: 5px;
  border-radius: 0;
  border: none; }
  .ruedas-prensa.nominados .dia ul li .img img {
    max-width: 100%;
    max-height: 100%; }

.ruedas-prensa.nominados ul li .texto {
  width: 65%; }

.ruedas-prensa.nominados .dia ul li .texto .empresa {
  margin-bottom: 5px; }

.ruedas-prensa.nominados .dia ul li .download {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 10px; }
  .ruedas-prensa.nominados .dia ul li .download a {
    font-size: 12px;
    font-family: "Nunito Regular";
    line-height: 18px;
    margin-bottom: 0px;
    color: #E71C03;
    background: #ddd;
    padding: 8px 15px; }
    .ruedas-prensa.nominados .dia ul li .download a:hover {
      background: #E71C03;
      color: #fff; }

.ruedas-prensa.conferencias .dia ul li .texto {
  width: 60%; }

.ruedas-prensa.conferencias .dia ul li .hora {
  width: 15%; }

.ruedas-prensa.conferencias .cta {
  margin-bottom: 100px; }

/*ESTILOS PAGEFLIP*/
._visualizar-proyecto {
  background-size: cover !important;
  /* barra de controles del page flip*/
  /*.df-floating .df-ui-controls{
		display: none!important;
	}*/ }

._visualizar-proyecto .blog-single {
  background: transparent; }

._visualizar-proyecto .logo {
  width: 212px;
  margin: 30px auto 10px; }

._visualizar-proyecto .logo img {
  width: 100%; }

._visualizar-proyecto ._df_book {
  height: 80vh !important;
  background-color: transparent !important; }

._visualizar-proyecto .df-ui-btn.df-ui-outline.ti-menu-alt {
  display: none; }

._visualizar-proyecto .df-floating .df-ui-controls {
  bottom: 0px; }

._visualizar-proyecto .df-container.df-floating > .df-ui-next {
  right: 6%; }

._visualizar-proyecto .df-container.df-floating > .df-ui-prev {
  left: 6%; }

@media screen and (max-width: 1199px) {
  ._visualizar-proyecto .logo {
    margin: 30px auto 0px; }
  ._visualizar-proyecto ._df_book {
    height: 85vh !important; } }

@media screen and (max-width: 991px) {
  ._visualizar-proyecto .df-container.df-floating > .df-ui-next {
    right: 0; }
  ._visualizar-proyecto .df-container.df-floating > .df-ui-prev {
    left: 0; }
  ._visualizar-proyecto ._df_book {
    height: 75vh !important; } }

@media screen and (max-width: 767px) {
  ._visualizar-proyecto #audioplayer {
    display: none; }
  ._visualizar-proyecto .logo {
    width: 40%; }
  ._visualizar-proyecto .logo img {
    width: 100%; }
  ._visualizar-proyecto ._df_book {
    height: 80vh !important; } }

/*la feria*/
.la-feria {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px; }
  .la-feria .texto-tipo {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 40px;
    padding-right: 20px; }
    .la-feria .texto-tipo .titulo {
      font-size: 44px;
      font-family: "Nunito Light";
      line-height: 48px;
      margin-bottom: 5px;
      color: #000; }
      .la-feria .texto-tipo .titulo strong {
        font-family: "gillsab";
        color: #E71C03;
        font-size: 46px; }
    .la-feria .texto-tipo .subtitulo {
      font-size: 24px;
      font-family: "Nunito Light";
      line-height: 26px;
      margin-bottom: 5px;
      color: #000;
      margin-top: 30px; }
    .la-feria .texto-tipo a {
      font-family: "Nunito Regular";
      text-decoration: underline; }
      .la-feria .texto-tipo a:hover {
        color: #FFED00; }
    .la-feria .texto-tipo ul {
      margin-bottom: 40px;
      padding-left: 40px; }
    .la-feria .texto-tipo ul li {
      position: relative;
      padding-left: 20px; }
      .la-feria .texto-tipo ul li:before {
        content: "\f11f";
        font-family: "Flaticon";
        font-size: 9px;
        color: #E71C03;
        position: absolute;
        top: 3px;
        left: 0; }
  .la-feria .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 40px; }
  .la-feria .seccion {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 40px; }
    .la-feria .seccion .img {
      overflow: hidden;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 270px;
      height: 200px;
      position: relative;
      margin: 0; }
      .la-feria .seccion .img:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 22px 22px 22px;
        border-color: transparent transparent #fff  transparent;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 9; }
      .la-feria .seccion .img .hover {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        text-align: center;
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        display: initial; }
        .la-feria .seccion .img .hover:after {
          content: "";
          width: 1px;
          height: 86px;
          background: #fff;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -ms-transform: translateX(-50%); }
        .la-feria .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; }
          .la-feria .seccion .img .hover .texto-hover span {
            font-size: 12px;
            font-family: "Nunito Light";
            line-height: 12px;
            margin-bottom: 0px;
            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;
            text-transform: uppercase;
            border: 1px solid #fff;
            padding: 6px 15px; }
            .la-feria .seccion .img .hover .texto-hover span:hover {
              color: #fff;
              background: #FFED00;
              border: 1px solid #FFED00; }
        .la-feria .seccion .img .hover:hover {
          opacity: 1; }
    .la-feria .seccion .texto {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0px;
      text-align: center;
      position: relative;
      padding: 0 15px; }
      .la-feria .seccion .texto:before {
        content: "";
        width: 20px;
        height: 20px;
        background: url(../img/e-litle.png) no-repeat center center;
        display: block;
        margin: -10px auto 8px;
        z-index: 9;
        position: relative; }
      .la-feria .seccion .texto .titulo {
        font-size: 20px;
        font-family: "Nunito Light";
        line-height: 26px;
        margin-bottom: 5px;
        color: #000; }
        .la-feria .seccion .texto .titulo a {
          color: #000; }
          .la-feria .seccion .texto .titulo a:hover {
            color: #FFED00; }
      .la-feria .seccion .texto p {
        font-size: 13px;
        font-family: "Nunito Light";
        line-height: 18px;
        margin-bottom: 10px;
        color: #666; }
      .la-feria .seccion .texto .accede {
        font-size: 12px;
        font-family: "Nunito Regular";
        line-height: 12px;
        margin-bottom: 0px;
        color: #E71C03;
        text-transform: uppercase; }
        .la-feria .seccion .texto .accede:hover {
          color: #FFED00; }

.cifras-home.cifras-interno {
  background-image: none !important; }

/*Presentacion*/
.presentacion {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0; }
  .presentacion .img-presidente {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 370px;
    height: 450px;
    margin-bottom: 60px;
    margin-top: 50px; }
  .presentacion .firma {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0;
    margin-top: 20px; }
    .presentacion .firma .datos {
      display: inline-block;
      float: left;
      width: 50%; }
      .presentacion .firma .datos .nombre {
        font-size: 28px;
        font-family: "Nunito Light";
        line-height: 28px;
        margin-bottom: 0px;
        color: #000;
        display: block; }
      .presentacion .firma .datos .cargo {
        font-size: 12px;
        font-family: "Nunito Regular";
        line-height: 12px;
        margin-bottom: 0px;
        color: #E71C03;
        text-transform: uppercase; }
    .presentacion .firma .img-firma {
      width: 150px;
      overflow: hidden;
      float: right;
      margin-right: 40px; }
      .presentacion .firma .img-firma img {
        width: 100%; }

/*Concepto feria virtual*/
.concepto-feria-virtual {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  text-align: center; }
  .concepto-feria-virtual .listado-videos {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0; }
    .concepto-feria-virtual .listado-videos .video-ejemplo {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 60px;
      text-align: center; }
      .concepto-feria-virtual .listado-videos .video-ejemplo iframe {
        width: 570px !important;
        height: 325px !important;
        margin-bottom: 15px; }
      .concepto-feria-virtual .listado-videos .video-ejemplo span {
        font-size: 16px;
        font-family: "Nunito Light";
        line-height: 18px;
        margin-bottom: 0px;
        color: #000;
        display: block;
        text-transform: uppercase; }

/*Ediciones*/
.ediciones {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0; }
  .ediciones .listado-ediciones {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0; }
    .ediciones .listado-ediciones .titulo {
      font-size: 34px;
      font-family: "Nunito Light";
      line-height: 40px;
      margin-bottom: 20px;
      color: #000; }
    .ediciones .listado-ediciones.futuras .edicion {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 60px; }
      .ediciones .listado-ediciones.futuras .edicion .img-presente {
        overflow: hidden;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 370px;
        height: 230px;
        position: relative;
        margin: 0; }
      .ediciones .listado-ediciones.futuras .edicion .caption {
        display: inline-block;
        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;
        background: rgba(255, 255, 255, 0.8);
        padding: 20px 20px 0 20px; }
        .ediciones .listado-ediciones.futuras .edicion .caption h3 {
          font-size: 26px;
          font-family: "gillsab";
          line-height: 30px;
          margin-bottom: 0px;
          color: #000;
          display: block; }
        .ediciones .listado-ediciones.futuras .edicion .caption small {
          font-size: 13px;
          font-family: "gillsab";
          line-height: 20px;
          margin-bottom: 9px;
          color: #E71C03;
          display: block;
          text-transform: uppercase; }
        .ediciones .listado-ediciones.futuras .edicion .caption a {
          font-family: "Nunito Light";
          text-transform: uppercase;
          color: #fff;
          font-size: 14px;
          padding: 12px 34px;
          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;
          background: #E71C03;
          padding: 10px 30px;
          top: 20px; }
          .ediciones .listado-ediciones.futuras .edicion .caption a:hover {
            color: #fff;
            background: #9D9D9C; }
    .ediciones .listado-ediciones.pasadas .titulo {
      font-size: 28px;
      font-family: "Nunito Light";
      line-height: 32px;
      margin-bottom: 20px;
      color: #000; }
    .ediciones .listado-ediciones.pasadas .edicion {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 60px;
      text-align: center; }
      .ediciones .listado-ediciones.pasadas .edicion .img {
        overflow: hidden;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 148px;
        height: 148px;
        float: left;
        margin: 0;
        position: relative; }
        .ediciones .listado-ediciones.pasadas .edicion .img .hover {
          width: 100%;
          height: 100%;
          background: rgba(7, 102, 51, 0.85);
          text-align: center;
          position: absolute;
          opacity: 0;
          top: 0;
          left: 0; }
          .ediciones .listado-ediciones.pasadas .edicion .img .hover:after {
            content: "";
            width: 54px;
            height: 58px;
            background: url(../img/e-conferenciante.png) no-repeat center center;
            position: absolute;
            background-size: contain;
            bottom: 0;
            right: 0;
            opacity: 0.2; }
          .ediciones .listado-ediciones.pasadas .edicion .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; }
            .ediciones .listado-ediciones.pasadas .edicion .img .hover .texto-hover span {
              font-size: 13px;
              font-family: "Nunito Regular";
              line-height: 13px;
              margin-bottom: 0px;
              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;
              text-transform: uppercase; }
              .ediciones .listado-ediciones.pasadas .edicion .img .hover .texto-hover span:hover {
                color: #FFED00; }
          .ediciones .listado-ediciones.pasadas .edicion .img .hover:hover {
            opacity: 1; }
      .ediciones .listado-ediciones.pasadas .edicion .texto {
        display: inline-block;
        float: left;
        width: 60%;
        padding: 20px 15px;
        background: #eee;
        text-align: center;
        min-height: 148px;
        border-bottom: 1px solid #ddd; }
        .ediciones .listado-ediciones.pasadas .edicion .texto .titulo {
          font-size: 18px;
          font-family: "Nunito Light";
          line-height: 22px;
          margin-bottom: 5px;
          color: #000; }
          .ediciones .listado-ediciones.pasadas .edicion .texto .titulo a {
            color: #000; }
            .ediciones .listado-ediciones.pasadas .edicion .texto .titulo a:hover {
              color: #FFED00; }
        .ediciones .listado-ediciones.pasadas .edicion .texto p {
          font-size: 12px;
          font-family: "Nunito Light";
          line-height: 20px;
          margin-bottom: 10px;
          color: #000; }
        .ediciones .listado-ediciones.pasadas .edicion .texto img {
          background: #eee;
          margin: 0 auto 8px;
          display: block; }
        .ediciones .listado-ediciones.pasadas .edicion .texto .accede {
          font-size: 12px;
          font-family: "Nunito Regular";
          line-height: 18px;
          margin-bottom: 0px;
          color: #E71C03;
          text-transform: uppercase; }
          .ediciones .listado-ediciones.pasadas .edicion .texto .accede:hover {
            color: #FFED00; }

/*Patrocinadores*/
.patrocinadores-home.patrocinadores-grid {
  margin-bottom: 0; }
  .patrocinadores-home.patrocinadores-grid .mas {
    margin-bottom: 40px; }
    .patrocinadores-home.patrocinadores-grid .mas .svg {
      height: 50px; }

.patrocinadores-home.patrocinadores-grid .patrocinadores {
  margin-bottom: 80px; }

.patrocinadores-home.patrocinadores-grid .colaboradores {
  margin-bottom: 60px;
  position: relative; }
  .patrocinadores-home.patrocinadores-grid .colaboradores:after {
    content: "";
    width: 66px;
    height: 145px;
    background: url(../img/flecha2.png) no-repeat center center;
    position: absolute;
    left: 110px;
    bottom: -165px;
    z-index: 99; }

.patrocinadores-home.patrocinadores-grid .patrocinadores .titulo {
  font-size: 34px;
  font-family: "Nunito Light";
  line-height: 40px;
  margin-bottom: 20px;
  color: #000;
  text-align: center; }

.patrocinadores-home.patrocinadores-grid .colaboradores .titulo {
  font-size: 24px;
  font-family: "Nunito Light";
  line-height: 28px;
  margin-bottom: 20px;
  color: #000;
  text-align: center; }

.patrocinadores-home.patrocinadores-grid .box.colaboradores .patrocinador .img {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 80px;
  margin: auto;
  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; }
  .patrocinadores-home.patrocinadores-grid .box.colaboradores .patrocinador .img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%); }

.patrocinadores-home.patrocinadores-grid .box.colaboradores .patrocinador {
  padding: 20px 0; }

/*Conferencias*/
.conferencias {
  margin-bottom: 0; }
  .conferencias .conferenciantes-confirmados {
    margin-bottom: 0; }
    .conferencias .conferenciantes-confirmados .box {
      margin-bottom: 40px; }
  .conferencias .conferenciantes-confirmados .box:after {
    display: none; }

/*opciones*/
.opciones {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px; }
  .opciones .texto-intro p {
    font-size: 15px; }
  .opciones .form-info {
    width: 90%;
    float: right;
    background: #f5f5f5;
    padding: 40px;
    margin-top: 10px;
    position: sticky;
    top: 110px;
    margin-bottom: 60px; }
    .opciones .form-info .titulo {
      font-size: 28px;
      font-family: "Nunito Regular";
      line-height: 32px;
      margin-bottom: 10px;
      color: #000;
      display: block;
      text-transform: uppercase;
      text-align: center; }
    .opciones .form-info p {
      font-size: 18px;
      font-family: "Nunito Light";
      line-height: 22px;
      margin-bottom: 10px;
      color: #000;
      text-align: center; }
    .opciones .form-info .form-control {
      background: #fff; }
    .opciones .form-info textarea {
      height: 100px; }
    .opciones .form-info .polPriv span {
      width: 85%; }
    .opciones .form-info .btn-enviar {
      display: inline-block;
      background: #E71C03;
      font-size: 15px;
      font-family: "Nunito Light";
      line-height: 18px;
      margin-bottom: 0px;
      color: #fff;
      padding: 10px 20px;
      text-transform: uppercase; }
      .opciones .form-info .btn-enviar:hover {
        background: #FFED00; }
  .opciones .texto-beneficios {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 60px; }
    .opciones .texto-beneficios .titulo {
      font-size: 30px;
      font-family: "Nunito Light";
      line-height: 32px;
      margin-bottom: 10px;
      color: #000; }
    .opciones .texto-beneficios span {
      font-size: 18px;
      font-family: "Nunito Regular";
      line-height: 24px;
      margin-bottom: 5px;
      color: #000;
      display: block; }
    .opciones .texto-beneficios ul {
      margin-bottom: 40px;
      padding-left: 40px; }
    .opciones .texto-beneficios ul li {
      position: relative;
      padding-left: 20px; }
      .opciones .texto-beneficios ul li:before {
        content: "\f11f";
        font-family: "Flaticon";
        font-size: 9px;
        color: #E71C03;
        position: absolute;
        top: 3px;
        left: 0; }
      .opciones .texto-beneficios ul li a {
        font-family: "Nunito Regular";
        text-decoration: underline; }
        .opciones .texto-beneficios ul li a:hover {
          color: #FFED00; }
  .opciones .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 60px; }
    .opciones .box .svg {
      fill: #E71C03;
      height: 60px;
      margin: 0px auto 10px;
      display: block; }
    .opciones .box .titulo {
      font-size: 42px;
      font-family: "Nunito Light";
      line-height: 46px;
      margin-bottom: 10px;
      color: #000;
      text-align: center; }
    .opciones .box p {
      font-size: 18px;
      font-family: "Nunito Light";
      line-height: 22px;
      margin-bottom: 30px;
      color: #000;
      text-align: center; }
    .opciones .box .box-login {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin: 0; }
      .opciones .box .box-login .tipo {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin-bottom: 60px;
        padding: 30px 35px;
        background: #eee;
        position: relative;
        overflow: hidden;
        border: 4px dashed #d9d9d9;
        text-align: center; }
        .opciones .box .box-login .tipo:after {
          content: "";
          width: 196px;
          height: 208px;
          background: url(../img/e-filtro.png) no-repeat center center;
          position: absolute;
          bottom: 0px;
          right: -90px;
          opacity: 0.2; }
        .opciones .box .box-login .tipo span {
          font-size: 28px;
          font-family: "Nunito Regular";
          line-height: 32px;
          margin-bottom: 5px;
          color: #000;
          display: inline-block; }
        .opciones .box .box-login .tipo p {
          font-size: 16px;
          font-family: "Nunito Light";
          line-height: 22px;
          margin-bottom: 15px;
          color: #000;
          display: block; }
        .opciones .box .box-login .tipo a {
          font-family: "Nunito Light";
          text-transform: uppercase;
          color: #fff;
          font-size: 16px;
          padding: 12px 34px;
          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;
          background: #E71C03; }
          .opciones .box .box-login .tipo a:hover {
            color: #fff;
            background: #9D9D9C; }
    .opciones .box .paquetes {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0; }
      .opciones .box .paquetes .paquete {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin-bottom: 0;
        border: 2px solid #ddd;
        padding-bottom: 15px; }
        .opciones .box .paquetes .paquete .banderola {
          position: absolute;
          top: 5px;
          left: -5px; }
          .opciones .box .paquetes .paquete .banderola span {
            font-size: 9px;
            font-family: "Nunito Light";
            line-height: 10px;
            margin-bottom: 0px;
            color: #fff;
            text-transform: uppercase;
            background: #ef1919;
            padding: 8px 10px;
            transform: rotate(-25deg);
            -webkit-transform: rotate(-25deg);
            -moz-transform: rotate(-25deg);
            -o-transform: rotate(-25deg);
            -ms-transform: rotate(-25deg);
            display: inline-block;
            box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.4);
            -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.4);
            -o-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.4);
            -ms-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.4); }
        .opciones .box .paquetes .paquete .titulo-paquete {
          text-align: center;
          background: #eee;
          padding: 20px;
          border-bottom: 2px solid #ddd;
          margin-bottom: 20px;
          display: inline-block;
          width: 100%; }
          .opciones .box .paquetes .paquete .titulo-paquete hr {
            margin-top: 8px;
            margin-bottom: 8px;
            border: 0;
            border-top: 2px solid #E71C03;
            width: 25px; }
          .opciones .box .paquetes .paquete .titulo-paquete h3 {
            font-size: 24px;
            font-family: "Nunito Light";
            line-height: 24px;
            margin-bottom: 0px;
            color: #000;
            text-transform: uppercase;
            margin-top: 26px; }
          .opciones .box .paquetes .paquete .titulo-paquete strong {
            font-family: "Nunito Regular";
            color: #E71C03; }
          .opciones .box .paquetes .paquete .titulo-paquete p {
            font-size: 13px;
            font-family: "Nunito Light";
            line-height: 20px;
            margin-bottom: 0px;
            color: #000; }
          .opciones .box .paquetes .paquete .titulo-paquete .titulo-popular {
            font-size: 12px;
            font-family: "Nunito Regular";
            line-height: 18px;
            margin-bottom: 8px;
            color: #E71C03;
            text-transform: uppercase;
            display: none; }
        .opciones .box .paquetes .paquete .img-stand {
          overflow: hidden;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 310px;
          height: 150px;
          margin: 0 auto 15px; }
        .opciones .box .paquetes .paquete .precio {
          display: inline-block;
          width: 100%;
          margin-bottom: 80px;
          margin-bottom: 0;
          text-align: center;
          padding: 0 25px; }
          .opciones .box .paquetes .paquete .precio small {
            font-size: 12px;
            font-family: "Nunito Regular";
            line-height: 14px;
            margin-bottom: 5px;
            color: #E71C03;
            display: block;
            text-transform: uppercase; }
          .opciones .box .paquetes .paquete .precio span {
            font-size: 34px;
            font-family: "Nunito Light";
            line-height: 38px;
            margin-bottom: 0px;
            color: #000;
            margin: 0 5px; }
          .opciones .box .paquetes .paquete .precio .anterior {
            font-size: 20px;
            color: #c33737;
            text-decoration: line-through; }
          .opciones .box .paquetes .paquete .precio .iva {
            display: block;
            font-size: 12px;
            font-family: "Nunito Regular";
            line-height: 14px;
            margin-bottom: 0px;
            color: #000; }
          .opciones .box .paquetes .paquete .precio .promo {
            display: block;
            font-size: 12px;
            font-family: "Nunito Regular";
            line-height: 14px;
            margin-bottom: 0px;
            color: #666;
            padding: 10px 0 0; }
        .opciones .box .paquetes .paquete .no-precio {
          display: inline-block;
          width: 100%;
          margin-bottom: 80px;
          margin-bottom: 0;
          text-align: center;
          padding: 10px 25px; }
          .opciones .box .paquetes .paquete .no-precio small {
            font-size: 12px;
            font-family: "Nunito Regular";
            line-height: 14px;
            margin-bottom: 5px;
            color: #E71C03;
            display: block;
            text-transform: uppercase; }
          .opciones .box .paquetes .paquete .no-precio span {
            font-size: 28px;
            font-family: "Nunito Light";
            line-height: 32px;
            margin-bottom: 0px;
            color: #000;
            display: block; }
        .opciones .box .paquetes .paquete .solicitar {
          width: 310px;
          font-size: 15px;
          text-align: center;
          padding: 12px;
          background: #E71C03;
          color: #fff;
          text-transform: uppercase;
          font-family: "Nunito Light";
          border: 2px solid #E71C03;
          display: block;
          margin: 15px auto 15px; }
          .opciones .box .paquetes .paquete .solicitar:hover {
            color: #E71C03;
            background: #fff;
            border: 2px solid #E71C03; }
        .opciones .box .paquetes .paquete .download {
          display: inline-block;
          width: 100%;
          text-align: center;
          margin-bottom: 15px; }
          .opciones .box .paquetes .paquete .download a {
            font-size: 13px;
            font-family: "Nunito Regular";
            line-height: 14px;
            margin-bottom: 0px;
            color: #000;
            text-decoration: underline; }
            .opciones .box .paquetes .paquete .download a i {
              margin-right: 5px;
              color: #E71C03; }
            .opciones .box .paquetes .paquete .download a:hover {
              color: #E71C03; }
        .opciones .box .paquetes .paquete .servicios {
          display: inline-block;
          width: 100%;
          padding: 0 30px;
          margin-bottom: 15px; }
          .opciones .box .paquetes .paquete .servicios span {
            font-size: 12px;
            font-family: "Nunito Regular";
            line-height: 14px;
            margin-bottom: 5px;
            color: #E71C03;
            display: block;
            text-transform: uppercase; }
          .opciones .box .paquetes .paquete .servicios ul {
            margin-bottom: 0px; }
          .opciones .box .paquetes .paquete .servicios ul li {
            position: relative;
            padding-left: 15px;
            font-size: 12px;
            font-family: "Nunito Light";
            line-height: 20px;
            margin-bottom: 10px;
            color: #000; }
            .opciones .box .paquetes .paquete .servicios ul li:before {
              content: "\f11f";
              font-family: "Flaticon";
              font-size: 8px;
              color: #E71C03;
              position: absolute;
              top: 0px;
              left: 0; }
            .opciones .box .paquetes .paquete .servicios ul li a {
              font-family: "Nunito Regular";
              text-decoration: underline; }
              .opciones .box .paquetes .paquete .servicios ul li a:hover {
                color: #FFED00; }
        .opciones .box .paquetes .paquete.paquete-horizontal {
          width: 1170px;
          margin: auto;
          margin-top: 30px; }
          .opciones .box .paquetes .paquete.paquete-horizontal .esconde-movil {
            display: none; }
          .opciones .box .paquetes .paquete.paquete-horizontal .img-stand {
            width: 150px;
            height: 150px;
            margin: auto; }
          .opciones .box .paquetes .paquete.paquete-horizontal .no-precio {
            padding: 0px 25px; }
          .opciones .box .paquetes .paquete.paquete-horizontal .solicitar {
            width: 210px; }
      .opciones .box .paquetes .paquete.popular {
        border: 2px solid #FFED00;
        box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3); }

.opciones .box .paquetes .paquete.popular .titulo-paquete .titulo-popular {
  display: block !important; }

.opciones .box .paquetes .paquete.popular .titulo-paquete h3 {
  margin-top: 0; }

.form-previo-opciones, .form-pago-opciones {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  padding: 35px;
  background: #eee; }
  .form-previo-opciones .titulo-seccion.seccion-interna, .form-pago-opciones .titulo-seccion.seccion-interna {
    margin-bottom: 10px; }
    .form-previo-opciones .titulo-seccion.seccion-interna .aviso, .form-pago-opciones .titulo-seccion.seccion-interna .aviso {
      text-align: center;
      padding: 15px 40px;
      background: #fff;
      font-size: 15px;
      font-family: "Nunito Regular";
      line-height: 22px;
      margin-bottom: 15px;
      color: #E71C03; }
      .form-previo-opciones .titulo-seccion.seccion-interna .aviso i, .form-pago-opciones .titulo-seccion.seccion-interna .aviso i {
        font-size: 16px;
        margin-right: 5px; }
  .form-previo-opciones .titulo-seccion.seccion-interna .texto .titulo, .form-pago-opciones .titulo-seccion.seccion-interna .texto .titulo {
    font-size: 38px;
    font-family: "Nunito Light";
    line-height: 40px;
    margin-bottom: 10px; }
    .form-previo-opciones .titulo-seccion.seccion-interna .texto .titulo strong, .form-pago-opciones .titulo-seccion.seccion-interna .texto .titulo strong {
      font-family: "Nunito Regular"; }
  .form-previo-opciones .form-control, .form-pago-opciones .form-control {
    background: #fff; }
  .form-previo-opciones .btn-enviar, .form-pago-opciones .btn-enviar {
    font-family: "Nunito Light";
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 12px 34px;
    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;
    background: #E71C03;
    padding: 14px 32px;
    float: right; }
    .form-previo-opciones .btn-enviar:hover, .form-pago-opciones .btn-enviar:hover {
      color: #fff;
      background: #9D9D9C; }
    .form-previo-opciones .btn-enviar:visited, .form-previo-opciones .btn-enviar:focus, .form-previo-opciones .btn-enviar:active, .form-pago-opciones .btn-enviar:visited, .form-pago-opciones .btn-enviar:focus, .form-pago-opciones .btn-enviar:active {
      background: #bdc82d !important;
      /* Old browsers */
      background: -moz-linear-gradient(left, #dcdb00 0%, #7ca33a 50%, #086633 100%) !important;
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #dcdb00 0%, #7ca33a 50%, #086633 100%) !important;
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #dcdb00 0%, #7ca33a 50%, #086633 100%) !important;
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdb00', endColorstr='#086633',GradientType=1 ) !important;
      /* IE6-9 */ }
  .form-previo-opciones textarea, .form-pago-opciones textarea {
    height: 132px; }
  .form-previo-opciones .precio-form, .form-pago-opciones .precio-form {
    display: inline-block;
    min-width: 160px;
    float: left;
    text-align: right;
    margin: 30px 0px 0 0px; }
    .form-previo-opciones .precio-form small, .form-pago-opciones .precio-form small {
      font-size: 10px;
      font-family: "Nunito Regular";
      line-height: 10px;
      margin-bottom: 10px;
      color: #E71C03;
      display: block;
      text-transform: uppercase; }
    .form-previo-opciones .precio-form span, .form-pago-opciones .precio-form span {
      font-size: 34px;
      font-family: "Nunito Light";
      line-height: 30px;
      margin-bottom: 0px;
      color: #000; }
    .form-previo-opciones .precio-form .iva, .form-pago-opciones .precio-form .iva {
      color: #000; }
    .form-previo-opciones .precio-form .anterior, .form-pago-opciones .precio-form .anterior {
      font-size: 20px;
      color: #999;
      text-decoration: line-through;
      margin-right: 15px; }
  .form-previo-opciones .forma-pago, .form-pago-opciones .forma-pago {
    display: inline-block;
    float: right;
    margin: 0;
    width: 100%;
    text-align: right; }
    .form-previo-opciones .forma-pago span, .form-pago-opciones .forma-pago span {
      font-size: 12px;
      font-family: "Nunito Light";
      line-height: 12px;
      margin-bottom: 0px;
      color: #000; }
      .form-previo-opciones .forma-pago span strong, .form-pago-opciones .forma-pago span strong {
        font-family: "Nunito Regular";
        color: #E71C03; }
    .form-previo-opciones .forma-pago .sello, .form-pago-opciones .forma-pago .sello {
      position: relative;
      bottom: 8px;
      margin-left: 10px; }
    .form-previo-opciones .forma-pago .tarjetas, .form-pago-opciones .forma-pago .tarjetas {
      display: inline-block; }
      .form-previo-opciones .forma-pago .tarjetas img, .form-pago-opciones .forma-pago .tarjetas img {
        display: inline-block;
        float: left;
        margin-left: 10px;
        width: 32px; }
  .form-previo-opciones .pre-reserva, .form-pago-opciones .pre-reserva {
    display: inline-block;
    float: right;
    width: 31.33%;
    background: #fff;
    padding: 15px;
    border: 3px dashed #E71C03;
    margin-bottom: 15px; }
    .form-previo-opciones .pre-reserva .polPriv, .form-pago-opciones .pre-reserva .polPriv {
      position: relative;
      display: inline-block;
      width: 115px;
      margin: 0 0 5px 0;
      float: right; }
      .form-previo-opciones .pre-reserva .polPriv span, .form-pago-opciones .pre-reserva .polPriv span {
        float: right;
        font-size: 15px;
        color: #000;
        width: initial;
        font-family: "Nunito Regular"; }
    .form-previo-opciones .pre-reserva .aclaracion, .form-pago-opciones .pre-reserva .aclaracion {
      display: block;
      width: 100%;
      float: right;
      text-align: right; }
  .form-previo-opciones .info-mercantil, .form-pago-opciones .info-mercantil {
    display: inline-block;
    width: 100%;
    text-align: right; }
    .form-previo-opciones .info-mercantil span, .form-pago-opciones .info-mercantil span {
      font-size: 13px;
      font-family: "Nunito Light";
      line-height: 13px;
      margin-bottom: 0px;
      color: #000;
      margin-left: 10px; }
  .form-previo-opciones .datos_avatar, .form-pago-opciones .datos_avatar {
    padding: 30px 30px 20px;
    border: 2px solid #ddd;
    background: #fff;
    margin-bottom: 20px; }
    .form-previo-opciones .datos_avatar .titulo-avatar, .form-pago-opciones .datos_avatar .titulo-avatar {
      font-size: 13px;
      font-family: "Nunito Regular";
      line-height: 16px;
      margin-bottom: 10px;
      color: #E71C03;
      text-transform: uppercase;
      display: block; }
      .form-previo-opciones .datos_avatar .titulo-avatar i, .form-pago-opciones .datos_avatar .titulo-avatar i {
        font-size: 18px;
        margin-right: 5px; }
    .form-previo-opciones .datos_avatar input, .form-previo-opciones .datos_avatar select, .form-previo-opciones .datos_avatar textarea, .form-pago-opciones .datos_avatar input, .form-pago-opciones .datos_avatar select, .form-pago-opciones .datos_avatar textarea {
      background: #eee; }
    .form-previo-opciones .datos_avatar .datos, .form-pago-opciones .datos_avatar .datos {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin: 0; }
      .form-previo-opciones .datos_avatar .datos .titulo-datos, .form-pago-opciones .datos_avatar .datos .titulo-datos {
        font-size: 18px;
        font-family: "Nunito Regular";
        line-height: 24px;
        margin-bottom: 25px;
        color: #000;
        display: block;
        border-bottom: 1px solid #ccc;
        padding-bottom: 8px; }
      .form-previo-opciones .datos_avatar .datos .box-upload, .form-pago-opciones .datos_avatar .datos .box-upload {
        display: inline-block;
        float: left; }
        .form-previo-opciones .datos_avatar .datos .box-upload .box-img-upload, .form-pago-opciones .datos_avatar .datos .box-upload .box-img-upload {
          overflow: hidden;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 175px;
          height: 175px;
          margin-bottom: 10px; }
        .form-previo-opciones .datos_avatar .datos .box-upload .leyenda, .form-pago-opciones .datos_avatar .datos .box-upload .leyenda {
          font-size: 10px;
          font-family: "Nunito Regular";
          line-height: 13px;
          margin-bottom: 10px;
          color: #000;
          text-transform: none;
          display: block; }
      .form-previo-opciones .datos_avatar .datos .campos, .form-pago-opciones .datos_avatar .datos .campos {
        display: inline-block;
        width: 55%;
        float: left;
        padding-left: 20px; }
    .form-previo-opciones .datos_avatar .datos.empresa .campos, .form-pago-opciones .datos_avatar .datos.empresa .campos {
      width: 70%; }
    .form-previo-opciones .datos_avatar .input-group-btn, .form-pago-opciones .datos_avatar .input-group-btn {
      font-size: 11px;
      font-family: "Rubik Regular";
      color: #fff;
      width: 100%; }
    .form-previo-opciones .datos_avatar .texto-info, .form-pago-opciones .datos_avatar .texto-info {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin: 0;
      padding-top: 15px; }
      .form-previo-opciones .datos_avatar .texto-info p, .form-pago-opciones .datos_avatar .texto-info p {
        font-size: 13px;
        font-family: "Nunito Light";
        line-height: 18px;
        margin-bottom: 0px;
        color: #000; }
        .form-previo-opciones .datos_avatar .texto-info p i, .form-pago-opciones .datos_avatar .texto-info p i {
          font-size: 15px;
          color: #E71C03;
          margin-right: 5px; }
  .form-previo-opciones .btn-file, .form-pago-opciones .btn-file {
    padding: 13px 12px;
    height: 44px;
    line-height: 18px;
    text-transform: uppercase;
    background: #E71C03; }
    .form-previo-opciones .btn-file:hover, .form-pago-opciones .btn-file:hover {
      background: #FFED00; }
  .form-previo-opciones .datos_avatar .btn-file, .form-pago-opciones .datos_avatar .btn-file {
    padding: 13px;
    height: auto;
    line-height: 18px; }
  .form-previo-opciones .datos_avatar .btn.btn-file > input[type=file], .form-pago-opciones .datos_avatar .btn.btn-file > input[type=file] {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    line-height: 12px;
    padding: 30px; }
  .form-previo-opciones #js_contador, .form-pago-opciones #js_contador {
    font-family: "Nunito Light";
    font-size: 14px;
    float: right; }
    .form-previo-opciones #js_contador.red, .form-pago-opciones #js_contador.red {
      color: #c91b1b; }
  .form-previo-opciones .form-group small, .form-pago-opciones .form-group small {
    font-family: "Nunito Light"; }
    .form-previo-opciones .form-group small a, .form-pago-opciones .form-group small a {
      text-decoration: underline; }

._patrocinar .form-pago-opciones .btn-enviar, ._exponer .form-pago-opciones .btn-enviar {
  padding: 14px 46px;
  margin-top: 30px; }

._patrocinar .form-pago-opciones .precio-form, ._exponer .form-pago-opciones .precio-form {
  margin: 30px 0px 0 0px; }

._patrocinar .form-pago-opciones .forma-pago, ._exponer .form-pago-opciones .forma-pago {
  margin-bottom: 10px;
  text-align: right; }
  ._patrocinar .form-pago-opciones .forma-pago span, ._exponer .form-pago-opciones .forma-pago span {
    margin-bottom: 15px; }

._patrocinar .img-stand img {
  height: 100%; }

.form-pago-opciones .tipo {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 15px; }
  .form-pago-opciones .tipo .container-radio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin: 0 15px 5px 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .form-pago-opciones .tipo .container-radio input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
      .form-pago-opciones .tipo .container-radio input:checked ~ .checkmark {
        background-color: #fff; }
      .form-pago-opciones .tipo .container-radio input:checked ~ .checkmark:after {
        display: block; }
  .form-pago-opciones .tipo .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc; }
  .form-pago-opciones .tipo .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .form-pago-opciones .tipo .checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E71C03; }

/*FORMULARIO VISITAR*/
.visitar .texto-intro {
  margin-bottom: 60px;
  padding-right: 60px; }

.visitar .social {
  margin-bottom: 60px; }

.visitar .social .encabezado {
  font-size: 32px;
  font-family: "Nunito Light";
  line-height: 36px;
  margin-bottom: 15px;
  color: #000;
  text-align: center; }

.visitar .form-pago-opciones .precio-form {
  min-width: 130px;
  margin: 0px;
  float: right;
  margin-right: 15px; }

.visitar .form-pago-opciones .precio-form .iva {
  color: #000;
  margin-top: 5px;
  margin-bottom: 0; }

.form-pago-opciones .factura {
  font-size: 15px;
  font-family: "Nunito Regular";
  line-height: 20px;
  margin-bottom: 15px;
  color: #E71C03;
  display: block;
  margin: 15px 0 25px; }
  .form-pago-opciones .factura i {
    font-size: 18px;
    margin-right: 3px; }
  .form-pago-opciones .factura a {
    text-decoration: underline; }

.form-pago-opciones .factura-empresa {
  padding: 30px;
  border: 2px solid #ddd;
  background: #fff;
  margin-bottom: 40px; }
  .form-pago-opciones .factura-empresa input, .form-pago-opciones .factura-empresa select, .form-pago-opciones .factura-empresa textarea {
    background: #eee; }

.visitar .form-pago-opciones .forma-pago {
  margin-bottom: 10px; }

.alert {
  padding-right: 15px;
  margin-top: 20px;
  font-size: 13px; }

.form-pago-opciones .btn-movil {
  display: none; }

.aviso {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px; }
  .aviso p {
    font-size: 10px;
    font-family: "Nunito Light";
    line-height: 15px;
    margin-bottom: 10px;
    color: #000; }

.patrocinar .social {
  margin-top: 50px; }
  .patrocinar .social .img:after {
    display: none; }

.cta {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  background: #eee;
  padding: 25px 35px;
  margin-bottom: 40px; }
  .cta .texto {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0px;
    text-align: center;
    padding: 0 5px;
    position: relative; }
    .cta .texto:after {
      content: "";
      background: url(../img/flecha5.png) no-repeat center center;
      width: 104px;
      height: 48px;
      position: absolute;
      bottom: -60px;
      right: -50px;
      transform: rotate(25deg);
      -webkit-transform: rotate(25deg);
      -moz-transform: rotate(25deg);
      -o-transform: rotate(25deg);
      -ms-transform: rotate(25deg); }
    .cta .texto small {
      font-size: 16px;
      font-family: "gillsab";
      line-height: 22px;
      margin-bottom: 5px;
      color: #E71C03;
      display: block;
      text-transform: uppercase; }
    .cta .texto .titulo {
      font-size: 32px;
      font-family: "gillsab";
      line-height: 38px;
      margin-bottom: 0px;
      color: #000; }
      .cta .texto .titulo strong {
        font-family: "gillsab";
        color: #E71C03; }
  .cta a {
    font-family: "Nunito Light";
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    padding: 12px 34px;
    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;
    background: #E71C03;
    width: 100%;
    text-align: center;
    margin-top: 7px; }
    .cta a:hover {
      color: #fff;
      background: #9D9D9C; }

.opciones .razones {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px; }
  .opciones .razones .razon {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0;
    background: #eee;
    padding: 30px; }
    .opciones .razones .razon .svg {
      height: 54px !important;
      width: 54px !important;
      fill: #E71C03;
      margin-bottom: 5px; }
    .opciones .razones .razon .texto-razon {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin: 0; }
      .opciones .razones .razon .texto-razon span {
        font-size: 18px;
        font-family: "Nunito Regular";
        line-height: 22px;
        margin-bottom: 10px;
        color: #000;
        display: block; }
      .opciones .razones .razon .texto-razon p {
        font-size: 13px;
        font-family: "Nunito Light";
        line-height: 20px;
        margin-bottom: 0px;
        color: #000; }

.opciones .razones :nth-of-type(2) .razon, .opciones .razones :nth-of-type(3) .razon, .opciones .razones :nth-of-type(6) .razon, .opciones .razones :nth-of-type(7) .razon, .opciones .razones :nth-of-type(10) .razon, .opciones .razones :nth-of-type(11) .razon {
  background: #fff; }

/*quienes somos*/
.quienes-somos {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px; }
  .quienes-somos .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 20px; }
    .quienes-somos .box .logo {
      overflow: hidden;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 300px;
      height: 80px;
      margin: 0 auto; }
    .quienes-somos .box .img-equipo {
      overflow: hidden;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 540px;
      height: 360px;
      margin-top: 50px;
      float: right; }
    .quienes-somos .box a {
      text-decoration: underline;
      color: #0039ab; }
      .quienes-somos .box a:hover {
        color: #4aade0; }
    .quienes-somos .box .titulo {
      font-size: 34px;
      font-family: "Nunito Light";
      line-height: 38px;
      margin-bottom: 5px;
      color: #000;
      margin-top: 20px; }
    .quienes-somos .box span {
      font-size: 16px;
      font-family: "Nunito Regular";
      line-height: 22px;
      margin-bottom: 0px;
      color: #0039ab;
      display: block;
      text-transform: uppercase; }
      .quienes-somos .box span a {
        font-size: 12px;
        font-family: "Nunito Regular";
        line-height: 22px;
        margin-bottom: 0px;
        color: #0039ab;
        text-decoration: underline;
        text-transform: none;
        margin-left: 10px; }
        .quienes-somos .box span a:hover {
          color: #4aade0; }
        .quienes-somos .box span a i {
          margin-right: 5px; }
  .quienes-somos .confianza {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 30px; }
    .quienes-somos .confianza:after {
      content: "";
      width: 66px;
      height: 145px;
      background: url(../img/flecha3.png) no-repeat center center;
      position: absolute;
      right: 260px;
      top: -120px; }
    .quienes-somos .confianza .titulo {
      font-size: 34px;
      font-family: "Nunito Light";
      line-height: 38px;
      margin-bottom: 5px;
      color: #000;
      text-align: center; }
    .quienes-somos .confianza span {
      font-size: 20px;
      font-family: "Nunito Light";
      line-height: 24px;
      margin-bottom: 30px;
      color: #666;
      display: block;
      text-align: center;
      text-transform: none; }
    .quienes-somos .confianza .item {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 40px;
      text-align: center; }
      .quienes-somos .confianza .item .icono {
        width: 56px;
        height: 56px;
        padding-top: 10px;
        margin: 0 auto;
        background: #fff;
        border: 2px solid #ccc;
        position: relative;
        z-index: 9; }
        .quienes-somos .confianza .item .icono .svg {
          width: 34px;
          margin: auto;
          fill: #0039ab; }
      .quienes-somos .confianza .item .texto {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin-bottom: 0px;
        background: #ededed;
        border-bottom: 1px solid #ccc;
        padding: 35px 20px 20px;
        margin-top: -25px; }
        .quienes-somos .confianza .item .texto .titulo {
          font-size: 18px;
          font-family: "Nunito Regular";
          line-height: 22px;
          margin-bottom: 5px;
          color: #000;
          text-transform: uppercase;
          margin-top: 0; }
        .quienes-somos .confianza .item .texto p {
          font-size: 13px;
          font-family: "Nunito Light";
          line-height: 20px;
          margin-bottom: 10px;
          color: #000; }
        .quienes-somos .confianza .item .texto .logo-item {
          width: 30px; }
  .quienes-somos .equipo {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0px;
    margin-top: 20px; }
    .quienes-somos .equipo .miembro {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 40px; }
      .quienes-somos .equipo .miembro .img {
        overflow: hidden;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 270px;
        height: 270px;
        position: relative; }
        .quienes-somos .equipo .miembro .img .hover {
          width: 100%;
          height: 100%;
          background: rgba(2, 60, 167, 0.9);
          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; }
          .quienes-somos .equipo .miembro .img .hover:before {
            content: "";
            width: 18px;
            height: 40px;
            background: url(../img/flecha4.png) no-repeat center center;
            position: absolute;
            right: 100px;
            top: 165px; }
          .quienes-somos .equipo .miembro .img .hover:after {
            content: "";
            width: 160px;
            height: 160px;
            background: url(../img/flash-hover.png) no-repeat center center;
            position: absolute;
            bottom: -45px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            opacity: 0.2;
            background-size: contain; }
          .quienes-somos .equipo .miembro .img .hover span {
            font-size: 16px;
            font-family: "Nunito Light";
            line-height: 22px;
            margin-bottom: 0px;
            color: #fff;
            width: 70%;
            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: none;
            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%);
            top: 45%;
            z-index: 9;
            font-style: italic; }
            .quienes-somos .equipo .miembro .img .hover span i {
              display: block;
              font-size: 20px;
              margin-bottom: 5px; }
          .quienes-somos .equipo .miembro .img .hover:hover {
            opacity: 1; }
      .quienes-somos .equipo .miembro .texto {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        text-align: center;
        margin-bottom: 0; }
        .quienes-somos .equipo .miembro .texto .flash {
          margin-bottom: 5px; }
        .quienes-somos .equipo .miembro .texto .nombre {
          font-size: 16px;
          font-family: "Nunito Light";
          line-height: 22px;
          margin-bottom: 5px;
          color: #000;
          display: block;
          text-transform: none; }
        .quienes-somos .equipo .miembro .texto .cargo {
          font-size: 10px;
          font-family: "Nunito Regular";
          line-height: 15px;
          margin-bottom: 2px;
          color: #0039ab;
          display: block;
          text-transform: uppercase; }
  .quienes-somos .box-instalaciones {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0px; }
    .quienes-somos .box-instalaciones .instalaciones {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 40px; }
      .quienes-somos .box-instalaciones .instalaciones .instalacion {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin-bottom: 40px; }
        .quienes-somos .box-instalaciones .instalaciones .instalacion .foto3d {
          overflow: hidden;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 370px;
          height: 200px; }
          .quienes-somos .box-instalaciones .instalaciones .instalacion .foto3d img:hover {
            opacity: 0.7; }
        .quienes-somos .box-instalaciones .instalaciones .instalacion .texto {
          display: inline-block;
          width: 100%;
          margin-bottom: 80px;
          margin-bottom: 0; }
          .quienes-somos .box-instalaciones .instalaciones .instalacion .texto span {
            font-size: 16px;
            font-family: "Nunito Light";
            line-height: 22px;
            margin-bottom: 0px;
            color: #000;
            text-transform: none;
            text-align: right;
            position: relative; }
            .quienes-somos .box-instalaciones .instalaciones .instalacion .texto span:after {
              content: "";
              width: 1px;
              height: 20px;
              background: #aaa;
              position: absolute;
              right: -15px;
              top: 1px; }
          .quienes-somos .box-instalaciones .instalaciones .instalacion .texto a {
            font-size: 12px;
            font-family: "Nunito Regular";
            line-height: 18px;
            margin-bottom: 0px;
            color: #E71C03;
            text-transform: uppercase;
            text-decoration: none; }
            .quienes-somos .box-instalaciones .instalaciones .instalacion .texto a:hover {
              color: #FFED00; }
            .quienes-somos .box-instalaciones .instalaciones .instalacion .texto a i {
              margin-right: 5px; }
    .quienes-somos .box-instalaciones .btn-tour {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px; }
      .quienes-somos .box-instalaciones .btn-tour a {
        font-size: 12px;
        font-family: "Nunito Regular";
        line-height: 18px;
        margin-bottom: 0px;
        color: #fff;
        background: #E71C03;
        overflow: hidden;
        text-decoration: none;
        display: table;
        text-align: center;
        padding: 25px 40px;
        margin: auto;
        position: relative; }
        .quienes-somos .box-instalaciones .btn-tour a:after {
          content: "";
          width: 139px;
          height: 120px;
          background: url(../img/virtual-reality.png) no-repeat center center;
          position: absolute;
          bottom: -20px;
          right: 30px; }
        .quienes-somos .box-instalaciones .btn-tour a small {
          font-size: 12px;
          font-family: "Nunito Light";
          line-height: 18px;
          margin-bottom: 10px;
          color: #fff;
          text-transform: uppercase;
          display: block; }
        .quienes-somos .box-instalaciones .btn-tour a span {
          font-size: 38px;
          font-family: "gillsab";
          line-height: 40px;
          margin-bottom: 0px;
          color: #fff;
          text-transform: none; }
        .quienes-somos .box-instalaciones .btn-tour a:hover {
          background: #FFED00; }

/*sala de prensa*/
.sala-prensa {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  padding: 0; }
  .sala-prensa .box {
    margin-bottom: 0; }
  .sala-prensa .box .noticia {
    margin-bottom: 80px; }
    .sala-prensa .box .noticia .texto p {
      margin-bottom: 0; }
    .sala-prensa .box .noticia .tags {
      display: inline-block;
      width: 100%;
      text-align: center;
      padding: 10px 0; }
      .sala-prensa .box .noticia .tags a {
        font-size: 10px;
        font-family: "Nunito Light";
        line-height: 12px;
        margin-bottom: 0px;
        color: #fff;
        margin: 3px;
        display: inline-block;
        background: #E71C03;
        padding: 6px 12px; }
        .sala-prensa .box .noticia .tags a:hover {
          background: #FFED00; }
  .sala-prensa .box-btn-volver {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    text-align: center; }
    .sala-prensa .box-btn-volver a {
      font-family: "Nunito Light";
      text-transform: uppercase;
      color: #fff;
      font-size: 16px;
      padding: 12px 34px;
      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;
      background: #E71C03;
      padding: 20px 34px; }
      .sala-prensa .box-btn-volver a:hover {
        color: #fff;
        background: #9D9D9C; }
  .sala-prensa .quienes-somos .equipo .miembro .img {
    width: 210px;
    height: 210px; }
  .sala-prensa .quienes-somos .box a {
    text-decoration: none;
    font-size: 12px;
    font-family: "Nunito Light";
    line-height: 12px;
    margin-bottom: 0px;
    color: #000; }
    .sala-prensa .quienes-somos .box a i {
      color: #E71C03;
      margin-right: 3px; }
    .sala-prensa .quienes-somos .box a:hover {
      color: #E71C03; }

.banners-prensa {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px; }
  .banners-prensa .img {
    width: auto;
    height: auto;
    display: inline-block;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px; }
    .banners-prensa .img:nth-of-type(2) {
      margin-right: 0; }

.recursos {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px; }
  .recursos .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0; }
    .recursos .box .titulo {
      font-size: 38px;
      font-family: "Nunito Light";
      line-height: 42px;
      margin-bottom: 5px;
      color: #000; }
    .recursos .box .box-recursos {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin: 10px 0 40px; }
      .recursos .box .box-recursos a {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 15px;
        font-family: "Nunito Light";
        line-height: 15px;
        margin-bottom: 0px;
        color: #fff;
        background: #E71C03;
        padding: 15px;
        text-transform: uppercase; }
        .recursos .box .box-recursos a:hover {
          background: #FFED00; }
    .recursos .box .bloque-recurso {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0;
      background: #fff;
      padding: 24px; }
      .recursos .box .bloque-recurso .buscador-sala {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin: 10px 0 25px; }
        .recursos .box .bloque-recurso .buscador-sala form {
          display: inline-block;
          width: 50%; }
        .recursos .box .bloque-recurso .buscador-sala label {
          float: left;
          position: relative;
          top: 10px;
          margin-right: 20px;
          font-family: "Nunito Regular";
          font-size: 16px; }
        .recursos .box .bloque-recurso .buscador-sala .form-control {
          width: 300px;
          float: left; }
        .recursos .box .bloque-recurso .buscador-sala .search-submit {
          font-size: 20px;
          color: #E71C03;
          padding: 8px 12px; }
          .recursos .box .bloque-recurso .buscador-sala .search-submit:hover {
            color: #E71C03; }
      .recursos .box .bloque-recurso .foto {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin-bottom: 15px; }
        .recursos .box .bloque-recurso .foto .img {
          overflow: hidden;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 160px;
          height: 160px;
          margin: 0 auto; }
        .recursos .box .bloque-recurso .foto .texto {
          display: inline-block;
          width: 100%;
          margin-bottom: 80px;
          margin: 0;
          text-align: center;
          padding: 15px 0; }
          .recursos .box .bloque-recurso .foto .texto span {
            font-size: 15px;
            font-family: "Nunito Light";
            line-height: 20px;
            margin-bottom: 5px;
            color: #000;
            display: block;
            text-align: center; }
          .recursos .box .bloque-recurso .foto .texto a {
            font-size: 18px;
            font-family: "Nunito Regular";
            line-height: 20px;
            margin-bottom: 0px;
            color: #E71C03;
            text-transform: uppercase;
            margin: 0 5px; }
            .recursos .box .bloque-recurso .foto .texto a:hover {
              color: #E71C03; }
    .recursos .box .box-video .img {
      width: 160px;
      height: 90px;
      margin: 0 auto; }
    .recursos .box .box-video .texto {
      padding: 15px 0; }
    .recursos .box .archivo {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0px;
      padding: 20px 0;
      border-bottom: 1px solid #ddd; }
      .recursos .box .archivo .flaticon-list-filled {
        font-size: 42px;
        color: #999;
        float: left; }
      .recursos .box .archivo .texto {
        display: inline-block;
        width: 80%;
        float: left;
        padding-left: 8px;
        padding-top: 10px; }
        .recursos .box .archivo .texto span {
          font-size: 22px;
          font-family: "Nunito Light";
          line-height: 22px;
          margin-bottom: 3px;
          color: #000;
          display: block; }
        .recursos .box .archivo .texto a {
          font-size: 12px;
          font-family: "Nunito Regular";
          line-height: 16px;
          margin-bottom: 0px;
          color: #E71C03;
          text-transform: uppercase;
          margin-right: 8px; }
          .recursos .box .archivo .texto a i {
            margin-right: 3px;
            font-size: 13px; }
          .recursos .box .archivo .texto a:hover {
            color: #E71C03; }

.blog-single .box .noticia .galeria-prensa {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 40px 0; }
  .blog-single .box .noticia .galeria-prensa .titulo {
    font-size: 22px;
    font-family: "Nunito Light";
    line-height: 22px;
    margin-bottom: 20px;
    color: #000;
    display: block; }
  .blog-single .box .noticia .galeria-prensa .foto {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 30px; }
    .blog-single .box .noticia .galeria-prensa .foto .img {
      overflow: hidden;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 120px;
      height: 120px;
      margin: 0 auto; }
      .blog-single .box .noticia .galeria-prensa .foto .img img:hover {
        opacity: 0.6; }

.blog-single .box .noticia .download {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0; }
  .blog-single .box .noticia .download .titulo {
    font-size: 22px;
    font-family: "Nunito Light";
    line-height: 22px;
    margin-bottom: 0px;
    color: #000;
    display: block; }
  .blog-single .box .noticia .download .archivo {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0px;
    padding: 20px 0;
    border-bottom: 1px solid #ddd; }
    .blog-single .box .noticia .download .archivo .flaticon-list-filled {
      font-size: 42px;
      color: #999;
      float: left; }
    .blog-single .box .noticia .download .archivo .texto {
      display: inline-block;
      width: 80%;
      float: left;
      padding-left: 8px;
      padding-top: 10px; }
      .blog-single .box .noticia .download .archivo .texto span {
        font-size: 20px;
        font-family: "Nunito Light";
        line-height: 22px;
        margin-bottom: 3px;
        color: #000;
        display: block; }
      .blog-single .box .noticia .download .archivo .texto a {
        font-size: 10px;
        font-family: "Nunito Regular";
        line-height: 16px;
        margin-bottom: 0px;
        color: #E71C03;
        text-transform: uppercase;
        margin-right: 14px; }
        .blog-single .box .noticia .download .archivo .texto a i {
          margin-right: 3px;
          font-size: 13px; }
        .blog-single .box .noticia .download .archivo .texto a:hover {
          color: #E71C03; }

.box-video {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 50px; }
  .box-video .img {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 150px;
    margin: 0 auto 15px;
    position: relative; }
    .box-video .img img {
      width: 100%; }
    .box-video .img .hover {
      width: 100%;
      height: 100%;
      background: rgba(7, 102, 51, 0.85);
      text-align: center;
      position: absolute;
      opacity: 0;
      top: 0;
      left: 0; }
      .box-video .img .hover:after {
        content: "";
        width: 74px;
        height: 80px;
        background: url(../img/e-conferenciante.png) no-repeat center center;
        position: absolute;
        bottom: 0;
        right: 0;
        opacity: 0.2;
        background-size: contain; }
      .box-video .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; }
        .box-video .img .hover .texto-hover i {
          font-size: 40px;
          color: #fff; }
          .box-video .img .hover .texto-hover i:hover {
            color: #E71C03; }
      .box-video .img .hover:hover {
        opacity: 1; }
  .box-video .texto {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0;
    text-align: center; }
    .box-video .texto .fecha {
      font-size: 11px;
      font-family: "Nunito Regular";
      line-height: 12px;
      margin-bottom: 5px;
      color: #E71C03;
      display: block;
      text-transform: uppercase; }
    .box-video .texto .titulo {
      font-size: 14px;
      font-family: "Nunito Light";
      line-height: 20px;
      margin-bottom: 5px;
      color: #000; }
      .box-video .texto .titulo a {
        color: #000; }
        .box-video .texto .titulo a:hover {
          color: #E71C03; }
    .box-video .texto .nombre {
      font-size: 14px;
      font-family: "Nunito Light";
      line-height: 18px;
      margin-bottom: 0px;
      color: #000;
      display: block; }

.side-ruedas {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  width: 90%;
  float: right;
  background: #fff; }
  .side-ruedas .titulo {
    display: block;
    background: #bbb;
    text-align: center;
    font-size: 18px;
    font-family: "Nunito Regular";
    line-height: 22px;
    margin-bottom: 0px;
    color: #000;
    padding: 20px; }
    .side-ruedas .titulo i {
      margin-right: 5px;
      color: #000; }
  .side-ruedas .entrada {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0;
    padding: 25px 30px;
    border-bottom: 1px solid #ddd; }
    .side-ruedas .entrada .fecha {
      font-size: 10px;
      font-family: "Nunito Regular";
      line-height: 14px;
      margin-bottom: 5px;
      color: #E71C03;
      display: block; }
    .side-ruedas .entrada .enlace {
      font-size: 15px;
      font-family: "Nunito Light";
      line-height: 18px;
      margin-bottom: 10px;
      color: #000; }
      .side-ruedas .entrada .enlace a {
        color: #000; }
        .side-ruedas .entrada .enlace a:hover {
          color: #E71C03; }
    .side-ruedas .entrada .empresa {
      font-size: 12px;
      font-family: "Nunito Light";
      line-height: 14px;
      margin-bottom: 10px;
      color: #E71C03;
      display: block;
      font-style: italic; }
    .side-ruedas .entrada .leerMas {
      display: inline-block;
      background: #E71C03;
      padding: 5px 8px;
      font-size: 9px;
      font-family: "Nunito Light";
      line-height: 10px;
      margin-bottom: 0px;
      color: #fff;
      text-transform: uppercase; }
      .side-ruedas .entrada .leerMas:hover {
        background: #FFED00; }
  .side-ruedas .masEntradas {
    font-size: 14px;
    font-family: "Nunito Regular";
    line-height: 16px;
    margin-bottom: 0px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    background: #E71C03;
    width: 100%;
    text-align: center;
    padding: 18px; }
    .side-ruedas .masEntradas:hover {
      background: #FFED00; }

/*EFFIE EN LOS MEDIOS*/
.medios {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px; }
  .medios .box {
    margin-bottom: 80px; }
  .medios .medio {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
    border-left: 2px solid #ddd;
    border-bottom: 2px solid #ddd; }
    .medios .medio .fecha {
      font-size: 12px;
      font-family: "Nunito Regular";
      line-height: 16px;
      margin-bottom: 15px;
      color: #E71C03;
      display: block;
      border-bottom: 1px solid #ddd;
      padding-bottom: 6px; }
      .medios .medio .fecha i {
        margin-right: 5px; }
    .medios .medio .titulo {
      font-size: 18px;
      font-family: "Nunito Light";
      line-height: 24px;
      margin-bottom: 10px;
      color: #000; }
      .medios .medio .titulo a {
        color: #000; }
        .medios .medio .titulo a:hover {
          color: #E71C03; }
    .medios .medio .fuente {
      font-size: 12px;
      font-family: "Nunito Regular";
      line-height: 16px;
      margin-bottom: 20px;
      color: #E71C03;
      display: block;
      font-style: italic; }
      .medios .medio .fuente i {
        margin-right: 5px; }
    .medios .medio .leerMas {
      display: inline-block;
      background: #E71C03;
      padding: 5px 12px;
      font-size: 10px;
      font-family: "Nunito Light";
      line-height: 18px;
      margin-bottom: 0px;
      color: #fff;
      text-transform: uppercase; }
      .medios .medio .leerMas:hover {
        background: #FFED00; }

/*Area privada*/
.area-privada {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px; }
  .area-privada .svg {
    height: 35px;
    width: auto;
    margin-bottom: 5px;
    fill: #E71C03; }
  .area-privada .campo {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 30px;
    padding: 20px 20px 30px 20px;
    background: #f5f5f5; }
    .area-privada .campo .nombre-servicio {
      font-size: 20px;
      font-family: "Nunito Regular";
      line-height: 22px;
      margin-bottom: 10px;
      color: #000; }
      .area-privada .campo .nombre-servicio a {
        color: #000; }
        .area-privada .campo .nombre-servicio a:hover {
          color: #FFED00; }
    .area-privada .campo p {
      font-size: 15px;
      font-family: "Nunito Light";
      line-height: 18px;
      margin-bottom: 20px;
      color: #000; }
    .area-privada .campo ul li {
      font-size: 15px;
      font-family: "Nunito Regular";
      line-height: 18px;
      margin-bottom: 0px;
      color: #666;
      display: inline-block;
      width: 100%;
      position: relative; }
      .area-privada .campo ul li:before {
        content: "\f1eb";
        font-family: "Flaticon";
        font-size: 5px;
        color: #E71C03;
        display: inline-block;
        width: 10px;
        float: left; }
      .area-privada .campo ul li a {
        width: 90%;
        float: left;
        color: #666; }
        .area-privada .campo ul li a:hover {
          color: #E71C03; }
    .area-privada .campo .ver-servicio {
      font-size: 12px;
      font-family: "Nunito Regular";
      line-height: 12px;
      margin-bottom: 0px;
      color: #E71C03;
      text-transform: uppercase;
      float: right; }
      .area-privada .campo .ver-servicio i {
        margin-left: 5px;
        font-size: 8px; }
      .area-privada .campo .ver-servicio:hover {
        color: #FFED00; }

.area-privada .col-lg-4:nth-of-type(even) .campo {
  background: #ddd; }

.area-privada .side-blog .box-side:nth-of-type(1):after {
  content: "\f165"; }

.area-privada .side-blog .box-side img {
  display: block;
  margin: auto; }

.area-privada .side-blog .box-side .active {
  font-size: 14px;
  font-family: "Nunito Regular";
  line-height: 14px;
  margin-bottom: 5px;
  color: #E71C03; }
  .area-privada .side-blog .box-side .active a {
    color: #E71C03; }

.area-privada.interna {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px; }
  .area-privada.interna .nombre-servicio {
    font-size: 28px;
    font-family: "Nunito Light";
    line-height: 32px;
    margin-bottom: 40px;
    color: #000; }
  .area-privada.interna .icono {
    max-height: 50px;
    max-width: 50px;
    margin-bottom: 5px; }
  .area-privada.interna .btn {
    font-family: "Nunito Light";
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    padding: 12px 34px;
    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;
    background: #E71C03;
    margin-top: 15px;
    margin-right: 15px; }
    .area-privada.interna .btn:hover {
      color: #fff;
      background: #9D9D9C; }
    .area-privada.interna .btn i {
      font-size: 13px;
      margin-right: 5px; }
    .area-privada.interna .btn .fa {
      font-size: 14px;
      margin: 0 0 0 5px; }
  .area-privada.interna .btn:nth-of-type(2) {
    background: #fff;
    color: #E71C03;
    border: 1px solid; }
    .area-privada.interna .btn:nth-of-type(2):hover {
      background: #E71C03;
      color: #fff; }
  .area-privada.interna .buscador {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0;
    margin-top: 40px;
    float: right; }
    .area-privada.interna .buscador .input-group {
      display: inline-block;
      float: right; }
      .area-privada.interna .buscador .input-group .search-input {
        width: 300px;
        float: right; }
    .area-privada.interna .buscador button {
      font-family: "Nunito Light";
      text-transform: uppercase;
      color: #fff;
      font-size: 14px;
      padding: 12px 34px;
      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;
      background: #E71C03;
      margin-left: 15px;
      float: right; }
      .area-privada.interna .buscador button:hover {
        color: #fff;
        background: #9D9D9C; }
      .area-privada.interna .buscador button i {
        margin-right: 5px; }

.side-privada {
  margin-top: 15px; }

/*Mis datos*/
._datos-personales .area-privada.interna .btn, ._cambio-password .area-privada.interna .btn {
  margin-right: 0; }

#form_usuario_expositor {
  display: inline-block;
  width: 100%; }
  #form_usuario_expositor .fileupload .thumbnail {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ddd; }
    #form_usuario_expositor .fileupload .thumbnail img {
      max-height: 100%;
      max-width: 100%; }
  #form_usuario_expositor .botones {
    width: 220px;
    display: inline-block;
    float: left;
    padding-left: 10px; }
    #form_usuario_expositor .botones #boton_borrar_visual_foto1 {
      background: #ddd;
      color: #444;
      padding: 8px 10px;
      font-size: 12px;
      border-radius: 0;
      border: none;
      width: 125px; }
      #form_usuario_expositor .botones #boton_borrar_visual_foto1:hover {
        background: #eee; }
    #form_usuario_expositor .botones .btn-file {
      overflow: hidden;
      top: 0;
      border-radius: 0;
      font-size: 12px;
      font-family: "Rubik Regular";
      color: #fff;
      width: 125px;
      padding: 8px 15px;
      height: 34px;
      margin-bottom: 5px;
      background: #E71C03; }
      #form_usuario_expositor .botones .btn-file:hover {
        background: #FFED00; }
    #form_usuario_expositor .botones .btn.fileupload-exists {
      background: #666;
      color: #fff;
      padding: 8px 10px;
      font-size: 12px;
      border-radius: 0;
      border: none;
      width: 125px;
      margin-bottom: 5px; }
      #form_usuario_expositor .botones .btn.fileupload-exists:hover {
        background: #eee;
        color: #444; }
  #form_usuario_expositor .ms-container .search-header input {
    margin: 0;
    padding: 2px 6px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    width: 100%; }
  #form_usuario_expositor .ms-container .search-selected {
    height: 32px;
    background-color: #fff !important; }

/*Comunicaciones*/
.dataTables_wrapper {
  margin-bottom: 40px; }

table.dataTable {
  margin: 15px 0; }

.dataTables_filter input {
  display: block;
  margin-left: 0;
  width: 300px;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
  font-weight: 100;
  background-image: none;
  border: 2px solid #bbb;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .dataTables_filter input:focus {
    border: 2px solid #E71C03;
    outline: none; }

.dataTables_length select {
  padding: 8px 5px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #E71C03 !important;
  border: none;
  background: none;
  font-family: "Nunito Regular";
  border-bottom: 1px solid #3c6aaf;
  padding: 2px; }
  .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #E71C03 !important;
    border: none;
    background: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #000 !important;
  border: none;
  background: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #E71C03 !important;
  border: none;
  background: none; }

.dataTables_wrapper .dataTables_info {
  padding-top: 25px; }

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  background: #ddd;
  font-size: 18px;
  border-right: 1px solid #fff; }

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  background: #ddd;
  font-size: 18px;
  border-right: 1px solid #fff; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background-position: 90% center; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f9f9f9; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fff; }

table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.stripe tbody tr.even:hover > .sorting_1 {
  background-color: #f9f9f9; }

table.dataTable td {
  color: #000;
  font-family: "Nunito Regular"; }

table.dataTable a {
  color: #000;
  font-family: "Nunito Regular"; }
  table.dataTable a:hover {
    color: #E71C03;
    text-decoration: underline; }

table.dataTable .leido td, table.dataTable .leido a {
  color: #666;
  font-family: "Nunito Light"; }

table.dataTable button {
  font-size: 22px;
  color: #E71C03;
  display: table;
  margin: auto; }
  table.dataTable button:hover {
    color: #E71C03; }

table.dataTable tbody th, table.dataTable tbody td {
  padding: 15px; }

.area-privada .paginador {
  display: inline-block;
  float: right;
  margin-top: 15px; }
  .area-privada .paginador .active {
    width: initial;
    height: initial;
    color: #E71C03;
    font-size: 15px;
    line-height: 22px;
    border: none; }
  .area-privada .paginador li a {
    color: #666; }

.modal.js-correo .modalForm-title {
  font-size: 34px;
  font-family: "Nunito Light";
  line-height: 32px;
  margin-bottom: 15px;
  color: #000;
  text-transform: none !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd; }

/*Galeria*/
.galeria {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px; }
  .galeria .box-galeria {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 40px; }
    .galeria .box-galeria .box-img-galeria {
      overflow: hidden;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 270px;
      height: 180px;
      margin-bottom: 10px; }
      .galeria .box-galeria .box-img-galeria .hover {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background: rgba(255, 129, 0, 0.7);
        color: #fff;
        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; }
        .galeria .box-galeria .box-img-galeria .hover .texto-hover {
          position: absolute;
          bottom: 15px;
          left: 15px; }
          .galeria .box-galeria .box-img-galeria .hover .texto-hover i {
            font-size: 24px; }
          .galeria .box-galeria .box-img-galeria .hover .texto-hover p {
            text-transform: uppercase;
            font-size: 12px;
            font-family: "Nunito Light"; }
        .galeria .box-galeria .box-img-galeria .hover:hover {
          opacity: 1; }
    .galeria .box-galeria .titulo-galeria {
      font-size: 18px;
      font-family: "Nunito Light";
      line-height: 22px;
      margin-bottom: 10px;
      color: #000; }
    .galeria .box-galeria .ver-galeria {
      text-transform: uppercase;
      font-size: 12px;
      font-family: "Nunito Light";
      line-height: 14px;
      margin-bottom: 0px;
      color: #E71C03; }
      .galeria .box-galeria .ver-galeria i {
        font-size: 10px;
        position: relative;
        bottom: 1px;
        left: 2px; }
      .galeria .box-galeria .ver-galeria:hover {
        color: #E71C03; }

._galeria-single .galeria .box-galeria {
  margin-bottom: 25px; }

._galeria-single .galeria .box-galeria .box-img-galeria {
  width: 170px;
  height: 150px;
  margin-bottom: 0; }

._galeria-single .galeria .box-galeria .box-img-galeria .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%);
  position: absolute;
  bottom: initial; }

/*Seccion dinamica*/
.box-doc {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px; }
  .box-doc .categoria {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 20px; }
    .box-doc .categoria .icono img {
      max-height: 45px;
      max-width: 45px;
      float: left; }
      .box-doc .categoria .icono img:hover {
        opacity: 0.8; }
    .box-doc .categoria .texto-categoria {
      display: inline-block;
      width: 80%;
      float: left;
      padding-left: 15px;
      padding-top: 5px; }
      .box-doc .categoria .texto-categoria .nombre {
        display: block;
        font-size: 18px;
        font-family: "Nunito Light";
        line-height: 22px;
        margin-bottom: 0px;
        color: #000; }
      .box-doc .categoria .texto-categoria a {
        font-size: 12px;
        font-family: "Nunito Light";
        line-height: 12px;
        margin-bottom: 0px;
        color: #E71C03;
        text-transform: uppercase; }
        .box-doc .categoria .texto-categoria a:hover {
          color: #E71C03; }
        .box-doc .categoria .texto-categoria a i {
          font-size: 10px;
          margin-left: 3px; }
    .box-doc .categoria .box-categoria {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 15px;
      border-bottom: 1px solid #ddd;
      background: #f5f5f5;
      padding: 15px; }
      .box-doc .categoria .box-categoria .titulo-categoria {
        font-size: 20px;
        font-family: "Nunito Light";
        line-height: 24px;
        margin-bottom: 0px;
        color: #E71C03;
        padding-top: 10px; }
      .box-doc .categoria .box-categoria .filtros {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin-bottom: 0px; }
        .box-doc .categoria .box-categoria .filtros .form-group {
          display: inline-block;
          float: right;
          width: 302px;
          margin-bottom: 0; }
        .box-doc .categoria .box-categoria .filtros button {
          font-family: "Nunito Light";
          text-transform: uppercase;
          color: #fff;
          font-size: 14px;
          padding: 12px 34px;
          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;
          background: #E71C03;
          margin-left: 18px;
          float: right; }
          .box-doc .categoria .box-categoria .filtros button:hover {
            color: #fff;
            background: #9D9D9C; }
    .box-doc .categoria .bloque-download {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0px; }
      .box-doc .categoria .bloque-download .archivo {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin-bottom: 0px;
        padding: 20px 0;
        border-bottom: 1px solid #ddd; }
        .box-doc .categoria .bloque-download .archivo .img-archivo img {
          max-height: 35px;
          max-width: 35px;
          float: left; }
          .box-doc .categoria .bloque-download .archivo .img-archivo img:hover {
            opacity: 0.8; }
        .box-doc .categoria .bloque-download .archivo .texto {
          display: inline-block;
          width: 80%;
          float: left;
          padding-left: 15px; }
          .box-doc .categoria .bloque-download .archivo .texto span {
            display: block;
            font-size: 16px;
            font-family: "Nunito Light";
            line-height: 20px;
            margin-bottom: 0px;
            color: #000; }
          .box-doc .categoria .bloque-download .archivo .texto a {
            font-size: 12px;
            font-family: "Nunito Light";
            line-height: 12px;
            margin-bottom: 0px;
            color: #E71C03;
            text-transform: uppercase; }
            .box-doc .categoria .bloque-download .archivo .texto a:hover {
              color: #E71C03; }
            .box-doc .categoria .bloque-download .archivo .texto a i {
              font-size: 14px;
              margin-right: 5px; }

/*Mi cuenta y cesta*/
/*MI CUENTA*/
.mi-cuenta-section {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px; }
  .mi-cuenta-section .bread {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 15px; }
    .mi-cuenta-section .bread li {
      display: inline;
      font-size: 14px;
      font-family: "Nunito Light";
      line-height: 15px;
      margin-bottom: 0px;
      color: #000; }
      .mi-cuenta-section .bread li a {
        color: #000;
        font-family: "Nunito Light"; }
        .mi-cuenta-section .bread li a:hover {
          color: #E71C03; }
      .mi-cuenta-section .bread li span {
        color: #E71C03;
        font-family: "Nunito Regular";
        text-decoration: underline; }
      .mi-cuenta-section .bread li i {
        color: #E71C03;
        font-size: 8px;
        margin-left: 4px; }
  .mi-cuenta-section .texto-intro {
    margin-bottom: 40px;
    text-align: left; }
    .mi-cuenta-section .texto-intro:after {
      display: none; }
    .mi-cuenta-section .texto-intro p {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 0; }
  .mi-cuenta-section .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 40px; }
  .mi-cuenta-section .campo {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0px;
    padding: 20px 20px 30px 20px;
    background: #f5f5f5; }
    .mi-cuenta-section .campo .icono {
      font-size: 26px;
      color: #E71C03;
      display: block;
      margin-bottom: 5px; }
    .mi-cuenta-section .campo .nombre-seccion {
      font-size: 18px;
      font-family: "Nunito Regular";
      line-height: 20px;
      margin-bottom: 10px;
      color: #000;
      text-transform: uppercase;
      position: relative; }
      .mi-cuenta-section .campo .nombre-seccion a {
        color: #000; }
        .mi-cuenta-section .campo .nombre-seccion a:hover {
          color: #E71C03; }
      .mi-cuenta-section .campo .nombre-seccion:after {
        content: "";
        position: relative;
        width: 25px;
        height: 1px;
        margin: 5px 0;
        display: block;
        background: #E71C03; }
    .mi-cuenta-section .campo p {
      font-size: 16px;
      font-family: "Nunito Light";
      line-height: 20px;
      margin-bottom: 15px;
      color: #000; }
    .mi-cuenta-section .campo .acceder {
      font-size: 12px;
      font-family: "Nunito Regular";
      line-height: 12px;
      margin-bottom: 0px;
      color: #E71C03;
      text-transform: uppercase;
      float: right;
      font-weight: 100; }
      .mi-cuenta-section .campo .acceder i {
        margin-left: 5px;
        font-size: 13px;
        vertical-align: text-bottom; }
      .mi-cuenta-section .campo .acceder:hover {
        color: #FFED00; }
  .mi-cuenta-section .form-group.arrow {
    position: relative;
    display: inline-block;
    width: 100%; }
    .mi-cuenta-section .form-group.arrow:after {
      right: 30px;
      top: 18px; }
  .mi-cuenta-section label {
    font-family: "Nunito Regular";
    font-weight: 100;
    margin: 0;
    font-size: 15px; }
  .mi-cuenta-section .form-control {
    height: 45px !important; }
  .mi-cuenta-section .aviso {
    display: none; }

.mi-cuenta-section .col-lg-4:nth-of-type(even) .campo {
  background: #ddd; }

.mi-cuenta-section .table-responsive {
  border-top: none; }

.historial-table .btn-link {
  background-color: #E71C03;
  padding: 10px;
  float: right;
  color: #fff;
  border-radius: 0px; }

.historial-table .btn-link:hover {
  background-color: #666;
  text-decoration: none; }

.historial-table thead th {
  border: none;
  font-weight: 100;
  font-family: "Nunito Regular";
  font-size: 18px; }

.historial-table td {
  font-size: 15px;
  font-weight: 100; }
  .historial-table td.icono {
    font-size: 28px;
    text-align: center;
    color: #000; }

.checkout_form {
  margin-bottom: 40px; }

.btn-black, .checkout_form .btn-modal, .btn-password {
  font-family: "Nunito Light";
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding: 12px 34px;
  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;
  background: #E71C03;
  border-radius: 0;
  margin-top: 15px;
  border: none; }
  .btn-black:hover, .checkout_form .btn-modal:hover, .btn-password:hover {
    color: #fff;
    background: #9D9D9C; }
  .btn-black i, .checkout_form .btn-modal i, .btn-password i {
    font-size: 14px;
    margin-right: 5px; }
  .btn-black:hover, .checkout_form .btn-modal:hover, .btn-password:hover {
    color: #fff; }

.cesta-section-title {
  color: #000;
  border-bottom: 2px solid #ccc;
  font-family: "Nunito Regular";
  font-size: 26px;
  margin-top: 25px; }

.cesta-label {
  font-size: 15px;
  color: #000;
  font-family: "Nunito Regular";
  font-weight: 100; }

/*CESTA*/
.header-cesta {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #ddd;
  padding: 10px 0; }
  .header-cesta .logo {
    width: 126px;
    margin: auto; }
    .header-cesta .logo img {
      width: 100%; }
  .header-cesta .correo {
    font-size: 12px;
    font-family: "Nunito Light";
    line-height: 16px;
    margin-bottom: 0px;
    color: #666;
    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;
    float: left;
    margin-top: 10px; }
    .header-cesta .correo i {
      font-size: 13px;
      margin-right: 5px;
      color: #E71C03; }
    .header-cesta .correo:hover {
      color: #FFED00; }
  .header-cesta .dev {
    font-size: 12px;
    font-family: "Nunito Light";
    line-height: 16px;
    margin-bottom: 0px;
    color: #666;
    float: right;
    margin-top: 10px; }
    .header-cesta .dev i {
      font-size: 14px;
      margin-right: 5px;
      color: #E71C03; }
    .header-cesta .dev strong {
      color: #000; }

.cesta {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0; }
  .cesta .login {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 15px; }
    .cesta .login .icono {
      width: 34px;
      height: 34px;
      float: left;
      font-size: 30px;
      color: #000; }
      .cesta .login .icono i {
        font-size: 33px; }
      .cesta .login .icono img {
        width: 100%; }
    .cesta .login .texto {
      display: inline-block;
      float: left;
      padding: 5px 0 0 10px; }
      .cesta .login .texto span {
        font-size: 16px;
        font-family: "Nunito Regular";
        line-height: 20px;
        margin-bottom: 0px;
        color: #000;
        display: block; }
      .cesta .login .texto p {
        font-size: 13px;
        font-family: "Nunito Light";
        line-height: 18px;
        margin-bottom: 0px;
        color: #000; }
        .cesta .login .texto p strong {
          color: #E71C03;
          font-family: "Nunito Regular";
          text-decoration: underline; }
          .cesta .login .texto p strong:hover {
            opacity: 0.6; }
  .cesta .btns {
    display: inline-block;
    width: 100%;
    float: right;
    text-align: right;
    margin-bottom: 13px; }
    .cesta .btns a {
      font-family: "Nunito Light";
      text-transform: uppercase;
      color: #fff;
      font-size: 13px;
      padding: 12px 34px;
      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;
      background: #E71C03; }
      .cesta .btns a:hover {
        color: #fff;
        background: #9D9D9C; }
      .cesta .btns a:hover {
        background: #FFED00; }
      .cesta .btns a i {
        font-size: 8px;
        margin-right: 5px;
        vertical-align: middle; }
    .cesta .btns .btn-seguir-movil {
      display: none; }

.form-cesta {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px; }
  .form-cesta .paso {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 20px;
    /*estilos radio buttons*/
    /*fin estilos radio buttons*/ }
    .form-cesta .paso .form-group {
      margin-bottom: 10px; }
    .form-cesta .paso .form-group.arrow:after {
      top: 35px; }
    .form-cesta .paso .titulo {
      font-size: 18px;
      font-family: "Nunito Regular";
      line-height: 20px;
      margin-bottom: 10px;
      color: #000;
      background: #f5f5f5;
      padding: 10px 15px;
      border-bottom: 1px solid #ccc; }
    .form-cesta .paso small {
      text-align: right;
      font-size: 11px;
      font-family: "Nunito Regular";
      line-height: 11px;
      margin-bottom: 5px;
      color: #850909;
      display: block; }
    .form-cesta .paso .row-pd {
      margin: 0 -5px; }
      .form-cesta .paso .row-pd .col-pd {
        padding: 0 5px; }
    .form-cesta .paso .form-control {
      height: 35px !important;
      font-size: 12px;
      color: #666;
      border: 2px solid #ddd;
      background: #fff; }
      .form-cesta .paso .form-control:focus {
        border: 2px solid #E71C03; }
    .form-cesta .paso label {
      font-size: 14px;
      font-family: "Nunito Regular";
      line-height: 1px;
      margin-bottom: 5px;
      color: #000;
      font-weight: 100; }
    .form-cesta .paso .form-group select {
      font-family: "Nunito Light";
      font-size: 13px; }
    .form-cesta .paso textarea.form-control {
      height: 100px !important; }
    .form-cesta .paso .factura {
      font-size: 15px;
      font-family: "Nunito Light";
      line-height: 15px;
      margin-bottom: 10px;
      color: #000;
      background: #eee;
      padding: 10px 15px;
      display: block;
      width: 100%;
      margin: 15px 0 10px; }
      .form-cesta .paso .factura a {
        color: #E71C03;
        margin-left: 5px;
        font-family: "Nunito Regular"; }
        .form-cesta .paso .factura a:hover {
          opacity: 0.8; }
    .form-cesta .paso .factura-empresa {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 15px;
      padding: 25px;
      border: 1px solid #ddd;
      background: #eeeeee; }
      .form-cesta .paso .factura-empresa .polPriv {
        display: inline-block;
        margin: 0 0 5px; }
      .form-cesta .paso .factura-empresa .polPriv label {
        width: 16px;
        height: 16px;
        margin-right: 5px; }
        .form-cesta .paso .factura-empresa .polPriv label span {
          font-size: 13px; }
      .form-cesta .paso .factura-empresa .polPriv span {
        font-size: 13px;
        color: #666;
        font-family: "Nunito Light"; }
    .form-cesta .paso .forma-entrega, .form-cesta .paso .forma-pago, .form-cesta .paso .descuento {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0;
      padding-left: 10px; }
      .form-cesta .paso .forma-entrega p, .form-cesta .paso .forma-pago p, .form-cesta .paso .descuento p {
        font-size: 12px;
        font-family: "Nunito Light";
        line-height: 20px;
        margin-bottom: 10px;
        color: #000; }
    .form-cesta .paso .forma-pago {
      margin-top: 10px;
      width: 40%;
      float: left; }
      .form-cesta .paso .forma-pago .js_pagoblock {
        display: inline-block;
        padding-left: 20px; }
      .form-cesta .paso .forma-pago label {
        font-size: 14px;
        font-family: "Nunito Regular";
        line-height: 20px;
        display: inline-block;
        margin-left: 10px; }
        .form-cesta .paso .forma-pago label:hover {
          opacity: 0.7; }
        .form-cesta .paso .forma-pago label span {
          font-family: "Nunito Regular"; }
    .form-cesta .paso .descripcion {
      display: inline-block;
      width: 60%;
      padding: 12px 0 0 20px;
      float: left;
      border-left: 1px solid #ddd; }
      .form-cesta .paso .descripcion p {
        font-size: 12px;
        font-family: "Nunito Light";
        line-height: 20px;
        margin-bottom: 15px;
        color: #666; }
        .form-cesta .paso .descripcion p strong {
          color: #000;
          font-family: "Nunito Regular"; }
      .form-cesta .paso .descripcion span {
        font-size: 15px;
        font-family: "Nunito Regular";
        line-height: 20px;
        margin-bottom: 5px;
        color: #000;
        display: block; }
      .form-cesta .paso .descripcion img {
        display: inline-block;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 32px; }
      .form-cesta .paso .descripcion .elige-tienda {
        width: 100%;
        margin: 0;
        padding: 0; }
        .form-cesta .paso .descripcion .elige-tienda .tienda {
          display: inline-block;
          width: 100%;
          margin-bottom: 80px;
          margin-bottom: 0px; }
          .form-cesta .paso .descripcion .elige-tienda .tienda label {
            margin-left: 0;
            width: 80%;
            float: left;
            padding-right: 15px; }
            .form-cesta .paso .descripcion .elige-tienda .tienda label span {
              margin-bottom: 0; }
            .form-cesta .paso .descripcion .elige-tienda .tienda label p {
              margin: 0; }
          .form-cesta .paso .descripcion .elige-tienda .tienda .pin {
            display: inline-block;
            width: 20%;
            float: left;
            text-align: center; }
            .form-cesta .paso .descripcion .elige-tienda .tienda .pin span {
              display: block;
              font-size: 9px;
              text-transform: uppercase;
              text-decoration: underline;
              line-height: 9px;
              color: #E71C03;
              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-cesta .paso .descripcion .elige-tienda .tienda .pin i {
              font-size: 14px;
              color: #E71C03;
              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-cesta .paso .descripcion .elige-tienda .tienda .pin:hover i, .form-cesta .paso .descripcion .elige-tienda .tienda .pin:hover span {
              color: #FFED00; }
    .form-cesta .paso .container-radio {
      display: block;
      width: 100%;
      position: relative;
      padding-left: 30px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 22px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .form-cesta .paso .container-radio input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
    .form-cesta .paso .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 20px;
      width: 20px;
      background-color: #ddd;
      border-radius: 50%; }
    .form-cesta .paso .container-radio:hover input ~ .checkmark {
      background-color: #ccc; }
    .form-cesta .paso .container-radio input:checked ~ .checkmark {
      background-color: #ccc; }
    .form-cesta .paso .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .form-cesta .paso .container-radio input:checked ~ .checkmark:after {
      display: block; }
    .form-cesta .paso .container-radio .checkmark:after {
      top: 5px;
      left: 5px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #E71C03; }
    .form-cesta .paso .descuento {
      border-top: 1px solid #ddd;
      padding-top: 15px;
      margin-top: 15px; }
      .form-cesta .paso .descuento span {
        font-size: 14px;
        font-family: "Nunito Light";
        line-height: 20px;
        margin-bottom: 5px;
        color: #000;
        display: inline-block; }
      .form-cesta .paso .descuento .voucher-infoBtn {
        cursor: pointer;
        color: #E71C03;
        font-size: 15px !important;
        margin-left: 5px; }
      .form-cesta .paso .descuento input {
        width: 325px;
        float: left;
        margin: 0 15px 15px 0; }
      .form-cesta .paso .descuento button {
        font-family: "Nunito Light";
        text-transform: uppercase;
        color: #fff;
        font-size: 12px;
        padding: 12px 34px;
        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;
        background: #E71C03;
        float: left;
        line-height: 15px;
        padding: 10px 20px; }
        .form-cesta .paso .descuento button:hover {
          color: #fff;
          background: #9D9D9C; }
        .form-cesta .paso .descuento button:after {
          display: none; }
      .form-cesta .paso .descuento .alert {
        font-size: 14px; }
        .form-cesta .paso .descuento .alert p {
          font-size: 13px;
          font-family: "Nunito Light";
          line-height: 20px;
          margin-bottom: 0px;
          color: #000;
          padding: 8px 0 0 16px; }
          .form-cesta .paso .descuento .alert p strong {
            font-family: "Nunito Regular"; }
      .form-cesta .paso .descuento .alert-success {
        padding-right: 15px;
        margin-top: 20px; }
  .form-cesta .paso-resumen {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 0; }
    .form-cesta .paso-resumen .titulo {
      background: #fff; }
  .form-cesta .paso-resumen-movil {
    display: none; }
  .form-cesta table.resumen {
    margin-top: 20px;
    width: 100%; }
    .form-cesta table.resumen tr {
      border-bottom: 1px solid #ddd;
      font-size: 13px; }
      .form-cesta table.resumen tr:last-child {
        border-bottom: none; }
      .form-cesta table.resumen tr th {
        padding-bottom: 10px;
        font-weight: 100;
        font-family: "Nunito Regular";
        font-size: 15px; }
    .form-cesta table.resumen td {
      padding-right: 10px; }
    .form-cesta table.resumen .nombre {
      font-size: 14px;
      font-family: "Nunito Light";
      line-height: 20px;
      margin-bottom: 0px;
      color: #000; }
      .form-cesta table.resumen .nombre:hover {
        color: #666; }
    .form-cesta table.resumen .talla {
      font-size: 11px;
      font-family: "Nunito Light";
      line-height: 15px;
      margin-bottom: 5px;
      color: #666;
      display: block; }
    .form-cesta table.resumen .entrega {
      font-size: 9px;
      font-family: "Nunito Regular";
      line-height: 15px;
      margin-bottom: 0px;
      color: #E71C03;
      display: block;
      text-transform: uppercase; }
      .form-cesta table.resumen .entrega i {
        margin-right: 3px; }
    .form-cesta table.resumen .box-spinner {
      display: inline-block;
      margin: 0;
      width: initial;
      float: left; }
      .form-cesta table.resumen .box-spinner .spinner {
        display: inline-block;
        width: 100%; }
        .form-cesta table.resumen .box-spinner .spinner input {
          float: left;
          width: 60px;
          height: 34px;
          font-size: 14px;
          text-align: left;
          margin: 0;
          color: #666;
          position: relative; }
        .form-cesta table.resumen .box-spinner .spinner .ui-spinner {
          display: inline-block;
          width: 100%;
          border: none;
          height: auto !important; }
          .form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button {
            width: 18px;
            height: 18px;
            border: none;
            font-size: 14px;
            text-align: center;
            display: inline-block;
            background: #333;
            float: left;
            outline: none;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 9;
            margin-left: 0px;
            transition: 0.3s ease all;
            -webkit-transition: 0.3s ease all;
            -moz-transition: 0.3s ease all;
            -os-transition: 0.3s ease all;
            -ms-transition: 0.3s ease all; }
            .form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button .input-group-btn-vertical, .form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button .btn-menos {
              float: left; }
            .form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button:hover {
              opacity: 0.8;
              cursor: pointer; }
            .form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button .fa {
              text-indent: inherit;
              margin: 0;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              font-size: 7px;
              color: #fff; }
          .form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-down {
            background: #ccc;
            bottom: 0px;
            top: initial; }
            .form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-down .fa {
              color: #666; }
  .form-cesta table.resumen .img-producto {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    padding: 5px;
    margin: 12px auto; }
    .form-cesta table.resumen .img-producto img {
      width: 100%; }
      .form-cesta table.resumen .img-producto img:hover {
        opacity: 0.8; }
  .form-cesta .delete:hover {
    opacity: 0.6; }
  .form-cesta .box-total {
    background: #ddd;
    padding: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px; }
  .form-cesta table.table-total {
    width: 100%; }
    .form-cesta table.table-total td {
      padding: 5px 0;
      font-size: 15px;
      font-family: "Nunito Light"; }
      .form-cesta table.table-total td span {
        font-size: 15px; }
    .form-cesta table.table-total .total td, .form-cesta table.table-total .total_resumen {
      font-size: 24px;
      font-family: "Nunito Regular";
      line-height: 30px; }
    .form-cesta table.table-total small {
      text-align: left;
      font-size: 10px;
      font-family: "Nunito Light";
      line-height: 10px;
      margin-bottom: 0px;
      color: #000;
      display: inline-block; }
    .form-cesta table.table-total .fa {
      color: #E71C03;
      cursor: pointer; }
      .form-cesta table.table-total .fa:hover {
        opacity: 0.6; }
  .form-cesta .condiciones-venta {
    display: inline-block;
    width: 100%;
    margin: 0; }
    .form-cesta .condiciones-venta label {
      width: 16px;
      height: 16px;
      margin-right: 5px; }
    .form-cesta .condiciones-venta span {
      display: inline-block;
      width: 90%;
      padding-left: 5px;
      font-size: 13px; }
    .form-cesta .condiciones-venta a {
      color: #E71C03; }
      .form-cesta .condiciones-venta a:hover {
        color: #FFED00;
        text-decoration: none; }
  .form-cesta .box-btn {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 20px 0 15px;
    text-align: center; }
    .form-cesta .box-btn a {
      font-family: "Nunito Light";
      text-transform: uppercase;
      color: #fff;
      font-size: 18px;
      padding: 12px 34px;
      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;
      background: #E71C03; }
      .form-cesta .box-btn a:hover {
        color: #fff;
        background: #9D9D9C; }
      .form-cesta .box-btn a:hover {
        background: #FFED00; }
  .form-cesta .sellos {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0;
    text-align: center; }
    .form-cesta .sellos p {
      font-size: 18px;
      font-family: "Nunito Light";
      line-height: 22px;
      margin-bottom: 5px;
      color: #000; }
    .form-cesta .sellos span {
      font-size: 9px;
      font-family: "Nunito Regular";
      line-height: 9px;
      margin-bottom: 10px;
      color: #666;
      display: block;
      text-transform: uppercase; }
    .form-cesta .sellos img {
      margin: auto; }

.footer-cesta {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  background: #ddd;
  padding: 35px 0;
  border-top: 2px dashed #bbb; }
  .footer-cesta:after {
    display: none; }
  .footer-cesta [class*='col-'] {
    position: relative; }
    .footer-cesta [class*='col-']:after {
      content: "";
      width: 2px;
      height: 105px;
      background: #ccc;
      top: 0;
      right: 0px;
      position: absolute; }
  .footer-cesta .item {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0;
    text-align: left;
    padding-left: 10px; }
    .footer-cesta .item .img {
      width: 60px;
      float: left; }
      .footer-cesta .item .img img {
        width: 100%; }
    .footer-cesta .item .texto {
      display: inline-block;
      width: 70%;
      padding-left: 15px;
      float: left; }
      .footer-cesta .item .texto p {
        font-size: 14px;
        font-family: "Nunito Light";
        line-height: 22px;
        margin-bottom: 0px;
        color: #444;
        text-align: left; }
    .footer-cesta .item span {
      font-size: 15px;
      font-family: "Nunito Regular";
      line-height: 20px;
      margin-bottom: 5px;
      color: #000;
      display: block; }
    .footer-cesta .item ul li {
      display: inline-block;
      width: 100%;
      font-size: 12px;
      font-family: "Nunito Light";
      line-height: 18px;
      margin-bottom: 2px;
      color: #444; }
      .footer-cesta .item ul li a {
        color: #444;
        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-cesta .item ul li a:hover {
          color: #E71C03; }
      .footer-cesta .item ul li i {
        color: #E71C03; }

.footer-cesta [class*='col-']:last-child:after {
  display: none; }

.footer-cesta [class*='col-']:first-child .item {
  padding-left: 0; }

/*Quitamos el color de fondo azul a la tabla*/
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #fff; }

/*Validador custom para cesta*/
.js_validador em {
  position: absolute;
  z-index: 1000000;
  top: 63px;
  left: 0;
  padding: 5px 10px;
  border-radius: 3px;
  background: #e5b8b8;
  font-style: normal;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  white-space: nowrap;
  color: #000; }

.js_validador em:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 16px;
  display: block;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #e5b8b8;
  border-left: 4px solid transparent; }

.polPriv em {
  top: 20px; }

.forma-pago .container-radio em {
  top: 24px; }

.js_validador .state-error select,
.js_validador .state-error textarea,
.js_validador .state-error .input-file,
.js_validador .state-error input[type="url"],
.js_validador .state-error input[type="tel"],
.js_validador .state-error input[type="text"],
.js_validador .state-error input[type="email"],
.js_validador .state-error input[type="search"],
.js_validador .state-error input[type="password"],
.js_validador .state-error input[type="radio"] + label:before,
.js_validador .state-error input[type="checkbox"] + label:before {
  border-color: #e5b8b8;
  box-shadow: 0 0 0 5px rgba(229, 184, 184, 0.1); }

/*Cesta vacía*/
.cesta-vacia {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 80px;
  text-align: center;
  margin-bottom: 60px;
  padding: 100px 0; }

.cesta-vacia i {
  font-size: 60px;
  margin-bottom: 15px; }

.cesta-vacia span {
  font-size: 20px;
  font-family: "Roboto Light";
  line-height: 24px;
  margin-bottom: 20px;
  color: #444;
  display: block; }

.cesta-vacia a {
  text-transform: uppercase;
  font-family: "Roboto Light";
  color: #fff;
  background: #000;
  font-size: 15px;
  padding: 10px 30px;
  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;
  overflow: hidden;
  border: 2px solid #000; }

/*Fin cesta vacia*/
/*Respuesta pedido*/
.cesta-pago-status {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 50px 0; }

.cesta-pago-status hr {
  border-color: #cccccc; }

.cesta-pago-status .btn {
  margin-right: 10px;
  text-transform: uppercase;
  color: #fff;
  background: #E71C03;
  font-size: 15px;
  padding: 10px 30px;
  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;
  overflow: hidden; }

.cesta-pago-status .btn:last-child {
  margin-right: 0; }

.cesta-pago-status.cesta-pago-ok .cesta-pago-status-icon {
  color: rgba(15, 105, 5, 0.5); }

.cesta-pago-status.cesta-pago-ko .cesta-pago-status-icon {
  color: rgba(105, 5, 5, 0.5); }

.cesta-pago-status-icon {
  font-size: 200px;
  font-size: 12.5rem;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center; }

.cesta-pago-status-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  color: #4d4d4d; }

.cesta-pago-status-text {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #4d4d4d; }

/*expositores*/
.expositores-grid {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px; }
  .expositores-grid .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 40px;
    background: #eee;
    padding: 40px 40px 0; }
    .expositores-grid .box .abc {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 20px;
      text-align: center; }
      .expositores-grid .box .abc a {
        font-size: 16px;
        font-family: "Nunito Light";
        line-height: 22px;
        margin-bottom: 0px;
        color: #000;
        margin: 0 11px; }
        .expositores-grid .box .abc a .active {
          color: #E71C03;
          font-family: "Nunito Regular"; }
        .expositores-grid .box .abc a:hover {
          color: #FFED00; }
      .expositores-grid .box .abc a label:hover {
        color: #FFED00 !important; }
    .expositores-grid .box .paginador-expositores {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 20px;
      text-align: right; }
      .expositores-grid .box .paginador-expositores ul li {
        display: inline-block; }
        .expositores-grid .box .paginador-expositores ul li a {
          font-size: 14px;
          font-family: "Nunito Light";
          line-height: 20px;
          margin-bottom: 0px;
          color: #E71C03;
          padding: 0 5px; }
          .expositores-grid .box .paginador-expositores ul li a:hover {
            color: #FFED00; }
        .expositores-grid .box .paginador-expositores ul li.active {
          font-size: 14px;
          font-family: "Nunito Regular";
          line-height: 20px;
          margin-bottom: 0px;
          color: #E71C03;
          border-bottom: 2px solid #E71C03;
          padding: 0 5px; }
        .expositores-grid .box .paginador-expositores ul li i {
          font-size: 10px; }
    .expositores-grid .box .filtros {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 5px; }
      .expositores-grid .box .filtros .buscador-expositores {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin-bottom: 0px;
        position: relative; }
        .expositores-grid .box .filtros .buscador-expositores button {
          position: absolute;
          top: 0;
          right: 0;
          font-size: 21px;
          padding: 8px 18px; }
          .expositores-grid .box .filtros .buscador-expositores button:hover {
            color: #FFED00; }
      .expositores-grid .box .filtros .form-control {
        background: #fff; }
    .expositores-grid .box .paginador-expositores {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 20px; }
    .expositores-grid .box .listado {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0px; }
      .expositores-grid .box .listado .expositor {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin-bottom: 30px;
        background: #fff;
        padding: 30px; }
        .expositores-grid .box .listado .expositor .img {
          overflow: hidden;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 200px;
          height: 100px;
          float: left; }
        .expositores-grid .box .listado .expositor .texto {
          display: inline-block;
          width: 80%;
          float: left;
          padding-left: 25px; }
          .expositores-grid .box .listado .expositor .texto .nombre {
            font-size: 20px;
            font-family: "Nunito Regular";
            line-height: 24px;
            margin-bottom: 10px;
            color: #E71C03; }
          .expositores-grid .box .listado .expositor .texto p {
            font-size: 14px;
            font-family: "Nunito Light";
            line-height: 20px;
            margin-bottom: 15px;
            color: #000; }
          .expositores-grid .box .listado .expositor .texto ul li a {
            font-family: "Nunito Regular";
            text-decoration: underline; }
            .expositores-grid .box .listado .expositor .texto ul li a:hover {
              color: #FFED00; }
          .expositores-grid .box .listado .expositor .texto .enlaces {
            display: inline-block;
            width: 100%;
            margin-bottom: 80px;
            margin-bottom: 15px; }
            .expositores-grid .box .listado .expositor .texto .enlaces a {
              font-size: 13px;
              font-family: "Nunito Regular";
              line-height: 20px;
              margin-bottom: 0px;
              color: #E71C03;
              margin-right: 20px; }
              .expositores-grid .box .listado .expositor .texto .enlaces a i {
                margin-right: 5px;
                font-size: 14px; }
              .expositores-grid .box .listado .expositor .texto .enlaces a:hover {
                color: #FFED00; }
          .expositores-grid .box .listado .expositor .texto .btn-cita {
            display: inline-block;
            width: 100%;
            margin-bottom: 80px;
            margin-bottom: 0px; }
            .expositores-grid .box .listado .expositor .texto .btn-cita a {
              background: #E71C03;
              padding: 7px 14px;
              font-size: 13px;
              font-family: "Nunito Light";
              line-height: 20px;
              margin-bottom: 0px;
              color: #fff; }
              .expositores-grid .box .listado .expositor .texto .btn-cita a i {
                margin-right: 5px;
                font-size: 15px; }
              .expositores-grid .box .listado .expositor .texto .btn-cita a:hover {
                background: #FFED00;
                color: #fff; }

/*testimonios grid y ficha*/
.testimonios-grid {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0; }
  .testimonios-grid .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px; }
  .testimonios-grid .testimonio {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px; }
    .testimonios-grid .testimonio .img {
      overflow: hidden;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 340px;
      height: 340px;
      margin: 0 auto 15px; }
    .testimonios-grid .testimonio .texto {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin: 0;
      text-align: center;
      padding: 0 20px; }
      .testimonios-grid .testimonio .texto .flaticon-quote {
        font-size: 28px;
        line-height: 40px;
        color: #E71C03;
        display: block; }
      .testimonios-grid .testimonio .texto .titular {
        font-size: 22px;
        font-family: "gillsab";
        line-height: 26px;
        margin-bottom: 15px;
        color: #000;
        display: block; }
      .testimonios-grid .testimonio .texto .nombre {
        font-size: 18px;
        font-family: "Nunito Regular";
        line-height: 22px;
        margin-bottom: 5px;
        color: #E71C03;
        display: block; }
      .testimonios-grid .testimonio .texto hr {
        margin-top: 5px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #aaa;
        width: 20px; }
      .testimonios-grid .testimonio .texto .empresa {
        font-size: 10px;
        font-family: "Nunito Light";
        line-height: 16px;
        margin-bottom: 2px;
        color: #666;
        display: block;
        text-transform: uppercase; }
      .testimonios-grid .testimonio .texto .cargo {
        font-size: 10px;
        font-family: "Nunito Light";
        line-height: 13px;
        margin-bottom: 0px;
        color: #666;
        display: block;
        text-transform: uppercase; }
      .testimonios-grid .testimonio .texto .redes {
        display: inline-block;
        width: 100%;
        margin-top: 10px; }
        .testimonios-grid .testimonio .texto .redes a {
          color: #E71C03;
          font-size: 15px;
          margin: 0 3px; }
          .testimonios-grid .testimonio .texto .redes a:hover {
            color: #FFED00; }
      .testimonios-grid .testimonio .texto .box-logo {
        display: inline-block;
        width: 100%; }
      .testimonios-grid .testimonio .texto .logo-testimonio {
        display: inline-block;
        width: 120px;
        height: 40px;
        margin: 10px auto 20px; }
        .testimonios-grid .testimonio .texto .logo-testimonio img {
          max-height: 100%;
          max-width: 100%; }
      .testimonios-grid .testimonio .texto .verMas {
        background: #E71C03;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        padding: 10px 15px;
        font-family: "Nunito Light"; }
        .testimonios-grid .testimonio .texto .verMas:hover {
          background: #FFED00; }

/*ficha testimonio*/
.testimonios-grid.testimonios-single {
  margin-bottom: 0; }

.testimonios-grid.testimonios-single .box {
  margin-bottom: 0; }

.testimonios-grid.testimonios-single .testimonio .img {
  width: 370px;
  height: 370px;
  margin: 0; }

.testimonios-grid.testimonios-single .testimonio .texto .nombre {
  font-size: 24px;
  line-height: 30px; }

.testimonios-grid.testimonios-single .testimonio .texto .logo-testimonio {
  width: 140px;
  height: 60px;
  margin: 10px auto 0px; }

.testimonios-grid.testimonios-single .testimonio .texto {
  padding: 20px 20px;
  background: #eee; }

.testimonios-grid.testimonios-single .testimonio .texto-testimonio {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0; }
  .testimonios-grid.testimonios-single .testimonio .texto-testimonio .titular {
    font-size: 38px;
    font-family: "gillsab";
    line-height: 42px;
    margin-bottom: 15px;
    color: #000;
    display: block;
    padding-left: 60px;
    position: relative; }
    .testimonios-grid.testimonios-single .testimonio .texto-testimonio .titular:before {
      content: "\f197";
      font-family: "Flaticon";
      position: absolute;
      top: -3px;
      left: 0;
      font-size: 44px;
      color: #E71C03; }

/*faq*/
.faq {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px; }

.box-faq {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px; }
  .box-faq .card {
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    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: #E71C03;
      position: absolute;
      left: 10px; }
    .box-faq .card-body a {
      color: #E71C03;
      font-family: "Nunito Regular";
      text-decoration: underline; }
      .box-faq .card-body a:hover {
        color: #E71C03; }
  .box-faq .btn-link {
    font-weight: 100;
    font-family: "Nunito Regular";
    font-size: 18px;
    color: #000;
    background-color: #eee;
    display: block;
    padding: 15px 75px 15px 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 .num {
      font-size: 18px;
      line-height: 25px;
      font-family: "Nunito Regular";
      margin-right: 15px;
      border-right: 2px solid #ddd;
      color: #E71C03;
      width: 25px;
      display: inline-block;
      float: left; }
    .box-faq .btn-link .pregunta {
      font-size: 18px;
      line-height: 25px;
      font-family: "Nunito Regular";
      white-space: normal;
      display: inline-block;
      width: 95%;
      margin: 0; }
    .box-faq .btn-link:after {
      content: "\f12d";
      font-family: "Flaticon";
      color: #E71C03;
      font-size: 14px;
      position: absolute;
      right: 30px;
      top: 20px;
      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;
      transform: rotate(180deg); }
    .box-faq .btn-link.collapsed:after {
      transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg); }
    .box-faq .btn-link .collapse.show:after {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg); }
    .box-faq .btn-link:hover {
      color: #fff;
      background: #E71C03;
      text-decoration: none; }
    .box-faq .btn-link:hover .num, .box-faq .btn-link:hover:after {
      color: #fff; }

.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: "Nunito Regular";
        line-height: 24px;
        margin-bottom: 5px;
        color: #000;
        display: block;
        text-align: center; }
      .side-faq .box-side .texto p {
        font-size: 13px;
        font-family: "Nunito 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: "Nunito Light";
          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: #E71C03;
            color: #fff; }
      .side-faq .box-side ul li.active a {
        background: #E71C03;
        color: #fff; }

/*landing*/
._landings {
  padding-top: 160px; }

.header-landing {
  border-top: 6px solid #E71C03;
  padding-top: 40px; }
  .header-landing .box-logo {
    width: 229px; }
  .header-landing .box {
    display: inline-block;
    float: right;
    text-align: center;
    width: initial;
    position: relative;
    bottom: 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; }
    .header-landing .box h1 {
      font-size: 30px;
      font-family: "gillsab";
      line-height: 32px;
      margin-bottom: 5px;
      color: #E71C03;
      display: block; }
    .header-landing .box small {
      font-size: 14px;
      font-family: "Nunito Regular";
      line-height: 20px;
      margin-bottom: 0px;
      color: #000;
      display: block; }
    .header-landing .box hr {
      margin-top: 5px;
      margin-bottom: 5px;
      width: 15px;
      border-top: 2px solid #FFED00; }
    .header-landing .box a {
      font-size: 12px;
      font-family: "Nunito Light";
      line-height: 20px;
      margin-bottom: 0px;
      color: #000;
      margin: 0 5px; }
      .header-landing .box a i {
        color: #E71C03;
        margin-right: 2px; }
      .header-landing .box a:hover {
        color: #FFED00; }
  .header-landing.fixed {
    padding-bottom: 0px;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px); }
  .header-landing.fixed .box hr, .header-landing.fixed .box a {
    display: none; }
  .header-landing.fixed .box-logo {
    width: 140px;
    top: -15px; }

.bloque-landing {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
  float: left; }
  .bloque-landing .titulo {
    font-size: 36px;
    font-family: "gillsab";
    line-height: 36px;
    margin-bottom: 15px;
    color: #000; }
  .bloque-landing span {
    font-size: 18px;
    font-family: "gillsab";
    line-height: 20px;
    margin-bottom: 10px;
    color: #E71C03;
    display: block;
    text-transform: uppercase; }
  .bloque-landing p {
    font-size: 16px;
    font-family: "Nunito Light";
    line-height: 22px;
    margin-bottom: 20px;
    color: #000; }
  .bloque-landing .boton {
    font-family: "Nunito Light";
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 12px 34px;
    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;
    background: #E71C03; }
    .bloque-landing .boton:hover {
      color: #fff;
      background: #9D9D9C; }

/*TEXTO IZDA - VIDEO DCHA*/
.textoIzda-videoDcha {
  padding: 60px 0; }
  .textoIzda-videoDcha .texto {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0;
    padding-right: 40px; }
  .textoIzda-videoDcha iframe {
    float: right; }

/*SOLO TEXTO*/
.soloTexto {
  text-align: center;
  padding: 90px 0 70px; }
  .soloTexto p {
    padding: 0 70px; }

/*TEXTO DCHA - IMG IZDA*/
.textoDcha-imgIzda {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
  overflow: hidden; }
  .textoDcha-imgIzda .container-fluid {
    padding: 0; }
  .textoDcha-imgIzda .img {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover; }
  .textoDcha-imgIzda .texto {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0;
    padding: 90px 30px 70px 30px;
    position: relative;
    max-width: 600px; }
  .textoDcha-imgIzda .corte {
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 110px;
    border-bottom-width: 200px;
    border-left-width: 0px;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 0;
    left: -110px;
    z-index: 9; }

/*TEXTO IZDA - IMG DCHA*/
.textoIzda-imgDcha {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
  overflow: hidden; }
  .textoIzda-imgDcha .container-fluid {
    padding: 0; }
  .textoIzda-imgDcha .img {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover; }
  .textoIzda-imgDcha .texto {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0;
    padding: 90px 30px 70px 30px;
    position: relative;
    max-width: 600px;
    float: right; }
  .textoIzda-imgDcha .corte {
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 200px;
    border-right-width: 110px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -110px;
    z-index: 9; }

/*SOLO TEXTO - VIDEO GRANDE*/
.soloTexto-videoGrande {
  text-align: center;
  padding: 60px 0; }
  .soloTexto-videoGrande p {
    padding: 0 70px; }
  .soloTexto-videoGrande iframe {
    margin: 40px auto 20px;
    width: 890px !important;
    height: 500px !important; }

/*VIDEO IZDA - TEXTO DCHA*/
.videoIzda-textoDcha {
  padding: 60px 0; }
  .videoIzda-textoDcha .texto {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0;
    padding-left: 40px; }
  .videoIzda-textoDcha iframe {
    float: left; }

/*BANNER*/
.banner {
  padding: 150px 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  .banner span {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0px;
    color: #000;
    background: rgba(255, 255, 255, 0.85);
    padding: 25px 60px;
    display: inline-block; }

/*FORMULARIO CONTACTO*/
.form-landing {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  background: url(../img/bg-form.png) no-repeat center bottom;
  padding: 90px 0 100px;
  text-align: center;
  float: left; }
  .form-landing .titulo {
    font-size: 42px;
    font-family: "gillsab";
    line-height: 42px;
    margin-bottom: 15px;
    color: #000; }
  .form-landing p {
    font-size: 20px;
    font-family: "Nunito Light";
    line-height: 24px;
    margin-bottom: 20px;
    color: #000; }
  .form-landing form {
    width: 80%;
    margin: auto;
    text-align: left; }
    .form-landing form textarea {
      height: 100px; }
    .form-landing form .btn-enviar {
      font-family: "Nunito Light";
      text-transform: uppercase;
      color: #fff;
      font-size: 18px;
      padding: 12px 34px;
      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;
      background: #E71C03; }
      .form-landing form .btn-enviar:hover {
        color: #fff;
        background: #9D9D9C; }

/*IMG IZDA - FORM DCHA*/
.imgIzda-formDcha {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
  overflow: hidden; }
  .imgIzda-formDcha .container-fluid {
    padding: 0; }
  .imgIzda-formDcha .img {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover; }
  .imgIzda-formDcha .texto {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0;
    padding: 70px 30px 70px 30px;
    position: relative;
    max-width: 600px; }
  .imgIzda-formDcha .corte {
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 110px;
    border-bottom-width: 200px;
    border-left-width: 0px;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 0;
    left: -110px;
    z-index: 9; }
  .imgIzda-formDcha .polPriv span {
    float: left;
    font-size: 13px;
    color: #000;
    width: 90%;
    font-family: "Nunito Light";
    text-transform: none; }
    .imgIzda-formDcha .polPriv span a {
      color: #000;
      font-family: "Nunito Light"; }
  .imgIzda-formDcha .btn-enviar {
    font-family: "Nunito Light";
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 12px 34px;
    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;
    background: #E71C03;
    display: block;
    width: 100%;
    padding: 12px 20px; }
    .imgIzda-formDcha .btn-enviar:hover {
      color: #fff;
      background: #9D9D9C; }

/*VIDEO IZDA - FORM DCHA*/
.videoIzda-formDcha {
  padding: 60px 0; }
  .videoIzda-formDcha .texto {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0;
    padding-left: 40px; }
  .videoIzda-formDcha iframe {
    float: left; }
  .videoIzda-formDcha .polPriv span {
    float: left;
    font-size: 13px;
    color: #000;
    width: 90%;
    font-family: "Nunito Light";
    text-transform: none; }
    .videoIzda-formDcha .polPriv span a {
      color: #E71C03;
      font-family: "Nunito Regular"; }
  .videoIzda-formDcha .btn-enviar {
    font-family: "Nunito Light";
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 12px 34px;
    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;
    background: #E71C03;
    display: block;
    width: 100%;
    padding: 12px 20px; }
    .videoIzda-formDcha .btn-enviar:hover {
      color: #fff;
      background: #9D9D9C; }

/*TEXTO IZDA - FORM DCHA*/
.textoIzda-formDcha {
  padding: 60px 0; }
  .textoIzda-formDcha .texto {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0;
    padding-left: 40px; }
  .textoIzda-formDcha .polPriv span {
    float: left;
    font-size: 13px;
    color: #000;
    width: 90%;
    font-family: "Nunito Light";
    text-transform: none; }
    .textoIzda-formDcha .polPriv span a {
      color: #E71C03;
      font-family: "Nunito Regular"; }
  .textoIzda-formDcha .btn-enviar {
    font-family: "Nunito Light";
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 12px 34px;
    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;
    background: #E71C03;
    display: block;
    width: 100%;
    padding: 12px 20px; }
    .textoIzda-formDcha .btn-enviar:hover {
      color: #fff;
      background: #9D9D9C; }

/*SOLO IMAGEN*/
.soloImg {
  text-align: center; }
  .soloImg .img {
    height: auto;
    margin: 0; }

/*IMG IZDA - IMG DCHA*/
.imgIzda-imgDcha .img {
  height: auto;
  margin: 0; }

.imgIzda-imgDcha .container-fluid {
  padding: 0; }

/*IMAGEN IZQ VIDEO DER*/
.imgIzda-videoDcha .container-fluid {
  padding: 0; }

.imgIzda-videoDcha .img {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover; }

.imgIzda-videoDcha .box-video {
  float: left;
  margin: 60px 0px 60px 30px; }

.imgIzda-videoDcha .corte {
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 110px;
  border-bottom-width: 200px;
  border-left-width: 0px;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  left: -110px;
  z-index: 9; }

/*VIDEO IZQ IMAGEN DER*/
.videoIzda-imgDcha .container-fluid {
  padding: 0; }

.videoIzda-imgDcha .img {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover; }

.videoIzda-imgDcha .box-video {
  float: right;
  margin: 60px 30px 60px 0px; }

.videoIzda-imgDcha .corte {
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 200px;
  border-right-width: 110px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -110px;
  z-index: 9; }

/*OPCIONES*/
.gris {
  background-color: #eeeeee; }

.textoDcha-imgIzda.gris .texto .corte {
  border-color: transparent #eee transparent transparent; }

.textoIzda-imgDcha.gris .texto .corte {
  border-color: #eee transparent transparent transparent; }

.imgIzda-formDcha.gris .texto .corte {
  border-color: transparent #eee transparent transparent; }

.imgIzda-formDcha.gris .texto .form-control {
  background: #fff; }

.textoIzda-formDcha.gris .texto .form-control, .videoIzda-formDcha.gris .texto .form-control {
  background: #fff; }

.verde {
  background-color: #E71C03; }
  .verde span {
    color: #FFED00; }
  .verde .titulo, .verde p {
    color: #fff; }

.textoDcha-imgIzda.verde .texto .corte {
  border-color: transparent #E71C03 transparent transparent; }

.textoIzda-imgDcha.verde .texto .corte {
  border-color: #E71C03 transparent transparent transparent; }

.imgIzda-formDcha.verde .texto .corte {
  border-color: transparent #E71C03 transparent transparent; }

.textoIzda-formDcha.verde .texto label, .textoIzda-formDcha.verde .polPriv span, .textoIzda-formDcha.verde .polPriv span a, .videoIzda-formDcha.verde .texto label, .videoIzda-formDcha.verde .polPriv span, .videoIzda-formDcha.verde .polPriv span a, .imgIzda-formDcha.verde .texto label, .imgIzda-formDcha.verde .polPriv span, .imgIzda-formDcha.verde .polPriv span a {
  color: #fff; }

.videoIzda-formDcha.verde .texto .form-control {
  background: #fff; }

.footer-landing {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
  float: left;
  border-top: 8px solid #E71C03;
  background: url(../img/bg-footer-landing.jpg) no-repeat center center;
  background-size: cover !important;
  text-align: center; }
  .footer-landing .overlay {
    padding: 40px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0;
    background: rgba(182, 205, 0, 0.95); }
  .footer-landing .logo-footer-landing {
    margin-bottom: 25px; }
  .footer-landing ul {
    margin-bottom: 40px; }
  .footer-landing ul li {
    font-size: 15px;
    font-family: "Nunito Light";
    line-height: 20px;
    margin-bottom: 5px;
    color: #000; }
    .footer-landing ul li a {
      color: #000; }
      .footer-landing ul li a:hover {
        opacity: 0.6; }
  .footer-landing .legal {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0; }
    .footer-landing .legal a {
      font-size: 15px;
      font-family: "Nunito Light";
      line-height: 20px;
      margin-bottom: 0px;
      color: #000;
      position: relative;
      margin: 0 10px; }
      .footer-landing .legal a:after {
        content: "-";
        position: absolute;
        top: 0;
        right: -16px; }
      .footer-landing .legal a:last-child:after {
        display: none; }
      .footer-landing .legal a:hover {
        opacity: 0.6; }

/*MEDIA QUERY*/
@media screen and (max-width: 1800px) {
  .slider .flexslider .flex-caption span {
    font-size: 44px;
    line-height: 50px; }
  .slider .flexslider .flex-caption, .slider .flexslider .solo-btn {
    bottom: 12%; }
  .cifras-home .cifra {
    width: 60%; } }

@media screen and (max-width: 1600px) {
  .slider .flexslider .flex-caption span {
    font-size: 40px;
    line-height: 44px; }
  .cifras-home .cifra {
    width: 70%; } }

@media screen and (max-width: 1440px) {
  .slider .flexslider .flex-caption span {
    font-size: 40px;
    line-height: 44px; }
  .cifras-home .cifra {
    width: 70%; } }

@media screen and (max-width: 1366px) {
  .slider .flexslider .flex-caption, .slider .flexslider .solo-btn {
    bottom: 18%; }
  .slider .flexslider .flex-caption small {
    font-size: 15px; }
  .slider .flexslider .flex-caption span {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 10px; }
  .slider .flexslider .flex-caption p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0; }
  .slider .flexslider .flex-caption a {
    font-size: 16px; }
  .cifras-home .cifra {
    width: 80%; }
  .cifras-home .texto p {
    font-size: 22px;
    line-height: 28px; }
  .cifras-home .texto small {
    font-size: 12px; }
  .cifras-home .cifra span {
    font-size: 24px; } }
