/* Typography
----------------------------------------------------------------------------- */
body {
	font-family: 'Raleway', sans-serif;
}
.site-name {
	font-family: 'Raleway', sans-serif;
}
html,
body {
	height: 100%;
        min-width: 320px;
}
.backstretch
{
    min-width: 320px;
}
body {
	font-size: 15px;
	line-height: 1.50;
	color: #333333;
	background-color: #7b7b7b;
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
}
h1 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
	color: #ffff00;
}
.text-colored {
	color: #606163;
}
a {
	color: #606163;
}
a:hover {
	color: #606163;
}
a:focus,
a:active {
	outline: none;
}
.large {
	font-size: 18px;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
        margin: 0 auto;
}
.list-unstyled li {
	padding: 5px 0;
}
.list-horizontal {
	padding: 15px 0;
}
.list-horizontal-item img {
	display: block;
	margin: 0 auto;
}
.list-icons {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	font-size: 18px;
}
.list-icons li {
	padding: 0 0 15px 0;
}
blockquote {
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}
.title {
	margin-top: 0;
}

/* Layout
----------------------------------------------------------------------------- */
.header {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.55);
	padding: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.banner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	color: #fff;
}
.banner-caption {
	position: absolute;
	top: 23%;
	width: 100%;
	z-index: 2;
}
a[href^="tel:"] {
  color: #333333;
  display: inline;
  text-decoration: none;
}
.subfooter
{
    background-color: rgba(0, 0, 0, 0.35);
    padding: 15px 0;
    text-align: center;
    color: white;
}
.section {
	background-color: #f0f0f0;
	padding: 30px 0;
        margin-bottom: 100px;
}
.section.bg-yelow
{
    background-color: #fff57b;
}
@media (max-width:992px){
    .col-adv
    {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width:767px){
    .col-adv
    {
        padding-left: 11%;
    }
}
@media (max-width:500px){
    .col-adv
    {
        padding-left: 9%;
    }
}
@media (max-width:450px){
    .col-adv
    {
        padding-left: 6%;
    }
}
@media (max-width:400px){
    .col-adv
    {
        padding-left: 3%;
    }
}
@media (max-width:375px){
    .col-adv
    {
        padding-left: 7%;
    }
    .media h4 {
        font-size: 12px!important;
    }
    .media .fa {
        font-size: 20px!important;
        width: 30px!important;
        height: 30px!important;
        line-height: 30px!important;
    }
}
@media (max-width:350px){
    .col-adv
    {
        padding-left: 3%;
    }
    .casa-descr li {
        font-size: 12px!important;
    }
}
@media (max-width:335px){
    .col-adv
    {
        padding-left: 2%;
    }
}
/* Table
-----------------------------------------------------------------------------*/
.comp-b-l
{
    background-color: #707070;
    font-size: 20px;
    text-align: center;
    color: #f0f0f0;
}
.comp-b-l th, .comp-b-l td
{
    padding: 5px;
    border-top: 3px solid #f0f0f0;
    border-left: 3px solid #f0f0f0;
    text-align: center;
}
/* Backgrounds
----------------------------------------------------------------------------- */
.default-bg {
	background-color: #222222;
	color: #ffffff;
}
.default-bg.blue {
	background-color: #55acee;
}
.translucent-bg {
	color: #ffffff;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.translucent-bg h1,
.translucent-bg h2,
.translucent-bg h3,
.translucent-bg h4,
.translucent-bg h5,
.translucent-bg h6 {
	color: #ffffff;
}
.default-bg blockquote footer,
.translucent-bg blockquote footer {
	color: #cccccc;
}
.default-bg a,
.translucent-bg a {
	color: #ffffff;
	text-decoration: underline;
}
.default-bg a:hover,
.translucent-bg a:hover {
	text-decoration: none;
}
.translucent-bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.translucent-bg .translucent-bg {
	margin-top: 80px;
	z-index: 3;
}
.translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.translucent-bg.blue:after {
	background-color: rgba(10, 17, 22, 0.7);
}
.translucent-bg .container {
	z-index: 3;
	position: relative;
}
.bg-image-1 {
	background: url("../images/bg-image-1.jpg") 50% 0px no-repeat;
}
.bg-image-2 {
	background: url("../images/bg-image-2.jpg") 50% 0px no-repeat;
}

/* Misc
----------------------------------------------------------------------------- */
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}
.space {
	padding: 20px 0;
}
.pr-10 {
	padding-right: 10px;
}
.pl-10 {
	padding-left: 10px;
}
.pb-clear {
	padding-bottom: 0;
}

/* Sections
----------------------------------------------------------------------------- */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
	color: #ffffff;
}
.banner-caption h1 {
	font-size: 60px;
}
.subfooter p {
    display: inline-block;
    margin: 0 20px;
}
@media (max-width:650px){
    .subfooter p
    {
        display: block;
    }
}
/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-default {
	color: #000000;
	border: 1px solid #cccccc;
}
.btn-default:hover {
    color: #000000;
    background-color: yellow;
    border-color: #d4d400;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa
}
.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #55acee;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.panel-heading a.collapsed {
	color: #ffffff;
	background-color: #333333;
}
.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f196";
}
.panel-heading a:hover {
	text-decoration: none;
	background-color: #55acee;
	color: #ffffff;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}

/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
	background-color: #55acee;
	border-color: #55acee;
	color: #ffffff;
}
.nav-pills > li > a {
	border-radius: 0;
	padding: 8px 20px;
	border: 1px solid #cacaca;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
}

