html{
    font-size: 1.125rem;
}

body {
    margin: 0;
    padding: 0;
    /*background-color: #f5f5a981;*/
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #6d6e71;
}


header{
    /*background-color: #142d43;*/
    background-color: #000;
    display: block;
}

.locacao-navbar{
    padding: 10px;
}

.locacao-barra-topo{
    background-color: #ffcb31;
    min-height: 50px;
}

.locacao-barra-topo .container{
    color: #004a90;
}

.locacao-barra-topo .container .row{
    padding-top: 12px;
    font-weight: bold;
}

#carouselExampleControls{
    margin-top: 153px;
}

.locacao-button-nav-bar{
    background-color: #142d43;
    margin-left: 90%;

}

.locacao-nav-button-topo{

    margin-left: auto;
    margin-right: auto;
    background: none;
    border: none;
    text-decoration: none;
}

.locacao-nav-button-topo button{
    padding: 2px 10px;
    background: none;
    border: none;
    color: #000;
    font-weight: bolder;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-decoration: none;

}
.locacao-nav-button-topo button:hover{
    border-radius: 5px;
    text-decoration: none;

    color: #ffffff;
    background-color: #000;
}

.nav-link a{
    color: red;
}



footer{
    font-size: 1.1rem;
    text-align: center;
    padding: 40px 0 1px 0;
    margin-bottom: -15px;

    color: #dbdbdb;
    /*background-color: #142d43;*/
    background-color: #000;
}

.locacao-footer-links a{
    text-decoration: none;
    color: #dbdbdb;
}

.locacao-footer-links a:hover{
    text-decoration: none;
    color: #ffffff;
}

.locacao-footer-links p{
    text-align: left;
    font-weight: bold;
    font-size: 1.0rem;
    margin: 0;
}

.locacao-footer-links h5{
    text-align: left;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 15px;
    margin-bottom: 25px;
}

.locacao-footer-links h6{
    font-size: 1.2rem;
    text-align: center;
    margin-top: 25px;
}

.locacao-footer-subtitulo{
    font-size: 1.2rem;
    font-weight: bolder;
    padding-bottom: 30px;
}

.locacao-footer-subtitulo a{
    color: #ffffff;
    text-decoration: none;
}

.redes-sociais{
    font-size: 20px;

}


.redes-sociais a {
    color: #dbdbdb;
    font-family:'Lato', sans-serif;
}

.button-whatsapp{
    padding: 15px;
    font-size: 20px;
    background-color:#5cb85c;
    border-radius: 10px;
}

.button-whatsapp a{
    color: #ffffff;
    font-weight: bolder;
}

.button-whatsapp:hover{
    background-color: #46c946;
}


/***************************/
/*******GUILHERME***********/

.teste-index img:hover{
    opacity: 0.8;

}

.locacao-retirar-link a:hover{

    color: #000;
    text-decoration: none;

}
.locacao-retirar-link a:hover img{
    opacity: 0.7;
}


.locacao-retirar-link a{
    color: #000;
}

.locacao-produto-link a{
    text-decoration: none;
}
.locacao-produto-link a:hover{
    text-decoration: none;
    background-color: #4dc54d;
}

.locacao-produto-link p{
    color: #000;
    font-weight: bolder;
}

.locacao-detalhe-produto img{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 300px;

}

.teste img{
    width: 20%;
    height: auto;
}

.locacao-container-produto{
    margin-top: 175px;
    padding: 15px;
    min-height: 400px;
}

.locacao-container-produto h2{
    font-weight: bolder;
    text-align: center;
    color: #000;
}

.locacao-container-produto a{
    color: #ffffff;
    background-color: #5cb85c;
    padding: 10px;
    border-radius: 10px;
    font-weight: bolder;
}

.locacao-titulo-categoria h2{
    margin-top: 165px;
    text-align: center;
    font-weight: bolder;
    color: #000;
}

.locacao-produto-lista{
    padding: 10px;
    min-height: 360px;

}

.locacao-produto-lista p{
    font-size: 15px;
    font-weight: 500;
}

.locacao-produto-lista:hover{

    box-shadow: 0 0 6px #000;
    border-radius: 10px;
}

.locacao-produto-lista button:hover{
   background-color: #000;
   color: #ffffff;
}

.locacao-produto-lista button{
    display: flex;
    margin: 10px auto;
    padding: 0.7em;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color 0.25s ease-out,color 0.25s ease-out;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #f8cd4c;
    color: #000;
    font-weight: bold;
}

.locacao-produto-lista h5{
    color: #000;
    font-size: 1.3rem;
    margin-top: 5px;
    font-weight: bolder;

}

.locacao-produto-lista img{
    display: flex;
    margin: 0 auto 15px auto;
    height: 150px;
    width: auto;
}

.locacao-topo-icons{
    margin-top: 17px;
}

.locacao-topo-icons i{
    margin-top: 30px;
    text-decoration: none;
    color: #dbdbdb;
    font-size: 30px;
}


.locacao-centro{
    color: #575757;
    text-align: center;
    font-weight: bolder;
    margin-left: auto;
    margin-right: auto

}

.locacao-telefone{
    margin-top: 15px;
}

.locacao-telefone a{
    color: #dbdbdb; ;
}

/************************/
/***** MEDIA QUERIES ****/

@media only screen and (max-width: 991px) {
    iframe{
        width: auto;
    }
}

.topo {
    width: 100%;
    position: absolute;
    padding: 20px 0px 10px 0px;
}

.logo {
    width: 20px;
    float: left;
    margin-left: 20px;
}



.mapa img{
    padding-top: 10px;
    width: 60px;
}



.mapa2{
    margin-right: 40px;
    float: right;
}

.mapa2 img{
    width: 60px;
    margin-right: 20px;
}
@media (min-width: 990px) {
    .mapa2{
        display: none;
    }

}

#navbarDropdown{
    color: #fff;
}

.equipamentos{
    text-align: center;

}

.equipamentos p{
    display: table-caption;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
}

.equipamentos img{
    min-width: 150px;
    margin: 10px;
    width: 10%;
    padding: 0px;
    border-radius: 5px;
    border: 4px solid rgb(0, 0, 0);
}

.contato{
    float: right;
}

.teste{
    background-image:url("../img/fundo.jpg");
    background-repeat: no-repeat;
    width: auto;

}

.telefone{
    margin: 5px auto 30px auto;
}

.telefone a{
    margin: 10px;
    background-color: #e4be03;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 10px;
}

.telefone a:hover{
    text-decoration: none;
    background-color: #ffef0a;
}

.tel-simples a{
    color: #ffffff;
    vertical-align: middle;
    text-decoration: none;
}

.tel-simples a:hover{
    color: #ffef0a;
}

.whatsapp-icone img{
    width: 7%;
}

.categoria{
    min-height: 330px;
    height: auto;
    border: none;
}


.categoria h4{
    margin: 10px auto 0px auto;
    font-weight: bolder;
    text-align: center;
}

.categoria:hover{
    box-shadow: 0 0 6px #004a90;
}


.button-categoria{
    margin-left: auto;
    margin-right: auto;
}

.button-categoria button{
    display: flex;
    width: 200px;
    display: flow-root;
    margin: 10px auto;
    padding: 0.7em;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color 0.25s ease-out,color 0.25s ease-out;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #ffcb31;
    color: #0255a3;
    font-weight: bold;
}

.button-categoria button:hover{
    background-color: #E7AD00;
    color: #fff;
    text-decoration-color: none;

}

.categoria img{
    margin: 5px auto 0px auto;
    width: auto;
    height: 200px;
}
