.navbar {
    display: flex;
    justify-content: space-between;
}

.navbar-light {
    background-color: white;
}

.navbar-brand > img {
    width: 500px;
    height: 80px;
    max-width: 100%;
    max-height: 100%;
}

.form-inline a{
    color: black;
    text-decoration: none;
    display: flex;
    margin-left: 10px;
}

.form-inline a > i {
    padding-left: 10px;
}

.carousel-item{
    max-height: 550px;
    width: 100%;
}

.infoBox {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10em;
    margin-right: 10em;
}

.infoDesc {
    width: 100%;
    word-wrap: break
}

h2 {
    font-size: 50px;
    color: black;
}

p {
    font-size: 1.25em;
    font-weight: 300;
    color: grey;
}
.logos {
    width: 1400px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

.infoTitle {
    padding-bottom: 10px;
}

.servicios {
    margin-top: 30px;
    text-align: center;
}

.servicios > p {
    font-size: 24px;
}

hr {
    margin: 75px 175px 75px 175px;
}

hr.new {
    margin: 25px 175px 50px 175px; 
}

.footer {
    margin-top: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
    background-color: #EAEAEA;
}

.innerFooter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerimg {
    width: 400px;
    height: 60px;
    margin-top: 30px;
}

.contact {
    padding-top: 40px;
}

.mision {
    text-align: center;
}

.brands {
    width: 1400px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 50px;
}

.socials {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}

.payments {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

@media (max-width: 1200px) {
    .navbar {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .navbar > h7 {
        font-size: 0.9rem;
        text-align: center;
        margin-bottom: 9px;
    }
    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .mapouter {
        display: none;
    }
}

@media (max-width: 768px){
    .infoBox {
        flex-direction: column;
    }
}

@media (max-width: 800px) {
    .navbar-brand > img {
        width: 100%;
        height: 100%;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 30px;
    }
    hr {
        margin: 45px 30px 45px 30px;
    }
    hr.new{
        margin: 25px 30px 25px 30px;
    }
    .mapouter {
        display: none;
    }
    .infoBox {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        align-content: center;
    }
    .servicios > p {
        font-size: 18px;
    }
    .infoImage {
        height: 100%;
        width: 100%;
    }
}


@media (max-width: 500px){
    .servicios > p {
        font-size: 16px;
    }
    .footer {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .footerimg {
        margin-top: 0px;
    }
    .payments {
        margin-bottom: 20px;
    }
    .mapouter {
        display: none;
    }
    p {
        font-size: 16px;
    }
}