@charset "utf-8";
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left;
  }
  .col-ms-1 {
    width: 8.33333%;
  }
  .col-ms-2 {
    width: 16.66667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.33333%;
  }
  .col-ms-5 {
    width: 41.66667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.33333%;
  }
  .col-ms-8 {
    width: 66.66667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.33333%;
  }
  .col-ms-11 {
    width: 91.66667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-push-1 {
    left: 8.33333%;
  }
  .col-ms-push-2 {
    left: 16.66667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.33333%;
  }
  .col-ms-push-5 {
    left: 41.66667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.33333%;
  }
  .col-ms-push-8 {
    left: 66.66667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.33333%;
  }
  .col-ms-push-11 {
    left: 91.66667%;
  }
  .col-ms-pull-1 {
    right: 8.33333%;
  }
  .col-ms-pull-2 {
    right: 16.66667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.33333%;
  }
  .col-ms-pull-5 {
    right: 41.66667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.33333%;
  }
  .col-ms-pull-8 {
    right: 66.66667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.33333%;
  }
  .col-ms-pull-11 {
    right: 91.66667%;
  }
  .col-ms-offset-1 {
    margin-left: 8.33333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.66667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.33333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66667%;
  }
}




@media (min-width: 540px) and (max-width: 767px) {
  .container {
    max-width: 748px;
  }
  .form-horizontal .form-group .control-label {
    text-align: right;
  }
  /* .people {
    width: 90% !important;
    margin: 0px auto !important;
    margin-bottom: 1em !important;
    height: 323px !important;
  } */
}

