/* FONTS */
@font-face{
  font-family: "Montserrat Regular";
  src: url("../fonts/montserrat_regular.ttf")
}
@font-face{
  font-family: "Montserrat extrabold";
  src: url("../fonts/montserrat_extrabold.ttf")
}
@font-face{
  font-family: "Raleway Medium";
  src: url("../fonts/Raleway-Medium.ttf");
}
@font-face{
  font-family: "Raleway extrabold";
  src: url("../fonts/Raleway-Black.ttf");
}
@font-face{
  font-family: "Raleway semibold";
  src: url("../fonts/Raleway-Bold.ttf");
}
/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
svg,
input,
select {
  clear: both;
  border: 0;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0.01px;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          
}
/* Change Autocomplete styles in Chrome */
html, body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat Regular";
  letter-spacing: 0;
}

html input:-webkit-autofill,
html input:-webkit-autofill:hover,
html input:-webkit-autofill:focus,
html textarea:-webkit-autofill,
html textarea:-webkit-autofill:hover,
html textarea:-webkit-autofill:focus,
html select:-webkit-autofill,
html select:-webkit-autofill:hover,
html select:-webkit-autofill:focus, body input:-webkit-autofill,
body input:-webkit-autofill:hover,
body input:-webkit-autofill:focus,
body textarea:-webkit-autofill,
body textarea:-webkit-autofill:hover,
body textarea:-webkit-autofill:focus,
body select:-webkit-autofill,
body select:-webkit-autofill:hover,
body select:-webkit-autofill:focus {
  -webkit-text-fill-color: #868686 !important;
  background-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  outline: none !important;
}

input, textarea {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.burguer,
#burguer {
  width: 100%;
  max-width: 40px;
  height: 100%;
  max-height: 40px;
  cursor: pointer;
  z-index: 9;
}

.burguer:hover,
#burguer:hover {
  opacity: 0.9;
}

/* PRELOADER */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 9999999999999999999;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

.slick-slider {
  z-index: 2;
  height: 39.5vw;
  width: 100%;
}

@media (max-width: 767px) {
  .slider-spot {
    height: 90vw;
  }
}

.slick-slider .slick-list {
  height: 100%;
}

.slick-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  transform: translateX(0px);
}

.slick-slider .slick-list .slick-track .slick-disabled {
  display: none !important;
}

.slick-slider .slick-list .slick-track .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.slick-slider .slick-arrow.slick-prev::before, .slick-slider .slick-arrow.slick-next::before {
  content: "";
  color: rgba(0, 0, 0, 0);
}

