/* Geral */
* {
    margin: 0;
    padding: 0;
    font-family: Helvetica;
    box-sizing: border-box;
}

h1,
h2,
h3 {
    color: #333;
    text-transform: uppercase;
}

p {
    color: #70747a;
}

/* Navbar */
.navbar-container {
    width: 100%;
    height: 80px;
    background: #673ab7;
    padding: 0 2rem;
}

nav {
    position: relative;
}

.logo {
    width: 150px;
    padding-top: 1rem;

}

.navbar-items {
    position: absolute;
    right: 0;
    height: 80px;
    line-height: 80px;
    margin: 0;
    display: inline-block;
}

.navbar-items li {
    display: inline-block;
    margin-left: 25px;
}

.navbar-items a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
}

.navbar-items a:hover {
    color: #608aff;
}

.default-btn {
    padding: 15px 20px;
    background-color: #2cc76a;
    border-radius: 5px;
}

.navbar-items .default-btn:hover {
    background-color: #22bb5f;
    color: #fff;
}

/* what-is-container */
.what-is-container {
    margin-top: 60px;
    text-align: center;
    text-transform: uppercase;
}

/* what-is-all-container */
.what-is-all-container {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
}

#bob,
#what-is-medal-container,
#what-is-text-container {
    flex: 1 1 0;
    width: 33%;
    text-align: right;
}

/* Bob */
#bob img {
    width: 400px;
    max-width: 500px;
    margin-right: -100px;
    margin-left: 100px;
    
}
/* Whats-is-medal-Container */
#what-is-medal-container img {
    width: 100%;
    max-width: 230px;
}

/* Whats-is-text-Container */
#what-is-text-container {
    text-align: left;
    padding-right: 150px;
}

#what-is-text-mobile-container {
    display: none;
}

#what-is-text-container p {
    line-height: 24px;
}

/* How Works Container*/
.how-works-container {
    padding: 4rem 0;
    background-color: #f0f0f0;
}

.how-works-container h2 {
    text-align: center;
}

.how-works-container ul {
    display: flex;
    width: 90%;
    margin: 0 auto;
}

.how-works-container li {
    flex: 1 1 200px;
    list-style: none;
    text-align: center;
    padding: 20px;
}

.fas {
    font-size: 60px;
    margin-bottom: 15px;
}

.fa-address-card {
    color: #2cc76a;
}

.fa-shield-dog {
    color: #ef3f29;
}

.fa-comments {
    color: #ef8f29;
}

.how-works-container h3,
.how-works-container h2 {
    margin-bottom: 25px;
}

.how-works-container p {
    line-height: 24px;
}

/* section search */
.search-container {
    margin-top: 60px;
    text-align: center;
    text-transform: uppercase;
}

.search-all {
    display: flex;
    margin-top: 25px;
    margin-bottom: 50px;
    align-items: center;
}

#search-medal,
#form-box {
    flex: 1 1 0;
    width: 50%;
    text-align: right;
}

#search-medal img {
    width: 100%;
    max-width: 230px;
    padding-right: 20px;
}

#form-search-pet input {
    display: block;
    font-size: 12px;
    padding: 12px 9px;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    width: 250px;
    margin-top: 5px;
    text-transform: uppercase;
    
}

#form-search-pet input[type="submit"] {
    background-color: #2cc76a;
    color: #fff;
    margin-top: 15px;
    border-radius: 5px;
    height: 40px;
    font-size: 13px;
    padding: 0;
    font-weight: bold;
    cursor: pointer;
}

#form-search-pet input[type="submit"]:hover {
    background-color: #22bb5f;
    color: #fff;
}

/* Footer */
footer {
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 }
 
 #footer-container {
     text-align: center;
     height: 80px; 
 }

 footer #footer-links {
    display: flex;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 10px;
 }

 #footer-links li {
    margin-right: 10px;
 }

 #footer-links a,
 #copyright {
    text-decoration: none;
    color: #6f6f6f;
    font-size: 12px;
 }

 #footer-links a:hover {
    color: #ef8f29;
 }

 #copyright {
    margin-bottom: 20px;
 }

 /* Responsividade */

 /* tablet */
 @media (max-width: 800px) {
    .what-is-container {
        margin-top: 30px;
    }

    .what-is-all-container {
        margin-bottom: 30px;
    }
    
    #bob img {
        width: 350px;
        margin-left: 50px;
    }

    #what-is-medal-container img {
        width: 60%;
        max-width: 200px;
        margin-right: 20px;
    }

    #what-is-text-container {
        padding-right: 40px;
    }

    #what-is-text-mobile-container {
        display: none;
    }

    .how-works-container {
        padding: 2rem 0;
    }

    .how-works-container h3,
    .how-works-container h2 {
        margin-bottom: 20px;
    }

    .how-works-container ul {
        width: 100%;
    }

    .how-works-container li {
        padding: 10px;
    }

    .h3-space {
        margin-top: 15px;
    }

   .space {
    margin-top: 25px;
   }

   .search-container {
    margin-top: 20px;
   }

   .search-all {
    margin-top: 20px;
    margin-bottom: 20px;
   }

   footer {
    margin-top: 0;
   }

 }

 /* mobile */
 @media (max-width: 650px) {
    .navbar-container {
        height: 55px;
        padding: 0 0.5rem;
    }
    .logo {
        padding-top: 15px;
        margin-left: -8px;
        width: 100px;
    }

    .navbar-items {
        line-height: 60px;
    }

    .navbar-items li {
        margin-left: 5px;
    }

    .default-btn {
        padding: 8px 15px;
    }

    .what-is-container {
        margin-top: 20px;
    }

    .what-is-all-container {
        margin-bottom: 10px;
    }

    #bob,
    #what-is-medal-container,
    #what-is-text-container {
        flex: none;
        width: 45%;
        text-align: right;
    }

    #bob img {
        width: 250px;
        margin-left: 20px;
        margin-top: -10px;
    }

    #what-is-medal-container img {
        margin-right: 20px;
    }

    #what-is-text-container {
        padding-right: 0;
    }

    #what-is-text-container p {
        display: none;
    }

    #what-is-text-mobile-container {
        display: block;
        text-align: center;
        margin-top: -20px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .how-works-container {
        padding: 2rem 0;
    }

    .how-works-container h3 {
        margin-bottom: 5px;
    }

    .how-works-container ul {
        flex-direction: column;
        width: 90%;
    }

    .h3-space {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .space {
        margin-top: 0;
        margin-bottom: 10px;
    }

    #search-medal,
    #form-box {
        flex: none;
        width: 30%;
    }

    #search-medal img {
        padding-right: 10px;
    }

    .search {
        width: 90%;
    }
    
    #form-search-pet input {
        width: 200px;
    }

 }