#se1{
    padding-top: 150px;
    padding-bottom: 40px;
    width: 100%;
    min-height: 600px;
    display: flex;
    flex-flow: wrap;
}

#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;*/
}

@media (min-width:1200px) and (max-width:1400px) {
    #se1{
        padding-top: 90px;
    }
    #home-vid{
        height: 90%;
    }

    #home-info img {
        height: 60px !important;
        margin: 20px !important;
    }
    
}

#home-info img{
    height: 70px;
    margin: 30px;
}

#home-info a{
    cursor: help;
}

#home-vid{
    width: 50%;
    height: 100%;
/*    z-index: 2;*/
    display: flex;
    align-items: center;
    justify-content: center;
    
    
}

#home-vid video{
    width: 80%;
    border-radius: 0px;
    overflow: hidden;
}

#home-titulo{
    width: 100%;
    margin-bottom: 30px;
    font-size: 5em;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    color: var(--texto);
    transition: 0.3s;
}


#home-titulo b{
    color:var(--rojoL);
}

#home-desc{
    width: 100%;
    font-size: 2em;
    
    line-height: 50px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    color: var(--texto);
}

#home-button{
    user-select: none;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 50px;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 3px 20px;
    height: 35px;
    background-color: var(--rojoL);
    color: #fff;
    border-radius: 5px;
    font-family: 'Roboto',sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.3s;
}

#home-button:hover{
    background-color: var(--texto);
    transition: 0.3s;
}

@media (max-width:900px){
    #se1{
        padding-top: 0;
        padding-bottom: 0;
        
    }
    
    #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-vid{
        width: 100%;
    }
    
    #home-vid video{
        width: 100%;
        border-radius: 0px;
        border-top-left-radius: 0px;
        overflow: hidden;
    }
    
}

@media (min-width:300px){
    #home-info{
        padding-top: 150px;
    }
    
     #home-vid{
       padding-top: 0px;
    }
}

@media (min-width:900px){
    #home-info{
        padding-top: 200px;
    }
    
    #se1{
        flex-flow: row-reverse;
    }
}

@media (min-width:902px){
    #home-vid{
       padding-top: 200px;
    }
    
    
}


@media (min-width:1200px){
    #home-info{
        padding-top: 100px;
    }
    
    #home-vid{
       padding-top: 0px;
    }
}



@media (min-width:1300px){
    
    #home-info {
        padding-top: 50px;
    }   
    
    #home-titulo{
        font-size: 3.5em;
    }
    

    #home-desc{
        font-size: 1.2em;
    } 
    
}

@media (min-width:1600px){
    
    #home-info {
        padding-top: 50px;
    }   
    
    #home-titulo{
        font-size: 5em;
    }
    

    #home-desc{
        font-size: 2em;
        line-height: 50px;
        width: 99%;
    }
    
    
}

#se1{
    position: relative;
}

#sitio-alterno{
    width: 60px;
    height: 60px;
    position: absolute;

    bottom: 20;
    right: 20;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    background-color: #fff;
    transition: 0.3s;
}

#sitio-alterno:hover{
    background-color: #ddd;
    transform: scale(1.1);
    transition: 0.3s;
}


#sitio-alterno img{
    width: 90%;
    height: 90%;
    object-fit: contain;
    transition: 0.3s;
}
#sitio-alterno:hover img{
    width: 80%;
    height: 80%;
    transition: 0.3s;
}