*{
    margin: 0;
    padding: 0;
}

body{
    
    font-family: Arial, Helvetica, sans-serif;
    background: #EEEEEE;

}

/* --- Cabeçalho ---*/

nav{
    background: linear-gradient(to right,rgba(242, 242, 250, 0.8), rgba(157, 157, 197, 0.8),rgba(99, 99, 167, 0.8), rgba(31, 31, 71, 0.925));
    
}


.navbar-light .navbar-nav .nav-link {
    font-size: 1em;
    font-weight: bold;
    padding: 10px;
    color: white;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: white;
}

.navbar-light .navbar-toggler:hover {
        border: 2px solid rgba(31, 31, 71, 0.925);
}

.logo img{
    width: 200px;

}

.botao a{
    color:rgba(31, 31, 71, 0.925);
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.botao i{
    padding-left: 5px;
    
}

.botao a:hover{
    color:rgba(31, 31, 71, 0.925);
    font-weight: bold;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.botao .btn-light{
    border-radius: 20px;
}

/*--- Capa --- */

.card .fundo{
    margin:auto;
    text-align: center;
    background:rgba(0,0,0,0.5);
    width:100%;
    height: 60%;
}


.card-text{
    margin: 20px 0;
    font-size: 1.2em;
}

.botao1{
    border-radius: 20px;
    margin: 15px;
    font-weight: bold;
}

.btn-success a{
    color: white;
}

/*--Marcas de Chaves --*/

.modelos_chaves{
    margin-top: 10px;
    margin-bottom: 50px;
}

ul{
    list-style: none;
}

h3{
    padding: 15px 0;
    text-align: center;
    background: linear-gradient(to right,rgba(157, 157, 197, 0.8),rgba(99, 99, 167, 0.8), rgba(31, 31, 71, 0.925));
    color:rgb(255, 255, 255);
    letter-spacing: 2px;
    border-radius: 10px;
}

.modelos{
    border: 1px solid  #DDDDDD;
    display: block;
}

.modelos a{
    color: rgb(90, 90, 136);
    background-color: transparent;

}



.chaves img{
    border: 2px solid #DDDDDD;
    border-radius: 10px;
    width: 100%;
    height: 200px;
}


.chaves h5{
    padding: 25px 10px;
    font-size: 1em;
    height: 90px;
    text-align: center;
    
   
    
}

.chaves h4{
    padding: 10px 15px;
    font-size: 1.1em;
    text-align: center;
    background: rgba(96, 96, 167, 0.7) ;
    border-radius: 10px;
    
}


#fundo{
    border: 3px solid  #EEEEEE;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 15px 8px;
    background: white;
}

/*--Serviço--*/
.servico{
    margin: 30px 0 60px;
}

.caixa{
    border: 3px solid #EEEEEE;
    border-radius: 30px;
    margin: 10px 0;
    height: 300px;
    display: flex;
    align-items:center;
    background: linear-gradient(to right,rgba(157, 157, 197, 0.8),rgba(99, 99, 167, 0.8), rgba(31, 31, 71, 0.925));   
}



h4{
    text-align: center;
    font-weight: bold;
    color:rgb(255, 255, 255);
    letter-spacing: 2px;


}


/*--video --*/

#fundo1 h5{
    font-weight: bold;
    border-radius: 10px;
    height: 65px;
    margin: 5px;
    padding: 5px;
    background: rgba(96, 96, 167, 0.7);
}

#fundo1 h6{
    margin: 12px 5px 0;
    padding: 5px;
}

#fundo1{
    width: 350px;
    text-align: center;
    padding: 20px;
    background: white;
    border: 3px solid #EEEEEE;
    border-radius: 20px;
    margin: 10px 0 50px;
    
}

iframe{
    width: 380px;
    border: 3px solid #DDDDDD;
    border-radius: 20px;
    margin: 15px 0;
}

/*-- Footer --*/

footer{
    background: rgba(157, 157, 197, 0.8);
   /* background: linear-gradient(to right,rgba(242, 242, 250, 0.8), rgba(157, 157, 197, 0.8),rgba(99, 99, 167, 0.8), rgba(31, 31, 71, 0.925));*/
}

footer li{
    list-style: none;
}

#rodape{
    padding: 20px 0 0 0;
}


footer .nav-item .nav-link{
    padding: 5px 0;
    color:  rgb(0, 0, 0);
    font-weight: bold;
    font-size: 0.9em;

}


footer .redes_sociais{
    color: white;
    padding: 5px 20px;

}

footer .redes_sociais a:hover{
    color: white;

}

.direito_reservado h6{
    border-top: 1px solid #DDDDDD;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 0.8em;

}

/*------- Pagina Catalogo -------*/


.btn-success{
    padding: 15px; 
    border-radius: 60%;


}


/*------- Pagina Video -------*/
.caixa_video{
    margin: 10px 0;
}


/* ------ Pagina Contato ------*/
.caixa_contato{
    margin-top: 10px;
}

#fundo2{
    text-align: center;
    padding: 20px;
    background: white;
    border: 5px solid #EEEEEE;
    border-radius: 20px;
    margin: 10px 0;
    
}

#fundo2 h5{
    font-weight: bold;
    border-radius: 10px;
    margin: 10px 10px 25px;
    padding: 10px;
    background: rgba(96, 96, 167, 0.7);

}

