@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Jost', sans-serif;
}

body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f4f4f4;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.navbar {
    z-index: 999;
    box-shadow: 1px 1px 10px #000;
    border-bottom: 1px solid #262a2f;
}

.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand img {
    height: 17px;
    margin-right: 10px;
    margin-top: 3px;
}

.navbar-nav .nav-item {
    padding: 0 20px;
}

.navbar-nav .nav-item:hover {
    background-color: rgba(255, 255, 255, .2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.carousel {
    margin-top: 32px;
}

.navbar .navbar-collapse .navbar-nav .nav-item a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

#carouselExampleIndicators {
    box-shadow: 1px 1px 10px #000;
    border-bottom: 1px solid #555;

}

#quienes,
#marcas,
#servicios,
#contacto {
    padding: 10vh 0;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

h3.sub {
    font-weight: 400;
    font-size: 34px;
    color: #37517e;
}

.mision-vision {
    padding: 30px 0;
}

#entrega-domicilio {
    background: linear-gradient(rgba(40, 58, 90, 0.7), rgba(40, 58, 90, 0.7)), url(../img/cta-bg.webp) fixed top center;
    background-size: cover;
    padding: 150px 0;
}

.entrega {
    width: 50%;
    padding: 0 0 0 10vw;
}

.entrega h1 {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.entrega .domicilio {
    background-color: #72cb10;
    position: absolute;
    padding: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
    font-size: 1.1rem;
}

#marcas .conte-marcas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#marcas .conte-marcas .item-marcas {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 10px;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#marcas .conte-marcas .item-marcas img {
    width: 100%;
}

.entre {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #37517e;
    line-height: 1;
}

#disel {
    background-color: #023b6d;
    color: #fff;
}

#disel .contamos,
#disel .whats {
    padding: 10vh 0;
}


#disel .contamos {
    padding: 20px;
    font-size: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#disel .contamos span {
    font-weight: 600;
    text-transform: uppercase;
}

#disel .whats {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #db773c;
}

#disel .whats i {
    font-size: 8rem;
    margin: 0 20px;
}

#disel .whats img {
    width: 8rem;
    margin: 0 20px;
}

#disel .whats h1 span {
    font-weight: 600;
    text-transform: uppercase;
}

.servicios-item {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 10px 0;
}

.servicios-item img {
    width: 100%;
}

.servicios-item .info-serv h1 {
    font-size: 1.5rem;
}

.servicios-item .info-serv {
    padding: 10px;
    text-align: center;
    background-color: #47b2e4;
    color: #fff;
}

footer {
    background-color: #343a40;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

footer .logo img {
    width: 80px;
}

footer .logo,
footer .copy,
footer .redes {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .redes a {
    color: #fff;
    margin: 0 5px;
}

footer .redes a:hover {
    color: rgba(255, 255, 255, .7)
}

#contacto {
    background-color: #37517e;
}