@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&family=Poppins:wght@200;600;900&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1180px;
}
h1,h2,h3{
    
    font-family: 'Montserrat', sans-serif;
}
p{
    font-size: 14px;
}
h1{
    border-left: solid 7px #e51529;
    padding-left: 15px;
    height: 25px;
    display: flex;
    align-items: center;
}

h2{
   
   
    height: 25px;
    display: flex;
    align-items: center;
}
.font28{
    font-size: 26px;
    font-weight: 600;

}
.font22{
    font-size: 18px;
    font-weight: 600;

}

.boxes{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  
}
.boxIcones {
   
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 60px 20px;
    text-align: center;
}

#servicos img{
    margin-bottom: 30px;
}

#servicos h2 {
    border-bottom: solid 7px #e51529;
    padding-bottom: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    width: 200px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: none;
    padding-left: 0;
}
.titulo{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.boxIcones h3{
    font-size: 15px;
}

.icon img {
    width: 107px;
    height: 107px;
}

#unidades h2 {
    border-bottom: solid 7px #e51529;
    padding-bottom: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    width: 210px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: none;
    padding-left: 0;
}

#unidades .logo:hover {
    scale: 1.1;
    transition: .3s;
}

#unidades .col-md{
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.box {
    padding: 70px 40px 53px;
    width: 460px;
    background-color: white;
    box-shadow: -1px 3px 20px #0000002e;
    margin-left: -60px;
    margin-top: 47px;
}
.banner img{
    width: 200px;
}

.banner {
    background-image: url(../img/banner1.png);
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.ppInterno{
    padding: 0 23px;
}

#sobre{
    margin: 120px 0;
}

.btn{
    background-color: #e51529;
    color: #fff;
    border-radius: 0;
    padding: 10px 50px;
    margin: 20px 0 50px;

}

.btn:hover {
    color: #ffffff;
    background-color: black;
}




@media (max-width:1440px) {

    .banner {
        background-image: url(../img/banner1.png);
        height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        background-position-x: -200px;
    }
    
}


@media (max-width:768px){
    #servicosIcon .owl-stage {
        right: 30px;
    }
    .banner {
        background-image: url(../img/banner1.png);
        height: 280px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        background-position: -271px 0px;
        background-size: cover;
    }
    .boxIcones {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        padding: 20px;
        text-align: center;
    }

    .box {
        padding: 70px 40px 53px;
        width: 95%;
        background-color: white;
        box-shadow: -1px 3px 20px #0000002e;
        margin-left: 10px;
        margin-top: -73px;
    }

    #unidades .col-md {
        font-weight: 600;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
    }
    .banner h1 {
        border-left: solid 7px #e51529;
        padding-left: 12px;
        height: 43px;
        display: flex;
        align-items: center;
        width: 240px;
        margin-top: 0px;
        font-size: 22px;
    }
    .banner img {
        width: 170px;
    }
}