#fundo2 iframe{
    width: 60%;
    height: 300px;
    border: 3px solid #DDDDDD;
    border-radius: 20px;
    margin: 15px 0;
}

#fundo2 a{
    color: black;
    font-size: 1.1em;
    font-weight: bold;

}

/*---Sobre nós ---*/

.sobre{

    margin: 20px;
}

#fundo2 p{
    padding: 15px 30px;
    text-align: justify;

}





/*--- Responsividade ---*/


/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .navbar-light .navbar-nav .nav-link {
        color: rgba(31, 31, 71, 0.925);
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(31, 31, 71, 0.5);
    }

    .logo img{
        width: 150px;
    }
 
    iframe{
        width: 90%;
   
    }


    h1{
        font-size: 1.1em;

    }

    h3{
        font-size: 1.5em;
        padding: 5px 0;
        border-radius: 10px;
    }

    h4{
        font-size: 1.2em;
    }
    
     .card-img{
        height:300px;
    }

    .card-text{
       
        font-size: 0.9em;
    }

    .botao1{
        font-size: 0.9em;
        margin: 0;
    }


    .card .fundo{
            height: 100%;
    }


    #fundo{
        width: 100%;
        height: 200px;
        padding: 35px;
        display: flex;
        align-items: center;
    }

    

    .chaves img{
        width: 130px;
        height: 130px;
        border: 3px solid #DDDDDD;
        border-radius: 10px;
        padding: 10px;


        
    }

    .chaves h5{
        text-align: center;
        font-size: 0.9em;
        align-self:center;
        
    }

    .chaves h4{
        align-self:center;
        font-size: 0.9em;
        
       

    }

    .caixa{
        height: 70px;
        margin: 1px;
    }
}


/* Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 641.99px) {
    .navbar-light .navbar-nav .nav-link {
        color: rgba(31, 31, 71, 0.925);
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(31, 31, 71, 0.5);
    }

    .logo img{
        width: 170px;
    }

    .botao .btn-light {
        font-size: 0.9em;
    }

    iframe{
        width: 90%;
   
    }

    h1{
        font-size: 1.2em;

    }

    h3{
        font-size: 1.9em;
        padding: 5px 0;
        border-radius: 10px;
    }
    
     .card-img{
        height:300px;
    }

    .card-text{
       
        font-size: 0.9em;
    }

    .botao1{
        font-size: 0.9em;
        margin: 8px;
    }



    .card .fundo{
        height: 90%;
    }

    #fundo{
        width: 100%;
        height: 200px;
        padding: 35px;
        display: flex;
        align-items: center;
    }

    

    .chaves img{
        width: 150px;
        height: 150px;
        border: 3px solid #DDDDDD;
        border-radius: 10px;
        padding: 10px;


        
    }

    .chaves h5{
        text-align: center;
        
    }

    .servico h4{
        font-size: 1em;

    }

    
 }


 /* Small devices (landscape phones, less than 768px)*/
@media (min-width: 642px) and (max-width: 767.98px) {
    .navbar-light .navbar-nav .nav-link {
        color: rgba(31, 31, 71, 0.925);
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(31, 31, 71, 0.5);
    }

    .logo img{
        width: 170px;
    }

    .botao .btn-light {
        font-size: 0.9em;
    }

    iframe{
        width: 75%;
   
    }

    h1{
        font-size: 1.3em;

    }

    .card-text{
       
        font-size: 1em;
    }

    .botao1{
        font-size: 1em;
        margin: 10px;
    }


    .card .fundo{
        height: 85%;
    }

    #fundo{
        width: 100%;
        height: 200px;
        padding: 35px;
        display: flex;
        align-items: center;
    }

    

    .chaves img{
        width: 150px;
        height: 150px;
        border: 3px solid #DDDDDD;
        border-radius: 10px;
        padding: 10px;
        
    }

    .chaves h5{
        text-align: center;
        max-width: 380px;
    }

    .chaves h4{
        text-align: center;
        font-size: 1em; 
         
   
    }



       
 }

/* Medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
    .logo img{
        width: 170px;
    }


    .navbar-light .navbar-nav .nav-link {
        font-size: 0.9em;
    }

    .botao .btn-light {
        font-size: 0.9em;
    }

    h1{
        font-size: 1.5em;
    }

    .card-text{
       
        font-size: 1em;
    }

    .botao1{
        font-size: 1em;
        margin: 10px;
    }


    .card .fundo{
        height: 65%;
    }

    iframe{
    width: 90%;

    }
    

    .chaves img{
        border: 2px solid #DDDDDD;
        border-radius: 10px;
        padding: 0; 
        height: 160px; 
    }

   

    .chaves h5{
        padding: 10px;
        font-size: 0.9em;   
        
   
    }

    .chaves h4{
        text-align: center;
        font-size: 1em; 
         
   
    }


    #fundo1 h5{
        font-size: 1em;
    
    }

}

/* Large devices (desktops, less than 1200px)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .navbar-light .navbar-nav .nav-link {
        font-size: 0.9em;
    }
    .botao1 .btn .btn-outline-light{
        width: 5px;

    }

    iframe{
        width: 100%;
    
        }

        .chaves img{
            padding:0;
            height: 160px;
        }
}

/* X-Large devices (large desktops, less than 1400px)*/
@media (min-width: 1200px) {
   
   
    
 }

/* XX-Large devices (larger desktops)*/
/* No media query since the xxl breakpoint has no upper bound on its width*/