.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 200;
    font-style: normal;
  }

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }  


#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#navbar {
    display: flex;
    width: 100%;
    height: 120px;
    background-color: #43B02A;
    border-bottom: 5px solid #ffffff;
    color: #ffffff;

}

#logo {
    height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: auto;
}

#container {
    display: flex;
    flex-grow: 1;
    background-color: blanchedalmond;
}

#video-stiler {
    object-fit: cover;
}


@media screen and (min-width: 799px) {
    
    #construccion {
        display: flex;
        margin-left: 40px;
        margin-right: 40px;
        align-items: center;
        text-align: right;
    }

    #footer {
        display: flex;
        width: 100%;
        height: 120px;
        background-color: #43B02A;
        border-top: 5px solid #ffffff;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
    
    }
    
    #footer-left {
        margin-right: auto;
        padding-left: 20px;
    
    }
    
    #footer-right {
        margin-left: auto;
        padding-right: 20px;
        text-align: right;
    }
    
    
    #footer address p {
        color: #ffffff;
        font-style: normal;
    }
    
    #footer a {
        color: #ffffff;
        font-style: normal;
        text-decoration: none;
    }
    
    #logo-footer {
        height: 100%;
        min-width: 512px;
    }

  }

  @media screen and (max-width: 800px) {

    #construccion {
        display: flex;
        margin-left: 40px;
        margin-right: 40px;
        align-items: center;
        text-align: right;
        font-size: 12px;
    }

    #footer {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        background-color: #43B02A;
        border-top: 5px solid #ffffff;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
    
    }
    
    #footer-left {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
    
    #footer-right {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        width: 100%;
        text-align: center;
    }
    
    
    #footer address p {
        color: #ffffff;
        font-style: normal;
    }
    
    #footer a {
        color: #ffffff;
        font-style: normal;
        text-decoration: none;
    }
    
    #logo-footer {
        width: 100%;
        max-width: 512px;

    }

  }