
*{
    font-family: Arial, Helvetica, sans-serif;
}
    @font-face {
        font-family: 'iconos';
        src: url('/fonts/icon.ttf') format('truetype');
}
i
{
    font-family: iconos;
    font-style: normal;
}
@media screen and (min-width: 800px) {
    
    .mov{
        display: none;
    }
    body{
        margin: 0 auto;
    }
    h1{
        font-size: 1.5em;
        text-align: left;
    }
    h2{
        font-size: 1.3em;
        text-align: left;
    }
    header{
        height: 200px;
        box-shadow: 1px 1px 3px black;
        margin-bottom: 3px;
    }
    header .logo{
        width: 600px;
        margin: 50px;
    }
    nav{
        position: absolute;
        top: 75px;
        right: 0;
        width: 100%;
        text-align: right;
    }
    nav ul{
        list-style: none;
        margin-right: 10%;
    }
    nav ul li{
        display: inline;
        margin: 0 10px;
        padding: 10px;
        background-color: #8db33c;
        border: 3px outset #8db33c;
    }
    nav ul li:active{
        border: 3px inset #00000058
    }
    nav a{
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }
    footer{
        background-color: #8db33c;
        min-height: 300px;
        padding: 2%;
        display: flex;
    }
    footer section{
        width: 30%;
        flex-grow: 1;
    }
    footer i{
        display: inline-block;
        border-radius: 27px;
        padding: 11px;
        width: 1.2rem;
        height: 1.2rem;
        font-size: 1.2rem;
        font-weight: bold;
        background-color: #000;
        color: #fff;
    }
    footer a{
        text-decoration: none;
        color: #000;
        font-size: 1.2rem;
        font-weight: bold;
    }
    footer ul{
        list-style: none;
        text-transform: uppercase;
        text-decoration: underline;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 100%;
    }
    /*************************** CLASES **********************/

    .fondo{
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        height: 100%;
        width: 100%;
    }
    .fondoHeader{
        left: 0;
        width: 100%;
        height: 600px;
    }
    .imgizq{
        float: left;
    }
    .imgdch{
        float: right;
    }
    .baner{
        position: relative;
        width: 100%;
        height: 60vh;
        flex-shrink: 0;
        object-fit: cover;
        display: block;
        box-sizing: border-box;
    }
    .baner .fondo{
        height: auto;
    }
    .carrobaner{
        width: 100%;
        display: flex;
    }
    .b3{
        padding: 10px;
    }
    /************************** ID ****************************/
    #fondo{
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        z-index: -99;
        opacity: 0.8;
    }
    #baner{
        height: 60vh;
        width: 100%;
        overflow: hidden;
    }
    @media screen and (min-width: 2000px) {
        body{
            font-size: 1.3rem;
        }
    }
    @media screen and (min-width: 2500px) {
        body{
            font-size: 1.5rem;
        }
    }
}

@media screen and (max-width: 800px){
    .desk{
        display: none;
    }
    body{
        margin: 0 auto;
    }
    h1{
        font-size: 1.5em;
        text-align: left;
    }
    h2{
        font-size: 1.3em;
        text-align: left;
    }
    header{
        height: 250px;
        box-shadow: 1px 1px 3px black;
        margin-bottom: 3px;
        text-align: center;
        position: relative;
    }
    header .logo{
        width: 70%;
        margin: 50px 15%;
    }
    nav{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        text-align: right;
    }
    nav ul{
        list-style: none;
        margin-right: 10%;
        text-align: center;
    }
    nav ul li{
        margin: 10px;
        padding: 10px;
        background-color: #8db33c;
        border: 3px outset #8db33c;
    }
    nav ul li:active{
        border: 3px inset #00000058
    }
    nav a{
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }
    footer{
        background-color: #8db33c;
        min-height: 300px;
        padding: 2%;
        display: flex;
    }
    footer section{
        width: 30%;
        flex-grow: 1;
        text-align: center;
    }
    footer i{
        display: inline-block;
        border-radius: 27px;
        padding: 11px;
        width: 1.2rem;
        height: 1.2rem;
        font-size: 1.2rem;
        font-weight: bold;
        background-color: #000;
        color: #fff;
    }
    footer a{
        text-decoration: none;
        color: #000;
        font-size: 1.2rem;
        font-weight: bold;
    }
    footer ul{
        list-style: none;
        text-transform: uppercase;
        text-decoration: underline;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 100%;
    }
    
    footer img{
        width: 350px;
        margin: 50px auto 0;
    }
    /*************************** CLASES **********************/

    .fondo{
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        height: 100%;
        width: 100%;
    }
    .fondoHeader{
        left: 0;
        width: 100%;
        height: 600px;
    }
    .imgizq{
        float: left;
    }
    .imgdch{
        float: right;
    }
    .baner{
        position: relative;
        width: 100%;
        height: 23vh;
        flex-shrink: 0;
        object-fit: cover;
        display: block;
        box-sizing: border-box;
    }
    .baner .fondo{
        height: auto;
    }
    .carrobaner{
        width: 100%;
        display: flex;
    }
    .b3{
        padding: 10px;
    }
    /************************** ID ****************************/
    #fondo{
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        z-index: -99;
        opacity: 0.8;
    }
    #baner{
        width: 100%;
        overflow: hidden;
    }
    @media screen and (min-width: 2000px) {
        body{
            font-size: 1.3rem;
        }
    }
    @media screen and (min-width: 2500px) {
        body{
            font-size: 1.5rem;
        }
    }
}