@import url(https://fonts.googleapis.com/css?family=Montserrat:700|Roboto:300);body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #333333;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn {
  font-size: 13px;
}

.btn.btn-default {
  border-width: 2px;
  border-radius: 0;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.btn.btn-xs {
  font-size: 11px;
}

.btn.btn-red {
  color: #db2f06;
  border-color: #db2f06;
}

.btn.btn-red:hover,
.btn.btn-red:active {
  background-color: #db2f06;
  color: #fff;
}

.btn.btn-yellow {
  color: #cfa707;
  border-color: #cfa707;
}

.btn.btn-yellow:hover,
.btn.btn-yellow:active {
  background-color: #cfa707;
  color: #fff;
}

.bottom20 {
  margin-bottom: 20px;
}

.bottom50 {
  margin-bottom: 50px;
}

.pt-2 {
  padding-top: 20px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pt-4 {
  padding-top: 40px;
}

.pb-4 {
  padding-bottom: 40px;
}

.border-top-gray {
  border-top: 2px solid #f7f7f7;
}

.addthis_inline_share_label {
  display: inline-block !important;
  line-height: 32px;
  margin: 0 10px 0;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

/*
* Row with equal height columns
* --------------------------------------------------
*/

@media (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*
* CSS for Cube
* --------------------------------------------------
*/

.cbp-l-filters-button {
  margin: 30px 0 0 !important;
}

.cbp-l-filters-button .cbp-filter-item {
  background: transparent !important;
  color: #212121 !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  padding: 0 !important;
  margin: 0 10px 10px !important;
  font-size: 15px !important;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-button .cbp-filter-item:focus,
.cbp-l-filters-button .cbp-filter-item:hover {
  background: transparent !important;
  border-color: #c0392c !important;
  color: #c0392c !important;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  font-weight: bold !important;
}

header.transparent-header {
  background-color: transparent;
  height: 94px;
}

header .navbar {
  background-color: transparent;
  height: 94px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header .navbar.affix {
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 0;
}

header .navbar .logo {
  height: 94px;
  line-height: 94px;
}

@media (max-width: 767px) {
  header .navbar .logo {
    display: block;
    text-align: center;
  }

  header .navbar .logo img {
    float: none;
    margin: 0 auto;
  }
}

header .navbar .navbar-nav {
  margin-right: 0;
}

header .navbar .navbar-nav li {
  margin-right: 15px;
  height: 94px;
}

header .navbar .navbar-nav li a {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  line-height: 94px;
  padding: 0;
}

header .navbar .navbar-nav li a:focus,
header .navbar .navbar-nav li a:hover {
  background-color: transparent;
}

header .navbar .navbar-nav li.active {
  border-bottom: 2px solid #db2f06;
}

header .navbar .navbar-nav li:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #db2f06;
  content: '';
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
}

header .navbar .navbar-social li {
  margin-right: 20px;
}

header .navbar .navbar-social li a {
  line-height: 100px;
}

header .navbar .navbar-social li a .fa {
  font-size: 24px;
}

#hero {
  margin-top: -94px;
}

#hero.jumbotron {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100%;
  background-image: url("/../assets/img/jumbotron.jpg");
  padding-top: 94px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #hero.jumbotron {
    background-size: unset;
  }
}

#hero.jumbotron:before {
  background: rgba(25, 23, 23, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 23, 23, 0.8)), to(rgba(34, 34, 34, 0.2)));
  background: linear-gradient(to bottom, rgba(25, 23, 23, 0.8), rgba(34, 34, 34, 0.2));
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hero.jumbotron .page-title {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  #hero.jumbotron .page-title {
    padding: 30px 15px;
  }
}

#hero.jumbotron .page-title h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  position: relative;
  z-index: 3;
  padding-top: 31px;
  padding-bottom: 31px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #hero.jumbotron .page-title h1 {
    font-size: 24px;
    line-height: 28px;
  }
}

#hero.jumbotron .page-title h1 span {
  border-bottom: 5px solid #db2f06;
}

#hero.jumbotron.urbaniza {
  background-image: url("/../assets/img/jumbotron_urbaniza.jpg");
  background-size: initial;
}

#hero.jumbotron.urbaniza:before {
  background-color: rgba(43, 65, 90, 0.7);
}

#hero.jumbotron.urbaniza .page-title {
  padding: 40px 0 10px;
}

#hero.jumbotron.urbaniza .page-title h1 {
  padding-bottom: 15px;
}

#hero.jumbotron.urbaniza .page-title p {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}