.doc {
  position: relative;
}
.doc:not(.home) {
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 1em;
  border-radius: 3px;
}
.doc:not(.home) .info {
  padding: 1em;
}
.doc:not(.home) .info .title {
  color: #191919;
  font-size: 1.2em;
}
.doc:not(.home) .info .rating {
  color: #ffa500;
  font-size: 1.2em;
}
.doc:not(.home) .info .description {
  overflow: hidden;
  margin-top: 1em;
}
.doc:not(.home) .info .description p {
  color: #999999;
}
.doc:not(.home) .info .description a {
  color: #008eff;
}
.doc:not(.home) .info .description a:hover {
  color: #33a5ff;
}
.doc:not(.home) .info .description a:active {
  color: #0072cc;
}
.doc.home {
  width: 100%;
  margin-bottom: 2em;
}
.doc.home .cover img {
  border-radius: 5px;
  overflow: hidden;
}
.doc.home .title {
  color: #191919;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.2em;
  text-align: center;
  margin: .5em 0;
}
.doc.home .rating {
  color: #ffa500;
  font-size: 1.2em;
  text-align: center;
  margin: .5em 0;
}
.doc.home .actions {
  border-radius: 5px;
}
.doc .actions {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.doc .actions li {
  text-align: center;
  padding: 0 0;
  box-sizing: border-box;
}
.doc .actions li .link {
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #FFF;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 4px;
  width: 75%;
  box-sizing: border-box;
}
.doc .actions li a:hover,
.doc .actions li a.added {
  color: #000;
  background-color: #FFF;
}
.doc .actions li a i.small {
  font-size: 0.75em;
}
.doc div.rate {
  background-color: #FFF;
  padding: 20px 5px;
  box-shadow: 0 0 6px 1px #999999;
  display: none;
  position: absolute;
  z-index: 2;
  left: -13px;
  right: -13px;
  top: -70px;
  border-radius: 5px;
}
.doc div.rate:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -10px;
  left: 44%;
  border-radius: 5px;
  background-color: #FFF;
  padding: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.doc div.rate .rater i {
  cursor: pointer;
  font-size: 1em;
  padding: 0.05em;
}
.people {
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 1em;
  /*overflow: hidden;*/
  height:340px !important;
  
}
.people .info {
  padding: 2em 1em;
  text-align: center;
}
.people .info .name {
  color: #000;
  font-size: 1.2em;
  margin-bottom: .2em;
}
.person-header {
  overflow: auto;
  margin: 5em 0;
}
@media only screen and (max-width: 768px) {
  .person-header {
    text-align: center;
  }
}
.person-header .name {
  color: #333333;
  font-size: 2.5em;
  font-weight: bold;
}
.person-header .functions {
  color: #333333;
  font-size: 1.25em;
}
.person-header img {
  float: left;
  margin-right: 3em;
  border-radius: 3px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .person-header img {
    float: none;
    margin: auto;
  }
}
.profile-header {
  overflow: auto;
  margin: 5em 0;
}
@media only screen and (max-width: 768px) {
  .profile-header {
    text-align: center;
  }
}
.profile-header .name {
  color: #333333;
  font-size: 2.5em;
  font-weight: bold;
}
.profile-header .from {
  color: #333333;
  font-size: 1.25em;
}
.profile-header .edit {
  font-size: 1.1em;
  margin-top: 2em;
  display: inline-block;
}
.profile-header img {
  float: left;
  margin-right: 3em;
  border-radius: 3px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .profile-header img {
    float: none;
    margin: auto;
  }
}
.company {
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 1em;
  /*overflow: hidden;*/
}
.company .info {
  padding: 2em 1em;
  text-align: center;
  border-top: 1px solid #cccccc;
}
.company .info .name {
  color: #000;
  font-size: 1.2em;
  margin-bottom: .2em;
}
.company .info .country {
  height: 2em;
}
#company-header {
  padding: 14em 0 6em 0;
  background-size: cover;
  background-position: center center;
  margin-bottom: 2em;
}
#company-header .logo {
  border-radius: 4px;
  overflow: hidden;
}
#company-header .info .name {
  color: #FFF;
  font-size: 2.5em;
  font-weight: bold;
  text-shadow: 0 2px 6px #000;
  margin-top: 50px;
}
#company-header .info .country {
  color: #FFF;
  font-size: 1.2em;
  text-shadow: 0 2px 6px #000;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  #company-header .info {
    text-align: center;
  }
}
#doc-header {
  padding: 10em 0 5em 0;
  background-size: cover;
  background-position: center center;
  margin-bottom: 2em;
  box-shadow: inset 0 0 0 900px rgba(0, 0, 0, 0.4);
  position: relative;
}
#doc-header a.cover {
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #doc-header a.cover {
    margin: auto;
  }
}
#doc-header a.cover img.play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -34px;
  margin-top: -34px;
  opacity: 0.7;
  transition: all .2s;
}
#doc-header a.cover:hover img.play {
  opacity: 1;
}
#doc-header .info {
  color: #FFF;
  text-shadow: 0 2px 6px #000;
}
#doc-header .info h2.name {
  color: #FFF;
  font-size: 2.5em;
  font-weight: bold;
}
#doc-header .info h2.name small {
  color: inherit;
  font-size: .6em;
}
#doc-header .info .description {
  font-size: 1.2em;
}
#doc-header .info .description h3 {
  color: #FFF;
  font-size: 1.2em;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
