*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0; }

img {
  border-style: none; }

a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  outline-width: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  border-style: none;
  outline: 0; }

button,
select {
  cursor: pointer; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

hr {
  border: 0;
  height: 1px; }

address {
  font-style: normal; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  background-color: #FFF; }

.header {
  position: fixed;
  margin-top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1; }

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: auto; }
  @media (min-width: 768px) {
    .header__box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (min-width: 1400px) {
    .header__box {
      max-width: 95%; } }

.header__logo {
  display: inline-block;
  max-height: 100px;
  width: auto;
  margin: .5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 1000px) {
    .header__logo {
      max-height: 140px; } }
  .header__logo:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.header__nav {
  display: none;
  text-align: center;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .header__nav {
      display: inline-block; } }
  .header__nav--link {
    text-align: center;
    margin: 1rem 1.2rem;
    color: #BD0100;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .header__nav--link {
        display: inline-block;
        font-size: .9rem; } }
    .header__nav--link:hover {
      color: #222; }

.menu {
  display: none;
  background-color: #fff; }
  @media (min-width: 1000px) {
    .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.menu__items {
  margin: 0 auto;
  width: 100%;
  padding: 1rem; }
  @media (min-width: 768px) {
    .menu__items {
      padding-bottom: .2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.menu__link {
  position: relative;
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: bold;
  padding: .7rem;
  color: #BD0100;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 1000px) {
    .menu__link {
      font-size: 1.2rem;
      margin: .2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .menu__link:after {
    content: '';
    position: absolute;
    bottom: -.5rem;
    left: 50%;
    width: 0;
    height: 5px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .menu__link--active, .menu__link:hover, .menu__link:focus {
    color: #484848; }
    .menu__link--active:after, .menu__link:hover:after, .menu__link:focus:after {
      left: 0;
      width: 100%;
      background-color: #BD0100; }

.slider {
  font-family: "Playfair Display", serif;
  width: 100%;
  position: relative;
  background-color: #BD0100;
  top: 110px; }
  .slider::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #222; }
  @media (min-width: 768px) {
    .slider::after {
      height: 5px; } }
  @media (min-width: 1000px) {
    .slider {
      top: 150px; } }

.slider__mask {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  height: 100%;
  width: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0; }
  @media (min-width: 768px) {
    .slider__mask {
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
      background: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
      background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); } }

.slider__item {
  padding: 0;
  overflow: hidden;
  height: 100%;
  max-height: 600px;
  z-index: 90;
  cursor: e-resize; }
  @media (min-width: 768px) {
    .slider__item {
      height: 100%;
      max-height: 550px; } }
  @media (min-width: 1200px) {
    .slider__item {
      max-height: 700px; } }

.slider__img {
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  .slider__img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.slider__text {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 80%;
  text-align: center;
  line-height: 1.2rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: .6rem;
  z-index: 110;
  line-height: 1.2rem; }
  @media (min-width: 768px) {
    .slider__text {
      padding: 1.2rem;
      line-height: 1.5rem; } }
  @media (min-width: 1000px) {
    .slider__text {
      max-width: 900px; } }

.slider__title {
  font-size: 2rem;
  line-height: 2rem;
  color: white;
  font-weight: bold;
  margin-bottom: .8rem;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    .slider__title {
      font-size: 3rem;
      line-height: 3.5rem;
      text-shadow: 5px 5px rgba(0, 0, 0, 0.7); } }

.slider__subtitle {
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-weight: bold;
  color: white; }
  @media (min-width: 768px) {
    .slider__subtitle {
      font-size: 1.5rem;
      line-height: 1.5rem;
      margin-bottom: .8rem; } }

.slider__description {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 0;
  color: white; }

.slider__btn {
  display: inline-block;
  padding: .5rem 1rem;
  margin-top: 1rem;
  font-size: 1.2rem;
  border-radius: .25rem;
  color: white;
  background-color: #BD0100;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .slider__btn {
      font-size: 1.5rem;
      padding: .8rem 1.5rem; } }
  .slider__btn:hover, .slider__btn:focus {
    color: white;
    background-color: #BD0100; }
  .slider__btn .fa {
    margin-left: 1.3rem;
    font-size: 1rem; }

.slider__prev,
.slider__next {
  display: inline-block;
  position: absolute;
  bottom: 2rem;
  font-size: .9rem;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border: 2px solid #222;
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
  .slider__prev .fa,
  .slider__next .fa {
    color: #FFF; }
  @media (min-width: 768px) {
    .slider__prev,
    .slider__next {
      bottom: 30%;
      font-size: 1.2rem;
      height: 4rem;
      width: 4rem;
      line-height: 4rem; } }
  .slider__prev:hover, .slider__prev:focus,
  .slider__next:hover,
  .slider__next:focus {
    color: #222;
    outline: 0;
    text-decoration: none;
    background-color: #222; }

.slider__prev {
  left: 50%;
  -webkit-transform: translateX(-3rem);
  -ms-transform: translateX(-3rem);
  transform: translateX(-3rem); }
  @media (min-width: 1000px) {
    .slider__prev {
      left: 2rem;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0); } }

.slider__next {
  right: 50%;
  -webkit-transform: translateX(3rem);
  -ms-transform: translateX(3rem);
  transform: translateX(3rem); }
  @media (min-width: 1000px) {
    .slider__next {
      right: 2rem;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0); } }

.title__box {
  padding: 1rem;
  text-align: center;
  margin: 0 auto; }

.title__text {
  display: inline-block;
  color: #BD0100;
  font-size: 1.2rem;
  font-weight: bold; }
  @media (min-width: 1000px) {
    .title__text {
      font-size: 2rem; } }

.title__separa {
  display: inline-block;
  width: 2rem;
  font-size: 1rem; }

.contactmap {
  width: 100%;
  min-height: 300px; }
  @media (min-width: 1000px) {
    .contactmap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.contactmap__col {
  text-align: center;
  width: 100%;
  height: 100%; }
  @media (min-width: 1000px) {
    .contactmap__col {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%; } }
  .contactmap__col:last-child {
    height: 350px; }
    @media (min-width: 1000px) {
      .contactmap__col:last-child {
        height: 700px; } }

.contact__container {
  color: #000;
  text-align: left;
  padding-bottom: 1rem; }
  @media (min-width: 1000px) {
    .contact__container {
      text-align: center;
      padding: 0 1rem;
      margin-top: 0; } }

.contact__form--container {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 0;
  text-align: left;
  background-color: #fff;
  padding: 2rem 1rem; }
  @media (min-width: 1000px) {
    .contact__form--container {
      width: 100%;
      max-width: 500px;
      padding: 1rem; } }

.contact__title {
  display: inline-block;
  color: #222;
  font-size: 2rem;
  text-align: left;
  font-weight: bold;
  line-height: 1.7rem;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #BD0100; }
  @media (min-width: 1000px) {
    .contact__title {
      font-size: 2.5rem;
      padding-top: 4rem; } }

.contact__text {
  padding-bottom: 2rem; }

.contact__form--input,
.contact__form--textarea {
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  height: 45px;
  padding: .6rem;
  font-weight: normal;
  margin-bottom: .5rem;
  border: 1px solid #ccc;
  width: 100%;
  outline: 0;
  border-radius: .1rem; }
  .contact__form--input::-webkit-input-placeholder,
  .contact__form--textarea::-webkit-input-placeholder {
    color: #333;
    font-size: 1rem;
    font-weight: normal; }
  .contact__form--input:-ms-input-placeholder,
  .contact__form--textarea:-ms-input-placeholder {
    color: #333;
    font-size: 1rem;
    font-weight: normal; }
  .contact__form--input::-ms-input-placeholder,
  .contact__form--textarea::-ms-input-placeholder {
    color: #333;
    font-size: 1rem;
    font-weight: normal; }
  .contact__form--input::placeholder,
  .contact__form--textarea::placeholder {
    color: #333;
    font-size: 1rem;
    font-weight: normal; }
  .contact__form--input:focus, .contact__form--input:hover,
  .contact__form--textarea:focus,
  .contact__form--textarea:hover {
    color: #000;
    background-color: #F0F0F0;
    border: 1px solid #BD0100; }

.contact__form--textarea {
  min-height: 10rem; }

.contact__checkbox--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: .8rem; }

.contact__checkbox--text {
  font-size: .9rem;
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.5rem;
  cursor: pointer; }
  .contact__checkbox--text:before {
    content: '';
    color: #000;
    font-family: "FontAwesome";
    border: 1px solid #ccc;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 1.3rem;
    text-align: center;
    width: 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.contact__checkbox {
  display: none; }
  .contact__checkbox:checked + .contact__checkbox--text:before {
    content: "\f00c"; }

.contact__form--advice {
  display: inline-block;
  color: #666;
  font-size: .8rem;
  line-height: .9rem;
  text-align: left;
  margin-top: 3px;
  margin-bottom: 10px; }

.contact__form--btn {
  display: inline-block;
  color: #fff;
  background-color: #BD0100;
  width: 100%;
  height: 60px;
  text-align: center;
  font-weight: bolder;
  font-size: 1.2rem;
  line-height: 2.5rem;
  letter-spacing: .6px;
  border: 0;
  border-radius: .2rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
  .contact__form--btn:focus, .contact__form--btn:hover {
    background-color: #222; }
    .contact__form--btn:focus::after, .contact__form--btn:hover::after {
      left: .8rem;
      font-size: 1.3rem;
      vertical-align: middle; }
  .contact__form--btn::after {
    content: '\f054';
    font-family: "FontAwesome";
    color: #FFF;
    font-size: 1rem;
    vertical-align: middle;
    position: relative;
    left: 1.5rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.contact__mensaje--mal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  font-size: 1rem;
  color: red;
  text-align: left;
  background-color: white;
  border: 1px solid red;
  padding: 0 1rem 1.5rem; }
  .contact__mensaje--mal .fa {
    font-size: 1.5rem;
    margin-right: 1rem; }

.contact__mensaje--sending {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  color: #4875b4;
  font-size: 1.2rem;
  border: 1px solid #4875b4;
  padding: .5rem 1rem; }
  .contact__mensaje--sending .fa {
    font-size: 1.5rem;
    margin-right: 1rem; }

.contact__mensaje--ok {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  font-size: 1.2rem;
  color: white;
  background-color: #61b161;
  border: 1px solid white;
  padding: .8rem 1rem; }
  .contact__mensaje--ok .fa {
    font-size: 1.5rem;
    margin-right: 1rem; }
  .contact__mensaje--ok span {
    display: inline-block;
    margin-top: .8rem;
    font-size: .9rem; }

.title {
  display: inline-block;
  margin-top: 110px;
  background-color: #222;
  text-align: center;
  width: 100%; }
  @media (min-width: 1000px) {
    .title {
      margin-top: 150px; } }
  .title span {
    display: inline-block;
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    padding: 3rem;
    color: #fff;
    text-align: left; }
    @media (min-width: 1000px) {
      .title span {
        padding: 4rem; } }

.welcome {
  color: #fff;
  background-color: #222;
  margin-top: 6rem;
  padding: 2rem;
  font-size: 1.2rem;
  text-align: center; }
  @media (min-width: 1000px) {
    .welcome {
      padding: 4rem 1rem; } }
  .welcome span {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }

.welcome__title {
  display: inline-block;
  font-family: "Playfair Display", serif;
  letter-spacing: 2px;
  font-weight: normal;
  margin-bottom: 2rem; }
  @media (min-width: 1000px) {
    .welcome__title {
      font-size: 3rem; } }

.welcome__slogan {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-image: url("../img/fondo.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%; }
  .welcome__slogan span {
    padding: 1rem;
    font-size: 1.5rem;
    max-width: 900px; }
    @media (min-width: 1000px) {
      .welcome__slogan span {
        font-size: 2rem;
        font-weight: bold; } }

.historia {
  padding: 1rem; }
  @media (min-width: 1000px) {
    .historia {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 auto;
      max-width: 1000px; } }

.historia__title {
  display: inline-block;
  font-size: 1.5rem;
  border-bottom: 3px solid #BD0100;
  padding: 1rem;
  margin-bottom: 1.5rem; }

.historia__text {
  max-width: 900px;
  margin: 2rem auto; }

@media (min-width: 1000px) {
  .historia__col {
    padding: 2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; } }

.articles {
  margin: 2rem auto; }
  @media (min-width: 1000px) {
    .articles {
      max-width: 95%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1200px) {
    .articles {
      max-width: 80%; } }

.article {
  padding: 1rem; }
  @media (min-width: 1000px) {
    .article {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
      flex: 1 1 30%;
      text-align: center; } }

.article__img {
  max-width: 80px; }

.article__title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem; }

.article__text {
  line-height: 1.8rem; }

.article__btn {
  display: inline-block;
  color: #fff;
  background-color: #BD0100;
  padding: .4rem 1rem;
  margin-top: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .article__btn:hover {
    background-color: #222; }

.services {
  color: #fff;
  background-color: #222;
  padding: 1rem; }
  @media (min-width: 1000px) {
    .services {
      padding: 5rem 1rem; } }

.services__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .services__box {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin: 0 auto;
      max-width: 1000px; } }

.services__img {
  width: 100%;
  height: 100%; }
  @media (min-width: 1000px) {
    .services__img {
      width: 420px;
      height: auto; } }

.services__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #666; }

.services__text {
  height: 100%;
  padding: 1rem 0;
  line-height: 1.5rem; }
  @media (min-width: 1000px) {
    .services__text {
      padding: 0 2.5rem;
      line-height: 1.8rem; } }

.service {
  padding: 1rem;
  color: #000;
  background-color: #f0f0f0;
  margin: 1rem auto;
  text-align: center; }
  @media (min-width: 1000px) {
    .service {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      max-width: 1000px;
      padding: 1rem;
      text-align: left; } }

.service__img {
  width: 200px;
  height: auto; }
  @media (min-width: 1000px) {
    .service__img {
      width: 250px;
      height: auto; } }

.service__text {
  padding: 1rem;
  margin-top: .5rem; }
  @media (min-width: 1000px) {
    .service__text {
      margin-left: 2rem; } }

.service__title {
  display: inline-block;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #333; }
  @media (min-width: 1000px) {
    .service__title {
      margin-bottom: 2rem;
      padding-bottom: 1rem; } }

.flota {
  padding: 1rem; }
  @media (min-width: 1000px) {
    .flota {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: 1100px;
      margin: 0 auto; } }

.flota__item {
  margin-bottom: 2rem; }
  @media (min-width: 1000px) {
    .flota__item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      max-width: 550px;
      padding: 1rem; } }
  .flota__item img {
    width: 100%;
    height: auto; }

.flota__title {
  font-size: 1.2rem;
  margin-bottom: .5rem;
  font-weight: bold; }
  @media (min-width: 1000px) {
    .flota__title {
      font-size: 1.6rem;
      margin-bottom: 1rem; } }

.galeria {
  padding: 1rem; }
  @media (min-width: 768px) {
    .galeria {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 auto;
      padding-bottom: 3rem; } }
  @media (min-width: 1200px) {
    .galeria {
      max-width: 90%; } }

.galeria__title {
  text-align: center;
  font-size: 1.5rem;
  padding: 1rem;
  border-bottom: 3px solid #BD0100;
  margin: 1rem auto;
  max-width: 500px; }

.galeria__img {
  height: 210px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .galeria__img {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      height: 200px;
      max-width: 50%; } }
  @media (min-width: 1000px) {
    .galeria__img {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
      flex: 1 1 33%;
      height: 210px;
      max-width: 33%; } }
  @media (min-width: 1200px) {
    .galeria__img {
      height: 250px; } }
  @media (min-width: 1400px) {
    .galeria__img {
      height: 300px; } }
  .galeria__img img {
    display: inline-block;
    height: auto;
    width: 100%;
    margin: .3rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .galeria__img img:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.banner {
  position: relative;
  background-color: #FFF;
  width: 100%; }

.banner__link {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .banner__link img {
    padding: 3px;
    width: 100%; }
  .banner__link:hover img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 10; }

.banner__prev,
.banner__next {
  position: absolute;
  bottom: -3rem;
  font-size: 1.2rem;
  height: 2.6rem;
  width: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  border: 1px solid #ccc;
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
  .banner__prev:hover, .banner__prev:focus,
  .banner__next:hover,
  .banner__next:focus {
    color: #222;
    outline: 0;
    text-decoration: none;
    border: 1px solid #222; }
  .banner__prev .fa,
  .banner__next .fa {
    color: #FFF; }

.banner__prev {
  left: 50%;
  -webkit-transform: translateX(-3rem);
  -ms-transform: translateX(-3rem);
  transform: translateX(-3rem); }

.banner__next {
  right: 50%;
  -webkit-transform: translateX(3rem);
  -ms-transform: translateX(3rem);
  transform: translateX(3rem); }

#sync1 .item {
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: e-resize; }

#sync2 {
  padding: .3rem; }

#sync1 img {
  width: 100%;
  height: auto; }

#sync2 img {
  width: 100%;
  height: auto; }

#sync2 .item {
  display: inline-block;
  padding: 1px;
  width: calc(100% - 6px);
  max-height: 150px;
  overflow: hidden;
  background: #FFF;
  cursor: pointer; }

#sync2 .synced .item {
  border: 3px solid #222;
  padding: 3px;
  margin: 0 1px; }

.owl__carousel--container {
  position: relative; }

.owl__carousel--title {
  position: absolute;
  bottom: .5rem;
  left: .5rem;
  display: inline-block;
  font-size: .8rem;
  color: #FFF;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.6);
  padding: .3rem .7rem;
  max-width: 80%; }
  @media (min-width: 768px) {
    .owl__carousel--title {
      padding: .6rem 1.2rem;
      font-size: 1.2rem; } }

.prev,
.next {
  position: absolute;
  top: 3rem;
  font-size: 1.2rem;
  height: 2.6rem;
  width: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  border: 1px solid #ccc;
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
  .prev:hover, .prev:focus,
  .next:hover,
  .next:focus {
    color: #222;
    outline: 0;
    text-decoration: none;
    border: 1px solid #222; }
  .prev .fa,
  .next .fa {
    color: #FFF; }

.prev {
  left: 5px; }

.next {
  right: 5px; }

.footer {
  color: white;
  background-color: #222; }

.footer__box {
  padding: 1rem;
  text-align: center; }
  @media (min-width: 1000px) {
    .footer__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 1.5rem; } }

.footer__title {
  font-size: 1.1rem;
  font-weight: bold;
  padding-bottom: .75rem;
  margin-bottom: .75rem;
  margin-left: .5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.footer__link {
  position: relative;
  display: inline-block;
  color: white;
  font-size: .9rem;
  line-height: 1.3rem;
  padding: .2rem .7rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .footer__link:not(:last-child):after {
    content: ' | ';
    position: absolute;
    margin-left: .6rem;
    color: rgba(255, 255, 255, 0.3); }
  .footer__link:hover {
    color: white;
    background-color: #222; }

.footer__nivelactivo {
  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;
  margin: 1rem 0; }
  .footer__nivelactivo--link {
    color: #fff; }
    .footer__nivelactivo--link:hover {
      color: #f0f0f0; }
  .footer__nivelactivo img {
    width: 130px;
    margin-right: 1rem;
    cursor: pointer; }

.d-none {
  display: none; }

#map-canvas {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100px;
  background-color: gray; }

::-moz-selection {
  text-shadow: none;
  background: #BD0100;
  color: #FFF; }

::selection {
  text-shadow: none;
  background: #BD0100;
  color: #FFF; }

.grecaptcha-badge {
  display: none; }

.toggler {
  color: #BD0100;
  background-color: transparent;
  border-radius: transparent;
  border: 1px solid transparent;
  position: absolute;
  top: 1rem;
  display: inline-block;
  cursor: pointer;
  height: 3rem;
  width: 3rem;
  font-size: 1.3rem;
  line-height: 1.1rem;
  outline: 0;
  z-index: 2; }
  .toggler__bars {
    right: 1rem; }
  @media (min-width: 768px) {
    .toggler {
      display: none; } }

.btn__top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  font-size: 1.2rem;
  color: #fff;
  border: 2px solid #222;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: rgba(34, 34, 34, 0.6);
  text-decoration: none;
  text-align: center;
  z-index: 900;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer; }
  .btn__top .fa {
    line-height: 2.8rem; }
  @media (min-width: 768px) {
    .btn__top {
      font-size: 1.5rem;
      width: 4rem;
      height: 4rem; }
      .btn__top .fa {
        line-height: 3.5rem; } }
  .btn__top:hover {
    background-color: #BD0100;
    border: 3px solid #BD0100; }

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .3rem .5rem;
  line-height: 1rem;
  font-size: .9rem;
  color: #FFF;
  background-color: red;
  text-align: center;
  z-index: 99999999999; }
  @media (min-width: 1000px) {
    .cookies {
      font-size: 1rem;
      padding: .5rem 1rem; } }
  .cookies__link {
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
    color: #FFF;
    border: 1px solid #FFF;
    padding: .2rem 1rem;
    margin-left: .5rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    .cookies__link .fa {
      font-size: .8rem;
      margin-left: .5rem; }
      @media (min-width: 1000px) {
        .cookies__link .fa {
          font-size: 1rem; } }
    .cookies__link:hover, .cookies__link:focus {
      color: red;
      background-color: #fff; }
    @media (min-width: 1000px) {
      .cookies__link {
        line-height: 1.3rem;
        padding: .5rem 1rem; } }
