*{box-sizing: border-box;}

html, body, header, nav, main, footer{width: 100%;}
html, body{
    max-width: 1920px;
    height: auto;
    margin: auto;
    font-family: 'Oswald', sans-serif !important;
}

/*WhatsApp*/
#ws{
    width: 60px;
    height: auto;
   /* background-color: blue;*/
   position: absolute;
    right: 5%;
    bottom: 200px;
    z-index: 100;
    position: fixed;
    cursor: pointer;
}

#ws img{
    width: 55px;
    height: auto;
}

/*NAVBAR*/
.navbar{
    width: 100%;
    max-width: 1920px !important;
    position: fixed !important;
    z-index: 1000 !important;
    top:-1px;
    /*left: 0;*/
    box-shadow: 0 6px 5px rgba(0,0,0,0.5);
    background-color: #fff;
}

.navbar .navbar-brand{font-size: 1.6rem; font-weight: bold;}
.navbar-brand-logo{display: none;}
.navbar .nav-item{
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#inicio{font-size: 1.25rem;}
.navbar .nav-item .nav-link{
    color: rgba(0, 0, 0, 0.8);
    line-height:45px;
    font-weight: 400;
    font-size: 1.4rem;
}

.navbar-toggler{
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 2px solid rgba(0,0,0,0.5) !important;    
    margin-right: 5px;
}

.navbar-toggler:focus{
    outline: 3px solid #56b4f1 !important;
    border: 3px solid #56b4f1 !important;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
}

h2, p{font-family: arial; font-size: 1.35rem !important;}

a{text-decoration: none !important;}

footer{
    height: 300px;
    background-color: #343434;
    padding-top: 20px;
}

footer #logo{
    width: 200px;
    height: auto;
    margin: auto;
}

footer #logo img{
    width: 200px;
    height: auto;
}

footer #redes{
    width: 260px;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center; 
    margin-top: 35px;
}

#redes #face, #redes #insta, #redes #tw, #redes #ws2{width: 48px; height: 48px;}
#face img, #insta img, #tw img, #ws2 img{width: 48px; height: 48px;}

address{
    text-align: center;
    color: white;
    font-size: 1.2rem;
    margin-top: 15px;
    font-family: arial;
}

footer hr{
    width: 95%;
    margin:40px auto 15px auto;
    color: white;
}

footer #autor{width: 100%; height: auto;}

#autor p{
    color: #fff;
    font-size: 1.1rem !important;
    text-align: center;
    margin-top:20px;
}

footer a{text-decoration: none; color: #fff;}
footer a:hover{color: #848484;}



/*////////////////////////////////////////////*/

@media screen and (min-width:992px){
    /*NAVBAR*/
    .bg-tech{background-color: #343434;}
    .navbar-nav {
    width: auto;
    height: 70px;
    position: absolute !important;
    right: 10px;
    margin-top: 10px;
    }
    
    .nav-item{
    width: auto;    
    margin-left:0;
    margin-top: 5px !important;
    border-bottom: none !important;  
    }

    .nav-link{
    width: auto;
    height: 50px !important;  
    border-left: 1px solid rgba(255, 255, 255, 0.3) !important;
    font-size: 1rem !important;
    text-align: center !important;
    padding: 5px 10px 0 10px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    }

    .primero{border-left:none !important; font-size: 1.05rem !important;}

    .nav-link:hover{color:#07b7f2 !important; text-shadow: none;} 

    .navbar .navbar-brand{display: none;}

    .navbar-brand-logo{
    display: block;    
    width: 250px;
    height: auto;
    margin-top: 5px;
    margin-left: 25px;
    }
    .navbar-brand-logo img{width: 100%; height: auto;}
    }
    
    @media screen and (min-width:1200px){
    /*WhatsApp*/
    #ws{
    width: 70px;
    right: 5%;
    bottom: 32px;
    }

    #ws img{width: 70px; height:auto;}

    /*NAVBAR*/
    .navbar-nav{right: 70px;}
    .nav-link{font-size: 1.1rem !important;}    
    .primero{border-left:none !important; font-size: 1.15rem !important;}    
    .navbar .navbar-brand{display: none;}
    
    .navbar-brand-logo{
    display: block;    
    width: 250px;
    height: auto;
    margin-top: 5px;
    margin-left: 50px;
    }
}