/* 
Developer: Juan Ignacio Cieri 
Developer URI: http://juancieri.com
*/

@charset "utf-8";

/*FONTS*/
@font-face {
    font-family: 'open_sansregular';
    src: url(../fonts/opensans-regular-webfont.eot);
    src: url(../fonts/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'),
        url(../fonts/opensans-regular-webfont.woff2) format('woff2'),
         url(../fonts/opensans-regular-webfont.woff) format('woff'),
         url(../fonts/opensans-regular-webfont.ttf) format('truetype'),
         url(../fonts/opensans-regular-webfont.svg#open_sansregular) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url(../fonts/opensans-semibold-webfont.eot);
    src: url(../fonts/opensans-semibold-webfont.eot?#iefix) format('embedded-opentype'),
        url(../fonts/opensans-semibold-webfont.woff2) format('woff2'),
         url(../fonts/opensans-semibold-webfont.woff) format('woff'),
         url(../fonts/opensans-semibold-webfont.ttf) format('truetype'),
         url(../fonts/opensans-semibold-webfont.svg#open_sanssemibold) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url(../fonts/opensans-bold-webfont.eot);
    src: url(../fonts/opensans-bold-webfont.eot?#iefix) format('embedded-opentype'),
        url(../fonts/opensans-bold-webfont.woff2) format('woff2'),
         url(../fonts/opensans-bold-webfont.woff) format('woff'),
         url(../fonts/opensans-bold-webfont.ttf) format('truetype'),
         url(../fonts/opensans-bold-webfont.svg#open_sansbold) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quattrocento_sansbold';
    src: url(../fonts/quattrocentosans-bold-webfont.eot);
    src: url(../fonts/quattrocentosans-bold-webfont.eot?#iefix) format('embedded-opentype'),
        url(../fonts/quattrocentosans-bold-webfont.woff2) format('woff2'),
         url(../fonts/quattrocentosans-bold-webfont.woff) format('woff'),
         url(../fonts/quattrocentosans-bold-webfont.ttf) format('truetype'),
         url(../fonts/quattrocentosans-bold-webfont.svg#quattrocento_sansbold) format('svg');
    font-weight: normal;
    font-style: normal;
}

.regular {
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}
.semibold {
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
}
.bold {
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
}
.quatro {
    font-family: 'quattrocento_sansbold', Arial, Helvetica, sans-serif;
}
.margin {
    margin: 70px auto;
}
h3 {
    font-size: 18px;
    color: #333333;
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}
#content p, #content ul li {
    color: #333333;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#content ul {
    list-style: none;
    padding: 0 0 0 20px;
}
#content ul li::before {
    width: 8px;
    height: 8px;
    content: "";
    background: #0099ff;
    position: absolute;
    margin-left: -15px;
    margin-top: 5px;
}
body {
	background: #e5e5e5;
}


/* HEADER */
.navbar-brand {
    position: absolute !important;
    right: 50px;
    top: 0;
    display: inline-block;
	padding: 10px 15px;
}
header #nav-wrapper .navbar {
    text-align: center;
}
header .navbar-nav {
    display: inline-block;
    float: none !important;
}
header #nav {
    margin: 0;
    background: #0099cc;
	border-bottom: 16px solid #0076b6;
}
header #menu ul li a {
    color: white;
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 15px 20px 0px 20px;
    padding: 0;
}


/* TITLE */
.title {
    background: white;
    text-align: center;
    border-bottom: 16px solid #afb1b5;
}
.title h1 {
    color: #0099cc;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    font-size: 36px;
    margin: 15px auto;
}

/* PORTADA */
#portada {
    width: 100%;
    height: 270px;
    position: relative;
	background-position: center bottom;
	background-repeat: no-repeat;
    background-size: 100%;
}
#portada .overlay img {
    max-width: 195px;
}

/* SLIDER */
.carousel {
    position: relative;
}
.carousel .overlay, #portada .overlay {
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    background: rgba(255,255,255,.7);
    padding: 20px 0 10px 0;
}
.carousel .overlay img {
    max-width: 100%;
}
.carousel-indicators {
    position: absolute;
    bottom: -70px;
    text-align: right;
}


