/*-----------------------------------------------------------
* Nombre del proyecto: STRAPS - sitio web - 2016
* Nombre del archivo:  style.css
* Fecha de creaciónn: Junio de 2015
* Autor: nelsonnino.co
------------------------------------------------------------*/

/*--------------------COMENTARIOS-----------------------------
* Ancho: 1200px
* Parallax: NO
* Responsivo: Sí
-------------------------------------------------------------*/
 
/*-- RESET --*/

*,.no-margin {
    margin:0;
    padding:0;
}

@font-face {
  font-family: 'HelveticaNeueLTStd-Lt';
  src: url('../fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueLTStd-Lt.otf')  format('opentype'),
         url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Lt.ttf')  format('truetype'), url('../fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
  font-weight: normal;
  font-style: normal;
}
#loader,body,html {
    height:100%
}
.hover-underline:hover,
.underline {
    text-decoration: underline
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-rendering:optimizelegibility;
    color:#4D4D4D;
    font-size:15px;
    letter-spacing: .2px
}



/*-- ESTILOS GENERALES --*/
.center {
    margin:0 auto;
    float:none
}
.left {
    float:left
}
.right {
    float:right
}
.block{
    display: block;
}

h1 {
    font-size:36px;
    line-height:36px;
    margin:0 0 10px;
}
h2 {
    font-size:32px;
    line-height:36px;
    font-weight: 300
}
h3 {
    font-size:21px;
    line-height:24px;
    margin:30px 0 15px 0
}


a:hover {
    text-decoration:none
}
.cursor {
    cursor:pointer
}
a:active,a:focus,a:hover,button:focus {
    outline:0!important;
}
input{
    width: 100%;
    max-width: 450px;
    height: 40px;
    margin: 5px 0 15px;
    padding: 10px
}
textarea{
    width: 100%;
    max-width: 450px;
    height: 40px;
    height: 80px;
    resize: none;
    padding: 10px
}
.submit-button{
    width: 140px;
    border: 1px solid #333333;
    line-height: 18px;
    color: #333;
    background: #FFF;
    transition: all .3s linear
}
.submit-button:hover{
    background: #e2e2e2
}

.text-magenta{
    color: #B31C7D
}

