/*colors*/
h1, h2, h3, h4, h5 {
  font-family: 'Open Sans', sans-serif; }

nav {
  background-color: #565658; }
  nav .navbar-header {
    min-height: 65px; }
  nav ul.nav.navbar-nav {
    float: right; }
    nav ul.nav.navbar-nav li {
      margin-top: 15px; }
      nav ul.nav.navbar-nav li.active a {
        background-color: #ed1c24;
        color: white;
        font-weight: bold; }
  nav .info-contacto {
    float: right; }
    nav .info-contacto .ico {
      margin: 10px 15px;
      display: initial; }
      nav .info-contacto .ico img {
        margin: 5px; }

.header-top {
  background: #252525 none repeat scroll 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 5px 0;
  position: relative;
}
.header-top .top-left {
  float: left;
  position: relative;
}
.header-top ul li a {
  color: #cccccc;
  display: block;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  transition: all 0.7s ease 0s;
}
.header-top .top-right {
  float: right;
  position: relative;
}

.header-top .top-right h3{
  font-size: 20px;
}

.main-wrapper .row {
  padding-top: 25px;
  padding-bottom: 25px;
  /*slider*/ }
  .main-wrapper .row.slider-container .carousel-inner .item img {
    width: 100%;
    height: auto; }
  .main-wrapper .row.main-items .panel .panel-heading {
    background-color: #ed1c24;
    color: white; }
  .main-wrapper .row.main-items .panel .panel-body {
    background-color: #e7e7e7; }
    .main-wrapper .row.main-items .panel .panel-body a {
      background-color: #ed1c24;
      color: white; }
  .panel-body img {
  padding-left: 10%;
  padding-bottom: 15px;
}

#footer {
  background: rgba(0, 0, 0, 0) url("../img/segurpack_bkg-1.jpg") no-repeat fixed 50% 0;
  background-size: cover;
  color: #fff;
  height: auto;
  padding: 0px 0 0;
}
.slidercform {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  float: left;
  margin-left: 3% !important;
  padding: 4px 25px;
  text-align: left;

}
.datosfooter {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  float: left;
  margin-left: 3% !important;
  padding: 45px 25px;
  text-align: left;

}
.datosfooter p{
line-height: 30px;
}
.quicklinks {
  margin-top: 20px;
  border-top: 2px DASHED RED;
  padding-top: 15px;
}

.quicklinks a{
  color: #0e3f69;
  text-decoration: none;
  }

.quicklinks a:hover{
  color: #902023;

  }
.img-circle {
  border-radius: 50%;
  box-shadow: 0 10px 10px!important;
}

/* Page Title */
.page-title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 100px 0;
  position: relative;
  text-align: center;
}
.page-title .bread-crumb {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  border-radius: 7px;
  display: inline-block;
  padding: 6px 25px;
  position: relative;
}
.page-title .bread-crumb li::after {
  color: #ffffff;

  display: block;

  line-height: 26px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 15px;
}
.page-title .bread-crumb li {
  display: inline-block;
  line-height: 24px;
  padding-right: 10px;
  position: relative;
}
.page-title .bread-crumb li a {
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.page-title h3 {
  color: #ffffff;
  line-height: 35px;
  width: 80%;
  margin: auto;
}

/* Check list */
ul.check-list li {
  background: rgba(0, 0, 0, 0) url("../img/checkred.png") no-repeat scroll left 2px;
}
ul.check-list li {
  display: block;
  padding-left: 22px;
}

/* carroussel */
.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}


/* imports */
@media (max-width: 543px) {
  nav ul.nav.navbar-nav {
    float: none; }
    nav ul.nav.navbar-nav li {
      margin-top: 0; }

.header-top .top-right {
  text-align: center;
}
.header-top .top-right h3{
  font-size: 22px;
}

}

/*# sourceMappingURL=styles.css.map */
