ul li
{
    list-style: none;
}
ul li a
{
    position: relative;
    display: block;
    padding: 10px 20px;
    margin: 20px 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    transition: .5s;
}
ul li a:hover
{
    background: rgba(0, 0, 0, 0);
    color: rgb(226, 170, 17);
}
ul
{
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    float: right;
    transition: .5s;
    }

.toggle
{
    display:none;
    position: absolute;
    right: 10px;
    top: 26px;
    color: #fff;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
}
@media (max-width: 1080px)
{
    .toggle
    {
        display: block;
    }
    .togle .contac
    {
        display: none;
    }
    header
    {
        padding: 0 0;
        background: rgb(48, 48, 48);
    }
    header ul
    {
        position: absolute;
        width: 100%;
        left: 0;
        top: 90px;
        display: none;
        z-index: 2000;
    }
    header ul.active{
        display: block;
    }
    header ul li a{
        margin: 0;
        display: block;
        text-align: center;
        color: rgba(255, 255, 255, 0.8);
        background: rgba(0, 0, 0,.6);
    }
    .container_body
    {
        flex-wrap: wrap;
    }
    .colum2,
    .colum3
    {
        margin-top: 40px;
    }
}
.actpage
{
    color: rgb(255, 217, 0);
}
footer
{
    background: #202020;
    color: white;
    padding: 40px;
}
.container_footer_all
{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.container_footer_all :hover
{
    color: #fff;
}
.container_body
{
    display: flex;
    justify-content: space-between;
}
.colum1
{
    max-width: 350px;
}
.colum1 h1
{
    font-size: 22px;
}
.colum1 p
{
    font-size: 14px;
    color: #C7C7C7;
    margin-top: 20px;
}
.colum2
{
    max-width: 400px;
}
.colum2 h1
{
    font-size: 22px;
}
.row
{
    margin-top: 20px;
    display: flex;
}
.row img
{
    width: 36px;
    height: 36px;
}
.row label
{
    margin-top: 10px;
    margin-left: 20px;
    color: #C7C7C7;
}
.colum3
{
    max-width: 400px;
    margin-bottom: 40px;
}
.colum3 h1
{
    font-size: 22px;
}
.row2
{
    margin-top: 20px;
    display: flex;
    color: #C7C7C7;
}
.row2 img
{
    width: 36;
    height: 36px;
}
.row2 label
{
    margin-top: 10px;
    margin-left: 20px;
    max-width: 140px;
}
.container_footer
{
    width: 100%;
    background: #101010;
}
.footer
{
    max-width: 1200px;
    margin: auto  ;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.copyright
{
    color: gray
}
.information a
{
    text-decoration: none;
    color: dimgray;
}
.information a:hover
{
    text-decoration: none;
    color: white;
}
@media screen and (max-width: 1100px)
{
    .container_body
    {
        flex-wrap: wrap;
    }
    .colum1
    {
        max-width: 100%;
    }
    .colum2,
    .colum3
    {
        margin-top: 40px;
    }
}
@media screen and (max-width: 715px)
{
    .colum2,
    .colum3
    {
        margin-top: 40px;
    }
}
.row a:link
{
    color: #C7C7C7;
    text-decoration: none;
}
.row a:visited
{
    color: #C7C7C7;
}
.row a:hover
{
    color: #fff;
}
/*
a:link {estilos que queremos darle}
a:visited {estilos a darle}
a:active {estilos aquí}
a:hover {estilos}*/