@charset "UTF-8";
/****************************
    ANIMACIONES
****************************/
@keyframes slide-down-label{
    from{top:-430px;}
    to{top: 100px;}
}

@keyframes slide-from-right{
    from{left:1920px;}
    to{left: 0px;}
}

@keyframes lighting{
    0%{color:#efefef;}
    25%{color:#ff9f0b;}
    50%{color:#efefef;}
    75%{color:#ff9f0b;}
    100%{color:#efefef;}
}

/****************************
    FUENTES
****************************/
@font-face{
    src: url(fonts/LithosPro-Black.ttf);
    font-family: 'Lithos-Pro';
}


body{
    background: #333;
    font-family: 'Nunito', sans-serif;
}

header{
    background-color: #FEFEFE;
}

article{
    color: #efefef;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 100px auto;
}

article>header{
    background: #333;
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
    padding-left: 15%;
}

article>header>h2{
    background: #333;
    font-variant: small-caps;    
    font-weight: 700;
    font-family: 'Arimo', sans-serif;
}

article>header>h2>i{
    color: #FF9F0B;
}

article p{
    border-left: 3px solid #FF9F08;
    padding-left: 3%;
}

footer{
    background-color: #FF9F08;
    color: #333;
    padding-top: 40px;
}

footer>h2{
    background: #FF9F0B;
    font-variant: small-caps;    
    font-weight: 700;
    font-family: 'Arimo', sans-serif;
}

footer>h2>span{
    display: inline-block;
    background: #222;
    background: #222;
    min-height: 30px;
    min-width: 30px;
    margin-right: 7px;
}

footer div#contact{
    padding-bottom: 60px;
}
/****************************
    BARRA DE NAVEGACIÓN
****************************/
nav.navbar-inverse{
    background-color: rgba(29,36,41,.95);
    border-bottom: 1px solid #FF9F0B;
}

nav.navbar-inverse .navbar-brand{
    font-family: 'Arizonia', cursive;
    color: #efefef;
    font-size: 2.2em;
    animation: lighting;
    animation-duration: 2.5s;
}

nav.navbar-inverse .navbar-brand:hover{
    color: #FF9F0B;
}

nav.navbar-inverse ul.nav>li>a{
    font-variant: small-caps;
    color: #efefef;
    font-size: 1.2em;
    font-family: 'Arimo', sans-serif;
}

nav.navbar-inverse ul.nav>li.active>a,
nav.navbar-inverse ul.nav>li>a:hover,
av.navbar-inverse ul.nav>li.active>a:hover{
    color: #FF9F0B;
    background-color: transparent;
}

/****************************
    CABECERA DE PÁGINA
****************************/
/*
    JUMBOTRON
*/
header>div.jumbotron{
    background-color: #333;
    color: #efefef;
    overflow: hidden;
    padding-bottom: 0;
}

/*
    CAROUSEL
*/

header>div.jumbotron div.carousel{
    background: #222;
    position: relative;
    top: -48px;
    border-bottom: 1px solid #FF9F0B;
    -webkit-animation: slide-from-right;
    -webkit-animation-duration: 1s;
    animation: slide-from-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
}

header>div.jumbotron div.carousel div.text-header{
    position: absolute;
    top: 100px;

}

header>div.jumbotron div.carousel div.text-header>h3{
    font-size: 4em;
    font-variant: small-caps;
    color: #efefef;
    text-shadow: 1px 1px 3px #222, -1px 1px 3px #222, -1px -1px 3px #222, 1px -1px 3px #222;
    font-family: 'Arizonia', cursive;
    background-color: rgba(32,32,32,.75);
    border-radius: 20px;
    display: inline-block;
    margin-right: 20px;
    padding: 15px;
    border: 2px ridge #efefef;
}

/*
    BANDEROLA
*/
header>div.jumbotron div.logo-container{
    position: absolute;
    top:100px;
    height: 480px;
    background-color: rgba(16,16,16,.95);
    padding: 30px;
    border-radius: 0 0px 20px 20px;
    box-shadow: 2px 2px 15px #000;
    box-shadow: inset 2px -2px 15px #000;
    border: 1px solid #efefef;
    -webkit-animation: slide-down-label;
    -webkit-animation-duration: 1.8s;
    animation: slide-down-label;
    animation-duration: 1.8s;
}

header>div.jumbotron div.logo-container p.brand{
    font-size: 5.5em;
    font-family: 'Arizonia', cursive;
    border-bottom: 1px solid #FF9F0B;    
}

header>div.jumbotron div.logo-container p {
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: 200;
    color: #fefefe;
    margin-top: 30px;
    font-family: 'Nunito', sans-serif;
    line-height: 1.6em;
}


/*
    SOBRE MI
*/

article#about img{
    display: inline-block;
}


/*
    SERVICIOS
*/

article#services{
    margin-bottom: 0;
}

article#services div.wrapper h3{
    background-color: #333;
    width: 100%;
    margin-left: -25px;
    color: #FF9F08;
    padding: 7px;  
    border-radius: 5px;
}

article#services div.wrapper{
    background: #FF9F0B;
    box-sizing: border-box;
    padding: 20px;
    color: #323232;
    position: relative;
}

