footer > .mg-15-0{
    margin: 15px 0;
}

footer > .mg-1-0{
    margin: 1px 0;
}

.tkp {
    position: fixed;
    bottom: 0;
}

/*#loading{
    display: none;
}*/

.modal-amex, .modal-error{
    opacity: 0;visibility: hidden;transition: all .3s;
}


.modal-error{
    position: fixed;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 99999;
    left: 0;
    top: 0;
}

.modal-error .modal-cont {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 100%;
    max-width: 1025px;
    padding: 30px;
    border-radius: 5px;
    font-size: 1.2rem;
    line-height: normal;
}

.modal-error .errors ul{
    width: 320px;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 1.4rem;
}

.modal-error .action{
    width: 320px;
    margin: 0 auto;
}

.modal-error .errors ul li {
    padding: 0 5px;
    box-sizing: border-box;
    vertical-align: top;
    color: #710303;
}

.modal-error.openmodal {
    opacity: 1 !important;
    visibility: visible !important;
}

.modal-compara{
    opacity: 0;visibility: hidden;transition: all .3s;
}

.mcont > ul{
    list-style: none;
}

.modal-blocks > .mhead > .actions-buttons > button { opacity: 0 }

.header-container > .d-flex-row {justify-content: flex-end;}
#carrouselCards{margin-bottom: 30px;width: 100%;}
.modalsolicita{background: #002663;}
.text-left{text-align: left}
.fw-300{font-weight: 300;}
/*fieldset > p{color: #f30000f5}*/
.pb-40{padding-bottom: 40px;}

.float-alert
{
    width: 50%;
    left: 15%;
    position: absolute;
    padding: 15px 40px;
    font-size: 1rem;
    border: 1px solid black;
    top: 2rem;
}

section .background-blue-pastel
{
    margin-top: 100px;
}

.float-alert-mobile
{
    display: none;
    position: absolute;
    padding: 15px 40px;
    border: 1px solid black;
    top: 7rem;
    width: 95%;
    margin: 1rem;
    left: 0;
    font-size: 1rem;
}

.float-alert-mobile > img, .float-alert > img
{
    width: 2rem;
    float: left;
    position: absolute;
    left: 11px;
    top: 5px;
}

.float-alert-mobile > .cerrar, .float-alert > .cerrar
{
    top: 2px;
    right: 2px;
    background: white;
    color: grey;
    border: 2px solid grey;
    font-size: 3rem;
    width: 20px;
    height: 20px;
}

.wrapper main .background-blue-pastel ul .slick-list li .imgcont img{
    width: 150px;
    max-width: 100%;
}

@media (max-width: 1200px) {
   .float-alert
   {
       width: 40%;
   }
    .wrapper main .block-blks ul li .tit,
    p {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    .mb-name{
        margin-top: 10px;
    }
    .float-alert
    {
       width: 30%;
       left: 20%;
       display: none;
    }

    .wrapper main>.blocks
    {
        margin-top: 75px;
    }

    .wrapper main .background-blue-pastel{
        margin-top: 0;
    }
    
    .float-alert-mobile
    {
        top: 9rem;
        display: block;
    }

    .float-alert-mobile > .cerrar
    {
        background: white;
        color: grey;
        border: 2px solid grey;
        
        position: absolute;
        top: 2px;
        right: 3px;
        float: right;
        width: 20px;
        height: 20px;
        line-height: 1;
        text-align: center;
        border-radius: 100%;
        font-size: 3rem;
        cursor: pointer;
    }
    .wrapper main .block-blks ul li .tit,
    p {
        font-size: 13px;
    }
}

@media (max-width: 500px) {
    .float-alert
    {
       display: none;
    }

    .wrapper main>.blocks
    {
        margin-top: 100px;
    }

    .wrapper main .background-blue-pastel{
        margin-top: 0;
    }
    
    .float-alert-mobile
    {
        top: 7rem;
        display: block;
    }


    .wrapper main .block-blks ul li .tit,
    p {
        font-size: 12px;
    }
}