/* MAIN */
#main p.text-center {
    color: #231f20;
    font-size: 16px;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    margin: 60px auto 0 auto;
}



/* OWL CAROUSEL */
#owl-featured {
    margin: 0px 0 110px 0;
}
#owl-featured .item {
    margin: 0px 10px;
    width: 240px;
    min-height: 260px;
    position: relative;
}
#owl-featured img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
#owl-featured .item .item-bottom {
    background-color: #3f3f44;
    min-height: 78px;
}
#owl-featured .item .item-bottom .name {
    padding-bottom: 10px;
}
#owl-featured .item .item-bottom .name h1 {
    color: #fff;
    font-size: 19px;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 15px;
    line-height: 20px;
    text-align: center;
}
#owl-featured .item a.more-info {
    position: absolute;
    bottom: 5px;
    left: 75px;
    text-align: center;
    color: #0099ff;
    font-size: 11px;
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    z-index: 21;
}
#owl-featured .item .overlay {
    position: absolute;
    top: 0px;
    z-index: 10;
    width: 100%;
    min-height: 100%;
    opacity: 0;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); 
    -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#owl-featured .item:hover .overlay {
    opacity: 1;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); 
}
#owl-featured .item .overlay .title {
    background-color: rgba(0, 153, 255, .7);
    padding: 50px 20px;
    margin: 0px;
    height: 184px !important;
    border: 0;
}
#owl-featured .item .overlay .title h1 {
    font-size: 30px;
    color: #3f3f44;
    margin: 0;
    line-height: 30px;
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: left;
}
#owl-featured .item .overlay .preview-info {
    background-color: #3f3f44;
    height: 78px;
    padding-top: 20px;
}
#owl-featured .item .overlay .preview-info p {
    color: #fff;
    font-size: 12px;
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    margin: 0;
}
.customNavigation {
    text-align: right;
    margin: 40px auto 0 auto;
    max-width: 1070px;
}
.customNavigation a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    padding: 0;
}






/* FOOTER */
footer {
    background: #3a454d;
    padding: 30px 0 0 0;
    color: white;
    font-size: 13px;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
}
footer a {
    color: white;
}
footer a:hover {
    color: white;
}
footer .copy {
    font-size: 11px;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    margin-top: 20px;
}
footer ul.social {
    text-align: right;
}
footer ul.social a {
    color: #3a454d;
    transition: 0.5s;
}
footer ul.social a:hover {
    color: #0099ff;
}
footer ul.social a:hover .fa-inverse {
    color: #3a454d;
}
footer .footer-menu {
    background: #2d353c;
    padding: 10px 0;
    margin-top: 30px;
    text-align: center;
}
footer .footer-menu .container {
    position: relative;
}
footer .footer-menu .logo {
    float: left;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer ul li {
    display: inline-block;
}
footer .footer-menu ul {
    margin-top: 8px;
}
footer .footer-menu ul li a {
    color: white;
    margin: 0px 15px;
    font-size: 12px;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
}
footer .footer-menu ul li a:hover {
    text-decoration: none;
    color: #0581b7;
}

/* ACTIVE */
body#home footer .footer-menu ul li.home a, body#sistemas footer .footer-menu ul li.sistemas a, body#estructuras footer .footer-menu ul li.estructuras a, body#hauser footer .footer-menu ul li.hauser a, body#faqs footer .footer-menu ul li.faqs a, body#contacto footer .footer-menu ul li.conto a {
    color: #0581b7;
}
body#home header #menu ul li.home a, body#sistemas header #menu ul li.sistemas a, body#estructuras header #menu ul li.estructuras a, body#hauser header #menu ul li.hauser a, body#faqs header #menu ul li.faqs a, body#contacto header #menu ul li.contacto a, header #menu ul li a:hover {
	color: black;
}


/* FAQS */
#faqs-content #accordion .panel-heading h4 a {
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
}
#faqs-content #accordion .panel-heading h4 a.collapsed {
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}
#faqs-content #accordion .panel-collapse {
    background: #d8d8d9;
}
#faqs-content p {
    font-size: 16px;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    margin: 0;
}
#faqs-content #accordion .panel {
    border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #e5e5e5;
}



