:root {
    --azul: #00357b;
}

/*
****************************************************************************************
GENERAL
****************************************************************************************
*/
.fondo-azul {
    background: var(--azul);
}

a.btn-transBlanco,
#btn-1494931513696 {
    color: white;
    border: 1px solid white;
    padding: 10px 40px;
    background-color: transparent;
}

a.btn-transBlanco:hover,
#btn-1494931513696:hover {
    color: black;
    border: 1px solid black;
    background-color: white;
}

#sp-botones-flotantes .btn-whatsapp {
    position: fixed;
    bottom: 62px;
    left: 30px;
    z-index: 999;
    width: 50px;
    height: 50px;
}

/*
****************************************************************************************
MENU
****************************************************************************************
*/
#sp-logo .logo img {
    height: 60px;
    margin: 5px 0 0 0;
}

#sp-top1 .sp-my-account .btn-account span:last-child {
    display: none;
}

/*
****************************************************************************************
INICIO
.page-1
****************************************************************************************
*/
.addon-root-js-slideshow #sp-slider-item-633a240c-42af-47fc-a95a-e483e1f504fa-num-0-key,
.addon-root-js-slideshow #sp-slider-item-633a240c-42af-47fc-a95a-e483e1f504fa-num-1-key {
    color: white;
}

.addon-root-js-slideshow h2 {
    max-width: 730px;
}

.addon-root-js-slideshow .sppb-sp-slider-button .sp-slider-btn-text {
    color: white !important;
    background-color: black !important;
    border: none !important;
}

.info-boxes {
    color: white;
}

.info-boxes h2 {
    margin: 20px 0;
}

.info-boxes h3 {
    margin: 0px;
}

.info-boxes img {
    width: 100%;
    height: 100%;
}

.info-boxes .box .bow-cont {
    padding: 60px 50px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 435px;
    margin: 0 auto;
}

.info-boxes .box .box-cont {}

.info-boxes .row-up {
    display: flex;
}

.info-boxes .row-up .col-izq,
.info-boxes .row-up .col-der {
    width: 50%;
    position: relative;

}

.info-boxes .row-up .col-der {
    height: 100%;
}

.info-boxes .row-up .col-der .box {

    width: 100%;
    display: block;
    height: 100%;
}

.info-boxes .row-up .col-der .box .bow-cont {
    justify-content: flex-start;
}

.info-boxes .row-down {
    display: flex;
}

.info-boxes .row-down .box {
    width: 33.3%;
}

.info-boxes .row-up .col-izq .box {
    height: 50%;
}

.info-boxes .box-image {
    position: relative;
}

.info-boxes .box-image .bow-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-1 .sppb-addon-cta .sppb-cta-subtitle {
    line-height: 50px !important;
    font-weight: 600;
}

.page-1 .addon-root-testimonial-carousel .sppb-carousel-extended-item {
    text-align: left;
    border: 1px solid black;
    padding: 10px 40px;
}

.shopin-category-section .sppb-addon-feature .sppb-img-container {
    width: 100%;
    height: 100%;
}

.shopin-category-section .sppb-addon-feature .sppb-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*
****************************************************************************************
FOOTER
****************************************************************************************
*/

#sp-section-6 {
    background-color: #242424;
    color: #666666;
    padding: 0px 0px 60px 0px;
}

/*
****************************************************************************************
MEDIA QUERY
****************************************************************************************
*/
@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 992px) {

    .info-boxes .row-up,
    .info-boxes .row-down {
        flex-direction: column;
    }

    .info-boxes .row-up .col-izq,
    .info-boxes .row-up .col-der,
    .info-boxes .row-down .box {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .page-1 .shopin-category-section .sppb-img-container {
        width: 100%;
    }

    .page-1 .shopin-category-section .sppb-img-container .sppb-img-responsive {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
}

@media only screen and (max-width: 576px) {}