#hero.jumbotron.constructora {
  background-image: url("/../assets/img/jumbotron_constructora2.jpg");
  background-size: initial;
}

#hero.jumbotron.constructora:before {
  background-color: rgba(198, 48, 12, 0.7);
}

#hero.jumbotron.constructora .page-title {
  padding: 40px 0 10px;
}

#hero.jumbotron.constructora .page-title h1 {
  padding-bottom: 15px;
}

#hero.jumbotron.constructora .page-title p {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}

#hero.jumbotron.deco {
  background-image: url("/../assets/img/jumbotron_deco.jpg");
  background-size: initial;
}

#hero.jumbotron.deco:before {
  background-color: rgba(190, 144, 0, 0.7);
}

#hero.jumbotron.deco .page-title {
  padding: 40px 0 10px;
}

#hero.jumbotron.deco .page-title h1 {
  padding-bottom: 15px;
}

#hero.jumbotron.deco .page-title p {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}

#hero.jumbotron.duracret {
  background-image: url("/../assets/img/jumbotron_duracret.jpg");
  background-size: initial;
}

#hero.jumbotron.duracret:before {
  background-color: rgba(84, 176, 215, 0.7);
}

#hero.jumbotron.duracret .page-title {
  padding: 40px 0 10px;
}

#hero.jumbotron.duracret .page-title h1 {
  padding-bottom: 15px;
}

#hero.jumbotron.duracret .page-title p {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}

#hero.jumbotron.activa {
  background-image: url("/../assets/img/jumbotron_duracret.jpg");
  background-size: initial;
}

#hero.jumbotron.activa:before {
  background-color: rgba(255, 139, 0, 0.6);
}

#hero.jumbotron.activa .page-title {
  padding: 40px 0 10px;
}

#hero.jumbotron.activa .page-title h1 {
  padding-bottom: 15px;
}

#hero.jumbotron.activa .page-title p {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}

#companies div[class^='col-'] {
  height: 300px;
  background-color: #fcfcfc;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

@media (max-width: 767px) {
  #companies div[class^='col-'] {
    height: 200px;
    border-top: 1px solid #f7f7f7;
  }
}

#companies div[class^='col-'] a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#companies div[class^='col-'] a img {
  -o-object-fit: contain;
     object-fit: contain;
}

#companies div[class^='col-'].constructora {
  background-image: url("/../assets/img/bg_constructora.jpg");
}

#companies div[class^='col-'].constructora a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

#companies div[class^='col-'].constructora a:hover {
  background-color: rgba(198, 48, 12, 0.4);
}

#companies div[class^='col-'].deco {
  background-image: url("/../assets/img/bg_deco.jpg");
}

#companies div[class^='col-'].deco a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

#companies div[class^='col-'].deco a:hover {
  background-color: rgba(190, 144, 0, 0.4);
}

#companies div[class^='col-'].urbaniza {
  background-image: url("/../assets/img/bg_urbaniza.jpg");
}

#companies div[class^='col-'].urbaniza a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

#companies div[class^='col-'].urbaniza a:hover {
  background-color: rgba(43, 65, 90, 0.4);
}

#companies div[class^='col-'].duracret {
  background-image: url("/../assets/img/bg_duracret.jpg");
}

#companies div[class^='col-'].duracret a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

#companies div[class^='col-'].duracret a:hover {
  background-color: rgba(84, 176, 215, 0.4);
}

#companies div[class^='col-'].activa {
  background-image: url("/../assets/img/bg_duracret.jpg");
}

#companies div[class^='col-'].activa a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

#companies div[class^='col-'].activa a:hover {
  background-color: rgba(255, 139, 0, 0.4);
}

@media (min-width: 768px) {
  #home .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#home .welcome {
  background-image: url("/../assets/img/welcome.jpg");
  min-height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  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) {
  #home .welcome {
    min-height: 400px;
  }
}

#home .rrhh {
  background-image: url("/../assets/img/bg_rrhh2.jpg");
  min-height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  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) {
  #home .rrhh {
    min-height: 400px;
  }
}

#home .deco {
  background-image: url("/../assets/img/deco_thumb.jpg");
  min-height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  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) {
  #home .deco {
    min-height: 400px;
  }
}

#home .vision {
  background-image: url("/../assets/img/vision.jpg");
  min-height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  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) {
  #home .vision {
    min-height: 400px;
  }
}

#home .prefabricados {
  background-image: url("/../assets/img/prefabricados.jpg");
  min-height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  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) {
  #home .prefabricados {
    min-height: 400px;
  }
}

