/*
============================================
============================================
* 
* TUCASILLA
* v1
* date: 28 apr 2018
* 
============================================
============================================
*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900");
* {
  /*margin: 0;
  padding: 0;*/
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  background-repeat: no-repeat; }
hr{
  clear: both;
}
/*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, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}*/
body{
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}
.footer{
  align-self: flex-end;
}
* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

img {
  max-width: 100%; }

a, a:hover, a:focus, a:active, input:focus, textarea:focus, button:focus {
  text-decoration: none;
  outline: none;
  color: inherit; }

/*ul, li {
  padding: 0;
  margin: 0;
  list-style: none; }
*/
select {
  background: none;
  -webkit-appearance: none;
  border-radius: none;
  border: none; }
  select:focus {
    outline: none; }

.npd {
  padding: 0; }

.clear {
  clear: both; }

.block {
  padding-top: 50px;
  padding-bottom: 50px; }
  .block__title {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
    background-image: url(../../img/title-line.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto 5px;
    padding-bottom: 10px; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex--wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex--centermid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.row.flex:after, .row.flex:before {
  display: none; }

.container.min {
  max-width: 680px; }

.btn-primary {
  background-color: #5b5f84;
  font-weight: bold; }

.panel-default > .panel-heading {
  border-color: #5b5f84;
  background-color: #5b5f84;
  font-weight: bold;
  color: white; }

.panel-default > .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-color: rgba(91, 95, 132, 0.5); }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.5em; }

h1, h2, h3, h4 {
  font-weight: bold; }

.slick-slide img {
  width: 100%; }

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  width: 100%; }
  .slick-dots button {
    width: 10px;
    height: 10px;
    background-color: white;
    font-size: 0;
    color: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
    margin: 0 4px; }
  .slick-dots .slick-active button {
    background-color: #5b5f84; }
  .slick-dots li {
    display: inline-block; }

body {
  color: #5b5f84;
  font-family: 'Source Sans Pro', sans-serif; }

.header li, .header input, .header form {
  display: inline-block; }

.tophead {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.9em; }
  .tophead .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .tophead form {
    margin-right: 20px; }
  .tophead input[type="email"], .tophead input[type="text"], .tophead input[type="password"] {
    border: solid 1px #5b5f84;
    padding: 5px; }
  .tophead input[type="submit"] {
    background-color: #5b5f84;
    color: white;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 6px 20px;
    border-radius: 3px;
    margin-left: 4px; }
    .tophead input[type="submit"]:active {
      -webkit-transform: scale(0.95);
              transform: scale(0.95); }
    .tophead input[type="submit"]:hover {
      -webkit-filter: brightness(150%);
              filter: brightness(150%); }
  .tophead input::-webkit-input-placeholder {
    color: gray; }
  .tophead input:-ms-input-placeholder {
    color: gray; }
  .tophead input::-ms-input-placeholder {
    color: gray; }
  .tophead input::placeholder {
    color: gray; }
  .tophead__form {
    text-align: right; }
  .tophead__social li {
    margin-right: 5px; }

.mainhead {
  background-color: #f7f7f7;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.9em; }
  .mainhead .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .mainhead__button {
    display: none; }
  .mainhead__logo {
    display: block;
    width: 200px; }
  .mainhead__nav {
    text-align: right;
    width: 100%; }
    .mainhead__nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 80px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .mainhead__nav .active {
      font-weight: bold; }
    .mainhead__nav a:hover {
      font-weight: bold; }

.pasos .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.pasos__item {
  border: solid 1px #e4e3e3;
  padding: 20px;
  border-radius: 4px;
  background-color: #f7f7f7;
  text-align: center; }

.pasos img {
  width: 120px; }

.tiendas {
  background-color: #f7f7f7;
  background-image: url(../../img/mapa.svg);
  background-size: auto 120%;
  background-position: center;
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: solid 1px #e4e3e3;
  border-bottom: solid 1px #e4e3e3; }
  .tiendas__wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px; }
  .tiendas img {
    border: solid 1px #e4e3e3; }
  .tiendas img {
    width: 100%; }

.calculos__opciones {
  text-align: center;
  margin-bottom: 10px; }
  .calculos__opciones li {
    display: inline-block;
    width: 100px;
    margin-left: 5px;
    margin-right: 5px; }
  .calculos__opciones a {
    display: block;
    border: solid 1px #e4e3e3;
    line-height: 0; }
  .calculos__opciones .active a {
    border: solid 2px #5b5f84; }

.calculos__items {
  display: none; }
  .calculos__items:first-of-type {
    display: block; }
  .calculos__items form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .calculos__items input[type="text"] {
    width: 380px; }

.calculos input, .calculos select {
  display: inline-block;
  padding: 5px;
  border: solid 1px #5b5f84; }

.calculos select {
  border-radius: 0;
  background-image: url(../../img/sort.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 8px;
  padding-right: 20px;
  min-width: 110px; }

.calculos input[type="submit"] {
  background-color: #5b5f84;
  color: white;
  font-weight: bold; }

.calculos__datos, .calculos__peso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px; }

.calculos__dea {
  padding: 0 5px; }

.calculos__peso input[type="number"] {
  width: 200px; }

.footer {
  background-color: #5b5f84;
  color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  .footer__direccion {
    text-align: right; }
  .footer__social {
    margin-top: 10px; }
    .footer__social li {
      display: inline-block;
      margin-left: 5px; }

.noticias h3 {
  margin-bottom: 10px;
  font-size: 1.4em; }

.banner {
  height: 300px;
  overflow: hidden;
  color: white;
  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; }
  .banner:after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.58)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.21) 0%, rgba(0, 0, 0, 0.58) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .banner h2 {
    font-size: 2.7em;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 10;
    position: relative; }
  .banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1; }

.formularios__item {
  padding: 10px; }
.formularios__label{
  margin-bottom: 3px;
  font-weight: 700;
}
.formularios input {
  width: 100%; }

/*.desarrollo ul, .desarrollo ul li {
  list-style-type: square;
  list-style-position: inside; }

.desarrollo li {
  margin-bottom: 10px; }

.desarrollo ol, .desarrollo ol li {
  list-style-type: decimal;
  list-style-position: inside; }

.desarrollo ul, .desarrollo ol {
  padding-left: 10px; }
*/
.desarrollo a{
  text-decoration: underline;
}
.desarrollo img {
  margin-top: 10px;
  margin-bottom: 10px; }
.npdb{
  padding-bottom: 0!important;
}
.mapacontacto{
  margin-top: 30px;
  line-height: 0;
}
.horaten {
    background-image: url(https://www.tucasilla.com/img/bgdir.jpg);
    background-position: top;
    background-size: cover;
    color: white;
    text-align: center;
}
.horaten i{
  width: 20px;
  margin-right: 5px;
}
.horaten:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.8);
    
}

.horaten .container {
    position: relative;
    z-index: 1000;
}
.horaten h2{
  margin-top: 10px
}
.slick-slide>div {
    line-height: 0;
}
.slick-slide>div * {
    line-height: 1;
}
.iconmiami{
  display: block;
  text-align: center;
}
.iconmiami img{
  width: 50px;
}
.horaten__item{
  display: inline-block;
  padding: 0 10px;
  width: 40%;
}
.horaten__item p{
  margin-bottom: 0;
}