@charset "UTF-8";



@font-face {
  font-family: 'Calibri Regular';
  src: url('../fonts/calibri/Calibri-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Calibri Light';
  src: url('../fonts/calibri/Calibri-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Calibri Heavy';
  src: url('../fonts/calibri/Calibri-Bold.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'airstrike';
  src: url('../fonts/omoda-font/airstrike.woff2') format('woff2');
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Calibri Regular';
  src: url('../fonts/calibri/Calibri-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Calibri Light";
  src: url('../fonts/calibri/Calibri-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Calibri Heavy";
  src: url('../fonts/calibri/Calibri-Bold.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "airstrike";
  src: url('../fonts/omoda-font/airstrike.woff2') format('woff2');
  font-style: normal;
  font-display: auto;
}


/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');*/

.go4269172405 {
  display: none !important;
}

.tm-carousel-dots {
  display: none !important;
}
.resenasGoogle {
  background: linear-gradient(270deg, #30363A 0.51%, #000 84.9%);
}

.tm-carousel-arrow path {
  fill: #fff;
}

.resenasGoogle .titulo-seccion .texto {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}

.resenasGoogle .titulo-seccion h2 {
  color: #fff;
}

.tm-card {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 3rem;
  margin: 0; 

}

h2 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 32px;
  line-height: 2rem;
  margin: 0; 
  font-family: 'airstrike';

}

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

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

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

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

html {
  font-size: 100%; }

body {
  font-family: "Calibri Regular";
  font-size: 16px;
  color: #000;
  background: #000;
  padding-top: 170px;
  overflow-x:hidden;
}
/*
.backgroundBlancoFondo {
  background-color: #fff;
}
*/
.mobile {
  display: none; }

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

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

a:hover {
  color: #FFF; }

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

strong, b {
  font-weight: 100;
  font-family: "Calibri Heavy"; }

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

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

ul li {
  list-style: none; }

p {
  margin-bottom: 15px;
  font-size: 1.2em;
}


/* ESTILOS BANDEROLAS ANIMADAS */
.animacionBanderola {
  --border-width: 3px;
  border-radius: var(--border-width);

  &::after {
    position: absolute;
    content: "";
    top: calc(-1 * var(--border-width));
    left: calc(-1 * var(--border-width));
    z-index: -1;
    width: calc(100% + var(--border-width) * 2);
    height: calc(100% + var(--border-width) * 2);
    background: linear-gradient(
            60deg,
            hsl(224, 85%, 66%),
            hsl(342, 58%, 35%),
            hsl(359, 80%, 33%),
            hsl(351, 94%, 46%),
            hsl(204, 23%, 41%),
            hsl(203, 20%, 52%),
            hsl(177, 68%, 69%),
            hsl(189, 53%, 64%)

    );
    background-size: 300% 300%;
    background-position: 0 50%;
    /*border-radius: calc(2 * var(--border-width));*/
    border-radius:50px;
    animation: moveGradient 3s alternate infinite;
  }
}

@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}
/* FIN ESTILOS BANDEROLAS ANIMADAS */

.clearfix {
  clear: both; }

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

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

  .bntBanner {
    color: #fff;
    background-color: #30363A;
    padding: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px #FFFFFF;
    border-radius: 50px;
    padding: 10px 30px;
    border: 2px solid #fff;
    margin-top: 30px;
  }

  .bntBanner:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
    box-shadow: 0px 0px 12px #20DDD2;
  }

  .bntBanner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #155F5B, #20DDD2);
    opacity: 0;
    /*Inicialmenteestablecelaopacidaden0*/transition: opacity 0.5s ease-in-out;
    /*Controlalavelocidaddelaanimación*/z-index: -1;
     /* Coloca el fondo detrás del texto */    
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
  }
  
  .bntBanner:hover::before {
    opacity: 1; /* Aumenta la opacidad para revelar el fondo en el hover */
  }
  
  .bntBanner:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
    box-shadow: 0px 0px 12px #20DDD2;
  }

  .bntBanner p {
    color: #000 !important;
    font-family: "Calibri Regular",sans-serif;
    font-weight: 400;
    font-size: 1.1em;
    margin: 0;
  }

  .js-modalContactoLandings .modal-body {
    background: linear-gradient(153.43deg, #30363A 0%, rgba(48, 54, 58, 0.32) 83.33%), url(../img/New25.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
  }


  .js-modalContactoLandings .modal.modalForm .modalForm-title,  .js-modalContactoLandings .modalForm-title, .modal__htmlTitle {
    color: #fff !important;
}

#scroller .polPriv span a {
  color: #fff !important;
}
#scroller .polPriv span {
  color: #fff !important;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}













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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #ffffff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  	Flaticon icon font: Flaticon
  	Creation date: 13/07/2020 07:22
  	*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg"); } }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flaticon-envelope-filled:before {
  content: "\f17c"; }

.flaticon-phone-linear:before {
  content: "\f17d"; }

.flaticon-phone-filled:before {
  content: "\f17e"; }

.flaticon-envelope-linear:before {
  content: "\f17f"; }

.flaticon-like-linear:before {
  content: "\f180"; }

.flaticon-up:before {
  content: "\f181"; }

.flaticon-right:before {
  content: "\f182"; }

.flaticon-left:before {
  content: "\f183"; }

.flaticon-down:before {
  content: "\f184"; }

.flaticon-search-linear:before {
  content: "\f185"; }

.flaticon-search-filled:before {
  content: "\f186"; }

.flaticon-bin:before {
  content: "\f187"; }

.flaticon-menu:before {
  content: "\f188"; }

.flaticon-quote-1:before {
  content: "\f189"; }

.flaticon-down-filled:before {
  content: "\f18a"; }

.flaticon-question:before {
  content: "\f18b"; }

.flaticon-right-quotation-sign:before {
  content: "\f18c"; }

.flaticon-exit-linear:before {
  content: "\f18d"; }

.flaticon-right-quote:before {
  content: "\f18e"; }




/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.1.0 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
  font-family: "uicons-brands";
  src: url("../fonts/webfonts/uicons-brands.woff2") format("woff2"),
  url("../fonts/webfonts/uicons-brands.woff") format("woff"),
  url("../fonts/webfonts/uicons-brands.eot#iefix") format("embedded-opentype");
  font-display: swap;
}
  i[class^="fi-brands-"]:before, i[class*=" fi-brands-"]:before, span[class^="fi-brands-"]:before, span[class*="fi-brands-"]:before {
font-family: uicons-brands !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

      .fi-brands-3m:before {
  content: "\f101";
  }
      .fi-brands-500px:before {
  content: "\f102";
  }
      .fi-brands-abbot-laboratories:before {
  content: "\f103";
  }
      .fi-brands-accusoft:before {
  content: "\f104";
  }
      .fi-brands-acrobat:before {
  content: "\f105";
  }
      .fi-brands-adobe:before {
  content: "\f106";
  }
      .fi-brands-aecom:before {
  content: "\f107";
  }
      .fi-brands-aero:before {
  content: "\f108";
  }
      .fi-brands-after-effects:before {
  content: "\f109";
  }
      .fi-brands-airbnb:before {
  content: "\f10a";
  }
      .fi-brands-algolia:before {
  content: "\f10b";
  }
      .fi-brands-amd:before {
  content: "\f10c";
  }
      .fi-brands-american-express:before {
  content: "\f10d";
  }
      .fi-brands-android:before {
  content: "\f10e";
  }
      .fi-brands-animate:before {
  content: "\f10f";
  }
      .fi-brands-app-store-ios:before {
  content: "\f110";
  }
      .fi-brands-apple-pay:before {
  content: "\f111";
  }
      .fi-brands-apple:before {
  content: "\f112";
  }
      .fi-brands-artstation:before {
  content: "\f113";
  }
      .fi-brands-astrazeneca:before {
  content: "\f114";
  }
      .fi-brands-asus:before {
  content: "\f115";
  }
      .fi-brands-atandt:before {
  content: "\f116";
  }
      .fi-brands-atlassian:before {
  content: "\f117";
  }
      .fi-brands-atom:before {
  content: "\f118";
  }
      .fi-brands-audition:before {
  content: "\f119";
  }
      .fi-brands-behance:before {
  content: "\f11a";
  }
      .fi-brands-bitcoin:before {
  content: "\f11b";
  }
      .fi-brands-blackberry:before {
  content: "\f11c";
  }
      .fi-brands-blogger:before {
  content: "\f11d";
  }
      .fi-brands-bluetooth:before {
  content: "\f11e";
  }
      .fi-brands-bootstrap:before {
  content: "\f11f";
  }
      .fi-brands-bridgestone:before {
  content: "\f120";
  }
      .fi-brands-burger-king:before {
  content: "\f121";
  }
      .fi-brands-c:before {
  content: "\f122";
  }
      .fi-brands-capture:before {
  content: "\f123";
  }
      .fi-brands-cc-amazon-pay:before {
  content: "\f124";
  }
      .fi-brands-cc-apple-pay:before {
  content: "\f125";
  }
      .fi-brands-cc-diners-club:before {
  content: "\f126";
  }
      .fi-brands-cc-visa:before {
  content: "\f127";
  }
      .fi-brands-centos:before {
  content: "\f128";
  }
      .fi-brands-character:before {
  content: "\f129";
  }
      .fi-brands-chromecast:before {
  content: "\f12a";
  }
      .fi-brands-cloudflare:before {
  content: "\f12b";
  }
      .fi-brands-confluence:before {
  content: "\f12c";
  }
      .fi-brands-creative-commons-by:before {
  content: "\f12d";
  }
      .fi-brands-creative-commons-nc-eu:before {
  content: "\f12e";
  }
      .fi-brands-creative-commons-nc-jp:before {
  content: "\f12f";
  }
      .fi-brands-creative-commons-nc:before {
  content: "\f130";
  }
      .fi-brands-creative-commons-nd:before {
  content: "\f131";
  }
      .fi-brands-creative-commons-pd-alt:before {
  content: "\f132";
  }
      .fi-brands-creative-commons-pd:before {
  content: "\f133";
  }
      .fi-brands-creative-commons-remix:before {
  content: "\f134";
  }
      .fi-brands-creative-commons-sa:before {
  content: "\f135";
  }
      .fi-brands-creative-commons-sampling-plus:before {
  content: "\f136";
  }
      .fi-brands-creative-commons-sampling:before {
  content: "\f137";
  }
      .fi-brands-creative-commons-share:before {
  content: "\f138";
  }
      .fi-brands-creative-commons-zero:before {
  content: "\f139";
  }
      .fi-brands-creative-commons:before {
  content: "\f13a";
  }
      .fi-brands-css3-alt:before {
  content: "\f13b";
  }
      .fi-brands-css3:before {
  content: "\f13c";
  }
      .fi-brands-dailymotion:before {
  content: "\f13d";
  }
      .fi-brands-deezer:before {
  content: "\f13e";
  }
      .fi-brands-delphi:before {
  content: "\f13f";
  }
      .fi-brands-dev:before {
  content: "\f140";
  }
      .fi-brands-devianart:before {
  content: "\f141";
  }
      .fi-brands-digg:before {
  content: "\f142";
  }
      .fi-brands-dimension:before {
  content: "\f143";
  }
      .fi-brands-discord:before {
  content: "\f144";
  }
      .fi-brands-docker:before {
  content: "\f145";
  }
      .fi-brands-dribbble:before {
  content: "\f146";
  }
      .fi-brands-dropbox:before {
  content: "\f147";
  }
      .fi-brands-drupal:before {
  content: "\f148";
  }
      .fi-brands-ebay:before {
  content: "\f149";
  }
      .fi-brands-elementor:before {
  content: "\f14a";
  }
      .fi-brands-ethereum:before {
  content: "\f14b";
  }
      .fi-brands-etsy:before {
  content: "\f14c";
  }
      .fi-brands-evernote:before {
  content: "\f14d";
  }
      .fi-brands-facebook-messenger:before {
  content: "\f14e";
  }
      .fi-brands-facebook:before {
  content: "\f14f";
  }
      .fi-brands-fedex:before {
  content: "\f150";
  }
      .fi-brands-figma:before {
  content: "\f151";
  }
      .fi-brands-firefox-browser:before {
  content: "\f152";
  }
      .fi-brands-firefox:before {
  content: "\f153";
  }
      .fi-brands-flaticon-1:before {
  content: "\f154";
  }
      .fi-brands-flaticon:before {
  content: "\f155";
  }
      .fi-brands-flickr:before {
  content: "\f156";
  }
      .fi-brands-flipboard:before {
  content: "\f157";
  }
      .fi-brands-fonts:before {
  content: "\f158";
  }
      .fi-brands-foursquare:before {
  content: "\f159";
  }
      .fi-brands-freepik-1:before {
  content: "\f15a";
  }
      .fi-brands-freepik:before {
  content: "\f15b";
  }
      .fi-brands-fresco:before {
  content: "\f15c";
  }
      .fi-brands-github:before {
  content: "\f15d";
  }
      .fi-brands-gitlab:before {
  content: "\f15e";
  }
      .fi-brands-goodreads:before {
  content: "\f15f";
  }
      .fi-brands-google:before {
  content: "\f160";
  }
      .fi-brands-haskell:before {
  content: "\f161";
  }
      .fi-brands-hbo:before {
  content: "\f162";
  }
      .fi-brands-hotjar:before {
  content: "\f163";
  }
      .fi-brands-html5:before {
  content: "\f164";
  }
      .fi-brands-huawei:before {
  content: "\f165";
  }
      .fi-brands-hubspot:before {
  content: "\f166";
  }
      .fi-brands-ibm:before {
  content: "\f167";
  }
      .fi-brands-iconfinder:before {
  content: "\f168";
  }
      .fi-brands-illustrator-draw:before {
  content: "\f169";
  }
      .fi-brands-illustrator:before {
  content: "\f16a";
  }
      .fi-brands-imdb:before {
  content: "\f16b";
  }
      .fi-brands-incopy:before {
  content: "\f16c";
  }
      .fi-brands-indesign:before {
  content: "\f16d";
  }
      .fi-brands-instagram:before {
  content: "\f16e";
  }
      .fi-brands-intel:before {
  content: "\f16f";
  }
      .fi-brands-invision:before {
  content: "\f170";
  }
      .fi-brands-itunes:before {
  content: "\f171";
  }
      .fi-brands-janseen:before {
  content: "\f172";
  }
      .fi-brands-java:before {
  content: "\f173";
  }
      .fi-brands-jcb:before {
  content: "\f174";
  }
      .fi-brands-jira:before {
  content: "\f175";
  }
      .fi-brands-johnson-and-johnson:before {
  content: "\f176";
  }
      .fi-brands-joomla:before {
  content: "\f177";
  }
      .fi-brands-js:before {
  content: "\f178";
  }
      .fi-brands-kickstarter:before {
  content: "\f179";
  }
      .fi-brands-line:before {
  content: "\f17a";
  }
      .fi-brands-linkedin:before {
  content: "\f17b";
  }
      .fi-brands-lisp:before {
  content: "\f17c";
  }
      .fi-brands-mailchimp:before {
  content: "\f17d";
  }
      .fi-brands-marriott-international:before {
  content: "\f17e";
  }
      .fi-brands-mcdonalds:before {
  content: "\f17f";
  }
      .fi-brands-media-encoder:before {
  content: "\f180";
  }
      .fi-brands-medium:before {
  content: "\f181";
  }
      .fi-brands-meta:before {
  content: "\f182";
  }
      .fi-brands-microsoft-edge:before {
  content: "\f183";
  }
      .fi-brands-microsoft-explorer:before {
  content: "\f184";
  }
      .fi-brands-microsoft:before {
  content: "\f185";
  }
      .fi-brands-mysql:before {
  content: "\f186";
  }
      .fi-brands-napster:before {
  content: "\f187";
  }
      .fi-brands-nestle:before {
  content: "\f188";
  }
      .fi-brands-netflix:before {
  content: "\f189";
  }
      .fi-brands-node-js:before {
  content: "\f18a";
  }
      .fi-brands-nvidia:before {
  content: "\f18b";
  }
      .fi-brands-oracle:before {
  content: "\f18c";
  }
      .fi-brands-patreon:before {
  content: "\f18d";
  }
      .fi-brands-paypal:before {
  content: "\f18e";
  }
      .fi-brands-pfizer:before {
  content: "\f18f";
  }
      .fi-brands-photoshop-camera:before {
  content: "\f190";
  }
      .fi-brands-photoshop-express:before {
  content: "\f191";
  }
      .fi-brands-photoshop-lightroom-classic:before {
  content: "\f192";
  }
      .fi-brands-photoshop-lightroom:before {
  content: "\f193";
  }
      .fi-brands-photoshop:before {
  content: "\f194";
  }
      .fi-brands-php:before {
  content: "\f195";
  }
      .fi-brands-pinterest:before {
  content: "\f196";
  }
      .fi-brands-postgre:before {
  content: "\f197";
  }
      .fi-brands-premiere-rush:before {
  content: "\f198";
  }
      .fi-brands-premiere:before {
  content: "\f199";
  }
      .fi-brands-product-hunt:before {
  content: "\f19a";
  }
      .fi-brands-python:before {
  content: "\f19b";
  }
      .fi-brands-raspberry-pi:before {
  content: "\f19c";
  }
      .fi-brands-reddit:before {
  content: "\f19d";
  }
      .fi-brands-samsung:before {
  content: "\f19e";
  }
      .fi-brands-sap:before {
  content: "\f19f";
  }
      .fi-brands-sass:before {
  content: "\f1a0";
  }
      .fi-brands-shopify:before {
  content: "\f1a1";
  }
      .fi-brands-siemens:before {
  content: "\f1a2";
  }
      .fi-brands-sketch:before {
  content: "\f1a3";
  }
      .fi-brands-skype:before {
  content: "\f1a4";
  }
      .fi-brands-slack:before {
  content: "\f1a5";
  }
      .fi-brands-slidesgo:before {
  content: "\f1a6";
  }
      .fi-brands-snapchat:before {
  content: "\f1a7";
  }
      .fi-brands-sony:before {
  content: "\f1a8";
  }
      .fi-brands-soundcloud:before {
  content: "\f1a9";
  }
      .fi-brands-spark:before {
  content: "\f1aa";
  }
      .fi-brands-spotify:before {
  content: "\f1ab";
  }
      .fi-brands-starbucks:before {
  content: "\f1ac";
  }
      .fi-brands-stock:before {
  content: "\f1ad";
  }
      .fi-brands-storyset:before {
  content: "\f1ae";
  }
      .fi-brands-stripe:before {
  content: "\f1af";
  }
      .fi-brands-substance-3d-designer:before {
  content: "\f1b0";
  }
      .fi-brands-substance-3d-painter:before {
  content: "\f1b1";
  }
      .fi-brands-substance-3d-sampler:before {
  content: "\f1b2";
  }
      .fi-brands-substance-3d-stager:before {
  content: "\f1b3";
  }
      .fi-brands-swift:before {
  content: "\f1b4";
  }
      .fi-brands-t-mobile:before {
  content: "\f1b5";
  }
      .fi-brands-telegram:before {
  content: "\f1b6";
  }
      .fi-brands-tencent:before {
  content: "\f1b7";
  }
      .fi-brands-the-home-depot:before {
  content: "\f1b8";
  }
      .fi-brands-tik-tok:before {
  content: "\f1b9";
  }
      .fi-brands-trello:before {
  content: "\f1ba";
  }
      .fi-brands-tripadvisor:before {
  content: "\f1bb";
  }
      .fi-brands-tumblr:before {
  content: "\f1bc";
  }
      .fi-brands-twitch:before {
  content: "\f1bd";
  }
      .fi-brands-twitter-alt-circle:before {
  content: "\f1be";
  }
      .fi-brands-twitter-alt-square:before {
  content: "\f1bf";
  }
      .fi-brands-twitter-alt:before {
  content: "\f1c0";
  }
      .fi-brands-twitter:before {
  content: "\f1c1";
  }
      .fi-brands-typescript:before {
  content: "\f1c2";
  }
      .fi-brands-uber:before {
  content: "\f1c3";
  }
      .fi-brands-ubuntu:before {
  content: "\f1c4";
  }
      .fi-brands-unilever:before {
  content: "\f1c5";
  }
      .fi-brands-unity:before {
  content: "\f1c6";
  }
      .fi-brands-unsplash:before {
  content: "\f1c7";
  }
      .fi-brands-ups:before {
  content: "\f1c8";
  }
      .fi-brands-usaa:before {
  content: "\f1c9";
  }
      .fi-brands-verizon:before {
  content: "\f1ca";
  }
      .fi-brands-videvo:before {
  content: "\f1cb";
  }
      .fi-brands-vimeo:before {
  content: "\f1cc";
  }
      .fi-brands-visa:before {
  content: "\f1cd";
  }
      .fi-brands-visual-basic:before {
  content: "\f1ce";
  }
      .fi-brands-vk:before {
  content: "\f1cf";
  }
      .fi-brands-walmart:before {
  content: "\f1d0";
  }
      .fi-brands-wepik:before {
  content: "\f1d1";
  }
      .fi-brands-whatsapp:before {
  content: "\f1d2";
  }
      .fi-brands-wikipedia:before {
  content: "\f1d3";
  }
      .fi-brands-windows:before {
  content: "\f1d4";
  }
      .fi-brands-wix:before {
  content: "\f1d5";
  }
      .fi-brands-wordpress:before {
  content: "\f1d6";
  }
      .fi-brands-xd:before {
  content: "\f1d7";
  }
      .fi-brands-xing:before {
  content: "\f1d8";
  }
      .fi-brands-yahoo:before {
  content: "\f1d9";
  }
      .fi-brands-yandex:before {
  content: "\f1da";
  }
      .fi-brands-yelp:before {
  content: "\f1db";
  }
      .fi-brands-youtube:before {
  content: "\f1dc";
  }
      .fi-brands-zoom:before {
  content: "\f1dd";
  }











/*PRELOADER*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999; }
  #preloader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    top: 50%; }
  #preloader img {
    text-align: center;
    width: 248px;
    -webkit-animation: bounce-in-top 1.1s both;
    animation: bounce-in-top 1.1s both;
    }
  #preloader .letras {
    margin: 0;
    width: 100%;
    position: relative;
    bottom: 40px;
    padding: 0;
    font-family: "Calibri Heavy";
    font-weight: 100;
    font-size: 16px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center; }
  #preloader span {
    position: relative;
    top: 0.63em;
    display: inline-block;
    text-transform: uppercase;
    opacity: 0;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg); }
  #preloader .let1 {
    -webkit-animation: drop 2s ease-in-out infinite;
    animation: drop 2s ease-in-out infinite;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s; }
  #preloader .let2 {
    -webkit-animation: drop 2s ease-in-out infinite;
    animation: drop 2s ease-in-out infinite;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s; }
  #preloader .let3 {
    -webkit-animation: drop 2s ease-in-out infinite;
    animation: drop 2s ease-in-out infinite;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s; }
  #preloader .let4 {
    -webkit-animation: drop 2s ease-in-out infinite;
    animation: drop 2s ease-in-out infinite;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  #preloader .let5 {
    -webkit-animation: drop 2s ease-in-out infinite;
    animation: drop 2s ease-in-out infinite;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s; }
  #preloader .let6 {
    -webkit-animation: drop 2s ease-in-out infinite;
    animation: drop 2s ease-in-out infinite;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s; }
  #preloader .let7 {
    -webkit-animation: drop 2s ease-in-out infinite;
    animation: drop 2s ease-in-out infinite;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s; }
  #preloader .let8 {
    -webkit-animation: drop 2s ease-in-out infinite;
    animation: drop 2s ease-in-out infinite;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s; }
  #preloader .let9 {
    -webkit-animation: drop 2s ease-in-out infinite;
    animation: drop 2s ease-in-out infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }
  #preloader .let10 {
    -webkit-animation: drop 2s ease-in-out infinite;
    animation: drop 2s ease-in-out infinite;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s; }
  #preloader .let11 {
    -webkit-animation: drop 2s ease-in-out infinite;
    animation: drop 2s ease-in-out infinite;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s; }



@-webkit-keyframes bounce-in-top{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}38%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}55%{-webkit-transform:translateY(-65px);transform:translateY(-65px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:translateY(-28px);transform:translateY(-28px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}90%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:translateY(-8px);transform:translateY(-8px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes bounce-in-top{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}38%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}55%{-webkit-transform:translateY(-65px);transform:translateY(-65px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:translateY(-28px);transform:translateY(-28px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}90%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:translateY(-8px);transform:translateY(-8px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}

@-webkit-keyframes drop {
  10% {
    opacity: 0.5; }
  20% {
    opacity: 1;
    top: 3.78em;
    transform: rotateX(-360deg);
    -webkit-transform: rotateX(-360deg);
    -moz-transform: rotateX(-360deg);
    -o-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg); }
  80% {
    opacity: 1;
    top: 3.78em;
    transform: rotateX(-360deg);
    -webkit-transform: rotateX(-360deg);
    -moz-transform: rotateX(-360deg);
    -o-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg); }
  90% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    top: 6.94em; } }

@keyframes drop {
  10% {
    opacity: 0.5; }
  20% {
    opacity: 1;
    top: 3.78em;
    transform: rotateX(-360deg);
    -webkit-transform: rotateX(-360deg);
    -moz-transform: rotateX(-360deg);
    -o-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg); }
  80% {
    opacity: 1;
    top: 3.78em;
    transform: rotateX(-360deg);
    -webkit-transform: rotateX(-360deg);
    -moz-transform: rotateX(-360deg);
    -o-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg); }
  90% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    top: 6.94em; } }



/* VIDEO OMODA SLIDER */

    .videoHeaderSlide::before {
      content: " ";
      background-color: rgb(0 0 0 / 50%);
      width: 100%;
      height: 1100px;
      display: flex;
      position: absolute;
  }

    .videoHeaderSlide video{
      min-width: 100%;
      min-height: 100%;
    }

    ._index li .flex-caption .texto {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #fff;
      text-align: center;
      padding: 0 15px;
    }

    ._index .slider .flexslider .flex-caption {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      align-items: center;
      left: auto;
    }

    ._index .slider .texto p {
      line-height: 40px;
    }

    .sliderColumnaFija {
      z-index: 99;
      margin-top: -365px;
      gap: 20px;
      background: linear-gradient(to bottom, rgb(64 63 63 / 0%) 0%, rgb(19 18 18) 71%, rgba(33,30,30,1) 82%, rgba(0,0,0,1) 100%);
    }

    /* CARD COCHES SLIDES HOME  */

    .cardFinalCochesSlides {
      color: #fff;
      z-index: 340;
      width: 100%;
      max-width: 100%;
 

    }


    .landing-servicio .cardFinalCochesSlides {
      width: 560px;
      max-width: 100%;

  }
    .landing-servicio .espacioSliderOuniverseBtn {
      text-align: center;
    }

    ._index .cardFinalCochesSlides {
      text-align: center;
    }

    ._index .cardFinalCochesSlides {
      padding: 0;

    }

    ._index .espacioSliderOuniverseBtn {
      background: linear-gradient(0deg, #fff, transparent);
      margin-bottom: 0;
    }


    /* ANIMACIONES VARIAS */
.shake-horizontal {
  -webkit-animation: shake-horizontal 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
  animation: shake-horizontal 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out both;
  animation: heartbeat 1.5s ease-in-out both;
}
.heartbeat2 {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.slide-in-left {
  -webkit-animation: slide-in-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-right {
  -webkit-animation: slide-in-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}



.botonesCardSlideCoche button:nth-child(1) {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 6px;
    }

    .noticia .contenido .texto .cardFinalCochesSlides{
      float: inline-end;
    }
    .cintilloConbustible {
      width: 110px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
      position: relative;
      border-radius: 50px;
    }
    .cintilloConbustibleVerde {
      background: linear-gradient(93.45deg, #1DBE5B 17.48%, #6DBE1D 84.55%);
    }

    .cintilloConbustibleNaranja {
      background: linear-gradient(93.45deg, #f0530b 17.48%, #f7850c 84.55%);
    }

    .cintilloConbustibleAzul {
      background: linear-gradient(96.41deg, #158DE4 0%, #35AACF 73.23%);
    }
    .cintilloConbustible p {
      padding: 3px;
      margin: 0;
      color: #fff;
      font-size: 1em;
    }

    .carousel {
      z-index: 500;
    }

    .cardSlideCoche {
      position: relative;
      background: url(../img/Product-cart-1.png);
      background-size: cover;
      background-repeat: no-repeat;
      width: 460px;
      height: 300px;
      box-shadow: 0px 0px 20px 9px rgba(166, 183, 190, 0.59);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

    }
    .cardSlideCoche figure {
      position: relative;
      top: -40px;
      left: 13px;
      width: 420px;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 300;
    }

    .cardSlideCoche figure img {
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      object-position: center;
    }
    .contenidocardSlideCoche {
      position: relative;
      top: -50px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;

    }
    .contenidocardSlideCoche h3 {
      font-size: 32px;
      font-family: 'airstrike';
    }

    .contenidocardSlideCoche p {
      line-height: 45px;
      text-align: center;
      font-size: 1.6em;
    }

    .cardFinalCochesSlides a {
      color: #fff;
    }

    .cardFinalCochesSlides button {
      color: #fff;
      background-color: #30363A;
      padding: 10px;
      position: relative;
      overflow: hidden;
      z-index: 1;
      margin-bottom: 0px;
      box-shadow: 0px 0px 12px #FFFFFF;
      border-radius: 50px;
      padding: 10px 30px;
      border: 2px solid #fff;
      margin-bottom: 20px;
    }
    
    .verModelosCard {
      box-shadow: 0px 0px 12px #20DDD2 !important;
      border: 2px solid #20DDD2 !important;
    }

    .verModelosCard object {
      pointer-events: none;
    }
    .cardFinalCochesSlides button::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, #155F5B, #20DDD2);
      opacity: 0;
      /*Inicialmenteestablecelaopacidaden0*/transition: opacity 0.5s ease-in-out;
      /*Controlalavelocidaddelaanimación*/z-index: -1;
       /* Coloca el fondo detrás del texto */    
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      -ms-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
}
    
    .cardFinalCochesSlides button:hover::before {
      opacity: 1; /* Aumenta la opacidad para revelar el fondo en el hover */
    }
    
    .cardFinalCochesSlides button:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
      box-shadow: 0px 0px 12px #20DDD2;
      border: 2px solid #fff !important;
    }
    .botonesCardSlideCoche {
      display: flex;
      justify-content: center;
      width: 100%;
      gap: 15px;
  }


  /* SECCION QUIENES SOMOS */

  .quienesSomosOmoda {
    background-color: #fff;
  }

  .quienesSomosOmoda .parrafosQuienesSomos p {
    font-family: 'Calibri Light';
    font-size: 1.1em;
  }

  ._servicio_postventa .quienesSomosOmoda p {
    font-family: 'Calibri Light';
    font-size: 1.1em;
  }

.quienesSomosOmoda .parrafosQuienesSomos h2 {
  text-align: left;
  padding: 0 0 40px 0;
  font-family: 'airstrike';
}

._servicio_postventa .quienesSomosOmoda h2 {
  text-align: left;
  padding: 0 0 40px 0;
  font-family: 'airstrike';
}

  .quienesSomosOmoda h1 {
    font-family: 'airstrike';
    font-size: 3em;
    line-height: 38px;
    margin-bottom: 5px !important;
    color: #000;
  }

  .quienesSomosOmoda .bread li a {
    color: #000;
    font-family: "Calibri Regular";
}

.quienesSomosOmoda .bread li span {
  font-family: "Calibri Heavy";
  text-decoration: underline;
  font-size: 13px;
}

.quienesSomosOmoda .bread li i {
  color: #000;
  font-size: 8px;
  margin: 0 3px 0 5px;
}

.quienesSomosOmoda .bread li {
  display: inline-block;
  font-size: 13px;
  font-family: "Calibri Regular";
  line-height: 15px;
  margin-bottom: 0px;
  color: #000;
}

.quienesSomosOmoda .overlay {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  padding: 30px 0;
  position: relative;
  text-align: left;
  background-position: center center !important;
  max-width: 100%;
}

.quienesSomosOmoda .concesionarioOmodaQuienes {
  width: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 470px;
  overflow: hidden;
  max-width: 100%;
}

.quienesSomosOmoda .concesionarioOmodaQuienes img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.quienesSomosOmoda .texto-instalaciones {
  display: flex;
  width: 100%;
  margin: 0;
  padding-right: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 200px;
}

.quienesSomosOmoda .texto-instalaciones i {
  font-size: 3em;
  text-align: center;
}

.quienesSomosOmoda .texto-instalaciones h3 {
  padding: 0px 0 20px 0;
  text-align: center;
}
.quienesSomosOmoda .texto-instalaciones h4 {
  font-family: 'Calibri Light';
  text-align: center;
}

.quienesSomosOmoda .equipoOmodaQuienes .introModelosLandingCoches h2 {
  text-align: center;
  padding: 20px 0;
}

.quienesSomosOmoda .equipoOmodaQuienes .introModelosLandingCoches p {
  text-align: center;
}


.quienesSomosOmoda .timeLineOmoda .introModelosLandingCoches h2 {
  text-align: center;
  padding: 20px 0;
}

.quienesSomosOmoda .timeLineOmoda  .introModelosLandingCoches p {
  text-align: center;
}

.quienesSomosOmoda .timeLineOmoda {
  margin-bottom: 60px;
}


/* METO ESITLOS DE LAS CARD PROFILE */

.cardsProfilOmoda .col-12 {
  display: flex;
  justify-content: center;
}

figure.snip1218 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px 10px 30px 10px;
  min-width: 220px;
  max-width: 100%;
  width: 100%;
  background: #046a64;
  color: #000;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
figure.snip1218 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1218 img {
  max-width: 100%;
  vertical-align: top;
}
figure.snip1218 .image {
  position: relative;
  border-bottom: 4px solid #20ddd2;
  z-index: 1;
}
figure.snip1218 .image:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #20ddd2 transparent transparent transparent;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -16px);
  transform: translate(-50%, -16px);
  z-index: -1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -moz-transform: translate(-50%, -16px);
  -ms-transform: translate(-50%, -16px);
  -o-transform: translate(-50%, -16px);
}
figure.snip1218 .image p {
  font-weight: 500;
  margin: 0;
  padding: 0 30px;
  line-height: 1.6em;
  position: absolute;
  top: 50%;
  width: 100%;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  font-style: italic;
}
figure.snip1218 figcaption {
  background-color: #ffffff;
  padding: 25px;
  height: 100%;
}
figure.snip1218 h3 {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: 400;
}
figure.snip1218 h3 span {
  font-weight: 800;
}
figure.snip1218 h5 {
  margin: 0 0 15px;
  font-weight: 400;
}
figure.snip1218 i {
  margin-right: 5px;
  font-size: 24px;
  color: #000000;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}
figure.snip1218 i:hover {
  background-color: #1ABBB2;
  color: white !important;
}
figure.snip1218:hover .image:before,
figure.snip1218.hover .image:before {
  border-color: #20ddd2 transparent transparent transparent;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
figure.snip1218:hover .image p,
figure.snip1218.hover .image p {
  opacity: 1;
}
figure.snip1218:hover img,
figure.snip1218.hover img {
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

figure.snip1218 .icons {
  display: flex;
  justify-content: center;
  gap: 5px;
}



/* ---------------------------------- */

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  overflow: visible;
}

.timeline ul {
  background: transparent;
  padding: 50px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #20ddd2;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li:first-child:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #13bfb5;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 700px;
  padding: 30px;
  background: #000;
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #000 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -739px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #000;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #13bfb5;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
  color: #fff;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 330px;
  }
  .timeline ul li:nth-child(even) div {
    left: -370px;
    /*250+45-6*/
  }
  figure.snip1218 {
    margin: 10px 0px 30px 0px;
}
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 160px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #000 transparent transparent;
  }
} 


.margenesRecursivosDeLineasOmoda {
  margin-top: 40px;

}
    /* SECCION CTA MOTORES */

   


    /* SECCION CORPORATIVO DEBAJO HEADER */
    .corporativoOmoda {
      margin-bottom: 60px;
    }
    
.contenedorVideoCorporativo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.videoCorporativo {
  position: relative;
  max-width: 100%;
}

.playVideoCorporativo {
  position: absolute;
}

.playVideoCorporativo .btnPlayVideo:hover {
  fill: #20DDD2;
  cursor: pointer;
  filter: drop-shadow(12px 7px 10px #20DDD2) drop-shadow(6px 4px 20px #20DDD2) drop-shadow(3px 5px 30px #20DDD2);
}

.contenedorVideoCorporativoDos {
  display: flex;
  justify-content: center;
  align-items: center;
}

.videoCorporativoDos {
  position: relative;
  max-width: 100%;
}

.playVideoCorporativoDos {
  position: absolute;
}

.playVideoCorporativoDos .btnPlayVideoDos:hover {
  fill: #20DDD2;
  cursor: pointer;
  filter: drop-shadow(12px 7px 10px #20DDD2) drop-shadow(6px 4px 20px #20DDD2) drop-shadow(3px 5px 30px #20DDD2);
}

.videoCorporativoFigure {
  /* width: 702px;
  height: 429px; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.videoCorporativoFigure img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.videoCorporativoFigureDos {
  /* width: 1250px;
  height: 761px; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.videoCorporativoFigureDos img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}



.resenasQuienes {
  width: 55px;
  height: 55px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
}

.resenasQuienes img {
  min-width: 100%;
  min-height: 100%;
  object-fit: scale-down;
  object-position: center;
}

.ofertaDelMesIntro h2 {
  text-align: center;
}


.ofertaDelMesIntro h4 {
  margin-top: 10px;
}

.ofertaDelMesSelectores {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 15px;
}

.ofertaDelMesSelectoresDos {
  width: 100%;
  color: #fff;
  background: linear-gradient(rgb(0 0 0 / 25%), rgb(0 0 0 / 12%)), url('../img/card2.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 15px;
}

.ofertaDelMesSelectoresTres {
  width: 100%;
  color: #fff;
  background: linear-gradient(rgb(0 0 0 / 25%), rgb(0 0 0 / 12%)), url('../img/card3.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 15px;
}

.ofertaDelMesSelectoresCuatro {
  width: 100%;
  color: #fff;
  background: linear-gradient(rgb(0 0 0 / 25%), rgb(0 0 0 / 12%)), url('../img/card4.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 15px;
}

.ofertaDelMesSelectoresTextos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 20px;
}


/* TESTIMONIOS NUEVOS  */

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
border:1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #212529;
  padding: 9px 35px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
  outline: 2px solid #20ddd2;
  box-shadow: 10px 5px 5px #000000d1;
}
#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  margin-bottom:30px;
  opacity: .2;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
  border-radius: 50%;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #20ddd2;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #20ddd2;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}




/* SECCION INTRO OUNIVERSE */

.introOuniverse {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contenidoOuniverseContenedor {
  position: relative;
  /* z-index: 235; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  gap: 40px;
  margin-top:2rem;
}

.contenidoOuniverseContenedor h2, .contenidoOuniverseContenedor p{
  color: #fff;
  width: 50%;
  text-transform: uppercase;
  font-size: 2.2em;
  font-family: 'Calibri Heavy';
}



._ouniverse .fondosOuniverseMod {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
._ouniverse .fondosOuniverseMod img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;

}

._ouniverse .scroll-down-icon {
  position: absolute;
  width: 140px;
  color: #fff;
  left: 90%;
  transform: translateX(-50%);
  transition: all .5s ease-in-out;
  rotate: 270deg;
  bottom: 8vh;
  z-index:9;
  -webkit-animation: wobble-ver-left 1.5s infinite both;
  animation: wobble-ver-left 1.5s infinite both;
}


._ouniverse .ctaMotor .col-12 {
  padding: 0;
  max-width:100vw;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
  white-space: break-spaces;
}

.ofertaDelMes {
  margin-bottom: 50px;
}

.introOuniverseFila {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 700px;
}

.introOuniverseColumn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.introOuniverseColumn p {
  color: #fff;
}

.introOuniverseColumn picture {
  margin-bottom: 40px;
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.introOuniverseColumn picture img {
  min-width: 100%;
  min-height: 100%;
}
/* SECCION OUNIVERSE */

.oniverse {
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, #FFFFFF 100%), url('/img/composicion-uv.jpg') center/cover no-repeat;
  background-size: cover;
}
.ouniverseFull {
  min-height: 96vh;
}
/*HEADER*/

header a:active, header a:focus {
  color: #fff;
}

.cintilloHeader {
  display: flex;
}

.cintilloHeader li {
  padding-left: 15px;
}

.header .lineBlanco {
  border-bottom: 1px solid #fff;
}
header {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0;
  background: #fff;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  padding-bottom: 0px;
  height: 130px !important;
  /* background: transparent !important; */
  /* background: rgb(2,0,36); */
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8309917717086834) 35%, rgba(0,212,255,0) 100%);
}
  header .container-fluid {
    padding: 1px 5%; }
  header .box-logo {
    width: 250px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    position: relative;
    top: 40px;
    margin: 0;
    }
    header .box-logo img {
      width: 100%; }

  header .box p {
    margin: 0 !important;
    padding: 5px !important;
    color: #000 !important;
    font-family: "Calibri Light",sans-serif;
    font-weight: 100;
    font-size: 16px;
  }
  header .box-logo-fixed {
    width: 200px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    position: absolute;
    top: -100px;
    margin: 0;
    }
    header .box-logo-fixed img {
      width: 100%; }
  header .buscador .search {
    display: none; }
  header .buscador button.submit {
    margin: 0 !important;
    padding: 0 !important;
  }
  header .contenido-header {
    display: -ms-grid;
    display: grid;
    float: right;
    margin-top: 2.3em;
    place-items: center;
    }
  header .box {
    display: inline-block;
    width: 100%;
    background-color: transparent;
    }
    header .box .address {
      /*display: inline-block;
      float: left;
      margin-left: 30px;
      padding-top: 5px;*/
      height: 36px;
      display: flex;
      align-items: center;}

      .margenCestaHeader {
        margin: 8px !important;
      }

    header .separador-menu-blog {
      margin-right:5px;
    }
      header .box .address {
        margin-bottom: 0px;
        color: #fff;
        font-family: "Calibri Light",sans-serif;
        font-weight: 100;
        font-size: 16px;
        }
        header .box .address i {
          margin-right: 10px;
          display: flex;
          align-items: center;
      }
      header .box .address a {
        color: #fff;
        display: flex;
        align-items: center;
    }
        header .box .address a.active {
          font-family: 'Calibri Regular';
        }
        header .box .address a:hover {
          color: #20DDD2;
        }
    header .box .tienda-header {
      /* display: inline-block;
      float: right; */} 
      header .box .tienda-header .btn-catalogo {
        display: inline-block;
        margin-right: 24px; }
        header .box .tienda-header .btn-catalogo a {
          font-size: 16px;
          font-family: "Calibri Heavy";
          line-height: 20px;
          margin-bottom: 0px;
          color: #8dbccc;
          text-transform: uppercase; }
          header .box .tienda-header .btn-catalogo a:hover {
            color: #FFDA00; }
        header .box .tienda-header .btn-catalogo .svg {
          width: 22px;
          height: 22px;
          fill: #8dbccc;
          margin-right: 3px; }
        header .box .tienda-header .btn-catalogo .dropdown-toggle::after {
          display: none; }
        header .box .tienda-header .btn-catalogo i {
          font-size: 8px;
          margin-left: 8px;
          font-weight: 900; }
      header .box .tienda-header .login {
        display: inline-block;
        margin-right: 20px;
        padding-right: 20px;
        position: relative; }
        header .box .tienda-header .login a {
          color: #111;
          font-size: 19px;
          margin-left: 5px;
          }
          header .box .tienda-header .login a:hover {
            color: #5c5c5c;
            }
        header .box .tienda-header .login:before {
          content: "";
          width: 1px;
          height: 15px;
          position: absolute;
          top: 8px;
          right: 0px;
          }

/*nav*/
/* CAMBIOS Alex Balaguer */
.dropdown-menu li a {
  white-space: nowrap;
}
/* FIN CAMBIOS*/

.navbar {
  display: inline-block;
  float: right;
  margin-top: 7px;
  padding: 0;
  }

.nav > li {
  display: inline-block;
  float: left;
  position: relative; }

.nav {
  min-height: 0;
  margin-bottom: 0;
  float: right;
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  }

  .nav li a.landingsOmoda {
    font-family: 'airstrike' !important;
  }
  .nav li.li_buscador {
    margin-left: 1em;
  }
  .nav li {
    margin-left: 0.3em;
    }
  .nav li.menu-movil {
    display: none; }
  .nav a {
    line-height: 20px;
    margin-bottom: 0px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    font-family: "Calibri Light", sans-serif;
    font-weight: 100;
    font-size: 1.2em;
    padding: 15px;
    }
  .nav li a {
    display:flex;
    justify-content: center;
    border-bottom: 2px solid rgb(0 0 0 / 0%);
  }
  .nav li.active a {
    border-bottom: 2px solid #20DDD2;
    width: 100%;
  }
  .nav li:hover a {
    border-bottom: 2px solid #20DDD2;
    width: 100%;
  }
  .nav li a:hover {
    background: transparent;
    border-bottom: 2px solid #20DDD2;
    color: #20DDD2;

  }

  .dropdown:hover .dropdown-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }


    .nav a .flaticon-down {
      font-size: 8px;
      margin-left: 5px;
      font-weight: 900;
      color: #fff;
      -webkit-text-stroke: 1px #fff; 
      display: none;
    }
  .nav li.active a {
    font-family: "Calibri Light";
    }
  .nav li.btn-cita a {
    background: #FFDA00;
    padding: 14px 28px;
    color: #fff;
    border-radius: 40px; }
    .nav li.btn-cita a:hover {
      color: #fff;
      background: #8dbccc; }
    .nav li.btn-cita a i {
      margin-right: 8px;
      font-size: 20px;
      position: relative;
      bottom: 1px; }
  .nav .dropdown-toggle::after {
    display: none; }
  .nav .dropdown-menu {
    left: 0px;
    min-width: 150%;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    top: 50px;
    border-left: 4px solid #20ddd2;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}

.dropdown:hover .dropdown-menu {
  display: block;
  -webkit-animation: fadeIn2 400ms;
  animation: fadeIn2 400ms;
}
@keyframes fadeIn2 {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

    .nav .dropdown-menu li {
      margin: 0;
      width: 100%; }
    .nav .dropdown-menu a {
      font-size: 1.2em;
      font-family: "Calibri Light";
      line-height: 18px;
      margin-bottom: 0px;
      color: #ffffff !important;
      padding: 12px 15px;
      width: 100% !important;
      display: inline-block;
      text-transform: none;
      background: #000!important; }
      .nav .dropdown-menu a:hover {
        background: #000!important;
        border-radius: 0 !important;
        color: #fff !important;
    }
      .nav .dropdown-menu a.active {
        background: #000!important;
        /* padding: 0; */
        border-radius: 0 !important;
        color: #20DDD2;
      }
      .dropdown-menu {
        background-color: transparent;
    }
  .nav .dropdown-menu .dropdown-familia .subfamilia:before {
    content: "\f138";
    font-family: "Flaticon";
    font-size: 10px;
    color: #dfdfdf;
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: bold; }

.nav li:hover a {
  color: #20DDD2; }

.buscador {
  display: inline-block;
  position: relative;
   }
  .buscador .btn-buscador {
    color: #000;
    font-size: 1.4em;
    height: 34px;
    margin-right: 0.5em;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -webkit-text-stroke: 2px #000;
    transform: scaleX(-1);
    display: flex;
    align-items: center; }
    .buscador .btn-buscador:hover {
      color: #FFDA00;
      -webkit-text-stroke: 2px #FFDA00; }
  .buscador .search {
    display: none;
    position: absolute;
    top: 2.8em;
    right: 0.9em;
    width: 300px;
    background: #fff;
    z-index: 99; }
    .buscador .search .form-buscador {
      width: 100%; }
      .buscador .search .form-buscador input {
        padding: 2px 15px;
        background: #f5f5f5;
        border: 2px solid #000;
        border-radius: 0 !important;
        font-size: 14px; }
    .buscador .search .search-submit {
      position: absolute;
      top: 0;
      right: 0;
      color: #000;
      padding: 10px 15px;
      /*&:before{
				content: "";
				width: 2px;
				height: 14px;
				background: #ccc;
				position: absolute;
				top: 15px;
				left: 2px;
			}*/ }
      .buscador .search .search-submit:hover {
        color: #8dbccc; }
    .buscador .search .form-control:focus {
      border: 2px solid #FFDA00;
    border-radius:0;}

.js_nivel2 {
  display: none; }

/*ESTILOS PARA HACER FIJA LA CABECERA AL HACER SCROLL*/
.header.fixed {
  width: 100%;
  padding-bottom: 20px;
  z-index: 999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  background: #000 !important;
  min-height: 150px;
  }
  .header.fixed .box-logo {
    top: -100px; }
  .header.fixed .mHdr-cartBtn .texto-cesta {
    display: none; }
  .header.fixed .navbar {
    /* margin-right: 30px; */
    margin-top: 15px;
    }
  .header.fixed .box-logo-fixed {
    top: 60px;
    }
  .header.fixed .nav li.btn-cita a span {
    display: none; }
  .header.fixed .nav li.btn-cita a i {
    margin-right: 0; }
  .header.fixed .nav li.btn-cita a {
    padding: 14px 16px;
    border-radius: 50%;
    transition: 0s ease all;
    -webkit-transition: 0s ease all;
    -moz-transition: 0s ease all;
    -o-transition: 0s ease all;
    -ms-transition: s ease all; }
  .header.fixed .mini-cesta {
    position: absolute;
    top: -19px;
    left: 4px;
    }
  .header.fixed .mHdr-cartBtn {
    display: flex;
    background: none;
    border-radius: 50%;
    height: 34px;
    width: 25.61px;
    }
  .header.fixed .mHdr-cartBtn a {
    color: #fff;
    font-size: 22px; }
  .header.fixed .mHdr-cartBtn .js-shCart-qty {
    top: 0;
    left: 20px; }
  .header.fixed .shCart-down {
    top: 51px; }

.ajusteDelFooter {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.ajusteDelFooter .separador-menu-blog {
  display: flex;
  gap: 15px;
  align-items: center;
}

.ajustoMenuFooterBajo {
  display: flex;
}

.ajustoMenuFooterBajo a {
  cursor: pointer;
}

footer .avisoLegalFinal ul li {
  margin: 0;
}

footer {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  color: #fff;
  background: #0D0D0D;
  background-size: cover !important;
  padding-top: 40px;
  }
  /* footer:after {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    } */
  footer .container {
    z-index: 9;
    position: relative; }
  footer .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0;
    text-align: start;
    }
    footer .box .titulo {
      font-size: 1.2em;
      font-family: "Calibri Heavy";
      line-height: 24px;
      margin-bottom: 25px;
      color: #fff;
      display: block;
      text-transform: uppercase;
      }
    footer .box ul li {
      font-size: 1.1em;
      font-family: "Calibri Light";
      line-height: 22px;
      margin-bottom: 5px;
      color: #fff;
      }
      footer .box ul li a {
        color: #fff;
        transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -ms-transition: 0.3s ease all;
        }
        footer .box ul li a:hover {
          color: #fff;
          font-weight:900; }
        footer .box ul li a.active {
          color: #fff;
          font-weight: 900;
        }
  footer .logo {
    width: 261px;
    margin: auto;
    margin-bottom: 20px; }
  footer hr {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 25px;
    border-top: 1px solid #fff;
    width: 40px; }
  footer .box-news {
    margin-bottom: 10px; }
    footer .box-news .titulo-footer {
      margin-bottom: 10px; }
    footer .box-news p {
      margin-bottom: 10px;
      font-size: 14px; }
    footer .box-news .btn-newsletter {
      font-family: "Calibri Heavy";
      text-transform: uppercase;
      color: #fff;
      background: #FFDA00;
      font-size: 14px;
      padding: 14px 36px;
      border-radius: 50px;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
      display: inline-block;
      position: relative;
      border: 2px solid #FFDA00;
      background: #FFDA00;
      border-radius: 0;
      float: left;
      padding: 5px 16px;
      height: 40px; }
      footer .box-news .btn-newsletter:hover {
        background: #8dbccc;
        border: 2px solid #8dbccc; }
      footer .box-news .btn-newsletter:hover {
        background: #8dbccc; }
    footer .box-news .form-news {
      width: 320px;
      margin: 0 auto 30px; }
    footer .box-news .form-news input {
      width: 235px;
      float: left;
      height: 40px !important;
      margin-bottom: 15px;
      background: #fff;
      border: 1px solid #fff;
      color: #000;
      font-size: 13px;
      border-radius: 0px; }
      footer .box-news .form-news input:focus {
        border: 1px solid #8dbccc; }
    footer .box-news input::-webkit-input-placeholder {
      color: #333 !important;
      font-size: 13px; }
    footer .box-news input::-moz-placeholder {
      color: #333 !important;
      font-size: 13px; }
    footer .box-news input:-moz-placeholder {
      color: #333 !important;
      font-size: 13px; }
    footer .box-news input::-ms-input-placeholder {
      color: #333 !important;
      font-size: 13px; }
    footer .box-news .polPriv span {
      font-size: 13px;
      color: #fff; }
    footer .box-news .polPriv-text a {
      color: #fff;
      font-size: 12px;
      margin: 0;
      font-weight: 100;
      font-family: "Calibri Regular";
      text-decoration: underline; }
      footer .box-news .polPriv-text a:hover {
        color: #8dbccc; }
  footer .box.redes {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 35px; }
    footer .box.redes ul li {
      display: inline-block; }
    footer .box.redes p {
      font-size: 14px;
      font-family: "Calibri Regular";
      line-height: 22px;
      margin-bottom: 15px;
      color: #fff;
      padding: 0 60px; }
    footer .box.redes a {
      display: inline-block;
      width: 30px;
      height: 30px;
      font-size: 22px;
      line-height: 28px;
      background: #fff;
      color: #2590a7;
      margin: 0 3px;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all; }
      footer .box.redes a:hover {
        background: #8dbccc;
        color: #fff; }
    footer .box.redes .whatsapp {
      display: block;
      width: 150px;
      margin: 15px auto 0;
      color: #fff;
      background: none;
      height: auto; }
      footer .box.redes .whatsapp:hover {
        opacity: 0.5; }
      footer .box.redes .whatsapp i {
        font-size: 38px;
        float: left; }
      footer .box.redes .whatsapp .texto {
        display: inline-block;
        float: left;
        padding-left: 10px;
        font-family: "Calibri Regular";
        text-align: left;
        padding-top: 3px; }
        footer .box.redes .whatsapp .texto small {
          font-size: 9px;
          line-height: 8px;
          text-transform: uppercase;
          display: block; }
        footer .box.redes .whatsapp .texto span {
          font-size: 22px;
          line-height: 22px; }
  footer .catalogo-footer, footer .box-menu {
    padding-top: 3rem; }
  footer .box-menu .cita {
    margin: 25px 0 0; }
  footer .box-menu .cita a {
    background: transparent;
    padding: 12px 28px;
    color: #fff;
    border-radius: 40px;
    text-transform: uppercase;
    border: 2px solid #fff;
    font-size: 18px;
    font-family: "Calibri Regular";
    display: inline-block; }
    footer .box-menu .cita a:hover {
      color: #fff;
      background: #FFDA00;
      border: 2px solid #FFDA00; }
    footer .box-menu .cita a i {
      margin-right: 8px;
      font-size: 19px;
      position: relative;
      bottom: 1px; }
  footer .sello {
    display: inline-block;
    width: 100%;
    text-align: center; }
    footer .sello img {
      margin-bottom: 5px; }
    footer .sello span {
      display: block;
      font-size: 12px;
      font-family: "Calibri Heavy";
      line-height: 18px;
      margin-bottom: 0px;
      color: #fff; }

    footer .box-tarjetas .tarjetas {
      width: 220px;
      margin: 20px auto; }
      footer .box-tarjetas .tarjetas img {
        width: 40px;
        display: inline-block;
        margin: 0 4px 12px; }
  footer .cintillo {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    background: #FFDA00;
    margin-bottom: 0;
    padding: 20px 0;
    position: relative;
    z-index: 9;
    margin-top: 80px; }
    footer .cintillo ul li {
      display: inline-block;
      position: relative;
      margin: 0 10px; }
      footer .cintillo ul li:before {
        content: "-";
        position: absolute;
        top: 0;
        left: -14px; }
      footer .cintillo ul li:first-child:before {
        display: none; }
      footer .cintillo ul li a {
        font-size: 16px;
        font-family: "Calibri Regular";
        line-height: 18px;
        margin-bottom: 0px;
        color: #fff; }
        footer .cintillo ul li a:hover {
          color: #8dbccc; }

  .imgLogoImprintiaFooter {
    min-width: 229px;
    min-height: 50px;
    padding-left: 30px;
  }

  .imgLogosFooter {
    min-width: 261px;
    min-height: 114px;
  }

  .imgLogosFooter a {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .imgLogosFooter a:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  .formasDePago li {
    margin-right: 5px;
  }

  .logosSocialesFooter img {
    filter: brightness(0);
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
  }

  .logosSocialesFooter img:hover {
    filter: none;
  }

  .formasDePago img {
    border-radius: 8px;
    width: 60px;
    filter: grayscale(1);
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
  }

  .formasDePago img:hover {
    filter: grayscale(0);
  }


  .textoFinalFooter {
    font-family: "Calibri Regular";
    font-size: 0.8em;
    text-transform: uppercase;
    color: #fff;
    text-align: justify;
    width: 100%;
    margin-bottom: 0;
  }

  .paddingFooterFinal {
    padding: 40px;
  }

  .paddingFooterCopy {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .paddingFooterCopy p {
    font-size: 1em;
    color: #fff;
    font-family: 'Calibri Light';
    text-align: center;
  }

  .heart {
    width: 3.75rem;
    height: 3.75rem;
    display: inline-block;
    background: url(../img/like.png);
    cursor: pointer;
    margin: -1.5625rem -0.9375rem;
  }

  .heart-blast {
    background-position: -105rem 0 !important;
    transition: background 1s steps(28);
  }

  .paddingFooterCopy p a {
    color: #fff;
    font-family: 'Calibri Regular';
  }

  .paddingFooterCopy p a:hover {

    color:#20DDD2;
  }

  .logosSocialesFooter {
    display: flex;
    margin-top: 11px;
  }


  /* ESTILOS AVISO LEGAL */

  .avisoLegalFinal {
    border-top: 1px solid #fff;
    padding: 25px 0;
    margin: 15px 0 0px 0;
}

footer .avisoLegalFinal ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  flex-direction: column;
  line-height: 40px;
}

.avisoLegalFinal h4 {
  font-family: 'Calibri Heavy', sans-serif;
  margin-bottom:10px;
  text-transform: uppercase;
  font-size:1.2em;
  margin-left: 39px;
}
.avisoLegalFinal h4.siguenosredes {
  margin-left:0 !important;
}

.avisosLegalesFooter ul li {
    margin-left: 39px !important;
  }

  .avisoLegalFinal ul li a {
    color: #fff;
    font-size: 1em;
    font-family: 'Calibri Light';
  }

  .avisoLegalFinal ul li a:hover {
    background: transparent;
    color: #20DDD2;
    padding-bottom: 15px;
  }

  .separador-menu-blog p a:hover {
    color: #20DDD2;
  }

  footer .avisoLegalFinal .separador-menu-blog {
    display: flex;
    align-items: center;
  }

  footer .avisoLegalFinal .separador-menu-blog p {
    padding-right: 15px;
  }

  .reiniciaLogo {
    width: 120px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .reiniciaLogo img {
    min-width: 100%;
    object-fit: cover;
  }

/*BOTON SUBIR*/
.toTop {
  position: fixed;
  z-index: 500;
  bottom: 65px;
  transition: 0.3s ease all;
  right: 3%;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  background: #000;
  width: 40px;
  height: 40px;
  color: #20DDD2;
  text-align: center;
  padding: 0;
  line-height: 35px;
  font-size: 14px;
  display: none;
  border-radius: 50%;
  box-shadow: 0px 7px 16px -7px #20DDD2;
}
  .toTop:hover {
    background: #000;
    color: #fff;
    box-shadow: 3px 14px 28px 0px #20DDD2;
    }

    /* BLOG OMODA */

.calentim-notouch .noticia .contenido .fecha {
  display: none !important;
}

.calentim-notouch .noticia .contenido {
  padding-top: 20px;
  background-color: #D9D9D9;
  width: 560px;
}

/*CINTILLO COOKIES*/
.cookies {
  display: inline-block;
  width: 100%;
  background: #eee;
  padding: 5px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999; }

.cookies p {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0px;
  font-family: "Calibri Regular";
  color: #666;
  display: inline; }

.cookies a {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0px;
  color: #000;
  font-family: "Calibri Regular"; }

.cookies a:hover {
  color: #666; }

.cookies .close-cookies {
  float: right;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 0px;
  color: #666;
  padding: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin-right: 15px;
  background: none;
  cursor: pointer;
  font-family: "Calibri Regular"; }

.cookies .close-cookies:hover {
  color: #000; }

  .close {
    opacity: 0.9;
    color: #212529;
}

/* Estilos Migas de Pan O-universe */

.migasPanOuniverse {
  position: absolute;
}

._ouniverse {
  padding-top: 0 !important;
}

._ouniverse .cabecera {
  background: transparent;
}

._ouniverse .cabecera .titulo {
  color: #fff;
}

._ouniverse .cabecera .bread li span, ._ouniverse .cabecera .bread li a, ._ouniverse .cabecera .bread li i {
color: #fff;
}

._ouniverse .ctaMotor .panel figure {

  height: 100vh;

}

._ouniverse .ctaMotor {
  padding-bottom: 0;
  height: 100%;
  padding-top: 0;
}

@-webkit-keyframes wobble-ver-left {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateY(-30px) rotate(-6deg);
    transform: translateY(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateY(15px) rotate(6deg);
    transform: translateY(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateY(-15px) rotate(-3.6deg);
    transform: translateY(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateY(9px) rotate(2.4deg);
    transform: translateY(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateY(-6px) rotate(-1.2deg);
    transform: translateY(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-ver-left {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateY(-30px) rotate(-6deg);
    transform: translateY(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateY(15px) rotate(6deg);
    transform: translateY(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateY(-15px) rotate(-3.6deg);
    transform: translateY(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateY(9px) rotate(2.4deg);
    transform: translateY(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateY(-6px) rotate(-1.2deg);
    transform: translateY(-6px) rotate(-1.2deg);
  }
}


div.rowoUniverse {
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100vw;
  height: 100vh;
  background: url(/img/New27.gif);
  background-size: cover;
  background-position: center;
}

._ouniverse  .ctaMotor #one-panel, ._ouniverse  .ctaMotor #two-panel, ._ouniverse .ctaMotor #three-panel {
  height: 100vh;
}

._ouniverse .ctaMotor .panels {
  top: -45px;
  position: relative;
}





button:focus{
  outline: none;
}

@-webkit-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@-moz-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@-o-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}




















/*FLEXSLIDER*/
.flex-direction-nav {
  position: absolute;
  top: 50%;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}
.flex-direction-nav li a {
  font-size:1.6em;
  font-family:"Calibri Light",sans-serif;
  color:#20ddd2;
}
.flex-direction-nav li a.flex-disabled {
  display:none !important;
}

.slider {
  position: relative;
  display: inline-block;
  z-index: 99;
  float: left;
  margin-bottom: 8px;
  width: 100%;
  top: 0;
  margin-top: -170px;
  height:930px;
  background-color: #000;
  }
  .slider .flexslider {
    position: relative;
    display: inline-block;
    z-index: 1;
    float: left;
    margin: 0;
    padding: 0;
    border: 0px;
    width: 100%;
    height:1035px;;
  }

  .slider .flexslider::after {
    content: "";
    width: 100%;
    height: 1035px;
    /* background: rgb(0,0,0); */
    position: absolute;
    display: flex;
    z-index: 8;
    background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8309917717086834) 6%, rgba(0,212,255,0) 30%);
}

  .slider .flexslider .slides li img.img-fluid {
    min-height:1035px;
    min-width:100%;
  }
    .slider .flexslider .slides {
      position: relative;
      display: inline-block;
      z-index: 1;
      float: left;
      width: 100%;
      list-style: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      height:1035px;}
    .videoHeaderSlide {
      width:100%;
      height:100%;
      min-height:1035px;
    }
      .slider .flexslider .slides li {
        position: relative;
        height:1035px;
        display: flex !important;
        justify-content: center;
        align-items: center;}
    .slider .flexslider .flex-caption {
      display: inline-block;
      z-index: 1;
      position: absolute;
      bottom: 48%;
      left: 12%;
      height: auto;
      width: 650px;
      margin-top: 85px;
      word-break: break-word;
      }
      .slider .flexslider .flex-caption span {
        font-size: 22px;
        font-family: "RobotoSlab Bold";
        line-height: 26px;
        margin-bottom: 10px;
        color: #000;
        display: block;
        text-transform: uppercase; }
      .slider .flexslider .flex-caption h1 {
        font-size: 46px;
        font-family: 'airstrike';
        line-height: 64px;
        margin-bottom: 0px;
        color: #fff;
        text-shadow: 0 0 12px #fffce1;
       }
    .slider .flexslider .flex-control-nav {
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      display: inline-block;
      z-index: 100000;
      bottom: 80px;
      left: 50%;
      text-align: center;
      width: 50%;
      margin-left: -25%; }
      .slider .flexslider .flex-control-nav li {
        position: relative;
        display: inline-block;
        z-index: 1;
        float: none;
        margin: 0;
        padding: 0 5px; }
        .slider .flexslider .flex-control-nav li a {
          display: inline-block;
          background: #8dbccc;
          text-indent: -999999px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          width: 12px;
          height: 6px;
          cursor: pointer;
          transition: 0.3s ease all;
          -webkit-transition: 0.3s ease all;
          -moz-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          -ms-transition: 0.3s ease all;
          position: relative;
          transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          -ms-transform: rotate(90deg); }
          .slider .flexslider .flex-control-nav li a:before {
            content: "";
            position: absolute;
            top: -4px;
            left: 0;
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 4px solid #8dbccc;
            transition: 0.3s ease all;
            -webkit-transition: 0.3s ease all;
            -moz-transition: 0.3s ease all;
            -o-transition: 0.3s ease all;
            -ms-transition: 0.3s ease all; }
          .slider .flexslider .flex-control-nav li a:after {
            content: "";
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 4px solid #8dbccc;
            transition: 0.3s ease all;
            -webkit-transition: 0.3s ease all;
            -moz-transition: 0.3s ease all;
            -o-transition: 0.3s ease all;
            -ms-transition: 0.3s ease all; }
          .slider .flexslider .flex-control-nav li a:hover {
            background: #FFDA00; }
            .slider .flexslider .flex-control-nav li a:hover:before {
              border-bottom: 4px solid #FFDA00; }
            .slider .flexslider .flex-control-nav li a:hover:after {
              border-top: 4px solid #FFDA00; }
          .slider .flexslider .flex-control-nav li a.flex-active {
            background: #FFDA00; }
            .slider .flexslider .flex-control-nav li a.flex-active:before {
              border-bottom: 4px solid #FFDA00; }
            .slider .flexslider .flex-control-nav li a.flex-active:after {
              border-top: 4px solid #FFDA00; }

/* .sliderPantallaCompleta{
  padding:0 !important;
} */

.sliderCard {
  position: relative;
  display: inline-block;
  z-index: 99;
  float: left;
  margin-bottom: 8px;
  width: 100%;
  top: 0;
  margin-top: -365px;
  height: 400px;
}

.sliderCardLanding {
  position: relative;
  display: inline-block;
  z-index: 99;
  float: left;
  margin-bottom: 8px;
  width: 100%;
  top: 0;
  margin-top: 0px;
  height: auto;
}

/* .sliderCardLanding ul li {
     display: flex !important;
    align-items: flex-end;
    height: 450px;
} */

.landing-servicio .sliderCardLanding .botonesCardSlideCoche {
  justify-content: center;
  padding-top: 60px;
}

.landing-servicio .sliderCardLanding .contenidocardSlideCoche {
  padding-left: 0;
  align-items: center;
}

.landing-servicio .sliderCardLanding .contenidocardSlideCoche h3 {
  font-size: 30px;
  font-family: 'airstrike';
  margin-bottom: 15px;
  text-align: center;
}

.sliderCard .flexsliderCard {
  position: relative;
  display: inline-block;
  z-index: 1;
  float: left;
  margin: 0;
  padding: 0;
  border: 0px;
  width: 100%;
  height:400px;
}

.sliderCard .flexsliderCard .flex-direction-nav {
  position: absolute;
  top: 45%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  pointer-events: none;
}

.sliderCard .flexsliderCard .flex-direction-nav .flex-nav-prev, .sliderCard .flexsliderCard .flex-direction-nav .flex-nav-next {
  z-index: 1 !important;
  pointer-events: all;
}


.sliderCard .flexsliderCard .flex-direction-nav li a {
  font-size: 1.6em;
  font-family: "Calibri Heavy",sans-serif;
  color: #609BC5;
  -webkit-text-stroke: 2px #609BC5;
}

.sliderCard .flexsliderCard .flex-direction-nav li a.flex-disabled {
  display:inline !important;
}


.sliderCard .flexsliderCard .slides li img.img-fluid {
  min-height:400px;
  min-width:100%;
}
.sliderCard .flexsliderCard .slides {
    position: relative;
    display: flex;
    z-index: 1;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 20px 0 0 0;
    overflow: visible;
    height: 400px;
    padding-left: 5rem !Important;
  /* ESTO LA BORRAMOS CUANDO EL CARRUSEL FUNCIONE 
  max-width:100%;
  justify-content:center;
  /* FIN ESTO LA BORRAMOS CUANDO EL CARRUSEL FUNCIONE */
}
.sliderCard .flexsliderCard .slides li {
  position: relative;
  height:400px;}




/* SERVICIO POSTVENTA ESTILOS */

._servicio_postventa .botonesCardSlideCoche {
  justify-content: flex-end;
  margin-top: 60px;
  margin-bottom: 30px;

}

._servicio_postventa .btnCardsExporting .botonesCardSlideCoche {
  justify-content: center;
  margin-bottom: 60px;
}

._servicio_postventa .botonesCardSlideCoche button {
  color: #fff;
  background-color: #30363A;
  padding: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0;
  box-shadow: 0px 0px 12px #FFFFFF;
  border-radius: 50px;
  padding: 10px 30px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
}

._servicio_postventa .botonesCardSlideCoche button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
  box-shadow: 0px 0px 12px #20DDD2;
}

._servicio_postventa .botonesCardSlideCoche button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #155F5B, #20DDD2);
  opacity: 0;
  /*Inicialmenteestablecelaopacidaden0*/transition: opacity 0.5s ease-in-out;
  /*Controlalavelocidaddelaanimación*/z-index: -1;
   /* Coloca el fondo detrás del texto */    
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
}

._servicio_postventa .botonesCardSlideCoche button:hover::before {
  opacity: 1; /* Aumenta la opacidad para revelar el fondo en el hover */
}

._servicio_postventa .botonesCardSlideCoche button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
  box-shadow: 0px 0px 12px #20DDD2;
  border: 2px solid #fff !important;
}


.serviciosPostventaNegro {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  padding: 65px 0 0 0;
  background: linear-gradient(108.73deg, #000000 0.51%, #30363A 84.9%);
}

.serviciosPostventaNegro h2 {
  color: #FFF;
  text-align: center;
}


/* ESTILOS DE LAS CARDS DE SERVICIO POSTVENTA */


.cardsEfectoOmodaPostventa {
  background-color: rgb(0 0 0 / 80%);
  padding: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0;
  max-height: 440px;
  margin-top: 35px;
}

.cardsEfectoOmodaPostventa article {
  padding: 30px;
  position: absolute;
  top: 100px;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cardsEfectoOmodaPostventa h3 {
  color: #fff;
  font-weight: 800;
  font-size: 25px;
  text-transform: uppercase;
}

.cardsEfectoOmodaPostventa h4 {
	font-weight: 300;
	color: #fff;
	font-size: 16px;
}

.cardsEfectoOmodaPostventa img {
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.4;
	-webkit-transition: all 4s ease;
	-moz-transition: all 4s ease;
	-o-transition: all 4s ease;
	-ms-transition: all 4s ease;
	transition: all 4s ease;
}

.ver_mas {
  background-color: #20ddd26e;
  position: absolute;
  width: inherit;
  max-height: inherit;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transform: translate(0px, 70px);
  -webkit-transform: translate(0px, 70px);
  -moz-transform: translate(0px, 70px);
  -o-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-left: inherit;
  margin-right: 15px;
}


.ver_mas span {
  font-size: 1.2em;
  color: #fff;
  position: relative;
  margin: 0 auto;
  width: 100%;
  top: 20px;
} 

.ver_mas span p {
  padding: 20px 40px 40px 40px;
}


/*hovers*/

.cardsEfectoOmodaPostventa:hover {
	cursor: pointer;
}

.cardsEfectoOmodaPostventa:hover img {
	opacity: 0.1;
	transform: scale(1.5);
}

.cardsEfectoOmodaPostventa:hover article {
	transform: translate(2px, -69px);
	-webkit-transform: translate(2px, -69px);
	-moz-transform: translate(2px, -69px);
	-o-transform: translate(2px, -69px);
	-ms-transform: translate(2px, -69px);
}

.cardsEfectoOmodaPostventa:hover .ver_mas {
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	opacity: 1;
}


/* ESTILOS SERVICIOS POSTVENTA SEGUNDAS CARDS */

.introModelosLandingCoches {
  padding-top: 60px;
}

._servicio_postventa .introModelosLandingCoches {
  padding-top: 60px;
  padding-bottom: 60px;
}

.serviciosPostventaNegro h6 {
  font-size: 1.2em;
  text-transform: uppercase;
}

/*content-box-7*/
.content-box-7 {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  max-height: 400px;
  height: 300px;
}

.content-box-7 .content-box-img {
  position: relative;
  max-height: 500px;
  overflow: hidden;
  height: 300px;
  display: flex;
  align-items: center;
}

.content-box-7 .content-box-img .info {
  position: absolute;
  z-index: 9;
  bottom: -45px;
  padding: 30px;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.content-box-7 .content-box-img img {
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.content-box-7 .content-box-img .info i {
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  display: block;
  margin-bottom: 10px;
}

.content-box-7 .content-box-img .info p {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  color: #FFF;
}

.content-box-7:hover .content-box-img .info {
  bottom: -10px;
}

.content-box-7:hover .content-box-img .info p {
  opacity: 1;
  display: block;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.content-box-7:hover .content-box-img img {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.content-box-7 .content-box-img:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
  top: auto;
  height: 60%;
  transition: all .35s;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  z-index: 9;
}


.paddinrecursivoPostventa {
  margin-bottom: 60px;
}



.ctaFinalServicioPostventa {
  background-image: linear-gradient(90.57deg, rgba(0, 0, 0, 0.45) 1.87%, rgba(0, 0, 0, 0.81) 76.94%), url(/img/fondoctapostventa.png);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.ctaFinalServicioPostventa .centradoCtaPostventa {
  display: flex;
  width: 100%;
  height: 300px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ctaFinalServicioPostventa .centradoCtaPostventa p {
  color: #fff;
  font-size: 1.5em;
}

.ctaFinalServicioPostventa .centradoCtaPostventa h3 {
  color: #fff;
  font-size: 3em;
  text-transform: uppercase;
  font-family: 'Calibri Light';
}

.ctaFinalServicioPostventa .centradoCtaPostventa h3 span {
  font-family: 'Calibri Heavy';
  line-height: 1em;
}

.ctaFinalServicioPostventa .centradoCtaPostventa .botonesCardSlideCoche {
  justify-content: center;
  margin: 0;
}

.ctaFinalServicioPostventa .segundaPCTA p {
  font-size: 1.1em;
}


  @media (max-width:2239px) and (min-width:1024px) {
    .sliderCard .flexsliderCard .slides li:first-child {
    margin-left: 10px;
  }
  .sliderColumnaFija {
    flex-direction: row !important;
    background: transparent !important;
  }
  }

  /* Media query para 4K */


@media (min-width:2240px)
{

  .sliderColumnaFija {
    flex-direction: row !important;
    background: transparent !important;
  }
  .sliderCard .flexsliderCard .slides li:first-child {
    margin-left: 50px;
  }
}

.sliderCard .flexsliderCard .flex-caption {
  display: inline-block;
  z-index: 1;
  position: absolute;
  bottom: 30%;
  left: 12%;
  height: auto;
  width: 650px;
  margin-top: 85px;
  word-break: break-word;
}
.sliderCard .flexsliderCard .flex-caption span {
  font-size: 22px;
  font-family: "RobotoSlab Bold";
  line-height: 26px;
  margin-bottom: 10px;
  color: #000;
  display: block;
  text-transform: uppercase; }
.sliderCard .flexsliderCard .flex-caption h1 {
  font-size: 64px;
  font-family: "Calibri Light";
  line-height: 64px;
  margin-bottom: 0px;
  color: #fff;
}
.sliderCard .flexsliderCard .flex-control-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  display: inline-block;
  z-index: 100000;
  bottom: 80px;
  left: 50%;
  text-align: center;
  width: 50%;
  margin-left: -25%; }
.sliderCard .flexsliderCard .flex-control-nav li {
  position: relative;
  display: inline-block;
  z-index: 1;
  float: none;
  margin: 0;
  padding: 0 5px; }
.sliderCard .flexsliderCard .flex-control-nav li a {
  display: inline-block;
  background: #8dbccc;
  text-indent: -999999px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 12px;
  height: 6px;
  cursor: pointer;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  position: relative;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg); }
.sliderCard .flexsliderCard .flex-control-nav li a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 4px solid #8dbccc;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all; }
.sliderCard .flexsliderCard .flex-control-nav li a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 4px solid #8dbccc;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all; }
.sliderCard .flexsliderCard .flex-control-nav li a:hover {
  background: #FFDA00; }
.sliderCard .flexsliderCard .flex-control-nav li a:hover:before {
  border-bottom: 4px solid #FFDA00; }
.sliderCard .flexsliderCard .flex-control-nav li a:hover:after {
  border-top: 4px solid #FFDA00; }
.sliderCard .flexsliderCard .flex-control-nav li a.flex-active {
  background: #FFDA00; }
.sliderCard .flexsliderCard .flex-control-nav li a.flex-active:before {
  border-bottom: 4px solid #FFDA00; }
.sliderCard .flexsliderCard .flex-control-nav li a.flex-active:after {
  border-top: 4px solid #FFDA00; }


/* SECCION VIDEO CORPORATIVO */

.seccionVideoCorporativo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}



.seccionVideoCorporativo h4 {
  margin-bottom: 40px;
  margin-top: 10px;
}

.seccionVideoCorporativo p {
  width: 80%;
}

.ofertaDelMesIntro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}

/*CABECERA*/
.cabecera {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  padding-bottom: 30px;
  background: #fff;
}

._ficha-producto .cabecera, ._tienda .cabecera {
  padding-bottom:10px !important;
}

  .cabecera .overlay {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0px;
    padding: 30px 0;
    position: relative;
    text-align: left;
    background-position: center center !important;
    }
    .cabecera .overlay:after {
      content: "";
      width: 100%;
      height: 100%;
      background: transparent;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1;
      }

  .overlay .titulo {
    font-family: 'airstrike';
    font-size: 4em;
    margin-bottom: 12px;
  }
  .cabecera .titulo {
    font-family: 'airstrike';
    font-size: 3em;
    line-height: 40px;
    margin-bottom: 5px;
    color: #000;
    position: relative;
    z-index: 9;
    display: block;
    text-transform: uppercase;
    }

    ._tienda .cabecera .titulo {
      font-family: 'airstrike';
      font-size: 3em;
      line-height: 40px;
      margin-bottom: 5px;
      color: #000;
      position: relative;
      z-index: 9;
      display: block;
      text-transform: uppercase;
  }

  ._tienda .box-side {
    background: rgba(166, 183, 190, 0.2);
    padding: 30px;
  }

  ._tienda .bntDeDescargaDeFichaFinalOmoda .descargaDeFichasOmoda {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

._tienda .bntDeDescargaDeFichaFinalOmoda {
  padding: 40px 0 0px 0;
}
  .cabecera .bread {
    display: inline-block;
    position: relative;
    z-index: 9; }

  ul.bread {
    padding-left: 0 !Important;
  }
    .cabecera .bread li {
      display: inline-block;
      font-size: 13px;
      font-family: "Calibri Regular";
      line-height: 15px;
      margin-bottom: 0px;
      color: #000;
      }
      .cabecera .bread li a {
        color: #000;
        font-family: "Calibri Regular";
        }
        .cabecera .bread li a:hover {
          opacity: 0.7;
          text-decoration: underline; }
      .cabecera .bread li span {
        font-family: "Calibri Heavy";
        text-decoration: underline;
        font-size: 13px; }
      .cabecera .bread li i {
        color: #000;
        font-size: 8px;
        margin: 0 3px 0 5px;
        }

.texto-intro {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px; }
  .texto-intro .titulo {
    font-size: 54px;
    font-family: "Calibri Light";
    line-height: 54px;
    margin-bottom: 5px;
    color: #000;
    position: relative;
    text-transform: uppercase; }
  .texto-intro p {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-family: 'Calibri Light';
    margin-top: 30px;}
  .texto-intro a {
    color: #FFDA00;
    font-family: "Calibri Heavy"; }
    .texto-intro a:hover {
      color: #91b9a9; }

.titulo-seccion.seccion-interna {
  margin-bottom: 40px;
  text-align: center; }
  .titulo-seccion.seccion-interna .texto .titulo {
    font-size: 48px;
    font-family: "Calibri Heavy";
    line-height: 52px;
    margin-bottom: 10px;
    color: #000; }
  .titulo-seccion.seccion-interna .texto p {
    font-size: 20px;
    line-height: 26px;
    padding: 0;
    font-family: "Calibri Regular"; }

/*CONFIANZA INTERNO*/
.confianza-interno {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  text-align: center; }
  .confianza-interno .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0; }
  .confianza-interno .item {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 40px; }
    .confianza-interno .item .svg {
      width: 68px;
      height: 68px;
      fill: #FFDA00;
      margin-bottom: 5px; }
    .confianza-interno .item .texto {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin: 0;
      padding: 0 10px; }
      .confianza-interno .item .texto span {
        font-size: 18px;
        font-family: "Calibri Heavy";
        line-height: 22px;
        margin-bottom: 5px;
        color: #000;
        text-transform: uppercase;
        display: block; }
      .confianza-interno .item .texto p {
        font-size: 1.2em;
        font-family: 'Calibri Light';
        line-height: 20px;
        margin-bottom: 0px;
        color: #333; }



      .tituloCategorias {
        font-family: "Calibri Heavy";
        font-size: 3em;
        font-weight: 900;
        padding: 50px 0px;
      }

      .paddingSeparadorSecciones {
        margin-top: 50px;
      }

      .miniTitulosCategorias {
        font-family: "Calibri Light";
        font-size: 2em;
        padding: 25px 0;
        color: black;
      }

      .imgCategorias {
        width: 425px;
        height: 425px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        background-color: #d9d9d9;
      }

      .imgCategorias img {
        min-width: 100%;
        min-height: 100%;
      }

      .productoIndividual {
        position: relative;
      }

      .banderolaImprintiaTienda {
        position: absolute;
        height: auto;
        
        display: flex;
        justify-content: center;
        align-items: center;
        top: 5%;
        right: 35px;
        
        width: auto;
   
        cursor: pointer;
    }

   



    .banderolaImprintiaTienda img {
      margin-left: 5px;
    }

    .banderolaImprintiaTienda button {
      color: #fff;
      background-color: #30363A;
      padding: 10px;
      position: relative;
      overflow: hidden;
      z-index: 1;
      margin-bottom: 20px;
      box-shadow: 0px 0px 12px #FFFFFF;
      border-radius: 50px;
      padding: 10px 30px;
      border: 2px solid #fff;
    }

    .banderolaImprintiaTienda button:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
      box-shadow: 0px 0px 12px #20DDD2;
    }

     .banderolaImprintiaTienda button::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, #155F5B, #20DDD2);
      opacity: 0;
      /*Inicialmenteestablecelaopacidaden0*/transition: opacity 0.5s ease-in-out;
      /*Controlalavelocidaddelaanimación*/z-index: -1;
       /* Coloca el fondo detrás del texto */    
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      -ms-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
    }
    
     .banderolaImprintiaTienda button:hover::before {
      opacity: 1; /* Aumenta la opacidad para revelar el fondo en el hover */
    }
    
     .banderolaImprintiaTienda button:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
      box-shadow: 0px 0px 12px #20DDD2;
      border: 2px solid #fff !important;
    }


      .banderolaImprintia {
        position: absolute;
        width: auto;
        height: auto;
        background-color: #A7D5C2;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 5%;
        left: 5px;
        -webkit-box-shadow: -2px 10px 29px -25px rgba(0,0,0,0.59);
        -moz-box-shadow: -2px 10px 29px -25px rgba(0,0,0,0.59);
        box-shadow: -2px 10px 29px -25px rgba(0,0,0,0.59);
        padding: 16px 20px;
    }

      .banderolaImprintia span {
        font-size: 1.1em;
      }

      .banderolaImprintiaAmarilla {
        position: absolute;
        width: auto;
        height: auto;
        background-color: #FFDA00;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 5%;
        left: 5px;
        -webkit-box-shadow: -2px 10px 29px -25px rgba(0,0,0,0.59);
        -moz-box-shadow: -2px 10px 29px -25px rgba(0,0,0,0.59);
        box-shadow: -2px 10px 29px -25px rgba(0,0,0,0.59);
        padding: 16px 20px;
    }

      .productoIndividual p {
        color: #000;
        font-family: "Calibri Regular";
        line-height: 10px;
        font-size: 1.1em;
      }

      .productoIndividual .precios .actual {
        font-size: 1.8em;
        font-family: "Calibri Heavy";
        line-height: 24px;
        margin-bottom: 0px;
        color: #000;
      }

      .productoIndividual .precios .anterior {
        font-size: 16px;
        font-family: "Calibri Regular";
        line-height: 24px;
        margin-bottom: 0px;
        color: #666;
        text-decoration: line-through;
      }

    .bntBanner2 {
      background-color: #FFDA00;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #000;
      text-transform: uppercase;
      width: fit-content;
      height: fit-content;
      padding: 15px 30px 15px 30px;
    }

    .bntBanner2:hover {
      background-color: #000;
      color: #fff;
    }


    .descargaDeFichasOmoda {
      width: 100%;
      display: flex;
      justify-content: space-between;
    }

    .bntDeDescargaDeFichaFinalOmoda {
      padding: 40px 0;
    }

    .bntDeDescargaDeFichaFinalOmoda .descargaDeFichasOmoda {
      width: 100%;
      display: flex;
      justify-content: flex-end;
  }

    .descargaDeFichasOmoda a button{
      background-color: #30363A;
      overflow: hidden;
      z-index: 1;
      box-shadow: 0px 0px 12px #FFFFFF;
      border-radius: 50px;
      padding: 10px 30px;
      border: 2px solid #fff;
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      gap: 10px;
      position: relative;
      max-width: 100%;
    }

    .descargaDeFichasOmoda a button:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
      box-shadow: 0px 0px 12px #20DDD2;
  }

  .descargaDeFichasOmoda a button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #155F5B, #20DDD2);
    opacity: 0;
    /*Inicialmenteestablecelaopacidaden0*/transition: opacity 0.5s ease-in-out;
    /*Controlalavelocidaddelaanimación*/z-index: -1;
     /* Coloca el fondo detrás del texto */    
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
  }
  
  .descargaDeFichasOmoda a button:hover::before {
    opacity: 1; /* Aumenta la opacidad para revelar el fondo en el hover */
  }
  
  .descargaDeFichasOmoda a button:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
    box-shadow: 0px 0px 12px #20DDD2;
    border: 2px solid #fff !important;
  }







    .descargaDeFichasOmoda a button {
      color: #fff;
    }

    .caracteristicasOmodaFichaProducto {
      margin-top: 160px;
    }

    .caracteristicasOmodaFichaProducto .titulo-seccion .texto {
      display: flex;
      justify-content: center;
    }


    .caracteristicasOmodaFichaProducto .titulo-seccion {
      margin-bottom: 40px;}

      .caracteristicasOmodaFichaProducto .masMargenFichaProductoTitulo {
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .logitosFichaProductoContenedor {
      padding: 60px 0;
    }

    .logitosFichaProductoContenedor .col-lg-3 {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
    }

    .logitosFichaProductoContenedor .col-lg-3 h3 {
      font-family: 'Calibri Regular';
      text-align: center;
    }

    .logitosFichaProductoContenedor .col-lg-3 p {
      font-size: 2em;
      font-family: 'Calibri Regular';
      text-align: center;
    }

    .logitosFichaProductoContenedor .col-lg-3 p span {
      font-size: 24px;
      font-family: 'Calibri Light';
    }

      /* RECURSOS GENERALES */

      /* .paddingRecursoFluid {
        padding: 0 5em;
      } */

      .categoriasImgMarginBotttom {
        margin-bottom: 5em;
      }

      /* ESTILOS DEL BLOQUE DE CATEGORIAS */

  .bloqueCategorias {
    margin-left: 30px;
  }

  .bloqueCategorias a {
    color: #000;
    text-decoration: none;
    font-family: 'Calibri Regular';
    font-size: 1.1em;
  }

  .bloqueCategorias a:hover {
    color: #FFDA00;
  }

  .bloqueCategorias h4 {
    font-size: 1.25em;
    font-family: "Calibri Heavy";
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
  }

  .imgBannerCategorias {
    margin-top: 60px;
    background-size: cover;
    width: 315px;
    height: 385px;
    overflow: hidden;
}

.stickyCategorias {
  position: sticky;
  top: 168px;
}

/*BANNER INTERNO*/
._index .slider .flexslider {
  overflow: hidden;
}

._index .banner-interno {
  margin-bottom: 138px;
  cursor:pointer;
}
.banner-interno {
  background-image: url(/img/Mask-group.png);
  background-size:cover;
  display: inline-block;
  width: 100%;
  height: 300px;
  margin-bottom: 80px;
  margin-bottom: 6px;
  padding: 80px 0;
  text-align: center; }
  .banner-interno small {
    font-size: 18px;
    font-family: "Calibri Heavy";
    line-height: 22px;
    margin-bottom: 15px;
    color: #FFDA00;
    display: block;
    text-decoration: underline;
    text-transform: uppercase; }
  .banner-interno span {
    font-size: 3em;
    font-family: "Calibri Heavy";
    text-transform: uppercase;
    line-height: 66px;
    margin-bottom: 10px;
    color: #000;
    display: block; }
  .banner-interno p {
    font-size: 2.25em;
    font-family: "Calibri Regular";
    line-height: 28px;
    margin-bottom: 30px;
    color: #000; }

  .imgCalendario {
    width: 450px;
    position: absolute;
    top: -115px;
    right: 200px;
    height: 404px;
    }

  .alignTextCalendario {
    text-align: left;
  }

  .alignBotonCalendario {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding-right: 50px;
  }

  .banner-interno a:nth-of-type(1) {
    font-family: "Calibri Regular";
    color: #1D1D1D;
    background: #A7D5C2;
    font-size: 18px;
    padding: 14px 36px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    display: inline-block;
    position: relative;
   }
    .banner-interno a:nth-of-type(1):hover {
      background: #fff;
      color: 1d1d1d;
      }
  .banner-interno a:nth-of-type(2) {
    font-family: "Calibri Regular";
    color: #FFf;
    background: #1D1D1D;
    font-size: 18px;
    padding: 14px 36px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    display: inline-block;
    position: relative;
  }
    .banner-interno a:nth-of-type(2):hover {
      background: #FFf;
      color: #1d1d1d;
      }
  .banner-interno a {
    margin: 0 8px;
    width: 220px;
    padding: 14px 5px; }

/*CARRUSEL*/
.slick-slide {
  outline: none !important; }

.slickCarousel {
  display: inline-block;
  width: 100%;
  margin-top: 0px; }

.slick-initialized .slick-slide {
  display: block;
  padding: 0 15px; }

.slick-slide img {
  display: inline-block; 
  max-height: 100%;
  object-fit: cover;
}

.carousel-arrows {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  text-align: center; }
  .carousel-arrows li {
    position: absolute;
    cursor: pointer;
    color: #fff;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    bottom: 60px;
    font-size: 16px;
    z-index: 9;
    display: inline-block !important; }
    .carousel-arrows li:hover {
      opacity: 0.5; }
  .carousel-arrows .prev {
    left: -10px; }
  .carousel-arrows .next {
    right: -10px; }


/* ESTILOS CONTACTO MOD  */



.contactoDirecto .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px; }
  .contactoDirecto .box .tipo-form {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0px;
    float: left; }
    .contactoDirecto .box .tipo-form .img {
      display: inline-block;
      width: 50%;
      height: 565px;
      margin: 0;
      position: relative;
      float: left;
      margin: 0; }
      .contactoDirecto .box .tipo-form .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
    .contactoDirecto .box .tipo-form .texto {
      display: inline-block;
      float: left;
      width: 50%;
      min-height: 565px;
      background: #eee;
      padding: 40px;
      position: relative; }
      .contactoDirecto .box .tipo-form .texto .box-texto {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        width: 75%; }
      .contactoDirecto .box .tipo-form .texto .svg {
        height: 60px;
        margin-bottom: 10px;
        width: initial; }
      .contactoDirecto .box .tipo-form .texto .titulo {
        font-size: 40px;
        font-family: "Calibri Heavy";
        line-height: 44px;
        margin-bottom: 15px;
        color: #000; }
        .contactoDirecto .box .tipo-form .texto .titulo a {
          color: #000; }
          .contactoDirecto .box .tipo-form .texto .titulo a:hover {
            color: #0000008c;
            }
      .contactoDirecto .box .tipo-form .texto p {
        font-size: 1.2em;
        font-family: "Calibri Light";
        line-height: 24px;
        margin-bottom: 20px;
        color: #000;
        }
      .contactoDirecto .box .tipo-form .texto span {
        font-size: 1.4em;
        font-family: "Calibri Heavy";
        line-height: 24px;
        margin-bottom: 30px;
        color: #000;
        display: block;
        }
      .contactoDirecto .box .tipo-form .texto .masInfo {
        font-family: "Calibri Heavy";
        text-transform: uppercase;
        color: #fff;
        background: #FFDA00;
        font-size: 16px;
        padding: 14px 36px;
        border-radius: 50px;
        transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -ms-transition: 0.3s ease all;
        display: inline-block;
        position: relative;
        border: 2px solid #FFDA00; }
        .contactoDirecto .box .tipo-form .texto .masInfo:hover {
          background: #8dbccc;
          border: 2px solid #8dbccc; }
    .contactoDirecto .box .tipo-form:nth-of-type(1) .texto {
      /*border-radius: 0 160px 0 0;*/ }
      .contactoDirecto .box .tipo-form:nth-of-type(1) .texto:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 40px 40px 0;
        border-color: transparent #FFDA00 transparent transparent;
        position: absolute;
        top: 20px;
        right: 20px; }
    .contactoDirecto .box .tipo-form:nth-of-type(3) .texto {
      /*border-radius: 0 0 160px 0;*/ }
      .contactoDirecto .box .tipo-form:nth-of-type(3) .texto:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 40px 40px;
        border-color: transparent transparent #8dbccc transparent;
        position: absolute;
        bottom: 20px;
        right: 20px; }
    .contactoDirecto .box .tipo-form:nth-of-type(even) .img {
      float: right; }
    .contactoDirecto .box .tipo-form:nth-of-type(even) .texto {
      text-align: right; }

  .contactoDirecto.agenda .box .tipo-form:nth-of-type(even) .texto {
  text-align: right; }
  .contactoDirecto.agenda .box .tipo-form:nth-of-type(even) .texto:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 40px;
    border-color: transparent transparent transparent #8dbccc;
    position: absolute;
    bottom: 20px;
    left: 20px; }

    .contactoDirecto .bntBanner {
      margin-top: 0.5em;
    }

    .contactoDirecto .caption .bntBanner {
      margin-top: 2em;
  }

  .contactoDirecto .hitos-contacto .box .hito a {
    font-size: 18px;
    font-family: "Calibri Heavy";
    line-height: 24px;
    margin-bottom: 0px;
    color: #000;
    display: inline-block;
    margin: 0 4px;
}

.contactoDirecto .hitos-contacto .box .hito a:hover {
  color: #464646a6;
}


    .contactoDirecto .form-contacto form .polPriv a {
      font-weight: 100;
      color: #fff;
      font-size: 1em;
  }

  .contactoDirecto .form-contacto form .polPriv a:hover {
      color: #20DDD2;
      font-weight: 900;
  }

    .contactoDirecto .foto-equipo {
      display: inline-block;
      width: 100%;
      margin-bottom: 0;
      margin-top: -135px;
      height: 875px;
    }

    .contactoDirecto .foto-equipo .img {
      display: inline-block;
      width: 100%;
      height: 875px;
      margin: 0;
      position: relative;
      overflow: hidden;
    }

    .contactoDirecto .foto-equipo .img .img-equipo {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
    }

    .contactoDirecto .foto-equipo .caption {
      position: absolute;
      bottom: 75px;
      left: 75px;
      width: 47%;
      background: rgb(155 155 155 / 80%);
      padding: 40px;
    }

    .contactoDirecto .foto-equipo .caption .logo {
      margin-bottom: 15px;
    }

    /* .contactoDirecto .foto-equipo .caption span {
      font-size: 56px;
      font-family: "Calibri Regular";
      line-height: 58px;
      margin-bottom: 15px;
      color: #fff;
      display: block;
    } */

    .contactoDirecto .foto-equipo .caption p {
      font-size: 22px;
      font-family: "Calibri Regular";
      line-height: 28px;
      margin-bottom: 0;
      color: #000;
    }

    .contactoDirecto h1 {
      font-size: 5em;
      font-family: 'airstrike';
      line-height: 58px;
      margin-bottom: 0.2em;
      color: #000;
      display: block;

    }

    .contactoDirecto .situacion {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin: 0;
      text-align: center;
      margin-top: 90px; }
    .contactoDirecto .situacion .titulo-seccion {
      margin-bottom: 90px; }
    .contactoDirecto .situacion .titulo-seccion .texto {
      margin-bottom: 5px; }
    .contactoDirecto .situacion .titulo-seccion .texto i {
      font-size: 3em;
      color: #FFDA00;
      -webkit-text-stroke: 4px #000; }
    .contactoDirecto .situacion .titulo-seccion .texto .titulo {
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 5px;
      font-family: 'Calibri Light';
      -webkit-text-stroke: 1px #000; }
    .contactoDirecto .situacion .titulo-seccion .texto small {
      line-height: 30px;
      margin-bottom: 15px;
      font-family: 'Calibri Light';
      font-size: 1.2em; }
    .contactoDirecto .situacion .titulo-seccion a {
      font-size: 2em;
      font-family: "Calibri Heavy";
      line-height: 24px;
      margin-bottom: 0px;
      color: #A7D5C2;
      text-decoration: none; }
    .contactoDirecto .situacion .titulo-seccion a:hover {
      color: #FFDA00; }

  .contactoDirecto .texto-intro p {
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 30px;
    font-family: 'Calibri Light';
}

.contactoDirecto .hitos-contacto p {
  font-size: 1.3em;
  font-family: "Calibri Light";
  line-height: 24px;
  margin-bottom: 40px;
  color: #000;
}

.contactoDirecto .box-redes p {
  font-size: 1.3em;
  font-family: "Calibri Light";
  line-height: 26px;
  margin-bottom: 20px;
  color: #000;
}

.contactoDirecto .box-redes a:hover .icono {
  background: #494949;
}

.contactoDirecto .box-redes a:hover span {
  color: #494949;
}



.contactoDirecto .situacion-home {
  margin-bottom: 0;
  padding: 70px 0; }
  .contactoDirecto .situacion-home .titulo-seccion .texto .titulo {
  font-size: 3em;
  font-family: "Calibri Heavy";
  line-height: 45px;
  margin-bottom: 15px;
  color: #fff; }
  .contactoDirecto .situacion-home .titulo-seccion .texto p {
  font-size: 1.4em;
  line-height: 28px;
  margin-bottom: 0px;
  color: #fff;
  font-family: 'Calibri Light'; }
  .contactoDirecto .situacion-home .titulo-seccion .texto {
  margin-bottom: 30px; }
  .contactoDirecto .situacion-home .botones a {
  font-size: 1.4em;
  width: auto; }

  .contactoDirecto .hitos-contacto .box .hito p {
    font-size: 1.1em;
    font-family: "Calibri Light";
    line-height: 20px;
    margin-bottom: 5px;
    color: #000;
}

.contactoDirecto .mapa span {
  font-size: 1.2em;
  font-family: "Calibri Light";
  line-height: 24px;
  margin-bottom: 25px;
  color: #666;
  text-align: center;
  display: block;
}

.contactoDirecto .box-redes a span {
  font-size: 1.1em;
  font-family: "Calibri Heavy";
  line-height: 20px;
  margin-bottom: 0px;
  color: #000;
  display: block;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
  

/*VALIDATE PCSS3F ESTILOS CONTACTO*/
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #000;
  font-family: 'Calibri Light';
  font-size: 1.2em !important;
  background-image: none;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; }
  .form-control:focus {
    border: 2px solid #20DDD2; }

.form-group select {
  color: #000;
  font-family: "Calibri Light";
  font-size: 1.2em; }

.form-horizontal .form-group {
  margin: 0; }

.form-control:focus {
  color: #000;
  background-color: #f5f5f5;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #20DDD2; }

textarea.form-control {
  height: 175px; }


/* ESTILOS DEL RADIO DEL SELECT DISTINTIVO DGT  */

.box-catalogo .btn-reset{
	width: 100%;
	margin: 20px auto;
}

.box-catalogo-mobile .btn{
	margin: 20px auto;
}

.box-catalogo .radio-group.etiqueta-dgt {
  width: 100%;
  height: 70px;
  background: white;
  padding: 0;
  border: 2px solid #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-catalogo .radio-group.etiqueta-dgt .etiqueta {
  float: left;
  width: 60px;
  height: 62px;
  border: 0;
  /*background-image: url(../img/sprite_campos_suplentes-2.jpg) !important;*/
  /*background-repeat: no-repeat !important;*/
  cursor: pointer;
  opacity: 0.4;
  zoom: 0.7;
  overflow:hidden;
}

.box-catalogo .radio-group.etiqueta-dgt .etiqueta img {
  max-width:95%;
}

.box-catalogo .radio-group.etiqueta-dgt .etiqueta-b {
    background-position: -22px -365px !important;
}
.box-catalogo .radio-group.etiqueta-dgt .etiqueta-c {
    background-position: -116px -365px !important;
}
.box-catalogo .radio-group.etiqueta-dgt .etiqueta-eco {
    background-position: -211px -365px !important;
}
.box-catalogo .radio-group.etiqueta-dgt .etiqueta-cero {
    background-position: -303px -365px !important;
}
.box-catalogo .radio-group.etiqueta-dgt input[type="radio"]:checked + label {
	opacity: 1;
}

@media screen and (max-width: 768px){
	.box-catalogo{}
	
	#pagination-top,
	#pagination-bottom,
	#order-top,
	#order-bottom{
		text-align: center;
	}
	
	#order-top{ 
		margin-top: 35px;
		margin-bottom: 15px; 
	}
	#pagination-top{ margin-top: 15px; }
	
	#order-bottom{ margin-bottom: 15px; }
	#pagination-bottom{ 
		margin-top: 10px;
    	margin-bottom: 30px;
	}
	/*
	.box-catalogo .btn-buscar{
		width: 48%;
	}
	.box-catalogo .btn-reset{
		width: 48%;
	}
	*/
	span.precio.v3{ 
		/*font-size: 16px;*/
	}
	span.cuota{
		font-size: 13px;
	}
	
}

@media (max-width: 768px){
.v3 .container {
    width: 100%;
}

}

@media screen and (min-width: 576px) and (max-width: 768px){
	
	.box-catalogo{
		width: 100%;
	}
	.radio-group label{ font-size: 10px; }
	
}

#toggle-filters-mobile{
	display: none;
}
#counter-bar,
#mobile-bar{
	display: none;
}
#order-bar{
	display: none;
	visibility: hidden;
  	opacity: 0;
  	transition: visibility 0s, opacity 1s linear;
  	overflow-y: auto;
	-webkit-overflow-scrolling:touch;
}

#order-bar ul {
	padding: 0 0 0 35px;
    list-style: none;
    text-align: left;
    margin: 30px 0;
}

#order-bar ul li{
	
}

#order-bar label {
    font-size: 20px;
    margin: 10px;
}

#order-bar.active{
	display: block;
	visibility: visible;
	opacity: 1;
	
    width: 100%;
    position: fixed;
    right: 0px;
    background-color: #efefef;
    z-index: 999;
    top: 0px;
    bottom: 0px;
    overflow-y: auto;
    margin: 0px;
    padding-top: 85px;
    
	-webkit-animation: fadeInLeft .4s;
	-moz-animation: fadeInLeft .4s;
	-ms-animation: fadeInLeft .4s;
	-o-animation: fadeInLeft .4s;
	animation: fadeInLeft .4s;
	-webkit-overflow-scrolling:touch;
	
}

#order-bar > div{
	position:static;
}

#order-bar.out{
	
	-webkit-animation: fadeOutLeft .4s;
	-moz-animation: fadeOutLeft .4s;
	-ms-animation: fadeOutLeft .4s;
	-o-animation: fadeOutLeft .4s;
	animation: fadeOutLeft .4s	
}

@media screen and (max-width: 576px){
	
	.v3.site-header {
	    -webkit-box-shadow: 0px 0px 0px 0px rgba(161,161,161,1);
	    -moz-box-shadow: 0px 0px 0px 0px rgba(161,161,161,1);
	    box-shadow: 0px 0px 0px 0px rgba(161,161,161,1);
	}
	
	#counter-bar{
		display: block;
		padding: 15px 0;
		text-align:center;
		font-size: 20px;
	}
	
	#counter-bar span.total{
		
	}
	
	#listado-resultados div.row.no-gutter:first-of-type{
		
		
	}
	
	#searcher-top-bar{
		display: none;
	}
	
	#searcher-top-bar p{
		margin: 15px 0 10px 0;
    	text-align: center;	
	}
	
	#listado-resultados hr{
		display: none;
	}
	
	#mobile-bar{
		display: block;
	    border-top: 1px solid #eee;
	    border-bottom: 1px solid #eee;
	    padding: 10px;
	    margin-left: 0px;
	    margin-right: 0px;
		
	}
	#mobile-bar a{ color: #333!important; }
	#mobile-bar.f-nav{
		position: fixed;
	    top: 0px;
	    background: #fff;
	    z-index: 999;
	}
	#mobile-bar ul{
		padding: 0;
		margin: 0;
		text-align: center;
	}
	#mobile-bar ul li{
		display: inline;
		text-align: center;
		margin: 0 5px;
	}
	
	#mobile-bar ul li.order ul{
		display: none;
	}
	
	#mobile-bar ul li.order.active ul{
		display: block;
	}
	
	#mobile-bar ul.submenu-bar{
		padding: 10px;
	}
	
	#mobile-bar ul li.order ul li{
		display: inline-block;
	}
	
	#mobile-bar #toggle-filters button.btn{
		padding: 0px;
		color: #333;
	}
	
	.box-catalogo{
		display: none;
		width: 100%;
	    position: fixed;
	    right: 0px;
	    background-color: #efefef;
	    z-index: 999;
	    top: 0px;
	    bottom: 0px;
	    margin: 0px;
	    padding-top: 85px;
	    overflow-y: auto;
	    -webkit-overflow-scrolling:touch;
	}
	
	.box-catalogo #toggle-filters-mobile{
		display: block;
		position: fixed;
	    bottom: 80px;
	    left: 15px;
	    right: 15px;
	    height: 85px;
	    background-color: #efefef;
	    z-index: 1000;
	}
	
	.box-catalogo #toggle-filters-mobile button.toggle-filters{
		margin: 20px auto;
		width: 100%;
	}
	
	.box-catalogo #filters-bottom{
		display: none;
	}
	
	#order-top,
	#pagination-top{ display: none; }
	
	div#listado-resultados{
		margin: 0;
	}
	
	
	
	div#order-bottom {
    	padding-bottom: 15px;
	}
	/*
	#wpadminbar{ 
		display: none;
	}*/
	body.admin-bar{
		padding-top: 0px !important;
	}
	
}


/*CONTACTO*/
.contacto label {
  font-family: "Calibri Heavy";
  font-size: 1.1em;
  margin-bottom: 5px; }

.contacto input::-webkit-input-placeholder {
  color: #333 !important;
  font-size: 16px;
  font-family: "Calibri Regular"; }

.contacto input::-moz-placeholder {
  color: #333 !important;
  font-size: 16px;
  font-family: "Calibri Regular"; }

.contacto input:-moz-placeholder {
  color: #333 !important;
  font-size: 16px;
  font-family: "Calibri Regular"; }

.contacto input::-ms-input-placeholder {
  color: #333 !important;
  font-size: 16px;
  font-family: "Calibri Regular"; }

.contacto textarea::-webkit-input-placeholder {
  color: #333 !important;
  font-size: 16px;
  font-family: "Calibri Regular"; }

.contacto textarea::-moz-placeholder {
  color: #333 !important;
  font-size: 16px;
  font-family: "Calibri Regular"; }

.contacto textarea:-moz-placeholder {
  color: #333 !important;
  font-size: 16px;
  font-family: "Calibri Regular"; }

.contacto textarea::-ms-input-placeholder {
  color: #333 !important;
  font-size: 16px;
  font-family: "Calibri Regular"; }

.contacto input {
  color: #000; }

.buscador select option {
  color: #333 !important;
  font-size: 14px; }

.contacto .polPriv-text a {
  font-family: "Calibri Light";
 }
  .contacto .polPriv-text a:hover {
    color: #000;
    font-weight: 900;
 }

 ._contacto .AjustoFlexWay .cintilloHeader {
  flex-direction: column;
 }

 ._contacto .AjustoFlexWay .cintilloHeader a {
  color: #000;
 }

 ._contacto .AjustoFlexWay .cintilloHeader a i {
  color: #000;
  margin-right: 10px;
 }

 ._contacto .contactoTextoOmoda li i {
  margin-right: 10px;
 }

 ._contacto .contactoTextoOmoda li a {
  color: #000;
 }

.info_content h3 {
  font-family: 'airstrike';
  font-size: 3em;
  min-width: fit-content;
  margin-top: 25px;
  padding-right: 5px;
}

.info_content p {
  font-family: 'Calibri Light';
  font-size: 1.5em;
  padding-left: 5px;
  line-height: 1.3em;
  margin-bottom: 10px;
  margin-top: -15px;
}
.gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}



.polPriv {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0;
  align-items: center; }
  .polPriv label {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    margin-top: 5px; }
  .polPriv span {
    float: left;
    font-size: 1.1em;
    color: #000;
    font-family: 'Calibri Light'; }
    .polPriv span:hover {
      text-decoration: none !important; }
    .polPriv span a {
      color: #000;
      font-weight: 100;
      font-family: "Calibri Heavy";
      border: none !important;
      }
      .polPriv span a:hover {
        color: #8dbccc; }
    .polPriv span:hover {
      text-decoration: underline; }

.polPriv input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden; }

.polPriv input[type=checkbox]:checked + label {
  background-color: #ddd; }

.polPriv input[type=checkbox]:checked + label:after {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f00c';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  color: #00b9ae !important;
  font-size: 13px;
  font-size: 0.8125rem; }

/*BOTON FILE*/
.btn-file {
  overflow: hidden;
  top: 0;
  border-radius: 0;
  font-size: 13px;
  font-family: "Calibri Regular";
  color: #fff;
  line-height: 36px;
  position: relative; }

.input-group-btn {
  background: #FFDA00;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all; }

.input-group-btn:hover {
  background: #8dbccc; }

.input-file:focus {
  border: none !important; }

.btn-file input[type=file] {
  position: absolute;
  top: 0px;
  right: 0;
  height: 46px;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: inherit;
  display: inline-block; }

input[readonly] {
  border-radius: 0;
  background-color: #eee; }

.form-control:disabled, .form-control[readonly] {
  background-color: #eee; }

input[readonly]:focus {
  border: 2px solid #20DDD2; }

/*PAGINADOR*/
.paginador {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
  text-align: center; }
  .paginador ul {
    margin-bottom: 80px; }
  .paginador li {
    display: inline-block;
    margin: 0px 10px; }
    .paginador li a {
      color: #0D0D0D;
      font-size: 15px;
      font-family: "Calibri Heavy"; }
      .paginador li a:hover {
        color: #20DDD2; }
  .paginador .active {
    width: 40px;
    height: 40px;
    background: #0D0D0D;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    font-size: 15px;
    font-family: "Calibri Heavy";
}
  .paginador i {
    font-size: 10px; }

/*ESTILO MODALS REGISTRO*/
.js-modalRegister .close {
  opacity: .8;
}


.js_modal_tutorial .close {
  opacity: 1;
}

.modalLogin .modal-dialog .modal-body, .modalRegister .modal-dialog .modal-body, .modalRecovery .modal-dialog .modal-body {
  background: url(../img/bg-modals.jpg) no-repeat center center;
  background-size: cover; }

#form_recordar_clave {
  margin-bottom: 30px; }


  .js_modalPol h2 {
    font-size: 2em;
    margin: 60px 0 20px 0;
}

.js_modalPol .modal-body p a {
  color: #000000;
  font-family: "Calibri Heavy";
  text-decoration: underline;
}

.js_modalPol .modal-body p a:hover {
  color: #20DDD2;
}

.modal__html.js_modal__html {
  height: auto !important; }

.modal-open .modal {
  z-index: 9999; }

.modal.fade .modal-dialog {
  min-height: 97vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-body {
  padding: 25px;
  border: 3px solid #20ddd2;
}
  .modal-body p a {
    color: #FFDA00;
    font-family: "Calibri Heavy";
    text-decoration: underline; }
    .modal-body p a:hover {
      color: #8dbccc; }
  .modal-body hr {
    display: none; }

.modal-content .btn {
  border-radius: 0; }

.modal.condVenta .btn, .modal.infoTransporte .btn, .modal.info-descuento .btn {
  border-radius: 0;
  border: none;
  font-family: "Calibri Heavy";
  text-transform: uppercase;
  color: #000;
  background: #FFDA00;
  font-size: 16px;
  padding: 14px 36px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border: 2px solid #FFDA00;
  margin-bottom: 10px; }
  .modal.condVenta .btn:hover, .modal.infoTransporte .btn:hover, .modal.info-descuento .btn:hover {
    background: #000;
    border: 2px solid #000;
    color:#fff;}

/* .btn-seguirc, .btn-modal {
  font-family: "Calibri Heavy";
  text-transform: uppercase;
  color: #fff;
  background: #FFDA00;
  font-size: 16px;
  padding: 14px 36px;
  border-radius: 50px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border: 2px solid #FFDA00;
  padding: 14px 20px; } */
  .btn-seguirc:hover, .btn-modal:hover {
    background: #8dbccc;
    border: 2px solid #8dbccc; }
  .btn-seguirc i, .btn-modal i {
    margin-right: 5px; }

.modal.modalForm .modalForm-parraf a {
  font-family: "Calibri Heavy";
  color: #000;
  font-size: 1.3em;
  text-decoration: none; }
  .modal.modalForm .modalForm-parraf a:hover {
    color: #8dbccc !important;
    text-decoration: underline; }

.modal.modalForm .modalForm-parraf {
  font-size: 1em;
  font-family: "Calibri Light";
  color: #000; }


/* MODAL STOCK ESTILOS */

.modalStock .modal-content {
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.8) 0%, rgba(13, 13, 13, 0.5) 33.33%, rgba(13, 13, 13, 0.5) 68%, #0D0D0D 100%), url(/img/New2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.logoModalStock {
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.logoModalStock img {
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
}

.modalStock .botonesCardSlideCoche button {
  color: #fff;
  background-color: #30363A;
  padding: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0;
  box-shadow: 0px 0px 12px #FFFFFF;
  border-radius: 50px;
  padding: 10px 30px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
}

.modalStock .botonesCardSlideCoche button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
  box-shadow: 0px 0px 12px #20DDD2;
}

.modalStock .botonesCardSlideCoche button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #155F5B, #20DDD2);
  opacity: 0;
  /*Inicialmenteestablecelaopacidaden0*/transition: opacity 0.5s ease-in-out;
  /*Controlalavelocidaddelaanimación*/z-index: -1;
   /* Coloca el fondo detrás del texto */    
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
}

.modalStock .botonesCardSlideCoche button:hover::before {
  opacity: 1; /* Aumenta la opacidad para revelar el fondo en el hover */
}

.modalStock .botonesCardSlideCoche button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
  box-shadow: 0px 0px 12px #20DDD2;
  border: 2px solid #fff !important;
}



.contenedorStockLanding {
  width: 100%;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.contenedorStockLanding .pildoraStock {
  background: linear-gradient(93.45deg, #35AACF 17.48%, rgba(32, 221, 210, 0.5) 84.55%);
  border-radius: 50px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px 3px;
  max-width: 100%;
}

.contenedorStockLanding .pildoraStock p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.1em !important;
  word-break: break-all;
}





/* -------------------------------- */

.voucher-content input, #form_usuario_registrado input, #form_usuario_nuevo input, #form_recordar_clave input, #localidades select, #provincias select, #form_te_llamamos2 input {
  border-radius: 6px !important;
  background: #ffffff;
  border: 2px solid #ddd;
  font-size: 15px; }
  .voucher-content input:focus, #form_usuario_registrado input:focus, #form_usuario_nuevo input:focus, #form_recordar_clave input:focus, #localidades select:focus, #provincias select:focus, #form_te_llamamos2 input:focus {
    border: 2px solid #FFDA00; }

#form_te_llamamos2 input {
  margin-bottom: 15px; }

#form_te_llamamos2 input::-webkit-input-placeholder {
  color: #666 !important; }

.btn-volver-modal {
  color: #8dbccc !important;
  outline: 0 !important;
  padding: 0 !important;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Calibri Heavy";
  font-size: 0.8em;
  background: none !important; }
  .btn-volver-modal i {
    font-size: 10px; }
  .btn-volver-modal:hover {
    color: #8dbccc !important;
    text-decoration: none; }

.modal.modalForm .modalForm-title, .modalForm-title, .modal__htmlTitle {
  margin-top: 0;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 1em;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Calibri Heavy";
  border: none;
  padding: 0; }

.info-descuento-w .titulo, .infoTransporte .modal-header span {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Calibri Regular";
  border: none;
  padding: 0;
  text-align: center; }

.close-modal {
  position: initial; }

#recordar_alert_ko, #warning-alert {
  text-align: center; }

.modalAlerta .btn {
    background-color: #30363A;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 0px 12px #FFFFFF;
    border-radius: 50px;
    padding: 10px 30px;
    border: 2px solid #fff;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    max-width: 100%;
    color: #fff;  
  }
  .modalAlerta .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
    box-shadow: 0px 0px 12px #20DDD2;
    
  
  }


    .modalAlerta .btn::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, #155F5B, #20DDD2);
      opacity: 0;
      /*Inicialmenteestablecelaopacidaden0*/transition: opacity 0.5s ease-in-out;
      /*Controlalavelocidaddelaanimación*/z-index: -1;
       /* Coloca el fondo detrás del texto */    
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      -ms-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
    }
    
    .modalAlerta .btn:hover::before {
      opacity: 1; /* Aumenta la opacidad para revelar el fondo en el hover */
    }
    
    .modalAlerta .btn:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
      box-shadow: 0px 0px 12px #20DDD2;
      border: 2px solid #fff !important;
    }










.modalPol .modal-lg, .condVenta .modal-lg {
  max-width: 900px; }
  .modalPol .modal-lg h4, .modalPol .modal-lg h3, .condVenta .modal-lg h4, .condVenta .modal-lg h3 {
    font-family: "Calibri Heavy";
    font-size: 20px;
    margin: 5px 0; }
  .modalPol .modal-lg ul, .condVenta .modal-lg ul {
    padding-left: 40px; }
    .modalPol .modal-lg ul li, .condVenta .modal-lg ul li {
      list-style-type: disc; }
  .modalPol .modal-lg .close-btn, .condVenta .modal-lg .close-btn {
    font-family: "Calibri Heavy";
    text-transform: uppercase;
    color: #fff;
    background: #FFDA00;
    font-size: 14px;
    padding: 14px 36px;
    border-radius: 50px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    display: inline-block;
    position: relative;
    border: 2px solid #FFDA00;
    padding: 15px 40px;
    float: right; }
    .modalPol .modal-lg .close-btn:hover, .condVenta .modal-lg .close-btn:hover {
      background: #8dbccc;
      border: 2px solid #8dbccc; }

.modal.modalPol {
  z-index: 99999; }

.checks {
  margin-bottom: 20px; }

/*MODAL INFO DESCUENTO CESTA*/
.modal.info-descuento .info-descuento-w {
  padding-top: 20px; }

.modal.info-descuento .info-descuentoAlert {
  background-color: #fff;
  padding: 10px 40px;
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-bottom: 10px; }
  .modal.info-descuento .info-descuentoAlert .svg {
    width: 40px;
    height: 40px;
    fill: #000; }
  .modal.info-descuento .info-descuentoAlert span {
    font-size: 1.8em;
    font-family: "Calibri Heavy";
    line-height: 1.5em;
    margin-bottom: 5px;
    color: #000;
    text-transform: uppercase;
    display: block; }
  .modal.info-descuento .info-descuentoAlert p {
    font-size: 1.2em;
    font-family: "Calibri Light";
    line-height: 18px;
    margin-bottom: 40px;
    color: #000; }
  .modal.info-descuento .info-descuentoAlert .hito {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0px;
    padding: 0; }
    .modal.info-descuento .info-descuentoAlert .hito i {
      font-size: 24px;
      color: #666;
      margin-bottom: 5px; }
    .modal.info-descuento .info-descuentoAlert .hito span {
      font-size: 16px;
      font-family: "Calibri Heavy";
      line-height: 24px;
      margin-bottom: 0px;
      color: #000;
      text-transform: uppercase;
      display: block; }
    .modal.info-descuento .info-descuentoAlert .hito a {
      font-size: 15px;
      font-family: "Calibri Heavy";
      line-height: 24px;
      margin-bottom: 0px;
      color: #FFDA00;
      display: inline-block;
      margin: 0 4px;
      text-decoration: none; }
      .modal.info-descuento .info-descuentoAlert .hito a:hover {
        color: #8dbccc; }

      .modal.info-descuento .info-descuentoAlert .hito.hito-phone p {
        margin-bottom: 5px !important;
      }

.modal.info-descuento .info-descuento-w ul {
  font-weight: 100;
  padding: 0 20px; }
  .modal.info-descuento .info-descuento-w ul li {
    font-size: 1.2em;
    color: #000;
    font-family: "Calibri Light";
    padding-left: 25px; }

.modal.info-descuento .info-descuento-w ul li:before {
  color: #FFDA00;
  content: '\f00c';
  font-size: 1.2em;
  top: 3px; }

.modal.info-descuento .info-descuento-w h1, .modal.info-descuento .info-descuento-w h2, .modal.info-descuento .info-descuento-w h3, .modal.info-descuento .info-descuento-w h4, .modal.info-descuento .info-descuento-w h5, .modal.info-descuento .info-descuento-w h6 {
  font-family: "Calibri Heavy";
  font-size: 2em;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.modal-dialog .modal-content .modal__smtext {
  font-size: 13px;
  display: block;
  margin-bottom: 20px;
  margin-left: 12px; }

.modal-dialog .modal-content .modal__icon {
  display: none; }

/*MODAL CITA*/
.js-modalCita textarea.form-control {
  height: 110px; }

.js-modalCita p {
  margin-bottom: 25px; }

/*404*/
.error {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px; }
  .error .box-error {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0;
    padding: 60px 0;
    text-align: center; }
    .error .box-error .svg {
      width: 75px;
      height: 75px;
      margin-bottom: 5px;
      fill: #FFDA00; }
    .error .box-error .titulo-error {
      font-size: 42px;
      font-family: "Calibri Heavy";
      line-height: 46px;
      margin-bottom: 10px;
      color: #000;
      position: relative; }
    .error .box-error p {
      font-size: 22px;
      margin-bottom: 30px; }
    .error .box-error .volvIni {
      font-family: "Calibri Heavy";
      text-transform: uppercase;
      color: #fff;
      background: #FFDA00;
      font-size: 18px;
      padding: 14px 36px;
      border-radius: 50px;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
      display: inline-block;
      position: relative;
      border: 2px solid #FFDA00; }
      .error .box-error .volvIni:hover {
        background: #8dbccc;
        border: 2px solid #8dbccc; }

/*ESTILOS CESTA DESPLEGABLE*/
.mini-cesta {
  display: inline-block;
  float: right;
  }

.modal {
  z-index: 99999; }

.shCart-down.js-shCart-down2 {
  right: 0;
  left: 0; }

.cesta .btn {
  padding: 0px !important;
  bottom: 4px; }

.js_SlideMini {
  display: block;
  margin-bottom: 30px; }
  .js_SlideMini .btn.down, .js_SlideMini .btn.up {
    background: #000;
    color: #fff;
    border-radius: 0;
    padding: 5px !important;
    border: 1px solid #fff; }

.shCart-total li {
  background-color: #fff;
  border: none;
  font-size: 15px;
  margin-bottom: 3px;
  color: #000; }

.mHdr-cartBtn {
  display: inline-block;
  background: none;
  padding: 5px 0px;
  border-radius: 0;
  text-align: center;
  height:34px; }
  .mHdr-cartBtn a.a_superior_carrito {
    font-size: 1.6em !important;
    padding: 0 !important;
    height: 34px !important;
    display: flex;
    align-items: center;
    margin-top: 0px;
  }
  .mHdr-cartBtn a.a_superior_carrito:hover {
    background: initial !important;
  }
  .mHdr-cartBtn a {
    /*font-size: 1.1em !important;*/
    background: transparent !important;
    }
  .mHdr-cartBtn small {
    font-size: 100%; }
  .mHdr-cartBtn .texto-cesta {
    margin-left: 8px;
    font-size: 16px;
    font-family: "Calibri Regular";
    line-height: 20px;
    margin-bottom: 0px;
    color: #000;
    display: inline-block; }
  .mHdr-cartBtn span.js-shCart-totalCesta {
    display: initial;
  }
.mHdr-cartBtn a span.js-shCart-totalCesta {
  display: none !important;
}
  .mHdr-cartBtn .js-shCart-totalCesta {
    font-family: "Calibri Heavy";
    font-weight: 100;
    color: #000;
    display: none; }
  .mHdr-cartBtn:hover {
    cursor: pointer; }
  .mHdr-cartBtn .js-shCart-qty {
    background: #FFDA00;
    color: #111;
    border-radius: 50%;
    font-size: 10px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 19px;
    text-align: center;
    font-family: "Calibri Regular";
    font-weight: 800;
    }

.shCart-name {
  white-space: normal;
  font-size: 15px !important;
  font-family: "Calibri Regular";
  color: #000 !important;
  }

.shCart-down {
  top: 38px;
  background: #fff;
  right: 0px;
  width: 300px; }

.fa-times {
  color: #000 !important;
  font-size: 12px !important;
  }

.shCart-total {
  padding: 15px;
  border-top: none;
  font-family: "Calibri Regular"; }

.btn-carrito {
  background: #FFDA00;
  text-transform: uppercase;
  padding: 18px;
  color: #fff !important;
  text-align: center;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: block;
  font-size: 1.1ems !important; }
  .btn-carrito:hover {
    background: #8dbccc; }
  .btn-carrito i {
    font-size: 8px;
    vertical-align: middle; }



.shCart-line {
  padding: 12px;
  border-bottom: 1px solid #eee;
  background-color: #fff; }

.shCart-line.shCart-line-empty {
  background-color: #00838F;
  border: none; }
  .shCart-line.shCart-line-empty p {
    color: #FFFFFF; }
  .shCart-line.shCart-line-empty i {
    color: #B7BB2D;
    font-size: 54px; }

.shCart-del {
  top: 10px;
  -webkit-transform: translate(0) rotate(0deg);
  -moz-transform: translate(0) rotate(0deg);
  -ms-transform: translate(0) rotate(0deg);
  -o-transform: translate(0) rotate(0deg);
  transform: translate(0) rotate(0deg);
  right: 10px; }

.shCart-qtyDown {
  position:absolute;
  top:0.9rem !important;
}

.shCart-uPrice {
  position: absolute;
  bottom: 0.4rem !important;
  right: -0.8em;
}

.shCart-name {
  margin-left: 5px;
  -ms-word-break: break-all;
  word-break: break-all;
  justify-content: flex-start !important;
}
.cartCantidad span {
  color: #000;
  font-family: "Calibri Heavy";
  margin-right: 7px;
  font-size: 0.9em;
  }

/*inicio*/
.titulo-seccion {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px; }
  .titulo-seccion .texto {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0px; }
    .titulo-seccion .texto i {
      font-size: 35px;
      color: #FFDA00; }
    .titulo-seccion .texto .titulo {
      color: #000;
      font-family: 'Calibri Heavy';
      text-transform: uppercase;
      font-size: 3em;
      margin-top: 20px;
    }
      .titulo-seccion .texto .titulo strong {
        font-family: "Calibri Heavy"; }
    .titulo-seccion .texto span {
      font-size: 16px;
      font-family: "Calibri Heavy";
      line-height: 22px;
      margin-bottom: 15px;
      color: #000;
      text-transform: uppercase;
      display: block;
      text-decoration: none; }
    .titulo-seccion .texto small {
      font-size: 28px;
      font-family: "Calibri Heavy";
      line-height: 32px;
      margin-bottom: 15px;
      color: #000;
      display: block; }
    .titulo-seccion .texto a {
      font-family: "Calibri Heavy";
      text-transform: uppercase;
      color: #fff;
      background: #FFDA00;
      font-size: 18px;
      padding: 14px 36px;
      border-radius: 50px;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
      display: inline-block;
      position: relative;
      border: 2px solid #FFDA00; }
      .titulo-seccion .texto a:hover {
        background: #8dbccc;
        border: 2px solid #8dbccc; }
    .titulo-seccion .texto p {
      margin-bottom: 40px;
      font-family: 'Calibri Light';
      font-size: 1.3em;
      text-transform: initial;
      margin-top: 30px;}
      .titulo-seccion .texto p a {
        background: none;
        text-transform: none;
        color: #FFDA00;
        padding: 0;
        border-radius: 0;
        border: none;
        text-decoration: underline;
        font-family: "Calibri Heavy"; }
        .titulo-seccion .texto p a:hover {
          background: none;
          color: #8dbccc;
          padding: 0;
          border-radius: 0;
          border: none;
          text-decoration: none; }

.servicios-formulacion {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  background-position: bottom center;
  background-repeat: no-repeat;
  /* background-color:#fff; */
  margin-top: 200px;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 4%, rgba(255,255,255,1) 6%);
  }


  .subtituloFichaProductoOmodaDistintivo h4 {
    display: flex;
    gap: 5px;
  }

.servicios-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-top: -70px;
  position: relative;
  z-index: 99; }
  .servicios-home .container-fluid {
    padding: 0 5em; }
  .servicios-home .texto {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0;
    border-radius: 0;
    padding: 50px 45px;
  }
  .servicios-home .texto:hover:before {
    content: "\f18a";
    font-family: 'Flaticon';
    font-style: normal;
    font-size: 3em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 73%;
    top: -4rem;
  }
    .servicios-home .texto .claim {
      font-size: 16px;
      font-family: "Calibri Heavy";
      line-height: 22px;
      margin-bottom: 15px;
      color: #fff;
      text-transform: uppercase; }
    .servicios-home .texto .titulo {
      font-size: 2.2em;
      font-family: "Calibri Regular";
      line-height: 2em;
      color: #000;}
      .servicios-home .texto .titulo strong {
        font-family: "Calibri Heavy"; }
    .servicios-home .texto p {
      font-size: 1.5em;
      font-family: "Calibri Light";
      line-height: 26px;
      color: #000;
      margin-top: 0.5em; }
    .servicios-home .texto a {
      font-family: "Calibri Heavy";
      text-transform: uppercase;
      color: #fff;
      background: #FFDA00;
      font-size: 18px;
      padding: 14px 36px;
      border-radius: 50px;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
      display: inline-block;
      position: relative;
      border: 2px solid #FFDA00;
      background: #fff;
      color: #FFDA00;
      border: 2px solid #fff; }
      .servicios-home .texto a:hover {
        background: #8dbccc;
        border: 2px solid #8dbccc; }
      .servicios-home .texto a:hover {
        color: #fff; }
  .servicios-home .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0;
    border-radius: 10px;
    padding: 40px;
    padding-bottom: 15px;
    background: #f2f2f2; }
    .servicios-home .box .servicio {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 30px;
      text-align: center;
      border-radius: 10px;
      padding: 36px 40px;
      background: #fff;
      border: 2px solid #fff; }
      .servicios-home .box .servicio .svg {
        width: 65px;
        height: 65px;
        margin-bottom: 5px;
        fill: #FFDA00; }
      .servicios-home .box .servicio .titulo {
        font-size: 19px;
        font-family: "Calibri Regular";
        line-height: 22px;
        margin-bottom: 0px;
        color: #000; }
      .servicios-home .box .servicio:hover {
        border: 2px solid #FFDA00; }

.formulacion-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  padding: 60px 0 140px; }
  .formulacion-home .container {
    max-width: 1330px; }
  .formulacion-home .titulo-seccion {
    padding-left: 60px; }
  .formulacion-home .ventajas {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0;
    padding-left: 60px; }
    .formulacion-home .ventajas span {
      font-size: 16px;
      font-family: "Calibri Heavy";
      line-height: 22px;
      margin-bottom: 15px;
      color: #666;
      text-transform: uppercase;
      display: block; }
    .formulacion-home .ventajas ul {
      margin-bottom: 40px;
      margin-left: 15px; }
    .formulacion-home .ventajas ul li {
      position: relative;
      font-size: 16px;
      font-family: "Calibri Regular";
      line-height: 20px;
      margin-bottom: 8px;
      color: #000;
      padding-left: 20px; }
      .formulacion-home .ventajas ul li:before {
        content: "\f114";
        font-family: "Flaticon";
        color: #FFDA00;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 12px; }
    .formulacion-home .ventajas a {
      font-family: "Calibri Heavy";
      text-transform: uppercase;
      color: #fff;
      background: #FFDA00;
      font-size: 18px;
      padding: 14px 36px;
      border-radius: 50px;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
      display: inline-block;
      position: relative;
      border: 2px solid #FFDA00; }
      .formulacion-home .ventajas a:hover {
        background: #8dbccc;
        border: 2px solid #8dbccc; }

.agenda-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 100px; }
  .agenda-home .container-fluid, .agenda-home .col-md-6 {
    padding: 0; }
  .agenda-home .row {
    margin: 0; }
  .agenda-home .box-texto, .agenda-home .box-img {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0;
    height: 700px; }
  .agenda-home .box-img .img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin: 0; }
  .agenda-home .box-texto {
    background: #fcfcda;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 18%; }
    .agenda-home .box-texto a {
      font-family: "Calibri Heavy";
      text-transform: uppercase;
      color: #fff;
      background: #FFDA00;
      font-size: 18px;
      padding: 14px 36px;
      border-radius: 50px;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
      display: inline-block;
      position: relative;
      border: 2px solid #FFDA00; }
      .agenda-home .box-texto a:hover {
        background: #8dbccc;
        border: 2px solid #8dbccc; }
  .agenda-home .titulo-seccion {
    text-align: center; }
  .agenda-home .titulo-seccion .texto .titulo {
    margin-bottom: 20px; }
  .agenda-home .titulo-seccion .texto p {
    margin-bottom: 25px; }
  .agenda-home .iconos {
    display: block;
    width: 600px;
    margin-bottom: 80px;
    margin: 0 auto 30px;
    text-align: center; }
    .agenda-home .iconos .item {
      display: inline-block;
      width: 240px;
      text-align: left;
      margin: 0 28px; }
      .agenda-home .iconos .item .svg {
        width: 60px;
        height: 60px;
        float: left;
        display: inline-block;
        position: relative;
        bottom: 12px; }
      .agenda-home .iconos .item .texto {
        float: left;
        display: inline-block;
        padding-left: 10px;
        width: 75%; }
        .agenda-home .iconos .item .texto span {
          font-size: 16px;
          font-family: "Calibri Heavy";
          line-height: 20px;
          margin-bottom: 0px;
          color: #000;
          display: block;
          text-transform: uppercase; }

.catalogo {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px; }
  .catalogo .titulo-seccion {
    text-align: center; }
  .catalogo .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    position: relative;
    margin-bottom: 0; }
  .catalogo .producto {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
    height: auto !important;
    position: relative; }
    .catalogo .producto .banderola {
      position: absolute;
      top: 15px;
      right: -4px;
      width: 50px;
      height: 30px;
      line-height: 28px;
      text-align: center;
      -webkit-box-shadow: 3px 0 10px rgba(0, 0, 0, 0.3);
      box-shadow: 3px 0 10px rgba(0, 0, 0, 0.3);
      background: #8dbccc; }
      .catalogo .producto .banderola:before {
        content: "";
        position: absolute;
        top: -14px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-bottom: 14px solid #8dbccc;
        transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -ms-transition: 0.3s ease all; }
      .catalogo .producto .banderola:after {
        content: "";
        position: absolute;
        bottom: -14px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 14px solid #8dbccc;
        transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -ms-transition: 0.3s ease all; }
      .catalogo .producto .banderola span {
        font-size: 14px;
        font-family: "Calibri Regular";
        line-height: 16px;
        margin-bottom: 0px;
        color: #fff; }
        .catalogo .producto .img {
          display: flex;
          width: 460px;
          height: 320.52px;
          margin: 0;
          position: absolute;
          margin-bottom: 15px;
          overflow: hidden;
          z-index: 300;
          top: -108px;
          left: 130px;
          justify-content: center;
          align-items: center;
      }

      .catalogo .producto .img a {
        display: flex;
        justify-content: center;
        width: 100%;
      }
      .catalogo .producto .img:hover {
        opacity: 1; }
      .catalogo .producto .img img {
        min-width: 100%;
        min-height: 100%;
        object-fit: contain;
      }
      .catalogo .producto .texto {
        width: 100%;
        margin: 0;
        padding: 0 22px;
        background: url(../img/Product-cart-1.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .catalogo .producto .texto .titulo {
      line-height: 1em;
      margin-bottom: 30px;
      color: #fff;
      text-align: center;
      font-size: 32px;
      font-family: 'airstrike';
      padding-top: 140px;
  }

  /* .catalogo .box-catalogo .cintilloConbustible {
    position: absolute;
    top: -30px;
  } */
  .catalogo .box-catalogo .cintilloEntrega {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 500;
    border-radius: 50px;
    position: absolute;
    top: 130px;
    /*padding: 3px 10px;*/
    right: 1rem;
    background: aliceblue;
}

.ficha .cintilloEntrega {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 500;
  border-radius: 50px;
  position: absolute;
  top: 490px;
  /* padding: 3px 10px; */
  right: 2rem;
  background: aliceblue;
  height: 40px;
}

.ficha .cintilloEntrega p {
  margin: 0;
  width: 100%;
  height: 100%;
  background: aliceblue;
  padding: 5px 15px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

._landing-modelos .cintilloEntrega {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 500;
  border-radius: 50px;
  position: absolute;
  top: 130px;
  /*padding: 3px 10px;*/
  right: 25%;
  background: aliceblue;
}

._landing-modelos ul.slides {
  margin-left: 6rem;
}

.catalogo .paddingCatalogoBAjaCoches {
  padding-top: 60px;
}

.catalogo .divSinResultadosCatalogo {
  font-family: 'airstrike';
  font-size: 2em;
  margin-top: -2em;
  position: absolute;
}

._tienda .divSinResultadosCatalogo button {
  color: #fff;
  background-color: #30363A;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0;
  box-shadow: 0px 0px 12px #FFFFFF;
  border-radius: 50px;
  padding: 10px 30px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.7em !important;
}

._tienda .divSinResultadosCatalogo button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
  box-shadow: 0px 0px 12px #20DDD2;
  border: 2px solid #fff !important;
}

.catalogo .box-catalogo .cintilloEntrega p {
  margin: 0;
  width: 99%;
  height: 34px;
  background: aliceblue;
  padding:5px 15px;
  border-radius:50px;
}

._landing-modelos  .cintilloEntrega p {
  margin: 0;
  width: 99%;
  height: 34px;
  background: aliceblue;
  padding:5px 15px;
  border-radius:50px;
  color:#000;
  text-align:center;
}

  .catalogo .box-catalogo .cintilloConbustible p {
    color: #fff;
  }
        .catalogo .producto .texto .titulo a {
          color: #fff;
          font-size: 1.3em;
       }

      .catalogo .producto .texto p {
        font-size: 2em;
        font-family: 'Calibri Heavy';
        line-height: 18px;
        margin-bottom: 10px;
        color: #fff;
        text-align: left;
        }
        
      .catalogo .producto .texto .precios {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
      }
        .catalogo .producto .texto .precios span {
          margin: 0 5px; }
        .catalogo .producto .texto .precios .actual {
          font-size: 1.3em;
          font-family: 'Calibri Light';
          margin-bottom: 0px;
          color: #fff;
      }

      .detallesTipoVehiculo {
        display: flex;
        width: 100%;
        justify-content: space-between; /* Separa los elementos igualmente */
        list-style: none; /* Elimina los estilos por defecto de la lista */
        padding-top: 10px; /* Añade un espacio en la parte superior */
        margin: 0; /* Elimina el margen por defecto */
        color: #fff; /* Establece el color del texto */
      }

      .detallesTipoVehiculo figure {
        width: 30px;
        height: 30px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin:0;
      }

    .detallesTipoVehiculo figure img {
      max-width: 100%;
      min-width: 100%;
      min-height: 100%;
    }

      .detallesTipoVehiculo li {
        position: relative; /* Para el pseudoelemento del borde */
        width: calc(100% / 3); /* Divide el ancho entre el número de 'li' */
        box-sizing: border-box; /* Incluye padding en el cálculo del ancho */
        display: flex;
        justify-content: center;
        align-items:center;
      }
      
      .detallesTipoVehiculo li:not(:last-child)::after {
        content: ''; /* Crea un pseudoelemento para el borde */
        position: absolute; /* Posicionamiento absoluto respecto al 'li' */
        right: 0; /* Alineado a la derecha del 'li' */
        top: 0; /* Alineado a la parte superior del 'li' */
        bottom: 0; /* Alineado a la parte inferior del 'li' */
        border-right: 1px solid #fff; /* Estilo del borde */
      }
      
      .detallesTipoVehiculo li:last-child {
        padding-right: 0; /* No necesita padding en el último elemento */
      }
      

      .catalogo .producto .texto .precios p {
        margin: 0;
      }
        .catalogo .producto .texto .precios .anterior {
          font-size: 16px;
          font-family: "Calibri Regular";
          line-height: 24px;
          margin-bottom: 0px;
          color: #fff;
          text-decoration: line-through;
          }

.carrusel-destacados [class*='col-'] {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.catalogo .carousel-arrows .slick-arrow {
  font-size: 24px;
  padding: 8px;
  color: #FFDA00;
  position: absolute; }

.carousel-arrows li.prev-destacados {
  left: -30px; }

.carousel-arrows li.next-destacados {
  right: -30px; }

.catalogo .carousel-arrows {
  position: absolute;
  bottom: 75%;
  margin-bottom: 0px;
  display: block;
  width: 100%;
  left: 0; }

.catalogo .slick-initialized .slick-slide {
  padding: 0; }

  /* Estilos de precios en catalogo  */

 .productoIndividual .precios {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

 .productoIndividual .precios span {
    margin: 0 5px;
}


  /* Aqui van a petar los estilos en la llamada de atencion */

.imgGenteRandom {
  display: flex;
  align-items: end;
  height: 100%;
}

  .centrandoLlamadaAtencion {
    height: 840px;
    display: grid;
    place-items: center;
  }

  .centrandoLlamadaAtencion p {
    font-size: 1.1em;
  }

  .centrandoItemsLlamadaAtencion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

.llamadaAtencion {
    margin-top: 90px;
    max-height: 840px;
    height: 820px;
    overflow: hidden;
  }

  .llamadaAtencion i {
    font-size: 3em;
  }

  .llamadaAtencion h2 {
    color: #000;
    font-family: 'Calibri Heavy';
    text-transform: uppercase;
    font-size: 3em;
  }

  .llamadaAtencion h3 {
    margin-bottom: 40px;
    font-family: 'Calibri Regular';
    font-size: 1.9em;
    text-transform: initial;
    margin-top: 30px;
  }

  .llamadaAtencion p {
    text-align: center;
    max-width: 306px;
    margin-top: 15px;
  }

  /* ESTILOS SLIDER */

  .testimonios-item {
    position: relative;
    margin: -8px;
    padding: 63px 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    background: #fff;
    min-width: 619px;
    min-height: 450px;
    }
    
    .testimonios-item p {
      font-size: 1.1em;
    }

    .testimonios-item h3 {
      font-family: 'Calibri Regular' !important;
      font-size: 1.3em !important;
      text-transform: uppercase !important;
    }

    .testimonios-item:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      bottom: -20px;
      right: 40px;
      border-style: solid;
      border-width: 20px 10px 0 10px;
      border-color: #fff transparent transparent;
      z-index: 1; 
      display: none;
    }
    .testimonios-item-tag {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 40px 40px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      top: 69px;
      right: 56px;
      color: #fff;
      background: #c5cd4a;
      border-radius: 50%;
      overflow: hidden;
      width: 100px;
      height: 100px;
    }
      .testimonios-item-tag__img {
        max-width: 50px;
        max-height: 50px;
        }
        .testimonios-item-tag__img .svg path {
          fill: #fff; }

      .testimonios-item-tag__texto {
        display: none;
      }

      .testimonios-item-tag__texto > :first-child {
        font-size: .9em;
        text-transform: uppercase; }
    .testimonios-item-icono__img {
      width: 50px;
      height: 50px; }
    .testimonios-item-info {
      margin-left: 20px; }
      .testimonios-item-info__titulo > :first-child {
        font-size: 1.5em; }
      .testimonios-item-info__subtitulo {
        font-size: .9em;
        font-weight: 700;
        color: #71BCDF;
        text-transform: uppercase; }
      .testimonios-item-info__texto {
        margin-top: 20px;
        font-size: 1.1em; }

  /* ESTILOS DE TESTIMONIOS FINALES  */

  .testimoniosFinales {
    background-color: #d9d9d9;
  }

  

  .altoTestimonio h2 {
    color: #000;
    font-family: 'Calibri Heavy';
    text-transform: uppercase;
    font-size: 3em;
    margin-top: 100px;
  }

  .altoTestimonio h3 {
    margin-bottom: 40px;
    font-family: 'Calibri Light';
    font-size: 2.2em;
    text-transform: initial;
    margin-top: 30px;
  }


  /* ESTILOS INFO FINAL  */

  .infoFinal {
    background-image: url("/img/tipos-de-papel.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .cuadroInformativo {
    background-color: #FFDA00;
    margin: 102px 23em;
    justify-content: center;
    align-items: center;
    padding: 2.3em 4em;
  }

  .cuadroInformativo i {
    font-size: 3em;
  }

  .cuadroInformativo h2 {
    color: #000;
    font-family: 'Calibri Heavy';
    text-transform: uppercase;
    font-size: 2.7em;
    margin-top: 10px;
  }

  .cuadroInformativo h3 {
    margin-bottom: 20px;
    font-family: 'Calibri Light';
    font-size: 2em;
    text-transform: initial;
    margin-top: 20px;
  }

  .cuadroInformativo p {
    color: #000;
    font-family: "Calibri Regular";
    font-size: 1.1em;
    text-align: center;
  }

  .lineblanco {
    background-color: #fff;
  }

  .lineFondoBlanco {
    background-color: transparent;
  }

  .lineFondoBlanco i {
    font-size: 2.3em;
  }

  .lineFondoBlanco h3 {
    font-family: "Calibri Light";
    font-size: 2.2em;
    color: #000;
  }

  .lineFondoBlanco p {
    font-family: "Calibri Regular";
    color: #000;
    font-size: 1.1em;
    margin-bottom: 0;
    margin-top: 5px;
  }

  .marginBandillo {
    margin: 10px 0 0 0;
  }

  .bloqueFinal .d-flex:first-child {
    padding: 18px;
  } 

  /* .bloqueFinal div:nth-child(1) {
    margin-top: -5px;
  } */

  .bloqueFinal div:nth-child(2) {
    margin-left: 20px;
  }

  .bloqueFinal div:nth-child(3) {
    padding: 10px;
    margin-left: 20px;
  }



.situacion-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-top: 50px;
  margin-bottom: 140px;
  position: relative;
  padding: 70px 0 90px;
  background-size: cover !important; }
  .situacion-home:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    opacity: 0.9;
    }
  .situacion-home .container {
    position: relative;
    z-index: 9; }
  .situacion-home .titulo-seccion {
    margin-bottom: 0;
    text-align: center; }
  .situacion-home .titulo-seccion .texto {
    margin-bottom: 40px; }
  .situacion-home .titulo-seccion .texto i {
    font-size: 28px;
    color: #fff;
    margin-bottom: 5px;
    display: block; }
  .situacion-home .titulo-seccion .texto .titulo, .situacion-home .titulo-seccion .texto p, .situacion-home .titulo-seccion .texto small {
    color: #000;
    font-family: 'Calibri Heavy';
    text-transform: uppercase;
    font-size: 3em;
    }
  .situacion-home .titulo-seccion .texto p {
    margin-bottom: 40px;
    font-family: 'Calibri Regular';
    font-size: 1.9em;
    text-transform: initial;
    }
  .situacion-home .botones {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0;
    text-align: center; }
    .situacion-home .botones a {
      font-family: "Calibri Regular";
    text-transform: uppercase;
    color: #fff;
    background: #FFDA00;
    font-size: 18px;
    padding: 14px 36px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    display: inline-block;
    position: relative;
    background: #FFDA00;
    color: #000;
    margin: 0 10px;
    width: 310px;
   }
      .situacion-home .botones a:hover {
        background: #000000; }
      .situacion-home .botones a:hover {
        color: #fff; }
    .situacion-home .botones a:nth-of-type(2) {
      background: #4caf50;
      color: #fff;
      border: 2px solid #4caf50; }
      .situacion-home .botones a:nth-of-type(2):hover {
        color: #4caf50;
        background: #fff;
        border: 2px solid #fff; }

.testimonios-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px; }
  .testimonios-home .titulo-seccion .texto p {
    margin-bottom: 30px;
    padding-right: 60px; }
  .testimonios-home .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0; }
    .testimonios-home .box .testimonio {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 40px; }
      .testimonios-home .box .testimonio .box-img {
        display: inline-block;
        float: left;
        width: 30%;
        text-align: center;
        padding-top: 35px; }
        .testimonios-home .box .testimonio .box-img .img {
          display: inline-block;
          width: 90px;
          height: 90px;
          margin: 0;
          position: relative;
          margin: auto;
          margin-bottom: 15px;
          border-radius: 50%;
          overflow: hidden; }
          .testimonios-home .box .testimonio .box-img .img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center; }
        .testimonios-home .box .testimonio .box-img span {
          font-size: 16px;
          font-family: "Calibri Regular";
          line-height: 20px;
          margin-bottom: 0px;
          color: #000; }
      .testimonios-home .box .testimonio .box-texto {
        display: inline-block;
        float: left;
        width: 70%;
        position: relative;
        border-left: 1px solid #FFDA00;
        padding: 15px 0 15px 48px; }
        .testimonios-home .box .testimonio .box-texto:after {
          content: "\f18e";
          font-family: "Flaticon";
          font-size: 34px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          left: -18px;
          color: #FFDA00;
          background: #fff;
          padding: 5px 0; }
        .testimonios-home .box .testimonio .box-texto span {
          font-size: 24px;
          font-family: "Calibri Heavy";
          line-height: 32px;
          margin-bottom: 15px;
          color: #000;
          font-style: italic;
          display: block; }
        .testimonios-home .box .testimonio .box-texto p {
          font-size: 16px;
          font-family: "Calibri Regular";
          line-height: 24px;
          margin-bottom: 0px;
          color: #000; }
    .testimonios-home .box .testimonio:nth-of-type(even) .box-img {
      float: right; }
    .testimonios-home .box .testimonio:nth-of-type(even) .box-texto {
      border-left: none;
      border-right: 1px solid #FFDA00;
      padding: 15px 48px 15px 0px; }
      .testimonios-home .box .testimonio:nth-of-type(even) .box-texto:after {
        left: auto;
        right: -18px; }

.blog-home {
  display: inline-block;
  width: 100%;
  margin-bottom:0;
  padding: 35px 0 0 0;
  background: linear-gradient(108.73deg, #000000 0.51%, #30363A 84.9%);
  margin-top: -1px;
  }

  .blog-home h2 {
    color: #fff;
  }
  .blog-home .titulo-seccion {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center; }
  .blog-home .detalle {
    display: inline-block;
    width: 26px;
    height: 18px;
    line-height: 28px;
    text-align: center;
    background: #8dbccc;
    position: relative;
    margin: 5px auto;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg); }
    .blog-home .detalle:before {
      content: "";
      position: absolute;
      top: -6px;
      left: 0;
      width: 0;
      height: 0;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      border-bottom: 6px solid #8dbccc;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all; }
    .blog-home .detalle:after {
      content: "";
      position: absolute;
      bottom: -6px;
      left: 0;
      width: 0;
      height: 0;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      border-top: 6px solid #8dbccc;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all; }
  .blog-home .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0; }
    .blog-home .box .noticia {
      display: flex;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      }
      .blog-home .box .noticia .img {
        display: flex;
        width: 100%;
        height: 400px;
        margin: 0;
        position: relative;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .blog-home .box .noticia .img a {
      min-width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

        ._index .blog-home .box .noticia .img {
          height: 282px;
      }

      .blog-imagen-mod .box .noticia .img {
          display: inline-block;
          width: 100%;
          height: 480px;
          margin: 0;
          position: relative;
          margin-bottom: 20px;
          }
        .blog-home .box .noticia .img .hover {
          width: 100%;
          height: 100%;
          background: #20ddd242;
          text-align: center;
          position: absolute;
          opacity: 0;
          top: 0;
          left: 0;
          }
          .blog-home .box .noticia .img .hover .texto-hover {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            z-index: 9; }
            .blog-home .box .noticia .img .hover .texto-hover img {
              width: 133px;
              filter: invert(1);
              }
          .blog-home .box .noticia .img .hover .texto-hover span button {
            color: #fff;
            background-color: #30363A;
            position: relative;
            overflow: hidden;
            z-index: 1;
            margin-bottom: 20px;
            box-shadow: 0px 0px 12px #FFFFFF;
            border-radius: 50px;
            padding: 13px 42px;
            border: 2px solid #fff;
          }

          ._index .blog-home .box .noticia .img .hover .texto-hover span, ._blog .blog-home .box .noticia .img .hover .texto-hover span {
            background: #212529;
            padding: 15px 30px;
            border-radius: 50px;
            cursor: pointer;
          }

          ._index .blog-home .box .noticia .img .hover .texto-hover span:hover, ._blog .blog-home .box .noticia .img .hover .texto-hover span:hover {
            opacity: .9;
          }

          .blog-home .box .noticia .img .hover .texto-hover span button:hover {
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
            box-shadow: 0px 0px 12px #20DDD2;
          }

          .blog-home .box .noticia .img .hover .texto-hover span button::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 50px;
            background: linear-gradient(180deg, #155F5B, #20DDD2);
            opacity: 0;
            /*Inicialmenteestablecelaopacidaden0*/transition: opacity 0.5s ease-in-out;
            /*Controlalavelocidaddelaanimación*/z-index: -1;
             /* Coloca el fondo detrás del texto */    
            -webkit-transition: opacity 0.5s ease-in-out;
            -moz-transition: opacity 0.5s ease-in-out;
            -ms-transition: opacity 0.5s ease-in-out;
            -o-transition: opacity 0.5s ease-in-out;
      }
          
      .blog-home .box .noticia .img .hover .texto-hover span button:hover::before {
            opacity: 1; /* Aumenta la opacidad para revelar el fondo en el hover */
          }

          .blog-home .box .noticia .img .hover:hover {
            opacity: 1; }
        .blog-home .box .noticia .img img {
          min-width: 100%;
          min-height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center; }
      .blog-home .box .noticia .fecha {
        display: inline-block;
        width: 74px;
        /* border-right: 1px solid #bbb; */
        float: left;
        text-align: center;
        padding-right: 5px; }
        .blog-home .box .noticia .fecha span {
          font-size: 44px;
          font-family: "Calibri Heavy";
          line-height: 44px;
          margin-bottom: 3px;
          color: #bbb;
          display: block;
          }
          .blog-home .box .noticia .fecha small {
            font-size: 16px;
            font-family: 'Calibri Regular';
            line-height: 16px;
            margin-bottom: 0px;
            color: #20DDD2;
            display: block;
            text-transform: uppercase;
        }
          .blog-home .box .noticia .texto {
            display: inline-block;
            width: 100%;
            float: left;
            padding: 10px 35px;
        }

        ._index .blog-home .box .noticia .texto {
          display: inline-block;
          width: 100%;
          float: left;
          padding: 30px 45px;
          background: #d9d9d9;
      }
        .blog-home .box .noticia .texto .titulo {
          font-size: 22px;
          font-family: "Calibri Heavy";
          line-height: 26px;
          margin-bottom: 15px;
          color: #000;
          margin-bottom:30px;
        }
          .blog-home .box .noticia .texto .titulo a {
            color: #000;
            font-size:1.5em;}
            .blog-home .box .noticia .texto .titulo a:hover {
              color: #000; }
        .blog-home .box .noticia .texto p {
          font-size: 1.2em;
          font-family: 'Calibri Light';
          line-height: 20px;
          color: #444;

          }
          .blog-home .box .noticia .texto .leerMas button {
            color: #fff;
            background-color: #30363A;
            position: relative;
            overflow: hidden;
            z-index: 1;
            margin-top: 20px;
            box-shadow: 0px 0px 12px #FFFFFF;
            border-radius: 50px;
            padding: 13px 42px;
            border: 2px solid #fff;
        }
          .blog-home .box .noticia .texto .leerMas button:hover {
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
            box-shadow: 0px 0px 12px #20DDD2;
            }


            .blog-home .box .noticia .texto .leerMas button::before {
              content: "";
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 100%;
              border-radius: 50px;
              background: linear-gradient(180deg, #155F5B, #20DDD2);
              opacity: 0;
              /*Inicialmenteestablecelaopacidaden0*/transition: opacity 0.5s ease-in-out;
              /*Controlalavelocidaddelaanimación*/z-index: -1;
               /* Coloca el fondo detrás del texto */    
              -webkit-transition: opacity 0.5s ease-in-out;
              -moz-transition: opacity 0.5s ease-in-out;
              -ms-transition: opacity 0.5s ease-in-out;
              -o-transition: opacity 0.5s ease-in-out;
        }
            
        .blog-home .box .noticia .texto .leerMas button:hover::before {
              opacity: 1; /* Aumenta la opacidad para revelar el fondo en el hover */
            }

.mas {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  padding: 80px 0;
  text-align: center; }
  .mas p {
    font-size: 22px;
    font-family: "Calibri Regular";
    line-height: 26px;
    margin-bottom: 0px;
    color: #000; }
  .mas a {
    text-decoration: underline;
    font-family: "Calibri Heavy"; }

/*aviso legal*/
._legal .cabecera {
  margin-bottom: 0; }

  .texto-legal {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding-bottom: 80px;
}

  .texto-legal a {
    color: #000000;
    font-family: 'Calibri Heavy';
  }

  .texto-legal a:hover, .texto-legal a:active {
    color: #2098d1;
  }

  .texto-legal h4, .texto-legal h2 {
    font-size: 22px;
    font-family: "Calibri Heavy";
    line-height: 26px;
    margin-bottom: 30px;
    color: #000; }
  /* .texto-legal a {
    font-family: "Calibri Heavy";
    text-decoration: underline;
    color: #FFDA00; }
    .texto-legal a:hover {
      color: #8dbccc; } */
  .texto-legal ul {
    padding-left: 40px; }
    .texto-legal ul li {
      list-style-type: disc; }
  .texto-legal table {
    margin-bottom: 40px; }
  .texto-legal tr:nth-of-type(1) {
    background: #999 !important;
    color: #fff !important;
    padding: 12px !important; }
  .texto-legal tr td {
    padding: 12px !important; }
  .texto-legal p {
    font-family: 'Calibri Light';
  }


  /* ESTILOS SECCION OUNIVERSE FULL */

  ._ouniverse .formOuniverse .paddingOuniverseForm {
		padding-left: 5px;
	}

.ouniverseFull {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, #FFFFFF 100%), url(/img/composicion-uv.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-attachment: fixed;
}

.menuOuniverseFinal {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 160px 30px 40px 30px;
}
.menuOuniverseFinal a {
  color: #30363A;
}

.btn_tab_ouniverse {
  cursor:pointer;
}

.ms-info h3 {
  font-size: 3em;
  font-family: 'Calibri Light';
  padding: 30px 0;
  line-height: 1;
  font-weight: 300;
  color: #222222;
  text-align: center;
  min-height: 160px;
}

.espacioSliderOuniverseBtn {
  margin-top: 50px;
  margin-bottom: 50px;
}

.activeBtnOuniverseSlider {
  padding-bottom: 10px;
  border-bottom: 1px solid #30363A;
  font-family: 'Calibri Heavy';
}

.ms-info p {
  min-height: 100px;
  color: #3d3d3d;
}


.flexsliderOuniverse {
  position: relative;
  display: inline-block;
  z-index: 1;
  float: left;
  margin: 0;
  padding: 0;
  border: 0px;
  width: 100%;
  height:400px;
}

.flexsliderOuniverse .flex-direction-nav {
  position: absolute;
  top: 45%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.flexsliderOuniverse .flex-direction-nav li a {
  font-size: 1.6em;
  font-family: "Calibri Heavy",sans-serif;
  color: #609BC5;
  -webkit-text-stroke: 2px #609BC5;
}

.flexsliderOuniverse .flex-direction-nav li a.flex-disabled {
  display:inline !important;
}


.flexsliderOuniverse .slides li img.img-fluid {
  min-height:400px;
  min-width:100%;
}
.flexsliderOuniverse .slides {
  position: relative;
  display: inline-flex;
  z-index: 1;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height:400px;
  /* ESTO LA BORRAMOS CUANDO EL CARRUSEL FUNCIONE 
  max-width:100%;
  justify-content:center;
  /* FIN ESTO LA BORRAMOS CUANDO EL CARRUSEL FUNCIONE */
}

.flexsliderOuniverse .slides figure {
  max-width: 700px;
  max-height: 360px;
  overflow: hidden;
  opacity: 0.35;
}
.flexsliderOuniverse .slides figure.activeOuniverse {
  opacity: 1;
}
#masterslider figure img {
  width: 100%;
  padding: 10px;
}

.ms-info {
  max-width: 450px;
}

.ms-slide-info {
  display: flex;
  justify-content: center;
}
.flexsliderOuniverse .slides li {
  position: relative;
  }

  @media (max-width:2239px) and (min-width:1024px) {
    .flexsliderOuniverse .slides li:first-child {
    margin-left: 10px;
  }
  .sliderColumnaFija {
    flex-direction: row !important;
    background: transparent !important;
    gap: 8px;
  }
  }
@media (min-width:2240px)
{
  .sliderColumnaFija {
    flex-direction: row !important;
    background: transparent !important;
  }
  .flexsliderOuniverse .slides li:first-child {
    margin-left: 50px;
  }
}

.flexsliderOuniverse .flex-caption {
  display: inline-block;
  z-index: 1;
  position: absolute;
  bottom: 30%;
  left: 12%;
  height: auto;
  width: 650px;
  margin-top: 85px;
  word-break: break-word;
}
.flexsliderOuniverse.flex-caption span {
  font-size: 22px;
  font-family: "RobotoSlab Bold";
  line-height: 26px;
  margin-bottom: 10px;
  color: #000;
  display: block;
  text-transform: uppercase; }
.flexsliderOuniverse.flex-caption h1 {
  font-size: 64px;
  font-family: "Calibri Light";
  line-height: 64px;
  margin-bottom: 0px;
  color: #fff;
}
.flexsliderOuniverse.flex-control-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  display: inline-block;
  z-index: 100000;
  bottom: 80px;
  left: 50%;
  text-align: center;
  width: 50%;
  margin-left: -25%; }
.flexsliderOuniverse.flex-control-nav li {
  position: relative;
  display: inline-block;
  z-index: 1;
  float: none;
  margin: 0;
  padding: 0 5px; }
.flexsliderOuniverse.flex-control-nav li a {
  display: inline-block;
  background: #8dbccc;
  text-indent: -999999px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 12px;
  height: 6px;
  cursor: pointer;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  position: relative;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg); }
.flexsliderOuniverse.flex-control-nav li a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 4px solid #8dbccc;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all; }
.flexsliderOuniverse.flex-control-nav li a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 4px solid #8dbccc;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all; }
.flexsliderOuniverse.flex-control-nav li a:hover {
  background: #FFDA00; }
.flexsliderOuniverse.flex-control-nav li a:hover:before {
  border-bottom: 4px solid #FFDA00; }
.flexsliderOuniverse.flex-control-nav li a:hover:after {
  border-top: 4px solid #FFDA00; }
.flexsliderOuniverse.flex-control-nav li a.flex-active {
  background: #FFDA00; }
.flexsliderOuniverse.flex-control-nav li a.flex-active:before {
  border-bottom: 4px solid #FFDA00; }
.flexsliderOuniverse.flex-control-nav li a.flex-active:after {
  border-top: 4px solid #FFDA00; }





  

/*contacto*/

.form-contacto {
  display: inline-block;
  width: 100%;
  background-color: #fff;
}

._contacto form .titulo {
  color: #fff;
}

._contacto form p {
  color: #fff;
  font-family: "Calibri Light";
}

.margenContactoOk {
  padding-bottom: 36px !important;
  padding-top: 36px;
}

  .margenContactoOk h2 {
    font-size: 40px;
    font-family: "Calibri Heavy";
    line-height: 44px;
    color: #000;
  }

  .margenContactoOk .contactoGracias {
    font-size: 1.4em;
    font-family: "Calibri Heavy";
    line-height: 24px;
    margin-bottom: 30px;
    color: #000;
    display: block;
  }

  .margenContactoOk .svg {
    height: 60px;
    margin-bottom: 10px;
    width: initial;
  }

  .form-contacto form {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    padding: 60px 50px;
  }
    .form-contacto form .polPriv label {
      background: #999; }
    .form-contacto form .polPriv-text {
      color: #fff; }
    .form-contacto form .polPriv a {
      font-size: 14px;
      font-weight: 100;
      color: #FFDA00; }
      .form-contacto form .polPriv a:hover {
        color: #8dbccc; }
    .form-contacto form .btn-enviar {
      font-family: "Calibri Heavy";
      text-transform: uppercase;
      color: #fff;
      background: #FFDA00;
      font-size: 16px;
      padding: 14px 36px;
      border-radius: 50px;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
      display: inline-block;
      position: relative;
      border: 2px solid #FFDA00;
      padding: 12px 36px; }
      .form-contacto form .btn-enviar:hover {
        background: #8dbccc;
        border: 2px solid #8dbccc; }
  .form-contacto .titulo {
    font-family: 'airstrike';
    font-size: 3em;
    line-height: 38px;
    margin-bottom: 20px;
    color: #000; 
    margin-bottom: 5px;
  }



.mapa {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  height: 100%;
  }
  .mapa .titulo {
    text-align: center;
    margin-bottom: 5px; }
  .mapa span {
    font-size: 18px;
    font-family: "Calibri Regular";
    line-height: 24px;
    margin-bottom: 25px;
    color: #666;
    text-align: center;
    display: block; }

#map2 {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: -7px;
  height: 100%; }

.hitos-contacto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
  background: #eeeeee;
  padding: 60px 0; }
  .hitos-contacto .titulo {
    font-size: 40px;
    font-family: "Calibri Regular";
    line-height: 46px;
    margin-bottom: 5px;
    color: #000;
    display: block; }
  .hitos-contacto p {
    font-size: 20px;
    font-family: "Calibri Regular";
    line-height: 24px;
    margin-bottom: 40px;
    color: #000; }
  .hitos-contacto .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0; }
    .hitos-contacto .box .hito {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0;
      padding: 0 15px; }
      .hitos-contacto .box .hito i {
        font-size: 36px;
        color: #FFDA00;
        margin-bottom: 10px; }
      .hitos-contacto .box .hito span {
        font-size: 20px;
        font-family: "Calibri Heavy";
        line-height: 24px;
        margin-bottom: 10px;
        color: #000;
        text-transform: uppercase;
        display: block; }
      .hitos-contacto .box .hito p {
        font-size: 16px;
        font-family: "Calibri Regular";
        line-height: 20px;
        margin-bottom: 5px;
        color: #000; }
      .hitos-contacto .box .hito strong {
        color: #000;
        font-size: 18px; }
      .hitos-contacto .box .hito a {
        font-size: 18px;
        font-family: "Calibri Heavy";
        line-height: 24px;
        margin-bottom: 0px;
        color: #FFDA00;
        display: inline-block;
        margin: 0 4px; }
        .hitos-contacto .box .hito a:hover {
          color: #8dbccc; }
    .hitos-contacto .box .hito-whatsapp a {
      text-transform: uppercase;
      text-decoration: underline;
      font-size: 16px;
      font-family: "Calibri Heavy"; }

.box-redes {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
  text-align: center; }
  .box-redes .flaticon-hands {
    font-size: 36px;
    margin-bottom: 5px;
    display: block;
    color: #FFDA00; }
  .box-redes .titulo {
    font-size: 40px;
    font-family: "Calibri Regular";
    line-height: 46px;
    margin-bottom: 10px;
    color: #000;
    display: block; }
  .box-redes p {
    font-size: 20px;
    font-family: "Calibri Regular";
    line-height: 26px;
    margin-bottom: 20px;
    color: #000; }
  .box-redes a {
    display: inline-block;
    margin: 0 15px; }
  .box-redes a .icono {
    width: 46px;
    height: 46px;
    font-size: 26px;
    font-family: "Calibri Regular";
    line-height: 44px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    background: #FFDA00;
    border-radius: 50%;
    display: inline-block;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all; }
  .box-redes a span {
    font-size: 16px;
    font-family: "Calibri Heavy";
    line-height: 20px;
    margin-bottom: 0px;
    color: #000;
    display: block;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all; }
  .box-redes a:hover .icono {
    background: #8dbccc; }
  .box-redes a:hover span {
    color: #8dbccc; }

.calentim-container .calentim-input {
  width: 406px !important; }

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span {
  background: #FFDA00 !important; }

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end {
  background: #8dbccc !important; }

.calentim-container .calentim-input .calentim-footer .calentim-apply {
  background: #FFDA00; }

.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover, .calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover, .calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover, .calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover {
  color: #FFDA00; }

.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover, .calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover, .calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover, .calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover {
  background: #FFDA00; }

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current {
  background: #FFDA00; }

.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover, .calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover, .calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover, .calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover, .calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover, .calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover, .calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover, .calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover, .calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover, .calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover, .calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover, .calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover {
  background: #FFDA00; }

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current {
  background: #FFDA00; }

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev {
  color: #FFDA00; }

/*faq*/
.faq {
  display: inline-block;
  width: 100%;
  margin-bottom: 0; }

.box-faq {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  width: 95%;
  margin-bottom: 20px; }
  .box-faq .card {
    border: none;
    border-radius: 0;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%; }
  .box-faq .card-header {
    padding: 0;
    background-color: transparent;
    border: none !important; }
  .box-faq .card-body {
    position: relative;
    padding: 15px 15px 15px 40px; }
    .box-faq .card-body:before {
      content: "\f064";
      font-family: "FontAwesome";
      font-size: 18px;
      color: #8dbccc;
      position: absolute;
      left: 10px; }
    .box-faq .card-body a {
      color: #FFDA00;
      font-family: "Calibri Heavy";
      text-decoration: underline; }
      .box-faq .card-body a:hover {
        color: #8dbccc; }
    .box-faq .card-body p {
      font-size: 16px;
      font-family: "Calibri Regular";
      line-height: 24px;
      margin-bottom: 15px;
      color: #000; }
    .box-faq .card-body ul {
      padding-left: 25px; }
    .box-faq .card-body ul li {
      margin-bottom: 8px;
      list-style: disc; }
  .box-faq .btn-link {
    font-weight: 100;
    font-family: "Calibri Regular";
    font-size: 18px;
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 15px 75px 15px 15px;
    width: 100%;
    text-align: left;
    border-radius: 0;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    position: relative; }
    .box-faq .btn-link:hover {
      color: #000;
      background: #eee;
      text-decoration: none; }
    .box-faq .btn-link .num {
      font-size: 18px;
      line-height: 25px;
      float: left;
      font-family: "Calibri Heavy";
      margin-right: 10px;
      color: #FFDA00;
      display: inline-block; }
    .box-faq .btn-link .pregunta {
      font-size: 18px;
      line-height: 25px;
      font-family: "Calibri Heavy";
      white-space: normal;
      display: inline-block;
      width: 95%;
      margin: 0;
      float: left; }
    .box-faq .btn-link:after {
      content: "-";
      font-family: "Calibri Heavy";
      color: #fff;
      font-size: 15px;
      position: absolute;
      right: 20px;
      top: 18px;
      background: #FFDA00;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 16px;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all; }
    .box-faq .btn-link.collapsed:after {
      content: "+";
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all; }
    .box-faq .btn-link .collapse.show:after {
      content: "-";
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all; }

.side-faq {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px; }
  .side-faq .box-side {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 40px; }

    .faqGeneral .side-faq .box-side {
      margin-bottom: 94px !important; }
    .side-faq .box-side .texto {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      padding: 25px 25px 20px;
      margin-bottom: 0px;
      background: #eee;
      border: 1px solid #ddd; }
      .side-faq .box-side .texto span {
        font-size: 22px;
        font-family: "Calibri Regular";
        line-height: 24px;
        margin-bottom: 5px;
        color: #000;
        display: block;
        text-align: center; }
    .side-faq .box-side .texto p {
      font-size: 1.1em;
      font-family: 'Calibri Light';
      line-height: 16px;
      margin-bottom: 0px;
      color: #000;
      text-align: center;
    }
    .side-faq .box-side ul {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0px;
      float: left;
      text-align: center; }
      .side-faq .box-side ul li {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin-bottom: 0px;
        float: left;
        position: relative; }
      .side-faq .box-side ul li a {
        font-size: 1.2em;
        font-family: 'Calibri Light';
        line-height: 22px;
        margin-bottom: 0px;
        color: #444;
        float: left;
        padding: 18px 30px 15px;
        border: 1px solid #ddd;
        border-top: none;
        background: #fff;
        display: inline-block;
        width: 100%;
        position: relative;
      }
          .side-faq .box-side ul li a:hover {
            background: #FFDA00;
            color: #fff; }
      .side-faq .box-side ul li.active a {
        background: #FFDA00;
        color: #000; }

/*blog*/
.blog-grid {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 30px;
  background: #fff;
  padding: 0; }
  .blog-grid .blog-home .box {
    margin-bottom: 40px; }
  .blog-grid .box .noticia {
    margin-bottom: 80px;
    background: #D9D9D9;
    position: relative;
    overflow: hidden;
  }
  .blog-grid .box .noticia .img {
    float: left;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .blog-grid .box .noticia .texto {
      width: 100%;
      padding: 30px 70px 25px 30px;
      text-align: left;
  }
  .blog-grid .box .noticia .fecha {
    width: 70px;
    border: 1px solid #eee;
    padding: 12px 0;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0; }
  .blog-grid .box .noticia .texto .titulo {
    font-size: 24px;
    line-height: 28px; }
  .blog-grid .box .noticia .texto p {
    font-size: 1.2em;
    line-height: 26px;
    }
  .blog-grid .box .noticia .fecha span {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 2px; }

    .side-blog {
      display: inline-block;
      width: 100%;
      margin-bottom: 60px;
      position: sticky;
      overflow: hidden;
      top: 100px;
  }
  .side-blog .box-side {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 40px;
    overflow: hidden;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #ddd;
    text-align: right; }
    .side-blog .box-side .titulo-side {
      font-size: 18px;
      font-family: "Calibri Heavy";
      line-height: 22px;
      margin-bottom: 0px;
      color: #000;
      text-transform: uppercase;
      display: block;
      padding: 12px;
      background: #20ddd2;
      position: relative;
      overflow: hidden;
      height: 60px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
  }
      .side-blog .box-side .titulo-side i {
        margin-right: 5px; }
    .side-blog .box-side ul {
      padding: 0 15px; }
    .side-blog .box-side ul li {
      margin: 0; }
      .side-blog .box-side ul li a {
        font-size: 1.1em;
        font-family: "Calibri Regular";
        line-height: 18px;
        margin-bottom: 0px;
        color: #000;
        width: 100%;
        display: block;
        padding: 20px 0;
        border-top: 1px solid #ddd;
        }
        .side-blog .box-side ul li a:hover {
          color: #666;
          }
        .side-blog .box-side ul li a span {
          color: #000;
          font-family: "Calibri Heavy";
          font-size: 14px;
          margin-left: 5px;
          }
      .side-blog .box-side ul li:nth-of-type(1) a {
        border-top: none; }

/*noticia*/
.blog-single {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  background: #fff;
  padding: 0; }
  .blog-single .box .noticia {
    margin-bottom: 40px;
    padding: 0;
    border: none;
    background: #fff;
    overflow: initial; }
    .blog-single .box .noticia:after {
      display: none; }
    .blog-single .box .noticia .img {
      width: 100%;
      height: 580px;
      margin-bottom: 20px; }
      .blog-single .box .noticia .img .fecha {
        width: 80px;
        height: 80px;
        top: 30px;
        left: 30px; }
      .blog-single .box .noticia .img .fecha span {
        font-size: 40px;
        line-height: 30px; }
      .blog-single .box .noticia .img .fecha small {
        font-size: 18px;
        line-height: 26px; }
      .blog-single .box .noticia .img .fecha:after {
        display: none; }
    .blog-single .box .noticia .texto {
      padding: 0;
      width: 100%;
      margin: 0;
      text-align: left; }
      .blog-single .box .noticia .texto .titulo {
        font-size: 54px;
        font-family: "Calibri Regular";
        line-height: 58px;
        margin-bottom: 20px;
        color: #000;
        text-transform: none; }
      .blog-single .box .noticia .texto h2 {
        font-size: 2em;
        font-family: "Calibri Heavy";
        line-height: 28px;
        margin-bottom: 15px;
        color: #000;
        margin-top: 30px; }
      .blog-single .box .noticia .texto p {
        font-size: 1.2em;
        font-family: 'Calibri Light';
        color: #000; }
      .blog-single .box .noticia .texto ul {
        padding: 10px 0 10px 40px !important; }
        .blog-single .box .noticia .texto ul li {
          list-style-type: none;
          font-family: 'Calibri Light';
          font-size: 1.1em;
          position: relative;
        }
        .blog-single .box .noticia .texto ul li::before {
          content: "\f169";
          font-family: "Flaticon";
          color: #15c6bc;
          position: absolute;
          top: 0px;
          left: -24px;
          font-size: 1em;
        }
        .blog-single .box .noticia .texto ol li {
          list-style-type: none;
          font-family: 'Calibri Light';
          font-size: 1.1em;
          position: relative;
        }
        .blog-single .box .noticia .texto ol li::before {
          content: "\f169";
          font-family: "Flaticon";
          color: #15c6bc;
          position: absolute;
          top: 3px;
          left: -24px;
          font-size: 1em;
        }

      .blog-single .box .noticia .texto a {
        color: #2dddec;
        font-family: "Calibri Heavy";
        text-decoration: underline; }
        .blog-single .box .noticia .texto a:hover {
          color: #8dbccc; }
      .blog-single .box .noticia .texto blockquote {
        width: 90%;
        border: none;
        padding: 30px 30px 30px;
        background: #fff;
        margin: 40px auto;
        text-align: center;
        position: relative; }
        .blog-single .box .noticia .texto blockquote:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 20px 0 0;
          border-color: #20ddd2 transparent transparent transparent;
          position: absolute;
          top: 0;
          left: 0;
      }
      .blog-single .box .noticia .texto blockquote:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 0px 20px 20px;
        border-color: transparent transparent #155f5b transparent;
        position: absolute;
        bottom: 0;
        right: 0;
    }
        .blog-single .box .noticia .texto blockquote p {
          font-size: 36px;
          font-family: "RobotoSlab Medium";
          line-height: 38px;
          margin-bottom: 0px;
          color: #333;
          font-style: italic; }
    .blog-single .box .noticia .galeria {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 20px;
      margin-top: 10px; }
      .blog-single .box .noticia .galeria .img-exposicion {
        width: 150px;
        height: 100px;
        position: relative;
        overflow: hidden;
        margin-bottom: 30px; }
        .blog-single .box .noticia .galeria .img-exposicion img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          width: 100%; }
        .blog-single .box .noticia .galeria .img-exposicion .hover {
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.5);
          opacity: 0;
          transition: 0.3s ease all;
          -webkit-transition: 0.3s ease all;
          -moz-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          -ms-transition: 0.3s ease all;
          position: absolute;
          top: 0;
          left: 0; }
          .blog-single .box .noticia .galeria .img-exposicion .hover i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            position: absolute;
            color: #fff;
            font-size: 20px; }
          .blog-single .box .noticia .galeria .img-exposicion .hover:hover {
            opacity: 1; }

      .box-compartir {
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
        background: #20ddd2;
        border-bottom: 1px solid #155f5b;
        padding: 6px 15px 5px;
        position: relative;
    }
  .box-compartir .compartir {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0; }

  .box-compartir .row {
    padding: 10px 30px;
  }
    .box-compartir .compartir span {
      margin-right: 10px;
      font-size: 16px;
      font-family: "Calibri Heavy";
      line-height: 20px;
      margin-bottom: 0px;
      color: #000;
      float: left; }
    .box-compartir .compartir .addthis_toolbox {
      display: inline-block;
      float: left; }
    .box-compartir .compartir a {
      color: #FFDA00;
      font-size: 18px;
      display: inline-block;
      float: left;
      margin-right: 3px;
      margin-bottom: 0 !important;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all; }
      .box-compartir .compartir a:hover {
        color: #8dbccc; }


      

        .box-btn-volver {
          background: #212529;
          border-radius: 50px;
          padding: 4px 10px;
          
        }

        .box-btn-volver:hover {
          opacity: .9;
        }
      .box-btn-volver a {
        font-size: 14px;
        font-family: 'Calibri Regular';
        line-height: 15px;
        margin-bottom: 0px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
      }
  .box-btn-volver a:hover {
    color: #fff; }
  .box-btn-volver a i {
    margin-right: 5px;
    font-size: 9px; }

/*SECCIÓN COMENTARIOS*/
.sec-comentarios {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px; }
  .sec-comentarios .title {
    font-size: 36px;
    font-family: "Calibri Heavy";
    line-height: 40px;
    margin-bottom: 15px;
    color: #000;
    display: block; }
  .sec-comentarios .titulo .comentarios {
    float: right;
    font-size: 14px;
    position: relative;
    top: 10px; }
  .sec-comentarios #form_responder_comentario {
    margin-top: 15px; }

.sec-comentarios .comentarios i {
  font-size: 20px;
  color: #8dbccc;
  margin-right: 2px; }

.sec-comentarios .bloque-comentarios {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  border: 1px solid #e4e4e4;
  padding: 20px; }

.sec-comentarios .bloque-comentarios .avatar {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
  float: left; }

.sec-comentarios .bloque-comentarios .texto {
  display: inline-block;
  width: 90%;
  float: left;
  padding-left: 20px;
  margin-bottom: 20px;
  padding-top: 5px; }

.sec-comentarios .bloque-comentarios .texto .nombre {
  font-size: 20px;
  line-height: 22px;
  color: #FFDA00;
  margin-bottom: 5px;
  display: block;
  font-weight: 100;
  font-family: "Calibri Regular"; }

.sec-comentarios .bloque-comentarios .texto .publicacion {
  font-size: 13px;
  line-height: 15px;
  color: #666;
  margin-bottom: 15px;
  display: block;
  font-weight: 500; }

.sec-comentarios .bloque-comentarios .texto p {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 400; }

.sec-comentarios .bloque-comentarios .texto a {
  font-size: 13px;
  line-height: 15px;
  color: #000;
  font-weight: 100;
  font-family: "Calibri Regular";
  text-decoration: underline;
  color: #FFDA00; }

.sec-comentarios .bloque-comentarios .texto a:hover {
  color: #8dbccc; }

.sec-comentarios .bloque-comentarios .respuesta {
  display: inline-block;
  width: 100%;
  float: left;
  padding-left: 85px; }

.sec-comentarios .sec-form-comentar .content-title {
  margin-bottom: 0; }

.sec-comentarios .comentar {
  display: inline-block;
  width: 100%;
  float: left; }

.sec-comentarios .comentar label {
  font-size: 12px;
  line-height: 12px;
  color: #000;
  font-weight: 500; }

.sec-comentarios .comentar input,
.sec-comentarios .comentar textarea {
  background: #eeeeee;
  border-radius: 0;
  font-size: 13px;
  border: 2px solid #eee;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none; }

.sec-comentarios .comentar input:focus,
.sec-comentarios .comentar textarea:focus {
  outline: 0;
  border: 2px solid #FFDA00; }

.sec-comentarios .comentar textarea {
  padding: 15px;
  margin-bottom: 15px; }

.sec-comentarios .comentar .polPriv span {
  font-size: 14px; }

.sec-comentarios .comentar .btn {
  float: right;
  padding: 10px 40px; }

.sec-form-comentar .content-title {
  margin-bottom: 0; }

.sec-form-comentar .comentar {
  display: inline-block;
  width: 100%;
  float: left; }

.sec-form-comentar .comentar label, #form_responder_comentario label {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-family: "Calibri Regular";
  font-weight: 100; }

.sec-form-comentar .comentar input,
.sec-form-comentar .comentar textarea, #form_responder_comentario input, #form_responder_comentario textarea {
  background: #eeeeee;
  border-radius: 0;
  font-size: 13px;
  border: 2px solid #eee;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  color: #333; }

.sec-form-comentar .comentar input:focus,
.sec-form-comentar .comentar textarea:focus, #form_responder_comentario input:focus, #form_responder_comentario textarea:focus {
  outline: 0;
  border: 2px solid #FFDA00; }

.sec-form-comentar .comentar textarea, #form_responder_comentario textarea {
  padding: 15px;
  margin-bottom: 15px; }

.sec-form-comentar .comentar .polPriv span {
  font-size: 14px; }

.sec-form-comentar .comentar .btn, #form_responder_comentario .btn {
  font-family: "Calibri Heavy";
  text-transform: uppercase;
  color: #fff;
  background: #FFDA00;
  font-size: 15px;
  padding: 14px 36px;
  border-radius: 50px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border: 2px solid #FFDA00;
  float: right;
  border-radius: 0; }
  .sec-form-comentar .comentar .btn:hover, #form_responder_comentario .btn:hover {
    background: #8dbccc;
    border: 2px solid #8dbccc; }

.sec-form-comentar {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px; }
  .sec-form-comentar .title {
    font-size: 36px;
    font-family: "Calibri Heavy";
    line-height: 40px;
    margin-bottom: 15px;
    color: #000;
    display: block; }

/*testimonios*/
.testimonios-grid {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px; }
  .testimonios-grid .box .testimonio {
    text-align: center;
    margin-bottom: 80px; }
  .testimonios-grid .img {
    display: inline-block;
    width: 180px;
    height: 180px;
    margin: 0;
    position: relative;
    border-radius: 50%;
    margin: auto;
    overflow: hidden; }
    .testimonios-grid .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
    .testimonios-grid .img:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 50%;
      border: 10px solid rgba(255, 255, 255, 0.5); }
  .testimonios-grid .texto {
    display: inline-block;
    width: 100%;
    padding: 20px 30px 5px; }
    .testimonios-grid .texto .nombre {
      font-size: 16px;
      font-family: "Calibri Heavy";
      line-height: 20px;
      margin-bottom: 10px;
      color: #FFDA00;
      text-transform: uppercase;
      display: block; }
    .testimonios-grid .texto .titular {
      position: relative;
      font-size: 28px;
      font-family: "Calibri Heavy";
      line-height: 34px;
      margin-bottom: 10px;
      color: #000;
      font-style: italic;
      display: inline-block; }
    .testimonios-grid .texto p {
      font-size: 16px;
      font-family: "Calibri Regular";
      line-height: 24px;
      margin-bottom: 15px;
      color: #000; }
  .testimonios-grid hr {
    position: relative;
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #8dbccc; }
    .testimonios-grid hr:after {
      content: "\f18e";
      font-family: "Flaticon";
      font-size: 34px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      color: #8dbccc;
      background: #fff;
      padding: 0px 12px; }

/* landind servicio */
.landing-servicio .bntBanner {
  margin-top: 2em;
  font-size: 1.1em;
}
.landing-servicio .foto-equipo {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  margin-top: -135px;
  height: 875px;
}

.landing-servicio .foto-equipo .img {
  display: inline-block;
  width: 100%;
  height: 100vh;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.landing-servicio .foto-equipo .img .img-equipo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.landing-servicio .foto-equipo .caption {
  position: absolute;
  bottom: 0;
  left: 75px;
  width: 90%;
  background: transparent;
  padding: 40px;
  z-index: 4;
}

.landing-servicio .botonesCardSlideCoche button {
  color: #fff;
  background-color: #30363A;
  padding: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0;
  box-shadow: 0px 0px 12px #FFFFFF;
  border-radius: 50px;
  padding: 10px 30px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
}

.landing-servicio .botonesCardSlideCoche button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
  box-shadow: 0px 0px 12px #20DDD2;
}

.landing-servicio .botonesCardSlideCoche button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #155F5B, #20DDD2);
  opacity: 0;
  /*Inicialmenteestablecelaopacidaden0*/transition: opacity 0.5s ease-in-out;
  /*Controlalavelocidaddelaanimación*/z-index: -1;
   /* Coloca el fondo detrás del texto */    
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
}

.landing-servicio .botonesCardSlideCoche button:hover::before {
  opacity: 1; /* Aumenta la opacidad para revelar el fondo en el hover */
}

.landing-servicio .botonesCardSlideCoche button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
  box-shadow: 0px 0px 12px #20DDD2;
  border: 2px solid #fff !important;
}





.landing-servicio .btnGeneral {
  margin-top: -100px;
}

.btnGeneral {
  color: #fff;
  background-color: #30363A;
  padding: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0;
  box-shadow: 0px 0px 12px #FFFFFF;
  border-radius: 50px;
  padding: 10px 30px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
}

.btnGeneral:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
  box-shadow: 0px 0px 12px #20DDD2;
}

.btnGeneral::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #155F5B, #20DDD2);
  opacity: 0;
  /*Inicialmenteestablecelaopacidaden0*/transition: opacity 0.5s ease-in-out;
  /*Controlalavelocidaddelaanimación*/z-index: -1;
  /* Coloca el fondo detrás del texto */
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
}

.btnGeneral:hover::before {
  opacity: 1; /* Aumenta la opacidad para revelar el fondo en el hover */
}

.btnGeneral:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
  box-shadow: 0px 0px 12px #20DDD2;
  border: 2px solid #fff !important;
}






/* ----------------------------- */

.catalogo .botonesCardSlideCoche button {
  color: #fff;
  background-color: #30363A;
  padding: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px #FFFFFF;
  border-radius: 50px;
  padding: 10px 30px;
  border: 2px solid #fff;
}

.catalogo .btnFiltroCatalogo button {
  width: 1000px;
  max-width: 100%;
  z-index: 900;
}

.catalogo .botonesCardSlideCoche button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
  box-shadow: 0px 0px 12px #20DDD2;
}

.catalogo .botonesCardSlideCoche button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #155F5B, #20DDD2);
  opacity: 0;
  /*Inicialmenteestablecelaopacidaden0*/transition: opacity 0.5s ease-in-out;
  /*Controlalavelocidaddelaanimación*/z-index: -1;
   /* Coloca el fondo detrás del texto */    
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
}

.catalogo .botonesCardSlideCoche button:hover::before {
  opacity: 1; /* Aumenta la opacidad para revelar el fondo en el hover */
}

.catalogo .botonesCardSlideCoche button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
  box-shadow: 0px 0px 12px #20DDD2;
}

.catalogo .botonesCardSlideCoche {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 35px;
}

.catalogo .btnFiltroCatalogo {
  padding-top: 0;
  margin-top: -25px;
  /* padding-bottom: 45px; */
  padding-left: 10px;
  padding-right: 10px;
}




/* ---------------------------------- */

.landing-servicio .botonesCardSlideCoche {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 10px;
  position: relative;
  align-items: center;
  top: -50px;
}

.landing-servicio .zoomCard .botonesCardSlideCoche {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 25px;
  padding-top: 120px;
  /*padding-bottom: 50px;*/
}



.landing-servicio .foto-equipo .caption .logo {
  margin-bottom: 15px;
}

.landing-servicio .caption p {
  color: #fff;
  font-size: 12px;
}

.landing-servicio .cardSlideCoche {
  position: relative;
  background: url(../img/Product-cart-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 460px;
  height: fit-content;
  box-shadow: 0px 0px 20px 9px rgba(166, 183, 190, 0.59);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.landing-servicio .textoCondicionesLanding {
  position: relative;
  margin-top: 10px;
  font-family: 'Calibri Light';
  font-size: 0.8em;
  color: #fff;
}

.landing-servicio .sliderCardLanding .cardSlideCoche {
  position: relative;
  background: url(../img/Product-cart-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 460px;
  height: 390px;
  box-shadow: 0px 0px 20px 9px rgba(166, 183, 190, 0.59);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
}

._ficha-producto .sliderCardLanding .cardSlideCoche {
  position: relative;
  background: url(../img/Product-cart-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 460px;
  height: 390px;
  box-shadow: 0px 0px 20px 9px rgba(166, 183, 190, 0.59);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
}

._ficha-producto .sliderCardLanding .cardSlideCoche figure {
  position: absolute;
  top: -85px;
  width: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  overflow: hidden;
}

._ficha-producto .cardSlideCoche figure img {
  min-width: 100%;
  min-height: 100%;
  object-position: center;
  object-fit: cover;
}

._ficha-producto .sliderCardLanding .contenidocardSlideCoche {
  position: relative;
  top: 100px;
  padding-left: 13px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

._ficha-producto .sliderCardLanding .contenidocardSlideCoche h3 {
  font-size: 30px;
  font-family: 'airstrike';
  margin-bottom: 15px;
  text-align: center;
}

._ficha-producto .cardFinalCochesSlides .cardSlideCoche p {
  line-height: 1.5;
}


._ficha-producto .sliderCardLanding .botonesCardSlideCoche {
  justify-content: center;
  padding-top: 60px;
}

._ficha-producto .botonesCardSlideCoche {
  display: flex;
  width: 100%;
  gap: 10px;
  position: relative;
  align-items: center;
  top: -50px;
}

._ficha-producto .vehiculosSimilares .cintilloEntrega {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 500;
  border-radius: 50px;
  position: absolute;
  top: 130px;
  /* padding: 3px 10px; */
  right: 25%;
  background: aliceblue;
}

._ficha-producto .cardFinalCochesSlides .cardSlideCoche p {
  line-height: 1.5em;
}

._ficha-producto .cintilloEntrega p {
  margin: 0;
  width: 99%;
  height: 100%;
  background: aliceblue;
  padding: 5px 15px;
  border-radius: 50px;
  color: #000;
  text-align: center;
}

._ficha-producto  .sliderCardLanding .flex-viewport {
  padding: 35px 25px 35px 0px;
}
._ficha-producto ul.slides {
  margin-left: 6rem;
}


.landing-servicio .sliderCardLanding .contenidocardSlideCoche {
  position: relative;
  top: 100px;
  padding-left: 13px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.landing-servicio .sliderCardLanding  .flex-viewport {
  padding: 35px 25px 35px 0px;
}

.landing-servicio .sliderCardLanding .cardSlideCoche figure {
  position: absolute;
  top: -85px;
  width: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  overflow: hidden;
}

.landing-servicio .cardSlideCoche figure {
  position: relative;
  width: 450px;
  height: 302px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-servicio .cardSlideCoche figure  img {
  min-width: 100%;
  min-height: 100%;
  object-position: center;
  object-fit: contain;
}

.landing-servicio .contenidocardSlideCoche {
  position: relative;
  top: -190px;
  align-items: flex-start;
}

.landing-servicio .contenidocardSlideCocheDos {
  top: -190px;
  position: relative;
  background: url(../img/Product-cart-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: max(560px, 100%);
  height: fit-content;
  box-shadow: 0px 0px 20px 9px rgba(166, 183, 190, 0.59);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  max-width: 100%;
}


.landing-servicio .cardSlideCochenulled figure {
  position: relative;
  top: -66px;
  width: auto;
  height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  min-width: 100%;
  overflow: hidden;
}
.landing-servicio .cardSlideCochenulled figure  img {
  min-width: 100%;
  min-height: 100%;
  object-position: center;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}



.landing-servicio .cardSlideCoche h4 {
  font-size: 46px;
  line-height: 4.5rem;
  font-family: "Calibri Light";
}

.landing-servicio .cardSlideCochenulled h4 {
  font-size: 46px;
  line-height: 4.5rem;
  font-family: "Calibri Light";
}

 .contenidocardSlideCocheDos h3 {
  font-size: 45px;
  font-family: 'airstrike';
  margin-bottom: 15px;
}

.landing-servicio .cardFinalCochesSlides .cardSlideCochenulled p span {
  font-size: 34px;
}

.landing-servicio .cardFinalCochesSlides .cardSlideCochenulled p {
  line-height: 1.5;
  text-wrap: wrap;
}

.landing-servicio .modeloALanding {
  justify-content: flex-end;
  display: flex;
  padding-right: 80px;
}
.landing-servicio .cardFinalCochesSlides .cardSlideCoche p span {
  font-size: 34px;
}
2
.landing-servicio .cardFinalCochesSlides .cardSlideCoche p {
  line-height: 1.5em;
}

.landing-servicio .contenidocardSlideCocheContenidoTextos {
  padding-left: 30px;
  width: 100%;
  padding-right: 30px;
}

.landing-servicio .contenidocardSlideCocheContenidoTextos ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.landing-servicio .contenidocardSlideCocheContenidoTextos ul li::before {
  content: "";
  width: 20px;
  height: 18px;
  background-image: url(/img/cheque-claro\ 1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}

.landing-servicio .contenidocardSlideCocheContenidoTextos ul li p {
  margin: 0;
  padding-left: 10px;
}

.landing-servicio .contenidocardSlideCocheContenidoTextos ul li img {
  width: 18px;
  height: 18px;
}
.landing-servicio .contenidocardSlideCocheContenidoTextos a {
  color: #A6B7BE;
  z-index: 9;
  position: relative;
}
.landing-servicio .contenidocardSlideCocheContenidoTextos a:hover {
  color: #20DDD2;
}


.landing-servicio .contenidocardSlideCocheContenidoTextos p {
  text-align: start;
}

/* ESTILOS SELECTOR COLOR OMODA  */

.landing-servicio .coloresOmoda {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 60px;
}

.landing-servicio .selectorColorOmoda {
  /*background: linear-gradient(108.42deg, rgba(0, 0, 0, 0.6) 20.88%, rgba(0, 0, 0, 0) 54.79%), linear-gradient(360deg, rgba(255, 255, 255, 0.2) 5.51%, rgba(255, 255, 255, 0.014) 27.07%), linear-gradient(0deg, rgba(20, 23, 27, 0.13), rgba(20, 23, 27, 0.13)), linear-gradient(180deg, rgba(0, 0, 0, 0.2) 54%, rgba(0, 0, 0, 0) 100%), #D9D9D9;*/
  background: linear-gradient(180deg, rgba(0,0,0,0.5088629201680672) 0%, rgba(0,0,0,0.6433167016806722) 28%, rgba(0,0,0,0.8197872899159664) 62%,rgba(0,0,0,0.4) 100%);
  margin-top: -100px;
}

.landing-servicio .selectorColorOmoda h2 {
  color: #fff;
}

.landing-servicio .selectorColorOmoda .tabs {
  position: absolute;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
}

.landing-servicio .selectorColorOmoda .panel{
  display: none;
  color: #fff;
  animation-name: fadeInDos;
  animation-duration: 1s; /* Duración de la animación */

}

@keyframes fadeInDos {
  from {
    transform: translateY(20px) scale(1.05);
    -webkit-transform: translateY(20px) scale(1.05);
    -moz-transform: translateY(20px) scale(1.05);
    -ms-transform: translateY(20px) scale(1.05);
    -o-transform: translateY(20px) scale(1.05);
}
  to {
    transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
}}

.landing-servicio .selectorColorOmoda .warpper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.landing-servicio .selectorColorOmoda .tab {
  cursor: pointer;
  padding: 2px 3px;
  margin: 0px 2px;
  background: transparent;
  display: inline-flex;
  color: #fff;
  width: 150px;
  justify-content: flex-start;
}

.landing-servicio #one:checked ~ .tabs #one-tab, .landing-servicio #two:checked ~ .tabs #two-tab, .landing-servicio #three:checked ~ .tabs #three-tab {
  background: transparent;
  color: #fff;
  width: fit-content;
  border-bottom:0;
  border-bottom: 2px solid #20DDD2;
}


.landing-servicio #one:checked ~ .panels #one-panel, .landing-servicio #two:checked ~ .panels #two-panel, .landing-servicio #three:checked ~ .panels #three-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  transition-delay: 0s;
  align-items: center;
}

.landing-servicio .selectorColorOmoda .panel figure {
  position: relative;
  width: 1000px;
  z-index: 2 !important;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  height: 800px;
  pointer-events: none;
}

.landing-servicio .selectorColorOmoda .panels {
  background: transparent;
  min-height: 200px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.landing-servicio .colorSelector { 
  width: 58px;
  height: 58px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #6c757d;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-servicio a:hover .colorSelector {
  border: 1px solid #16f2e687;
  box-shadow: 0px 0px 30px 0px #20DDD2;
}

.landing-servicio .colorSelector img {
  min-width: 100%;
  min-height: 100%;
  border-radius: 50%;
  border: 2px dotted #212529;
}

.landing-servicio .colorSelectorVerde {
  background-color: #B5D3BB;
}

.landing-servicio .colorSelectorNegro {
  background-color: #000;
}

.landing-servicio .colorSelectorAzulMarino {
  background-color: #2A3370;
}

.landing-servicio .colorSelectorAzulMar {
  background-color: #A6B7BE;
}

.landing-servicio .colorSelectorBlanco {
  background-color: #fff;
}

.landing-servicio .colorSelectorGrisOscuro {
  background-color: #8C8E97;
}

.landing-servicio .colorSelectorGrisClaro {
  background-color: #D9D9D9;
}


/* SECCION FINAL SLIDER LANDING SERVICIOS */

.vehiculosSimilares {
  background: #30363A;
}

.vehiculosSimilares .texto {
  padding-top: 60px;
  padding-bottom: 60px;
}
.vehiculosSimilares .texto h2 {
  color: #fff;
  text-align: center;
}

.ficha .sliderCardLanding {
  position: relative;
  display: inline-block;
  z-index: 99;
  float: left;
  margin-bottom: 8px;
  width: 100%;
  top: 0;
  margin-top: 0px;
  height: 400px;

}

.ficha .cardFinalCochesSlides:first-child {
  padding-left: 60px;
}

.ficha .cardFinalCochesSlides {
  padding-bottom: 40px;
  padding-top: 10px;
  overflow: visible;
}

.ficha .cardSlideCoche {
  position: relative;
  background: url(../img/Product-cart-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 460px;
  height: 330px;
  box-shadow: 0px 0px 20px 9px rgba(166, 183, 190, 0.59);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ficha .cuadroCaracteristicasFichaProducto {
  background-color: #30363A;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px 40px;
  color: #fff;
}

.ficha .cuadroCaracteristicasFichaProducto ul
{
  width:80%;
  max-width:90%;
}

.ficha .cuadroCaracteristicasFichaProducto h3 {
  font-size: 46px;
  font-family: 'Calibri Light';
  color: #A6B7BE;
}

.ficha .cuadroCaracteristicasFichaProducto h4 {
  font-size: 60px;
  padding: 30px 0;
  font-family: 'Calibri Light';
  margin-bottom:15px;
}

.ficha .cuadroCaracteristicasFichaProducto h5 {
  font-size: 30px;
  font-family: 'Calibri Light';
}

.ficha .cuadroCaracteristicasFichaProducto p {
  font-size: 22px;
  color: #A6B7BE;
  font-family: 'Calibri Light';
}

.ficha .texto-instalaciones {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ficha .texto-instalaciones figure {
  width: 60px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.ficha .texto-instalaciones figure img {
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}



/* .landing-servicio .foto-equipo .caption span {
  font-size: 56px;
  font-family: "Calibri Regular";
  line-height: 58px;
  margin-bottom: 15px;
  color: #fff;
  display: block;
} */

.descripcionLandinHeader h3 {
  color: #fff;
  font-size: 40px;
}

.descripcionLandinHeader h4 {
  color: #fff;
}

.descripcionLandinHeader ul {
  display: flex;
}

.descripcionLandinHeader ul li {
  min-width: 300px;
  padding-top: 10px;
}


.landing-servicio .instalaciones {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0; 
  background: #fff;
}
.landing-servicio .instalaciones .intro {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
  padding: 0px 0 0px; }
/* .landing-servicio .instalaciones .container-fluid {
  padding-left: 30px; } */
.landing-servicio .instalaciones .titulo-seccion.seccion-interna {
  margin-bottom: 0;
  text-align: left; }
.landing-servicio .instalaciones .titulo-seccion.seccion-interna .texto .titulo {
  font-size: 68px;
  font-family: "Calibri Regular";
  line-height: 74px;
  margin-bottom: 0px; }
  .landing-servicio .instalaciones .texto-instalaciones {
    display: flex;
    width: 100%;
    margin: 0;
    padding-right: 40px;
    flex-direction: column;
    align-items: center;
    height: 200px;
    margin-top: 30px;
}

.landing-servicio .modelosLandingCoches {
  /*padding-bottom: 60px;*/
}

.landing-servicio .modelosLandingCoches .introModelosLandingCoches {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}

._landing-modelos .landing-servicio .modelosLandingCoches .introModelosLandingCoches {
  margin: 0px;
}

._quienes_somos .timeLineOmoda .introModelosLandingCoches {
  margin-top: 30px;
}

.landing-servicio .modelosLandingCoches .introModelosLandingCoches h2 {
  margin-bottom: 60px;
}

.landing-servicio .modelosLandingCoches .introModelosLandingCoches p {
  width: 70%;
  text-wrap: balance;
  margin-bottom: 40px;
}
.landing-servicio .instalaciones .texto-instalaciones p {
  font-size: 1.2em;
  font-family: "Calibri Light";
  line-height: 26px;
  margin-bottom: 15px;
  color: #000; }
.landing-servicio .instalaciones .texto-instalaciones ul {
  padding-left: 15px;
  margin-bottom: 20px; }
.landing-servicio .instalaciones .texto-instalaciones ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-family: 'Calibri Light'; }
.landing-servicio .instalaciones .texto-instalaciones ul li:before {
  content: "\f114";
  font-family: "Flaticon";
  color: #FFDA00;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 1em; }
.landing-servicio .instalaciones .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 70px; }
.landing-servicio .instalaciones .box .mr {
  margin: 0 -5px; }
.landing-servicio .instalaciones .box .pd {
  padding: 0 5px; }
.landing-servicio .instalaciones .box .box-titulo {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 10px;
  background: #f5f5f5;
  padding: 30px;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
.landing-servicio .instalaciones .box .box-titulo:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #8dbccc transparent transparent transparent;
  position: absolute;
  top: 20px;
  left: 20px; }
.landing-servicio .instalaciones .box .box-titulo:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 20px 20px;
  border-color: transparent transparent #8dbccc transparent;
  position: absolute;
  bottom: 20px;
  right: 20px; }
.landing-servicio .instalaciones .box .titulo {
  font-size: 58px;
  font-family: "Calibri Regular";
  line-height: 54px;
  margin-bottom: 0px;
  color: #000; }
.landing-servicio .instalaciones .foto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 10px; }
.landing-servicio .instalaciones .foto .img {
  display: inline-block;
  width: 100%;
  height: 350px;
  margin: 0;
  position: relative; }
.landing-servicio .instalaciones .foto .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.landing-servicio .instalaciones .foto .img .hover {
  width: 100%;
  height: 100%;
  background: #20ddd28a;
  opacity: 0;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  position: absolute;
  top: 0;
  left: 0; }
.landing-servicio .instalaciones .foto .img .hover .texto-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 40px;
  text-align: center; }
.landing-servicio .instalaciones .foto .img .hover .texto-hover i {
  color: #fff;
  font-size: 2em;
  margin-bottom: 5px;
  -webkit-text-stroke: 2px #fff; }
.landing-servicio .instalaciones .foto .img .hover .texto-hover span {
  font-size: 2em;
  font-family: "Calibri Light";
  line-height: 1em;
  margin-bottom: 0px;
  color: #fff;
  display: block; }
.landing-servicio .instalaciones .foto .img:hover .hover {
  opacity: 1; }

.landing-servicio .instalaciones .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 70px; }
.landing-servicio .instalaciones .box .mr {
  margin: 0 -5px; }
.landing-servicio .instalaciones .box .pd {
  padding: 0 5px; }
.landing-servicio .instalaciones .box .box-titulo {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 10px;
  background: #f5f5f5;
  padding: 30px;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
.landing-servicio .instalaciones .box .box-titulo:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #20ddd2 transparent transparent transparent;
  position: absolute;
  top: 20px;
  left: 20px;
 }

 .imgsConcesionario figure.img a {
  display: flex;
 }

 .imgsConcesionario .container-fluid {
  padding: 0;
 }

 .imgsConcesionario {
    margin-top: 100px;
    /*display: none;*/
 }
.landing-servicio .instalaciones .box .box-titulo:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 20px 20px;
  border-color: transparent transparent #20ddd2 transparent;
  position: absolute;
  bottom: 20px;
  right: 20px; }
.landing-servicio .instalaciones .box .titulo {
  font-size: 58px;
  font-family: 'Calibri Regular';
  line-height: 1em;
  margin-bottom: 0px;
  color: #000; }


.landing-servicio .boxlandingservicios {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px; }
.landing-servicio .boxlandingservicios .texto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
  padding-right: 60px; }
.landing-servicio .boxlandingservicios .texto span {
  font-size: 3.3em;
  font-family: "Calibri Heavy";
  line-height: 1em;
  margin-bottom: 20px;
  color: #000;
  display: block; }
.landing-servicio .boxlandingservicios .texto p {
  font-size: 1.3em;
  font-family: "Calibri Light";
  line-height: 22px;
  margin-bottom: 15px;
  color: #000; }
.landing-servicio .boxlandingservicios .texto ul {
  padding-left: 20px;
  margin-top: 2.5em; }
.landing-servicio .boxlandingservicios .texto ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 6px;
  font-size: 1.3em;
  font-family: 'Calibri Regular'; }
.landing-servicio .boxlandingservicios .texto ul li:before {
  content: "\f159";
  font-family: "Flaticon";
  color: #FFDA00;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 1em; }
.landing-servicio .boxlandingservicios .texto .masInfo {
  font-family: "Calibri Heavy";
  text-transform: uppercase;
  color: #fff;
  background: #FFDA00;
  font-size: 18px;
  padding: 14px 36px;
  border-radius: 50px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border: 2px solid #FFDA00;
  margin-top: 20px; }
.landing-servicio .boxlandingservicios .texto .masInfo:hover {
  background: #8dbccc;
  border: 2px solid #8dbccc; }
.landing-servicio .boxlandingservicios .btn-cita {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0; }
.landing-servicio .boxlandingservicios .btn-cita a {
  font-family: "Calibri Heavy";
  text-transform: uppercase;
  color: #fff;
  background: #FFDA00;
  font-size: 18px;
  padding: 14px 36px;
  border-radius: 50px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border: 2px solid #FFDA00; }
.landing-servicio .boxlandingservicios .btn-cita a:hover {
  background: #8dbccc;
  border: 2px solid #8dbccc; }
.landing-servicio .boxlandingservicios .img {
  display: inline-block;
  max-width: 100%;
  width: 492px;
  height: 550px;
  margin: 0;
  position: relative; }
.landing-servicio .boxlandingservicios .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }


.landing-servicio .situacion-home {
margin-bottom: 0;
padding: 70px 0; }
.landing-servicio .situacion-home .titulo-seccion .texto .titulo {
font-size: 3em;
font-family: "Calibri Heavy";
line-height: 45px;
margin-bottom: 15px;
color: #fff; }
.landing-servicio .situacion-home .titulo-seccion .texto p {
font-size: 1.4em;
line-height: 28px;
margin-bottom: 0px;
color: #fff;
font-family: 'Calibri Light'; }
.landing-servicio .situacion-home .titulo-seccion .texto {
margin-bottom: 30px; }
.landing-servicio .situacion-home .botones a {
font-size: 1.4em;
width: auto; }



.landing-servicio .faq {
  padding-top: 80px;
  margin-bottom: 0; }
  .landing-servicio .faq .titulo-seccion.seccion-interna {
    margin-bottom: 20px; }
  .landing-servicio .faq .box-faq {
    display: block;
    width: 80%;
    margin: 0 auto 40px; }
  .landing-servicio .faq .btn-faq {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0;
    text-align: center; }
    .landing-servicio .faq .btn-faq a {
      font-family: "Calibri Heavy";
      text-transform: uppercase;
      color: #fff;
      background: #FFDA00;
      font-size: 18px;
      padding: 14px 36px;
      border-radius: 50px;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
      display: inline-block;
      position: relative;
      border: 2px solid #FFDA00; }
      .landing-servicio .faq .btn-faq a:hover {
        background: #8dbccc;
        border: 2px solid #8dbccc; }

        .landing-servicio .titulo-seccion.seccion-interna .texto .titulo {
          font-size: 3em !important;
          line-height: 52px !important;
          margin-bottom: 10px !important;
          color: #000 !important;
          font-family: 'airstrike' !important;
          text-align: center;
          padding: 50px 0;
      }

      .landing-servicio .texto-instalaciones figure {
        width: 60px;
        min-height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .landing-servicio .texto-instalaciones figure img {
      width: 100%;
    }

    .landing-servicio .texto-instalaciones h4 {
      font-size: 2em;
      padding-top: 10px;
    }

    .landing-servicio .texto-instalaciones h4 span {
      font-size: 24px;
    }


    .landing-servicio .box-faq {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      width: 95%;
      margin-bottom: 20px; }
    .landing-servicio .box-faq .card {
      border: none;
      border-radius: 0;
      margin-bottom: 25px;
      display: inline-block;
      width: 100%; }
    .landing-servicio .box-faq .card-header {
      padding: 0;
      background-color: transparent;
      border: none !important; }
    .landing-servicio .box-faq .card-body {
      position: relative;
      padding: 15px 15px 15px 40px; }
    .landing-servicio .box-faq .card-body:before {
      content: "\f064";
      font-family: "FontAwesome";
      font-size: 1.2em;
      color: #FFDA00;
      position: absolute;
      left: 10px; }
    .landing-servicio .box-faq .card-body a {
      color: #FFDA00;
      font-family: "Calibri Heavy";
      text-decoration: underline; }
    .landing-servicio .box-faq .card-body a:hover {
      color: #8dbccc; }
    .landing-servicio .box-faq .card-body p {
      font-size: 1.2em;
      font-family: "Calibri Light";
      line-height: 1.2em;
      margin-bottom: 0;
      color: #000; }
    .landing-servicio .box-faq .card-body ul {
      padding-left: 25px; }
    .landing-servicio .box-faq .card-body ul li {
      margin-bottom: 8px;
      list-style: disc;
      font-size: 1.2em;
      font-family: 'Calibri Light'; }
    .landing-servicio .box-faq .btn-link {
      font-weight: 100;
      font-family: "Calibri Regular";
      font-size: 18px;
      color: #000;
      background-color: #fff;
      border-bottom: 1px solid #ddd;
      display: block;
      padding: 15px 75px 15px 15px;
      width: 100%;
      text-align: left;
      border-radius: 0;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
      position: relative; }
    .landing-servicio .box-faq .btn-link:hover {
      color: #000;
      background: #eee;
      text-decoration: none; }
    .landing-servicio .box-faq .btn-link .num {
      font-size: 1.2em;
      line-height: 1.2em;
      float: left;
      font-family: "Calibri Heavy";
      margin-right: 10px;
      color: #FFDA00;
      display: inline-block; }
    .landing-servicio .box-faq .btn-link .pregunta {
      font-size: 1.2em;
      line-height: 1.2em;
      font-family: "Calibri Heavy";
      white-space: normal;
      display: inline-block;
      width: 95%;
      margin: 0;
      float: left; }
    .landing-servicio .box-faq .btn-link:after {
      content: "-";
      font-family: "Calibri Heavy";
      color: #fff;
      font-size: 15px;
      position: absolute;
      right: 20px;
      top: 18px;
      background: #FFDA00;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 16px;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all; }
    .landing-servicio .box-faq .btn-link.collapsed:after {
      content: "+";
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all; }
    .landing-servicio .box-faq .btn-link .collapse.show:after {
      content: "-";
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all; }
    .landing-servicio .box-faq div .collapse, .landing-servicio .box-faq div .collapsing  {
      margin-left:2em;
    }


    .landing-servicio .titulo-seccion .texto i
    {
      font-size:1.5em;
      color:#FFDA00;
    }




    .landing-servicio .titulo-seccion.seccion-interna {
      margin-bottom: 40px;
      text-align: center; }
      .landing-servicio  .titulo-seccion.seccion-interna .texto .titulo {
        font-size: 48px;
        font-family: "Calibri Heavy";
        line-height: 52px;
        margin-bottom: 10px;
        color: #000; }
     .landing-servicio .titulo-seccion.seccion-interna .texto p {
        font-size: 20px;
        line-height: 26px;
        padding: 0;
        font-family: "Calibri Regular"; }


        .landing-servicio .servicios .servicio .img {
          width: 370px;
          height: 250px; }

        .landing-servicio .servicios .servicio .texto .titulo {
          font-size: 22px;
          line-height: 26px;
          margin-bottom: 20px; }

        .landing-servicio .servicios .servicio .texto p {
          display: none; }

        .landing-servicio .servicios .servicio .texto .masInfo {
          font-size: 18px;
          border-radius: 50%;
          padding: 0;
          width: 36px;
          height: 36px; }

        .landing-servicio .servicios .servicio .texto {
          margin-top: -40px; }

        .landing-servicio .servicios .servicio .texto .icono {
          width: 75px;
          height: 75px;
          padding: 15px 0; }

        .landing-servicio .servicios .servicio .texto .icono .svg {
          width: 40px;
          height: 40px; }


      .landing-servicio h1 {
        font-size: 5em;
        font-family: 'airstrike';
        line-height: 58px;
        margin-bottom: 0.2em;
        color: #fff;
        display: block;
      }

      .subtituloLanding {
        font-size: 1.9em;
        line-height: 1.1em;
        font-family: 'Calibri Heavy';
        margin-bottom: .6em;
        color: #fff;
        display: block;
        position: relative;
        z-index: 3;
      }

  .formularioBackground {
    background: linear-gradient(90deg, rgba(255,255,255,0.376908263305322) 0%, rgba(255,255,255,0.392874649859944) 50%, rgba(255,255,255,0.3788690476190477) 100%), url(/img/fondo-formulairo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* ESTILOS SECCION QUIENES SOMOS  */

  .quienesSomosSeccion .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0px; }
    .quienesSomosSeccion .box .tipo-form {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0px;
      float: left; }
      .quienesSomosSeccion .box .tipo-form .img {
        display: inline-block;
        width: 50%;
        height: 565px;
        margin: 0;
        position: relative;
        float: left;
        margin: 0; }
        .quienesSomosSeccion .box .tipo-form .img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center; }
      .quienesSomosSeccion .box .tipo-form .texto {
        display: inline-block;
        float: left;
        width: 50%;
        min-height: 565px;
        background: #eee;
        padding: 40px;
        position: relative; }
        .quienesSomosSeccion .box .tipo-form .texto .box-texto {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          width: 75%; }
        .quienesSomosSeccion .box .tipo-form .texto .svg {
          height: 60px;
          margin-bottom: 10px;
          width: initial; }
        .quienesSomosSeccion .box .tipo-form .texto .titulo {
          font-size: 40px;
          font-family: "Calibri Heavy";
          line-height: 44px;
          margin-bottom: 15px;
          color: #000; }
          .quienesSomosSeccion .box .tipo-form .texto .titulo a {
            color: #000; }
            .quienesSomosSeccion .box .tipo-form .texto .titulo a:hover {
              color: #0000008c;
              }
        .quienesSomosSeccion .box .tipo-form .texto p {
          font-size: 1.2em;
          font-family: "Calibri Light";
          line-height: 24px;
          margin-bottom: 20px;
          color: #000;
          }
        .quienesSomosSeccion .box .tipo-form .texto span {
          font-size: 1.4em;
          font-family: "Calibri Heavy";
          line-height: 24px;
          margin-bottom: 30px;
          color: #000;
          display: block;
          }
        .quienesSomosSeccion .box .tipo-form .texto .masInfo {
          font-family: "Calibri Heavy";
          text-transform: uppercase;
          color: #fff;
          background: #FFDA00;
          font-size: 16px;
          padding: 14px 36px;
          border-radius: 50px;
          transition: 0.3s ease all;
          -webkit-transition: 0.3s ease all;
          -moz-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          -ms-transition: 0.3s ease all;
          display: inline-block;
          position: relative;
          border: 2px solid #FFDA00; }
          .quienesSomosSeccion .box .tipo-form .texto .masInfo:hover {
            background: #8dbccc;
            border: 2px solid #8dbccc; }
      .quienesSomosSeccion .box .tipo-form:nth-of-type(1) .texto {
        /*border-radius: 0 160px 0 0;*/ }
        .quienesSomosSeccion .box .tipo-form:nth-of-type(1) .texto:after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 40px 40px 0;
          border-color: transparent #FFDA00 transparent transparent;
          position: absolute;
          top: 20px;
          right: 20px; }
      .quienesSomosSeccion .box .tipo-form:nth-of-type(3) .texto {
        /*border-radius: 0 0 160px 0;*/ }
        .quienesSomosSeccion .box .tipo-form:nth-of-type(3) .texto:after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 0 40px 40px;
          border-color: transparent transparent #8dbccc transparent;
          position: absolute;
          bottom: 20px;
          right: 20px; }
      .quienesSomosSeccion .box .tipo-form:nth-of-type(even) .img {
        float: right; }
      .quienesSomosSeccion .box .tipo-form:nth-of-type(even) .texto {
        text-align: right; }

    .quienesSomosSeccion.agenda .box .tipo-form:nth-of-type(even) .texto {
    text-align: right; }
    .quienesSomosSeccion.agenda .box .tipo-form:nth-of-type(even) .texto:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 40px 0 0 40px;
      border-color: transparent transparent transparent #8dbccc;
      position: absolute;
      bottom: 20px;
      left: 20px; }

      .quienesSomosSeccion .bntBanner {
        margin-top: 2em;
      }
      .quienesSomosSeccion .foto-equipo {
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
        margin-top: -135px;
        height: 875px;
      }

      .quienesSomosSeccion .foto-equipo .img {
        display: inline-block;
        width: 100%;
        height: 875px;
        margin: 0;
        position: relative;
        overflow: hidden;
      }

      .quienesSomosSeccion .foto-equipo .img .img-equipo {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
      }

      .quienesSomosSeccion .foto-equipo .caption {
        position: absolute;
        bottom: 75px;
        left: 75px;
        width: 47%;
        background: rgb(155 155 155 / 80%);
        padding: 40px;
      }

      .quienesSomosSeccion .foto-equipo .caption .logo {
        margin-bottom: 15px;
      }

      /* .quienesSomosSeccion .foto-equipo .caption span {
        font-size: 56px;
        font-family: "Calibri Regular";
        line-height: 58px;
        margin-bottom: 15px;
        color: #fff;
        display: block;
      } */

      .quienesSomosSeccion .foto-equipo .caption p {
        font-size: 22px;
        font-family: "Calibri Regular";
        line-height: 28px;
        margin-bottom: 0;
        color: #000;
      }

      .quienesSomosSeccion h1 {
        font-size: 5em;
        font-family: "Calibri Heavy";
        line-height: 58px;
        margin-bottom: 0.2em;
        color: #000;
        display: block;
        -webkit-text-stroke: 2px #000;
      }

      .quienesSomosSeccion .situacion {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin: 0;
        text-align: center;
        margin-top: 90px; }
      .quienesSomosSeccion .situacion .titulo-seccion {
        margin-bottom: 70px; }
      .quienesSomosSeccion .situacion .titulo-seccion .texto {
        margin-bottom: 5px; }
      .quienesSomosSeccion .situacion .titulo-seccion .texto i {
        font-size: 3em;
        color: #FFDA00;
        -webkit-text-stroke: 4px #000; }
      .quienesSomosSeccion .situacion .titulo-seccion .texto .titulo {
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 5px;
        font-family: 'Calibri Light';
        -webkit-text-stroke: 1px #000; }
      .quienesSomosSeccion .situacion .titulo-seccion .texto small {
        line-height: 30px;
        margin-bottom: 15px;
        font-family: 'Calibri Light';
        font-size: 1.2em; }
      .quienesSomosSeccion .situacion .titulo-seccion a {
        font-size: 6em;
        font-family: "Calibri Heavy";
        line-height: 1em;
        margin-bottom: 0px;
        color: #A7D5C2;
        text-decoration: none; }
      .quienesSomosSeccion .situacion .titulo-seccion a:hover {
        color: #FFDA00; }

      .quienesSomosSeccion .situacion .titulo-seccion div.botones {
        -webkit-animation: slide-in-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
        animation: slide-in-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
      }





        /* ESTILOS IMPRENTA RAPIDA */

        /* .imprentaRapida {} */

        .imprentaRapida .box {
          display: inline-block;
          width: 100%;
          margin-bottom: 80px;
          margin-bottom: 0px; }
          .imprentaRapida .box .tipo-form {
            display: inline-block;
            width: 100%;
            margin-bottom: 80px;
            margin-bottom: 0px;
            float: left; }
            .imprentaRapida .box .tipo-form .img {
              display: inline-block;
              width: 50%;
              height: 565px;
              margin: 0;
              position: relative;
              float: left;
              margin: 0; }
              .imprentaRapida .box .tipo-form .img img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center;
                object-position: center; }
            .imprentaRapida .box .tipo-form .texto {
              display: inline-block;
              float: left;
              width: 50%;
              min-height: 565px;
              background: #eee;
              padding: 40px;
              position: relative; }
              .imprentaRapida .box .tipo-form .texto .box-texto {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                width: 75%; }
              .imprentaRapida .box .tipo-form .texto .svg {
                height: 60px;
                margin-bottom: 10px;
                width: initial; }
              .imprentaRapida .box .tipo-form .texto .titulo {
                font-size: 40px;
                font-family: "Calibri Heavy";
                line-height: 44px;
                margin-bottom: 15px;
                color: #000; }
                .imprentaRapida .box .tipo-form .texto .titulo a {
                  color: #000; }
                  .imprentaRapida .box .tipo-form .texto .titulo a:hover {
                    color: #0000008c;
                    }
              .imprentaRapida .box .tipo-form .texto p {
                font-size: 1.2em;
                font-family: "Calibri Light";
                line-height: 24px;
                margin-bottom: 20px;
                color: #000;
                }
              .imprentaRapida .box .tipo-form .texto span {
                font-size: 1.4em;
                font-family: "Calibri Heavy";
                line-height: 24px;
                margin-bottom: 30px;
                color: #000;
                display: block;
                }
              .imprentaRapida .box .tipo-form .texto .masInfo {
                font-family: "Calibri Heavy";
                text-transform: uppercase;
                color: #fff;
                background: #FFDA00;
                font-size: 16px;
                padding: 14px 36px;
                border-radius: 50px;
                transition: 0.3s ease all;
                -webkit-transition: 0.3s ease all;
                -moz-transition: 0.3s ease all;
                -o-transition: 0.3s ease all;
                -ms-transition: 0.3s ease all;
                display: inline-block;
                position: relative;
                border: 2px solid #FFDA00; }
                .imprentaRapida .box .tipo-form .texto .masInfo:hover {
                  background: #8dbccc;
                  border: 2px solid #8dbccc; }
            .imprentaRapida .box .tipo-form:nth-of-type(1) .texto {
              /*border-radius: 0 160px 0 0;*/ }
              .imprentaRapida .box .tipo-form:nth-of-type(1) .texto:after {
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 40px 40px 0;
                border-color: transparent #FFDA00 transparent transparent;
                position: absolute;
                top: 20px;
                right: 20px; }
            .imprentaRapida .box .tipo-form:nth-of-type(3) .texto {
              /*border-radius: 0 0 160px 0;*/ }
              .imprentaRapida .box .tipo-form:nth-of-type(3) .texto:after {
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 0 40px 40px;
                border-color: transparent transparent #8dbccc transparent;
                position: absolute;
                bottom: 20px;
                right: 20px; }
            .imprentaRapida .box .tipo-form:nth-of-type(even) .img {
              float: right; }
            .imprentaRapida .box .tipo-form:nth-of-type(even) .texto {
              text-align: right; }
      
          .imprentaRapida.agenda .box .tipo-form:nth-of-type(even) .texto {
          text-align: right; }
          .imprentaRapida.agenda .box .tipo-form:nth-of-type(even) .texto:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 40px 0 0 40px;
            border-color: transparent transparent transparent #8dbccc;
            position: absolute;
            bottom: 20px;
            left: 20px; }
      
            .imprentaRapida .bntBanner {
              margin-top: 2em;
            }
            .imprentaRapida .foto-equipo {
              display: inline-block;
              width: 100%;
              margin-bottom: 0;
              margin-top: -135px;
              height: 875px;
            }
      
            .imprentaRapida .foto-equipo .img {
              display: inline-block;
              width: 100%;
              height: 875px;
              margin: 0;
              position: relative;
              overflow: hidden;
            }
      
            .imprentaRapida .foto-equipo .img .img-equipo {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
              object-fit: cover;
              -o-object-position: center;
              object-position: center;
            }
      
            .imprentaRapida .foto-equipo .caption {
              position: absolute;
              bottom: 75px;
              left: 75px;
              width: 47%;
              background: rgb(155 155 155 / 80%);
              padding: 40px;
              z-index: 4;
            }
            .foto-equipo::before {
              content: "";
              width: 100%;
              background: linear-gradient(180deg, rgba(13, 13, 13, 0.8) 0%, rgba(13, 13, 13, 0) 19.33%, rgba(13, 13, 13, 0) 55%, #0D0D0D 100%);
              height: 103vh;
              position: absolute;
              z-index: 1;
              top: 0;
          }

            ._404 .foto-equipo::before {
              content: "";
              width: 100%;
              background: linear-gradient(180deg, rgba(13, 13, 13, 0.8) 0%, rgba(13, 13, 13, 0) 19.33%, rgba(13, 13, 13, 0) 55%, #0D0D0D 100%);
              height: 905px;
              position: absolute;
              z-index: 1;
              top: 0;
              margin-top: 30px;
            }

            .landing-servicio  .foto-equipo::before {
              margin-top: 40px;
            }
      
            .imprentaRapida .foto-equipo .caption .logo {
              margin-bottom: 15px;
            }
      
            /* .imprentaRapida .foto-equipo .caption span {
              font-size: 56px;
              font-family: "Calibri Regular";
              line-height: 58px;
              margin-bottom: 15px;
              color: #fff;
              display: block;
            } */
      
            .imprentaRapida .foto-equipo .caption p {
              font-size: 22px;
              font-family: "Calibri Regular";
              line-height: 28px;
              margin-bottom: 0;
              color: #000;
            }
      
            .imprentaRapida h1 {
              font-size: 5em;
              font-family: "Calibri Heavy";
              line-height: 58px;
              margin-bottom: 0.2em;
              color: #000;
              display: block;
              -webkit-text-stroke: 2px #000;
            }
      
            .imprentaRapida .situacion {
              display: inline-block;
              width: 100%;
              margin-bottom: 80px;
              margin: 0;
              text-align: center;
              margin-top: 90px; }
            .imprentaRapida .situacion .titulo-seccion {
              margin-bottom: 90px; }
            .imprentaRapida .situacion .titulo-seccion .texto {
              margin-bottom: 5px; }
            .imprentaRapida .situacion .titulo-seccion .texto i {
              font-size: 3em;
              color: #FFDA00;
              -webkit-text-stroke: 4px #000; }
            .imprentaRapida .situacion .titulo-seccion .texto .titulo {
              font-size: 48px;
              line-height: 52px;
              margin-bottom: 5px;
              font-family: 'Calibri Light';
              -webkit-text-stroke: 1px #000; }
            .imprentaRapida .situacion .titulo-seccion .texto small {
              line-height: 30px;
              margin-bottom: 15px;
              font-family: 'Calibri Light';
              font-size: 1.2em; }
            .imprentaRapida .situacion .titulo-seccion a {
              font-size: 2em;
              font-family: "Calibri Heavy";
              line-height: 24px;
              margin-bottom: 0px;
              color: #A7D5C2;
              text-decoration: none; }
            .imprentaRapida .situacion .titulo-seccion a:hover {
              color: #FFDA00; }



  /* ESTILOS AVISO LEGAL MOD */
      
  .texto-legal .bntBanner {
    margin-top: 2em;
    background-color: #FFDA00;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-transform: uppercase;
    width: fit-content;
    height: fit-content;
    padding: 15px 30px 15px 30px;
  }

  .texto-legal .bntBanner:hover {
    background-color: #000;
    color: #FFF;
}

  .texto-legal .foto-equipo {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    margin-top: -135px;
    height: 875px;
  }

  .texto-legal .foto-equipo .img {
    display: inline-block;
    width: 100%;
    height: 875px;
    margin: 0;
    position: relative;
    overflow: hidden;
  }

  .texto-legal .foto-equipo .img .img-equipo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .texto-legal .foto-equipo .caption {
    position: absolute;
    bottom: 75px;
    left: 75px;
    width: 47%;
    background: rgb(155 155 155 / 80%);
    padding: 40px;
  }

  .texto-legal .foto-equipo .caption .logo {
    margin-bottom: 15px;
  }

  /* .texto-legal .foto-equipo .caption span {
    font-size: 56px;
    font-family: "Calibri Regular";
    line-height: 58px;
    margin-bottom: 15px;
    color: #fff;
    display: block;
  } */

  .texto-legal .foto-equipo .caption p {
    font-size: 22px;
    font-family: "Calibri Regular";
    line-height: 28px;
    margin-bottom: 0;
    color: #000;
  }

  .texto-legal h1 {
    font-size: 5em;
    font-family: "Calibri Heavy";
    line-height: 58px;
    margin-bottom: 0.2em;
    color: #000;
    display: block;
  }

/* ESTILOS ERROR 404 */

.error404 {
  margin-bottom: -8px;
}

.error404 .bntBanner {
  margin-top: 2em;
}
.error404 .foto-equipo {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  margin-top: -141px;
  height: 905px;
}

.error404 .foto-equipo .img {
  display: inline-block;
  width: 100%;
  height: 905px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.error404 .foto-equipo .img .img-equipo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.error404 .foto-equipo .caption {
  position: absolute;
  bottom: 75px;
  left: 75px;
  width: 47%;
  background: rgb(31 31 31 / 80%);
  padding: 40px;
}

.error404 .foto-equipo .caption .logo {
  margin-bottom: 15px;
}

/* .error404 .foto-equipo .caption span {
  font-size: 56px;
  font-family: "Calibri Regular";
  line-height: 58px;
  margin-bottom: 15px;
  color: #fff;
  display: block;
} */

.error404 .foto-equipo .caption p {
  font-size: 1.2em;
  font-family: "Calibri Regular";
  line-height: 40px;
  margin-bottom: 0;
  color: #fff;
  position: relative;
  z-index: 3;
}

.error404 h1 {
    font-size: 5em;
    line-height: 58px;
    margin-bottom: 0.2em;
    color: #fff;
    display: block;
    font-family: 'airstrike';
    position: relative;
    z-index: 3;
}

.error404 .lineblanco {
  margin-top: -12px;
}


.error404 .botonesCardSlideCoche {
  justify-content: flex-start;
  padding-top: 20px;
}
.error404 .botonesCardSlideCoche a button {
  background-color: #30363A;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 0px 12px #FFFFFF;
  border-radius: 50px;
  padding: 10px 30px;
  border: 2px solid #fff;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  max-width: 100%;
}

.error404 .botonesCardSlideCoche a button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
  box-shadow: 0px 0px 12px #20DDD2;
}

.error404 .botonesCardSlideCoche a button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #155F5B, #20DDD2);
  opacity: 0;
  /*Inicialmenteestablecelaopacidaden0*/transition: opacity 0.5s ease-in-out;
  /*Controlalavelocidaddelaanimación*/z-index: -1;
   /* Coloca el fondo detrás del texto */    
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
}

.error404 .botonesCardSlideCoche a button:hover::before {
  opacity: 1; /* Aumenta la opacidad para revelar el fondo en el hover */
}

.error404 .botonesCardSlideCoche a button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
  box-shadow: 0px 0px 12px #20DDD2;
  border: 2px solid #fff !important;
}



.error404 .botonesCardSlideCoche a button {
  color: #fff;
}



/* ESTILOS DE FOMULARIO DE DATOS PERSONALES  */

.form-cesta-dos .paso {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px; }
  .form-cesta-dos .paso .form-group {
    margin-bottom: 10px; }
  .form-cesta-dos .paso .form-group.arrow:after {
    top: 35px; }
  .form-cesta-dos .paso .titulo {
    font-size: 1.3em;
    font-family: "Calibri Heavy";
    line-height: 20px;
    margin-bottom: 10px;
    color: #000;
    background: #f5f5f5;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc; }
  .form-cesta-dos .paso small {
    text-align: right;
    font-size: 11px;
    font-family: "Calibri Heavy";
    line-height: 11px;
    margin-bottom: 10px;
    color: #FFDA00;
    display: block; }
  .form-cesta-dos .paso .row-pd {
    margin: 0 -5px; }
    .form-cesta-dos .paso .row-pd .col-pd {
      padding: 0 5px; }
  .form-cesta-dos .paso .form-control {
    height: 40px !important;
    font-size: 13px;
    color: #000;
    border: 2px solid #ddd;
    background: #fff; }
    .form-cesta-dos .paso .form-control:focus {
      border: 2px solid #FFDA00; }
  .form-cesta-dos .paso label {
    font-size: 1.1em;
    font-family: "Calibri Light";
    line-height: 1.1em;
    color: #000;
    display: flex;
    align-items: center; }
  .form-cesta-dos .paso .form-group select {
    font-family: "Calibri Light";
    font-size: 1.1em !important; }
  .form-cesta-dos .paso textarea.form-control {
    height: 100px !important;
    font-size: 1em !important; }
  .form-cesta-dos .paso .factura {
    font-size: 1.2em;
    font-family: "Calibri Light";
    line-height: 20px;
    margin-bottom: 10px;
    color: #000;
    display: block;
    width: 100%;
    margin: 25px 0 10px; }
    .form-cesta-dos .paso .factura a {
      color: #000;
      margin-left: 0;
      font-family: "Calibri Heavy";
      text-decoration: underline; }
      .form-cesta-dos .paso .factura a:hover {
        text-decoration: none; }
    .form-cesta-dos .paso .factura i {
      color: #FFDA00;
      margin-right:5px;}
  .form-cesta-dos .paso .factura-empresa {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 15px;
    padding: 25px;
    border: 1px solid #ddd;
    background: #eeeeee; }
    .form-cesta-dos .paso .factura-empresa .polPriv {
      display: inline-block;
      margin: 0 0 5px; }
    .form-cesta-dos .paso .factura-empresa .polPriv label {
      width: 16px;
      height: 16px;
      margin-right: 5px; }
      .form-cesta-dos .paso .factura-empresa .polPriv label span {
        font-size: 13px; }
    .form-cesta-dos .paso .factura-empresa .polPriv span {
      font-size: 1.2em;
      color: #666;
      font-family: "Calibri Light"; }
  .form-cesta-dos .paso .forma-entrega, .form-cesta-dos .paso .forma-pago, .form-cesta-dos .paso .descuento {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0;
    padding-left: 10px; }
    .form-cesta-dos .paso .forma-entrega p, .form-cesta-dos .paso .forma-pago p, .form-cesta-dos .paso .descuento p {
      font-size: 12px;
      font-family: "Calibri Regular";
      line-height: 20px;
      margin-bottom: 10px;
      color: #000; }
  .form-cesta-dos .paso .forma-pago {
    margin-top: 10px;
    width: 40%;
    float: left; }
    .form-cesta-dos .paso .forma-pago .js_pagoblock {
      display: inline-block;
      padding-left: 20px; }
    .form-cesta-dos .paso .forma-pago label {
      font-size: 1em;
      font-family: "Calibri Light";
      line-height: 20px;
      display: inline-block;
      margin-left: 10px; }
      .form-cesta-dos .paso .forma-pago label:hover {
        opacity: 0.7; }
      .form-cesta-dos .paso .forma-pago label span {
        font-family: "Calibri Heavy"; }
  .form-cesta-dos .paso .descripcion {
    display: inline-block;
    width: 60%;
    padding: 12px 0 0 20px;
    float: left;
    border-left: 1px solid #ddd; }
    .form-cesta-dos .paso .descripcion p {
      font-size: 0.8em;
      font-family: "Calibri Regular";
      line-height: 20px;
      margin-bottom: 15px;
      color: #666; }
      .form-cesta-dos .paso .descripcion p strong {
        color: #000;
        font-family: "Calibri Regular"; }
    .form-cesta-dos .paso .descripcion span {
      font-size: 1.1em;
      font-family: "Calibri Heavy";
      line-height: 20px;
      margin-bottom: 5px;
      color: #000;
      display: block; }
    .form-cesta-dos .paso .descripcion img {
      display: inline-block;
      float: left;
      margin-right: 10px;
      margin-bottom: 10px;
      width: 32px; }
    .form-cesta-dos .paso .descripcion .elige-tienda {
      width: 100%;
      margin: 0;
      padding: 0; }
      .form-cesta-dos .paso .descripcion .elige-tienda .tienda {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin-bottom: 0px; }
        .form-cesta-dos .paso .descripcion .elige-tienda .tienda label {
          margin-left: 0;
          width: 80%;
          float: left;
          padding-right: 15px; }
          .form-cesta-dos .paso .descripcion .elige-tienda .tienda label span {
            margin-bottom: 0; }
            .form-cesta-dos .paso .descripcion .elige-tienda .tienda label span small {
              display: inline-block;
              font-size: 13px; }
          .form-cesta-dos .paso .descripcion .elige-tienda .tienda label p {
            margin: 0; }
        .form-cesta-dos .paso .descripcion .elige-tienda .tienda .pin {
          display: inline-block;
          width: 20%;
          float: left;
          text-align: center; }
          .form-cesta-dos .paso .descripcion .elige-tienda .tienda .pin span {
            display: block;
            font-size: 9px;
            text-transform: uppercase;
            text-decoration: underline;
            line-height: 9px;
            color: #FFDA00;
            transition: 0.3s ease all;
            -webkit-transition: 0.3s ease all;
            -moz-transition: 0.3s ease all;
            -o-transition: 0.3s ease all;
            -ms-transition: 0.3s ease all; }
          .form-cesta-dos .paso .descripcion .elige-tienda .tienda .pin i {
            font-size: 14px;
            color: #FFDA00;
            transition: 0.3s ease all;
            -webkit-transition: 0.3s ease all;
            -moz-transition: 0.3s ease all;
            -o-transition: 0.3s ease all;
            -ms-transition: 0.3s ease all; }
          .form-cesta-dos .paso .descripcion .elige-tienda .tienda .pin:hover i, .form-cesta-dos .paso .descripcion .elige-tienda .tienda .pin:hover span {
            color: #8dbccc; }
  .form-cesta-dos .paso .descuento {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px; }
    .form-cesta-dos .paso .descuento span {
      font-size: 1.2em;
      font-family: "Calibri Light";
      line-height: 20px;
      margin-bottom: 5px;
      color: #000;
      display: inline-block; }
    .form-cesta-dos .paso .descuento .voucher-infoBtn {
      cursor: pointer;
      color: #FFDA00;
      font-size: 19.2px !important;
      margin-left: 5px; }
    .form-cesta-dos .paso .descuento input {
      width: 325px;
      float: left;
      margin: 0 15px 15px 0; }
    .form-cesta-dos .paso .descuento button {
      font-family: "Calibri Heavy";
      text-transform: uppercase;
      color: #000;
      background: #FFDA00;
      font-size: 12px;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
      display: inline-block;
      position: relative;
      border: 2px solid #FFDA00;
      float: left;
      line-height: 15px;
      padding: 12px 20px; }
      .form-cesta-dos .paso .descuento button:hover {
        background: #000;
        border: 2px solid #000;
        color: #FFF; }
      .form-cesta-dos .paso .descuento button:after {
        display: none; }
    .form-cesta-dos .paso .descuento .alert {
      font-size: 14px; }
      .form-cesta-dos .paso .descuento .alert p {
        font-size: 13px;
        font-family: "Calibri Regular";
        line-height: 20px;
        margin-bottom: 0px;
        color: #000;
        padding: 8px 0 0 16px; }
        .form-cesta-dos .paso .descuento .alert p strong {
          font-family: "Calibri Heavy"; }
    .form-cesta-dos .paso .descuento .alert-success {
      padding-right: 15px;
      margin-top: 20px; }
.form-cesta-dos .paso-resumen {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 0; }
  .form-cesta-dos .paso-resumen .titulo {
    background: #fff; }
.form-cesta-dos .paso-resumen-movil {
  display: none; }

/* ESTILOS CAMBIAR PASSWORD  */

.cambiar-passw .form-control {
  height: 40px !important;
  font-size: 13px;
  color: #000;
  border: 2px solid #ddd;
  background: #fff;
}

.cambiar-passw label {
  font-size: 1.1em !important;
  font-family: "Calibri Light" !important;
  line-height: 1.1em;
  color: #000;
  display: flex;
  align-items: center;
}

/* ESTILOS PAGINA FAQ GENERAL */


.faqGeneral .faq {
  padding-top: 80px;
  margin-bottom: 0; }
  .faqGeneral .faq .titulo-seccion.seccion-interna {
    margin-bottom: 20px; }
  .faqGeneral .faq .box-faq {
    display: block;
    width: 80%;
    margin: 0 auto 40px; }
  .faqGeneral .faq .btn-faq {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0;
    text-align: center; }
    .faqGeneral .faq .btn-faq a {
      font-family: "Calibri Heavy";
      text-transform: uppercase;
      color: #fff;
      background: #FFDA00;
      font-size: 18px;
      padding: 14px 36px;
      border-radius: 50px;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
      display: inline-block;
      position: relative;
      border: 2px solid #FFDA00; }
      .faqGeneral .faq .btn-faq a:hover {
        background: #8dbccc;
        border: 2px solid #8dbccc; }

      .faqGeneral .titulo-seccion.seccion-interna .texto .titulo {
        font-size: 3.5em !important;
        font-family: "Calibri Heavy" !important;
        line-height: 52px !important;
        margin-bottom: 10px !important;
        color: #000 !important;
        -webkit-text-stroke: 2px #000;
    }


    .faqGeneral .box-faq {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      width: 95%;
      margin-bottom: 70px; }
    .faqGeneral .box-faq .card {
      border: none;
      border-radius: 0;
      margin-bottom: 25px;
      display: inline-block;
      width: 100%; }
    .faqGeneral .box-faq .card-header {
      padding: 0;
      background-color: transparent;
      border: none !important; }
    .faqGeneral .box-faq .card-body {
      position: relative;
      padding: 15px 15px 15px 40px; }
    .faqGeneral .box-faq .card-body:before {
      content: "\f064";
      font-family: "FontAwesome";
      font-size: 1.2em;
      color: #FFDA00;
      position: absolute;
      left: 10px; }
    .faqGeneral .box-faq .card-body a {
      color: #FFDA00;
      font-family: "Calibri Heavy";
      text-decoration: underline; }
    .faqGeneral .box-faq .card-body a:hover {
      color: #8dbccc; }
    .faqGeneral .box-faq .card-body p {
      font-size: 1.2em;
      font-family: "Calibri Light";
      line-height: 1.2em;
      margin-bottom: 0;
      color: #000; }
    .faqGeneral .box-faq .card-body ul {
      padding-left: 25px; }
    .faqGeneral .box-faq .card-body ul li {
      margin-bottom: 8px;
      list-style: disc;
      font-size: 1.2em;
      font-family: 'Calibri Light'; }
    .faqGeneral .box-faq .btn-link {
      font-weight: 100;
      font-family: "Calibri Regular";
      font-size: 18px;
      color: #000;
      background-color: #fff;
      border-bottom: 1px solid #ddd;
      display: block;
      padding: 15px 75px 15px 15px;
      width: 100%;
      text-align: left;
      border-radius: 0;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
      position: relative; }
    .faqGeneral .box-faq .btn-link:hover {
      color: #000;
      background: #eee;
      text-decoration: none; }
    .faqGeneral .box-faq .btn-link .num {
      font-size: 1.2em;
      line-height: 1.2em;
      float: left;
      font-family: "Calibri Heavy";
      margin-right: 10px;
      color: #FFDA00;
      display: inline-block; }
    .faqGeneral .box-faq .btn-link .pregunta {
      font-size: 1.2em;
      line-height: 1.2em;
      font-family: "Calibri Heavy";
      white-space: normal;
      display: inline-block;
      width: 95%;
      margin: 0;
      float: left; }
    .faqGeneral .box-faq .btn-link:after {
      content: "-";
      font-family: "Calibri Heavy";
      color: #fff;
      font-size: 15px;
      position: absolute;
      right: 20px;
      top: 18px;
      background: #FFDA00;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 16px;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all; }
    .faqGeneral .box-faq .btn-link.collapsed:after {
      content: "+";
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all; }
    .faqGeneral .box-faq .btn-link .collapse.show:after {
      content: "-";
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all; }
    .faqGeneral .box-faq div .collapse, .faqGeneral .box-faq div .collapsing  {
      margin-left:2em;
    }



























































































































/*nosotros*/
.nosotros {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px; }
  .nosotros .texto-historia {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    padding-top: 40px; }
    .nosotros .texto-historia .texto {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0;
      padding-right: 40px; }
      .nosotros .texto-historia .texto small {
        font-size: 20px;
        font-family: "Calibri Heavy";
        line-height: 22px;
        margin-bottom: 10px;
        color: #FFDA00;
        display: block; }
      .nosotros .texto-historia .texto .titulo {
        font-size: 64px;
        font-family: "Calibri Regular";
        line-height: 68px;
        margin-bottom: 15px;
        color: #000; }
      .nosotros .texto-historia .texto p {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 26px; }
      .nosotros .texto-historia .texto blockquote {
        width: 90%;
        border: none;
        padding: 20px 0px 20px 40px;
        background: #fff;
        margin: 30px auto;
        text-align: left;
        position: relative;
        border-left: 2px solid #FFDA00; }
        .nosotros .texto-historia .texto blockquote:after {
          content: "\f159";
          font-family: "Flaticon";
          font-size: 42px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          left: -23px;
          color: #FFDA00;
          background: #fff; }
        .nosotros .texto-historia .texto blockquote p {
          font-size: 36px;
          font-family: "Calibri Regular";
          line-height: 42px;
          margin-bottom: 0px;
          color: #000; }
    .nosotros .texto-historia .imagenes {
      position: relative;
      display: inline-block;
      width: 100%;
      margin-bottom: 80px; }
      .nosotros .texto-historia .imagenes .img {
        display: inline-block;
        width: 570px;
        height: 610px;
        margin: 0;
        position: relative;
        -webkit-box-shadow: 15px 15px 0 #FFDA00;
        box-shadow: 15px 15px 0 #FFDA00; }
        .nosotros .texto-historia .imagenes .img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center; }
      .nosotros .texto-historia .imagenes .detalle {
        display: inline-block;
        width: 260px;
        height: 260px;
        margin: 0;
        position: relative;
        position: absolute;
        bottom: -70px;
        left: -50px; }
        .nosotros .texto-historia .imagenes .detalle img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center; }
  .nosotros .foto-equipo {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0; }
    .nosotros .foto-equipo .img {
      display: inline-block;
      width: 100%;
      height: 800px;
      margin: 0;
      position: relative;
      overflow: hidden; }
      .nosotros .foto-equipo .img .img-equipo {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
    .nosotros .foto-equipo .caption {
      position: absolute;
      bottom: 75px;
      left: 75px;
      width: 700px;
      background: rgba(54, 136, 165, 0.85);
      padding: 40px; }
      .nosotros .foto-equipo .caption .logo {
        margin-bottom: 15px; }
      .nosotros .foto-equipo .caption span {
        font-size: 56px;
        font-family: "Calibri Regular";
        line-height: 58px;
        margin-bottom: 15px;
        color: #fff;
        display: block; }
      .nosotros .foto-equipo .caption p {
        font-size: 22px;
        font-family: "Calibri Regular";
        line-height: 28px;
        margin-bottom: 0px;
        color: #fff; }
  .nosotros .instalaciones {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0; }
    .nosotros .instalaciones .intro {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin: 0;
      padding: 100px 0 80px; }
    .nosotros .instalaciones .container-fluid {
      padding: 0 10%; }
    .nosotros .instalaciones .titulo-seccion.seccion-interna {
      margin-bottom: 0;
      text-align: left; }
    .nosotros .instalaciones .titulo-seccion.seccion-interna .texto .titulo {
      font-size: 68px;
      font-family: "Calibri Regular";
      line-height: 74px;
      margin-bottom: 0px; }
    .nosotros .instalaciones .texto-instalaciones {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin: 0;
      padding-right: 40px; }
      .nosotros .instalaciones .texto-instalaciones p {
        font-size: 16px;
        font-family: "Calibri Regular";
        line-height: 26px;
        margin-bottom: 15px;
        color: #000; }
      .nosotros .instalaciones .texto-instalaciones ul {
        padding-left: 15px;
        margin-bottom: 20px; }
        .nosotros .instalaciones .texto-instalaciones ul li {
          padding-left: 20px;
          position: relative;
          margin-bottom: 5px;
          font-size: 16px; }
          .nosotros .instalaciones .texto-instalaciones ul li:before {
            content: "\f114";
            font-family: "Flaticon";
            color: #FFDA00;
            position: absolute;
            top: 4px;
            left: 0;
            font-size: 12px; }
    .nosotros .instalaciones .box {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 70px; }
      .nosotros .instalaciones .box .mr {
        margin: 0 -5px; }
      .nosotros .instalaciones .box .pd {
        padding: 0 5px; }
      .nosotros .instalaciones .box .box-titulo {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin-bottom: 10px;
        background: #f5f5f5;
        padding: 30px;
        height: 350px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 80px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative; }
        .nosotros .instalaciones .box .box-titulo:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 20px 0 0;
          border-color: #8dbccc transparent transparent transparent;
          position: absolute;
          top: 20px;
          left: 20px; }
        .nosotros .instalaciones .box .box-titulo:after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0px 0px 20px 20px;
          border-color: transparent transparent #8dbccc transparent;
          position: absolute;
          bottom: 20px;
          right: 20px; }
      .nosotros .instalaciones .box .titulo {
        font-size: 58px;
        font-family: "Calibri Regular";
        line-height: 54px;
        margin-bottom: 0px;
        color: #000; }
    .nosotros .instalaciones .foto {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 10px; }
      .nosotros .instalaciones .foto .img {
        display: inline-block;
        width: 100%;
        height: 350px;
        margin: 0;
        position: relative; }
        .nosotros .instalaciones .foto .img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center; }
        .nosotros .instalaciones .foto .img .hover {
          width: 100%;
          height: 100%;
          background: rgba(26, 81, 123, 0.85);
          opacity: 0;
          transition: 0.3s ease all;
          -webkit-transition: 0.3s ease all;
          -moz-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          -ms-transition: 0.3s ease all;
          position: absolute;
          top: 0;
          left: 0; }
          .nosotros .instalaciones .foto .img .hover .texto-hover {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            width: 100%;
            padding: 0 40px;
            text-align: center; }
            .nosotros .instalaciones .foto .img .hover .texto-hover i {
              color: #fff;
              font-size: 20px;
              margin-bottom: 5px; }
            .nosotros .instalaciones .foto .img .hover .texto-hover span {
              font-size: 16px;
              font-family: "Calibri Regular";
              line-height: 22px;
              margin-bottom: 0px;
              color: #fff;
              display: block;
              text-transform: uppercase; }
        .nosotros .instalaciones .foto .img:hover .hover {
          opacity: 1; }
  .nosotros .situacion {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0;
    text-align: center; }
    .nosotros .situacion .titulo-seccion {
      margin-bottom: 90px; }
    .nosotros .situacion .titulo-seccion .texto {
      margin-bottom: 5px; }
    .nosotros .situacion .titulo-seccion .texto i {
      font-size: 30px;
      color: #8dbccc; }
    .nosotros .situacion .titulo-seccion .texto .titulo {
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 5px; }
    .nosotros .situacion .titulo-seccion .texto small {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 15px; }
    .nosotros .situacion .titulo-seccion a {
      font-size: 20px;
      font-family: "Calibri Heavy";
      line-height: 24px;
      margin-bottom: 0px;
      color: #8dbccc;
      text-decoration: underline; }
      .nosotros .situacion .titulo-seccion a:hover {
        color: #FFDA00; }

/*tienda online*/
.catalogo {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px; 
  background: #fff;
}
  .catalogo .box {
    margin-bottom: 40px; }
  .catalogo .box-catalogo {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 20px; }
  .catalogo .box-filtros {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 25px;
    position: relative; }
    .catalogo .box-filtros .mostrando {
      font-size: 16px;
      font-family: "Calibri Regular";
      line-height: 20px;
      margin-bottom: 0px;
      color: #000; }
    .catalogo .box-filtros .filtro {
      float: right;
      width: 270px;
      display: inline-block; }
    .catalogo .box-filtros .form-group select {
      bottom: 10px;
      position: relative; }

.side-tienda {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px; 
  position: sticky;
  top: 150px;}
  .side-tienda .box-side {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 60px; }
    .side-tienda .box-side .titulo-side {
      font-size: 1.3em;
      font-family: "Calibri Heavy";
      line-height: 26px;
      margin-bottom: 10px;
      color: #000;
      display: block;
      text-transform: uppercase;}
    /* .side-tienda .box-side ul {
      padding-left: 20px;
      } */
      .side-tienda .box-side ul li {
        margin-bottom: 8px;
        display: inline-block;
        width: 100%; }
      .side-tienda .box-side ul li a {
        font-size: 1.1em;
        font-family: "Calibri Regular";
        line-height: 22px;
        margin-bottom: 0px;
        color: #000; }
        .side-tienda .box-side ul li a:hover {
          color: #FFDA00; }
      .side-tienda .box-side ul li.active a {
        color: #FFDA00;
        font-family: "Calibri Heavy"; }
      .side-tienda .box-side ul button {
        font-size: 10px;
        font-family: "Calibri Regular";
        line-height: 15px;
        margin-bottom: 0px;
        color: #FFDA00;
        text-align: center;
        font-weight: bold; }
      .side-tienda .box-side ul button i {
        transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -ms-transition: 0.3s ease all;
        display: inline-block; }
      .side-tienda .box-side ul button i {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg); }
      .side-tienda .box-side ul button.collapsed i {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg); }
    .side-tienda .box-side .card-body {
      padding: 0;
      border: none; }
      .side-tienda .box-side .card-body ul {
        padding: 10px 0 0 10px;
        border: none; }
        .side-tienda .box-side .card-body ul li {
          margin-bottom: 4px; }
        .side-tienda .box-side .card-body ul a {
          font-size: 13px;
          color: #666; }
  .side-tienda .banner-side {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    overflow: hidden; }
  .side-tienda .banner-side .img {
    width: 315px;
    margin: 0;
    position: relative;
    left: -27px; }
  .side-tienda .banner-side .img img {
    width: 100%; }

/*ficha articulo*/

._ficha .cabecera {
  background-color: #fff;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.ficha {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  background-color: #fff;
  padding-bottom: 60px;
}
  .ficha .banderola {
    position: absolute;
    top: 40px;
    right: 25px;
    width: 50px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    -webkit-box-shadow: 3px 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.3);
    background: #8dbccc; }
    .ficha .banderola:before {
      content: "";
      position: absolute;
      top: -14px;
      left: 0;
      width: 0;
      height: 0;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-bottom: 14px solid #8dbccc;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all; }
    .ficha .banderola:after {
      content: "";
      position: absolute;
      bottom: -14px;
      left: 0;
      width: 0;
      height: 0;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-top: 14px solid #8dbccc;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all; }
    .ficha .banderola span {
      font-size: 14px;
      font-family: "Calibri Regular";
      line-height: 16px;
      margin-bottom: 0px;
      color: #fff; }


.ficha .paddingRecursoFluid .row .col-lg-7 {
  padding: 0;
}



.info-ficha {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
  padding-left: 15px;
  padding: 0;
  }
  .info-ficha .nombre-producto {
    font-size: 46px;
    font-family: "Calibri Regular";
    line-height: 50px;
    margin-bottom: 7px;
    color: #000; }

  .parteArribaPrecios h4 {
    margin-bottom: 0;
    font-size: 24px;
  }
  .info-ficha .ref {
    font-size: 14px;
    font-family: "Calibri Regular";
    line-height: 22px;
    margin-bottom: 15px;
    color: #666;
    display: inline-block;
    width: 50%; }
  .info-ficha .box-stock {
    display: inline-block;
    width: 50%;
    float: right;
    margin-bottom: 15px;
    text-align: right;
    margin-right: 108px; }
    .info-ficha .box-stock span {
      font-size: 13px;
      font-family: "Calibri Heavy";
      line-height: 22px;
      margin-bottom: 0px;
      color: #000;
      text-transform: uppercase; }

    .info-ficha .parteArribaPrecios {
        background: transparent;
    }
    
    .info-ficha .box-stock i {
      font-size: 14px;
      margin-right: 5px;
      color: #000; }
    .info-ficha .box-stock.no_stock span, .info-ficha .box-stock.no_stock i {
      color: #FFDA00; }
  .info-ficha .texto {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 30px;
    padding: 0px 30px; }
    .info-ficha .texto p {
      font-size: 1.2em;
      font-family: 'Calibri Light';
      line-height: 22px;
      margin-bottom: 10px;
      color: #000; }
    .info-ficha .texto .texto-oculto {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0px; }
    .info-ficha .texto .texto-oculto {
      display: none; }
    .info-ficha .texto .leerMas {
      font-size: 10px;
      font-family: "Calibri Regular";
      line-height: 10px;
      margin-bottom: 0px;
      color: #000;
      text-transform: uppercase;
      text-decoration: underline;
      float: right;
      margin-top: 15px; }
      .info-ficha .texto .leerMas:hover {
        color: #8dbccc;
        text-decoration: none; }
  .info-ficha .acciones {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 25px;
    padding: 20px; }
  .info-ficha .caracteristicas {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 15px;
    padding: 22px 70px;}
    .info-ficha .caracteristicas label {
      font-size: 15px; }
  .info-ficha .precios {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 6px;
    margin-right: 25px;
}
    .info-ficha .precios .actual {
      font-size: 2.8em;
      font-family: 'Calibri Heavy';
      line-height: 38px;
      margin-bottom: 0px;
      color: #000;
   }
    .info-ficha .precios .anterior {
      font-size: 15px;
      font-family: "Calibri Regular";
      line-height: 28px;
      margin-bottom: 0px;
      color: #666;
      position: relative;
      margin-left: 5px;
      text-decoration: line-through; }
  .info-ficha .add-to {
    display: flex;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0px;
    justify-content: space-between;
    align-items: center;
    }
  .info-ficha .box-spinner {
    display: inline-block;
    margin: 0;
    float: left; }
    .info-ficha .box-spinner .spinner {
      display: inline-block;
      width: 100%; }
      .info-ficha .box-spinner .spinner input {
        float: left;
        width: 140px;
        height: 56px !important;
        font-size: 18px;
        text-align: center;
        margin: 0;
        color: #666;
        background: #fff;
        border: 2px solid #ddd; }
        .info-ficha .box-spinner .spinner input:focus {
          border: 2px solid #000; }
      .info-ficha .box-spinner .spinner .ui-spinner {
        display: inline-flex;
        width: 100%;
        border: none;
        border-radius: 0; }
        .info-ficha .box-spinner .spinner .ui-spinner .ui-spinner-button {
          width: 56px;
          height: 56px;
          font-size: 14px;
          text-align: center;
          position: relative;
          display: inline-block;
          background: #333;
          border-radius: 0;
          float: right;
          outline: none;
          margin-left: 4px;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all;
          -webkit-transition: 0.3s ease all;
          -moz-transition: 0.3s ease all;
          -os-transition: 0.3s ease all;
          -ms-transition: 0.3s ease all; }
          .info-ficha .box-spinner .spinner .ui-spinner .ui-spinner-button .input-group-btn-vertical, .info-ficha .box-spinner .spinner .ui-spinner .ui-spinner-button .btn-menos {
            float: left; }
          .info-ficha .box-spinner .spinner .ui-spinner .ui-spinner-button:hover {
            opacity: 0.8;
            cursor: pointer; }
          .info-ficha .box-spinner .spinner .ui-spinner .ui-spinner-button .fa {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            font-size: 13px;
            color: #fff; }
        .info-ficha .box-spinner .spinner .ui-spinner .ui-spinner-down {
          background: #ccc; }
          .info-ficha .box-spinner .spinner .ui-spinner .ui-spinner-down .fa {
            color: #666; }
  .info-ficha .box-agregar {
    display: inline-block;
    margin: 0;
    float: right; }
    .info-ficha .box-agregar .btn-agregar {
      /* font-family: "Calibri Heavy";
      text-transform: uppercase;
      color: #fff;
      background: #FFDA00;
      font-size: 18px;
      padding: 14px 36px;
      border-radius: 50px;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
      display: inline-block;
      position: relative;
      border: 2px solid #FFDA00;
      position: relative;
      width: 260px;
      padding: 12px 30px;
      height: 56px;
      font-family: "Calibri Regular";
      text-align: center;*/
      background-color: #FFDA00;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #000;
      text-transform: uppercase;
      width: fit-content;
      height: fit-content;
      padding: 15px 30px 15px 30px;
    } 
      .info-ficha .box-agregar .btn-agregar:hover {
        /* background: #8dbccc;
        border: 2px solid #8dbccc;*/
      
        background-color: #000;
        color: #FFF;
      } 

      .info-ficha .box-agregar .btn-agregar i {
        font-size: 18px;
        margin-right: 5px;
        position: relative;
        bottom: 1px; }
    .info-ficha .box-agregar .disabled {
      background: #bbb;
      cursor: not-allowed; }
    .info-ficha .box-agregar #boton_avisarme_disponibilidad .btn-agregar {
      background: #666; }
      .info-ficha .box-agregar #boton_avisarme_disponibilidad .btn-agregar:hover {
        background: #8dbccc; }


  .acciones form .add-to .preciosDesde .actual {
    font-size: 2.8em;
    font-family: 'Calibri Heavy';
    line-height: 38px;
    margin-bottom: 0px;
    color: #000;
  }

  .acciones form .add-to .preciosDesde .anterior {
    font-size: 15px;
    font-family: "Calibri Regular";
    line-height: 28px;
    margin-bottom: 0px;
    color: #666;
    position: relative;
    margin-left: 5px;
    text-decoration: line-through;
  }

  .acciones form .add-to .preciosDesde {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
  }

  .ficha .stickyProducto {
    position: sticky;
    top: 100px;
  }





  .parteArribaPrecios2 .precios .preciosDesde {
    grid-gap: 5px;
    display: flex;
    align-items: flex-end;
    font-family: 'Calibri Heavy';
    text-wrap: pretty;
}

.parteArribaPrecios2 .precios .preciosDesde span:nth-child(1) {
  grid-area: desde;
  font-size: 24px;
  font-family: 'Calibri Regular';
}

.precioFinanciado h3 {
  font-family: 'Calibri Light';
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.7);
}

.precioFinanciado h3 span {
font-size: 1.26em;
}

.parteArribaPrecios2 .precios .preciosDesde span:nth-child(2) {
  grid-area: despues;
  display: flex;
  align-items: center;
}

.parteArribaPrecios2 .precios .preciosDesde span:nth-child(3) {
  grid-area: antes;
  display: flex;
  align-items: center;
  font-family: 'Calibri Regular';
  font-size: 24px;
}

.descripcionPequeProducto {
  display: flex;
  align-items: center;
  margin-top:20px;
  margin-bottom:20px;
}

.descripcionPequeProducto .svg {
  height: 60px;
  margin-bottom: 10px;
  width: initial;
}

.ficha .cintilloConbustible p {
  color: #fff;
}

.ficha .distintivoFichaProducto {
  height: 30px;
  width: 30px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: -0.2rem;
}
.ficha .distintivoFichaProducto img {
  min-width:100%;
  min-height:100%;
  object-fit: contain;
}
.descripcionPequeProducto p {
  max-width: 438px;
  font-family: 'Calibri Light';
  font-size: 1.05em;
  margin-top: 10px;
}
.precioFinanciado {
  margin-bottom: 10px;
}
.fichaProductoBotones {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 438px;
  gap: 15px;
}

.fichaProductoBotones .botonLlamar {
  max-width: 82%;
  display: flex;
  justify-content: center;
  font-family: 'Calibri Light';
  font-size: 1.3rem;
  color: #30363A;
  vertical-align: middle;
}

.fichaProductoBotones .botonLlamar a {
  color:#000000 !important;
}

.fichaProductoBotones .botonLlamar a:hover {
  color:#24DDD2 !important;
}

.fichaProductoBotones .botonLlamar p {
  margin-bottom:0 !important;
}

.fichaProductoBotones i {
  margin-bottom: 4px;
}

.fichaProductoBotones a {
  width: 100%;
}
.fichaProductoBotones a button {
  background-color: #30363A;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 0px 12px #FFFFFF;
  border-radius: 50px;
  padding: 10px 30px;
  border: 2px solid #fff;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  max-width: 100%;
}

.fichaProductoBotones a button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
  box-shadow: 0px 0px 12px #20DDD2;
}

.fichaProductoBotones a button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #155F5B, #20DDD2);
  opacity: 0;
  /*Inicialmenteestablecelaopacidaden0*/transition: opacity 0.5s ease-in-out;
  /*Controlalavelocidaddelaanimación*/z-index: -1;
   /* Coloca el fondo detrás del texto */    
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
}

.fichaProductoBotones a button:hover::before {
  opacity: 1; /* Aumenta la opacidad para revelar el fondo en el hover */
}

.fichaProductoBotones a button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, #155F5B 61.5%, #20DDD2 100%);
  box-shadow: 0px 0px 12px #20DDD2;
  border: 2px solid #fff !important;
}



.fichaProductoBotones a button {
  color: #fff;
}

.textosFinalesBajoBtnFichaProductoOmoda {
  margin-top: 30px;
  max-width: 438px;
}

.puntuacionGoogle {
  width: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top:30px;
}

.puntuacionGoogle img {
  min-width: 50%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 65%;
}

.textosFinalesBajoBtnFichaProductoOmoda p {
  font-family: 'Calibri Light';
}

.datosDestacadosOmoda {
  background: linear-gradient(222deg, rgba(13, 13, 13, 0.5) 61.03%, #0D0D0D 86.7%), url(../img/New25.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 60px 90px 60px 90px;
}

.datosDestacadosOmoda ul li {
  display: flex;
}

.datosDestacadosOmoda ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/img/cheque-claro\ 1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}

.datosDestacadosOmoda ul li img {
  width: 18px;
  height: 18px;
}

.datosDestacadosOmoda h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
  line-height:1.1em;
}

.datosDestacadosOmoda ul li {
  color: #fff;
  margin-bottom:10px;
}


.btnsNuevoStock {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
  margin-top: 15px;
}
.logitosFichaProductoContenedorNegros .col-lg-4 {
  padding: 7px;
  margin: 0;
}

.logitosFichaProductoContenedorNegros .col-lg-4 .negritoCardFichaProductoTae {
  background-color: #0D0D0D;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 150px;
  justify-content: flex-start;
  padding-left: 15px;
}

.logitosFichaProductoContenedorNegros .col-lg-4 .negritoCardFichaProductoTae .logitosFichaProducto {
  width: 110px;
  height: 110px;
  background-color: #30363A;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logitosFichaProductoContenedorNegros .col-lg-4 .negritoCardFichaProductoTae .textosLogitosNegrosTae {
  max-width: 100%;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}

.logitosFichaProductoContenedorNegros .col-lg-4 .negritoCardFichaProductoTae .textosLogitosNegrosTae h3 {
  font-size: 26px;
}
.logitosFichaProductoContenedorNegros .col-lg-4 .negritoCardFichaProductoTae .textosLogitosNegrosTae p {
  font-family: 'Calibri Light';
  font-size:1.5em;
}
.logitosFichaProductoContenedorNegros .col-lg-4 .negritoCardFichaProductoTae .logitosFichaProducto i {
  font-size: 25px;
}

.logitosFichaProductoContenedorNegros .col-lg-4 .negritoCardFichaProductoTae .logitosFichaProducto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.textosFinalesFichaProductoContenedor .fichaProductoBotones {
  min-width: 100%;
  margin-top: 30px;
}

.textosFinalesFichaProductoContenedor {
  padding-top: 60px;
}

.textosFinalesFichaProductoContenedor p {
  font-family: 'Calibri Light';
}


/* ESTILOS MOTOR TABS  */

.preload-images {
  display: none;}

.ctaMotor {
  width: 100%;
  min-height: 50vh;
  padding-top: 50px;
  padding-bottom: 80px;
  
}

.ctaMotor .panel figure {
  position: absolute;
  width: 100%;
  height: 80vh;
  margin-bottom: 0 !important;
  z-index: 2 !important;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ctaMotor .panel figure:first-child:before {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}

.ctaMotor .panel figure img {
  min-width:100%;
  min-height:100%;
  object-fit: cover;
  object-position: center;
}

.ctaMotor .warpper{
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.ctaMotor .tab{
  cursor: pointer;
  padding:10px 20px;
  margin:0px 2px;
  background:transparent;
  display:inline-block;
  color:#fff;


}

.ctaMotor .panels p {
  max-width: 45%;
  margin-left:100px;
  z-index:3;
}




.ctaMotor .panels{
  background:#fffffff6;
  min-height:200px;
  width:100%;
  max-width:100%;
  overflow:hidden;
}
.ctaMotor .tabs {
  position: relative;
  top: 130px;
  left: 100px;
  z-index: 9;
}
.ctaMotor .panel{
  display:none;
  color: #fff;
  animation-name: fadeIn;
  animation-duration: 1s; /* Duración de la animación */

}
@keyframes fadeIn {
  from {
    transform: translateY(20px) scale(1.1);
    -webkit-transform: translateY(20px) scale(1.1);
    -moz-transform: translateY(20px) scale(1.1);
    -ms-transform: translateY(20px) scale(1.1);
    -o-transform: translateY(20px) scale(1.1);
}
  to {
    transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
}
}

.ctaMotor .panel-title{
  font-size:3rem;
  font-weight:bold;
  margin-bottom: 40px;
  margin-left: 100px;
  z-index:3;
}
.ctaMotor .radio{
  display:none;
}



._ouniverse .logoInicioOuniverse {
  height: auto !important;
  width: 678px !important;
  position: initial !important;
}

._ouniverse #two-panel .logoInicioOuniverse {
  width: 478px !important;
}

._ouniverse .ctaMotor .panel-title {
  font-size: 4rem;
  font-weight: 100;
  margin-bottom: 0;
  margin-left: 0;
  z-index: 3;
  text-align: center;
  font-family: 'airstrike';
  -webkit-animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}
@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

._ouniverse canvas#canvas {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity:0.3;
}

._ouniverse .textoOmodaOuniverse {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  width: 100%;
  max-width: 100%;
  flex-direction:column;
  z-index:3;
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
  animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}







._ouniverse #one:checked ~ .panels #one-panel, ._ouniverse #two:checked ~ .panels #two-panel, ._ouniverse #three:checked ~ .panels #three-panel, ._ouniverse #four:checked ~ .panels #four-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  transition-delay: 0s;
  width: 100%;
  align-items: center;
  height: 100vh;
}

._ouniverse .selectorColorOmoda #four-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  transition-delay: 0s;
  width: 100%;
  align-items: center;
}

._ouniverse .ctaMotor .panels p {
  width: 900px;
  margin-left: 0;
  z-index: 3;
  text-align: center;
  margin-top: 60px;
  font-size: 2em;
}

._ouniverse .ctaMotor .tabs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 70px;
}

._ouniverse .polPriv span {
  color: #fff;
}

._ouniverse .polPriv span a {
  color: #fff;
}

._ouniverse .polPriv span a:hover {
  color: #20DDD2;
}

._ouniverse .ctaMotor .panels form {
  padding: 15px;
  margin-top: 10px;
  zoom: .7;
}

._ouniverse .ctaMotor .panels form h2 {
  text-align: center;
  padding-top: 30px;
}
._ouniverse .ctaMotor .panels form p {
  width: auto;
  font-size: 1.5em;
  margin-top: 30px;
  padding: 0 5px;
}

._ouniverse .formOuniverse {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width:50%;
}
._ouniverse .contacto {
  padding: 30px;
}
.fondosOuniverseMod::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0.18) 12.25%, rgba(0, 0, 0, 0) 19.61%), linear-gradient(90deg, rgba(0, 0, 0, 0.5) 9.4%, rgba(0, 0, 0, 0) 41.75%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  position: absolute;
}

.menuLateralOuniverse {
  position: absolute;
  z-index: 4;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 50px;
}

.menuLateralOuniverse .menuOuniverse {
  gap: 60px;
  display: flex;
  flex-direction: column;
}

.menuLateralOuniverse .menuOuniverse li {
  font-family: 'Calibri Light';
}

.menuLateralOuniverse .menuOuniverse li a:active,.menuLateralOuniverse .menuOuniverse li  a:focus {
  color: #20DDD2 !important;
}

.activeOuniverse {
  color: #20DDD2 !important;
}

.menuLateralOuniverse .menuOuniverse li  .activeOuniverse::before {
  content: "";
  width: 50px;
  background-color: #fff;
  height: 2px;
  position: absolute;
  left: -5px;
  margin-top: 10px;
}

.menuLateralOuniverse .menuOuniverse li  a:hover::before {
  content: "";
  width: 50px;
  background-color: #20DDD2;
  height: 2px;
  position: absolute;
  left: -5px;
  margin-top: 10px;
}
.menuLateralOuniverse .menuOuniverse li  a:hover {
  color: #20DDD2;
}
/* ESTILOS SELECTOR DE COCHES */

.selectorColorOmoda {
  width: 100%;
  min-height: 50vh;
  padding-top: 50px;
  padding-bottom: 0;
}

.margenNegativoLanding {
  margin-top: -90px;
}


.selectorColorOmoda .panel figure img {
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

.selectorColorOmoda .warpper{
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.selectorColorOmoda .tab{
  cursor: pointer;
  padding:10px 20px;
  margin:0px 2px;
  background:transparent;
  display:inline-block;
  color:#fff;


}

.selectorColorOmoda .panels p {
  width: 450px;
  margin-left:100px;
  z-index:3;
}

.selectorColorOmoda #one-panel {
  /*background-image: url(../img/fondoCTA.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 80vh;
}
.selectorColorOmoda #two-panel {
  /*background-image: url(../img/leiada-krozjhen-4fiL0o_Q7sE-unsplash.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 80vh;
}
.selectorColorOmoda #three-panel {
  /*background-image: url(../img/0Y6H2529.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 80vh;
}



.selectorColorOmoda .panels{
  background:#fffffff6;
  min-height:200px;
  width:100%;
  max-width:100%;
  overflow:hidden;
}
.selectorColorOmoda .tabs {
  position: relative;
  top: 220px;
  left: 100px;
  z-index: 9;
}
.selectorColorOmoda .panel{
  display:none;
  color: #fff;
  animation-name: fadeIn;
  animation-duration: 1s; /* Duración de la animación */

}
@keyframes fadeIn {
  from {
    transform: translateY(20px) scale(1.1);
    -webkit-transform: translateY(20px) scale(1.1);
    -moz-transform: translateY(20px) scale(1.1);
    -ms-transform: translateY(20px) scale(1.1);
    -o-transform: translateY(20px) scale(1.1);
}
  to {
    transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
}
}

.selectorColorOmoda .panel-title{
  font-size:3rem;
  font-weight:bold;
  margin-bottom: 40px;
  margin-left: 100px;
  z-index:3;
}
.selectorColorOmoda .radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  transition-delay: 0s;
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#four:checked ~ .tabs #four-tab
{
  background:transparent;
  color:#fff;
  border-bottom: 2px solid #20DDD2;
}








/* -------------------------- */


.tabs-ficha {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  padding: 110px 0; }
  .tabs-ficha .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none; }
    .tabs-ficha .nav li {
      margin: 0; }
    .tabs-ficha .nav .svg {
      fill: #FFDA00;
      width: 18px;
      height: 18px;
      display: inline-block;
      margin-right: 5px; }
  .tabs-ficha .nav a {
    padding: 20px;
    width: 100%;
    background: #fff;
    color: #000;
    border: none;
    font-size: 20px;
    border-radius: 0;
    text-transform: none;
    font-family: "Calibri Regular";
    border-bottom: 2px solid #ddd; }
    .tabs-ficha .nav a:hover {
      background: #eee;
      border-bottom: 2px solid #A7D5C2;
      opacity: 1;
      color: #000; }
    .tabs-ficha .nav a:before {
      display: none; }
  .tabs-ficha .nav-link.active {
    border-bottom: 2px solid #FFDA00;
    background: #f5f5f5;
    color: #000; }
    .tabs-ficha .nav-link.active:hover {
      border-bottom: 2px solid #FFDA00;
      background: #f5f5f5;
      color: #000;
      opacity: 1; }
  .tabs-ficha .tab-content {
    display: inline-block;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-family: "Calibri Regular";
    color: #000; }
    .tabs-ficha .tab-content ul {
      display: inline-block;
      width: 100%;
      margin-bottom: 0px; }
    .tabs-ficha .tab-content strong {
      color: #000; }
    .tabs-ficha .tab-content ul li {
      position: relative;
      padding-left: 15px;
      margin-bottom: 2px;
      font-size: 1.1em; }
      .tabs-ficha .tab-content ul li:before {
        content: "\f11b";
        font-family: "Flaticon";
        font-size: 5px;
        color: #FFDA00;
        position: absolute;
        top: 8px;
        left: 0; }
    .tabs-ficha .tab-content p {
      margin-bottom: 15px; }
    .tabs-ficha .tab-content a {
      font-size: 16px;
      font-family: "Calibri Heavy";
      line-height: 20px;
      margin-bottom: 0px;
      color: #FFDA00;
      text-decoration: underline; }
      .tabs-ficha .tab-content a:hover {
        color: #8dbccc; }



    #utilizacion .texto-tab ul li a {
      text-decoration: none;
      color: #000;
    }

    #utilizacion .texto-tab ul li a:hover {
      color: #FFDA00;
    }


/*CARRUSEL PEQUEÑO FICHA*/
.carrusel-mini-ficha {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 99;
  height: 100px;
  overflow: hidden; }
  .carrusel-mini-ficha .slick-slide {
    padding: 0; }
  .carrusel-mini-ficha .slick-slide:hover {
    opacity: 0.8;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    cursor: pointer; }
  .carrusel-mini-ficha .img-litle {
    display: inline-block;
    width: 120px;
    height: 100px;
    margin: 0;
    position: relative;
    padding: 0px;
    border: 1px solid #ddd;
    margin: 0 6px;
    display: flex;
    justify-content: center;
}

.carousel-arrows-mini {
  text-align: center;
  position: relative;
  top: -70px; }
  .carousel-arrows-mini .slick-arrow {
    font-size: 1em;
    padding: 0 8px 0 8px;
    cursor: pointer;
    color: #20ddd2;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    position: absolute;
    z-index: 99;
    font-weight: bolder; }
    .carousel-arrows-mini .slick-arrow:hover {
      color: #8dbccc; }
  .carousel-arrows-mini .prev-mini {
    left: -5px; }
  .carousel-arrows-mini .next-mini {
    right: -5px; }

/*CARRUSEL HORIZONTAL FICHA*/
.box-img-big {
  width: 100%;
  height: 535px;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding: 20px 0; }
  .box-img-big .img-big {
    display: flex;
    width: 100%;
    height: 523px;
    margin: 0;
    position: relative;
    overflow:hidden;
    justify-content:center;
    align-items: center;
}
  .box-img-big .img-big a {
    width:100%;
    height:100%;
  }
    .box-img-big .img-big img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%); 
      min-width: 100%;
      object-fit: cover;
      max-height:initial !important;
    }

.carrusel-main-ficha .slick-slide {
  margin: 0 20px;
  overflow: hidden;
  position: relative;
  padding: 0; }

.carousel-arrows {
  position: relative;
  width: 100%;
  bottom: 45px;
  height: auto;
}
  .carousel-arrows .slick-arrow {
    font-size: 1.2em;
    padding: 8px 12px 8px 12px;
    cursor: pointer;
    color: #20ddd2;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    position: relative;
    left: initial;
    right: initial;
    bottom: initial;
    font-weight: bolder; }
    .carousel-arrows .slick-arrow:hover {
      color: #8dbccc; }

    .ficha section.cabecera:first-child {
      padding-bottom:0 !important;
    }

.ficha.box-compartir {
  margin-bottom: 60px; }

.ficha .confianza-interno .box {
  margin-bottom: 40px; }

.carrusel-relacionados [class*='col-'] {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.carrusel-relacionados.slick-initialized .slick-slide {
  padding: 0; }

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  background: #fff; }

/*Mi cuenta y cesta*/
/*MI CUENTA*/
._datos-personales .mi-cuenta-section {
  margin-bottom: 60px;
}

._mi-cuenta, ._historial-pedidos, ._datos-personales, ._cambiar-password, ._cesta {
  padding-top: 0; }

  .mi-cuenta-section {
    display: inline-block;
    width: 100%;
    min-height: 700px;
    }
  .mi-cuenta-section .bread {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 15px; }
    .mi-cuenta-section .bread li {
      display: inline;
      font-size: 14px;
      font-family: "Calibri Regular";
      line-height: 15px;
      margin-bottom: 0px;
      color: #000; }
      .mi-cuenta-section .bread li a {
        color: #000;
        font-family: "Calibri Regular"; }
        .mi-cuenta-section .bread li a:hover {
          color: #666; }
      .mi-cuenta-section .bread li span {
        color: #FFDA00;
        font-family: "Calibri Regular";
        text-decoration: underline; }
      .mi-cuenta-section .bread li i {
        color: #FFDA00;
        font-size: 8px;
        margin-left: 4px; }
  .mi-cuenta-section .texto-intro {
    margin-bottom: 40px;
    text-align: left; }
    .mi-cuenta-section .texto-intro:after {
      display: none; }
    .mi-cuenta-section .texto-intro p {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 0; }
  .mi-cuenta-section .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 40px; }
  .mi-cuenta-section .campo {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0px;
    padding: 20px 20px 30px 20px;
    background: #f5f5f5; }
    .mi-cuenta-section .campo .icono {
      font-size: 30px;
      color: #FFDA00;
      display: block;
      margin-bottom: 10px; }
    .mi-cuenta-section .campo .nombre-seccion {
      font-size: 18px;
      font-family: "Calibri Heavy";
      line-height: 20px;
      margin-bottom: 10px;
      color: #000;
      text-transform: uppercase;
      position: relative; }
      .mi-cuenta-section .campo .nombre-seccion a {
        color: #000; }
        .mi-cuenta-section .campo .nombre-seccion a:hover {
          color: #8dbccc; }
      .mi-cuenta-section .campo .nombre-seccion:after {
        content: "";
        position: relative;
        width: 25px;
        height: 1px;
        margin: 8px 0;
        display: block;
        background: #FFDA00; }
    .mi-cuenta-section .campo p {
      font-size: 1.2em;
      font-family: 'Calibri Light';
      line-height: 20px;
      margin-bottom: 15px;
      color: #000;
    }
    .mi-cuenta-section .campo .acceder {
      font-size: 1em;
      font-family: "Calibri Heavy";
      line-height: 11px;
      margin-bottom: 0px;
      color: #000;
      text-transform: uppercase;
      float: right;
      font-weight: 100;
      background: #FFDA00;
      width: 100px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
     }
      .mi-cuenta-section .campo .acceder i {
        margin-left: 5px;
        font-size: 13px;
        vertical-align: text-bottom; }
    .mi-cuenta-section .campo .acceder:hover {
      color: #fff;
      background: #000;
    }
  .mi-cuenta-section .form-group.arrow {
    position: relative;
    display: inline-block;
    width: 100%; }
    .mi-cuenta-section .form-group.arrow:after {
      right: 30px;
      top: 18px; }
  .mi-cuenta-section label {
    font-family: "Calibri Regular";
    font-weight: 100;
    margin: 0;
    font-size: 14px; }
  .mi-cuenta-section .form-control {
    height: 45px; }
  .mi-cuenta-section .aviso {
    display: none; }

.mi-cuenta-section .col-lg-4:nth-of-type(even) .campo {
  background: #ddd; }

.mi-cuenta-section .table-responsive {
  border-top: none; }

._cambiar-password .mi-cuenta-section label {
  font-size: 15px;
  margin-bottom: 5px; }

.historial-table .btn-link {
  background-color: #FFDA00;
  padding: 10px;
  float: right;
  color: #000;
  border-radius: 0;
  text-decoration: none;}

.historial-table .btn-link:hover {
  background-color: #000;
  text-decoration: none;
  color: #fff; }

.historial-table thead th {
  border: none;
  width: 25%;
  font-weight: 100;
  font-family: "Calibri Regular";
  font-size: 18px; }

.historial-table td {
  font-size: 15px;
  font-weight: 100; }

.checkout_form {
  margin-bottom: 40px;
 }


#form_usuario_registro .btn-modal {
  background-color: #FFDA00;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  color: #000;
  text-transform: uppercase;
  width: fit-content;
  height: fit-content;
  padding: 15px 30px 15px 30px;
  border: 0;
  font-family: 'Calibri Regular';
  font-size: 16px;
}

#form_usuario_registro .btn-modal:hover {
  background-color: #000;
  color: #FFF;
  opacity: 1;
}

.checkout_form .btn-modal, .btn-password {
    font-family: "Calibri Heavy";
    text-transform: uppercase;
    color: #000;
    background: #FFDA00;
    font-size: 15px;
    padding: 14px 36px;
    border-radius: 0;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    display: inline-block;
    position: relative;
    margin-top: 15px; }
  .checkout_form .btn-modal:hover, .btn-password:hover {
    background: #000; }
  .checkout_form .btn-modal i, .btn-password i {
    font-size: 14px;
    margin-right: 5px; }
  .checkout_form .btn-modal:hover, .btn-password:hover {
    color: #fff; }

.btn-back {
  font-family: 'Calibri Heavy';
  text-transform: uppercase;
  color: #000;
  background: #FFDA00;
  font-size: 15px;
  padding: 14px 36px;
  border-radius: 0;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  margin-top: 15px; }
  .btn-back:hover {
  background: #000;
  color: #fff;
  }
  .btn-back i {
    font-size: 14px;
    margin-right: 5px; }

.cesta-section-title {
  font-size: 1.3em;
  font-family: "Calibri Heavy";
  line-height: 20px;
  margin-bottom: 10px;
  color: #000;
  background: #f5f5f5;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
  margin-top: 10px; }

.cesta-label {
  font-size: 13px;
  color: #000;
  font-family: "Calibri Regular";
  font-weight: 100; }

/*CESTA*/
.header-cesta {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0; }
  .header-cesta .logo {
    width: 145px;
    margin: auto; }
    .header-cesta .logo img {
      width: 100%; }
  .header-cesta .correo {
    font-size: 16px;
    font-family: "Calibri Light";
    line-height: 16px;
    margin-bottom: 0px;
    color: #000;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    float: left;
    margin-top: 10px; }
    .header-cesta .correo strong {
      color: #000; }
    .header-cesta .correo i {
      font-size: 13px;
      margin-right: 5px;
      color: #FFDA00; }
    .header-cesta .correo:hover {
      color: #8dbccc; }
  .header-cesta .dev {
    font-size: 16px;
    font-family: "Calibri Light";
    line-height: 16px;
    margin-bottom: 0px;
    color: #000;
    float: right;
    margin-top: 10px; }
    .header-cesta .dev i {
      font-size: 14px;
      margin-right: 5px;
      color: #FFDA00; }
    .header-cesta .dev strong {
      color: #000;
      font-family: 'Calibri Heavy';
      font-size: 16px; }

.cesta {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0; }
  .cesta .login {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 15px; }
    .cesta .login .icono {
      width: 40px;
      height: 60px;
      float: left;
      font-size: 38px;
      color: #FFDA00; }
    .cesta .login .texto {
      display: inline-block;
      float: left;
      padding: 10px 0 0 5px; }
      .cesta .login .texto span {
        font-size: 1.1em;
        font-family: "Calibri Light";
        line-height: 20px;
        margin-bottom: 2px;
        color: #000;
        display: block; }
      .cesta .login .texto p {
        font-size: 1.1em;
        font-family: "Calibri Light";
        line-height: 20px;
        margin-bottom: 0px;
        color: #000;
        text-transform: uppercase; }
        .cesta .login .texto p strong {
          color: #000;
          font-family: "Calibri Heavy";
          text-decoration: underline; }
    .cesta .login:hover .texto p strong {
      text-decoration: none; }
  .cesta .btns {
    display: inline-block;
    width: 100%;
    float: right;
    text-align: right;
    margin-bottom: 13px; }
    .cesta .btns a {
      font-family: "Calibri Heavy";
      text-transform: uppercase;
      color: #000;
      background: #FFDA00;
      font-size: 14px;
      padding: 14px 36px;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
      display: inline-block;
      position: relative;
      border: 2px solid #FFDA00; }
      .cesta .btns a:hover {
        background: #000;
        color: #fff;
        border: 2px solid #000; }
      .cesta .btns a i {
        font-size: 8px;
        margin-right: 5px;
        vertical-align: middle; }
    .cesta .btns .btn-seguir-movil {
      display: none; }

.form-cesta {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px; }
  .form-cesta .paso {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 20px; }
    .form-cesta .paso .form-group {
      margin-bottom: 10px; }
    .form-cesta .paso .form-group.arrow:after {
      top: 35px; }
    .form-cesta .paso .titulo {
      font-size: 1.3em;
      font-family: "Calibri Heavy";
      line-height: 20px;
      margin-bottom: 10px;
      color: #000;
      background: #f5f5f5;
      padding: 10px 15px;
      border-bottom: 1px solid #ccc; }
    .form-cesta .paso small {
      text-align: right;
      font-size: 11px;
      font-family: "Calibri Heavy";
      line-height: 11px;
      margin-bottom: 10px;
      color: #FFDA00;
      display: block; }
    .form-cesta .paso .row-pd {
      margin: 0 -5px; }
      .form-cesta .paso .row-pd .col-pd {
        padding: 0 5px; }
    .form-cesta .paso .form-control {
      height: 40px !important;
      font-size: 13px;
      color: #000;
      border: 2px solid #ddd;
      background: #fff; }
      .form-cesta .paso .form-control:focus {
        border: 2px solid #FFDA00; }
    .form-cesta .paso label {
      font-size: 1.1em;
      font-family: "Calibri Light";
      line-height: 1.1em;
      margin-bottom: 5px;
      color: #000; }
    .form-cesta .paso .form-group select {
      font-family: "Calibri Light";
      font-size: 1.1em !important; }
    .form-cesta .paso textarea.form-control {
      height: 100px !important;
      font-size: 1em !important; }
    .form-cesta .paso .factura {
      font-size: 1.2em;
      font-family: "Calibri Light";
      line-height: 20px;
      margin-bottom: 10px;
      color: #000;
      display: block;
      width: 100%;
      margin: 25px 0 10px; }
      .form-cesta .paso .factura a {
        color: #000;
        margin-left: 0;
        font-family: "Calibri Heavy";
        text-decoration: underline; }
        .form-cesta .paso .factura a:hover {
          text-decoration: none; }
      .form-cesta .paso .factura i {
        color: #FFDA00;
        margin-right:5px;}
    .form-cesta .paso .factura-empresa {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 15px;
      padding: 25px;
      border: 1px solid #ddd;
      background: #eeeeee; }
      .form-cesta .paso .factura-empresa .polPriv {
        display: inline-block;
        margin: 0 0 5px; }
      .form-cesta .paso .factura-empresa .polPriv label {
        width: 16px;
        height: 16px;
        margin-right: 5px; }
        .form-cesta .paso .factura-empresa .polPriv label span {
          font-size: 13px; }
      .form-cesta .paso .factura-empresa .polPriv span {
        font-size: 1.2em;
        color: #666;
        font-family: "Calibri Light"; }
    .form-cesta .paso .forma-entrega, .form-cesta .paso .forma-pago, .form-cesta .paso .descuento {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0;
      padding-left: 10px; }
      .form-cesta .paso .forma-entrega p, .form-cesta .paso .forma-pago p, .form-cesta .paso .descuento p {
        font-size: 12px;
        font-family: "Calibri Regular";
        line-height: 20px;
        margin-bottom: 10px;
        color: #000; }
    .form-cesta .paso .forma-pago {
      margin-top: 10px;
      width: 40%;
      float: left; }
      .form-cesta .paso .forma-pago .js_pagoblock {
        display: inline-block;
        padding-left: 20px; }
      .form-cesta .paso .forma-pago label {
        font-size: 1em;
        font-family: "Calibri Light";
        line-height: 20px;
        display: inline-block;
        margin-left: 10px; }
        .form-cesta .paso .forma-pago label:hover {
          opacity: 0.7; }
        .form-cesta .paso .forma-pago label span {
          font-family: "Calibri Heavy"; }
    .form-cesta .paso .descripcion {
      display: inline-block;
      width: 60%;
      padding: 12px 0 0 20px;
      float: left;
      border-left: 1px solid #ddd; }
      .form-cesta .paso .descripcion p {
        font-size: 0.8em;
        font-family: "Calibri Regular";
        line-height: 20px;
        margin-bottom: 15px;
        color: #666; }
        .form-cesta .paso .descripcion p strong {
          color: #000;
          font-family: "Calibri Regular"; }
      .form-cesta .paso .descripcion span {
        font-size: 1.1em;
        font-family: "Calibri Heavy";
        line-height: 20px;
        margin-bottom: 5px;
        color: #000;
        display: block; }
      .form-cesta .paso .descripcion img {
        display: inline-block;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 32px; }
      .form-cesta .paso .descripcion .elige-tienda {
        width: 100%;
        margin: 0;
        padding: 0; }
        .form-cesta .paso .descripcion .elige-tienda .tienda {
          display: inline-block;
          width: 100%;
          margin-bottom: 80px;
          margin-bottom: 0px; }
          .form-cesta .paso .descripcion .elige-tienda .tienda label {
            margin-left: 0;
            width: 80%;
            float: left;
            padding-right: 15px; }
            .form-cesta .paso .descripcion .elige-tienda .tienda label span {
              margin-bottom: 0; }
              .form-cesta .paso .descripcion .elige-tienda .tienda label span small {
                display: inline-block;
                font-size: 13px; }
            .form-cesta .paso .descripcion .elige-tienda .tienda label p {
              margin: 0; }
          .form-cesta .paso .descripcion .elige-tienda .tienda .pin {
            display: inline-block;
            width: 20%;
            float: left;
            text-align: center; }
            .form-cesta .paso .descripcion .elige-tienda .tienda .pin span {
              display: block;
              font-size: 9px;
              text-transform: uppercase;
              text-decoration: underline;
              line-height: 9px;
              color: #FFDA00;
              transition: 0.3s ease all;
              -webkit-transition: 0.3s ease all;
              -moz-transition: 0.3s ease all;
              -o-transition: 0.3s ease all;
              -ms-transition: 0.3s ease all; }
            .form-cesta .paso .descripcion .elige-tienda .tienda .pin i {
              font-size: 14px;
              color: #FFDA00;
              transition: 0.3s ease all;
              -webkit-transition: 0.3s ease all;
              -moz-transition: 0.3s ease all;
              -o-transition: 0.3s ease all;
              -ms-transition: 0.3s ease all; }
            .form-cesta .paso .descripcion .elige-tienda .tienda .pin:hover i, .form-cesta .paso .descripcion .elige-tienda .tienda .pin:hover span {
              color: #8dbccc; }
    .form-cesta .paso .descuento {
      border-top: 1px solid #ddd;
      padding-top: 15px;
      margin-top: 15px; }
      .form-cesta .paso .descuento span {
        font-size: 1.2em;
        font-family: "Calibri Light";
        line-height: 20px;
        margin-bottom: 5px;
        color: #000;
        display: inline-block; }
      .form-cesta .paso .descuento .voucher-infoBtn {
        cursor: pointer;
        color: #FFDA00;
        font-size: 19.2px !important;
        margin-left: 5px; }
      .form-cesta .paso .descuento input {
        width: 325px;
        float: left;
        margin: 0 15px 15px 0; }
      .form-cesta .paso .descuento button {
        font-family: "Calibri Heavy";
        text-transform: uppercase;
        color: #000;
        background: #FFDA00;
        font-size: 12px;
        -webkit-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -ms-transition: 0.3s ease all;
        display: inline-block;
        position: relative;
        border: 2px solid #FFDA00;
        float: left;
        line-height: 15px;
        padding: 12px 20px; }
        .form-cesta .paso .descuento button:hover {
          background: #000;
          border: 2px solid #000;
          color: #FFF; }
        .form-cesta .paso .descuento button:after {
          display: none; }
      .form-cesta .paso .descuento .alert {
        font-size: 14px; }
        .form-cesta .paso .descuento .alert p {
          font-size: 13px;
          font-family: "Calibri Regular";
          line-height: 20px;
          margin-bottom: 0px;
          color: #000;
          padding: 8px 0 0 16px; }
          .form-cesta .paso .descuento .alert p strong {
            font-family: "Calibri Heavy"; }
      .form-cesta .paso .descuento .alert-success {
        padding-right: 15px;
        margin-top: 20px; }
  .form-cesta .paso-resumen {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 0; }
    .form-cesta .paso-resumen .titulo {
      background: #fff; }
  .form-cesta .paso-resumen-movil {
    display: none; }
  .form-cesta table.resumen {
    margin-top: 20px;
    width: 100%; }
    .form-cesta table.resumen tr {
      border-bottom: 1px solid #ddd;
      font-size: 14px; }
      .form-cesta table.resumen tr:last-child {
        border-bottom: none; }
      .form-cesta table.resumen tr th {
        padding-bottom: 20px;
        font-weight: 100;
        font-family: "Calibri Heavy";
        font-size: 15px; }
    .form-cesta table.resumen td {
      padding: 10px 16px 10px 0;
      font-family: "Calibri Regular"; }
    .form-cesta table.resumen .nombre {
      font-size: 14px;
      font-family: "Calibri Regular";
      line-height: 20px;
      margin-bottom: 0px;
      color: #000; }
      .form-cesta table.resumen .nombre:hover {
        color: #666; }
    .form-cesta table.resumen .talla {
      font-size: 11px;
      font-family: "Calibri Regular";
      line-height: 18px;
      margin-bottom: 5px;
      color: #666;
      display: block; }
    .form-cesta table.resumen .entrega {
      font-size: 9px;
      font-family: "Calibri Regular";
      line-height: 15px;
      margin-bottom: 0px;
      color: #FFDA00;
      display: block;
      text-transform: uppercase; }
      .form-cesta table.resumen .entrega i {
        margin-right: 3px; }
    .form-cesta table.resumen .box-spinner {
      display: inline-block;
      margin: 0;
      width: initial;
      float: left; }
      .form-cesta table.resumen .box-spinner .spinner {
        display: inline-block;
        width: 100%; }
        .form-cesta table.resumen .box-spinner .spinner input {
          float: left;
          width: 60px;
          height: 34px;
          font-size: 14px;
          text-align: left;
          margin: 0;
          color: #666;
          position: relative; }
        .form-cesta table.resumen .box-spinner .spinner .ui-spinner {
          display: inline-block;
          width: 100%;
          border: none;
          height: auto !important; }
          .form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button {
            width: 20px;
            height: 20px;
            border: none;
            font-size: 14px;
            text-align: center;
            display: inline-block;
            background: #333;
            float: left;
            outline: none;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 9;
            margin-left: 0px;
            -o-transition: 0.3s ease all;
            transition: 0.3s ease all;
            -webkit-transition: 0.3s ease all;
            -moz-transition: 0.3s ease all;
            -os-transition: 0.3s ease all;
            -ms-transition: 0.3s ease all; }
            .form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button .input-group-btn-vertical, .form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button .btn-menos {
              float: left; }
            .form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button:hover {
              opacity: 0.8;
              cursor: pointer; }
            .form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button .fa {
              text-indent: inherit;
              margin: 0;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              font-size: 7px;
              color: #fff; }
          .form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-down {
            background: #ccc;
            bottom: 0px;
            top: initial; }
            .form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-down .fa {
              color: #666; }
  .form-cesta table.resumen .img-producto {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin: 0;
    position: relative;
    padding: 0px;
    margin: 12px auto; }
    .form-cesta table.resumen .img-producto img {
      max-width: 100%;
      max-height: 100%; }
      .form-cesta table.resumen .img-producto img:hover {
        opacity: 0.8; }
  .form-cesta .delete:hover {
    opacity: 0.6; }
  .form-cesta .box-total {
    background: #ddd;
    padding: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px; }
  .form-cesta table.table-total {
    width: 100%; }
    .form-cesta table.table-total td {
      padding: 5px 0;
      font-size: 1em;
      font-family: "Calibri Regular"; }
      .form-cesta table.table-total td span {
        font-size: 1em; }
    .form-cesta table.table-total .total td, .form-cesta table.table-total .total_resumen {
      font-size: 24px;
      font-family: "Calibri Heavy";
      line-height: 30px; }
    .form-cesta table.table-total small {
      text-align: left;
      font-size: 12px;
      font-family: "Calibri Regular";
      line-height: 10px;
      margin-bottom: 0px;
      color: #333;
      display: inline-block; }
    .form-cesta table.table-total .fa {
      color: #000;
      cursor: pointer; }
      .form-cesta table.table-total .fa:hover {
        text-decoration:underline; }
  .form-cesta .condiciones-venta {
    display: inline-block;
    width: 100%;
    margin: 0; }
    .form-cesta .condiciones-venta label {
      width: 16px;
      height: 16px;
      margin-right: 5px; }
    .form-cesta .condiciones-venta span {
      display: inline-block;
      width: 90%;
      padding-left: 5px;
      font-size: 0.9em;
      font-family: 'Calibri Light'; }
    .form-cesta .condiciones-venta a {
      color: #000;
      text-decoration:underline;}
      .form-cesta .condiciones-venta a:hover {
        color: #000;
        text-decoration: none; }
  .form-cesta .box-btn {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 20px 0 15px;
    text-align: center; }
    .form-cesta .box-btn a {
      font-family: "Calibri Heavy";
      text-transform: uppercase;
      color: #000;
      background: #FFDA00;
      font-size: 18px;
      padding: 14px 36px;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
      display: inline-block;
      position: relative;
      border: 2px solid #FFDA00; }
      .form-cesta .box-btn a:hover {
        background: #000;
        color: #fff;
        border: 2px solid #000; }
  .form-cesta .sellos {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0;
    text-align: center; }
    .form-cesta .sellos p {
      font-size: 18px;
      font-family: "Calibri Regular";
      line-height: 22px;
      margin-bottom: 5px;
      color: #000; }
    .form-cesta .sellos span {
      font-size: 9px;
      font-family: "Calibri Regular";
      line-height: 9px;
      margin-bottom: 20px;
      color: #666;
      display: block;
      text-transform: uppercase; }
    .form-cesta .sellos img {
      margin: auto; }

.footer-cesta {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  background: #d9d9d9;
  padding: 35px 0;
  border-top: 4px dashed #ccc; }
  .footer-cesta:after {
    display: none; }
  .footer-cesta:before {
    display: none; }
  .footer-cesta [class*='col-'] {
    position: relative; }
    .footer-cesta [class*='col-']:after {
      content: "";
      width: 2px;
      height: 105px;
      background: #ccc;
      top: 0;
      right: 0px;
      position: absolute; }
  .footer-cesta .item {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0;
    text-align: left;
    padding-left: 10px; }
    .footer-cesta .item .img {
      width: 60px;
      float: left; }
      .footer-cesta .item .img img {
        width: 100%; }
    .footer-cesta .item .texto {
      display: inline-block;
      width: 70%;
      padding-left: 15px;
      float: left; }
      .footer-cesta .item .texto p {
        font-size: 1em;
        font-family: "Calibri Light";
        line-height: 18px;
        margin-bottom: 0px;
        color: #444;
        text-align: left; }
    .footer-cesta .item span {
      font-size: 1.2em;
      font-family: "Calibri Regular";
      line-height: 20px;
      margin-bottom: 10px;
      color: #000;
      display: block; }
    .footer-cesta .item ul li {
      display: inline-block;
      width: 100%;
      font-size: 16px;
      font-family: "Calibri Light";
      line-height: 18px;
      margin-bottom: 2px;
      color: #000; }
      .footer-cesta .item ul li a {
        color: #000;
        font-size: 16px;
        font-family: 'Calibri Light';
        transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -ms-transition: 0.3s ease all; }
        .footer-cesta .item ul li a:hover {
          color: #8dbccc; }
      .footer-cesta .item ul li i {
        color: #FFDA00; }

/*estilos radio buttons*/
.container-radio {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ddd;
  border-radius: 50%; }

.container-radio:hover input ~ .checkmark {
  background-color: #ccc; }

.container-radio input:checked ~ .checkmark {
  background-color: #ccc; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.container-radio input:checked ~ .checkmark:after {
  display: block; }

.container-radio .checkmark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFDA00; }

/*fin estilos radio buttons*/
.footer-cesta [class*='col-']:last-child:after {
  display: none; }

.footer-cesta [class*='col-']:first-child .item {
  padding-left: 0; }

/*Quitamos el color de fondo azul a la tabla*/
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #fff; }

/*Validador custom para cesta*/
.js_validador em {
  position: absolute;
  z-index: 1000000;
  top: 63px;
  left: 0;
  padding: 5px 10px;
  border-radius: 3px;
  background: #e5b8b8;
  font-style: normal;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  white-space: nowrap;
  color: #000; }

.js_validador em:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 16px;
  display: block;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #e5b8b8;
  border-left: 4px solid transparent; }

.polPriv em {
  top: 20px; }

.forma-pago .container-radio em {
  top: 24px; }

.js_validador .state-error select,
.js_validador .state-error textarea,
.js_validador .state-error .input-file,
.js_validador .state-error input[type="url"],
.js_validador .state-error input[type="tel"],
.js_validador .state-error input[type="text"],
.js_validador .state-error input[type="email"],
.js_validador .state-error input[type="search"],
.js_validador .state-error input[type="password"],
.js_validador .state-error input[type="radio"] + label:before,
.js_validador .state-error input[type="checkbox"] + label:before {
  border-color: #e5b8b8;
  -webkit-box-shadow: 0 0 0 5px rgba(229, 184, 184, 0.1);
  box-shadow: 0 0 0 5px rgba(229, 184, 184, 0.1); }

/*Cesta vacía*/
.cesta-vacia {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 80px;
  text-align: center;
  margin-bottom: 60px;
  padding: 100px 0; }

.cesta-vacia i {
  font-size: 60px;
  margin-bottom: 15px;
  color: #444; }

.cesta-vacia span {
  font-size: 30px;
  font-family: "Calibri Regular";
  line-height: 34px;
  margin-bottom: 20px;
  color: #000;
  display: block; }

.cesta-vacia a {
  font-family: "Calibri Heavy";
  text-transform: uppercase;
  color: #fff;
  background: #FFDA00;
  font-size: 15px;
  padding: 14px 36px;
  border-radius: 50px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border: 2px solid #FFDA00; }
  .cesta-vacia a:hover {
    background: #8dbccc;
    border: 2px solid #8dbccc; }

/*Fin cesta vacia*/
/*Respuesta pedido*/
.cesta-pago-status {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 50px 0; }

.cesta-pago-status hr {
  border-color: #cccccc; }

.cesta-pago-status .btn {
  margin-right: 10px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 15px;
  padding: 10px 30px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 2px solid #000; }

.cesta-pago-status .btn:last-child {
  margin-right: 0; }

.cesta-pago-status.cesta-pago-ok .cesta-pago-status-icon {
  color: rgba(15, 105, 5, 0.5); }

.cesta-pago-status.cesta-pago-ko .cesta-pago-status-icon {
  color: rgba(105, 5, 5, 0.5); }

.cesta-pago-status-icon {
  font-size: 200px;
  font-size: 12.5rem;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center; }

.cesta-pago-status-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  color: #4d4d4d; }

.cesta-pago-status-text {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #4d4d4d; }

.cesta_vacia {
  height: 100vh;
  position: relative; }
  .cesta_vacia footer {
    position: absolute;
    bottom: 0;
    left: 0; }

/* Sistema de estrellas */



#form p {
  text-align: left;
}

.star {
  font-size: 21px;
  margin-right: 10px;
}

input[type="radio"] {
  display: none;
}

label {
  color: #000;
}

.clasificacion {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.checkedStar {
  color: #FFDA00;
}

/*servicios y ficha servicio*/
.servicios {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px; 
  background: #fff;
}
  .servicios .servicio {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    text-align: center; }
    .servicios .servicio .img {
      display: inline-block;
      width: 570px;
      height: 380px;
      margin: 0;
      position: relative;
      margin: 0;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
      max-width: 100%; }
      .servicios .servicio .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
      .servicios .servicio .img:hover {
        opacity: 0.7; }
    .servicios .servicio .texto {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin: 0;
      padding: 0 25px;
      margin-top: -45px;
      position: relative; }
      .servicios .servicio .texto .icono {
        display: inline-block;
        width: 85px;
        height: 85px;
        background: #fff;
        border-radius: 50%;
        text-align: center;
        padding: 18px 0;
        border: 2px solid #FFDA00;
        margin-bottom: 10px; }
        .servicios .servicio .texto .icono .svg {
          width: 45px;
          height: 45px;
          fill: #FFDA00; }
      .servicios .servicio .texto .titulo {
        font-size: 28px;
        font-family: "Calibri Heavy";
        line-height: 32px;
        margin-bottom: 10px;
        color: #000; }
        .servicios .servicio .texto .titulo a {
          color: #000; }
          .servicios .servicio .texto .titulo a:hover {
            color: #FFDA00; }
      .servicios .servicio .texto p {
        font-size: 1.2em;
        font-family: "Calibri Light";
        line-height: 22px;
        margin-bottom: 35px;
        color: #000; }
      .servicios .servicio .texto .masInfo {
        background-color: #FFDA00;
        color: #000;
        text-transform: uppercase;
        width: fit-content;
        height: fit-content;
        padding: 15px 30px 15px 30px; }
      .servicios .servicio .texto .masInfo:hover {
        background-color: #000;
        color: #FFF; }

/*FICHA SERVICIO*/
.ficha-servicio {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0; }
  .ficha-servicio .box-intro {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
    padding-top: 20px; }
    .ficha-servicio .box-intro .logo {
      margin-bottom: 15px; }
    .ficha-servicio .box-intro .titulo {
      font-size: 60px;
      font-family: "Calibri Regular";
      line-height: 64px;
      margin-bottom: 15px;
      color: #000;
      display: block; }
    .ficha-servicio .box-intro p {
      font-size: 1.4em;
      font-family: "Calibri Light";
      line-height: 30px;
      margin-bottom: 15px;
      color: #000;
      padding: 0 80px; }
  .ficha-servicio .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px; }
    .ficha-servicio .box .texto {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 20px;
      padding-right: 60px; }
      .ficha-servicio .box .texto span {
        font-size: 28px;
        font-family: "Calibri Heavy";
        line-height: 32px;
        margin-bottom: 15px;
        color: #FFDA00;
        display: block; }
      .ficha-servicio .box .texto p {
        font-size: 1.2em;
        font-family: "Calibri Light";
        line-height: 22px;
        margin-bottom: 15px;
        color: #000;
        }
      .ficha-servicio .box .texto ul {
        padding-left: 20px;
        margin-bottom: 20px; }
        .ficha-servicio .box .texto ul li {
          padding-left: 20px;
          position: relative;
          margin-bottom: 6px;
          font-family: 'Calibri Light';
          font-size: 1.2em;
          }
          .ficha-servicio .box .texto ul li:before {
            content: "\f114";
            font-family: "Flaticon";
            color: #FFDA00;
            position: absolute;
            top: 4px;
            left: 0;
            font-size: 12px; }
      .ficha-servicio .box .texto .masInfo {
        font-family: "Calibri Heavy";
        text-transform: uppercase;
        color: #fff;
        background: #FFDA00;
        font-size: 18px;
        padding: 14px 36px;
        border-radius: 50px;
        transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -ms-transition: 0.3s ease all;
        display: inline-block;
        position: relative;
        border: 2px solid #FFDA00;
        margin-top: 20px; }
        .ficha-servicio .box .texto .masInfo:hover {
          background: #8dbccc;
          border: 2px solid #8dbccc; }
    .ficha-servicio .box .btn-cita {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin: 0; }
      .ficha-servicio .box .btn-cita a {
        font-family: "Calibri Heavy";
        text-transform: uppercase;
        color: #fff;
        background: #FFDA00;
        font-size: 18px;
        padding: 14px 36px;
        border-radius: 50px;
        transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -ms-transition: 0.3s ease all;
        display: inline-block;
        position: relative;
        border: 2px solid #FFDA00; }
        .ficha-servicio .box .btn-cita a:hover {
          background: #8dbccc;
          border: 2px solid #8dbccc; }
    .ficha-servicio .box .img {
      display: inline-block;
      width: 570px;
      height: 550px;
      margin: 0;
      position: relative; }
      .ficha-servicio .box .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
  .ficha-servicio .situacion-home {
    margin-bottom: 0;
    padding: 70px 0; }
    .ficha-servicio .situacion-home .titulo-seccion .texto .titulo {
      font-size: 50px;
      font-family: "RobotoSlab Medium";
      line-height: 50px;
      margin-bottom: 15px;
      color: #fff; }
    .ficha-servicio .situacion-home .titulo-seccion .texto p {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 0px; }
    .ficha-servicio .situacion-home .titulo-seccion .texto {
      margin-bottom: 30px; }
    .ficha-servicio .situacion-home .botones a {
      font-size: 20px;
      width: 340px; }
  .ficha-servicio .faq {
    padding-top: 80px;
    margin-bottom: 100px; }
    .ficha-servicio .faq .titulo-seccion.seccion-interna {
      margin-bottom: 20px; }
    .ficha-servicio .faq .box-faq {
      display: block;
      width: 80%;
      margin: 0 auto 40px; }
    .ficha-servicio .faq .btn-faq {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin: 0;
      text-align: center; }
      .ficha-servicio .faq .btn-faq a {
        font-family: "Calibri Heavy";
        text-transform: uppercase;
        color: #fff;
        background: #FFDA00;
        font-size: 18px;
        padding: 14px 36px;
        border-radius: 50px;
        transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -ms-transition: 0.3s ease all;
        display: inline-block;
        position: relative;
        border: 2px solid #FFDA00; }
        .ficha-servicio .faq .btn-faq a:hover {
          background: #8dbccc;
          border: 2px solid #8dbccc; }

.form-servicio {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  background: #ffda00;
  padding: 35px;
  text-align: center;
  margin-top: 85px; }
  .form-servicio .btn-enviar {
    font-family: "Calibri Heavy";
    text-transform: uppercase;
    color: #fff;
    background: #000000;
    font-size: 16px;
    padding: 14px 36px;
    transition: 0.1s ease all;
    -webkit-transition: 0.1s ease all;
    -moz-transition: 0.1s ease all;
    -o-transition: 0.1s ease all;
    -ms-transition: 0.1s ease all;
    display: inline-block;
    position: relative;
    border: 2px solid #FFDA00; }
    .form-servicio .btn-enviar:hover {
    border: 2px solid #ffffff;
    color: #000;
    background-color: #fff; }
  .form-servicio textarea {
    height: 100px; }
  .form-servicio .polPriv span {
    width: 90%;
    text-align: left; }
  .form-servicio .form-group {
    text-align: left; }

.form-servicio .titulo-seccion {
  margin-bottom: 20px; }
  .form-servicio .titulo-seccion .texto .titulo strong {
    color: #FFDA00;
    font-family: "Calibri Heavy"; }

.form-servicio .titulo-seccion .texto .titulo {
  font-size: 46px;
  line-height: 50px;
  background: none;
  padding: 0;
  font-family: "Calibri Regular"; }

.form-servicio .titulo-seccion .texto p {
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  margin-bottom: 10px; }

.form-servicio .form-control {
  background-color: #fff !important; }

._ficha-servicio .servicios .servicio .img {
  width: 370px;
  height: 250px; }

._ficha-servicio .servicios .servicio .texto .titulo {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px; }

._ficha-servicio .servicios .servicio .texto p {
  display: none; }

._ficha-servicio .servicios .servicio .texto .masInfo {
  font-size: 18px;
  border-radius: 50%;
  padding: 0;
  width: 36px;
  height: 36px; }

._ficha-servicio .servicios .servicio .texto {
  margin-top: -40px; }

._ficha-servicio .servicios .servicio .texto .icono {
  width: 75px;
  height: 75px;
  padding: 15px 0; }

._ficha-servicio .servicios .servicio .texto .icono .svg {
  width: 40px;
  height: 40px; }

/*blog interno */
.blog-interno {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  padding: 100px 0 0; }
  .blog-interno .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin: 0; }
  .blog-interno .noticia {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 40px;
    background: #f5f5f5;
    padding: 30px;
    border: 2px solid #f5f5f5; }
    .blog-interno .noticia .img-noticia {
      display: inline-block;
      width: 200px;
      height: 150px;
      margin: 0;
      position: relative;
      float: left; }
      .blog-interno .noticia .img-noticia img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
    .blog-interno .noticia .texto {
      display: inline-block;
      width: 60%;
      float: left;
      margin: 0;
      padding: 0;
      padding-left: 30px; }
      .blog-interno .noticia .texto .fecha {
        font-size: 13px;
        font-family: "Calibri Heavy";
        line-height: 18px;
        margin-bottom: 10px;
        color: #5591a6;
        text-transform: uppercase;
        display: inline-block; }
      .blog-interno .noticia .texto .titulo {
        font-size: 22px;
        font-family: "Calibri Heavy";
        line-height: 26px;
        margin-bottom: 20px;
        color: #000; }
      .blog-interno .noticia .texto .leerMas {
        font-family: "Calibri Heavy";
        text-transform: uppercase;
        color: #fff;
        background: #FFDA00;
        font-size: 11px;
        padding: 14px 36px;
        border-radius: 50px;
        transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -ms-transition: 0.3s ease all;
        display: inline-block;
        position: relative;
        border: 2px solid #FFDA00;
        padding: 0px 15px; }
        .blog-interno .noticia .texto .leerMas:hover {
          background: #8dbccc;
          border: 2px solid #8dbccc; }
    .blog-interno .noticia:hover {
      border-color: #FFDA00; }

/*formulacion y ficha*/
.formulacion {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 140px; }
  .formulacion .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0px; }
    .formulacion .box .tipo-form {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 0px;
      float: left; }
      .formulacion .box .tipo-form .img {
        display: inline-block;
        width: 50%;
        height: 565px;
        margin: 0;
        position: relative;
        float: left;
        margin: 0; }
        .formulacion .box .tipo-form .img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center; }
      .formulacion .box .tipo-form .texto {
        display: inline-block;
        float: left;
        width: 50%;
        min-height: 565px;
        background: #eee;
        padding: 40px;
        position: relative; }
        .formulacion .box .tipo-form .texto .box-texto {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          width: 75%; }
        .formulacion .box .tipo-form .texto .svg {
          height: 60px;
          margin-bottom: 0px;
          width: initial; }
        .formulacion .box .tipo-form .texto .titulo {
          font-size: 40px;
          font-family: "Calibri Heavy";
          line-height: 44px;
          margin-bottom: 15px;
          color: #000; }
          .formulacion .box .tipo-form .texto .titulo a {
            color: #000; }
            .formulacion .box .tipo-form .texto .titulo a:hover {
              color: #FFDA00; }
        .formulacion .box .tipo-form .texto p {
          font-size: 16px;
          font-family: "Calibri Regular";
          line-height: 24px;
          margin-bottom: 20px;
          color: #000; }
        .formulacion .box .tipo-form .texto span {
          font-size: 20px;
          font-family: "Calibri Heavy";
          line-height: 24px;
          margin-bottom: 30px;
          color: #FFDA00;
          display: block; }
        .formulacion .box .tipo-form .texto .masInfo {
          font-family: "Calibri Heavy";
          text-transform: uppercase;
          color: #fff;
          background: #FFDA00;
          font-size: 16px;
          padding: 14px 36px;
          border-radius: 50px;
          transition: 0.3s ease all;
          -webkit-transition: 0.3s ease all;
          -moz-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          -ms-transition: 0.3s ease all;
          display: inline-block;
          position: relative;
          border: 2px solid #FFDA00; }
          .formulacion .box .tipo-form .texto .masInfo:hover {
            background: #8dbccc;
            border: 2px solid #8dbccc; }
      .formulacion .box .tipo-form:nth-of-type(1) .texto {
        /*border-radius: 0 160px 0 0;*/ }
        .formulacion .box .tipo-form:nth-of-type(1) .texto:after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 40px 40px 0;
          border-color: transparent #8dbccc transparent transparent;
          position: absolute;
          top: 20px;
          right: 20px; }
      .formulacion .box .tipo-form:nth-of-type(3) .texto {
        /*border-radius: 0 0 160px 0;*/ }
        .formulacion .box .tipo-form:nth-of-type(3) .texto:after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 0 40px 40px;
          border-color: transparent transparent #8dbccc transparent;
          position: absolute;
          bottom: 20px;
          right: 20px; }
      .formulacion .box .tipo-form:nth-of-type(even) .img {
        float: right; }
      .formulacion .box .tipo-form:nth-of-type(even) .texto {
        text-align: right; }

.formulacion.agenda .box .tipo-form:nth-of-type(even) .texto {
  text-align: right; }
  .formulacion.agenda .box .tipo-form:nth-of-type(even) .texto:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 40px;
    border-color: transparent transparent transparent #8dbccc;
    position: absolute;
    bottom: 20px;
    left: 20px; }

/*ficha formulacion*/
.ficha-servicio.ficha-formulacion {
  background-position: 80px -40px;
  background-repeat: no-repeat; }
  .ficha-servicio.ficha-formulacion .box {
    margin-bottom: 60px; }
  .ficha-servicio.ficha-formulacion .box-intro {
    text-align: left;
    margin-bottom: 10px; }
  .ficha-servicio.ficha-formulacion .box-intro p {
    padding: 0; }
  .ficha-servicio.ficha-formulacion .box .texto {
    padding: 0px 20px; }
  .ficha-servicio.ficha-formulacion .box .texto ul {
    padding-left: 0; }
  .ficha-servicio.ficha-formulacion .formas {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 60px;
    position: relative;
    padding: 60px 0 30px; }
    .ficha-servicio.ficha-formulacion .formas:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #3084a0;
      opacity: 0.9; }
    .ficha-servicio.ficha-formulacion .formas .container {
      position: relative;
      z-index: 9; }
    .ficha-servicio.ficha-formulacion .formas .titulo-seccion {
      margin-bottom: 0;
      text-align: center; }
    .ficha-servicio.ficha-formulacion .formas .titulo-seccion .texto {
      margin-bottom: 10px; }
    .ficha-servicio.ficha-formulacion .formas .titulo-seccion .texto .titulo, .ficha-servicio.ficha-formulacion .formas .titulo-seccion .texto p, .ficha-servicio.ficha-formulacion .formas .titulo-seccion .texto small {
      color: #fff; }
    .ficha-servicio.ficha-formulacion .formas .titulo-seccion.seccion-interna .texto .titulo {
      font-family: "Calibri Regular"; }
    .ficha-servicio.ficha-formulacion .formas .titulo-seccion .texto p {
      margin-bottom: 40px;
      font-size: 22px; }
    .ficha-servicio.ficha-formulacion .formas .box-formas {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin: 0; }
    .ficha-servicio.ficha-formulacion .formas .forma {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 40px;
      text-align: center;
      padding: 0 35px; }
      .ficha-servicio.ficha-formulacion .formas .forma .svg {
        width: 60px;
        height: 60px;
        fill: #fff;
        margin-bottom: 10px; }
      .ficha-servicio.ficha-formulacion .formas .forma .texto {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        margin: 0; }
        .ficha-servicio.ficha-formulacion .formas .forma .texto span {
          font-size: 22px;
          font-family: "Calibri Regular";
          line-height: 24px;
          margin-bottom: 10px;
          color: #fff;
          display: block;
          text-transform: uppercase;
          text-decoration: none; }
        .ficha-servicio.ficha-formulacion .formas .forma .texto hr {
          width: 25px;
          margin-top: 12px;
          margin-bottom: 12px;
          border-top: 1px solid white; }
        .ficha-servicio.ficha-formulacion .formas .forma .texto p {
          font-size: 15px;
          font-family: "Calibri Regular";
          line-height: 20px;
          margin-bottom: 0px;
          color: #fff; }

.ficha-servicio.ficha-formulacion .tipo-solicitante .titulo-seccion.seccion-interna {
  margin-bottom: 10px; }

.ficha-servicio.ficha-formulacion .tipo-solicitante .box span {
  font-size: 26px;
  font-family: "Calibri Heavy";
  line-height: 30px;
  margin-bottom: 40px;
  color: #FFDA00;
  display: block;
  text-align: center; }

.ficha-servicio.ficha-formulacion .box .img {
  width: 570px;
  height: 380px; }

.ficha-servicio.ficha-formulacion .tipo-solicitante .box .texto p {
  margin-bottom: 20px; }

.ficha-servicio.ficha-formulacion .instalaciones-interno {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
  padding: 0 0 40px 0;
  background-position: top center; }
  .ficha-servicio.ficha-formulacion .instalaciones-interno .box-intro, .ficha-servicio.ficha-formulacion .instalaciones-interno .box .texto {
    padding-left: 20px; }

.ficha-servicio.ficha-formulacion .tipo-solicitante {
  margin-bottom: 0; }

.ficha-servicio.ficha-formulacion .tipo-solicitante .box {
  margin-bottom: 0; }

/*ficha agenda*/
.ficha-agenda .bloque {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 0;
  float: left; }
  .ficha-agenda .bloque .container-fluid {
    padding: 0; }
  .ficha-agenda .bloque .box-img {
    display: inline-block;
    width: 50%;
    float: left; }
  .ficha-agenda .bloque .box-texto {
    display: inline-block;
    width: 50%;
    position: relative;
    height: 650px;
    float: left;
    background: #f5f5f5; }
  .ficha-agenda .bloque .img {
    width: 100%;
    height: 650px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0; }
  .ficha-agenda .bloque .texto {
    display: inline-block;
    width: 85%;
    margin: 0;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }
    .ficha-agenda .bloque .texto span {
      font-size: 44px;
      font-family: "Calibri Regular";
      line-height: 48px;
      margin-bottom: 10px;
      color: #000;
      display: block; }
    .ficha-agenda .bloque .texto small {
      font-size: 22px;
      font-family: "Calibri Heavy";
      line-height: 26px;
      margin-bottom: 20px;
      color: #FFDA00;
      display: block; }
    .ficha-agenda .bloque .texto p {
      font-size: 16px;
      font-family: "Calibri Regular";
      line-height: 24px;
      margin-bottom: 15px;
      color: #000; }
    .ficha-agenda .bloque .texto ul {
      margin-bottom: 10px;
      padding-left: 20px;
      display: inline-block;
      width: 100%; }
      .ficha-agenda .bloque .texto ul li {
        font-size: 16px;
        font-family: "Calibri Regular";
        line-height: 24px;
        margin-bottom: 5px;
        color: #000;
        padding-left: 18px;
        position: relative;
        padding-right: 20px; }
        .ficha-agenda .bloque .texto ul li:before {
          content: "\f114";
          font-family: "Flaticon";
          color: #FFDA00;
          position: absolute;
          top: 0px;
          left: 0;
          font-size: 12px; }

.ficha-agenda .bloque:nth-of-type(odd) .box-img {
  float: right; }

/*solicitud formulacion*/
.formulacion-paciente {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
  padding-top: 20px; }
  .formulacion-paciente .condiciones {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 20px; }
    .formulacion-paciente .condiciones .titulo {
      font-size: 32px;
      font-family: "Calibri Heavy";
      line-height: 36px;
      margin-bottom: 10px;
      color: #000;
      display: block; }
    .formulacion-paciente .condiciones p {
      font-size: 18px;
      font-family: "Calibri Regular";
      line-height: 22px;
      margin-bottom: 20px;
      color: #000; }
    .formulacion-paciente .condiciones .box-condiciones {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin: 0;
      padding-top: 25px; }
    .formulacion-paciente .condiciones .condicion {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 50px;
      text-align: left;
      padding: 0 25px 0 0; }
      .formulacion-paciente .condiciones .condicion .svg {
        width: 50px;
        height: 50px;
        fill: #FFDA00;
        margin-bottom: 10px;
        float: left; }
      .formulacion-paciente .condiciones .condicion .texto {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        width: 85%;
        margin-bottom: 80px;
        margin: 0;
        float: left;
        padding-left: 15px; }
        .formulacion-paciente .condiciones .condicion .texto span {
          font-size: 18px;
          font-family: "Calibri Regular";
          line-height: 22px;
          margin-bottom: 0px;
          color: #000;
          display: block;
          text-transform: uppercase;
          text-decoration: none; }
        .formulacion-paciente .condiciones .condicion .texto hr {
          width: 25px;
          margin-top: 0px;
          margin-bottom: 5px;
          border-top: 1px solid #FFDA00;
          display: inline-block; }
        .formulacion-paciente .condiciones .condicion .texto p {
          font-size: 14px;
          font-family: "Calibri Regular";
          line-height: 20px;
          margin-bottom: 0px;
          color: #444; }
  .formulacion-paciente .form-solicitud {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px; }
    .formulacion-paciente .form-solicitud .titulo {
      font-size: 32px;
      font-family: "Calibri Heavy";
      line-height: 36px;
      margin-bottom: 10px;
      color: #000; }
    .formulacion-paciente .form-solicitud p {
      font-size: 18px;
      font-family: "Calibri Regular";
      line-height: 22px;
      margin-bottom: 20px;
      color: #000; }
    .formulacion-paciente .form-solicitud .box {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 20px;
      padding-top: 25px; }
      .formulacion-paciente .form-solicitud .box .titulo {
        font-size: 24px;
        font-family: "Calibri Regular";
        line-height: 28px;
        margin-bottom: 20px;
        color: #000;
        display: block;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px; }
        .formulacion-paciente .form-solicitud .box .titulo small {
          font-size: 15px;
          font-family: "Calibri Heavy";
          line-height: 28px;
          margin-bottom: 0px;
          color: #FFDA00; }
        .formulacion-paciente .form-solicitud .box .titulo .svg {
          width: 25px;
          height: 25px;
          fill: #FFDA00;
          margin-right: 5px;
          position: relative;
          top: 3px; }
    .formulacion-paciente .form-solicitud .bloque {
      display: inline-block;
      width: 100%;
      margin-bottom: 80px;
      margin-bottom: 40px; }
    .formulacion-paciente .form-solicitud .subtitulo {
      font-size: 22px;
      font-family: "Calibri Regular";
      line-height: 24px;
      margin-bottom: 15px;
      color: #FFDA00;
      display: block; }
    .formulacion-paciente .form-solicitud textarea.form-control {
      height: 140px;
      margin-bottom: 40px; }
    .formulacion-paciente .form-solicitud .add-receta {
      float: right;
      font-size: 16px;
      font-family: "Calibri Regular";
      line-height: 20px;
      margin-bottom: 0px;
      color: #FFDA00; }
      .formulacion-paciente .form-solicitud .add-receta:hover {
        color: #8dbccc; }
    .formulacion-paciente .form-solicitud .btn-enviar {
      font-family: "Calibri Heavy";
      text-transform: uppercase;
      color: #fff;
      background: #FFDA00;
      font-size: 18px;
      padding: 14px 36px;
      border-radius: 50px;
      transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
      display: inline-block;
      position: relative;
      border: 2px solid #FFDA00; }
      .formulacion-paciente .form-solicitud .btn-enviar:hover {
        background: #8dbccc;
        border: 2px solid #8dbccc; }
  .formulacion-paciente .info {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
    padding: 30px 140px;
    border: 3px dashed #FFDA00;
    overflow: hidden;
    position: relative; }
    .formulacion-paciente .info:before {
      content: "\f176";
      font-family: "Flaticon";
      font-size: 160px;
      color: #ddd;
      position: absolute;
      top: -64px;
      right: -25px; }
    .formulacion-paciente .info p {
      font-size: 22px;
      font-family: "Calibri Regular";
      line-height: 28px;
      margin-bottom: 0px;
      color: #000;
      position: relative; }

/*MEDIA QUERY*/
@media screen and (max-width: 1800px) {
  header .container-fluid {
    padding: 0 3%; }
  .nav li, header .box .address {
    margin-left: 25px; }
  .slider .flexslider .flex-caption {
    top: 20%;
    left: 6%;
    width: 650px; }
  
  .slider .flexslider .flex-caption span {
    font-size: 20px;
    line-height: 26px; }
  .servicios-home .container-fluid {
    padding: 0 5%; }
  .nosotros .instalaciones .container-fluid {
    padding: 0 5%; }
  .ficha-servicio.ficha-formulacion {
    background-position: 0px -40px; } }

@media screen and (max-width: 1600px) {
  .nav li, header .box .address {
    margin-left: 16px; }
  .nav a {
    font-size: 17px; }
  header .box-logo {
    width: 200px; }
  .header.fixed .navbar {
    margin-right: 16px; }
  .slider .flexslider .flex-caption {
    top: 20%;
    left: 6%;
    width: 40%; }
  .slider .flexslider .flex-caption span {
    font-size: 18px;
    line-height: 26px; }
  
  .titulo-seccion .texto .titulo, .servicios-home .texto .titulo {
    font-size: 2.7em;
    line-height: 60px; }
  .servicios-home .box .servicio {
    padding: 35px 20px; }
  .header.fixed .navbar {
    margin-right: 45px; }
  .nosotros .instalaciones .titulo-seccion.seccion-interna .texto .titulo {
    font-size: 60px;
    line-height: 64px; }
  .nosotros .instalaciones .box .box-titulo {
    padding: 0 60px; }
  .ficha-servicio.ficha-formulacion {
    background-position: 20% -40px; } }

@media screen and (max-width: 1440px) {
  .nav li.media-1440 {
    display: none; }
  .nav li, header .box .address {
    margin-left: 20px; }
  .servicios-home .texto {
    padding: 60px 40px;
    margin-bottom: 25px; }
  .servicios-home .box .servicio .titulo {
    font-size: 18px;
    line-height: 22px; }
  .servicios-home .box .servicio {
    padding: 35px 15px; }
  .titulo-seccion .texto p, .servicios-home .texto p {
    font-size: 1.1em;
    line-height: 24px; }
  .agenda-home .box-texto {
    padding: 0 10%; }
  .nosotros .instalaciones .titulo-seccion.seccion-interna .texto .titulo {
    font-size: 56px;
    line-height: 60px; }
  .nosotros .instalaciones .texto-instalaciones {
    padding-right: 20px; }
  .nosotros .instalaciones .box .box-titulo, .nosotros .instalaciones .foto .img {
    height: 280px; }
  .nosotros .instalaciones .box .titulo {
    font-size: 50px;
    line-height: 50px; } }

@media screen and (max-width: 1366px) {
  .agenda-home .box-texto, .agenda-home .box-img {
    height: 620px; }
  .buscador .search .form-buscador input {
    padding: 2px 10px;
    font-size: 13px; }
  .buscador .search {
    width: 260px; } 
  
    .cintilloHeader li {
      padding-left: 0;
      padding-bottom: 0px;
  }
  .cintilloHeader {
    display: flex;
    align-items: center;
    zoom: .8;
    justify-content: center;
    gap: 20px;
}
  
  .form-contacto form {
    margin-bottom: 0;
    padding: 20px 20px;
}
.avisosLegalesFooter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quienesSomosOmoda .overlay {
  padding: 100px 0 40px 0;
}
  
.avisoLegalFinal h4 {
  margin-left: 0;
}

footer .avisoLegalFinal ul {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.avisosLegalesFooter ul li {
  margin-left: 0 !important;
}
  
  }


/* Estilos para dispositivos móviles pequeños */
@media (min-width: 100px) and (max-width: 361px) {
  .avisosLegalesFooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header .row:nth-child(1) {
    /*display: none;*/
  }
/* IMG banner Index  */
  .slider .flexslider .slides li img.img-fluid {
    min-height: 920px;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
}

/* Titulo H1 Index  */

.slider .flexslider .flex-caption h1 {
  font-size: 2em;
  font-family: "Calibri Heavy";
  line-height: 1em;
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bolder;
}

/* Paddin Inicio Index  */

body {
  font-family: "Calibri Regular";
  font-size: 16px;
  color: #000;
  background: #000;
  padding-top: 0px;
  width: 102%;
}

/* Subo texto H1 Index  */

.slider .flexslider .flex-caption {
  top: 5% !important;
}

/* Quito btn Telfn  */

.sec-mobile button.open-contacto {
  display: none;
}

/* Tamaño Ico Banner  */

.sec-mobile .mobilelogo .js_logo {
  width: 100px !important;
}

/* Tamaño img categorias index  */

.imgCategorias {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

/* QUITO PADDING RECURSIVO QUE ME FASTIDIA  */

.paddingRecursoFluid {
  padding: 0;
}

/* Ajusto tamaño img blog  */

.blog-home .box .noticia .img {
  max-width: 100%;
}

/* Ajusto testimonios  */

.blog-home .box .noticia .img {
  display: inline-block;
  width: 560px;
  height: 400px;
  margin: 0;
  position: relative;
  margin-bottom: 20px;
  max-width: 100%;
}

.testimonios-item {
  position: relative;
  margin: -8px;
  padding: 63px 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background: #fff;
  min-width: 100%;
  min-height: 100%;
}

/* Ajusto Seccion Medioambiente  */

.cuadroInformativo {
  background-color: #FFDA00;
  margin: 10px;
  justify-content: center;
  align-items: center;
  padding: 2.3em 4em;
}

/* Ajusto aviso legal footer  */

.avisoLegalFinal ul {
  flex-direction: column;
}

.forColumn {
  flex-direction: column;
  align-items: center;
}

footer .box ul li {
  text-align: center;
}

footer .box .titulo {
  text-align: center;
}

.logosSocialesFooter {
  justify-content: center;
}

.formasDePago {
  justify-content: center;
}

.imgLogoImprintiaFooter {
  display: flex;
  justify-content: center;
}

.imgCalendario {
  width: 100%;
  position: absolute;
  top: -161px;
  right: 15px;
  height: 100%;
}

.imgCalendario img {
  width: 200px;
}

.alignTextCalendario {
  text-align: center;
  font-size: 0.8em;
}

.alignBotonCalendario {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-right: 0;
}

.imgGenteRandom {
  max-width: 100%;
  overflow: hidden;
}

.imgGenteRandom img {
  max-width: 100%;
  min-height: 100%;
}

.miniTitulosCategorias {
  text-align: center;
}

.productoIndividual p {
  text-align: center;
}

.productoIndividual .precios {
  justify-content: center;
}

.slider .flexslider .slides {
  height: 670px;
}

.slider {
  height: auto;
}

.slider .flexslider {
  height: auto;
}

.categoriasGeneral .col-md-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.imgCategorias {
  width: 300px;
  height: 300px;
  margin-left: 20px;
}

.productoIndividual .imgCategorias {
  margin-left: 0px;
}

.productoIndividual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.row {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
}

.imgLogosFooter img {
  width: 150px;
  margin-right: 18px;
}

.imgLogosFooter {
  min-width: auto;
  min-height: auto;
}

.blog-home .box .noticia .texto {
  width: 100%;
}

.slider .flexslider .flex-caption a {
  font-size: 1em !important;
  padding: 15px 18px !important;
}

.centrandoLlamadaAtencion {
  height: 100%;
  padding-top: 10px;
}

.llamadaAtencion {
  max-height: 100%;
  height: 100%;
  overflow: initial;
}

.llamadaAtencion h2 {
  line-height: 2.5rem;
  text-align: center;
}

.llamadaAtencion h3 {
  text-align: center;
}

.avisoLegalFinal {
  text-align: center;
}

.llamadaAtencion .paddingRecursoFluid .row .col-md-12:nth-child(1) {
  order: 2;
}

.llamadaAtencion .paddingRecursoFluid .row .col-md-12:nth-child(2) {
  order: 1;
}

.llamadaAtencion .paddingRecursoFluid .row .col-md-12:nth-child(2) .row {
  display: flex;
  flex-direction: column-reverse;
}

.tituloCategorias {
  text-align: center;
  margin-top: 0px;
}

.banner-interno span {
  margin-bottom: 0px;
  margin-top: 10px;
  line-height: 42px;
}

/* Cabecera catalogo responsive  */

.cabecera .paddingRecursoFluid {
  padding: 0 25px;
}

/* Quito cintillo amarillo en header  */

header .box {
  display: none;
}

.buscador .search {
  right: -7em;
}

.dropdown:hover .dropdown-menu {
  top: 0;
}

/* Padding textos catalogo */

.catalogo .texto-intro p {
  padding: 0 25px;
}

/* Padding Categorias  */

.side-tienda .box-side {
  padding: 0 10px;
}

/* Color Menu Responsive  */

.js_menu {
  background: rgb(0 0 0 / 90%) !important;
}

.slider .flexslider::after {
  content: "";
  width: 100%;
  height: auto;
}

/* Catalogo ordenar por estilos  */

.catalogo .box-filtros .filtro {
  float: initial;
  margin-top: 20px;
}


.servicios-formulacion {
  margin-top: 0;

}

/* Margen entre secciones catalago */

.side-tienda .banner-side {
  margin-bottom: 0;
}

/* Box a flex y centro  */

.catalogo .box {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
}

/* Imagen debajo categorias  */

.side-tienda .banner-side .img {
  left: 0;
  width: 350px;
  overflow: hidden;
}

/* Padding a texto blog intro  */

.texto-intro p {
  font-size: 1.1em !important;
  padding: 0 25px;
}

/* Grid de texto en blog  */

.blog-grid .box .noticia .texto {
  padding: 30px 25px;
}

/* Height de la fecha blog  */

.blog-grid .box .noticia .fecha {
  height: 80px;
}

/* Hago más grande las img protada blog para ocupar todo espacio  */

._blog .blog-home .box .noticia .img img {
  width: 730px;
  overflow: hidden;
}

/* Ajuste Hover de las img en blog general  */

.blog-home .box .noticia .img .hover .texto-hover img {
  width: 164px;
  margin-left: 0;
}

.blog-home .box .noticia .img .hover .texto-hover {
  display: grid;
  place-items: center;
}

/* Ajusto fotos en blog  */

.blog-grid.blog-single .noticia .img {
  height: auto;
  overflow: hidden;
}

.blog-single .box .noticia .img .fecha {
  top: 0px;
  left: 265px;
}

.blog-grid.blog-single .noticia .img img {
  width: 690px !important;
}

._blog .blog-home .box .noticia .img .hover .texto-hover img {
  width: 164px;
  margin-left: 155px;
}

._blog .paginador {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  background: #fff;
}

/* Ajusto cuadro contacto  */

.contactoDirecto .foto-equipo .caption {
  position: absolute;
  bottom: 75px;
  left: 18px;
  width: 90%;
  background: rgb(155 155 155 / 80%);
  padding: 40px;
}

.contactoDirecto h1 {
  font-size: 3.5em;
}


.contactoDirecto .situacion-home .titulo-seccion .texto .titulo {
  font-size: 2.3em;
  max-width: 100%;
}


/* Ajusto cuadro Quienes somos  */

.quienesSomosSeccion .foto-equipo .caption {
  position: absolute;
  bottom: 75px;
  left: 18px;
  width: 90%;
  background: rgb(155 155 155 / 80%);
  padding: 40px;
}

.quienesSomosSeccion h1 {
  font-size: 3.5em;
}

.quienesSomosSeccion {
  max-width: 100%;
}

.quienesSomosSeccion .box .tipo-form .texto .titulo {
  font-size: 2em;
}


/* Ajusto cuadro Servicios  */

.imprentaRapida .foto-equipo .caption {
  position: absolute;
  bottom: 75px;
  left: 18px;
  width: 90%;
  background: rgb(155 155 155 / 80%);
  padding: 40px;
}

.imprentaRapida h1 {
  font-size: 3.5em;
}

.imprentaRapida {
  max-width: 100%;
}

/* Ajusto cuadro Lading Servicios  */

.landing-servicio .foto-equipo::after {
  content: "";
  width: 100%;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.8) 0%, rgba(13, 13, 13, 0) 19.33%, rgba(13, 13, 13, 0) 68%, #0D0D0D 100%);
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
}

.landing-servicio .foto-equipo .caption {
  position: absolute;
  bottom: 75px;
  left: 18px;
  width: 90%;
  background: rgb(155 155 155 / 80%);
  padding: 40px;
}

.landing-servicio h1 {
  font-size: 3.5em;
}

.landing-servicio {
  max-width: 100%;
}

/* Ajusto textos en landing servicios  */

.landing-servicio .instalaciones .box .titulo {
  font-size: 3em;
}

.landing-servicio .situacion-home .titulo-seccion .texto .titulo {
  font-size: 2.3em;
}

.landing-servicio .titulo-seccion.seccion-interna .texto .titulo {
  font-size: 3em !important;
}

/* Ajusto margenes en Landing Servicios  */

.landing-servicio .instalaciones .texto-instalaciones {
  padding-right: 0;
}

.landing-servicio .instalaciones .box .mr {
  margin: 0;
}

.landing-servicio .boxlandingservicios .texto {
  padding-right: 0;
}

.landing-servicio .boxlandingservicios .texto ul {
  padding-left: 0;
  margin-bottom: 15px;
}

.landing-servicio .boxlandingservicios .img {
  width: 500px;
  height: 400px;
}

.landing-servicio .instalaciones .container-fluid {
  padding: 0 25px;
}


/* Ajusto ficha Producto  */

.flaticon-menu {
  color: #fff;
}

.info-ficha .caracteristicas select {
  max-width: 100%;
  overflow-x: hidden;
}

.info-ficha .caracteristicas {
  max-width: 100%;
}

.parteArribaPrecios2 {
  flex-direction: column;
}

.parteArribaPrecios2 .precios .preciosDesde {
  display: none;
}

.acciones form .add-to .preciosDesde {
  margin-top: 10px;
  margin-bottom: 40px;
}

.box-img-big .img-big {
  max-width: 100%;
}

.catalogo {
  max-width: 100%;
}

.ficha .catalogo .container {
  width: 90% !important;
}

/* Ajusto textos en Aviso Legal  */

.texto-legal .foto-equipo .caption {
  position: absolute;
  bottom: 75px;
  left: 18px;
  width: 90%;
  background: rgb(155 155 155 / 80%);
  padding: 40px;
}

.texto-legal h1 {
  font-size: 3.5em;
}

.texto-legal {
  max-width: 100%;
}

/* NUEVO CLIENTE  */

.pull-right {
  float: initial;
}

/* ES POSIBLE QUE HAYA QUE BORRAR!!! Ajustando el header boton  */

.left {
  float: left;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-right: 50px;
}

.right {
  float: right;
  display: flex;
  justify-content: initial;
}


/* ARREGLANDO QUIENES SOMOS  */

.quienesSomosSeccion .box .tipo-form .img {
  width: 100%;
}

.quienesSomosSeccion .box .tipo-form .texto {
  width: 100%;
}

.quienesSomosSeccion .container-fluid {
  padding: 0;
}

.quienesSomosSeccion .box .tipo-form .texto {
  min-height: 765px;
}

/* ARREGLANDO FAQS  */

.faqGeneral .titulo-seccion.seccion-interna .texto .titulo {
  font-size: 3em !important;
}


/* Ajusto textos en 404  */

.error404 .foto-equipo .caption {
  position: absolute;
  bottom: 75px;
  left: 18px;
  width: 90%;
  background: rgb(155 155 155 / 80%);
  padding: 40px;
}

.error404 h1 {
  font-size: 3.5em;
}

.error404 {
  max-width: 100%;
}

/* Cuadros Colores Index  */

._index .servicios-home .texto {
  margin-bottom: 20px;
}

/* Checkbox de los formularios  */

.polPriv {
    display: flex;
}


/* Botones Cambiar password  */

._cambiar-password .form-group {
  display: flex;
  flex-direction: column;
}

._datos-personales .form-group {
  display: flex;
  flex-direction: column;
}


}


    /* Estilos para dispositivos móviles */
@media (max-width: 767px) {

  h2 {
    font-size: 2.5rem;
    line-height: 1.9rem;
    font-family: 'airstrike';
    text-align: center;
    text-wrap: balance;
}

.landing-servicio .selectorColorOmoda .tab {
  width: fit-content;
}


.ctaMotor .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.menuOuniverseFinal {
  margin: 60px 30px 40px 30px;
  /* flex-direction: column; */
  gap: 10px;
}

.mapa {
  height: 100vh;
  margin-top: 20px;
}

.cintilloHeader {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.cardsEfectoOmodaPostventa {
  margin: 0;
  margin-top: 35px;
}

.ver_mas {
  width: inherit;
  max-height: inherit;
  padding-right: inherit;
  padding-left: inherit;
  margin-right: 15px;
}

.ver_mas span p {
  padding: 0px 10px;
}
.ver_mas span {
  font-size: 0.7em;
  top: 8px;
}

.servicios-formulacion {
  background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 20%, rgba(255,255,255,0.8309917717086834) 6%);
}



.landing-servicio .modelosLandingCoches .introModelosLandingCoches {
  padding-bottom: 60px;
}


.videoCorporativoFigureDos {
  height: auto;
}

.videoCorporativoFigure {
  height: auto;
}

  .slider .flexslider::after {
    height: 90vh;
}


.foto-equipo::before {
  height: 91vh;
}


  .introOuniverseColumn picture {
    width: 200px;
  }


.servicios-formulacion {
  margin-top: 0;
}
  

  /* .ctaMotor .tabs {
    top: 140px;
    left: 40px;
} */

  .nav li.active a {
    border-bottom: none;
    width: inherit;
    color: #20DDD2;
}

  header {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 0;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0;
    background: #fff;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    padding-bottom: 0px;
    height: 60px !important;
    background: #000!important;
}

  .header .row:nth-child(1) {
    /*display: none;*/
  }

  .sliderColumnaFija {
    z-index: 99;
    gap: 20px;
    background: transparent;
    width: 100%;
    flex-direction:column !important;
    margin-top: 266px;
}
.zoomCard {
  zoom: 0.73;
  position: relative;
  left: -10px;
  margin-bottom: 0px;
}

._index .zoomCard {
  left: -40px;
}

.coloresOmoda {
  margin-top: 100px;
}

.landing-servicio .selectorColorOmoda .panel figure {
  width: 375px;
  height: 300px;
}

._index .zoomCard {
  margin-bottom: 0px;
}

.modelosLandingCoches .justify-content-center .col-lg-3:last-child .zoomCard {
  margin-bottom: 0px;
}

/* IMG banner Index  */
  .slider .flexslider .slides li img.img-fluid {
    min-height: 920px;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
}

/* Titulo H1 Index  */

.slider .flexslider .flex-caption h1 {
  font-size: 2.3em;
  font-family: "Calibri Heavy";
  line-height: 1.1em;
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bolder;
  padding: 0 20px;
}

/* Paddin Inicio Index  */

body {
  font-family: "Calibri Regular";
  font-size: 16px;
  color: #000;
  background: #fff;
  padding-top: 0px;
}

/* Subo texto H1 Index  */

.slider .flexslider .flex-caption {
  top: 5% !important;
}

/* Quito btn Telfn  */

.sec-mobile button.open-contacto {
  display: none;
}

/* Tamaño Ico Banner  */

.sec-mobile .mobilelogo .js_logo {
  width: 160px !important;
}

/* Tamaño img categorias index  */

.imgCategorias {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

/* QUITO PADDING RECURSIVO QUE ME FASTIDIA  */

.paddingRecursoFluid {
  padding: 0;
}

/* Ajusto tamaño img blog  */

.blog-home .box .noticia .img {
  max-width: 100%;
}

/* Ajusto testimonios  */

._index .blog-home .box .noticia .img {
  width: 100%;
  height: 240px;
  margin: 0;
  position: relative;
  margin-top: 20px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-home .box .noticia .img {
  display: inline-block;
  width: 100%;
  height: 165px;
  margin: 0;
  position: relative;
  margin-bottom: 20px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonios-item {
  position: relative;
  margin: -8px;
  padding: 63px 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background: #fff;
  min-width: 100%;
  min-height: 100%;
}

.landing-servicio .foto-equipo .img .caption{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(20px, 5vw, 40px);
}

/* Ajusto Seccion Medioambiente  */

.cuadroInformativo {
  background-color: #FFDA00;
  margin: 10px;
  justify-content: center;
  align-items: center;
  padding: 2.3em 4em;
}

/* Ajusto aviso legal footer  */

.avisoLegalFinal ul {
  flex-direction: column;
}

.forColumn {
  flex-direction: column;
  align-items: center;
}

footer .box ul li {
  text-align: center;
}

footer .box .titulo {
  text-align: center;
}

.logosSocialesFooter {
  justify-content: center;
}

.formasDePago {
  justify-content: center;
}

.imgLogoImprintiaFooter {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
}

.imgCalendario {
  width: 100%;
  position: absolute;
  top: -161px;
  right: 15px;
  height: 100%;
}

.imgCalendario img {
  width: 200px;
}

.alignTextCalendario {
  text-align: center;
  font-size: 0.8em;
}

.alignBotonCalendario {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-right: 0;
}

.imgGenteRandom {
  max-width: 100%;
  overflow: hidden;
}

.imgGenteRandom img {
  max-width: 100%;
  min-height: 100%;
}

.miniTitulosCategorias {
  text-align: center;
}

.productoIndividual p {
  text-align: center;
}

.productoIndividual .precios {
  justify-content: center;
}

.slider .flexslider .slides {
  height: 670px;
}



.slider {
  height: 95vh;
}

.slider .flexslider {
  height: auto;
}

.categoriasGeneral .col-md-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.imgCategorias {
  width: 300px;
  height: 300px;
}

.productoIndividual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.row {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
}

.imgLogosFooter img {
  width: 150px;
  margin-right: 18px;
}

.imgLogosFooter {
  min-width: auto;
  min-height: auto;
}

.blog-home .box .noticia .texto {
  width: 100%;
}

.slider .flexslider .flex-caption a {
  font-size: 1em !important;
  padding: 15px 18px !important;
}

.centrandoLlamadaAtencion {
  height: 100%;
  padding-top: 10px;
}

.llamadaAtencion {
  max-height: 100%;
  height: 100%;
  overflow: initial;
}

.llamadaAtencion h2 {
  line-height: 2.5rem;
  text-align: center;
}

.llamadaAtencion h3 {
  text-align: center;
}

.avisoLegalFinal {
  text-align: center;
}

.llamadaAtencion .paddingRecursoFluid .row .col-md-12:nth-child(1) {
  order: 2;
}

.llamadaAtencion .paddingRecursoFluid .row .col-md-12:nth-child(2) {
  order: 1;
}

.llamadaAtencion .paddingRecursoFluid .row .col-md-12:nth-child(2) .row {
  display: flex;
  flex-direction: column-reverse;
}

.tituloCategorias {
  text-align: center;
  margin-top: 0px;
}

.banner-interno span {
  margin-bottom: 0px;
  margin-top: 10px;
  line-height: 42px;
}

/* Cabecera catalogo responsive  */

.cabecera .paddingRecursoFluid {
  padding: 0 25px;
}

/* Quito cintillo amarillo en header  */

header .box {
  display: none;
}

.buscador .search {
  right: -7em;
}

.dropdown:hover .dropdown-menu {
  top: 0;
}

/* Padding textos catalogo */

.catalogo .texto-intro p {
  padding: 0 25px;
}

/* Padding Categorias  */

.side-tienda .box-side {
  padding: 0 10px;
}

/* Color Menu Responsive  */

.js_menu {
  background: rgb(0 0 0 / 90%) !important;
}

/* Catalogo ordenar por estilos  */

.catalogo .box-filtros .filtro {
  float: initial;
  margin-top: 20px;
}

/* Margen entre secciones catalago */

.side-tienda .banner-side {
  margin-bottom: 0;
}

/* Box a flex y centro  */

.catalogo .box {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
}

/* Imagen debajo categorias  */

.side-tienda .banner-side .img {
  left: 0;
  width: 350px;
  overflow: hidden;
}

/* Padding a texto blog intro  */

.texto-intro p {
  font-size: 1.1em !important;
  padding: 0 25px;
}

/* Grid de texto en blog  */

.blog-grid .box .noticia .texto {
  padding: 30px 25px;
}

/* Height de la fecha blog  */

.blog-grid .box .noticia .fecha {
  height: 80px;
}

/* Hago más grande las img protada blog para ocupar todo espacio  */

._blog .blog-home .box .noticia .img img {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: initial !important;
    -webkit-transform: initial !important;
    -moz-transform: initial !important;
    -ms-transform: initial !important;
    -o-transform: initial !important;
}

/* Ajuste Hover de las img en blog general  */

.blog-home .box .noticia .img .hover .texto-hover img {
  width: 164px;
  margin-left: 0;
}

.blog-home .box .noticia .img .hover .texto-hover {
  display: grid;
  place-items: center;
}

/* Ajusto fotos en blog  */

.blog-grid.blog-single .noticia .img {
  height: auto;
  overflow: hidden;
}

.blog-single .box .noticia .img .fecha {
  top: 0px;
  left: 251px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blog-grid.blog-single .noticia .img img {
  width: 100% !important;
  height: auto !important;
  min-width: 100%;
  min-height: 100%;
  transform: initial !important;
  -webkit-transform: initial !important;
  -moz-transform: initial !important;
  -o-transform: initial !important;
}


._blog .blog-home .box .noticia .img .hover .texto-hover img {
  width: 164px;
  margin-left: 0px;
}

/* Ajusto cuadro contacto  */

.contactoDirecto .foto-equipo .caption {
  position: absolute;
  bottom: 75px;
  left: 18px;
  width: 90%;
  background: rgb(155 155 155 / 80%);
  padding: 40px;
}

.contactoDirecto h1 {
  font-size: 3.5em;
}


.contactoDirecto .situacion-home .titulo-seccion .texto .titulo {
  font-size: 2.4em;
  max-width: 100%;
}


/* Ajusto cuadro Quienes somos  */

.quienesSomosSeccion .foto-equipo .caption {
  position: absolute;
  bottom: 75px;
  left: 18px;
  width: 90%;
  background: rgb(155 155 155 / 80%);
  padding: 40px;
}

.quienesSomosSeccion h1 {
  font-size: 3.5em;
}

.quienesSomosSeccion {
  max-width: 100%;
}

.quienesSomosSeccion .box .tipo-form .texto .titulo {
  font-size: 2em;
}


/* Ajusto cuadro Servicios  */

.imprentaRapida .foto-equipo .caption {
  position: absolute;
  bottom: 75px;
  left: 18px;
  width: 90%;
  background: rgb(155 155 155 / 80%);
  padding: 40px;
}

.imprentaRapida h1 {
  font-size: 3.5em;
}

.imprentaRapida {
  max-width: 100%;
}

/* Ajusto cuadro Lading Servicios  */


.landing-servicio h1 {
  font-size: 3.2em;
}

.landing-servicio {
  max-width: 100%;
}

/* Ajusto textos en landing servicios  */

.landing-servicio .instalaciones .box .titulo {
  font-size: 2.4em;
}

.landing-servicio .situacion-home .titulo-seccion .texto .titulo {
  font-size: 2.4em;
}

.landing-servicio .titulo-seccion.seccion-interna .texto .titulo {
  font-size: 2em !important;
}

.vehiculosSimilares .texto h2 {
  color: #fff;
  text-align: center;
  font-size: 2em;
}

.landing-servicio .modelosLandingCoches .introModelosLandingCoches h2 {
  font-size: 2em;
  text-align: center;
  padding: 6px 30px;
}

.landing-servicio .selectorColorOmoda h2 {
  font-size: 2em;
}

/* Ajusto margenes en Landing Servicios  */

.landing-servicio .instalaciones .texto-instalaciones {
  padding-right: 0;

}

.landing-servicio .instalaciones .box .mr {
  margin: 0;
}

.landing-servicio .boxlandingservicios .texto {
  padding-right: 0;
}

.landing-servicio .boxlandingservicios .texto ul {
  padding-left: 0;
  margin-bottom: 15px;
}

.landing-servicio .boxlandingservicios .img {
  width: 500px;
  height: 400px;
}

.landing-servicio .instalaciones .container-fluid {
  padding: 0 25px;
}

/* Ajusto ficha Producto  */

.flaticon-menu {
  color: #fff;
}

.info-ficha .caracteristicas select {
  max-width: 100%;
  overflow-x: hidden;
}

.info-ficha .caracteristicas {
  max-width: 100%;
}

.parteArribaPrecios2 {
  flex-direction: column;
}

.parteArribaPrecios2 .precios .preciosDesde {
  /* display: none; */
}

.precios .preciosDesde {
  text-wrap: pretty !important;
}

.acciones form .add-to .preciosDesde {
  margin-top: 10px;
  margin-bottom: 40px;
}

.box-img-big .img-big {
  max-width: 100%;
}

.catalogo {
  max-width: 100%;
}

.ficha .catalogo .container {
  width: 90% !important;
}

/* Ajusto textos en Aviso Legal  */

.texto-legal .foto-equipo .caption {
  position: absolute;
  bottom: 75px;
  left: 18px;
  width: 90%;
  background: rgb(155 155 155 / 80%);
  padding: 40px;
}

.texto-legal h1 {
  font-size: 3.5em;
}

.texto-legal {
  max-width: 100%;
}

/* NUEVO CLIENTE  */

.pull-right {
  float: initial;
}

/* ES POSIBLE QUE HAYA QUE BORRAR!!! Ajustando el header boton  */

.left {
  float: left;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding-right: 50px;
}

.header .sec-mobile .left {

  padding-right: 0px;
}

.right {
  float: right;
  display: flex;
  justify-content: flex-start;
}


/* ARREGLANDO QUIENES SOMOS  */

.quienesSomosSeccion .box .tipo-form .img {
  width: 100%;
}

.quienesSomosSeccion .box .tipo-form .texto {
  width: 100%;
}

.quienesSomosSeccion .container-fluid {
  padding: 0;
}

.quienesSomosSeccion .box .tipo-form .texto {
  min-height: 765px;
}

/* ARREGLANDO FAQS  */

.faqGeneral .titulo-seccion.seccion-interna .texto .titulo {
  font-size: 3em !important;
}


/* Ajusto textos en 404  */

.error404 .foto-equipo .caption {
  position: absolute;
  bottom: 75px;
  left: 18px;
  width: 90%;
  background: rgb(155 155 155 / 80%);
  padding: 40px;
}

.error404 h1 {
  font-size: 3.5em;
}

.error404 {
  max-width: 100%;
}

/* Cuadros Colores Index  */

._index .servicios-home .texto {
  margin-bottom: 20px;
}

/* Checkbox de los formularios  */

.polPriv {
    display: flex;
}


/* Botones Cambiar password  */

._cambiar-password .form-group {
  display: flex;
  flex-direction: column;
}

._datos-personales .form-group {
  display: flex;
  flex-direction: column;
}

/* IMG de noticia blog  */



}




/* Estilos para tabletas en modo horizontal */
@media (min-width: 768px) and (max-width: 1023px) {
  .sliderColumnaFija {
    flex-direction:column !important;
  }
}


/* Estilos para tabletas en modo vertical */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {

  footer .avisoLegalFinal ul {
    justify-content: flex-start;
}

  .header.fixed .navbar {
    margin-top: 90px;
}

  .avisosLegalesFooter {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  /* Arreglando INDEX  */
  header .box-logo-fixed {
    top: 0!important;
    z-index: 99;
    right: 350px;
}

.sec-mobile button {
  top: 45px;
  left: 30px;
}

.left {
  display: none;
}

.open-contacto {
  display: none !important;
}

.right {
  margin-left: 0;
  margin-top: 0px;
  margin-right: 750px;
}

.js_menu {
  background: rgb(0 0 0 / 91%) !important;
}


/* Ajuste de altura de las fotos  del inicio */

.slider {
  margin-top: -140px !important;
}

/* Ajusto seccion calendario  */

.imgCalendario {
  width: 200px;
  top: -68px;
  right: 150px;
  height: 200px;
}

.imgCalendario img {
  width: 340px;
}

/* Ajusto categorias index  */

.imgBannerCategorias {
  width: 142.5px;
}

.dropdown:hover .dropdown-menu {
  top: 0;
}

.buscador .search {
  right: -7em;
}

.flaticon-menu {
  color: #fff;
}


/* Ajusto cuadro amarillo medio ambiental  */

.cuadroInformativo {
  margin: 60px 1em;
  padding: 2.3em 4em;
}


/* Ajusto logos en footer  */

header .box p {
  font-size: 13px;
}

header .box .address a {
  font-size: 14px;
}

.imgLogosFooter {
  min-width: 185px;
  margin-right: 20px;
}

.imgLogosFooter img {
  width: 100%;
}

.avisoLegalFinal {
  padding: 25px 16px;
}

/* Ajusto Slider Testimonio */

.slick-initialized .slick-slide {
  padding: 0px 0px;
}

.testimonios-item {
  margin: -8px;
  padding: 62px 29px;
  min-width: 400px;
}


/* Secciones con overflow  */

.blog-home, .productosDestacados, .categoriasGeneral {
  overflow: hidden;
    max-width: 100%;
}

.slider .flexslider .slides li img.img-fluid {
  object-fit: cover;
}

/* Ajusto fotos más destacados  */

.imgCategorias {
  width: 325px;
  height: 325px;
}

.imgBannerCategorias img {
  width: 100%;
}

.productosDestacados .imgCategorias {
  width: 245px;
  height: 245px;
}

.categoriasImgMarginBotttom {
  margin-bottom: 3em;
}

/* Ajusto fotos blog index  */

.blog-home .box .noticia .img {
  width: 100%;
  height: 239px;
}
.blog-home .box .noticia {
  margin-bottom: 30px;
}

.quienesSomosOmoda .concesionarioOmodaQuienes {
  width: 100%;
  margin-bottom: 60px;
}


.banner-interno p {
  font-size: 2em;
}

/* Estilos Landing Servicios  */

.landing-servicio .instalaciones .box .titulo {
  font-size: 2em;
}

.landing-servicio .modelosLandingCoches .introModelosLandingCoches {
  padding: 0 60px;
  text-align: center;
}

._landing-modelos .zoomCard {
  display: flex;
  justify-content: center;
}


.landing-servicio h1 {
  font-size: 4em;
}

.imprentaRapida h1 {
  font-size: 4em;
}

.quienesSomosSeccion h1 {
  font-size: 4em;
}


/* Estilos Quienes Somos  */

.quienesSomosSeccion .box .tipo-form .texto {
  min-height: 800px;
}

.quienesSomosSeccion .box .tipo-form .img {
  height: 800px;
}

.catalogo .box .producto .img {
  height: 465px !important;
}

.side-tienda {
  display: flex;
}


.cabecera {

  margin-top: 0px !important;
}

.carousel-arrows-mini {
  height: 30px !important;
}

.carousel-arrows-mini .next-mini {
  bottom: 0 !important;
}


.ficha .add-to .col-lg-3 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.contactoDirecto h1 {
    font-size: 4em;
}

._blog .blog-grid .noticia .texto {
  height: auto !important;
}


._blog .blog-home .box .noticia .img {
  width: 100%;

}

._blog .blog-grid .noticia .fecha {
  height: 75px !important;
}

._blog .blog-home .box .noticia .img .hover .texto-hover span {
  margin-left: 140px;
}


._noticia .blog-single .box .noticia .img .fecha {
  top: 0px;
  left: 350px;
}


._noticia .blog-grid.blog-single .noticia .img img {
  transform: initial !important;
  -webkit-transform: initial !important;
  -moz-transform: initial !important;
  -ms-transform: initial !important;
  -o-transform: initial !important;
}


.texto-legal h1 {
  font-size: 4em;
}

.ficha .catalogo .box .producto .img {
  height: 240px !important;
}

.box-compartir {
  padding: 15px 15px 15px;
}

/* Estilos del 404 */

.error404 h1 {
  font-size: 4em;
}

/* Estilos en mi cuenta  */

.mi-cuenta-section {
  min-height: 72vh;
}








