﻿* {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}


.capa0 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: rgba(0, 0, 0, .2);
    z-index: 2;
}

.popup_chico {
    position: fixed;
    right: 0px;
    border-radius: 10px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 75%);
    background-image: url("https://eqfacil.com.mx/images/degradado.png");
    background-position-x: center;
    background-size: cover;
}

.popup_chico_info {
    text-align: center;
    color: #fff;
    top: 0;
    padding: 1em 0em;
    width: 134px;
    clear: both;
}

.divflecha {
    width: 0px;
    height: 0px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 25px solid #007edd;
    font-size: 0px;
    line-height: 0px;
    top: 90px;
    position: fixed;
    right: 60px;
    background-image: url(https://eqfacil.com.mx/images/degradado.png);
}

.capa_fondo {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    position: relative;
    margin-top: -200px;
    border-radius: 10px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 75%);
    background-image: url("https://eqfacil.com.mx/images/degradado.png");
    background-position-x: center;
    background-size: cover;
}

.capa_fondo_agregar_producto {
    width: 300px;
    margin-left: 50%;
    transform: translateX(-50%);
    position: relative;
    margin-top: -200px;
    border-radius: 10px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 75%);
    background-image: url("https://eqfacil.com.mx/images/degradado.png");
    background-position-x: center;
    background-size: cover;
}

.capa_info {
    text-align: center;
    color: #fff;
    top: 0;
    padding: 1em 0em;
    width: 600px;
    clear: both;
}

.capa_info_agregar_productos {
    text-align: center;
    color: #fff;
    top: 0;
    padding: 1em 0em;
    clear: both;
}


.mensaje {
    width: 560px;
    height: 120px;
    padding: 20px 20px 20px 20px;
    overflow: auto;
    color: white;
    overflow-wrap: break-word;
    scrollbar-track-color: red;
}

.pie {
    width: 560px;
    height: 20px;
    padding: 10px 20px 10px 20px;
    background-color: #EEEEEE;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------*/

.capa_carga {
    margin: 7% auto;
    padding: 15px 20px;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

@keyframes cargando {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


@media only screen and (max-width: 768px) {

    .capa_principal {
        width: 80%;
        margin-left: -40%;
    }

    /*.cabecera {
        width: calc(100% - 40px);
    }*/

    .mensaje {
        width: 85%;
    }

    .pie {
        width: calc(100% - 40px);
    }


    .capa_fondo {
        width: 100%;
        left: 0%;
        margin-left: 0px;
        position: relative;
        margin-top: -200px;
        border-radius: 10px;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 75%);
        background-image: url("https://eqfacil.com.mx/images/degradado_movil.png");
        background-position-x: center;
        background-size: cover;
    }

    .capa_info {
        text-align: center;
        color: #fff;
        top: 0;
        padding: 1em 0em;
        width: 100%;
    }
}
