@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Roboto:wght@400;700&display=swap');

/***************** ESTILO CHECK *********************/
.contenedor {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.contenedor input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 2px solid #c6c6c6;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.contenedor:hover input ~ .checkmark {
    border: 2px solid #c6c6c6;
    border-radius: 5px;
}

/* When the checkbox is checked, add a blue background */
.contenedor input:checked ~ .checkmark {
    background-color: transparent;
    border: 2px solid #c6c6c6;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.contenedor input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.contenedor .checkmark:after {
  left: 4.5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #bc1818;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/***************** FIN ESTILO CHECK *********************/

/***************** MENU MOVIL ************************/
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
/***************** FIN MENU MOVIL ************************/

/****************MENU FILTRO *****************************/
.filtro-nav {
  background-color: #fafafa;
}

.filtro-nav .overlay-content {
    position: relative;
    top: 64px;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

.filtro-nav .cont-home .grupo-collapse {
    border-radius: 0px;
    margin-bottom: 8px;
    border: 0px solid #000;
}

.filtro-nav .cont-home .grupo-collapse .btn.btn-primary {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}

.filtro-nav .cont-home .grupo-collapse .contenedor {
  text-align: left;
}

.filtro-nav .closebtn {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 40px;
}

.filtro-nav .titulo {
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    top: 28px;
    left: 30px;
}

.filtro-nav .btn-filtrar {
  text-transform: uppercase;
  background-color: #B91818;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin: 25px 30px;
  border-radius: 5px;
}


/*****************FIN MENU FILTRO *************************/

/****************MENU MOVIL ********************************/


.btn-filtro {
  background:#B91818; color: #fff; width: 100%;
  padding: 8px 20px ;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 7px;
}

.btn-filtro:hover, .contacto .caja-contacto .btn:hover {
  background-color: #181E37;
  color: #fff;
}

.menu-movil {
  background-color: #F2F2F2;
  background-image: url('img/logo-menu-movil.svg');
  background-position: top left;
  background-repeat: no-repeat;
}

.menu-movil a {
  font-size: 22px;
  color: #010101;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
}

.menu-movil .overlay-content {
    position: relative;
    top: 120px;
    width: 100%;
    text-align: center;
    padding: 0px 20px;
    margin-top: 30px;
}

.menu-movil.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 25px;
    font-size: 40px;
    color: #b91818;
}

.menu-movil .bottom-menu {
    display: flex;
    background: white;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0px 30px;
}

.menu-movil .barra-w {
    position: absolute;
    bottom: 66px;
}

/******************* SLIDER *****************************/
.slick-dots {
  width: auto !important;
}
/******************* FIN SLIDER ****************************/

body {
  font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #191E35;
    outline: 1px solid #191E35;
    box-shadow: 0 0 0 0 #000;
    transition: all 0.2s ease;
}

.navbar-light .navbar-toggler-icon {

}

.menu {
  margin-bottom: -90px;
  background-color: transparent !important;
  background-image: url('img/fondo-logo.svg');
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  height: 90px;
}

.menu a {
  text-transform: uppercase;
  color: #fff !important;
  font-size: 14px;
}

.menu.menu-ficha {
  background-color: #fff !important;
  background-image: none;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 0px;
}

.menu.menu-ficha a {
  color: #010000 !important;;
}

.menu .navbar-brand {
    width: 260px;
}

.menu .navbar-brand img {
  margin: auto;
  display: block;
}

.top {
  background-image: url('img/fondo.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #eaeaea;
  min-height: 660px;
  margin-bottom: -113px;
}

.top .filtro {
  display: flex;
  flex-direction: column;
}

.top .filtro h1 {
  font-size: 56px;
  padding-bottom: 20px;
  color: #fff;
}

.top .filtro .div-botones .btn-lineal {
  color: #fff;
  padding: 10px 15px;
  margin: 0px 5px;
  text-decoration: none;
  border: 1px solid #fff;
  min-width: 130px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.top .filtro .div-botones .btn-lineal:hover {
    background: #fff;
    color: #b91818;
}

.top .filtro .buscador .input-buscador {
  background-color: #fff;
  max-width: 700px;
  display: flex;
  margin: 20px auto 0px auto;
  border-radius: 100px;
  overflow: hidden;
}

.top .filtro .buscador .input-buscador button {
  background-color: #fff;
  color: #b91818;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  border: 0px solid #fff;
  outline: 0px solid #fff;
  padding: 14px 30px;
  box-shadow: 0 0 0 0;
}

.top .filtro .buscador .input-buscador input {
  font-size: 18px;
  border: 0px solid #fff;
  outline: 0px solid #fff;
  padding: 14px 30px 14px 53px;
  box-shadow: 0 0 0 0;
  background-image: url(img/icon-buscar.svg);
  background-position: 18px center;
  background-repeat: no-repeat;
}

.barra-baja {
  background: transparent;
}

.barra-baja img {
  width: 100%;
  height: -100%;
}

.cont-home {
  background-color: #fafafa;
  padding-bottom: 80px;
  padding-top: 30px;
}

.cont-home .grupo-collapse {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #c6c6c6;
  margin-bottom: 15px;
}

.cont-home .grupo-collapse .btn.btn-primary {
  background-color: #c6c6c6;
  border: 1px solid #c6c6c6;
  font-size: 15px;
  color: #424242;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 10px 30px;
  width: 100%;
  outline: 0px solid #fff;
  font-weight: 700;
  text-align: left;
  box-shadow: 0 0 0 0;
  background-image: url('img/icon-menos.svg');
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

.cont-home .grupo-collapse .btn.btn-primary.collapsed {
  background-image: url('img/icon-mas.svg');
}

.cont-home .orden {
  display: flex;
}

.cont-home .orden .btn {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0px;
  font-size: 15px;
  margin-top: -6px;
  margin-left: 5px;
  box-shadow: 0 0 0 0;
}

.cont-home .orden span {
  font-size: 15px;
  padding: 0px;

}

.cont-home .bloque {
  border: 1px solid #E0E0E0;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
  display: block;
  color: #424242;
  text-decoration: none;
  transition: all 0.2s ease;
}

.cont-home .bloque:hover {
  transform: scale(1.01);
}

.cont-home .bloque .img {
  position: relative;
  display: block;
}

.cont-home .bloque .img .tipo {
  font-size: 12px;
  color: #fff;
  padding: 8px 18px;
  background-color: #181E37;
  position: absolute;
  bottom: 0;
  right: 0;
}

.cont-home .bloque .titulo {
  padding: 20px 20px;
  border-bottom: 1px solid #E0E0E0;
}

.cont-home .bloque .titulo h3 {
  font-size: 16px;
  font-weight: 700;
  color: #424242;
  margin-bottom: 5px;
}

.cont-home .bloque .titulo .precio {
  font-size: 20px;
  color: #B91818;
  font-weight: 700;
}

.cont-home .bloque .datos {
  display: flex;
  justify-content: space-around;
}

.cont-home .bloque .datos .mini-bloque {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  padding: 15px 0px;
  border-left: 1px solid #e0e0e0;
  width: 33.333333333%;
  text-align: center;
}

.cont-home .bloque .datos .mini-bloque:first-child {
  border-left: 0px solid #e0e0e0;
}

.cont-home .bloque .datos .mini-bloque img {
  height: 20px;
}

.pagination {
  padding-top: 35px;
}

.pagination .page-link {
  color: #010101;
  background-color: transparent;
  border: 0px solid #fff;
  border-radius: 5px;
}

.pagination .page-link.active {
  background-color: #010101;
  color: #fff;
}

.barra-red {
  background-color: #fafafa;
}

.barra-red img {
  width: 100%;
}

.top-ficha {
  padding-top: 50px;
  padding-bottom: 50px;
}

.top-ficha h1 {
  margin-top: 20px;
  font-size: 35px;
  color: #010000;
  font-weight: 400;
}

.top-ficha .precio {
  color: #B91818;
  font-size: 34px;
  font-weight: 700;
}

.top-ficha .bloque .datos {
  border:  1px solid #E0E0E0;
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
  padding: 30px 15px 15px 20px;
  margin-top: 20px;
}

.top-ficha .bloque .datos .item {
  display: flex;
  flex-direction: column;
  min-width: 90px;
  text-align: center;
  font-size: 16px;
}

.top-ficha .bloque .datos .item img {
  width: 36px;
  margin: auto;
}

.top-ficha .envianos {
  border:  1px solid #E0E0E0;
  border-radius: 10px;
  font-size: 19px;
  color: #2e334a;
  margin-top: 20px;
  background-image: url('img/fondo-figura.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #f5f5f6;
  padding:  35px;
  text-align: center;
  background-size: contain;
}

.top-ficha .envianos .btn {
  background-color: #BA1818;
  color: #fff;
  display: block;
  margin-top: 20px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
}

.top-ficha .envianos .modal {
  color: #010101;
  font-size: 18px;
  text-align: left;
}

.top-ficha .envianos .modal .form-control {
  margin-bottom: 20px;
  /*height: 40px;*/
}

.top-ficha .envianos .modal .color {
  color: #B91818;
  font-weight: 700;
}

.top-ficha .envianos .modal-title {
  text-transform: uppercase;
}

.top-ficha .envianos .modal-body {
  padding: 30px 80px 60px 80px;
  background-image: url(img/fondo-bloque.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 40%;
}

.top-ficha .envianos .modal-body h3 {
    font-size: 23px;
}

.top-ficha .envianos .modal-body small {
  font-size: 12px;
  margin-top: 2px;
  display: block;
  margin-left: 10px;
}

.top-ficha .envianos .modal a {
  color: #79170E;
}

.top-ficha .envianos .btn {
  display: block;
  width: 80%;
  margin: auto;
  min-width: 300px;
  margin-top: 25px;
}

.info-general {
  background-color: #fafafa;
  padding-top: 40px;
  background-repeat: no-repeat;
  background-image: url('img/fondo-figura.png');
  background-position: right 100px;
}

.info-general h3, .recomendados h3 {
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 20px;
}

.info-general .bloque {
  background-color: #fff;
  padding: 30px 60px;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  font-size: 16px;
}

.info-general .bloque .row {
  padding-bottom: 15px;
}

.info-general .bloque img {
  margin-right: 15px;
  width: 25px;
  max-height: 25px;
}

.info-general .bloque .nav {
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  justify-content: space-between;
}

.info-general .bloque .nav-pills .nav-link {
  border-radius: 0px;
  color: #010101;
  text-transform: uppercase;
  font-size: 17px;
  border-bottom: 4px solid #fff;
}

.info-general .bloque .nav-pills .nav-link.active {
  background-color: #fff;
  color: #010101;
  border-bottom: 4px solid #B91818;
}

.ficha-tecnica .tab-pane {
  padding-top: 25px;
}

.top-encuentranos {
    background-color: #5d6173;
    color: #fff;
    padding: 100px 0px 250px 0px;
    background-image: url('img/fondo-encuentranos.png');
    background-position: right top;
    background-repeat: no-repeat;
}

.top-encuentranos .migasdepan a {
  color: #fff;
  text-decoration: none;
}

.barra-baja.encuentranos-barra {
    background: transparent;
    margin-top: -124px;
}

.maps {
    background: #fafafa;
    padding-bottom: 70px;
}

.maps .neg {
  /*margin-top: -200px;*/
}

.maps iframe {
  width: 100%;
}

.maps .block {
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  margin-top: -200px;
  overflow: hidden;
}

.maps .block .datos {
  padding: 20px 30px 10px 30px;
}

.maps .block .datos h4 {
    color: #b91818;
    font-size: 18px;
}

.contacto {
    background: #fafafa;
    padding-bottom: 70px;
}

.contacto .datos a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  color: #181E37;
  font-size: 16px;
}

.contacto .datos a.tel {
  font-weight: 700;
  font-size: 20px;
}

.contacto .datos h5 {
  color: #B91818;
  font-size: 18px;
  font-weight: 700;
}

.contacto .caja-contacto {
  background-color: #EBEBEB;
  padding: 60px 80px;
  border-radius: 10px;
  margin-top: -300px;
}

.contacto .caja-contacto h3 {
  margin-bottom: 30px;
}

.contacto .caja-contacto .form-control {
  margin-bottom: 20px;
  /*height: 45px;*/
}

.contacto .caja-contacto textarea.form-control {
  height: 120px;
}

.contacto .caja-contacto .btn {
  background-color: #BA1818;
  color: #fff;
  text-transform: uppercase;
  max-width: 260px;
  width: 100%;
  display: block;
  margin-right: 0px;
  margin-left: auto;
}

.gracias {
  background-color: #fafafa;
  background-image: url(img/fondo-figura.png);
  background-position: right top;
  background-repeat: no-repeat;
  min-height: calc(100vh - 399px);
  padding-bottom: 50px;
  padding-top: 80px;
}

.gracias p {
  font-size: 21px;
  margin: 20px 15px;
}

.gracias .btn {
  background-color: #B91818;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  padding: 8px 30px;
  min-width: 180px;
  border: 1px solid #B91818;
  margin: 20px 5px;
}

.gracias .btn:hover, .gracias .btn.btn-lineal:hover {
  color: #fff;
  background-color: #181E37;
  border: 1px solid #fff;
}

.gracias .btn.btn-lineal {
  color: #B91818;
  background-color: transparent;
}

footer {
  background-color: #B91818;
  padding: 50px 0px 60px 0px;
}

footer ul {
  padding: 0px;
  margin: 0px;
}

footer ul li {
  list-style: none;
  text-transform: uppercase;
  font-size: 16px;
  color: #bbb;
  padding-bottom: 8px;
}

footer ul li.baja {
  text-transform: initial;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
}

footer ul li a:hover {
  opacity: 0.8;
  color: #fff;
}

footer img {
  max-width: 200px !important;
  margin: auto;
}

.submenu {
  display: none;
}

.btn-hamburger {
  display: none;
}

.cotizar-fijo {
  position: fixed;
  bottom: 82px;
  width: 100%;
}

.cotizar-fijo .btn {
  background-color: #BA1818;
  color: #fff;
  display: block;
  margin-top: 20px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  border-radius: 0px;
}

/* lg */

  @media(max-width: 1199.98px) {}



/* TABLET (md) */ 

  @media (max-width: 991px) {}



/* MOVIL (sm) */

  @media (max-width: 767px) {
    .container {
        padding: 0px 25px;
    }

    .menu {
      background-position: -53px 0px;
    }

    .submenu {
      display: flex;
      position: fixed;
      bottom: 0px;
      background-color: #fff;
      width: 100%;
    } 

    .submenu a {
      display: flex;
      padding: 20px;
      flex-direction: column;
      width: 25%;
      align-items: center;
      font-size: 13px;
      color: #010101;
      text-decoration: none;
    }

    .submenu a img {
      height: 22px;
    }

    .btn-hamburger {
      display: block;
    }

    footer {
      padding-bottom: 120px;
    }

    .top .filtro h1 {
      font-size: 42px;
    }

    .top .filtro .div-botones {
      display: none;
    }

    .info-general .bloque {
      margin-bottom: 20px;
    }

    .ficha-movil a.btn {
      display: block;
      background: transparent;
      color: #010101;
      text-align: left;
      border: 0px solid #707070;
      border-bottom: 1px solid #707070;
      border-radius: 0 0 0 0;
      background-image: url('img/flecha-arriba.svg');
      background-position: right center;
      background-repeat: no-repeat;
      outline: 0 0 0 0;
      box-shadow: 0 0 0 0;
      padding: 15px 0px;
      text-transform: uppercase;
    }

    .ficha-movil a.btn.collapsed {
      background-image: url('img/flecha-bajo.svg');
    }

    .ficha-movil .card {
      border: 0px;
    }

    .top-ficha .envianos .modal-body {
      padding: 30px 40px 60px 40px;
    }

    .gracias .btn {
      margin-bottom: 0px;
    }

    .barra-red {
      margin-bottom: -2px;
    }

    footer ul {
      margin-bottom: 20px;
    }

    .maps .block {
        margin-top: -70px;
        margin-bottom: 101px;
    }

    .contacto .caja-contacto {
      margin-top: -100px;
      padding: 50px 30px;
      margin-bottom: 70px;
    }

    .top-ficha .fotos {
        padding: 0px;
        margin: 0px -25px 33px -25px;
        width: calc(100% + 50px);
    }

    .top-ficha {
      padding-top: 0px;
    }

    .slick-dots {
      position: initial;
    }
  }



/* xs */

  @media (max-width: 575.98px) {

  }