@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@font-face {
  font-family: "Graphik-Regular";
  src: url(../fonts/Graphik-Regular.otf); }

@font-face {
  font-family: "Graphik-Semibold";
  src: url(../fonts/Graphik-Semibold.otf); }

.linkCursor {
  cursor: pointer; }

.fillColorProvince {
  fill: #d10034 !important; }

.noCursor {
  cursor: auto !important; }

.colorDisabled {
  color: #ebebe4; }

.inputDisabled:disabled::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ebebe4; }

.inputDisabled:disabled:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ebebe4; }

.inputDisabled:disabled::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ebebe4; }

.inputDisabled:disabled:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ebebe4; }

.inputDisabled:disabled::-webkit-input-placeholder {
  color: #ebebe4 !important; }

.inputDisabled:disabled {
  color: #ebebe4; }

.underlined {
  text-decoration: underline; }

.infoAgrupa {
  font-size: 12px;
  margin-left: 25px; }

.inputFull2:disabled {
  font-family: 'Open Sans';
  background: white;
  color: #d4d4d4;
  cursor: not-allowed;
  border: 1px solid #d4d4d4; }

.colorDark {
  color: #333; }

.filterLabel2 {
  color: #b3b3b3 !important; }

.showPH::-webkit-input-placeholder {
  color: #b3b3b3 !important; }

.hiddenPH::-webkit-input-placeholder {
  color: white !important; }

.scroll-down {
  vertical-align: middle;
  position: absolute;
  left: 5%;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  top: 65%;
  margin-left: -15px;
  display: block;
  z-index: 10;
  text-align: center; }

.col-centered {
  float: none;
  margin: 0 auto; }

.modalLocation {
  height: 300px;
  overflow: auto; }

.selectAll {
  border-bottom: 1px solid #eeeeee;
  margin-right: 10px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal; }

.selectAll label {
  font-weight: bold; }

.modalLocationAyudas {
  height: 480px;
  overflow: auto; }

.modalLocationAyudas a:hover:after {
  content: " +"; }

.modifyId {
  position: absolute;
  top: 150px; }

.modalLocationAyudas label {
  margin-bottom: 0px; }

.modal-body {
  position: relative;
  padding: 15px;
  padding-top: 0px;
  padding-bottom: 0px; }

.fixedSidebar {
  position: fixed;
  top: 120px;
  z-index: 9999;
  width: 19%;
  padding-right: 0px;
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
  margin-right: 10%; }

.inputSelect {
  padding-right: 32px; }

.seleccion {
  font-size: 14px;
  font-family: 'Open Sans';
  position: relative;
  line-height: 10px;
  float: right;
  margin-right: 4px;
  margin-top: -32px;
  background-color: #FFFFFF; }

.seleccion:hover {
  cursor: pointer; }

.carousel-control {
  width: 0px; }

.carousel-control.left,
.carousel-control.right {
  margin-right: 0px;
  margin-left: -10px;
  background-image: none;
  opacity: 0.6;
  display: none; }

.controlDisplay {
  display: block !important; }

.carousel-control.left:hover,
.carousel-control.right:hover {
  opacity: 1; }

.carousel-control > span {
  color: white;
  font-size: 29px !important; }

.carousel-col {
  position: relative;
  min-height: 1px;
  padding: 5px;
  float: left; }

._720kb-datepicker-calendar-header:nth-child(odd) {
  background: #d10034 !important; }

.fr-box.fr-basic .fr-element {
  min-height: 380px !important; }

.fr-box.fr-code-view textarea.fr-code {
  display: block;
  min-height: 380px !important; }

.ta-editor.ta-html, .ta-scroll-window.form-control {
  height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
  width: 100% !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16); }

.ta-scroll-window > .ta-bind {
  height: 500px !important;
  min-height: 300px !important;
  padding: 6px 12px;
  overflow: auto !important; }

.btn-toolbar {
  margin-left: -5px;
  margin-bottom: 5px; }

/*Banner cookies*/
.content_cookie {
  position: relative;
  margin: auto; }

.ok_cookie {
  position: absolute;
  bottom: 0;
  top: inherit;
  margin-bottom: -40px;
  height: 30px;
  border: 0;
  line-height: 30px;
  background-color: #d10034 !important;
  color: white;
  padding: 0 20px;
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px; }

#cookie_warning {
  text-align: center;
  left: 0;
  right: 0;
  z-index: 100000;
  bottom: 0;
  padding: 10px 10px 50px 10px !important;
  position: fixed;
  background-color: #efefef !important; }

/* END banner cookies*/
/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left {
    left: -50%; }
  .carousel-inner .active.right {
    left: 50%; }
  .carousel-inner .next {
    left: 50%; }
  .carousel-inner .prev {
    left: -50%; }
  .carousel-inner .prev {
    margin-left: 50%; }
  .carousel-col {
    width: 50%; }
  .active > div:first-child + div {
    display: block; } }

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left {
    left: -50%; }
  .carousel-inner .active.right {
    left: 50%; }
  .carousel-inner .next {
    left: 50%; }
  .carousel-inner .prev {
    left: -50%; }
  .carousel-col {
    width: 50%; }
  .active > div:first-child + div {
    display: block; } }

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left {
    left: -33%; }
  .carousel-inner .active.right {
    left: 33%; }
  .carousel-inner .next {
    left: 33%; }
  .carousel-inner .prev {
    left: -33%; }
  .carousel-control .prev {
    margin-left: -20px; }
  .carousel-col {
    width: 33%; }
  .active > div:first-child + div {
    display: block; } }

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left {
    left: -25%; }
  .carousel-inner .active.right {
    left: 25%; }
  .carousel-inner .next {
    left: 25%; }
  .carousel-inner .prev {
    left: -25%; }
  .carousel-col {
    width: 25%; }
  .active > div:first-child + div + div + div {
    display: block; } }

/*Carousel who*/
@media (max-width: 767px) {
  .carousel-inner2 > .item.next,
  .carousel-inner2 > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0); }
  .carousel-inner2 > .item.prev,
  .carousel-inner2 > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  .active > div:first-child + div {
    display: block; } }

@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner2 > .item.next,
  .carousel-inner2 > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0); }
  .carousel-inner2 > .item.prev,
  .carousel-inner2 > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  .active > div:first-child + div {
    display: block; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner2 > .item.next,
  .carousel-inner2 > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(33%, 0, 0);
    transform: translate3d(33%, 0, 0); }
  .carousel-inner2 > .item.prev,
  .carousel-inner2 > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-33%, 0, 0);
    transform: translate3d(-33%, 0, 0); }
  .active > div:first-child + div {
    display: block; } }

@media (min-width: 1200px) {
  .carousel-inner2 > .item.next,
  .carousel-inner2 > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0); }
  .carousel-inner2 > .item.prev,
  .carousel-inner2 > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0); }
  .active > div:first-child + div + div + div + div {
    display: block; } }

/*

.carousel-control        { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
  .carousel-inner2 .active.left { left: -100%; }
  .carousel-inner2 .next        { left:  100%; }
  .carousel-inner2 .prev    { left: -100%; }
  .active > div { display:none; }
  .active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
  .carousel-inner2 .active.left { left: -50%; }
  .carousel-inner2 .next        { left:  50%; }
  .carousel-inner2 .prev    { left: -50%; }
  .active > div { display:none; }
  .active > div:first-child { display:block; }
  .active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
  .carousel-inner2 .active.left { left: -25%; }
  .carousel-inner2 .next        { left:  25%; }
  .carousel-inner2 .prev    { left: -25%; }
}

/**/
.block {
  height: 300px; }