/* Forms
---------------------------------- */
.form-control {
	height: 45px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.form-control-feedback {
	color: #cccccc;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 15px;
}
textarea {
	resize: vertical;
}

/* Modals
---------------------------------- */
.modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.modal-header {
	background-color: #7a7a7a;
	color: #ffffff;
}
.modal-header h4 {
	color: #ffffff;
}
.modal-header .close {
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.modal-lg {
		width: 1140px;
	}
}
@media (max-width:1199px) {
	.casa-descr li {
            font-size: 12px;
	}
}
/* Casas
---------------------------------- */

.casa
{
    width: 47%;
    display: inline-block;
    margin: 0 15px 30px 15px;
    background-color: #d8d8d8;
    padding: 10px 10px 2px 10px;
}
.casa-descr
{
    padding: 0;
    margin-bottom: 0;
}
.casa-descr li
{
    display: inline-block;
    padding: 7px;
    margin: 5px 0;
    background-color: gray;
    color: #FFF;
    font-size: 13px;
    font-family: 'Lato';
}
.casa-descr li.plano {
    background-color: red;
    font-weight: bold;
}
.casa-descr li.plano a {
    color: yellow;
    text-decoration: underline;
}
.casa-descr li.quiero {
    float: right;
    background-color: white;
    font-weight: bold;
}
.ModalImg
{
    z-index: 100;
    position: relative;
    top: -64px;
}
.loadModalImg
{
    z-index: 1;
}

@media (max-width:1199px){
    .casa
    {
        margin: 0 10px 30px 10px;
    }
}
@media (max-width:768px){
    .casa
    {
        width: 97%;
        margin: 0 10px 30px 10px;
    }
    .casa-descr {
        margin: 0 auto;
        max-width: 640px;
    }
}

@media (max-width:550px){
    .casa
    {
        width:95%;
        margin: 0 5px 30px 5px;
    }
    .box-modal_close
    {
        display: none;
    }
    .box-modal
    {
        padding: 5px!important;
    }
    .arcticmodal-container_i2
    {
        padding: 5px!important;
    }
}
/* Media
---------------------------------- */
.media
{
    height: 40px;
}
.media .fa {
    font-size: 35px;
    width: 50px;
    height: 35px;
    line-height: 35px;
    padding: 0 5px 0 0;
    text-align: center;
    display: inline-block;
    float: left;
}
.media h4
{
    margin-top: 0;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 16px;
    text-align: left;
}
.inlineblock
{
    display: inline-block;
    line-height: 35px;
}
@media (max-width:992px){
    .media .fa
    {
        font-size: 30px;
        width: 40px;
        height: 30px;
        line-height: 30px;
    }
    .media h4
    {
        font-size: 14px;
    }
    .inlineblock
    {
        line-height: 30px;
    }
}
@media (max-width:375px){
        
}
@media (max-width:325px){
    .media .fa
    {
        font-size: 20px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .media h4
    {
        font-size: 12px;
    }
    .media
    {
        margin-left: 4px;
        height: 25px;
    }
}
/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
	margin-bottom: 0;
}
.main-navigation .navbar-default {
	background-color: transparent;
	border: none;
}
.main-navigation .navbar-default .navbar-nav > li > a {
	color: #fff;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 300;
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
	background-color: transparent;
	color: #ffff00;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
	color: #ffff00;
}
.nav-text
{
    float: left;
    margin-right: 10px;
    display: inline-block;
    height: 20px;
}
.nav-rows
{
    float: left;
    display: inline-block;
    margin-top: 4px;
}
.navbar-toggle
{
    margin: 10px auto;
    float: none;
}
.navbar-toggle:hover
{
    background-color: transparent!important;
}

@media (min-width:768px) {
	.main-navigation .navbar-default .navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 30px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.main-navigation .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav {
            float: none!important;
            display: table;
            margin: 0 auto;
	}
}
@media (max-width:767px) {
	.header.navbar-fixed-top {
		position: absolute;
	}
        .navbar-nav
        {
            background-color: rgba(0, 0, 0, 0.9);
        }
        .nav li
        {
            margin: 10px 0;
        }
        .navbar-toggle
        {
            display: block;
        }
}

/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
	background-color: rgba(0, 0, 0, 0.95);
	padding: 5px 0;
}
.fixed-header-on .site-name {
	font-size: 24px;
}
.fixed-header-on .logo {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	margin-top: 0;
	margin-bottom: 0;
}
@media (min-width:768px) {
	.fixed-header-on .navbar-default .navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width:991px) {
	.fixed-header-on .logo,
	.fixed-header-on .site-name,
	.fixed-header-on .site-slogan {
		display: none;
	}
}

