/* 
    Created on : 04/06/2018, 09:59:05 AM
    Author     : Axel Durand
    Client     : Roberto Chelala
*/

body,p,a,h1,h2,h3,h4,h5,h6{
    font-family: 'Lato', "Helvetica Neue",Helvetica,Arial, sans-serif;
}

a,a:hover{
    color: #B32D2C;
}

.header{
    position: relative;
    background: url(../img/sitio/bg-header.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 800px;
    z-index: 10;
}

.header:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 440px;
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
z-index: 5;
}

.header:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 330px;
    background: -moz-linear-gradient(top, rgba(179,45,44,0) 0%, rgba(179,45,44,1) 100%);
background: -webkit-linear-gradient(top, rgba(179,45,44,0) 0%,rgba(179,45,44,1) 100%);
background: linear-gradient(to bottom, rgba(179,45,44,0) 0%,rgba(179,45,44,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b32d2c', endColorstr='#b32d2c',GradientType=0 );
z-index: 4;
}

.brand-logo{
    position: relative;
    background: url(../img/sitio/Roberto-Chelala-logo-horizontal.svg) no-repeat top center;
    display: block;
    margin: 75px auto 25px;
    text-indent: -9999px;
    height: 135px;
    z-index: 100 !important;
}

.subtitle{
    position: relative;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 90px;
    z-index: 110 !important;
}

.list-redes-top{
    position: absolute;
    display: inline-block;
    top: 25px;
    right: 100px;
    z-index: 115 !important;
}

.btn-redes{
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    padding: 10px 0 0;
    margin: 0 auto;
    background: #B32D2C;
}

.massey{
    position: relative;
    background: url(../img/sitio/bg-massey-ferguson.jpg) no-repeat top center;
    min-height: 500px;
    text-align: center;
    padding: 0 0 50px;
}

.massey h3{
    margin: 200px 0 100px;
}

.section-name{
    color: #FFF;
    text-align: center;
    font-weight: 900;
    font-size: 50px;
    text-transform: uppercase;
}

.massey .badge-massey{
    position: absolute;
    margin: 0 auto;
    top: -125px;
    left: calc(50% - 125px);
    z-index: 120 !important;
}

.massey h4{
    color: #B32D2C;
    font-size: 28px;
    font-weight: 900;
}

.massey h4 span{
    color: #959595;
}

.text-gris{
    font-size: 24px;
    color: #4D4D4D;
}


.stihl{
    position: relative;
    background: url(../img/sitio/bg-stihl.jpg) no-repeat top center;
    min-height: 500px;
    text-align: center;
    padding: 0 0 50px;
}

.stihl h3{
    margin: 100px 0 300px;
}

.stihl h4{
    color: #F47B20;
    font-size: 28px;
    font-weight: 900;
}

.logo-stihl{
    display: block;
    margin: 50px auto;
}

.st-stihl{
    position: absolute;
    bottom: 100px;
}

@media (max-width: 760px) {
    .st-stihl{
        width: 250px;
        height: auto;
        top: 350px;
        left: calc(50% - 125px);
    } 
    
    .stihl h4{
        font-size: 24px;
    }
}



.maquinaria{
    position: relative;
    background: url(../img/sitio/bg-maquinaria.jpg) no-repeat top center;
    min-height: 500px;
    text-align: center;
    padding: 0 0 50px;
}

.maquinaria h3{
    color: #FFF;
    margin: 100px 0 80px;
    line-height: 1em;
}

.maquinaria h3 span{
    font-size: 60px;    
}

.maquinaria h4{
    color: #EABC1C;
    font-size: 28px;
    font-weight: 900;
}


@media (max-width: 760px) {
    
    .maquinaria h3{
        margin-bottom: 270px;
        line-height: 1.25em;        
    }
    
    .maquinaria h3 span{
        font-size: 36px !important;
    }
    
    .maquinaria h4{
        font-size: 22px;
    }
    
    
    .section-name{
        font-size: 26px;
    }
    .section-name span{
        font-size: 22px;
    }
    .text-gris{
        font-size: 18px;
    }
}


.marcas{
    text-align: center;
    background: #F5F5F5;
    padding: 25px 0;
}

.mapa{
    display: block;
    width: 100%;
    height: 450px;
}

.footer{
    background: #f1f1f1;
    padding: 25px 0;
}

.btn-redes-footer{
    display: block;
    text-align: center;
    background: #000;
    color: #FFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 15px 0 0;
}

.list-footer{
    margin-top: 40px;
}

.copyright{
    background: #000;
    padding: 10px 0;
    font-size: 12px;
    color: #fff;
}

.copyright p {
    display: inline-block;
}

.axel{
    display: inline-block;
    float: right;
    background: url(../img/sitio/axel_Logo.svg) no-repeat center;
    width: 50px;
    height: 30px;
    text-indent: -9999px;
}


@media (max-width: 760px) {
    .footer{
        text-align: center;
    }
    
    .datafiscal{
        width: 80px;
        margin: 0 auto;
    }
    
    .list-redes-top{
        margin: 0 auto;
    }
    
    .list-redes{
        float: none !important;
        margin-top: 25px;
    }
}