body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}

p,
label {
    font-family: 'Poppins', sans-serif;
    color: #262626;
    font-weight: 300;
    font-size: 14px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.float:hover {
    color: #FFF;
}

.float i {
    margin-top: 16px;
}

.form-check-input:focus {
    border-color: #E21222;
    outline: 0;
    box-shadow: none;
}

.bg-primary {
    background-color: #E21222 !important;
}

.bg-dark {
    background-color: #262626 !important;
}

.fs-small {
    font-size: 12px;
}

.nav-link {
    font-size: 18px;
    font-family: 'Bebas Neue', sans-serif;
    color: #262626;
}

.nav-link:hover {
    color: #E21222 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.logo {
    width: 60%;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.offcanvas-logo {
    width: 30%;
}

.offcanvas_header__icon_close {
    padding: 0px;
}

.offcanvas-body .nav-link {
    padding-left: 0px !important;
}

footer ul li a {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

footer ul li a:hover {
    text-decoration: underline !important;
}

footer h1 {
    color: #FFF;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 25px;
}

.carousel-caption h1 {
    color: #FFF;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 65px;
    margin: 0px;
    line-height: 0.9;
}

.carousel-caption p {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 0.9;
}

.btn-primary-white {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 0px;
    color: #262626;
    background: #FFF;
    border-color: #FFF;
}

.btn-primary-white:hover {
    color: #262626;
    background: #FFF;
    border-color: #FFF;
}

.btn-primary-white:focus {
    color: #262626;
    background: #FFF;
    border-color: #FFF;
    box-shadow: none !important;
}

.btn-primary-dark {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 0px;
    color: #FFF;
    background: #262626;
    border-color: #262626;
}

.btn-primary-dark:hover {
    color: #FFF;
    background: #262626;
    border-color: #262626;
}

.btn-primary-dark:focus {
    color: #FFF;
    background: #262626;
    border-color: #262626;
    box-shadow: none !important;
}


.section-primary h1 {
    font-family: 'Bebas Neue', sans-serif;
    color: #262626;
    line-height: 1;
    margin-bottom: 1rem;
}

.section-primary p {
    margin-bottom: 1rem;
}

.section-primary h1 span:last-child {
    font-size: 50px;
}

.producto {
    background: #F7F7F7;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
}

.producto img {
    width: 80% !important;
}

.producto-container p {
    font-size: 12px;
    text-align: center;
    margin-top: 2%;
}

.form-control {
    border-radius: 0px;
    font-size: 14px;
    padding-top: 4%;
    padding-bottom: 4%;
    color: #262626;
}

.form-control:focus {
    box-shadow: none !important;
    color: #262626;
    border-color: #E21222;
}

.alert {
    border: 1px solid transparent;
    font-size: 14px;
    border-radius: 0px;
    font-weight: 300;
}

label.error {
    color: red;
    font-size: 12px;
    margin: 0px;
}


@media (max-width: 768px) {
    .carousel-caption h1 {
        font-size: 50px;
    }

    .section-primary h1 span:last-child {
        font-size: 40px;
    }

    .producto img {
        width: 40%;
    }

    .owl-carousel .owl-item img {
        width: 60%;
        margin: auto;
    }

    .producto-container {
        padding-left: 15%;
        padding-right: 15%;
    }
}