#home .content-holder {
  padding: 70px 0;
}

@media (min-width: 992px) {
  #home .content-holder.ch-width {
    margin-left: 40px;
    margin-right: 40px;
    width: 430px;
  }
}

#home .content-holder h2 {
  font-size: 28px;
  line-height: 1;
  margin: 0 0 30px;
  padding: 0 0 20px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

#home .content-holder h2:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 0;
  width: 100px;
  border-bottom: 5px solid #db2f06;
}

#home .content-holder p {
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 30px;
  text-align: justify;
}

#home .content-holder p:last-child {
  margin-bottom: 0;
}

#home .content-holder h4 {
  padding: 0 0 15px;
  text-transform: uppercase;
  line-height: 1;
}

#home .content-holder ul {
  font-size: 17px;
  line-height: 23px;
  margin: 0 0 30px;
  padding-left: 20px;
}

.modal form .form-group {
  margin-bottom: 10px;
}

.modal form .form-group:last-child {
  margin: 0;
}

.modal form .form-group .form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#projects {
  padding: 70px 0 60px;
  background-color: #f9f9f9;
}

#projects hr.small-divider {
  height: 5px;
  background-color: #db2f06;
  width: 100px;
}

#projects .row {
  margin-left: -5px;
  margin-right: -5px;
}

#projects .row div[class^="col-"] {
  padding: 0 5px;
}

#projects .project {
  margin-top: 15px;
}

@media (min-width: 768px) {
  #projects .project {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    /* background: blue; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#projects .project .thumbnail {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  border-radius: 0;
  border: 1px solid #EAF1F6;
  position: relative;
  padding: 0;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

#projects .btn.btn-default {
  margin-top: 50px;
}

.product-gallery {
  padding: 70px 0 60px;
}

.product-gallery .row {
  margin-left: -5px;
  margin-right: -5px;
}

.product-gallery .row div[class^="col-"] {
  padding: 0 5px;
}