/* CONTACTO */
#contacto form {
    background: #f2f2f2;
    padding: 15px;
}
#contacto form input, #contacto form textarea {
    background: #e6e6e6;
}
#contacto form input {
    height: 50px;
}
#contacto form textarea {
    height: 230px;
}
#contacto form .placeholder {
    font-size: 16px;
    color: #8d8f92;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}
#contacto form .btn {
    width: 100%;
    font-size: 20px;
    color: white;
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    background: #0091c2;
}

#contacto h4 {
    color: #292f36;
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    margin-bottom: 40px;
}
#contacto address, #contacto address a {
    color: #000006;
    font-size: 16px;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}
#contacto .alert {
    font-size: 18px;
    margin: 30px 0;
}

/* RESPONSIVE DESIGN */

/* de 1200px a 992px */
@media (max-width: 1200px) {
    .carousel .overlay img {
        width: 200px;
    }
}
	
/* de 992px a 768px */
@media (max-width: 992px) {
    .carousel .overlay img {
        width: 150px;
    }
}
	
	/* de 768px a 0px */
@media (max-width: 768px) {
    .carousel .overlay img {
        width: 150px;
    }
    .carousel {
        margin-top: 120px;
    }
    .carousel .overlay {
        top: -120px;
    }
    .carousel-indicators {
    bottom: 0;
    text-align: center;
}
    footer ul.social {
        text-align: center;
    }
    footer .copy {

    text-align: center;
    }
    footer .footer-menu ul li {
        display: block;
        text-align: center;
        margin: 0 0 10px 0;
    }
    footer .footer-menu ul li a {
        margin: 0 !important;
    }
    footer .footer-menu .logo {
        display: block;
        position: relative;
        float: none;
    }
    #content img {
    margin-bottom: 20px;
}

}

/* HAUSER */
#hauser #content ul li::before {
    display: none;
}
#hauser section#content {
    padding-bottom: 50px;
}
#hauser .title {
    margin-bottom: 50px;
}
#hauser .product {
    padding: 50px 0;
}
#hauser .product:nth-child(odd) {
    background: #d8d8d9;
}
#hauser .product img {
    width: 100%;
}
#hauser .product .owl-album ul {
    list-style: none;
    padding: 0;
}
#hauser .product .owl-album ul li {
    display: inline-block;
    margin-bottom: 1px;
    max-width: 70px;
    transition: 0.5s;
}
#hauser .product .owl-album ul li:hover {
    background: #0099cc;
}
#hauser .product .owl-album ul li a {
    display: block;
}
#hauser .product .owl-album ul li img {
    max-width: 70px;
}
#hauser .product .owl-album ul li:hover img {
    opacity: 0.5;
}
#hauser .product .owl-album .item {
    max-width: 220px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    #hauser .product .owl-album .item {
    max-width: 440px;
    }
}
@media (max-width: 440px) {
    #hauser .product .owl-album .item {
    max-width: 220px;
    }
}
#hauser .product #text {
    position: relative;
}
#hauser .product #text h4 {
    font-size: 18px;
    color: #333333;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}
#hauser .product #text .more, #hauser .product #text .more a  {
    color: #0099cc;
    font-size: 12px;
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
}
#hauser .product #text .more.video {
    position: absolute;
    right: 0;
}
#hauser .product #text {
    color: #333333;
    font-size: 12px;
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
}
#hauser .product #text ul {
    padding: 0;
    margin-top: 15px;
}
#hauser .product #text ul li {
    position: relative;
    margin-left: 15px;
}
#hauser .product #text ul li::before {
    width: 7px;
    height: 7px;
    background-color: #0099cc;
    position: absolute;
    content: "";
    display: block;
}


#hauser .product #text {
    position: relative;
}
#hauser .product #text h4 {
    margin: 3px 0 5px 0;
}
#hauser .product .division {
    position: absolute;
    margin-left: -29px;
    height: 100%;
    background: url(../img/pixel.png) repeat-y center center;
}
#hauser .product .division img {
    width: 22px;
}
@media (max-width: 768px) {
    #hauser .product .division {
        display: none;
    }
}