/*-- NAVEGACIÓN --*/
.navbar {
    position: absolute;
    width: 100%;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-default {
    background-color: none !important;
    border-color: none !important;
}
.navbar-default .navbar-collapse {
    width: calc(100% + 65px);
    padding-left: 130px;
    padding-bottom: 20px;
    left: -65px;
    position: absolute;
    z-index: 10
}
.navbar-header {
    width: 100%;
}

a.navbar-brand{
    width: 149px;
    height: 42px;
    background: url(../img/logo_straps_az.svg) no-repeat;
    margin: 15px;
}
.navbar-toggle {
    height: 30px !important;
    float: left;
    padding: 5px 4px;
    margin-top: 12px;
    margin-left: 12px;
    margin-bottom: 12px;
    border: 2px solid #FFF;
    border-radius: 7px;
    position: relative;
    z-index: 100
}
.navbar-default .navbar-collapse{
    background: #fff;
    border-bottom: 1px solid #CCC
}
.navbar-default .navbar-nav > li > a::after{
    content: "";
    width: 80px;
    height: 1px;
    background: #FFF;
    display: block;
    margin-top: 10px
}
.navbar-default .navbar-nav > li > a.anterior::after{
    background: transparent;
}
.container-social{
    width: 75px;
    height: 30px;
    float:right;
    margin-top: 20px;
}
.btn-social{
    width: 30px;
    height: 30px;
    background: url(../img/instagram_gr.svg) no-repeat;
    display: inline-block;
    opacity: .7;
    transition: all .4s linear
}
.facebook{
    margin-left: 10px;
    background: url(../img/facebook_gr.svg) no-repeat;
}
.btn-social:hover{
    opacity: 1
}

/*-- BANNER PRINCIPAL --*/
.banner-principal{
    width: 100%;
}
.container-banner{
    width: 100%;
    min-height: 100px;
}
.title{
    width: calc(100% - 30px);
    font-size:40px;
    line-height: 42px;
    font-weight: 700; 
    position: relative;
    color: #2E318D;
    text-align: left;
    margin: 15px 15px 0
}
.barra-color{
    width: 100%;
    height: 10px;
    background: url(../img/barra_color.svg) no-repeat 0 0 / cover;
    display: block;
}

.container-boxes{
    max-width: 1180px;
    margin: 30px auto;
}
.box-section{
    width: 94%;
    max-width: 400px;
    display: inline-block;
    margin: 4px;
    position: relative;
}
.box-section-shadow{
    width: 100%;
    height: 2px;
    position: absolute;
    z-index: 10;
    background: #000;
    opacity: 0;
    bottom: 0;
    left: 0;
    transition: all .3s linear;
}
.box-section:hover .box-section-shadow{
    height: 100%;
    opacity: .4
}

.btn-section{
    width: 180px;
    height: 35px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
    line-height: 31px;
    position: absolute;
    z-index: 11;
    bottom: 40px;
    left: 50%;
    margin-left: -90px;
    transition: all .3s linear;
}
.box-section:hover .btn-section{
    bottom:130px;
}

/*-- SECCIONES --*/
.box-producto{
    width: 250px;
    height: 250px;
    display: inline-block;
    margin: 10px;
}
.box-producto img{
    border: 1px solid #CCC
}

/*-- FOOTER --*/
footer{
    width: 100%;
    background: #e2e2e2;
    border-top:1px solid #CCC;
    padding-top: 30px;
}
footer nav a{
    color: #959595;
    margin: 10px 20px;
    font-size: 13px;
    display: inline-block;
}
.footer-social{
    margin: 30px 0;
}
.footer-social .btn-social{
    background: url(../img/instagram_gr.svg) no-repeat;
}
.footer-social .facebook{
    background: url(../img/facebook_gr.svg) no-repeat;
}
.foot-final{
    width: 100%;
    padding: 15px 0;
    background: #959595;
    color: #fff;
    font-size: 11px
}



/*-- RESPONSIVE --*/

@media (min-width: 480px) {
    .container-banner{
        min-height: 200px;
    }
}
@media (min-width: 768px) {
    header{
        width: 100%;
        position: absolute;
    }
    .navbar{
        margin-top: 90px;
    }
    .navbar-default .navbar-collapse{
        background: transparent;
        border-bottom: none;
    }
    a.navbar-brand{
        width: 210px;
        height: 60px;
        background: url(../img/logo_straps_bl.svg) no-repeat;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-default .navbar-nav > li > a{
        color: #fff;
        padding-top: 5px !important;
        padding-bottom: 0 !important;
        transition: all .4s linear
    }
    .navbar-default .navbar-nav > li > a:hover{
        background: #fff;
        padding-left: 10px;
        padding-right: 10px;
        color: #333 !important
    }
    .actual{
        background: #fff;
        padding-left: 10px !important;
        padding-right: 10px !important;
        color: #333 !important
    }
    .navbar-default .navbar-nav > li > a::after {
        margin-top: 5px;
    }
    .navbar-default .navbar-collapse {
        padding-left: 100px;
    }
    .nav > li > a {
        padding: 10px 0;
    }
    .container-social {
        margin-right: 20px;
    }
    .btn-social{
        background: url(../img/instagram_bl.svg) no-repeat;
    }
    .facebook{
        background: url(../img/facebook_bl.svg) no-repeat;
    }
    .box-section{
        max-width: 420px;
    }
    .box-section.narrow{
        max-width: 220px;
    }
    .container-banner{
        min-height: 300px;
    }
}

@media (min-width: 992px) {
    .navbar{
        margin-top: 105px;
    }
    .navbar-default .navbar-nav > li > a{
        padding-top: 10px !important;
    }
    .navbar-default .navbar-nav > li > a::after {
        margin-top: 10px;
    }
    .title{
        width: calc(100% - 30px);
        max-width: 630px;
        font-size:60px;
        line-height: 60px; 
        position: absolute;
        top: 130px;
        right: 20px;
        color: #fff;
        text-align: right;
        margin: 15px 15px 0
    }
    .container-banner{
        min-height: 400px;
    }
}

@media (min-width: 1200px) {
    .navbar{
        margin-top: 120px;
    }
    .navbar-default .navbar-nav > li > a{
        padding-top: 15px !important;
    }
    .navbar-default .navbar-nav > li > a::after {
        margin-top: 15px;
    }
    .container-banner{
        min-height: 500px;
    }
}
@media (min-width: 1800px) {
    .container-banner{
        min-height: 600px;
    }
}
@media (min-width: 2400px) {
    .container-banner{
        min-height: 700px;
    }
}