/*// XL Extra large devices (large desktops)*/
/*// No media query since the extra-large breakpoint has no upper bound on its width*/

/*-------- preloader_dom --------*/

/*.preloader_dom{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999999 !important;
}
.preloader_dom2{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #000;
    z-index: 99999999999 !important;
}

[data-loader="circle-side"] {
    width:100px;
    height:100px;

    border:5px solid;
    border-radius:50%;
    border-color:#387ef0  transparent transparent;
    animation:circle 1s linear infinite;

    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
@keyframes circle{

    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
    100%{transform:rotate(360deg);filter:hue-rotate(360deg)}
}
 Safari 
@-webkit-keyframes circle {

    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
    100%{transform:rotate(360deg);filter:hue-rotate(360deg)}
}*/

/*// LG Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { 
    /* <editor-fold defaultstate="collapsed" desc="aaa"> */

    /* </editor-fold> */
}
/*// MD Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    /* <editor-fold defaultstate="collapsed" desc="aaa"> */

    /* </editor-fold> */
}
/*// SM Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
    /* <editor-fold defaultstate="collapsed" desc="aaa"> */

    /* </editor-fold> */
}
/*// XS Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    /* <editor-fold defaultstate="collapsed" desc="aaa"> */

    /*MARGENES DE CAJAS PARA INFO MOVIL*/
    .mi_caja_nuda{
        padding: 9px  !important;
    }


    /* </editor-fold> */
}