.carouselWho {
  width: 100%;
  min-height: 350px;
  background-color: #eeeeee; }
  @media screen and (max-width: 765px) {
    .carouselWho {
      min-height: 400px; } }

.Col1Container {
  padding-left: 10%;
  padding-right: 0% !important; }
  @media screen and (max-width: 765px) {
    .Col1Container {
      padding-left: 2%;
      padding-right: 2%; } }

@media screen and (max-width: 765px) {
  .labelHeight-mobile {
    height: 45px; } }

@media screen and (max-width: 765px) {
  .smallMarginTop-mobile {
    margin-top: 20px; } }

.saveIconResults {
  margin-right: 5px;
  margin-top: 3px; }

.descLanding {
  height: 65px; }
  @media screen and (max-width: 765px) {
    .descLanding {
      height: 100px;
      margin-top: 0px !important; } }

.inputCalcul {
  border: 0px;
  background-color: #eeeeee; }

.inputInfo {
  font-family: 'Open Sans';
  font-size: 24px;
  color: #4a4a4a; }

.inputTotal {
  font-family: 'Open Sans';
  font-size: 24px;
  color: #4a4a4a;
  font-weight: bold; }

.header-table, th {
  vertical-align: top !important;
  border-bottom: 0px;
  text-align: center; }

.body-table, tr, td {
  text-align: center;
  vertical-align: center; }

.row-table {
  height: 80px; }

.bggrey {
  background-color: lightgrey; }

.personalInput {
  padding-left: 0px;
  font-family: 'Open Sans';
  font-size: 14px;
  color: #4a4a4a;
  width: 100%;
  background-color: transparent;
  border-width: 0px;
  border-bottom: 1px;
  border-color: grey;
  border-style: dotted;
  cursor: text;
  outline: 0px; }

.personalInput:disabled {
  color: black;
  background-color: transparent;
  border-style: none; }

.tags {
  padding: 5px;
  color: #d10034;
  background-color: #eeeeee;
  font-family: 'Open Sans';
  font-size: 11px;
  margin-right: 5px;
  border-radius: 3px;
  text-transform: capitalize; }

.alignCheck {
  bottom: 3px; }

.textBold {
  font-weight: bold !important; }

.space {
  margin: 3px; }

a:hover, a:focus {
  color: inherit;
  text-decoration: inherit; }

.nav, .pagination, .panel-title a {
  cursor: pointer; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 15px; }

.scroll-down span {
  position: relative;
  color: #fff;
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: drop;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running; }

@-webkit-keyframes drop {
  0% {
    top: 0px;
    opacity: 0; }
  30% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 25px;
    opacity: 0; } }

@keyframes drop {
  0% {
    top: 0px;
    opacity: 0; }
  30% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 25px;
    opacity: 0; } }

input[type="checkbox"]#checkRegistre {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #c8c6c6; }

input[type="checkbox"]#checkRegistre:checked {
  background: #FF5241; }

input[type="checkbox"]#checkRegistre:checked:after {
  content: none; }

input[type="radio"]#checkRegistre {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #c8c6c6; }

.row + .row {
  margin-top: 10px; }

.buttonCherry {
  width: 236px;
  height: 36px;
  border-radius: 3px;
  border: solid 2px #d10034;
  color: #d10034;
  text-align: center;
  padding-top: 6px; }

.buttonCherryButton {
  padding-bottom: 6px;
  background-color: transparent; }

.textWhite {
  color: white !important; }

.construction {
  height: 100%;
  width: 100%;
  background-image: linear-gradient(116deg, rgba(201, 84, 113, 0.9), rgba(144, 48, 72, 0.9)); }

.constructionLanding {
  height: 100%;
  width: 100%;
  background-image: url("../img/landing/slide1.png");
  background-size: 100%; }

.constructTitle {
  font-family: 'Merriweather';
  font-weight: bold;
  font-size: 24px;
  color: white; }

.constructText {
  font-family: 'Open Sans';
  font-size: 14px;
  color: white; }

input[type="radio"]#checkRegistre:checked {
  padding: 5px;
  background: #FF5241; }

input[type="radio"]#squareRadio {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #c8c6c6; }

input[type="radio"]#squareRadio:checked {
  padding: 5px;
  background: #FF5241; }

input[type="checkbox"].checkRed {
  margin-right: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 2px solid #fff;
  outline: 1px solid #c8c6c6;
  vertical-align: -4px; }

input[type="checkbox"] {
  cursor: pointer; }

input[type="checkbox"]:focus {
  outline: 0px; }

input[type="checkbox"]:checked:after {
  content: "\2713";
  color: #7ed321;
  position: absolute;
  left: 59%;
  top: 0%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 18px;
  font-size: 20px;
  outline: 0px;
  outline-offset: 0px; }

.radio {
  outline: 0px;
  padding-left: 20px; }

.radio label {
  outline: 0px;
  display: inline-block;
  position: relative;
  padding-left: 5px; }