.slick-slider .slick-arrow.slick-prev, .slick-slider .slick-arrow.slick-next {
  z-index: 5;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ico-aright' x='0px' y='0px' viewBox='0 0 42.5 42.5' %3E%3Cstyle type='text/css'%3E .ico-aright-st0%7Bfill:%23FFFFFF;%7D%3C/style%3E%3Cpath class='ico-aright-st0' d='M21.3,0C33,0,42.5,9.5,42.5,21.3S33,42.5,21.3,42.5S0,33,0,21.3S9.5,0,21.3,0z M21.3,41.5 c11.2,0,20.3-9.1,20.3-20.3S32.4,1,21.3,1C10.1,1,1,10.1,1,21.3S10.1,41.5,21.3,41.5z'/%3E%3Cpath class='ico-aright-st0' d='M27.3,22.6l-5.3,5.3c-0.7,0.7-1.9,0.7-2.7,0l0,0c-0.7-0.7-0.7-1.9,0-2.7l3.3-3.3c0.4-0.4,0.4-1,0-1.3l-3.3-3.3 c-0.7-0.7-0.7-1.9,0-2.7l0,0c0.7-0.7,1.9-0.7,2.7,0l5.3,5.3C28,20.7,28,21.9,27.3,22.6z'/%3E%3C/svg%3E") no-repeat center center/contain;
  top: 50%;
  width: 30px;
  height: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-slider .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

@media (max-width: 767px) {
  .slick-slider .slick-arrow.slick-prev {
    left: 0;
  }
}

.slick-slider .slick-arrow.slick-next {
  right: 0;
}

@media (max-width: 767px) {
  .slick-slider .slick-arrow.slick-next {
    right: 0;
  }
  .slick-slider .slick-list .slick-track .slick-slide img {
    transform: translateX(-1px);
  }
  .top-shadow{
    transform: translateX(-1px);
  }
}

.slick-slider .slick-arrow.slick-prev:hover, .slick-slider .slick-arrow.slick-next:hover, .slick-slider .slick-arrow.slick-prev:active, .slick-slider .slick-arrow.slick-next:active, .slick-slider .slick-arrow.slick-prev:focus, .slick-slider .slick-arrow.slick-next:focus {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ico-aright' x='0px' y='0px' viewBox='0 0 42.5 42.5' %3E%3Cstyle type='text/css'%3E .ico-aright-st0%7Bfill:%23FFFFFF;%7D%3C/style%3E%3Cpath class='ico-aright-st0' d='M21.3,0C33,0,42.5,9.5,42.5,21.3S33,42.5,21.3,42.5S0,33,0,21.3S9.5,0,21.3,0z M21.3,41.5 c11.2,0,20.3-9.1,20.3-20.3S32.4,1,21.3,1C10.1,1,1,10.1,1,21.3S10.1,41.5,21.3,41.5z'/%3E%3Cpath class='ico-aright-st0' d='M27.3,22.6l-5.3,5.3c-0.7,0.7-1.9,0.7-2.7,0l0,0c-0.7-0.7-0.7-1.9,0-2.7l3.3-3.3c0.4-0.4,0.4-1,0-1.3l-3.3-3.3 c-0.7-0.7-0.7-1.9,0-2.7l0,0c0.7-0.7,1.9-0.7,2.7,0l5.3,5.3C28,20.7,28,21.9,27.3,22.6z'/%3E%3C/svg%3E") no-repeat center center/contain;
}

.slick-slider.slick-dotted {
  margin-bottom: 0;
}

.slick-slider.slick-dotted .slick-dots {
  bottom: 5vw;
  text-align: left;
  padding-left: 9%;
}

@media (max-width: 480px) {
  .slick-slider .slick-list .slick-track .slick-slide img {
    transform: translateX(-1px);
  }
  .top-shadow{
    transform: translateX(-1px);
  }
  #nosotros .slider-spot .slide-content h1{
    font-size: 3em;
  }
  #nosotros .slider-spot .slide-content p{
    font-size: 2em;
  }
  .slick-slider.slick-dotted .slick-dots {
    bottom: 1vw;
    text-align: center;
    padding: 0;
  }
}

.slick-slider.slick-dotted .slick-dots li {
  background: #666666;
  border: 1px solid #666666;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.slick-slider.slick-dotted .slick-dots li button::before {
  content: "";
}

.slick-slider.slick-dotted .slick-dots li.slick-active {
  background: #F2081F;
  border: 1px solid #F2081F;
}

@media (max-width: 767px) {
  .slick-slider.slick-dotted.dots-out .slick-dots {
    bottom: -50px;
  }
}

.slick-slider.slick-dotted.dots-out .slick-dots li {
  border: 1px solid #d42a2b;
}

.slick-slider.slick-dotted.dots-out .slick-dots li.slick-active {
  background: #d42a2b;
}

/** Text Animation **/
@-webkit-keyframes aFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes aFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes aFadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes aFadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

/* Text Animation End **/
.gm-style-pbt {
  width: 80%;
  max-width: 400px;
  margin: auto;
  font-size: 1.3em;
  line-height: 20px;
  font-family: "Montserrat Regular";
}

.gm-style-iw.gm-style-iw-c {
  padding: 4px 17px 4px 6px !important;
}

.gm-style-iw.gm-style-iw-c .gm-style-iw-d div {
  font-family: "Montserrat Regular"  !important;
  font-size: 1em !important;
  color: #040000 !important;
}

img {
  max-width: 100vw;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767px) {
  img {
    width: 100%;
  }
}

svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.c-b {
  clear: both;
}

.sep-x {
  height: 1px;
}

@media (max-width: 767px) {
  .sep-x {
    height: 1px;
  }
}

.sep-y {
  width: 3px;
}

.full {
  width: 100%;
  height: 100%;
}

.w-a {
  width: auto;
}

.h-a {
  height: auto;
}

.w-1px {
  width: 1px;
}

.w-2px {
  width: 2px;
}

.w-3px {
  width: 3px;
}

.w-10px {
  width: 10px;
}

.w-20px {
  width: 20px;
}

.w-100 {
  width: 100%;
}

.w-95 {
  width: 95%;
}

.w-90 {
  width: 90%;
}

.w-85 {
  width: 85%;
}

.w-80 {
  width: 80%;
}