article#services div.wrapper:hover{
    cursor: pointer;
    top: 10px;
    box-shadow: 5px 5px 15px #000;
}

article#services article>h2{
    color: #FF9F0B;
    text-indent: 10%;
    font-size: 3em;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}

article#services div.advertence{
    font-size: .7em;
    margin-bottom: 30px;
}

/*******************************
    COCHES
********************************/
article#cars{
    margin-top: 0;
}

article#cars div.show-cars{
    margin: 0;
    padding: 30px 0 10px 0;
    position: relative;
    background: rgba(0,0,0,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(18,18,18,1) 21%, rgba(34,34,34,1) 42%, rgba(51,51,51,1) 64%, rgba(51,51,51,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,1)), color-stop(21%, rgba(18,18,18,1)), color-stop(42%, rgba(34,34,34,1)), color-stop(64%, rgba(51,51,51,1)), color-stop(100%, rgba(51,51,51,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(18,18,18,1) 21%, rgba(34,34,34,1) 42%, rgba(51,51,51,1) 64%, rgba(51,51,51,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(18,18,18,1) 21%, rgba(34,34,34,1) 42%, rgba(51,51,51,1) 64%, rgba(51,51,51,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(18,18,18,1) 21%, rgba(34,34,34,1) 42%, rgba(51,51,51,1) 64%, rgba(51,51,51,1) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%, rgba(18,18,18,1) 21%, rgba(34,34,34,1) 42%, rgba(51,51,51,1) 64%, rgba(51,51,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333', GradientType=1 );
}

article#cars div.show-cars img{
    position: relative;
    max-height: 200px;  
    display: inline-block;
    z-index: 1;
}

article#cars div.car{
    margin-bottom: 120px;
}

article#cars div.car h3{
    margin-bottom: 0;
    padding-bottom: 0;
}

article#cars span.line{
    display: inline-block;
    height: 4px;
    min-width: 60%;
    background: #FF9F08;
}


/******************************
    FOOTER
******************************/

/*
    FORMULARIO
*/
footer form, 
footer div#sending,
footer div#response{
    margin-bottom: 60px;
    height: 360px;
}

footer form .error{
    color: #6F0F0B;
    font-weight: 100;
    padding-top: 5px;
}

footer form div.form-group{
    margin-top: 30px;
}

footer div.form-group label{
    font-size: 1.2em;
}

footer form input[type="email"],
footer form input[type="text"]{
    border: 0;
    background: transparent;
    color: #323232;
    font-size: 1.2em;
    border-bottom: 1px solid #666;
    border-radius: 0
}

footer div.form-group input{
    box-shadow: none;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
    -webkit-transition: border-size 0.3s;
    transition: border 0.3s;
}

footer div.form-group input:focus{
    box-shadow: none;
    border-bottom:2px solid #121212;
}

footer form div.form-group textarea.form-control{
    height: 170px;
    background: rgba(250,250,250,.7);
    border:1px solid #565656;
}

footer form input[type="email"]::placeholder,
footer form textarea.form-control::placeholder,
footer form input[type="text"]::placeholder{
    color: #565656;
}

footer form input.btn-default{
    background-color: transparent;
    border: 2px solid #333;
    color: #232323;
    width: 60%;
    margin-top: 30px;
    margin-right: 30px; 
    -webkit-transition: background-color,color 0.3s;
    transition: background-color,color 0.3s;
}

footer form input.btn-default:hover{
    background-color: #333;
    color: #FF9F08;   
    border: 2px solid #333;
}

footer p a{
    color: #333;
    font-size: 2em;
}

footer p a:hover,
footer p a:active{
    color: #6F0F0B;
    text-decoration: none;
}

