/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18/10/2017, 22:09:08
    Author     : OrtizVerdur
*/

body {
    background-color: #000000;         
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    min-height: 100vh;
}
.absoluto {
    position: absolute;
    min-height: 100vh;
    min-width: 100vw;
    overflow: hidden;
    top: 0;
    left: 0;
}
.absoluto .fondo {
    margin-top: calc(15vh - 0px);
    background-image: url('../images/nespresso.gif');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    min-height: 80vh;
}
#animation_container {
    margin-top: 80px;
    margin-left: -45px;
    transform: scale(0.7);
}
.panel1 {
    margin-top: calc(25vh + 40px);
    font-size: 15px;
    letter-spacing:4px;
    min-height: 160px;
    line-height: 26px;
    padding: 0px 15px;    
}
.semi {
    font-weight: 600;
}
.panel2 {
    margin-top: 100px;
    font-size: 16px;
    font-weight: 400;
    padding: 0px;
    letter-spacing: 4px;
    line-height: 24px;
    text-align: right;
}
.italic {
    font-style: italic;
    font-weight: 600;
}
.panel3 {
    margin-top: calc(25vh + 40px);
    font-size: 13px;    
    padding: 0px;
    letter-spacing: 4px;
    line-height: 18px;
    color: #908C89;
}
.panel3 a {
    color: #908C89;
    text-decoration: none;
}
.panel4 {
    text-align: right;
    margin-top: 30px;
    font-size: 30px;    
    padding: 30px 0px 0 0px;    
}
.panel4 a {
    color: #908C89;
}
.panel4 a:first-child {
    padding-right: 20px;
}
.panel4 a:hover {
    color: #FFE700;
}
.footer {
    position: absolute;
    bottom: 50px;   
    width: 100%;
}
.popup {
    position: absolute;
    background: rgba(0,0,0,0.8);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
}
.popup .margen {
    margin-top: 150px;
}
@media only screen and (max-width : 479px) {
    .footer { 
        position: initial;
        margin-top: 5px;
    }
    body {
        background-size: cover;
    }
    #animation_container {
        margin-top: 30px;
        transform: scale(0.6);
        margin-left: -65px;
    }
    .absoluto .fondo {
        margin-top: 140px;
    }
    .panel1 {
        margin-top: calc(100vh - 330px);
        text-align: left;
        padding: 0 30px;
        background-image: none;
        font-size: 12px;
        min-height: 0;
        line-height: 20px;
    }
    .panel2 {
        margin-top: 20px;
        text-align: left;
        font-size: 12px;
        padding: 0 30px;
    }
    .panel3 {  
        margin-top: 10vh;
        padding: 0 15px;
    }
    .panel31 {
        margin-top: 25px;
    }
    .panel4 {
        margin-top: 20px;
        padding: 0 15px;
        font-size: 20px;
        text-align: right;        
    }
}
@media (min-width: 1400px){
    .container {
        width: 1380px;
    }
}