*{
    margin:  0;
    padding: 0;
    box-sizing:  border-box;
}

.interface {
    max-width: 10001px;
   
    
}

header{
    width: 100%;
    background-color: #d21709
}

body{
    background-color: #ECECEC;
    max-width: 100%;

}

.menu-mobile{
    display: none;
}

.top-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #233E83;
    padding: 20px 4%;
    
   
}
.btn-social{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
}


.top-header .Logotipo img {
    max-width: 240px;
    
}


/* icones das midias sociais */
.top-header .btn-social button {
    padding:1%;
    font-size: 30px;
    border: none;
    background-color:transparent;
    cursor: pointer;
    
}

.btn-social i{
color: #EE2824;

}
/* estilização da barra */
.bottom-header nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    
    list-style-type: none;

}
/* cor da fonte e espaçamento links */
.bottom-header nav ul li a {
    color: #fff;
    padding: 30px;
    text-decoration: none;
    font-weight: 700px;
    display: block;
    transition: .2s;
    font-size: large;

}

.bottom-header nav ul li a:hover {
    background-color: #233E83;
    color: #EE2824;
    box-shadow: inset 0 0 8px black;
}

.drop-hover{
    position: relative;
    
}

.drop-hover .drop{
    position: absolute;
    background-color: #f85454;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .5s;
    z-index: 999;
  
}

.drop-hover a{
    padding: 20px;
}

.drop-hover:hover .drop {
    height: 255px;
}

.text h1{
    padding: 5%;
   text-align: center;
    font-size: 25px;
    
}



.img{
   
    align-items: center;
    justify-content: center;
    display: flex;
   
 
}
/*img com telefone */
.card-container1 {
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    
    
}

.card-container1 img{
 max-width: 100%;
 display: block;
 height: 800px;
 border-radius: 10px;

}

.info{
    margin: 4px;
}

.info h3{
    font-size: 1.5rem;
    color: #233E83;
    text-align: center;
    
}

.info p {
    font-size: 1.2rem;
    text-align: center;
}


/*index*/
.info {
    background-color: #ffffff;
     padding: 20px 0;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin-bottom: px;
}

.about-us-row-item h3{
    margin: 20px;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 1.6rem;
    color: #233E83;
     border-bottom: 2px solid #ccc;
}

.about-us-row-item p{
    margin: 20px;
    display: inline;
    font-size: 1.5rem;
}



/* sobre*/
.text p{
    
    font-size: 2.0rem;
    text-align: center;
    background-color: #ECECEC;
    
}

.text h1{
    color: #233E83;
    padding-top: 15px;
    font-size: larger;
}




/*kits */

.container-kits h5 {
  text-align: center;
  font-size: 3rem;
  padding-top: 10px;
  color: #233E83;
}

.dia-dia-img {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 20px auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  align-items: flex-start;
  max-width: 1100px;
}

.dia-dia-img img {
  width: 500px;
  height: auto;
  border-radius: 10px;
  flex-shrink: 0;
}

.dia-dia-img p {
  font-size: 2rem;
  color: #233E83;
  margin-bottom: 10px;
  border-bottom: 2px solid #ccc;
}

.dia-dia-img ul {
  padding-left: 20px;
}

.dia-dia-img li {
  font-size: 1.5rem;
  list-style: disc inside;
  line-height: 2;
  color: #444;
}









/*rodapé*/
footer{
    background-color: #EE2824;
    color: white;
    padding: 10px 0;
    
}

footer .line-footer1{
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px ;
}

.line-footer1 h4{
    font-size: 1.5rem;
}

.line-footer1 p{
    font-size: 1rem;
    margin: 10px 0 10px 0;
}

.line-footer1 form{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.line-footer1 form input[type=email]{
    width: 230px;
    height: 30px;
    background-color: white;
    border: 2px solid #fff;
    color: black;
    outline: 0;
    border-radius: 10px;
}

.line-footer1 form input[type=submit]{
    width: 80px;
    height: 30px;
    background-color: #233E83;
    border: 0;
    color: #fff;
    cursor: pointer;
    transition: .2s;
    border-radius: 10px;
}
.line-footer1 form input[type=submit]:hover{
    background-color: #406fe6;
    color: #fff;
}

footer .box-line-footer img{
 max-width: 150px;
  height: auto;
  display: flex;
  
   
}

footer .line-footer2{
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    
    
}

footer .line-footer2 .box-line-footer{
    max-width: calc(100% /  4);
}

.line-footer2 .box-line-footer h3{
    color: #233E83;
    margin-bottom: 10px;
}

.line-footer2 .box-line-footer a{
    color: #fff;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 1.0rem;
    transition: .2s;
    
}

.box-line-footer .btn-redes a {
    display: inline;
}

.box-line-footer .btn-redes button {
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    font-size: 1.8rem;
    color: #233E83;   
    cursor: pointer;
}

 footer .line-footer3{
text-align: center;
padding-top: 10px;
}

/* menu mobile */
@media screen and (min-width: 1000px) {
    
.topnav{
    display: none;
}
}
/* Style the navigation menu */