.product-gallery .item {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .product-gallery .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    /* background: blue; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.product-gallery .item .thumbnail {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  border-radius: 0;
  border: 1px solid #EAF1F6;
  position: relative;
  padding: 0;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.product-gallery .btn.btn-default {
  margin-top: 50px;
}

.background-gray {
  background-color: #f9f9f9;
}

#urbaniza {
  padding: 70px 0 60px;
}

#urbaniza #buscador h2 {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  margin: 0 0 1rem 0;
  padding: 0;
  text-transform: uppercase;
  color: #333333;
}

#urbaniza #buscador .form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 8px;
}

#urbaniza #buscador select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fff;
  background-position: 100%;
  background-repeat: no-repeat;
  line-height: normal;
  border-radius: 0;
}

#urbaniza #buscador select.form-control {
  background-image: url("/../assets/img/download.svg");
}

#urbaniza #buscador .form-group {
  margin-bottom: .8rem;
}

#urbaniza #buscador .row {
  margin-left: -.4rem;
  margin-right: -.4rem;
}

#urbaniza #buscador .row div[class^='col-'] {
  padding-left: .4rem;
  padding-right: .4rem;
}

#urbaniza #buscador h5 {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  margin: 0 0 .8rem 0;
  padding: 0;
  text-transform: uppercase;
  color: #333333;
}

#urbaniza .about-urbaniza p {
  font-size: 17px;
  line-height: 23px;
  margin: 30px 0;
}

@media (max-width: 767px) {
  #urbaniza .about-urbaniza {
    text-align: center;
    margin-bottom: 30px;
  }
}

#urbaniza .info-urbaniza p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px 0;
}

#urbaniza dl.addresses {
  margin: 30px 0;
}

#urbaniza dl.addresses dt {
  width: 24px;
  text-align: center;
  font-size: 16px;
}

#urbaniza dl.addresses dt .fa {
  color: #db2f06;
}

#urbaniza dl.addresses dd {
  margin: 0 0 15px 30px;
}

#urbaniza .urbaniza-page h5 {
  margin: 0 0 5px;
}

#urbaniza .urbaniza-page h5 a {
  color: #db2f06;
  text-transform: uppercase;
  font-size: 12px;
}

#urbaniza .urbaniza-page h2 {
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 1;
}

#urbaniza .urbaniza-page .addthis_inline_share_toolbox {
  margin: 0 0 15px;
}

#urbaniza .urbaniza-page h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 20px 0 10px;
}

#urbaniza .urbaniza-gallery h4 {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  margin: 0 0 1.5rem 0;
  padding: 0;
  text-transform: uppercase;
  color: #333333;
}

#urbaniza .urbaniza-gallery .row {
  margin-left: -5px;
  margin-right: -5px;
}

#urbaniza .urbaniza-gallery .row div[class^="col-"] {
  padding: 0 5px;
}

#urbaniza .urbaniza-gallery .row.row-eq-height {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#urbaniza .estate {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

#urbaniza .estate .thumbnail {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 0;
  border: 1px solid #EAF1F6;
  position: relative;
  padding: 0;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

#urbaniza .estate .thumbnail a {
  text-decoration: none;
  color: #333;
}

#urbaniza .estate .thumbnail a:hover {
  color: #cfa707;
}

#urbaniza .estate .thumbnail a .caption {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
}

#urbaniza .estate .thumbnail a .caption h3 {
  font-size: 16px;
}

#map-urbaniza {
  width: 100%;
  height: 500px;
}

#map-urbaniza #content strong {
  display: block;
  line-height: 1;
  margin: 0 0 2px 0;
  text-transform: uppercase;
}

#map-urbaniza #content p {
  margin: 0;
}

#testimonials {
  padding: 70px 0 60px;
  background-color: #f9f9f9;
}

#testimonials h3 small {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

#testimonials hr.small-divider {
  height: 5px;
  background-color: #db2f06;
  width: 100px;
}

#testimonials .btn.btn-default {
  margin-top: 50px;
}

#testimonials .testimonial {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  /* background: blue; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#testimonials .testimonial .thumbnail {
  margin: 80px 0 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  border-radius: 0;
  border: 0;
  position: relative;
  padding: 45px 30px 30px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  font-size: 17px;
  line-height: 23px;
}

#testimonials .testimonial .thumbnail img {
  top: -45px;
  position: absolute;
}

#testimonials .testimonial .thumbnail p:last-child {
  margin: 0;
}

#testimonials .testimonial .thumbnail a {
  color: #db2f06;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

#testimonials .testimonial h5 {
  color: #db2f06;
  text-transform: uppercase;
  font-size: 12px;
}

#testimonials .testimonial h5 small {
  font-size: 11px;
  font-weight: 300;
  font-family: 'Roboto';
}

#brands {
  padding: 70px 0 60px;
  background-color: #fff;
}

#brands h3 {
  margin-bottom: 40px;
}

#brands h3 small {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

.contact {
  background-color: #fcfcfc;
}

.contact .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.contact #map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  min-height: 400px;
  width: 100%;
}

.contact .content-holder {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .contact .content-holder {
    float: none !important;
  }
}

.contact .content-holder h3 {
  font-size: 28px;
  line-height: 1;
  margin: 0 0 30px;
  padding: 0 0 20px;
  text-transform: uppercase;
  position: relative;
}

.contact .content-holder h3:after {
  content: "";
  position: absolute;
  left: 0;
  /* margin-left: -50px; */
  bottom: 0;
  width: 100px;
  border-bottom: 5px solid #db2f06;
}

.contact .content-holder p {
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 30px;
}

.contact .content-holder ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  border-top: 1px dashed #cccccc;
}

.contact .content-holder ul li a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px dashed #cccccc;
  font-size: 17px;
  color: #333;
}

.contact .content-holder ul li a .fa {
  margin-right: 5px;
  color: #db2f06;
}

.contact .content-holder ul li a .label {
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  vertical-align: middle;
}

.contact .content-holder ul li a:hover {
  text-decoration: none;
}

.contact .content-holder form .form-group {
  margin-bottom: 10px;
}

.contact .content-holder form .form-group .form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

footer {
  padding: 50px 0;
  background-color: #333333;
  color: #f6f6f6;
  font-size: 12px;
  line-height: 14px;
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 20px;
  }
}

footer .info {
  padding-left: 55px;
}

@media (max-width: 767px) {
  footer .info {
    margin-bottom: 20px;
  }
}

footer ul {
  list-style: none;
  padding: 0 0 0 50px;
  margin: 0;
}

footer ul.business-hour {
  background-image: url("/../assets/img/footer_businesshour.png");
  background-repeat: no-repeat;
  background-position: top left;
}

footer ul.phones {
  background-image: url("/../assets/img/footer_phones.png");
  background-repeat: no-repeat;
  background-position: top left;
}

footer .cerrocora {
  background-image: url("/../assets/img/footer_logo.png");
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 50px;
}

footer .cerrocora a {
  text-decoration: underline;
  color: #fff;
}