footer div#sending,
footer div#response{
    padding: 40px;    
}

footer div#sending, footer div#response{
    padding-top: 110px;	
}

footer div#response p{
    font-size: 2em;
}

footer div#sending img{
    display: inline-block;
    max-height: 80px;	
}

footer div.info{
    background: #333;
    color: #efefef;
    padding-top: 30px;
    position: relative;
}

footer div.info p.text{
    position:absolute;
    bottom: -60px;
    font-size: .8em;
}

footer p.brand{
    font-family: 'Arizonia', cursive;
    font-size: 3em;
}


@media(min-width:1200px){
    header>div.jumbotron div.logo-container p{
        font-size: 1.3em;
    }
}

@media(max-width:992px){
    header>div.jumbotron div.carousel{
        animation: none;
        -webkit-animation: none;
    }

    header>div.jumbotron div.logo-container{
        position: relative;
        top: -50px;
        left: 0;
        border: 0;
        border-radius: 0;
        height: auto;
        background: #222;
        box-shadow: none;
        animation: none;
        -webkit-animation: none;
    }

    header>div.jumbotron{
        background: #222;
    }

    article#services div.wrapper{
        margin: 25px auto;
        padding: 0;
        border-radius: 20px 10px 20px 0;
        padding-top: 1px;
    }

    article#services div.wrapper p{
        padding: 10px 30px 30px;
        margin-left: 5%;
        border-left: 10px solid #333;
    }

    article#services div.wrapper h3{
        background-color: #333;
        color: #FF9F08;
        margin-bottom: 10px;
        text-align: left;
        padding: 15px 20px 10px 50px;;
    }    

    article#cars{
        margin-top: 100px;
    }

}

@media(min-width:992px){
    article#about{
        margin-top: 140px;
    }

    article#services div.diagonal-up-wrapper{
        display:block;
        float:left;
        margin:50px auto 200px;
        transform:skew(0deg,-5deg);
        -ms-transform:skew(0deg,-10deg);
        -webkit-transform:skew(0deg,-5deg);    
    }

    article#services div.diagonal-down-wrapper{
        display:block;
        float:left;
        margin:50px auto 200px;
        transform:skew(0deg,5deg);
        -ms-transform:skew(0deg,10deg);
        -webkit-transform:skew(0deg,5deg);    
    }

    article#services div.diagonal-up-wrapper>div.text{
        transform:skew(0deg,5deg);
        -ms-transform:skew(0deg,10deg);
        -webkit-transform:skew(0deg,5deg);
    }

    article#services div.diagonal-down-wrapper>div.text{
        transform:skew(0deg,-5deg);
        -ms-transform:skew(0deg,-10deg);
        -webkit-transform:skew(0deg,-5deg);        
    }

    article#services div.wrapper div.text{
        height: 400px;
    }
    article#services div.wrapper div.text h3{
        margin-bottom: 30px;
    }
}

@media(min-width:768px){
    .navbar-header {
        float: left;
        padding: 15px;
        text-align: center;
        width: 100%;
    }
    .navbar-brand {
        float:none;
        border-bottom: 1px solid #FF9F0B;
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .navbar-nav>li{
        float: none;
    }
}

@media(max-width:767px){
    footer form, 
    footer div#sending,
    footer div#response{
        margin-bottom: 60px;
        height: auto;
    }    
}

@media(max-width:700px){

    header div.jumbotron{
        background: #333; 
        margin-top: -25px;
    }

    header div.carousel{
        display: none;
    }

    header>div.jumbotron div.logo-container,
    header>div.jumbotron div.logo-container div{
        background: rgba(32,32,32,.8);
        float: none;
        width: 100%;
        text-align: center;
        border: 1px solid #efefef;
        border-left: 0;
        border-right: 0;
        margin-bottom: 10%;
    }

    header>div.jumbotron div.logo-container div.brand-wrapper{
        background: rgba(32,32,32,.5);
        border: 0;
        padding-bottom: 20px;
        padding-bottom: 10px;
        margin-top: 15vh;
        margin-bottom: 20vh;
        top: 20px;
    }

    header>div.jumbotron div.logo-container{
        background: rgba(32,32,32,.5);
        background-image: url('../img/boda.jpg');
        background-position: center;
        background-size: cover;
        height: 100vh;
        padding: 0;
        border: 0;
    }

    footer div.info p.text{
        position:relative;
        top: 0;
    }
}