.radio label::before {
  outline: 0px;
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #989898;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; }

.resultsRadio label::before {
  outline: 0px;
  content: "";
  margin-top: 6px;
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; }

.radio label::after {
  outline: 0px;
  display: inline-block;
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  left: 5px;
  top: 5px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="radio"] {
  outline: 0px;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
  top: -10px; }

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

.radio input[type="radio"]:disabled + label {
  opacity: 0.65; }

.radio input[type="radio"]:disabled + label::before {
  cursor: pointer; }

.radio.radio-inline {
  outline: 0px;
  margin-top: 0; }

.radio-danger input[type="radio"] + label::after {
  outline: 5px;
  background-color: #d10034; }

.radio-danger input[type="radio"]:checked + label::before {
  outline: 0px;
  border-color: #989898; }

.radio-danger input[type="radio"]:checked + label::after {
  outline: 5px;
  background-color: #d10034; }

.resultsRadio input[type="radio"]:checked + label::after {
  outline: 5px;
  background-color: #d10034;
  margin-top: 6px; }

.radioPosition {
  top: -18px; }

input[type="checkbox"].radio {
  margin-right: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 2px solid #fff;
  outline: 1px solid #c8c6c6;
  vertical-align: -4px;
  border-radius: 50%;
  -moz-outline-radius: 50%;
  -webkit-outline-radius: 50%; }

input[type="checkbox"].radio:checked {
  background: #FF5241; }

input[type="checkbox"].radio:checked:after {
  content: none; }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
  top: 960px !important; }

.tooltip.top .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #EBEBEB;
  transform: rotate(180deg); }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: black;
  text-align: center;
  background-color: #EBEBEB;
  border-radius: 4px; }

.juntarCheck {
  width: inherit;
  padding-right: 0px; }

.noLink {
  text-decoration: none !important;
  color: #000 !important; }

.noLinkLabel, .noLinkLabel:hover, .noLinkLabel:focus, .noLinkLabel:active {
  color: #4a4a4a;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold; }

.hrGrana {
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to right, rgba(201, 84, 113, 0.9), rgba(144, 48, 72, 0.9));
  border-image-slice: 1; }

.btn-ttc, .btn-ttc:hover, .btn-ttc:focus {
  background-color: transparent;
  border-color: #d10034;
  font-weight: bold;
  border-width: 2px;
  color: #d10034;
  margin: 5px;
  padding-right: 20px;
  padding-left: 20px;
  min-width: 145px; }
  @media screen and (max-width: 765px) {
    .btn-ttc, .btn-ttc:hover, .btn-ttc:focus {
      margin-right: 0px;
      margin-left: 0px; } }

.btn-ttcWhiteBack {
  background-color: white;
  border-color: white;
  font-weight: bold;
  border-width: 2px;
  color: #d10034;
  width: auto;
  margin-right: 10px;
  padding-right: 20px;
  padding-left: 20px;
  min-width: 145px; }
  @media screen and (max-width: 765px) {
    .btn-ttcWhiteBack {
      margin-right: 0px;
      margin-left: 0px; } }

.btn-ttcWhite {
  background-color: transparent;
  border-color: white;
  font-weight: bold;
  border-width: 2px;
  color: white;
  width: auto;
  margin-right: 10px;
  padding-right: 20px;
  padding-left: 20px;
  min-width: 145px; }
  @media screen and (max-width: 765px) {
    .btn-ttcWhite {
      margin-right: 0px;
      margin-left: 0px; } }

.btn-ttc:active {
  background-color: rgba(0, 0, 0, 0.1); }

.btn-ttc2, .btn-ttc2:hover, .btn-ttc2:focus {
  background-color: #d10034;
  border-color: #d10034;
  font-weight: bold;
  border-width: 2px;
  color: white;
  min-width: 145px;
  margin: 5px; }
  @media screen and (max-width: 765px) {
    .btn-ttc2, .btn-ttc2:hover, .btn-ttc2:focus {
      margin-left: 0px;
      margin-right: 0px; } }

.btn-ttc2:active {
  background-color: #AF012A; }

.btn-private {
  width: 292px;
  height: 85px;
  object-fit: contain;
  background-color: #ffffff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.13);
  font-family: 'Merriweather';
  font-weight: bold;
  font-size: 16px;
  border-left: 7px solid #9b9b9b;
  color: #9b9b9b;
  padding-left: 26px;
  padding-top: 15px; }

.btn-private:hover {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer; }

.privateTab {
  height: 60px;
  width: 100%; }

.btn-private-active {
  color: #d10034;
  border-left: 7px solid #d10034;
  column-rule: #d10034; }

.divSearch {
  background-color: rgba(74, 74, 74, 0.8);
  position: fixed;
  z-index: 1000;
  float: right;
  width: 35%;
  top: 100px;
  right: 2%;
  padding: 20px;
  vertical-align: middle; }

.divSearch:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 20px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent rgba(74, 74, 74, 0.8); }

.btn-grey, .btn-grey:hover, .btn-grey:focus, .btn-grey:active {
  background-color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
  box-shadow: none;
  outline: #ccc !important; }

.divLogin {
  background-color: rgba(74, 74, 74, 0.8);
  position: absolute;
  z-index: 1000;
  float: right;
  width: 35%;
  top: 38px;
  right: 5%;
  padding: 20px;
  vertical-align: middle; }

.divLogin:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 20px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent rgba(74, 74, 74, 0.8); }

.logoutIcon {
  margin-left: 2%;
  width: 12px; }

.logguedModal {
  width: 15%;
  color: white;
  text-align: center; }

.errorCode {
  color: #FF5241; }

.userIcon {
  width: 16px; }

.inputFull, .inputFull:hover {
  border-color: #b3b3b3;
  width: 100%; }

.inputTab {
  width: 95% !important;
  margin-left: 5%; }

.colReg {
  margin-top: 100px !important; }

.colLogin {
  border-right: 1px solid lightgrey;
  padding-right: 20px; }

.location {
  font-family: 'Open Sans';
  font-size: 14px;
  color: #4a4a4a;
  text-transform: uppercase; }

.location .col-lg-10 {
  padding-top: 3px; }

.newScroll::-webkit-scrollbar {
  width: 10px !important;
  height: 4px !important; }

.newScroll::-webkit-scrollbar-thumb {
  background-color: #4a4a4a; }

.newScroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08); }

.colList {
  border-left: 1px solid grey;
  padding-left: 30px; }

.linkWhite {
  color: white;
  text-decoration: underline;
  cursor: pointer; }

.linkWhite:active, .linkWhite:focus, .linkWhite:hover {
  color: lightgrey;
  text-decoration: underline; }

.linkGrey {
  color: #b3b3b3;
  text-decoration: underline;
  cursor: pointer; }

.searchInput {
  width: 250px; }

.searchIcon {
  margin-left: -30px;
  vertical-align: -1px;
  color: #b3b3b3; }

.mySearchIcon {
  vertical-align: -4px;
  color: #b3b3b3;
  font-size: 23px !important;
  cursor: pointer; }

.linkGrey:active, .linkGrey:focus, .linkGrey:hover {
  color: grey;
  text-decoration: underline; }

.linkCherry {
  color: #d10034;
  text-decoration: underline;
  cursor: pointer; }

.textLinkCherry {
  font-family: 'Open Sans';
  font-size: 13px;
  color: #d10034;
  text-decoration: underline;
  cursor: pointer; }

.litleMarginLeft {
  margin-left: 10px; }

.creditsAclaration {
  color: #d4d4d4; }

.linkCherry:active, .linkCherry:focus, .linkCherry:hover {
  color: grey;
  text-decoration: underline; }

.redLink {
  color: #d10034;
  font-weight: bold; }

.containerPersonal {
  margin-right: auto;
  width: 100%; }

.privateContent {
  padding-bottom: 25px;
  border-bottom: solid 1px #d5d5d5;
  margin-bottom: 25px; }

.imgSvg {
  right: 1px; }

.checkboxSize {
  width: 200px;
  margin: 0px;
  display: inline; }

.privateTextBase {
  font-family: 'Open Sans';
  font-size: 14px;
  color: #4a4a4a; }

.listTotal {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: bold;
  color: #4a4a4a; }

.importeTotal {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: bold;
  color: white; }

.inMiddle {
  display: flex;
  align-items: center; }

.privateMarginBottom {
  margin-bottom: 16px; }

.topPrivate {
  height: 150px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 765px) {
    .topPrivate {
      display: none; } }

.titleMgrey {
  font-family: 'Merriweather';
  font-size: 14px;
  font-weight: bold;
  color: #4a4a4a; }

.table tr td {
  border-bottom: 0px !important; }

.celGrey {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 240px;
  height: 90px;
  background-color: #eeeeee;
  margin-right: 20px;
  border-bottom: 0px !important; }

.celWhite {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 240px;
  height: 90px;
  background-color: white;
  margin-right: 20px;
  border-bottom: 0px !important; }

.celTitle {
  display: table-cell;
  color: #d10034;
  font-size: 14px;
  font-weight: bold !important;
  font-family: 'Merriweather';
  vertical-align: bottom !important;
  text-align: center;
  width: 240px;
  height: 90px;
  background-color: transparent;
  margin-right: 20px;
  border-bottom: 0px !important; }

.textTitleM {
  font-family: 'Merriweather';
  font-weight: bold;
  font-size: 16px;
  color: #4a4a4a; }

.textTitle {
  font-family: 'Merriweather';
  font-weight: bold;
  font-size: 16px; }

.linkCursor {
  cursor: pointer; }

.textBigTitleC {
  font-family: 'Merriweather';
  font-size: 30px !important;
  font-weight: bold !important;
  color: #d10034 !important; }

.titleGenerales {
  background-color: #d10034;
  color: white;
  padding-left: 20px;
  height: 45px;
  display: flex;
  align-items: center; }

.textBaseTable {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  color: #4a4a4a; }

.btnLeft {
  text-align: right;
  padding-right: 5px; }

.bntRight {
  text-align: left;
  padding-left: 5px; }

.textComents {
  font-family: 'Open Sans';
  font-size: 12px;
  color: #9b9b9b; }

.textSession {
  font-family: 'Open Sans';
  font-size: 12px;
  color: #d5d5d5; }

.textSessionLink {
  font-family: 'Open Sans';
  font-size: 12px;
  color: #ffffff;
  font-weight: bold; }

.iconSearch {
  vertical-align: middle !important; }

.colorC {
  color: #d10034; }

.table > thead > tr > th {
  border-bottom: 0px !important;
  font-weight: normal; }

.table > tbody > tr > td {
  vertical-align: middle;
  border-bottom: solid 1px #dedede;
  border-top: 0px !important; }

.material-icons {
  font-size: 32px; }

.height80 {
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 20px; }

.underCherry {
  border-bottom: solid;
  border-width: 1px;
  border-color: rgba(201, 84, 113, 0.9); }

.underLight {
  border-bottom: solid;
  border-width: 1px;
  border-color: #d4d4d4; }

.carousel-inner.onebyone-carosel {
  margin: auto;
  width: 90%; }

.onebyone-carosel .active.left {
  left: -33.33%; }

.onebyone-carosel .active.right {
  left: 33.33%; }

.onebyone-carosel .next {
  left: 33.33%; }

.onebyone-carosel .prev {
  left: -33.33%; }

.breadcumbs {
  margin-top: 10px;
  font-family: 'Open Sans';
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400; }

.marginBreadcumbs {
  margin-left: 150px;
  margin-right: 150px; }
  @media screen and (max-width: 765px) {
    .marginBreadcumbs {
      margin-left: 15px;
      margin-right: 15px; } }

.cherryButton {
  background-color: #d10034;
  color: white;
  border-radius: 3px;
  min-height: 36px;
  border: 0px solid; }

.positionRelative {
  position: relative; }

.positionAbsolute {
  position: absolute; }

.sectionTitle {
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
  font-family: "Graphik-Semibold";
  margin-top: 25px; }

.sectionTitleAbout {
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
  font-family: "Graphik-Semibold";
  margin-top: 25px;
  font-size: 22px;
  line-height: 30px; }

.iconLinikedin {
  color: black !important;
  font-weight: bolder;
  vertical-align: 0px !important;
  border-radius: 0px !important; }

.linkedText {
  color: black;
  font-size: large !important;
  font-weight: 900 !important; }

.textBaseAbout, .textBaseAbout:hover {
  font-size: 14px;
  line-height: 20px;
  color: #FF5241;
  font-family: "Graphik-Regular";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  text-decoration: none; }

.normalWhiteSpace {
  white-space: normal !important; }

.textTitleRed {
  font-size: 14px;
  line-height: 20px;
  color: #FF5241;
  font-family: "Graphik-Semibold";
  color: #FF5241;
  line-height: 30px; }

.lighterWhite {
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

hr {
  margin-top: 30px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #EBEBEB; }

.error {
  color: #FF5241; }

body {
  height: 100%;
  font-family: 'Open Sans'; }

.form-control {
  width: 25%;
  border-radius: 0px; }

html {
  height: 100%; }

.mainController {
  height: 100%; }

.carrouselMain .carousel-indicators {
  z-index: 1; }

.sectionTitle:hover {
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
  font-family: "Graphik-Semibold"; }

@media screen and (max-width: 765px) {
  .modal-content-iframe {
    width: 100% !important;
    margin-top: 0px;
    height: fit-content;
    margin-bottom: 0;
    min-height: 100%; } }

.textBase {
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
  font-family: "Graphik-Regular";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.textBaseWrap {
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
  font-family: "Graphik-Regular";
  line-height: 22px; }

@media screen and (max-width: 765px) {
  .modalFavAddress {
    width: 100%; } }

@media screen and (min-width: 765px) {
  .modalFavAddress {
    width: 30% !important; } }

@media screen and (max-width: 765px) {
  .modalAlbaran {
    width: 100%; } }

@media screen and (min-width: 765px) {
  .modalAlbaran {
    width: 40% !important; } }

@media screen and (max-width: 765px) {
  .hideForMobile {
    display: none; } }

@media screen and (max-width: 765px) {
  .carousel-indicators .active {
    background-color: #d10034;
    width: 8px;
    height: 8px;
    margin-right: 5px; } }

.carousel-indicators li {
  width: 8px;
  height: 8px;
  border: #bbbbbb;
  background-color: #bbbbbb;
  margin: 0px;
  margin-right: 5px !important; }

.carousel-indicators {
  margin-bottom: 0px; }

@media screen and (max-width: 765px) {
  .carousel-indicators {
    margin-bottom: -40px; } }

@media screen and (min-width: 765px) {
  .hideForDesktop {
    display: none !important; } }

@media screen and (min-width: 1200px) {
  .hideForDesktopTablet {
    display: none !important; } }

@media screen and (max-width: 1200px) {
  .hideForTablet {
    display: none !important; } }

.textBaseGrey {
  font-size: 14px;
  line-height: 20px;
  color: #eeeeee;
  font-family: "Graphik-Regular"; }

.textBaseBold {
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
  font-family: "Graphik-Semibold";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.textBaseBoldMobile {
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
  font-family: "Graphik-Semibold";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.pac-container {
  z-index: 10000000000 !important; }

.borderRed {
  border: 2px solid #FF5241; }

input {
  font-family: 'Open Sans';
  font-size: 14px;
  height: 40px;
  color: #4a4a4a;
  line-height: 20px;
  padding-left: 9px;
  border: solid 1px;
  border-color: #b3b3b3;
  border-radius: 3px; }

input::-webkit-input-placeholder, input::placeholder {
  color: #d4d4d4 !important; }

input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b3b3b3;
  padding: 8px;
  border-radius: 2px;
  position: relative;
  height: 16px;
  margin-right: 4px;
  width: 16px;
  vertical-align: -4px; }

input[type="checkbox"]:focus {
  outline-offset: 0px; }

select {
  font-family: 'Open Sans';
  font-size: 14px;
  height: 40px;
  color: #4a4a4a;
  line-height: 20px;
  padding-left: 9px;
  border: solid 1px;
  border-color: #b3b3b3;
  border-radius: 3px;
  color: #4a4a4a; }

select:disabled {
  background-color: #EBEBEB; }

input:disabled {
  background-color: #EBEBEB; }

label {
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
  font-family: "Graphik-Regular";
  font-weight: 400; }

.regular-checkbox {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative; }

.link, .link:hover, .link:active, .link:visited {
  font-family: "Graphik-Regular";
  font-size: 14px;
  color: #FF5241;
  line-height: 20px;
  text-decoration: underline; }

.ng-dirty {
  color: #4a4a4a; }

.initialHide {
  display: none; }

.container {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%; }
  @media screen and (max-width: 765px) {
    .container {
      padding-left: 2%;
      padding-right: 2%; } }

.buttonRPosition {
  text-align: right; }
  @media screen and (max-width: 765px) {
    .buttonRPosition {
      text-align: center; } }

.containerGrey {
  padding: 85px;
  background-color: #eeeeee; }

.containerGreyPoligonos {
  padding-top: 20px; }

.containerWhite {
  padding-left: 85px;
  padding-right: 85px;
  background-color: transparent; }

.containerInternational {
  width: 100%;
  padding-left: 20% !important;
  padding-right: 20% !important; }
  @media screen and (max-width: 765px) {
    .containerInternational {
      padding-left: 0% !important;
      padding-right: 0% !important; } }

.containerPlus {
  padding-left: 30% !important;
  padding-right: 30% !important; }

.innerContainer {
  width: 100%;
  padding-left: 15%;
  padding-right: 15%; }

.textRight {
  text-align: right; }

.textRed {
  color: #FF5241; }

.textCenter {
  text-align: center !important; }

.inputfullWidth {
  border-color: #b3b3b3;
  width: 100% !important; }

.textfullWidth {
  width: 100% !important;
  border: 1px solid #b3b3b3;
  overflow: auto;
  padding: 15px;
  line-height: 25px;
  font-family: 'Open Sans';
  resize: none;
  -moz-appearance: textfield;
  appearance: textfield; }

.textfullWidth::-webkit-input-placeholder {
  line-height: 25px;
  color: #d4d4d4; }

.textfullWidth:-moz-placeholder {
  line-height: 25px;
  color: #d4d4d4; }

.textfullWidth::-moz-placeholder {
  line-height: 25px;
  color: #d4d4d4; }

.textfullWidth:-ms-input-placeholder {
  line-height: 25px;
  color: #d4d4d4; }

.textfullWidth::-ms-input-placeholder {
  line-height: 25px;
  color: #d4d4d4; }

@media screen and (min-width: 1800px) {
  .inputFullWidthLarge {
    width: 90% !important; } }

.search {
  width: 100%;
  margin-bottom: 20px; }

.marginTop {
  margin-top: 50px !important; }

.moreMarginTop {
  margin-top: 100px !important; }

.smallMarginTop {
  margin-top: 30px !important; }

@media screen and (max-width: 765px) {
  .verySmallMarginLeftMobile {
    margin-left: 15px; } }

.verySmallMarginTop {
  margin-top: 15px !important; }

@media screen and (max-width: 765px) {
  .verySmallMarginTopMobile {
    margin-top: 15px !important; } }

.verySmallPaddingTopBottom {
  padding-top: 5px;
  padding-bottom: 5px; }

.smallPaddingTopBottom {
  padding-top: 20px;
  padding-bottom: 20px; }

.smallPaddingTop {
  padding-top: 20px; }

.smallDPaddingTop {
  padding-top: 20px; }
  @media screen and (max-width: 765px) {
    .smallDPaddingTop {
      padding-top: 0px; } }

.smallPaddingBottom {
  padding-bottom: 20px; }

.searchMarginBottom {
  margin-bottom: 75px; }

.searc2hMarginBottom {
  margin-bottom: 50px; }

.verySmallMarginBottom {
  margin-bottom: 10px; }

.smallMarginBottom {
  margin-bottom: 25px; }

.marginBottom {
  margin-bottom: 100px; }

.tinyMarginTop {
  margin-top: 5px; }

.verySmallPaddingLeft {
  padding-left: 15px; }

.verySmallPaddingRight {
  padding-right: 10px; }

.minisculeMarginRows {
  margin-top: 3px !important; }

.verySmallMarginRight {
  margin-right: 10px; }

.verySmallPadding {
  padding: 10px; }

.smallPadding {
  padding: 20px; }

.paddingLogin {
  padding-left: 8% !important;
  padding-right: 8% !important; }

.morePadding {
  padding-left: 14%;
  padding-right: 14%; }
  @media screen and (max-width: 765px) {
    .morePadding {
      padding: 0px; } }

.paddingMap {
  padding-left: 15px;
  padding-right: 15px; }

.shortPadding {
  padding: 100px; }

.plusPaddingRight {
  padding-right: 120px; }

.paddingRight {
  padding-right: 50px; }

.paddingLeft {
  padding-left: 50px; }

.smallPaddingLeft {
  padding-left: 20px; }

.smallPaddingRight {
  padding-right: 20px; }

.litlePaddingRight {
  padding-right: 15px; }

.floatRight {
  float: right; }

.noPaddingLeft {
  padding-left: 0px !important; }

.noPaddingRight {
  padding-right: 0px !important; }

@media screen and (max-width: 765px) {
  .noPaddingMRight {
    padding-left: 15px;
    padding-right: 0px !important; } }

@media screen and (max-width: 765px) {
  .noPaddingRight-Mobile {
    padding-right: 0px !important; } }

.noMarginLeft {
  margin-left: 0px !important; }

.marginLeft {
  margin-left: 15px !important; }

.imgMasInfo {
  margin-left: -6em !important;
  margin-right: -6em !important; }

.marginRight {
  margin-right: 45px !important; }

.boxPage {
  width: 99% !important; }

.smallMarginRight {
  margin-right: 15px !important; }

.noMarginRight {
  margin-right: 0px !important; }

.noPadding {
  padding: 0px !important; }

.noPaddingBottom {
  padding-bottom: 0px !important; }

.noPaddingTop {
  padding-top: 0px !important; }

.transit-map {
  width: 100%; }

@media screen and (max-width: 765px) {
  .noPaddingMobile {
    padding: 0px !important; } }

.noMarginTop {
  margin-top: 0px !important; }

.displayInline {
  display: inline-block !important; }

.noMarginBottom {
  margin-bottom: 0px !important; }

@media screen and (max-width: 765px) {
  .floatLeftMobile {
    float: left; } }

@media screen and (max-width: 765px) {
  .firstView {
    min-height: 100%; } }

@media screen and (max-width: 765px) {
  .close-iframe {
    margin-right: 5%;
    margin-top: 10px; } }

.alturamax .angular-google-map-container {
  min-height: 600px !important;
  height: 100% !important; }

@media screen and (max-width: 765px) {
  .withFmobile {
    width: 100%; } }

.prenav {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 2000;
  top: 0;
  width: 100%;
  height: 40px;
  padding-right: 40px;
  background: linear-gradient(to right, rgba(201, 84, 113, 0.9) 0%, rgba(144, 48, 72, 0.9) 100%); }
  @media screen and (max-width: 765px) {
    .prenav {
      display: none; } }

.plegat {
  transition: 1s;
  z-index: 999999;
  position: fixed;
  bottom: -75%;
  width: 100%; }

.desPlegat {
  transition: 1s;
  z-index: 999999;
  position: fixed;
  bottom: -5%;
  width: 100%; }

.activeTabMain {
  border-bottom: 2px solid black; }

.menuItem:hover {
  border-bottom: 2px solid black; }
  @media screen and (max-width: 765px) {
    .menuItem:hover {
      border-bottom: 0px solid black; } }

.prenavItem {
  color: white;
  font-size: 12px;
  float: right;
  margin-top: 12px;
  margin-right: 20px; }

.prenavItem:hover {
  color: lightgrey;
  cursor: pointer; }

.languageSelector {
  font-weight: bold;
  margin-right: 80px;
  display: none; }
  @media screen and (max-width: 765px) {
    .languageSelector {
      color: #4a4a4a;
      text-transform: uppercase;
      margin-right: 5%; } }

.toUp {
  text-transform: uppercase; }

.phoneIconBox {
  margin-right: 5px; }

.phoneIcon {
  height: 20px; }

.prenavItemAcceso {
  font-weight: bold; }

.navbar {
  height: 60px;
  background-color: #FFFFFF;
  border: 0px; }

.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
  background-color: #e7e7e7;
  color: #555555; }

li.dropdown:hover > .dropdown-menu {
  display: block; }

.navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px; }

.dropdown-menu {
  columns: 1 !important;
  -webkit-columns: 1 !important;
  -moz-columns: 1 !important; }

.dropdown-menu li {
  text-align: left; }

.dropdown-menu li:hover {
  border-left: 2px solid black;
  background-color: #EBEBEB;
  margin-left: -2px; }

.navbar-fixed-top {
  top: 40px;
  border-width: 0 0 1px; }
  @media screen and (max-width: 765px) {
    .navbar-fixed-top {
      top: 0px; } }

.navbarLogo {
  width: auto;
  height: 25px;
  margin-top: 19px;
  margin-left: 5px; }
  @media screen and (max-width: 765px) {
    .navbarLogo {
      margin-left: 20px; } }

.navbar-toggle {
  border: 0px solid transparent;
  margin-top: 13px; }
  @media screen and (max-width: 765px) {
    .navbar-toggle {
      margin-bottom: 0px; } }

@media screen and (max-width: 765px) {
  .menu-mobile {
    float: right;
    margin-top: 20px;
    font-size: 18px; } }

.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  border-radius: 1px;
  background-color: #4a4a4a !important; }

.animate-enter,
.animate-leave {
  -webkit-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  position: relative;
  display: block; }

.animate-enter.animate-enter-active,
.animate-leave {
  opacity: 1;
  top: 0;
  height: 30px; }

.animate-leave.animate-leave-active,
.animate-enter {
  opacity: 0;
  top: -50px;
  height: 0px; }

.hrcolor {
  height: 1px;
  border: 0;
  background-color: #FF5241; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  display: block;
  background-color: white !important; }

.linkNavbarLanding, .linkNavbarLanding:active, .linkNavbarLanding:hover, .linkNavbarLanding:visited {
  cursor: pointer;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  font-family: "Graphik-Semibold";
  margin-right: 25px; }

@media screen and (max-width: 1200px) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
    background-color: white;
    padding-right: 0px;
    padding-left: 0px; } }

.navbar-nav {
  margin: 7.5px -15px; }
  @media screen and (max-width: 765px) {
    .navbar-nav {
      margin: 0px; } }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: 0px; }

.menuItem {
  font-family: 'Merriweather';
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #4a4a4a !important;
  margin-right: 20px;
  padding-bottom: 15px; }
  @media screen and (max-width: 1200px) {
    .menuItem {
      display: block;
      margin-bottom: 20px;
      text-align: left;
      padding-left: 5%;
      margin-right: 0px; } }
  @media screen and (min-width: 1200px) and (max-width: 1350px) {
    .menuItem {
      font-size: 12px;
      margin-right: 0px; } }

.searchMobileNavbar {
  border: 0px;
  border-top: 1px solid;
  border-bottom: 1px solid !important;
  padding-top: 5px;
  padding-bottom: 5px; }
  @media screen and (max-width: 1200px) {
    .searchMobileNavbar {
      width: 100%;
      margin-bottom: 30px; } }
  @media screen and (min-width: 1200px) and (max-width: 1200px) {
    .searchMobileNavbar {
      margin-left: 39px;
      margin-bottom: 15px;
      height: 31px !important; } }

.searchMobileInput {
  height: 20px; }
  @media screen and (max-width: 1200px) {
    .searchMobileInput {
      height: 40px;
      border-radius: 0;
      padding-left: 20px; } }

.searchIconsvg {
  float: right;
  margin-right: 15px;
  margin-top: 2px; }
  @media screen and (max-width: 765px) {
    .searchIconsvg {
      margin-top: -58px;
      position: absolute;
      right: 0; } }

.searchMobileInput:focus {
  outline: -webkit-focus-ring-color auto 0px; }

.searchMobileInput::-webkit-input-placeholder, .searchMobileInput::placeholder {
  font-family: 'Open Sans';
  color: #d10034 !important;
  font-style: italic; }

.dropdown-menu {
  position: absolute;
  top: 76%;
  left: 70%;
  z-index: 2000;
  display: none;
  float: left;
  width: 160px;
  padding: 5px 0;
  margin: 0px 30px 0;
  background-color: #EBEBEB;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: white;
  border: 1px solid #ccc;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  line-height: 20px;
  color: #0F0F0F;
  font-family: "Graphik-Semibold"; }

.menuItemBlack {
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
  font-family: "Graphik-Regular";
  display: block;
  margin-bottom: 20px;
  margin-left: 6%; }

.menuItemDropdown {
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
  font-family: "Graphik-Regular";
  margin-right: 25px;
  margin-top: 25px; }
  @media screen and (max-width: 765px) {
    .menuItemDropdown {
      margin-left: 3%;
      margin-bottom: 20px; } }

.navbar-right {
  margin-top: 23px;
  margin-bottom: 30px;
  margin-right: 25px !important; }
  @media screen and (max-width: 765px) {
    .navbar-right {
      margin-right: 0px !important; } }

.navbar-default .navbar-nav > li.dropdown:hover > a, .navbar-default .navbar-nav > li.dropdown:hover > a:hover, .navbar-default .navbar-nav > li.dropdown:hover > a:focus {
  background-color: transparent;
  color: #555555; }

.navbar-default .navbar-nav > li > a {
  color: #4a4a4a !important; }

.dropdown-menu {
  position: absolute;
  top: 76%;
  left: 70%;
  z-index: 2000;
  float: left;
  width: auto;
  margin: 0px 0px 0; }

@media screen and (min-width: 765px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: auto; } }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  width: auto;
  background-color: transparent; }

.dropdown-menu > li > a {
  padding: 7px 20px; }

@media screen and (max-width: 765px) {
  .iconLandingCircle {
    margin-bottom: 20px; } }

.landingIconPrefooter {
  height: 85px; }

.landingPrefooterIcon {
  position: absolute;
  margin-left: 8px;
  top: 5px; }

@media screen and (max-width: 1320px) {
  .logoTextLanding {
    display: block; } }

.landingForm {
  text-align: center;
  width: 100%; }

.heightIconsLanding {
  height: 85px; }

.productsImageLanding {
  width: 100%; }

.productLanding {
  padding-right: 1%; }
  @media screen and (max-width: 765px) {
    .productLanding {
      padding-right: 3%; } }

.titleBlack {
  color: black;
  font-weight: bold; }
  @media screen and (max-width: 765px) {
    .titleBlack {
      height: 60px;
      vertical-align: middle;
      display: table-cell; } }

.landingBuscarButton {
  width: 144px;
  height: 60px;
  background-color: #d10034;
  font-family: 'Open Sans';
  border: 0px;
  color: white;
  font-size: 16px; }
  @media screen and (max-width: 765px) {
    .landingBuscarButton {
      font-size: 14px;
      height: 36px;
      margin-top: 25px; } }

.landingSearchInput {
  height: 60px;
  width: 610px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  margin-right: -5px;
  padding-top: 3px; }
  @media screen and (max-width: 765px) {
    .landingSearchInput {
      width: 95%;
      padding-left: 20px; } }

.titleLanding2 {
  font-family: Merriweather;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #4a4a4a; }

.paddingTitleLanding2 {
  padding-left: 35px;
  padding-right: 35px; }

.landingSlider {
  width: 100%; }

.titleLandingRectangle {
  color: #d10034;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Open Sans'; }
  @media screen and (max-width: 765px) {
    .titleLandingRectangle {
      font-size: 21px;
      height: auto;
      vertical-align: bottom; } }

@media screen and (max-width: 765px) {
  .textleftMobile {
    text-align: left; } }

@media screen and (max-width: 765px) {
  .textCenterMobile {
    text-align: center; } }

.litleTitleCherry {
  color: #d10034;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Open Sans'; }

.subTitleLanding {
  font-family: 'Merriweather';
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #4a4a4a; }

.moreTitle {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: #d10034; }

.linkStandard:hover {
  color: #4a4a4a; }

.mainBottomRectangle {
  min-height: 100px;
  padding-bottom: 24px;
  background-color: #eeeeee; }

.mainBottomRectangleCherry {
  height: 100px; }

.transparentInput {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 3px;
  height: 36px;
  width: 320px; }

.transparentInput::-webkit-input-placeholder {
  color: white !important;
  font-weight: 300; }

.transparentInput:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 300; }

.transparentInput::-moz-placeholder {
  /* Firefox 19+ */
  color: white !important;
  font-weight: 300; }

.transparentInput:-ms-input-placeholder {
  color: white !important;
  font-weight: 300; }

.maintenanceBanner {
  min-height: 100px;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  margin-top: -20px; }

.center-items {
  display: flex;
  align-items: center; }

.maintenance-screen {
  height: 400px;
  font-family: 'Merriweather';
  font-size: 16px;
  font-weight: bold;
  color: #4a4a4a !important; }

.btn-grey, .btn-grey:hover, .btn-grey:focus, .btn-grey:active {
  background-color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
  box-shadow: none;
  outline: #ccc !important; }

.center-items {
  display: flex;
  align-items: center; }

.disableLink {
  cursor: no-drop; }

.landingTopRectangle {
  min-height: 170px;
  background-color: #eeeeee; }
  @media screen and (max-width: 765px) {
    .landingTopRectangle {
      min-height: 190px;
      padding-bottom: 25px;
      padding-left: 15px; } }

.sliderBox {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px; }

.carrouselMain {
  height: 500px; }
  @media screen and (max-width: 765px) {
    .carrouselMain {
      height: 300px; } }

.carrouselSlide {
  position: relative; }

.carrouselItem {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media screen and (max-width: 765px) {
    .carrouselItem {
      background-size: cover;
      height: 300px; } }

.carrouselItemHeader {
  width: 100%;
  height: 170px;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media screen and (max-width: 765px) {
    .carrouselItemHeader {
      background-size: cover; } }

.carrouselItem2 {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media screen and (max-width: 765px) {
    .carrouselItem2 {
      height: 225px !important; } }

.carrouselFilter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  background-image: linear-gradient(to right, rgba(201, 84, 113, 0.9), rgba(144, 48, 72, 0.9)); }

.carousel-caption {
  font-size: 30px;
  position: absolute;
  top: 240px;
  width: auto;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1; }
  @media screen and (max-width: 765px) {
    .carousel-caption {
      font-size: 18px;
      padding-left: 10px;
      padding-right: 10px;
      width: auto;
      top: 140px; } }

.carousel-captionHeader {
  font-family: 'Merriweather';
  font-size: 30px;
  position: absolute;
  top: 115px;
  width: 70%;
  right: 0;
  left: 150px;
  text-align: left;
  padding-right: 220px;
  color: white; }
  @media screen and (max-width: 765px) {
    .carousel-captionHeader {
      font-size: 18px;
      width: 100%;
      left: 0%;
      padding-left: 5%;
      padding-right: 0px; } }

.carousel2-caption {
  font-size: 25px;
  position: absolute;
  top: 30px;
  width: 80%;
  right: 0;
  left: 0;
  font-family: 'Open Sans';
  margin: auto;
  font-style: italic;
  text-align: center;
  color: white; }
  @media screen and (max-width: 765px) {
    .carousel2-caption {
      font-size: 18px;
      padding-left: 10px;
      padding-right: 10px;
      width: auto;
      top: 20px; } }

.slider2-author {
  font-size: 14px;
  font-style: normal;
  font-weight: bold; }

.slider2-position {
  font-size: 14px;
  font-style: normal;
  font-weight: normal; }

.bbddespanolasBanner {
  width: 100%;
  height: 285px;
  background-image: url("../img/landing/bbdd_espanolas_header.png");
  background-repeat: no-repeat;
  background-size: 100%; }
  @media screen and (max-width: 765px) {
    .bbddespanolasBanner {
      height: 180px; } }

.ficheroEspanolasButton {
  background-color: #d10034;
  color: white;
  border-radius: 3px;
  min-height: 36px;
  border: 0px solid;
  text-transform: uppercase;
  width: 295px; }

.espanolasLink {
  padding: 10px; }

.espanolasLink:hover, .espanolasLink:focus, .espanolasLink:active {
  color: white;
  text-decoration: none; }

.ficheroEspanolasButtonSmall {
  background-color: #d10034;
  color: white;
  border-radius: 3px;
  min-height: 36px;
  border: 0px solid;
  text-transform: uppercase;
  width: 220px; }
  @media screen and (max-width: 765px) {
    .ficheroEspanolasButtonSmall {
      width: 95%;
      font-size: 12px;
      padding: 5px; } }

.centerTitle {
  margin-left: 28% !important; }

.filterBox {
  background-color: transparent;
  height: auto;
  padding-left: 0px;
  padding-top: 10px;
  margin-right: 20px;
  cursor: pointer;
  border-bottom: 1px solid #d10034; }

.filterArrow {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  width: 8px; }

.filterArrowUp {
  -ms-transform: rotate(270deg);
  /* IE 9 */
  -webkit-transform: rotate(270deg);
  /* Chrome, Safari, Opera */
  transform: rotate(270deg);
  width: 8px; }

.noBack {
  background-image: none !important; }

.arrowLeft {
  margin-top: 100px;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  width: 15px; }

.arrowRight {
  margin-top: 100px;
  width: 15px; }

.filterLabel {
  font-family: 'Merriweather';
  font-size: 14px;
  font-weight: bold;
  color: #4a4a4a; }

.labelLight {
  font-family: 'Merriweather';
  font-size: 14px;
  color: #4a4a4a; }

.formBody {
  padding-left: 15px;
  padding-right: 15px; }

.marginTopFormEsp {
  margin-top: 8px; }

.formEspanolas .filterLabel {
  font-size: 11px; }

.formEspanolas label {
  font-size: 11px; }

.formEspanolas .filterBox {
  padding-top: 0px; }

.formEspanolas .titleLandingRectangle {
  font-size: 14px; }

.formEspanolas .formInput {
  height: 28px; }

.formEspanolas .seleccion {
  height: 24px;
  margin-top: -26px; }

.formEspanolas .row + .row {
  margin-top: 8px; }

.formInput {
  z-index: 10;
  border: 1px solid #b3b3b3;
  width: 100%;
  height: 36px;
  border-radius: 3px;
  background-color: #ffffff;
  overflow: auto; }

.formInput::-webkit-input-placeholder {
  color: #d4d4d4;
  font-weight: 300; }

.formInput:-moz-placeholder {
  /* Firefox 18- */
  color: #d4d4d4 !important;
  font-weight: 300; }

.formInput::-moz-placeholder {
  /* Firefox 19+ */
  color: #d4d4d4 !important;
  font-weight: 300; }

.formInput:-ms-input-placeholder {
  color: #d4d4d4 !important;
  font-weight: 300; }

.middleHelpIcon {
  vertical-align: -10px; }

.helpIcon {
  position: absolute;
  right: 32px;
  top: 0px; }

.helpIconCoords {
  position: relative;
  right: 0;
  margin-left: 10px;
  top: 0px; }

.helpText {
  color: black;
  font-size: 11px; }

.moreSearch {
  line-height: 70px; }

.formHelp {
  position: relative;
  text-align: right;
  font-family: 'Open Sans';
  font-size: 11px;
  margin-top: 5px !important; }

.soze {
  margin-left: 60px;
  position: relative;
  font-family: 'Open Sans';
  font-size: 11px;
  margin-top: 5px !important; }

.guardarBusqueda {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  color: #d10034; }

.totalImport {
  font-weight: bold; }

.plusIcon {
  width: 20px;
  height: 20px; }

.basicDataCheck {
  margin-left: 20px !important; }

.resultsHeader {
  font-family: 'Merriweather';
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  margin-right: 5px; }

.resultContainer {
  padding: 40px;
  padding-top: 10px;
  padding-bottom: 10px; }

.resultsSeeMore {
  font-size: 12px;
  margin-right: 10px;
  color: black; }

.containerBasicData {
  margin-left: 20px !important; }

.mostraElement {
  font-weight: bold;
  margin-right: 15px; }

.noteText {
  font-size: 12px;
  color: #9b9b9b; }

.numResults {
  font-family: 'Merriweather';
  font-size: 30px;
  display: inline-block;
  font-weight: bold;
  color: #d10034;
  margin-right: 5px; }

.helpResults {
  height: 13px;
  width: 13px;
  margin-left: 10px; }

.greyResultTitle {
  color: #d10034;
  font-family: 'Merriweather';
  font-size: 20px; }

.resultsGreyRectangle {
  background-color: #eeeeee;
  padding: 15px;
  overflow-wrap: break-word; }

.boxPadding {
  padding: 40px; }

.importeBox {
  padding: 15px;
  background-image: linear-gradient(to right, #ca5471, #903048);
  font-family: 'Open Sans';
  font-size: 14px;
  color: white; }

.importeTitle {
  font-family: 'Open Sans';
  font-size: 20px;
  color: white; }

.registryTitle {
  font-family: 'Open Sans';
  font-size: 20px;
  color: #d10034; }

.footer {
  height: 220px;
  background-image: linear-gradient(to right, #ca5471, #903048); }
  @media screen and (max-width: 765px) {
    .footer {
      height: auto;
      padding-bottom: 30px; } }

.contactBox {
  text-align: center; }

.footerBig {
  height: 320px;
  background-image: linear-gradient(to right, #ca5471, #903048); }

.linkFooter {
  color: white;
  font-family: 'Open Sans';
  font-size: 14px; }

.footerThird {
  border-right: 1px solid white; }

.navbarFooter {
  width: 148px;
  height: 28px; }

.asedieLogo {
  margin-top: 40px;
  margin-right: 10px;
  margin-left: 10px;
  height: 40px; }
  @media screen and (max-width: 765px) {
    .asedieLogo {
      margin-top: 25px;
      margin-bottom: 25px; } }

@media screen and (max-width: 765px) {
  .phoneIconBoxFooter {
    font-size: 28px;
    line-height: 30px; } }

@media screen and (max-width: 765px) {
  .phoneIconFooterText {
    font-size: 20px; } }

.adigitalLogo {
  margin-top: 40px;
  height: 40px; }
  @media screen and (max-width: 765px) {
    .adigitalLogo {
      margin-top: 25px;
      margin-bottom: 25px; } }

.phoneIconBoxFooter {
  height: 20px; }

.phoneIconFooter {
  fill: #d10034; }

.endFooter {
  height: 36px;
  background-image: linear-gradient(to right, #ca5471, #903048);
  text-align: center;
  color: #ffffff;
  padding-top: 10px; }

.modalLocationAyudas .row + .row {
  margin-top: 0px; }

body .resultadosWrapper {
  font-size: 12px; }

.resultadosWrapper .resultsGreyRectangle {
  padding: 10px; }

.resultadosWrapper .greyResultTitle {
  font-size: 14px; }

.resultadosWrapper .privateTextBase {
  font-size: 12px; }

.resultadosWrapper label {
  font-size: 12px; }

.resultadosWrapper .row + .row {
  margin-top: 0px; }

.resultadosWrapper .btn {
  font-size: 12px; }

.tarifas h2 {
  color: #d10034;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Open Sans'; }

.tarifas h3 {
  font-family: 'Merriweather';
  font-size: 18px;
  font-weight: bold;
  color: #4a4a4a; }

.ayudas .col-lg-2 {
  padding-right: 0px; }

.ayudas .col-lg-1 {
  padding-right: 0px; }

.ayudas .col-xs-3 {
  padding-right: 0px; }

.ayudas input[type="checkbox"] {
  margin-right: 0px; }

.carousel-inner .active.left {
  left: -25%; }

.carousel-inner .next {
  left: 25%; }

.carousel-inner .prev {
  left: -25%; }

.carousel-control {
  width: 4%; }

.carousel-control.left, .carousel-control.right {
  margin-left: 15px;
  background-image: none; }

.carouselWho.hideForDesktop {
  display: none !important; }

.btn-file {
  padding: 0 !important;
  background-color: transparent; }

.btn-file input {
  border: none !important;
  color: white !important;
  background-color: #d10034;
  padding-top: 10px; }

@media (max-width: 991px) {
  .responsive-margin-bottom {
    margin-bottom: 20px; } }

.fa.angleDrop {
  font-size: 30px !important;
  top: -8px;
  position: relative; }

.menuItem.noMarginBottom {
  margin-bottom: 0px; }

.submenu > ul {
  margin-bottom: 20px;
  margin-left: 5px; }

.menuMobileItem {
  padding-top: 20px;
  margin-top: 10px;
  border-top: 2px solid #ccc;
  width: 100%; }

.menuMobileItem > .menuItem {
  margin-bottom: 0px; }

.searchNifPresu {
  float: right !important;
  color: #d10034 !important;
  margin-right: 2px !important;
  margin-top: 2% !important; }

.inputCifEmp {
  width: 90% !important;
  float: left !important; }

.mySearchSearchButton {
  display: block;
  width: 15px;
  margin: auto;
  cursor: pointer; }

datepicker {
  float: unset !important;
  width: 50% !important;
  margin-left: 30px !important; }

._720kb-datepicker-calendar {
  left: 0px; }

.textBaseTable tr {
  height: 50px;
  border-bottom: 2px solid #f6f6f6; }

.historicalTransactionsTitle {
  text-align: left !important;
  font-weight: 600; }

.normalRowTransactions {
  font-weight: 600; }

.link_transactions {
  color: #4a4a4a;
  text-decoration: underline; }

.blue-line-compras {
  color: #0587e5; }

.nav-maintenance.prenav {
  background: #f6f6f6 !important; }
  .nav-maintenance.prenav * {
    display: none; }

.nav-maintenance.mainBottomRectangle {
  display: none; }

.nav-maintenance.header-banner {
  display: none; }

.nav-maintenance .navbar-nav {
  display: none; }

.nav-maintenance.navbar {
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.4); }

.nav-maintenance.footer * {
  display: none; }

.nav-maintenance.footerBig * {
  display: none; }

.nav-maintenance.sub-footer {
  height: 150px; }
  .nav-maintenance.sub-footer * {
    display: none; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.maintenance-icon {
  margin-bottom: 25px; }

.admin-maintenance datepicker {
  margin-left: unset !important; }
  @media (min-width: 992px) {
    .admin-maintenance datepicker {
      margin-right: 60px; } }
  .admin-maintenance datepicker input {
    cursor: pointer;
    background-color: transparent; }
  .admin-maintenance datepicker .arrow-desplegable {
    right: 25px;
    position: relative;
    top: 0px;
    z-index: -1; }

.pagination-private {
  width: 100%; }
  .pagination-private ul {
    display: flex;
    justify-content: center; }
  .pagination-private li {
    margin-left: 10px;
    margin-right: 10px;
    list-style: none;
    cursor: pointer; }
  .pagination-private .active {
    color: #d10034; }
