/* Tag's */
body {
  font-family: 'Open Sans', sans-serif;
  color: #30383d;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin: 0px;
}
img {
	width:100%;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  margin-top: 0;
}
h1 {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2em; 
  margin-bottom: 30px;
  text-transform: uppercase;
}
h2 {
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.2em; 
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}
h3 {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.2em; 
  margin-bottom: 30px;
  text-transform: uppercase;
}
h4 {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.2em; 
  margin-bottom: 10px;
  text-transform: uppercase;
}
h5 {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em; 
  margin-bottom: 10px;
  text-transform: uppercase;
}
a {
  color: #d32118;
  font-weight: 400;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
a:active,
a:visited,
a:focus {
  text-decoration: none;
  color: #d32118;
}
a:hover {
  text-decoration: none;
  color: #30383d;
}
ol {
  padding-inline-start: 27px;
  margin-bottom: 30px;
  list-style-type: decimal-leading-zero;
}
ul {  
  padding:0;  
  list-style-type:none;
  margin-bottom: 30px;
}
ul li,
ol li {
  margin-bottom: 10px;
}
ul li i {
  float: left;
}
ul li span {
  display: table;
}
blockquote {
  padding: 5px 15px;
  border-left: 5px solid rgb(204,204,204);
}
nav {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
i {
  margin-right: 10px;
}
header {
  position: relative;
  overflow: hidden;
  height: 40vh;
}
footer {
  color: #ccc;
  background-color: #30383d;
  padding: 15px;
}
label {
  font-weight: 300;
}
blockquote {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.22;
  position: relative;
  margin: 0 0 1rem;
  padding: 19px 0 38px 72px;
  border-left: none;
  color: #d32118;
}
blockquote::before {
  content: "“";
  position: absolute;
  line-height: 1.25;
  font-size: 80px;
  top: 20px;
  left: 8px;
  margin: -5px 0px 0px;
}
blockquote p {
  width: 100%;
  text-align: left;
  font-style: italic;
}
blockquote cite {
  font-size: 13px;
  display: block;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 15px;
}
iframe {
  position: relative;
  height: 430px;
  margin-bottom: -8px;
}
form {
  width: 100%;
  margin-bottom: 10px;
}
input, textarea, select {
  display: block;
  width: 100%;
  font-size: 1em;
  color: #30383d;
  letter-spacing: 0.1em;
  padding: 15px 15px;
  margin-bottom: 30px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  outline: none;
  transition: all 0.15s ease-in-out;
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #b9b9b9;
}
p {
  letter-spacing: normal;
  margin-bottom: 20px;
  line-height: 1.8em;
}
aside {
  background-color: #ccc;
}





/* ---------- HEADER ---------- */
header.home {
  height: 100vh !important;
}
.nav-top {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3.888em;
  padding: 15px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -0-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  z-index: 999;
}
.nav-top .brand-mod,
.nav-top .icon-mod {
  height: 100%;
}
.nav-top .brand-mod {
  float: left;
  padding: 0 15px;
}
.nav-top .icon-mod {
  float: right;
  margin-right: 50px;
}
.brand,
.icon {
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
}
.brand a img {
  width: auto;
  max-height: 2.222em;
  margin-right: 0.6em;
  float: left;
}
.brand a h1 {
  font-size: 0.9em;
  font-weight: 700;
  color: #30383d;
  text-transform: none;
  margin-top: 0.666em;
  margin-bottom: 0;
  float: left;
}
.brand a span {
  font-weight: 300;
}
.icon ul {
  margin-bottom: 0;
}
.icon ul li {
  position: relative;
  float: left;
  width: 25px;
  height: 23px;
  margin: 0 15px 0 0;
  overflow: hidden;
}
.icon ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.icon ul li:hover a img {
  top: -39px;
}
.top-image {
  height: 100%;
  background-position: center;
  background-size: cover;
}
.bgimg-1 {
  /* background-image: url(../img/339787-PA78UM-735.jpg);*/ 
  background-image: url(../img/proyecto.jpg);
}
.bgimg-2 {
  /*background-image: url(../img/foto-2-sq.jpg);*/
  background-image: url(../img/trayectoria.jpg);
}
.bgimg-3 {
  /*background-image: url(../img/galeria-foto-avance.jpg);*/
  background-image: url(../img/en-ejecucion.jpg);
}
.bgimg-4 {
  /*background-image: url(../img/14696.jpg);*/
  background-image: url(../img/en-venta.jpg);
}
.bgimg-5 {
  /*background-image: url(../img/EAxeYxgW4AAUTFi.jpg);*/
  background-image: url(../img/EAxeYxgW4AAUTFi.jpg);
}





/* ---------- SLIDER ---------- */
header .overlay {
  position: absolute;
  z-index: inherit;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background-color: rgb(0,0,0);
}
header .slick-slider {
  position: absolute;
  height: 100%;
  min-height: 435px;
  width: 100%;
  top: 0;
}
header .slider .slider-item {
  position: relative;
  width: 100%;
  height: 100vh;
}
header .slider .bg-slider-1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
header .slider figure {
  position: absolute;
  top: 50%;
  width: 50%;
  right: 0;
  background-color: rgba(48,56,61,0.6);
  border-left: 8px solid #d32118;
}
header .slider figure figcaption {
  padding: 30px 50px;
}
header .slider figure figcaption h1 {
  font-size: 2.5em;
  line-height: 1.1em;
  color: #fff;
  margin-bottom: 0;
}
header .slider figure figcaption h2 {
  font-size: 1.6em;
  line-height: 1.1em;
  color: #fff;
  margin-bottom: 0;
}





/* ---------- MAIN ---------- */
main {
  background: #fff;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #fff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #fff 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #fff 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #fff 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fff', GradientType=0 );
}
main .featured {
  position: relative;
  height: 100%;
  background-color: #e4e4e4;
}
main .featured.bgcolor-1::before {
  position: absolute;
  content: "";
  left: 50%;
  width: 50%;
  height: 100%;
  background-color: #9d9d9d;
}
main .featured.bgcolor-2::before {
  position: absolute;
  content: "";
  right: 50%;
  width: 50%;
  height: 100%;
  background-color: #b2b2b2;
}
main .featured .item {
  position: relative;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
main .featured .item figure {
  background-color: #30383d;
  overflow: hidden;
}
main .featured .item figure img {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  transform: scale(1.15);
}
main .featured .item:hover figure img {
  opacity: 0.8;
  transform: scale(1);
}
main .featured .item figure figcaption {
  position: absolute;
  width: auto;
  padding: 3% 30px;
  top: 50%;
}
main .featured .item figure figcaption.align-left {
  left: 0;
  text-align: left;
}
main .featured .item figure figcaption.align-right {
  right: 0;
  text-align: right;
}
main .featured .item figure figcaption h1 {
  font-size: 1.2em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
main .featured .item figure figcaption h2 {
  font-size: 0.9em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.2em;
}
main .featured .item figure .number-mod {
  position: absolute;
  height: 33%;
  bottom: 50%;
}
main .featured .item figure .number-mod.align-left {
  right: 100%;
  bottom: 34%;
}
main .featured .item figure .number-mod.align-right {
  left: 100%;
  bottom: 34%;
}
main .featured .item figure .number-mod .number {
  padding: 15px 30px;
  display: flex;
  height: 100%;
  align-items: flex-end;
}
main .featured .item figure .number-mod .number p {
  font-size: 600%;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
  line-height: 1em;
}
main .padding-mod {
  position: relative;
  padding-left: 7em;
  padding-right: 7em;
}
main .padding-mod-2 {
  position: relative;
  padding-left: 9em;
  padding-right: 9em;
  border-bottom: 1px solid #ccc;
}
main .padding-mod ul {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}
main .title-bar {
  text-align: center;
  padding: 0 15px 20px;
  border-bottom: 1px solid #ccc;
}
main .title-bar h1 {
  margin-bottom: 0;
}
.aside {
  padding: 4em;
  color: #fff;
  background-color: #ccc;
}





/* ---------- LIST ---------- */
.list-staff {
  height: 253px;
  text-align: center;
}
.list-staff .grid {
  display: table;
  width: 158px;
  font-size: 0.5em;
  line-height: 1.4em;
  margin-left: auto;
  margin-right: auto; 
}
.list-staff .grid h1 {
  font-size: 1.9em;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
  max-height: 42px;
  overflow: hidden;
}
.list-staff .grid h2 {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 0px;
  max-height: 20px;
  overflow: hidden;
}
.list-staff .grid figure {
  position: relative;
  margin-bottom: 15px;
}
.list-staff .grid figure .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 0;
  right: 0;
  z-index: 1;
  filter: grayscale(1);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.list-staff .grid figure .icon:hover {
  width: 45px;
  height: 45px;
  filter: grayscale(0);
}
.list-staff .grid figure figcaption {
  position: relative;
  width: 158px;
  display: grid;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  overflow: hidden;
}
.list-staff .grid figure figcaption img {
  /*width: auto;
  height: 158px;*/
}
.list-default {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.grid {
  font-size: 0.5em;
  line-height: 1.4em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.grid h1 {
  font-size: 2.5em;
  line-height: 1.4em;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
  max-height: 22px;
  overflow: hidden;
}
.grid h2 {
  font-size: 1.9em;
  line-height: 1.4em;
  font-weight: 300;
  margin-bottom: 5px;
  max-height: 40px;
  overflow: hidden;
}
.grid p {
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: 300;
  color: #999;
  margin-bottom: 0px;
  max-height: 40px;
  overflow: hidden;
}
.grid figure {
  /*background-color: #eaeaea;*/
}
.grid figure figcaption {
  position: relative;
  /*display: grid;*/
  width: 100%;
  /*justify-content: center;*/
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.grid figure figcaption ul {
  position: absolute;
  display: flex;
  width: 100%;
  color: #fff;
  font-size: 1.8em;
  line-height: 1.2em;
  letter-spacing: 0;
  top: 50%;
  margin-bottom: 0;
  padding: 30px 15px;
  z-index: 1;
  background-color: rgba(52,52,52,0.6);
  align-items: center;
  opacity: 1;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.grid figure figcaption:hover ul {
  top: 100%;
  opacity: 0;
}
.grid figure figcaption ul .info {
  width: 65%;
  float: left;
  margin-bottom: 0;
  max-height: 51px;
}
.grid figure figcaption ul .porcent {
  width: 35%;
  float: left;
  padding-left: 15px;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.4em;
}
.grid figure figcaption ul .porcent span {
  display: block;
  font-size: 3em;
  margin-bottom: 10px;
}
.grid figure figcaption img {
  /*height: 359px;
  width: auto;*/
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.grid figure figcaption:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  filter: grayscale(1.15);
}
.list-detail {
  float: left;
  padding-left: 7px;
  padding-right: 8px;
  margin-bottom: 15px;
}
.detail-planos .list-detail {
  width: 33.333%;
}
.detail-fotos .list-detail {
  width: 20%;
}
.list-career {
  float: left;
  padding-left: 7px;
  padding-right: 8px;
  margin-bottom: 15px;
}
.list-career .grid figure figcaption ul {
  position: absolute !important;
  display: flex !important;
  flex-flow: column;
  width: 100%;
  top: 50%;
  margin-bottom: 0;
  padding: 15px !important;
  z-index: 2;
  background-color: rgba(52,52,52,0.6);
  align-items: center;
  opacity: 1 !important;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin: 0 !important;
  height: auto;
  bottom: auto;
}
.list-career .grid figure figcaption:hover ul {
  top: 100%;
  opacity: 0;
}
.list-career .grid figure figcaption ul li {
  color: #fff !important;
  font-size: 1.2em !important;
  line-height: 1.2em !important;
  letter-spacing: 0;
}
.list-career .grid figure figcaption ul li h1 {
  color: #fff !important;
  font-size: 0.9em;
  margin-bottom: 0;
}
.list-career .grid figure figcaption ul li h2 {
  font-size: 0.6em;
}
.list-career .grid figure figcaption ul .info {
  width: 100%;
  float: left;
  margin-bottom: 0;
}





/* ---------- FOOTER ---------- */
footer ul {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
footer ul li {
  font-size: 0.8em;
  color: #ccc;
  letter-spacing: normal;
  text-align: center;
  margin: 0;
  float: left;
}
footer ul li.divisor {
  margin-left: 10px;
  margin-right: 10px;
}





/* ---------- GENERALES ---------- */
ul li i {
  float: left;
  width: 25px;
}
ul li span {
  display: table;
}
.scrollTop {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 20px;
  padding: 10px;
  background-color: #30383d;
  background-color: rgba(48,56,61,0.6);
  cursor: pointer;
  border-radius: 100px;
  z-index: 999;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.scrollTop:hover {
  background-color: #d32118;
  background-color: rgba(211,33,24,0.6);
}
.filter {
/*  filter: grayscale(0.6);*/
}
.w25 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.w50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.w75 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.mt2 {
  margin-top: 2em !important;
}
.mb2 {
  margin-bottom: 2em !important;
}
.mt3 {
  margin-top: 3em !important;
}
.mb3 {
  margin-bottom: 3em !important;
}
.mt5 {
  margin-top: 5em !important;
}
.mb5 {
  margin-bottom: 5em !important;
}
.pt2 {
  padding-top: 2em !important;
}
.pb2 {
  padding-bottom: 2em !important;
}
.pt3 {
  padding-top: 3em !important;
}
.pb3 {
  padding-bottom: 3em !important;
}
.pt5 {
  padding-top: 5em !important;
}
.pb5 {
  padding-bottom: 5em !important;
}
.color-red {
  color: #d32118 !important;
}
.color-gray {
  color: #9d9d9d !important;
}
.bgcolor-black-alpha {
  background-color: rgba(48,56,61,0.6);
}
.bgcolor-red-alpha {
  background-color: rgba(211,33,24,0.6);
}
.btn {
  display: inline-block;
  width: auto;
  font-size: 0.9em;
  padding: 15px 30px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.btn-default {
  background-color: transparent;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: transparent;
  border: 1px solid #ccc;
  box-shadow: none;
}
.btn-primary {
  background-color: #ccc;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #999;
  border: 1px solid #ccc;
  box-shadow: none;
}
.holder-color::-webkit-input-placeholder {color: #999;}
.holder-color::-moz-placeholder {color: #999;}
.holder-color::-ms-input-placeholder {color: #999;}





/* ---------- CONTACTO ---------- */





/* ---------- DETALLE ---------- */
.detail-info li {
  position: relative;
  display: grid;
  margin-bottom: 0;
  padding-top: 30px;
  padding-right: 0;
  padding-bottom: 30px;
  padding-left: 0;
  border-bottom: 1px solid #ccc;
  align-items: center;
  justify-content: left;
}
.detail-info .primary span {
  font-size: 1.5em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.detail-info .porcent {
  position: absolute;
  display: flex;
  flex-flow: column;
  height: 100%;
  top: 0;
  right: 0;
  border: none;
  justify-content: flex-end;
}
.detail-info .porcent span {
  font-size: 2.8em;
}
.detail-planos {
  padding-left: 45px;
}
.detail-principal,
.detail-planos {
  margin-bottom: 30px;
}



/* ---------- TRAYECTORIA ---------- */
.detail-accordian {
  padding-right: 15px;
  padding-left: 15px;
}





/* ---------- CAROUSEL ---------- */
.nav-justified {
  border-bottom: 2px solid #ccc;
  display: flex;
  justify-content: center;
}
.nav-justified > li > a {
  color: #30383d;
  font-size: 1em;
  font-weight: 300;
  text-align: inherit;
  background-color: transparent;
  padding: 0;
  text-transform: uppercase;
}
.nav>li>a:focus, 
.nav>li>a:hover {
  color: #d32118;
  background-color: transparent;
  text-decoration: none;
}
.nav-pills>li[data-slide-to="0"].active a {
  color: #d32118;
  background-color: transparent !important;
}
.nav-justified > li.divisor {
  padding-left: 0;
  padding-right: 0;
  background-color: #ccc;
  width: 1px;
  content: "";
}
.carousel .fotos {
    padding-top: 15px;
}



/* ---------- MEDIAS ---------- */
@media (min-width: 768px) {
.nav-justified>li {
    width: auto;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .nav-top .brand a h1 {
    display: none;
  }
  header .slider figure {
    width: 75%;
  }
  header .slider figure figcaption h1 {
    font-size: 2em;
  }
  main .featured .item figure .number-mod .number p {
    font-size: 450%;
  }
  main .padding-mod {
    padding-left: 15px;
    padding-right: 15px;
  }
  main .padding-mod ul li {
    margin-bottom: auto;
  }
  main .padding-mod .w50 {
    width: 100%;
  }
  main .padding-mod ul {
    position: relative;
    margin-bottom: 30px;
  }
  main .padding-mod-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mt2 {
    margin-top: 1em !important;
  }
  .mt3 {
    margin-top: 1.5em !important;
  }
  .mb3 {
    margin-bottom: 1.5em !important;
  }
  .mt5 {
    margin-top: 2.5em !important;
  }
  .mb5 {
    margin-bottom: 2.5em !important;
  }
  .pt2 {
    padding-top: 1em !important;
  }
  .pt3 {
    padding-top: 1.5em !important;
  }
  .pb3 {
    padding-bottom: 1.5em !important;
  }
  .pt5 {
    padding-top: 2.5em !important;
  }
  .pb5 {
    padding-bottom: 2.5em !important;
  }
  /*.list-default .grid figure figcaption img {
    height: 261px;
  }*/
  .detail-planos {
    padding-left: 15px;
  }
  .nav-justified>li {
    display: table-cell;
    padding: 0 15px;
  }
  .list-detail {
    width: 25%;
  }
  .detail-fotos .list-detail {
    width: 25%;
  }
}


@media (max-width: 599px) {
  main .featured .item {
    width: 100%;
    float: none;
  }
  main .featured .item figure .number-mod .number p {
    font-size: 600%;
  }
  footer ul li.divisor {
    display: none;
  }
  footer ul li {
    float: none;
  }
  .list-staff {
    height: auto;
  }
  .list-default .grid figure figcaption ul {
    padding: 20px 15px;
  }
  .list-default .grid figure figcaption ul .info {
    display: none;
  }
  .list-default .grid figure figcaption ul .porcent {
    width: 100%;
    padding-left: 0;
  }
  .list-detail {
    width: 33.333%;
  }
  .detail-fotos .list-detail {
    width: 33.333%;
  }
}


@media (max-width: 479px) {
  .nav-top {
    height: 2.888em;
  }
  .nav-top .brand a img {
    max-height: 1.222em;
  }
  header .slider figure {
    width: 100%;
  }
  header .slider figure figcaption h1 {
    font-size: 1.6em;
    text-align: left;
  }
  header .slider figure figcaption h2 {
    font-size: 1.2em;
    text-align: left;
  }
  main .featured .item figure .number-mod .number p {
    font-size: 500%;
  }
  .list-default .grid figure figcaption ul .info {
    width: 65%;
    display: block;
  }
  .list-default .grid figure figcaption ul .porcent {
    width: 35%;
    padding-left: 15px;
  }
  .detail-planos .list-detail {
    width: 50%;
  }
  .detail-fotos .list-detail {
    width: 50%;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 15px;
  }
  header .slider figure {
    width: 75%;
  }
  main .featured .item figure .number-mod .number p {
    font-size: 450%;
  }
  main .padding-mod .w50 {
    width: 100%;
  }
  main .padding-mod ul {
    position: relative;
    margin-bottom: 30px;
  }
  main .padding-mod ul li {
    margin-bottom: auto;
  }
  main .padding-mod-2 {
    padding-left: 4em;
    padding-right: 4em;
  }
  /*.list-default .grid figure figcaption img {
    height: 345px;
  }*/
  .detail-carousel {
    padding-left: 15px;
  }
  .list-detail {
    width: 25%;
  }
  .detail-fotos .list-detail {
    width: 25%;
  }
}


@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 16px;
  }
  /*.list-default .grid figure figcaption img {
    height: 293px;
  }*/
  .detail-carousel {
    padding-left: 15px;
  }
  .list-detail {
    width: 25%;
  }
}


@media (max-width: 1599px) {
  main .featured .item figure .number-mod .number p.color-gray {
    color: #fff !important;
  }
  main .featured .item figure .number-mod.align-left {
    left: 0;
    bottom: 50%;
    right: auto;
  }
  main .featured .item figure .number-mod.align-right {
    left: auto;
    bottom: 50%;
    right: 0;
  }
}


form #website{ display:none; }