.amx-btn-accion-1 {
    display: block;
    background-color: transparent;
    border: 2px solid #e5e5e5;
    color: #4c4c4c;
    line-height: normal;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    width: 110px;
    text-transform: uppercase;
    height: 40px;
    font-weight: 500;
    border-radius: 20px;
}

.amx-btn-accion-1:focus,
.amx-btn-accion-1:hover {
    background-color: #ce1c0c;
    border-color: #ce1c0c;
    color: #ffffff;
    outline: 0 none;
    text-decoration: none;
}

.subscribe-area {
    /* background-color: #ce1c0c; */
    background-color: #dcdce0;
}

.subscribe-text h3 {
    color: #333;
}

.subscribe-form button {
    background-color: #ce1c0c;
}

.subscribe-form button:focus,
.subscribe-form button:hover {
    background-color: #000;
}

.subscribe-form.style-3 input {
    background-color: #ffffff;
    color: #313131;
}

.subscribe-text p {
    color: #333;
}

.copyright-area {
    background-color: #1c1c1c;
}

.copyright.style-2 p {
    color: #c1c1c1;
}

.amx-thumb-detalle {
    max-width: 130px;
}

@media(min-width: 768px) {
    .amx-thumb-detalle {
        max-width: 100%;
    }
}

.amx-banner-page {
    background-color: #f7f8fc;
    padding: 40px 0;
    margin-top: 20px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.amx-banner-categoria {
    /* background-color: #fff; */
    background-color: #f7f8fc;
    padding: 40px 0;
    margin-top: 40px;
    margin-bottom: 60px;
}

.amx-banner-categoria-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.amx-banner-categoria-header img {
    display: block;
    max-width: 300px;
}

.amx-banner-categoria-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

@media(min-width: 992px) {
    .amx-banner-categoria-header {
        flex-direction: row;
    }
    
    .amx-banner-categoria-header img {        
        margin-left: 80px;
    }
}

.amx-catdesc {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: justify;
    max-width: 600px;
}


.amx-fila-producto {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    border: 2px solid #e5e5e5;
    flex-wrap: wrap;
    margin-bottom: 2px;
}

.amx-nombre-thumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.amx-nombre-thumb p {
    margin-bottom: 0;
}

.amx-fila-producto img {
    display: block;
    width: 80px;
    margin-right: 20px;
    flex: 0 0 auto;
}

.amx-fila-producto h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    flex: 1 1 auto;
}

.amx-fila-producto a {
    margin-left: auto;
    flex: 0 0 auto;
    margin-top: 5px;
}

@media(min-width: 992px) {
    .amx-fila-producto a {
        margin-top: 0;
    }   
}

.amx-no-encontraste {
    margin-top: 40px;
}

.amx-no-encontraste h2 {
    font-size: 30px;
    font-weight: 700;
}

.amx-no-encontraste p {
    font-size: 24px;
}

.product-action.stuck a.amx-descargable {
    color: #fff;
    background-color: #ce1c0c;
    border: 1px solid #ce1c0c;
}

.product-action.stuck a.amx-descargable:hover {
    color: #4c4c4c;
    background-color: #f5f5f5;
    border: 1px solid #ce1c0c;
}

.add-to-get a.add-to-cart.amx-meinteresa {
    color: #fff;
    background-color: #0a61e9;
    border: 2px solid #0a61e9;
}

h1.mapa_titulo {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 15px;
}

p.mapa_info {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
}

p.mapa_info a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .modal.show .modal-dialog {
        max-width: 90%;
        margin: 0 auto;
    }
}

.store-support .support-icon img {
    width: 50px;
    height: auto;
}

@media(min-width: 768px) {
    .amx-accent-dots {
        position: relative;
    }
    
    .amx-accent-dots::before {
        content: "";
        position: absolute;
        display: block;
        background-image: url('../images/dots_matrix.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 130px;
        height: 130px;
        z-index: 10;
        right: -53px;
        top: -53px;
        opacity: 0.3;
    }
}

.amx-contacto-form h2,
.amx-contacto-info h2 {
    font-size: 1.4rem;
}

.amx-contacto-info p {
    font-size: 1rem;
}

.contacto-data {
    display: flex;
    align-items: center;
}

.redes-icono {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #4c4c4c;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amx-contacto-form select {
    width: 100%;
    height: 40px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    padding: 0 15px;
}

.amx-acerca-de-nosotros p {
    text-align: justify;
}

.amx-main-bullet-area {
    padding: 20px;
    border: 2px dashed #cbcdde;
}

.amx-main-bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.amx-main-bullet h1 {
    text-align: center;
    font-size: 2.4rem;
    text-shadow: -1px 2px 5px rgba(0,0,0,0.27);
    margin: 0;
    font-size: 2rem;
    line-height: 1.2;
}

@media(min-width: 768px) {

    .amx-main-bullet {
        height: 100px;
    }
    
    .amx-main-bullet h1 {
        font-size: 2.3rem;
    }
}

@media(min-width: 992px) {

    .amx-main-bullet {
        height: auto;
    }
    
    .amx-main-bullet h1 {
        font-size: 2.6rem;
    }
}

.brand-item {
    height: auto;
}

.brand-item a {
    display: block;
    width: 100%;
}

.brand-item a .brand-static {
    display: block;
    width: 100%;
    max-width: 250px;
    height: auto;
}

.brands-area .slick-slider .slick-arrow {
    top: -52px;
}

.register-login span {
    color: #c2c2c2;
}

.header-bottom.stick, .mobile-header.stick, .mainmenu-area.stick {
    z-index: 100;
}

.amx-subscribe-notificacion {
    background-color: #fff;
    margin: 10px 0;
    padding: 6px 20px;
    border-radius: 40px;
    display: flex;
    align-items: center;
}

.amx-subscribe-notificacion ul {
    margin: 0;
}

.amx-subscribe-notificacion li {
    list-style: none;
}

.amx-subscribe-notificacion-success {
    border: 2px solid #06b92e;
    color: #06b92e;
}

.amx-subscribe-notificacion-error {
    border: 2px solid red;
    color: red;
}

.amx-subscribe-notificacion .btn {
    background-color: transparent;
    margin-left: auto;
}

.amx-subscribe-notificacion-success .btn {
    color: #06b92e;
}

.amx-subscribe-notificacion-error .btn {
    color: red;
}

.amx-subscribe-notificacion .btn:focus {
    outline: none;
    box-shadow: none;
}

.grecaptcha-badge {
    z-index: 2;
}

#scrollUp {
    bottom: 120px;
}

@media(max-width: 575px) {

    .slider-single {
        height: 280px;
    }

    .slider-caption {
        padding: 20px;
    }

    .mt-43 {
        margin-top: 5px;
    }

    .slider-caption h2 {
        font-size: 30px;
        line-height: 1.2;
    }

}

.mainmenu.style-2 nav ul li a {
    padding: 12px 7px;
}

.espaciador-100 {
    height: 100px;
}