#doc-header .buttons {
  margin: 1em 0 2em 0;
  text-align: center;
}
#doc-header .ratings {
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: .1em 2em;
  border-radius: 5px;
  max-width: 400px;
  margin: auto;
}
#doc-header .ratings > div {
  margin: 1.2em 0;
}
#doc-header .ratings .stars i {
  cursor: pointer;
}
.doc-overview,
.person-overview {
  position: relative;
  height: auto;
}
.doc-overview.collapsed,
.person-overview.collapsed {
  height: 15em;
  overflow: hidden;
}
.doc-overview.collapsed:before,
.person-overview.collapsed:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 150px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  display: block;
}
.crew-item {
  margin: 2em 0;
  display: block;
}
@media only screen and (max-width: 700px) {
  .crew-item {
    text-align: center;
  }
}
.crew-item a.photo {
  margin-right: 1em;
}
@media only screen and (min-width: 700px) {
  .crew-item a.photo {
    float: left;
  }
}
.crew-item a.photo img {
  border-radius: 3px;
  overflow: hidden;
}
.crew-item div.name {
  padding-top: 1em;
}
.crew-item div.name a {
  color: #008eff;
}
.crew-item div.name a:hover {
  color: #33a5ff;
}
.crew-item div.name a:active {
  color: #0072cc;
}
.crew-item div.as {
  font-style: italic;
}
.doc-review {
  margin: 2em 0;
}
.doc-review .info {
  overflow: auto;
  margin-bottom: 1em;
  padding-left: 70px;
}
.doc-review .info a {
  color: #008eff;
}
.doc-review .info a.avatar {
  float: left;
  margin-left: -70px;
}
.doc-review .info a.avatar img {
  border-radius: 3px;
  overflow: hidden;
}
.doc-review .info .title,
.doc-review .info .author,
.doc-review .info .separator,
.doc-review .info .date {
  color: #333333;
  vertical-align: -20%;
}
.doc-review .info .title.title,
.doc-review .info .author.title,
.doc-review .info .separator.title,
.doc-review .info .date.title {
  font-weight: bold;
  font-size: 1.2em;
}
.doc-review .info .title.separator,
.doc-review .info .author.separator,
.doc-review .info .separator.separator,
.doc-review .info .date.separator {
  padding: 0 .5em;
}
.doc-review .info .rating :not(i) {
  color: #ffa500;
}
.doc-review .info .rating .score {
  margin: 0 .5em;
}
.doc-review p {
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 2em 0;
}
.doc-comment {
  overflow: auto;
  padding-left: 65px;
  margin: 1em 0;
}
.doc-comment .avatar {
  float: left;
  margin-left: -65px;
}
.doc-comment .avatar img {
  border-radius: 3px;
  overflow: hidden;
}
.doc-comment a {
  color: #008eff;
}
.doc-comment a.user {
  font-size: 1.2em;
}
.doc-comment p {
  font-size: 1.15em;
  line-height: 1.7em;
}
.doc-comment form {
  margin-bottom: 2em;
}
.doc-comment form textarea {
  display: block;
  width: 100%;
  padding: .9em;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 1em;
  color: #333333;
  line-height: 1.5em;
  resize: vertical;
}
.doc-comment form textarea:focus {
  outline: none;
  border: 2px solid #008eff;
}
.doc-comment form input[type="submit"] {
  display: none;
}
#doc-sidebar .spacer,
#person-sidebar .spacer,
#company-sidebar .spacer {
  height: 3.8em;
}
#doc-sidebar .spacer.short,
#person-sidebar .spacer.short,
#company-sidebar .spacer.short {
  height: 1.9em;
}
#doc-sidebar .spacer.large,
#person-sidebar .spacer.large,
#company-sidebar .spacer.large {
  height: 4.8em;
}
#doc-sidebar h3,
#person-sidebar h3,
#company-sidebar h3 {
  font-size: 1.3em;
  color: #333333;
}
#doc-sidebar a:not(.btn),
#person-sidebar a:not(.btn),
#company-sidebar a:not(.btn) {
  color: #008eff;
}
#doc-sidebar a:not(.btn):hover,
#person-sidebar a:not(.btn):hover,
#company-sidebar a:not(.btn):hover {
  color: #33a5ff;
}
#doc-sidebar a:not(.btn):active,
#person-sidebar a:not(.btn):active,
#company-sidebar a:not(.btn):active {
  color: #0072cc;
}
#doc-sidebar a.tag,
#person-sidebar a.tag,
#company-sidebar a.tag {
  background-color: #008eff;
  color: #FFF;
  padding: .3em 1em;
  border-radius: 5px;
  display: block;
  margin: .2em 0;
}
#doc-sidebar a.tag:hover,
#person-sidebar a.tag:hover,
#company-sidebar a.tag:hover {
  background-color: #33a5ff;
  color: #FFF !important;
}
#doc-sidebar a.tag:active,
#person-sidebar a.tag:active,
#company-sidebar a.tag:active {
  background-color: #0072cc;
}
#doc-sidebar ul,
#person-sidebar ul,
#company-sidebar ul {
  margin: 0;
  padding: 0;
  color: #333333;
}
#doc-sidebar ul li,
#person-sidebar ul li,
#company-sidebar ul li {
  margin: 0;
  padding: 0;
}
#doc-sidebar ul.list-companies,
#person-sidebar ul.list-companies,
#company-sidebar ul.list-companies,
#doc-sidebar ul.list-info,
#person-sidebar ul.list-info,
#company-sidebar ul.list-info {
  font-size: 1.2em;
}
#doc-sidebar div.info,
#person-sidebar div.info,
#company-sidebar div.info {
  padding: 2em;
  background-color: #f2f2f2;
  border-radius: 5px;
}
#doc-sidebar div.info h3,
#person-sidebar div.info h3,
#company-sidebar div.info h3 {
  margin: 0 0 1em 0;
}
#doc-sidebar div.info form.info input[type="text"],
#person-sidebar div.info form.info input[type="text"],
#company-sidebar div.info form.info input[type="text"] {
  font-size: 0.8em;
  padding: 0.7em;
}
.hire-block {
  display: none;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.container {
  position: relative;
}
hr.gris-20 {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 992px) {
  .padd-left-60 {
    padding-left: 60px;
  }
}
.close {
  opacity: 1;
}
.close:hover {
  opacity: 1;
}
.btn {
  transition: all .1s;
}
.btn.btn-home-more {
  border-radius: 3em;
  padding: 0.3em 1.5em;
  font-size: 11px;
}
.btn.btn-rounded {
  border-radius: 99999px;
}
.btn.btn-share {
  padding: 6px 4px;
}
.btn.btn-share.support-us {
  padding: 16px 12px;
  font-size: 31px;
  margin: 15px;
}
.btn.btn-success {
  background-color: #30bb51;
  border: none;
}
.btn.btn-success:hover {
  background-color: #4dd16c;
}
.btn.btn-success:active {
  background-color: #26923f;
}
.btn.btn-donate {
  background-color: #50de72;
  border: none;
  color: #FFF;
  width: 60%;
  max-width: 400px;
  padding: .5em;
  font-size: 1.5em;
}
.btn.btn-donate:hover {
  background-color: #7be695;
}
.btn.btn-donate:active {
  background-color: #28d351;
}
.btn.btn-facebook {
  background-color: black;
  color: #FFF;
}
/* .btn.btn-facebook:hover {
  background-color: #4e6ebd;
}
.btn.btn-facebook:active {
  background-color: #2d4278;
} */
.btn.btn-twitter {
  background-color: #00b0ed;
  color: #FFF;
}
.btn.btn-twitter:hover {
  background-color: #21c6ff;
}
.btn.btn-twitter:active {
  background-color: #008aba;
}
.btn.btn-azul {
  background-color: #008eff;
  color: #FFF;
  border: none;
}
.btn.btn-azul:hover {
  background-color: #33a5ff;
}
.btn.btn-azul:active {
  background-color: #0072cc;
}
.btn.btn-lila {
  background-color: #6e69e7;
  color: #FFF;
  border: none;
}
.btn.btn-lila:hover {
  background-color: #9895ee;
}
.btn.btn-lila:active {
  background-color: #433de0;
}
.btn.btn-naranja {
  background-color: #ff5833;
  color: #FFF;
  border: none;
}
.btn.btn-naranja:hover {
  background-color: #ff8266;
}
.btn.btn-naranja:active {
  background-color: #ff2e00;
}
.btn.btn-naranja-2 {
  background-color: #f6bb42;
  color: #FFF;
  border: none;
}
.btn.btn-naranja-2:hover {
  background-color: #f8cd73;
}
.btn.btn-naranja-2:active {
  background-color: #f4a911;
}
.btn.btn-rosa {
  background-color: #ff4067;
  color: #FFF;
  border: none;
}
.btn.btn-rosa:hover {
  background-color: #ff7390;
}
.btn.btn-rosa:active {
  background-color: #ff0d3e;
}
.btn.btn-blanco {
  background-color: #FFF;
  color: #333333;
}
.btn.btn-blanco:hover {
  background-color: #e6e6e6;
}
.btn.btn-blanco:active {
  background-color: #cccccc;
}
@media (min-width: 1200px) {
  .align-lg-center {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .align-md-center {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .align-sm-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .align-xs-center {
    text-align: center;
  }
}
.align-lg-center:not(.not-block-img) img,
.align-md-center:not(.not-block-img) img,
.align-sm-center:not(.not-block-img) img,
.align-xs-center:not(.not-block-img) img {
  display: block;
  margin: auto;
}
.text-azul {
  color: #008eff;
}
.text-azul a:not(.btn) {
  color: #008eff;
}
.text-azul a:not(.btn):hover {
  color: #33a5ff;
}
.text-azul a:not(.btn):active {
  color: #0072cc;
}
.text-naranja {
  color: #ff5833;
}
.text-naranja a:not(.btn) {
  color: #ff5833;
}
.text-naranja a:not(.btn):hover {
  color: #ff8266;
}
.text-naranja a:not(.btn):active {
  color: #ff2e00;
}
.text-naranja-2 {
  color: #f6bb42;
}
.text-naranja-2 a:not(.btn) {
  color: #f6bb42;
}
.text-naranja-2 a:not(.btn):hover {
  color: #f8cd73;
}
.text-naranja-2 a:not(.btn):active {
  color: #f4a911;
}
.text-lila {
  color: #6e69e7;
}
.text-lila a:not(.btn) {
  color: #6e69e7;
}
.text-lila a:not(.btn):hover {
  color: #9895ee;
}
.text-lila a:not(.btn):active {
  color: #433de0;
}
.text-rosa {
  color: #ff4067;
}
.text-rosa a:not(.btn) {
  color: #ff4067;
}
.text-rosa a:not(.btn):hover {
  color: #ff7390;
}
.text-rosa a:not(.btn):active {
  color: #ff0d3e;
}
.text-amarillo {
  color: #ffa500;
}
.text-amarillo a:not(.btn) {
  color: #ffa500;
}
.text-amarillo a:not(.btn):hover {
  color: #ffb733;
}
.text-amarillo a:not(.btn):active {
  color: #cc8400;
}
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
}
.container {
  max-width: 1000px;
}
.well {
  box-shadow: none;
  border: none;
  background-color: #ebebeb;
  padding: 30px;
}
.well p {
  font-size: 1.2em;
}
.well.h350 {
  height: 350px;
  display: block;
}
a {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  color: inherit;
  text-decoration: inherit;
}
a:focus {
  outline: none;
}
a.contact-email {
  background-color: #008eff;
  padding: 0.5em 1em;
  margin: 1em 0;
  font-size: 1.5em;
  color: #FFF;
  display: inline-block;
  border-radius: 5px;
}
a.contact-email:hover {
  background-color: #33a5ff;
}
a.contact-email:active {
  background-color: #0072cc;
}
.read-more {
  background-color: #e6e6e6;
  color: #999999;
  width: 100%;
  display: block;
  text-align: center;
  padding: 1em 2em;
  margin: 2em 0 4em 0;
  border-radius: 4px;
  font-size: 1.1em;
  transition: all .1s;
}
.read-more:hover {
  background-color: #cccccc;
  color: #808080;
}
.read-more:active {
  background-color: #b3b3b3;
  color: #666666;
}
body {
  font-family: Montserrat, Arial, Sans;
  font-weight: normal;
  color: #999999;
}
h1 {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 4;
}
h1 a {
  display: block;
  padding: 14px 0;
}
h1 a img {
  display: block;
}
h2 {
  font-size: 1.8em;
  padding: .5em 0;
  color: #999999;
  overflow: auto;
}
h2.section {
  border-bottom: 1px solid #cccccc;
}
h2 ul {
  font-size: .55em;
  position: relative;
  bottom: -8px;
}
h2 ul a:active,
h2 ul a:hover,
h2 ul a.active {
  color: #008eff;
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 1.5em;
  }
  h2 .btn {
    margin-top: .3em;
  }
}
p {
  color: #333333;
  font-size: 1.1em;
}
p a.link {
  color: #008eff;
}
p a.link:hover {
  color: #008eff;
}
p a.link:active {
  color: #008eff;
}
ul.advertises {
  color: #333333;
  font-size: 1.1em;
  margin: 2em 0;
}
ul.advertises li {
  margin: .5em 0;
}
.rounded-number {
  border: 3px solid #a3a3a3;
  border-radius: 888px;
  width: 45px;
  height: 45px;
  font-size: 23px;
  font-weight: bold;
  padding-top: 4px;
  text-align: center;
  color: #a3a3a3;
  margin: auto;
}
#header {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 0;
}
#header #menu-header {
  padding: .7em 0;
  font-size: .92em;
}
@media only screen and (max-width: 992px) {
  #header #menu-header {
    font-size: 1em;
    /*padding: 1.5em .5em;*/
    display: inline-block;
  }

  
}
#header #menu-header a {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0.55em;
  display: inline-block;
  font-weight: normal;
}
#header #menu-header a:hover,
#header #menu-header a:active,
#header #menu-header a:focus,
#header #menu-header a.active {
  color: #FFF;
}
#header #menu-header a img {
  border-radius: 3px;
  overflow: hidden;
  vertical-align: -32%;
}
#header #menu-header a[rel=menu-movil]:not(.active) i.fa-chevron-up {
  display: none;
}
#header #menu-header a[rel=menu-movil].active i.fa-chevron-down {
  display: none;
}
#header #menu-header ul {
  margin: 9px 0;
}
#header-placeholder {
  position: relative;
}
div.slider {
  z-index: 0;
  padding: 0;
  margin: 0 0 2em 0;
}
div.slider > ul.slider__wrapper {
  margin: 0;
  padding: 0;
}
div.slider > ul.slider__wrapper > li.slider__item {
  margin: 0;
  padding: 0;
}
div.slider > ul.slider__wrapper > li.slider__item > div.box {
  position: relative;
  height: 610px;
  width: 100%;
  color: #FFFF;
  overflow: hidden;
  padding: 250px 100px 0 100px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 700px) {
  div.slider > ul.slider__wrapper > li.slider__item > div.box {
    height: 400px;
    padding: 150px 20px 0 20px;
  }
}
div.slider > ul.slider__wrapper > li.slider__item > div.box .subtitle {
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.5em;
  text-shadow: 0 2px 6px #000;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 500px) {
  div.slider > ul.slider__wrapper > li.slider__item > div.box .subtitle {
    font-size: 1.15em;
  }
}
@media (max-width: 300px) {
  div.slider > ul.slider__wrapper > li.slider__item > div.box .subtitle {
    font-size: 1em;
  }
}
div.slider > ul.slider__wrapper > li.slider__item > div.box .title {
  color: #FFF;
  font-size: 4em;
  font-weight: bold;
  text-shadow: 0 2px 6px #000;
  margin-bottom: 25px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 700px) {
  div.slider > ul.slider__wrapper > li.slider__item > div.box .title {
    font-size: 3em;
  }
}
@media (max-width: 500px) {
  div.slider > ul.slider__wrapper > li.slider__item > div.box .title {
    font-size: 1.8em;
  }
}
@media (max-width: 300px) {
  div.slider > ul.slider__wrapper > li.slider__item > div.box .title {
    font-size: 1.5em;
  }
}
div.slider > ul.slider__wrapper > li.slider__item > div.box .call-to-action {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.6em 1em;
  font-size: 1.2em;
  border-radius: 2em;
  border: 2px solid #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.slider > ul.slider__wrapper > li.slider__item > div.box .call-to-action i {
  margin-left: .6em;
}
div.slider > ul.slider__wrapper > li.slider__item > div.box .call-to-action:hover,
div.slider > ul.slider__wrapper > li.slider__item > div.box .call-to-action:active {
  background-color: rgba(0, 0, 0, 0.8);
}
div.slider > .slider__nav {
  position: absolute;
  bottom: 30px;
  right: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 5px;
  border-radius: 4px;
  margin-left: 0 !important;
  left: initial !important;
  width: auto !important;
  height: 30px;
  padding: 9px;
}
@media only screen and (max-width: 700px) {
  div.slider > .slider__nav {
    right: 20px;
  }
}
div.slider > .slider__nav > .slider__nav-item {
  border-radius: 999px;
  background-color: #FFF;
  opacity: .5;
}
div.slider > .slider__nav > .slider__nav-item.slider__nav-item--current {
  opacity: 1;
}
ul.trending li {
  color: #333333;
}
ul.trending li h3 {
  font-size: 1.2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.trending li .info {
  margin-left: 1.5em;
}
ul.trending li .info img.cover {
  border-radius: 5px;
  overflow: hidden;
}
ul.trending li .info ul.ratings li {
  margin: .5em 0 1em 0;
  font-size: .8em;
  padding-left: 0;
  padding-right: 0;
}
ul.trending li .info ul.ratings li img {
  margin-right: .5em;
}
.pagination {
  font-size: 1.2em;
  margin: 4em 0 2.5em 0;
}
.pagination li a {
  padding: .5em 1em;
}

@media screen and (max-width:767px) {
  .submenu-pos{
    margin: 0 10px;
  }
}
@media screen and (min-width:767px) and (max-width:1023px) {
  .submenu-country{
    margin: 0 112px !important;
  }
}
.submenu {
  border-bottom: 1px solid #e6e6e6;
  background-color: #FFF;
  padding: 1em 0;
}
.submenu a.close {
  position: absolute;
  right: 20px;
  top: 1px;
  font-size: 20px;
  color: #999999;
  z-index: 3;
}
.submenu.flotante {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 1;
}
.submenu.negro {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  border-bottom: none;
}
.submenu.negro a:hover {
  color: #FFF;
}
.submenu[rel="signup"],
.submenu[rel="signin"],
.submenu[rel="search"] {
  padding: 3em 0;
}
.submenu[rel="menu-movil"] a {
  display: block;
  padding: 0.7em;
}
.submenu ul {
  margin: 0;
}
.submenu ul a {
  font-size: 1.1em;
  display: inline-block;
  padding: .5em 0 .5em 0;
  margin-right: 1em;
}
.submenu ul a.active,
.submenu ul a:hover {
  color: #008eff;
}
.separador-vertical {
  color: #b3b3b3;
  height: 150px;
  margin: 20px auto;
  width: 1px;
  display: block;
  background-color: #b3b3b3;
  position: relative;
}
.separador-vertical .circulo {
  position: absolute;
  background-color: white;
  padding: .5em;
  margin-left: -1em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
}
.sign-buttons {
  margin: 1em 0;
}
#shoe {
  background-color: #1e1c1f;
  padding: 3em 0;
  color: #FFF;
  margin-top: 4em;
}
#shoe a.active,
#shoe a:hover,
#shoe a:focus {
  color: #008eff;
}
#footer {
  background-color: #161618;
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  #footer .copyright {
    text-align: left;
    padding: 1.8em 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .copyright {
    text-align: center;
    padding: 1.5em 0 1em 0;
  }
}
@media only screen and (min-width: 768px) {
  #footer .social-links {
    text-align: right;
    padding: 1.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .social-links {
    text-align: center;
    padding: 1em 0 1.5em 0;
  }
}
#footer .social-links a.social {
  color: #000;
  margin-left: 5px;
  font-size: 18px;
  padding: 4px;
  border-radius: 999px;
  text-align: center;
  width: 30px;
  height: 30px;
  display: inline-block;
}
#footer .social-links a.social.twitter {
  background-color: #00b0ed;
}
#footer .social-links a.social.twitter:hover {
  background-color: #21c6ff;
}
#footer .social-links a.social.twitter:active {
  background-color: #008aba;
}
#footer .social-links a.social.facebook {
  background-color: #3b579d;
}
#footer .social-links a.social.facebook:hover {
  background-color: #4e6ebd;
}
#footer .social-links a.social.facebook:active {
  background-color: #2d4278;
}
#footer .social-links a.social.google {
  background-color: #dc4a38;
}
#footer .social-links a.social.google:hover {
  background-color: #e47163;
}
#footer .social-links a.social.google:active {
  background-color: #bf3322;
}
#footer .social-links a.social.tumblr {
  background-color: #35465c;
}
#footer .social-links a.social.tumblr:hover {
  background-color: #485f7c;
}
#footer .social-links a.social.tumblr:active {
  background-color: #222d3c;
}
#footer .social-links a.social.medium {
  background-color: #D3D3D3;
}
#footer .social-links a.social.medium:hover {
  background-color: #ececec;
}
#footer .social-links a.social.medium:active {
  background-color: #bababa;
}
#footer .social-links a.social.instagram {
  background-color: #527FA4;
}