.w-75 {
  width: 75%;
}

.w-70 {
  width: 70%;
}

.w-65 {
  width: 65%;
}

.w-60 {
  width: 60%;
}

.w-55 {
  width: 55%;
}

.w-50 {
  width: 50%;
}

.w-45 {
  width: 45%;
}

.w-40 {
  width: 40%;
}

.w-35 {
  width: 35%;
}

.w-33 {
  width: 33.3333%;
}

.w-30 {
  width: 30%;
}

.w-25 {
  width: 25%;
}

.w-20 {
  width: 20%;
}

.w-15 {
  width: 15%;
}

.w-10 {
  width: 10%;
}

.w-100vw {
  width: 100vw;
}

.w-50vw {
  width: 50vw;
}

.h-100vh {
  height: 100vh;
}

.h-90vh {
  height: 90vh;
}

.h-80vh {
  height: 80vh;
}

.h-70vh {
  height: 70vh;
}

.h-60vh {
  height: 60vh;
}

.h-50vh {
  height: 50vh;
}

.h-40vh {
  height: 40vh;
}

.h-30vh {
  height: 30vh;
}

.h-20vh {
  height: 20vh;
}

.h-10vh {
  height: 10vh;
}

.h-100 {
  height: 100%;
}

.h-95 {
  height: 95%;
}

.h-90 {
  height: 90%;
}

.h-85 {
  height: 85%;
}

.h-80 {
  height: 80%;
}

.h-75 {
  height: 75%;
}

.h-70 {
  height: 70%;
}

.h-65 {
  height: 65%;
}

.h-60 {
  height: 60%;
}

.h-50 {
  height: 50%;
}

.h-40 {
  height: 40%;
}

.h-30 {
  height: 30%;
}

.h-20 {
  height: 20%;
}

.h-10 {
  height: 10%;
}

.h-1px {
  height: 1px;
}

.h-2px {
  height: 2px;
}

.h-3px {
  height: 3px;
}

.h-10px {
  height: 10px;
}

.h-20px {
  height: 20px;
}

.h-25px {
  height: 25px;
}

.h-30px {
  height: 30px;
}

.h-40px {
  height: 40px;
}

.h-50px {
  height: 50px;
}

.h-75px {
  height: 75px;
}

.h-60px {
  height: 60px;
}

.h-70px {
  height: 70px;
}

.h-80px {
  height: 80px;
}

.h-90px {
  height: 90px;
}

.h-100px {
  height: 100px;
}

.h-110px {
  height: 110px;
}

.h-120px {
  height: 120px;
}

.h-130px {
  height: 130px;
}

.h-140px {
  height: 140px;
}

.h-150px {
  height: 150px;
}

.h-160px {
  height: 160px;
}

.h-170px {
  height: 170px;
}

.h-180px {
  height: 180px;
}

.h-190px {
  height: 190px;
}

.h-200px {
  height: 200px;
}

.h-260px {
  height: 260px;
}