/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
	margin: 10px 10px 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo,
.site-name-and-slogan {
	float: left;
}
.site-name {
	font-size: 36px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.site-name span
{
    font-size: 25px;
}
.site-name a {
    color: #ffffff;
    font-weight: 900;
    font-family: 'Lato',sans-serif;
    width: 100%;
    display: inline-block;
}
.site-name a:hover {
	text-decoration: none;
}
.site-slogan {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    padding: 1px 2px;
    display: inline-block;
    width: 100%;
}
@media (max-width:992px){
    .header-left
    {
        text-align: center;
    }
    .site-name-and-slogan
    {
        float: none;
        display: inline-block;
    }
}
/* Testimonials
---------------------------------- */
.testimonial .media-left {
	width: 60px;
}

/* Social Links
---------------------------------- */
.social-links {
	padding: 0;
	list-style: none;
	margin: 15px 0;
}
.social-links li {
	margin: 10px 25px 10px 0;
	display: inline-block;
	font-size: 36px;
}
.social-links li a {
	color: #333333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-links li.twitter a:hover {
	color: #55acee;
}
.social-links li.skype a:hover {
	color: #00aff0;
}
.social-links li.linkedin a:hover {
	color: #0976b4;
}
.social-links li.googleplus a:hover {
	color: #dd4b39;
}
.social-links li.youtube a:hover {
	color: #b31217;
}
.social-links li.flickr a:hover {
	color: #ff0084;
}
a.facebook-f
{
    font-size: 20px;
    color: white;
}
li.facebook a
{
    font-size: 20px;
    color: #3b5998;
}
li.facebook i
{
    font-size: 30px;
}
li.facebook a:hover {
    color: #3b5998;
}
.social-links li.pinterest a:hover {
	color: #cb2027;
}

/* Isotope Items
---------------------------------- */
.filters {
	margin: 0 0 30px 0;
}
.locale {
    display: block;
    text-align: center;
}
.locale-sel
{
    border-radius: 0;
    padding: 8px 20px;
    border: 1px solid #cacaca;
    color: #666666;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 auto;
    display: inline;
}
#serdistr {
    display: inline;
}
.filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}
.filters .nav-pills > li + li {
	margin-left: 0px;
}
.text-center.filters .nav-pills > li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none;
}
.distributors-container {
	overflow: hidden;
}
.distributors-item {
	margin-bottom: 20px;
}
.distributors-item .btn-default {
	color: #999999;
}
.distributors-item .btn-default:hover {
	color: #000000;
}
@media (max-width:480px) {
	.filters .nav-pills > li {
		width: 100%;
		display: block;
	}
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(253, 255, 0, 0.9);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
    position: absolute;
    display: block;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #626365;
    font-size: 25px;
    font-weight: bold;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 18px;
	line-height: 1px;
	color: #626365;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}
@media (max-width: 425px){
    .banner-caption
    {
        top: 35%;
    }
    .banner-caption h1
    {
        font-size: 45px;
    }
}
.dddcasa-close-btn{
    z-index: 1000;
    position: fixed;
    top: 10px;
    left: 10px;
    cursor: pointer;
    font-size: 30px;
    padding: 15px;
    color: white;
    background-color: rgba(0, 0, 0, 0.43);
}
@media (min-width: 1200px){
    .medicion-ps{
        font-size: 20px;
    }
}
@media (max-width: 1199px){
    .medicion-ps{
        font-size: 16px;
    }
}
/* Calculador
----------------------------------------------------------------------------- */
#calc-main{   
    width: 320px;
    height: 174px;
    background-image: url('/images/penoblock_calc1.png');
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
}
.calc-main-size{
    position: absolute;
    padding: 3px;
    display: block;
    height: 28px;
    width: 100px;
    font-weight: bold;
}
.calc-wall-li{
    padding-top: 24px;
    width: 105px;
    height: 70px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    background-image: url(/images/penoblock_calc2.png);
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
}
.calc-wall-dela{
    color: #8c8a8a;
    font-size: 22px;
    display: block;
    position: absolute;
    top: -4px;
    left: 71px;
    cursor: pointer;
}
.calc-wall-dela:hover{
    color: #e40000;
}
#calc-walls-list{
    list-style-type: none;
    color: black;
    padding: 15px;
    margin-top: 20px;
    border: 2px solid #999899;
    border-radius: 20px;
    background-color: #f7f7f7;
    min-height: 195px;
}
#calc-result{
    text-align: center;
    border-top: 4px solid #ffe000;
    margin-top: 60px;
    font-size: 25px;
    text-align: center;
}
.calc-main-input{
    width: 70px;
}
.calc-main-input-span{
    font-size: 18px;
    width: 70px;
    display: inline-block;
}
.calc-main-cont{
    display: block;
    margin-bottom: 10px;
}