#footer .social-links a.social.instagram:hover {
  background-color: #5486af;
}

form label {
  color: #333333;
  font-size: 1.1em;
  font-weight: normal;
}
form h4 {
  color: black;
}
form .form-control {
  box-shadow: none;
}
form .search-box {
  border: none;
  font-size: 1.5em;
  vertical-align: -10%;
  color: #000;
  font-style: italic;
  margin-left: .5em;
  width: 70%;
}
form .search-box:focus {
  outline: none;
}

.rating {
  color: #ffa500;
  font-size: 1.2em;
}
.join{
  margin-top: 130px;
}
.join hr{
  margin: 0px;
}
.join form{
  margin-top: 40px;
}
.join form input{
  border: none;
  color: #000000 !important;
}
.join form .form-group{
  padding-left: 50px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.join form .card-form .form-group.card-element{
  padding-right: 12px;
  position: relative;
}
.join form label{
  color: #777777;
  position: absolute;
  top: 9px;
  left: 63px;
}
.join form input:focus{
  box-shadow: none;
  border: none;
  outline: none;
}
.join form .btn-default{
   margin-top: 20px;
   width: 100%;
   color: #ffffff;
   background-color: #1696db ;
}
.button-join{
  background-color: #1696db;
  color: #fff !important;
  border-radius: 3px;
  padding: 2px 10px;
  font-size: 11px;
}
.update-btn{
  background-color: #28a745;
  color: #fff !important;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 4px 15px !important;
  font-size: 13px !important;
  border-radius: 5px;
}
.price{
  text-align: center;
  font-size: 25px;
  color: #0087f2;
  border: 1px solid #1696db;
  border-radius: 0 0 5px 5px;
  padding: 10px;
}
.price.active{
  background-color: #1696db;
  color: #ffffff;
}
.price:hover, .price:active{
  background-color: #1696db;
  color: #ffffff;
  cursor: pointer;
}
.border{
  width: 100%;
  text-align: center;
  display: table;
  border: 1px solid #ebe7e7;
  border-bottom: none;
  padding: 10px;
  font-size: 20px;
  border-radius: 5px 5px 0 0;
  color: black;
  min-height: 105px;
}
.border .borde-text{
  display: table-cell;
  vertical-align: middle;
}
.border-form{
  border: 1px solid #ebe7e7;
  margin-top: 15px;
  -webkit-box-shadow: 0px 2px 9px 3px rgba(235,231,231,1);
  -moz-box-shadow: 0px 2px 9px 3px rgba(235,231,231,1);
  box-shadow: 0px 2px 9px 3px rgba(235,231,231,1);
}
.blue-join{
  color: #0087f2;
}
.red-join{
  color: #FF0000;
}
.login-social{
  margin-top: 10px;
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .join form .form-group{
    padding-left: 10px;
  }
  .join form .card-form .form-group.card-element{
    padding-left: 55px;
  }
  .join form label{
    color: #777777;
    position: absolute;
    top: 9px;
    left: 22px;
  }
  .price{
    margin-bottom: 10px;
  }
}
/*CARD*/
.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

@media only screen and (max-width:480px){
  .people{
    height: auto !important;
  }
}

#readmore{
 
  color: rgb(51, 51, 51) !important; 
  padding: 0px !important;
  border: none !important;
  text-decoration: underline !important;
  font-weight: bold !important;
  background-color: transparent !important;
  
}