.h-280px {
  height: 280px;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

.z-i-menu {
  z-index: 9999;
}

.z-i-0 {
  z-index: 0;
}

.z-i-1 {
  z-index: 1;
}

.z-i-2 {
  z-index: 2;
}

.z-i-3 {
  z-index: 3;
}

.z-i-4 {
  z-index: 4;
}

.z-i-5 {
  z-index: 5;
}

.d-none {
  display: none;
}

.desk {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 767px) {
  .desk {
    display: none !important;
  }
}

.desk-only {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 992px) {
  .desk-only {
    display: none !important;
  }
}

.desk-480 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 481px) {
  .desk-480 {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.mobile-480 {
  display: none !important;
}

@media (max-width: 480px) {
  .mobile-480 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
}

.f-a-c {
  -ms-flex-line-pack: center;
      align-content: center;
}

.f-a-s {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.f-a-e {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.f-a-sb {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.f-j-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-j-s {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.f-j-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-j-e {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.f-d-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.f-d-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.f-r-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.f-c-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.zoom {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.zoom:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.zoom:active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.pointer {
  cursor: pointer !important;
}

.hover {
  opacity: 1 !important;
}

.hover:hover {
  opacity: 0.9 !important;
}

.hover-inv {
  opacity: 0.7 !important;
}

.hover-inv:hover {
  opacity: 1 !important;
}

.active {
  opacity: 1 !important;
}

.visible {
  overflow: visible !important;
}

.no-scroll {
  overflow-y: hidden !important;
}

.rotate-45 {
  -webkit-transform: rotate(45deg) scale(1.2) !important;
          transform: rotate(45deg) scale(1.2) !important;
}

.rotate-90 {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.rotate-180 {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

.rotate-270 {
  -webkit-transform: rotate(270deg) !important;
          transform: rotate(270deg) !important;
}

.rotate-45-c {
  -webkit-transform: rotate(45deg) scale(1.2) translate(-50%, -50%) !important;
          transform: rotate(45deg) scale(1.2) translate(-50%, -50%) !important;
}

.rotate-90-c {
  -webkit-transform: rotate(90deg) translate(-50%, -50%) !important;
          transform: rotate(90deg) translate(-50%, -50%) !important;
}

.rotate-180-c {
  -webkit-transform: rotate(180deg) translate(-50%, -50%) !important;
          transform: rotate(180deg) translate(-50%, -50%) !important;
}

.rotate-270-c {
  -webkit-transform: rotate(270deg) translate(-50%, -50%) !important;
          transform: rotate(270deg) translate(-50%, -50%) !important;
}

.translate {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.translateY {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.translateX {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.scale-01 {
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
}

.scale-02 {
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
}

.scale-03 {
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}

.scale-04 {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}

.scale-05 {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.scale-06 {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.scale-07 {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.scale-08 {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.scale-09 {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.scale-1 {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.trans-01 {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.trans-02 {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.trans-03 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.trans-05 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.trans-06 {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.trans-07 {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.trans-08 {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.trans-09 {
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.trans-1 {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.trans-15 {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.trans-2 {
  -webkit-transition: all 2s;
  transition: all 2s;
}

.no-trans,
.trans-0 {
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}

.out-top,
.to-top {
  top: -100% !important;
}

.out-bottom,
.to-bottom {
  bottom: -100% !important;
}

.out-left,
.to-left {
  left: -100vw !important;
}

.out-right,
.to-right {
  right: -100vw !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-01 {
  opacity: 0.1 !important;
}

.opacity-02 {
  opacity: 0.2 !important;
}

.opacity-03 {
  opacity: 0.3 !important;
}

.opacity-04 {
  opacity: 0.4 !important;
}

.opacity-05 {
  opacity: 0.5 !important;
}

.opacity-06 {
  opacity: 0.6 !important;
}

.opacity-07 {
  opacity: 0.7 !important;
}

.opacity-08 {
  opacity: 0.8 !important;
}

.opacity-09 {
  opacity: 0.9 !important;
}

.opacity-1 {
  opacity: 1 !important;
}

sup {
  vertical-align: super;
  color: inherit;
  font-family: inherit;
  font-size: smaller;
  font-weight: inherit;
}

.font-100 {
  font-weight: 100 !important;
}

.font-200 {
  font-weight: 200 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-900 {
  font-weight: 900 !important;
}

.font-i {
  font-style: italic !important;
}

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

.font-n {
  font-weight: normal !important;
}

.underline {
  text-decoration: underline;
}

b,
i {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.9;
}

a:not([href]):hover {
  opacity: 1;
}

button {
  opacity: 1;
}

button:hover {
  opacity: 0.9;
}

button:disabled {
  background-color: #bbb !important;
  color: #ddd;
}

button:disabled:hover {
  opacity: 1 !important;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:active,
*:focus,
input,
textarea,
select {
  outline: none;
}

::-moz-focus-inner {
  outline: none;
  border: 0;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input {
  width: 100%;
  padding: 0 5%;
}

textarea {
  width: 100%;
  padding: 10px 5%;
}

button {
  border: none;
  cursor: pointer;
  text-align: center;
}

.top-shadow {
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,0.7805497198879552) 1%, rgba(0,0,0,0) 69%);
  top: 0;
  left: 0;
}

.bg-shadow {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(10%, rgba(0, 0, 0, 0.6)), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(30%, rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0) 30%);
  top: 0;
  left: 0;
}

.bg-filter {
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

.bg-white {
  background: #ffffff;
}

.bg-black {
  background: #000000;
}

.bg-light-dark {
  background: #575756;
}

.bg-dark {
  background: #313236;
}

.bg-darker {
  background: #040000;
}

.bg-gray {
  background: #868686;
}

.bg-light-gray {
  background: #d1d1d1;
}

.bg-green {
  background: #339900;
}

.bg-gold {
  background: #B67F24;
}

.bg-light-gold {
  background: #E3DFD6;
}

.bg-orange {
  background: #e75000;
}

.bg-red {
  background: #d42a2b;
}

.bg-pink {
  background: #EF6476;
}

.bg-blue {
  background: #03a5e4;
}

.bg-yellow {
  background: #ffd300;
}

.bg-yellow-btn {
  background: #fcd204;
}

.bg-light-yellow {
  background: #f3f2ee;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

.text-dark {
  color: #313236;
}

.text-darker {
  color: #040000;
}

.text-gray {
  color: #868686;
}

.text-green {
  color: #339900;
}

.text-gold {
  color: #B67F24;
}

.text-orange {
  color: #e75000;
}

.text-red {
  color: #d42a2b;
}

.text-pink {
  color: #EF6476;
}

.text-blue {
  color: #03a5e4;
}

.border-white {
  border-color: #ffffff !important;
}

.border-black {
  border-color: #000000 !important;
}

.border-dark {
  border-color: #313236 !important;
}

.border-gray {
  border-color: #868686 !important;
}

.border-green {
  border-color: #339900 !important;
}

.border-gold {
  border-color: #B67F24 !important;
}

.border-orange {
  border-color: #e75000 !important;
}

.border-red {
  border-color: #d42a2b !important;
}

.border-pink {
  border-color: #EF6476 !important;
}

.border-blue {
  border-color: #03a5e4 !important;
}

.fill-white {
  fill: #ffffff;
}

.fill-black {
  fill: #000000;
}

.fill-dark {
  fill: #313236;
}

.fill-darker {
  fill: #040000;
}

.fill-gray {
  fill: #868686;
}

.fill-green {
  fill: #339900;
}

.fill-gold {
  fill: #B67F24;
}

.fill-orange {
  fill: #e75000;
}

.fill-red {
  fill: #d42a2b;
}

.fill-pink {
  fill: #EF6476;
}

.fill-blue {
  fill: #03a5e4;
}

.stroke-white {
  stroke: #ffffff;
}

.stroke-black {
  stroke: #000000;
}

.stroke-dark {
  stroke: #313236;
}

.stroke-darker {
  stroke: #040000;
}

.stroke-gray {
  stroke: #868686;
}

.stroke-green {
  stroke: #339900;
}

.stroke-gold {
  stroke: #B67F24;
}

.stroke-orange {
  stroke: #e75000;
}

.stroke-red {
  stroke: #d42a2b;
}

.stroke-pink {
  stroke: #EF6476;
}

.circle {
  border-radius: 100%;
}

/*.section {
  padding-top: 120px;
  padding-bottom: 100px;

  @include width-1280 {
    padding-top: 100px;
    padding-bottom: 80px;
  }


  @include width-767 {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}*/
.centered {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top-0,
.top {
  top: 0;
}

.bottom-0,
.bottom {
  bottom: 0;
}

.left-0,
.left {
  left: 0;
}

.right-0,
.right {
  right: 0;
}

.m-w {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

@media (max-width: 1280px) {
  .m-w {
    max-width: 1100px;
  }
}

@media (max-width: 992px) {
  .m-w {
    max-width: 800px;
  }
}

.p-none {
  padding: none;
}

.p-0 {
  padding: 0;
}

.p-lr {
  padding-left: 70px;
  padding-right: 70px;
}

.p-l {
  padding-left: 70px;
}

.p-r {
  padding-right: 70px;
}

.p-tb {
  padding-top: 70px;
  padding-bottom: 70px;
}

.p-tb-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-tb-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-tb-30px {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-t {
  padding-top: 70px;
}

.p-t-10px {
  padding-top: 10px;
}

.p-t-20px {
  padding-top: 20px;
}

.p-t-30px {
  padding-top: 30px;
}

.p-b {
  padding-bottom: 70px;
}

.p-b-10px {
  padding-bottom: 10px;
}

.p-b-20px {
  padding-bottom: 20px;
}

.p-b-30px {
  padding-bottom: 30px;
}

.menu-p-l {
  margin-left: 0px;
}

.menu-p-r {
  margin-right: 0px;
}

.m-none {
  margin: none;
}

.m-0 {
  margin: 0;
}

.m-a,
.f-a {
  margin: auto;
}

.m-tb-a {
  margin-top: auto;
  margin-bottom: auto;
}

.m-t-a {
  margin-top: auto;
}

.m-b-a {
  margin-bottom: auto;
}

.m-l-a {
  margin-left: auto;
}

.m-r-a {
  margin-right: auto;
}

.m-lr-a {
  margin-left: auto;
  margin-right: auto;
}

.m-lr {
  margin-left: 70px;
  margin-right: 70px;
}

.m-l {
  margin-left: 70px;
}

.m-r {
  margin-right: 70px;
}

.m-tb {
  margin-top: 70px;
  margin-bottom: 70px;
}

.m-tb-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-t {
  margin-top: 70px;
}

.m-t-20px {
  margin-top: 20px;
}

.m-t-30px {
  margin-top: 30px;
}

.m-t-100px {
  margin-top: 100px;
}

.m-b {
  margin-bottom: 70px;
}

.m-b-20px {
  margin-bottom: 20px;
}

.m-b-30px {
  margin-bottom: 30px;
}

.menu-m-l {
  margin-left: 30px;
}

.menu-m-r {
  margin-right: 30px;
}

@media (max-width: 1280px) {
  .p-lr {
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-tb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-l {
    padding-left: 50px;
  }
  .p-r {
    padding-right: 50px;
  }
  .p-t {
    padding-top: 50px;
  }
  .p-b {
    padding-bottom: 50px;
  }
  .m-lr {
    margin-left: 50px;
    margin-right: 50px;
  }
  .m-tb {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .m-t {
    margin-top: 50px;
  }
  .m-b {
    margin-bottom: 50px;
  }
  .m-l {
    margin-left: 50px;
  }
  .m-r {
    margin-right: 50px;
  }
}

@media (max-width: 992px) {
  .p-lr {
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-tb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-l {
    padding-left: 30px;
  }
  .p-r {
    padding-right: 30px;
  }
  .p-t {
    padding-top: 50px;
  }
  .p-b {
    padding-bottom: 50px;
  }
  .m-lr {
    margin-left: 30px;
    margin-right: 30px;
  }
  .m-tb {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .m-t {
    margin-top: 50px;
  }
  .m-b {
    margin-bottom: 50px;
  }
  .m-l {
    margin-left: 30px;
  }
  .m-r {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .p-lr,
  .menu-p-lr {
    padding-left: 25px;
    padding-right: 25px;
  }
  .p-l {
    padding-left: 25px;
  }
  .p-r {
    padding-right: 25px;
  }
  .p-tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-t {
    padding-top: 30px;
  }
  .p-b {
    padding-bottom: 30px;
  }
  .m-lr {
    margin-left: 25px;
    margin-right: 25px;
  }
  .m-l {
    margin-left: 25px;
  }
  .m-r {
    margin-right: 25px;
  }
}

@media (max-width: 480px) {
  .p-lr,
  .menu-p-lr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-l {
    padding-left: 15px;
  }
  .p-r {
    padding-right: 15px;
  }
  .m-lr {
    margin-left: 15px;
    margin-right: 15px;
  }
  .m-l {
    margin-left: 15px;
  }
  .m-r {
    margin-right: 15px;
  }
}

html,
body {
  background: #313236;
  min-height: 100vh;
  max-height: 300vh;
  font-size: 13px;
  color: #ffffff;
  line-height: normal;
}

@media (max-width: 1000px) {
  html,
  body {
    font-family: "Raleway regular" !important;
    font-size: 13px;
  }
}

/* GENERAL */
a {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}

a:hover {
  color: inherit;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
}

h1 {
  font-size: 3em;
  font-weight: normal;
}

h2 {
  font-size: 2.3em;
  font-weight: normal;
}

h3 {
  font-size: 2em;
  font-weight: normal;
}

h4 {
  font-size: 1.5em;
  font-weight: normal;
}

h5 {
  font-size: 1.2em;
  font-weight: normal;
}

h6 {
  font-size: 1.1em;
  font-weight: normal;
}

p {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: normal;
}

p.m-w {
  max-width: 875px;
}

button, input[type=button] {
  background-color: #727176;
  color: #ffffff;
}

main .preloader {
  background: #fff;
  width: 100%;
  height: calc(100vh - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100vh;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

main .preloader.novisible {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

main .preloader .logo {
  width: 190px;
  height: 100px;
  background: transparent no-repeat center center / 100%;
  background-image: url("../svg/logo.svg");
}

main header {
  width: 100%;
  background: #ffffff;
  height: auto;
  margin: 0 auto;
  position: fixed;
  z-index: 100;
  top: 0;
}
main header .section {
  max-width: 1250px;
}

@media (max-width: 1120px) {
  #nosotros{
    margin-top: 90px;
  }
  main header .barracontacto{
    display: none;
  }
  .frase p{
    font-size: 75%;
    padding: 0 !important;
  }
  main header .nav{
    padding: 0px !important;
  }
  main header .nav .items-nav{
    font-family: "Montserrat Regular"  !important;
    justify-content: center !important;
    width: 90% !important;
    margin: 0 1% 0 1%;
    padding: 0 !important;
  }
  main header .nav .item{
    font-family: "Montserrat Regular"  !important;
    height: 50px !important;
  }
  main header .item-pto{
    display: none;
  } 
  main header .nav{
    height: auto;
  }
  main header .nav .logo-nav{
    height: 70px !important;
    width: 100% !important;
    padding: 15px !important;
  }
}
@media (max-width: 510px) {
  .item-link{
    padding-left: 15px !important;
  }
  #main p{
    font-size: 1em;
  }
  .frase{
    padding: 20px 5px !important;
    font-size: 1.4em !important;
  }
  main header .nav .items-nav{
    margin-top: 10px;
    font-family: "Montserrat Regular"  !important;
  }
  main header .nav {
    font-size: 10px;
  }
  main header .nav .item{
    font-family: "Montserrat Regular"  !important;
    height: 45px !important;
  }
  main header .nav .logo-nav{
    height: 40px !important;
    margin-top: 10px;
    padding: 5px !important;
  }
  main footer .row .iconos-footer{
    width: auto;
    margin-right: 10px;
  }
}

main header .nav{
  padding-left: 9%;
}
main header .nav .logo-nav{
  padding: 1% 0 1% 0;
  width: 140px;
  height: auto;
}

main header .nav .items-nav{
  font-family: "Montserrat Regular"  !important;
  padding: 30px 0 0 1%;
  display: flex;
  width: 75%;
  justify-content: flex-end;
}

main header .nav .item {
  font-family: "Montserrat Regular"  !important;
  font-size: 1.3em;
  border-bottom: 4px solid transparent;
  height: 65px;
  line-height: 28px;
  color: rgb(0, 0, 0);
  padding: 0 !important;
}

main header .nav .item.selected {
  border-color: #f00;
  font-weight: bold;
  color: #f00;
  font-family: "Montserrat Regular"  !important;
}
.item-link{
  padding-left: 25px;
}
.item-pto{
  padding-left: 25px;
}
.item-pto img{
  height: 30px !important;
  width: 6px !important;
}
main footer {
  width: 100%;
  background: #252832;
  padding: 40px 0 0 0;
  margin: 0 auto;
}
footer .icon{
  width: 9px;
  margin-right: 4px;
  height: auto;
}
main footer .section {
  padding: 0 9%;
}
main footer .footer-redes{
  font-family: "Raleway extrabold";
  background-color: #F2081F;
  padding: 20px 9%;
}

main footer .section .col {
  margin: 0 auto 60px auto;
}

@media (max-width: 700px) {
  #nosotros .slider-spot .slide-content {
    font-size: 2vw;
    width: 82vw !important;
    top: 27vw;
    margin-left: 9% !important;
  }
  main footer .section{
    display: block;
    text-align: left;
    padding-left: 5vh;
  }
  main footer .section .col {
    margin: 0 auto 30px auto;
    padding: 2%;
    font-size: 1em;
    display: inline-block;
  }
  main .footer-redes{
    font-family: "Raleway extrabold";
    font-size: 0.8em;
    width: 100%;
    margin: 0 !important;
    padding: 2% !important;
  }
  main .barra-tabla{
    padding: 4vh 0 !important;
    font-size: 3.5vh;
  }
}

main footer .section .col h1 {
  text-transform: uppercase;
  font-family: "Raleway extrabold";
  margin: 0 0 35px 0;
  font-size: 1.23em;
}

main footer .row .ico {
  height: 25px;
  margin: 0 10px 0 0;
  width: 20px;
}

main footer .section .col ul li {
  font-family: "Raleway Medium";
  width: 100%;
  font-size: 1.1em;
  padding: 10px;
}

@media (max-width: 700px) {
  main footer .section .col ul {
    width: 100%;
  }
  main footer .section .col h1 {
    font-family: "Raleway extrabold" !important;
    margin: 0 0 10px 0;
    font-size: 1.2em;
  }
}

main footer .bottom {
  height: 140px;
  margin-top: 0;
}
/*# sourceMappingURL=main.css.map */

/* ------------------nuevo ----------------- */

.barracontacto{
  padding: 0px 9%;
  background-color: #252832;
  font-family: "Raleway Medium";
  font-size: 15px;
}
.info{
  display: flex;
  align-items: center;
  padding: 10px;
}
.icon-barracontacto{
  height: 25px;
  margin-right: 10px;
  width: auto;
}
.boton{
  text-align: right;
}
.btnrojo{
  padding: 10px 15px;
  height: 100%;
  background-color: #f00;
}
.conten{
  display: inline-flex;
  font-family: "Raleway Medium";
  width: 100%;
  padding: 5% 9%;
  font-size: 19px;
  color: #252832;
  background-color: rgb(255, 255, 255);
}
.conten .conten-img{
  width: 55%;
  max-width: 410px;
  min-width: 240px;
}
.rojo{
  color: #f00;
}
.frase{
  font-family: "Raleway Medium";
  background-color: #F7F7F7;
  color: #252832;
  font-size: 33px;
}
.iconos{
  padding: 9%;
  display: flex;
  font-family: "Raleway Medium";
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  color: #252832;
}
.circlee {
  width: 10px;
  height: 36px;
}
/* ---------------------------- PRODUCTOS ------------------------ */
#productos{
  background-color: rgb(255, 255, 255);
  padding: 5% 9%;
  font-family: "Raleway semibold";
  color: #000000;
  margin: 0;
  font-size: 1.3em;
}
#productos .title{
  font-family: "Raleway extrabold";
  font-size: 1.5em;
}
.categorias-productos{
  font-family: "Raleway semibold";
  font-size: 1em;
  margin: 0;
}
.categorias-productos ul li a{
  color: #000000;
  font-size: 0.9em;
}
.categorias-productos ul li a.selected{
  background-color: #000000;
}
.menu-cat{
  color: #000000;
}
.menu-cat.selected{
  color: #f00;
}
/* -------------------------- TABLA ------------------------------------------- */

.table-productos {
  border-collapse: unset;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table-productos th,
.table-productos td {
  padding: 0.75rem;
  vertical-align: top;
  font-family: "Raleway Medium";
}
.table-productos thead th {
  vertical-align: bottom;
  background-color: #50545B;
  color: white;
}
.table-productos tbody td { 
  padding: 1.5%;
  background-color: #E4E5E6;
  color: #000000;
}
#grad1 {
  border-left: 5px solid red;
  background-color: rgb(255, 255, 255);
  color: white;
  background-image: linear-gradient(to right, rgb(255, 255, 255) , #50545B);
}
#td {
  border-left: 5px solid #E4E5E6;
  background-color: #F7F7F7;
  color: #000000;
  padding: 1.5%;
}
#center{
  text-align: center;
}
.table-productos tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.barra-tabla{
  background-color: #F2081F;
  color: white;
  font-family: "Raleway Medium";
  font-size: 2em;
}

/* ---------------Ciclox------------ */
#ciclox{
  background-color: rgb(255, 255, 255);
  padding: 4% 9%;
  font-family: "Raleway Medium";
  color: #000000;
  font-size: 1.3em;
  display: flex;
}
#ciclox .icon{
  height: 55px;
}
#ciclox .ciclox-icon{
  font-family: "Raleway Medium";
  width: 60%;
}
#ciclox .bidon{
  height: 360px;
}
@media (max-width: 1000px) {
  #ciclox{
    padding-top: 6vh;
    font-size: 1.3em;
    display: block;
  }
  #ciclox .bidon{
    margin-top: 5px;
    margin-bottom: 10px;
    height: 25vh;
  }
  #ciclox .ciclox-icon{
    text-align: center;
    width: 100%;
    margin: 0 !important;
    font-size: 0.8em;
  }
  #ciclox .icon{
    height: 40px;
  }
  .iconos{
    display: block !important;
    padding: 40px 0 !important;
  }
  .iconos img{
    width: 55px !important;
  }
  .iconos p{
    width: 100%;
    margin-bottom: 20px;
  } 
}

.rojo{
  color:#F2081F;
  font-family: "Montserrat extrabold";
}
.sombra{
  background-color: white;
  width: 100% !important;
  height: auto;
}

@media (max-width: 760px) {
  #productos{
    font-size: 10px;
    display: inline-block;
  }
  .barra-tabla{
    font-size: 15px;
  }
  #ubicacion{
    padding: 20px;
  }
}
.message{
  color: black !important;
}