#se1{
    padding-top: 0px;
    width: 100%;
    min-height: 600px;
    display: flex;
    flex-flow: wrap;
    
}

#button-switch{
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: -50px;
    z-index: 3;
    width: auto;
    background-color: #fff;
    padding: 5px 10px;
    border: 2px solid #ddd;
    height: 30px;
    font-size: 2em;
    font-family: 'Ubuntu',sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #111;
    cursor: pointer;
    user-select: none;
}

#button-switch:hover{
    background-color: #fafafa;
}

#button-switch2{
    display: none;
    /* margin-left: auto; */
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: -50px;
    z-index: 3;
    width: auto;
    background-color: #fff;
    padding: 5px 10px;
    border: 2px solid #ddd;
    height: 30px;
    font-size: 2em;
    font-family: 'Ubuntu',sans-serif;
    font-weight: 700;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #111;
    cursor: pointer;
    user-select: none;
}

#button-switch2:hover{
    background-color: #fafafa;
}

@media (min-width:900px) {
    #button-switch{
        margin-right: 100px;
    }
}


#home-info{
    padding-top: 100px;
    width: 40%;
    display: flex;
    flex-flow: wrap;
/*    justify-content: center;*/
    align-content: center;
    align-items: center;
    font-family: sans-serif;
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%;
    z-index: 2;
}


model-viewer{
/*    padding-top: 100px;*/
    width: 50%;
    height: 600px;
    z-index: 2;
    overflow: visible;
}

#home-img{
    width: 50%;
    height: 100%;
    z-index: 2;
}
#home-img video{
    width: 95.209%;
}

#home-img img{
    padding-top: 100px;
    width: 90%;
    display: block;
    margin: 0 auto;
    -webkit-filter: drop-shadow(2px 2px 2px #ddd);
    filter: drop-shadow(2px 2px 2px #ddd);
}

#home-titulo{
    width: 100%;
    margin-bottom: 30px;
    font-size: 5em;
    word-spacing: 10px;
    font-family: 'Ubuntu',sans-serif;
    font-weight: 400;
    color: var(--texto);
    transition: 0.3s;
}

#home-titulo b{
    color:var(--verde);
}

#home-desc{
    width: 100%;
    font-size: 2em;
    
    line-height: 50px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 300;
    color: var(--texto);
}

#home-button{
    user-select: none;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 3px 20px;
    height: 35px;
    background-color: var(--verde);
    color: #fff;
    border-radius: 40px;
    font-family: 'Montserrat',sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.3s;
}

#home-button:hover{
    background-color: var(--azul);
    transition: 0.3s;
}

@media (max-width:900px){
    model-viewer{
        height: 300px;
        width: 100%;
        padding-top: 0px;
    }
    
    #home-info{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
       
    }
    
    #home-titulo{
        font-size:3em;
        
    }
    
    #home-desc{
        font-size: 1.5em;
        line-height: 35px;
       
    }
    
    #home-img{
        width: 100%;
    }
    
    #home-img img{
        padding-top: 0px;
    }
    
    
    
}

@media (min-width:300px){
    #home-info{
        padding-top: 150px;
    }
    
     #home-img{
       padding-top: 0px;
    }
}

@media (min-width:900px){
    #home-info{
        padding-top: 200px;
    }
}

@media (min-width:902px){
    #home-img{
       padding-top: 200px;
    }
    
    
}


@media (min-width:1200px){
    #home-info{
        padding-top: 100px;
    }
    
    #home-img{
       padding-top: 0px;
    }
}



@media (min-width:1300px){
    
    #home-info {
        padding-top: 50px;
    }   
    
    #home-titulo{
        font-size: 3.5em;
    }
    

    #home-desc{
        font-size: 1.2em;
    }
    
    #home-img img{
        padding-top: 50px;
    }
    
    
}

@media (min-width:1600px){
    
    #home-info {
        padding-top: 50px;
    }   
    
    #home-titulo{
        font-size: 5em;
    }
    

    #home-desc{
        font-size: 2em;
        line-height: 50px;
    }
    
    #home-img img{
        padding-top: 50px;
    }
    
    
}

#idioma-flag{
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    position: absolute;
    display: none;
    background-color: #ddd;
    margin-left: 20px;
    cursor: pointer;
}

#idioma-flag p{
    position: absolute;
    margin-left: 50px;
    margin-top: 5px;
    font-family: 'Montserrat';
}