* {
    box-sizing: border-box;
}

body {
    background-color: #e5e5e7;
}

/* scroll */
::-webkit-scrollbar {
    width: 10px;
    background-color: #e5e5e7;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: #e5e5e7;
    background-color: #e5e5e7;
}

::-webkit-scrollbar-thumb {
    background-color: #550b0b;
    background-image: -webkit-linear-gradient(90deg, #550b0b 25%, transparent 25%, transparent 50%, #550b0b 50%, #550b0b 75%, transparent 75%, transparent)
}

/* scroll */
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('assets/zmat/principal/loading.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

/* modal */
.modal-lg {
    max-width: 100% !important;
}

.close {
    background-color: #550b0b !important;
}

.bg-primary {
    background-color: #550b0b !important;
    color: white !important;
}
iframe{
    margin-top:30px;
    height: 150px!important;
}
/* fin modal */

.modal .close, .toast .close {
    color: #fff;
}
.modal .close, .toast .close :hover{
    color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #550b0b;
}
.border {
    border: 1px solid #bbbbbb!important;
}
@media screen and (min-width: 350px) and (max-width: 1660px) {
    .separador{
        height:10px;
    }
    .carousel-control-prev-icon{
        position: absolute;
        height: 43px!important;
        bottom:-10px;
    }
    .carousel-control-next-icon{
        position: absolute;
        height: 43px;
        bottom:-10px;


    }
    .carousel-indicators{
         position: relative;
         bottom:1px;
    }
    .carousel-item{
       height: 200px;
    }
}
@media screen and (min-width: 1300px) and (max-width: 2350px) {
    .carousel-control-prev-icon{
        position: absolute!important;
        bottom: -4%!important;
        height: 43px!important;
    }
    .carousel-control-next-icon{
        position: absolute;
        bottom: -4%;
        height: 43px;

    }
    .carousel-indicators{
         position: absolute;
         bottom: -6%;
    }
    .carousel-item{
        height: 600px;
     }
     .separador{
         height:100px;
     }
}


