.nome-arquivo {
    background-color: transparent !important;
    border: none !important;
    width: 100% !important;
    font-size: 17px;
    color: #008db7;
}
.btn-center {
    text-align: center;
}
.check-gif img {
    width: 40px;
    border-radius: 50%;
}
.container-icon-draganddrop img {
    margin-top: 6px;
    cursor: grabbing;
    width: 45px;
}
.container-icon-draganddrop > .index-drag-and-drop {
    position: absolute;
    background-color: #d9534f;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    padding-top: 4px;
    color: #fff;
    padding-left: 1px;
    /*margin-left: -12px !important;*/
    margin-top: -17px !important;
    font-weight: bold;
}
.container-li-image {
    display: flex;
    justify-content: space-between;
    background-color: #f9f9f9;
    padding: 20px 10px 0px 10px;
    margin-bottom: 3px;
    border-radius: 5px;
    border-top: 1px solid #ddd;
}
.container-li-image span {
    margin-left: 3px !important;
    margin-right: 3px !important;
}
.container-imagem-enviada {
    display: flex;
    justify-content: space-between;
    background-color: #f9f9f9;
    padding: 10px;
    margin-bottom: 7px;
    border-radius: 5px;
    border-top: 1px solid #ddd;
    color: #008e02;
}
.container-imagem-enviada span {
    margin-left: 3px !important;
    margin-right: 3px !important;
}
#sortable {
    padding: 0;
}
.modal a.close-modal {
    top: 1px !important;
    right: 1px !important;
}
.modal-alert-title {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
    color: #38b748;
    margin-bottom: 10px;
}
.modal-alert-title img {
    margin: 0 5px 0 0;
}
.modal-alert-title p {
    margin: 0;
}
.container-filter {
    position: absolute !important;
    width: 100% !important;
    max-width: unset !important;
    border: unset !important;
    border-radius: unset !important;
    overflow: auto !important;
    background: hsla(0,0%,var(--doka-value--beta),.90) !important;
}
#container-canvas, .resetbtn {
    text-align: center !important;
}
.imgFilter {
     width: 100% !important;
 }
.buttons-filter, .resetbtn {
    margin: 10px 0 !important;
}
.btn-gray {
    color: var(--doka-button--color) !important;
    background-color: var(--doka-button--background);
}
.btn-gray:hover {
    background-color: var(--doka-button-hover--background) !important;
}
.btn-yellow {
    color: var(--doka-button-primary--color) !important;
    background-color: var(--doka-button-primary--background);
}
.btn-yellow:hover {
    background-color: var(--doka-button-primary-hover--background) !important;
}
.btn-filter {
    font-weight: bold !important;
    border: none !important;
    line-height: 2.5 !important;
    padding: 0 1.5em !important;
    font-size: 1.25em !important;
    border-radius: var(--doka-button-main--radius) !important;
    transition: transform .15s ease-out,background-color .25s ease-out,color .25s ease-out !important;
}

.btn {
    outline: 0 !important;
}
.btn-apply {
    float: right !important;
    margin-left: 20px !important;
}
.container-ranges {
    color: var(--doka-button--color) !important;
    font-size: 1.1em !important;
}
#modal-gif-loading {
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255,.1);
    position: absolute;
    max-width: unset;
    width: 100%;
    border-radius: unset;
    z-index: 9999999999 !important;
}
input[type=range] {
    -webkit-appearance: none;
    margin: 20px 0px 10px;
    width: 100%;
    /* background-color: transparent !important; */
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: var(--doka-range-input--background);
    border-radius: 1px;
    border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid var(--doka-range-input--background);
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: var(--doka-range-input--background);
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: var(--doka-range-input--background);
    border-radius: 1px;
    border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid var(--doka-range-input--background);
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #fff;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
.files input:focus {
    border-bottom: 2px solid #5bc0de !important;
    outline: none !important;
}
.jquery-modal {
    z-index: 999;
}
.container-btn {
    white-space: nowrap !important;
}
.container-modal-finalize div {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 15px;
}
.container-modal-finalize div > img {
    margin-right: 10px;
}
.just-content-center {
    justify-content: center;
}
input[type=range]::-ms-fill-lower {
    background: var(--doka-range-input--background);
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
    background: var(--doka-range-input--background);
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid var(--doka-range-input--background);
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #fff;
    cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
    background: var(--doka-range-input--background);
}
input[type=range]:focus::-ms-fill-upper {
    background: var(--doka-range-input--background);
}
.container-filter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.container-filter::-webkit-scrollbar {
    width: 10px;
}
.container-filter::-webkit-scrollbar-thumb {
    background-color: #333;
}

.fileuploader {
    position: relative;
    width: 100%;
    margin: auto;
    height: 350px;
    border: 4px dashed rgb(247, 187, 187);
    background: #f8efef;
    margin-top: 0px;
    text-align: center;
}
.fileuploader #upload-icon {
    font-size: 17rem;
}

.fileuploader #upload-label {
    background: rgba(231, 97, 92, 0);
    color: rgb(255, 92, 92);
    position: absolute;
    height: 115px;
    top: 20%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    min-width: 20%;
    text-align: center;
    cursor: pointer;
}

.fileuploader #upload-label i:hover {
    color: rgb(168, 168, 168);
    font-size: 19rem;
    -webkit-transition: width 2s;
}

.visualizador {
    height: 450px;
    /* z-index: 50; */
    /* background-color: cornflowerblue; */
    
}
@media (max-width: 575.98px) { 
    .visualizador {
        height: 450px;
    }
}

#tour {
    margin-left: -16px;
    /* border-radius: 20px; */
}



/* #carousel-inner {
    height: 100%; 
} */

.list-group-horizontal .list-group-item
{
	display: inline-block;
}

.list-group-horizontal .list-group-item
{
	margin-bottom: 0;
	margin-left:-4px;
	margin-right: 0;
 	border-right-width: 0;
}


.wrapper-tour { 
    width: 100%;
    height: 130px;
    background:#EFEFEF; 
    /* box-shadow: 1px 1px 10px #999;  */
    margin: auto; 
    text-align: center; 
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
}

.scroll-tour { 
    overflow-x: scroll;
    overflow-y: hidden;
    height: 120px;
    white-space:nowrap;
    margin-bottom: 15px;
} 

.card-img { 
    margin: 2px;
    max-height: 115px;    
    display:inline-block;
    display:inline;  
    zoom:1;  
    vertical-align:top;
    
}

.img { 
    box-shadow: 1px 1px 10px #999; 
    /* margin: 2px; */
    max-height: 80px;
     cursor: pointer;
    /*
    display:inline-block;
    display:inline;
    zoom:1;
    vertical-align:top; */
    z-index: 999;
}

.img-text { 
    
    
    
    display:inline;
    zoom:1;
    vertical-align:bottom;
    /* position: absolute; */
    /* margin-left: -130px;
    
    text-overflow: ellipsis; */
}

/* ::-webkit-scrollbar-track {
    background-color: rgb(119, 119, 119);
}
::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
    background: #013fb3;
} */

.modal-tour {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2000;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}
.modal-large {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2000;
    max-width: 900px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}
.ui-dialog { z-index: 1000 !important ;}

.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
}
.ui-tooltip {
    padding: 10px 20px;
    color: black;
    /* border-radius: 20px; */
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}

.funkyradio div {
    clear: both;
    overflow: hidden;
  }
  
  .funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
  }
  
  .funkyradio input[type="radio"]:empty,
  .funkyradio input[type="checkbox"]:empty {
    display: none;
  }
  
  .funkyradio input[type="radio"]:empty ~ label,
  .funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .funkyradio input[type="radio"]:empty ~ label:before,
  .funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
  }
  
  .funkyradio input[type="radio"]:hover:not(:checked) ~ label,
  .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
  }
  
  .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
  .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
  }
  
  .funkyradio input[type="radio"]:checked ~ label,
  .funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
  }
  
  .funkyradio input[type="radio"]:checked ~ label:before,
  .funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
  }
  
  .funkyradio input[type="radio"]:focus ~ label:before,
  .funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
  }
  
  .funkyradio-default input[type="radio"]:checked ~ label:before,
  .funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
  }
  
  .funkyradio-primary input[type="radio"]:checked ~ label:before,
  .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
  }
  
  .funkyradio-success input[type="radio"]:checked ~ label:before,
  .funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
  }
  
  .funkyradio-danger input[type="radio"]:checked ~ label:before,
  .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
  }
  
  .funkyradio-warning input[type="radio"]:checked ~ label:before,
  .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
  }
  
  .funkyradio-info input[type="radio"]:checked ~ label:before,
  .funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
  }
  .form-check-label {
    margin-left: 5px;   
    }
    input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #000000;
    height: 20px;
    width: 16px;
    border-radius: 3px;
    background: #38b8d3;
    cursor: pointer;
    margin-top: -7px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
    }
    .inconeObj {
    display: inline-block;
    width: 25px; 
    
    padding: auto;
    
    
    }
    .btn-link {
    height: 35px;
    
    }
    .bot_on {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    display: inline-block;                
    width: 160px;
    background: #CCC;
    height: 80px;
    border-radius: 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #9e9e9e), to(#f4f4f4));
    background: linear-gradient(to bottom, #9e9e9e 30%, #f4f4f4);
    box-shadow: 0 2px 0 0 #fff, 0 -2px 0 0 #969494;
    position: absolute;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    margin-top: -20px;
    right:-28px;
    /* margin-left: 10px; */
    }
    .bot_on input {
    display: none;
    }
    .bot_on div {
    display: block;
    width: 120px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #8b8c8e), to(#f4f4f4));
    background: linear-gradient(to bottom, #8b8c8e 20%, #f4f4f4);
    border-radius: 25px;
    }
    .bot_on div:after {
    content: "";
    position: absolute;
    display: block;
    height: 46px;
    width: 116px;
    left: 2px;
    top: 2px;
    border-radius: 23px;
    background: #d52d2d;
    box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.8);
    -webkit-transition: .20s;
    transition: .20s;
    }
    .bot_on i {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #9e9e9e), to(#f4f4f4));
    background: linear-gradient(to top, #9e9e9e 20%, #f4f4f4);
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
    top: 10px;
    left: 15px;
    -webkit-transition: .25s;
    transition: .25s;
    }
    .bot_on i:after {
    content: "";
    position: absolute;
    display: block;
    width: 52px;
    height: 52px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    background: #d5d4d4;
    z-index: 1;
    }
    .bot_on input:checked ~ i {
    top: 10px;
    left: 86px;
    }
    .bot_on input:checked + div:after {
    background: #0bf150;
    box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.6);
    }
    .bot_on input:checked + div > .off {
    color: transparent;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
    }
    .bot_on input:checked + div > .on {
    color: #035515;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    }
    .bot_on:after {
    content: "";
    position: absolute;
    display: block;
    width: 164px;
    height: 84px;
    border-radius: 42px;
    background: red;
    top: -2px;
    left: -2px;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(#969494), to(#fff));
    background: linear-gradient(to bottom, #969494, #fff);
    }
    .bot_on:hover {
    cursor: pointer;
    }
    .bot_on:focus, .bot_on:active {
    outline: 0;
    }

    .card360 i {
        color: #006dae;
        position: relative;
        font-size: 20px;                                     
        
    }
    .card360 b {
        color: #000000;                    
        font-size: 15px;
        margin-top: -5px;
        margin-left: 7px;                  
    }

    .on, .off {
    text-transform: uppercase;
    position: absolute;
    left: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.2em;
    font-weight: 600;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    letter-spacing: 1px;
    -webkit-transition: .25s;
    transition: .25s;
    }

    .on {
    color: transparent;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
    font-size: 30px;
    top: 23px;
    }

    .off {
    left: initial;
    right: 10px;
    color: #f0f0f0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    font-size: 25px;
    }

    #modal-edit-inicial {
    z-index: 9999 !important;
    }
    .container_carousel {
    /* position: absolute; */
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 450px;
     /* width: 700px; */
    /* background: #FFF;
    border-radius: 10px;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
                0 5px 15px 0 rgba(0,0,0,0.08); */
    padding: 15px 0;
    }

    /* CAROUSEL */
    .carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    margin-bottom: 80px;
    }
    .carousel ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    }
    .item {
    position: absolute;
    width: 220px;                
    background: #000;
    border-radius: 5px;
    background: #000;
    background-size: 100% 100%;
    display: inline-block;                
    transition: all .3s ease-in-out;
    }

    .main {
    z-index: 3000;
    }
    .left, .right {
    z-index: 1000;
    transform: scale(.75);
    opacity: .1;
    }
    .left {
    margin-left: -15em;
    }
    .right {
    margin-left: 15em;
    }
    .back {
    opacity: .01;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
    
    }                

    /* INFO */
    .info {
    width: 100%;
    height: 100px;
    text-align: center
    }
    .info a {
    display: block;
    text-decoration: none;
    color: #000;  
    transition: all .3s;
    }
    .info a:hover {
    color: #EF2857;
    }
    .info .nomeFoto {
    padding-top: 160px;
    font-size: 25px;
    font-weight: 700;
    }
    .info .idFoto {
    margin-top: 5px;
    }
    .back a {
        color:transparent;
    }
    .back span {
        color:transparent;
    }

    /* CONTROLS */
    .controls {
    width: 100%;
    height: 125px; /* How to make this responsive? */
    }
    .controls .slider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-top: 25px;
    }
    .controls .slider span {
    margin: 0 10px;
    font-size: 12px;
    }

    /* NOTE: This could be done much better
    TODO: Add background color after and before */
    /* -webkit- (Chrome, Opera, Safari, Edge) */
    .controls .slider input {
    -webkit-appearance: none;
    appearance: none;
    width: 60%;
    height: 4px;
    background: #000;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    }
    .controls .slider input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #FFF;
    cursor: pointer;
    outline: none;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,1);
    transition: all .2s;
    }
    .controls .slider input::-webkit-slider-thumb:active {
    transform: scale(1.5);
    }
    /* -moz- (Firefox) */
    .controls .slider input::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #FFF;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,1);
    }
    .controls .slider input::-moz-range-progress {
    background-color: #EF2857; 
    }
    .controls .slider input::-moz-range-track {  
    background-color: #000;
    }
    /* IE*/
    .controls .slider input::-ms-fill-lower {
    background-color: #EF2857; 
    }
    .controls .slider input::-ms-fill-upper {  
    background-color: #000;
    }

    .controls ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-top: 50px;
    padding: 0;
    list-style: none;
    }
    .controls ul li {
    position: relative;
    display: inline-block;
    margin: 0 30px;
    font-size: 25px;
    cursor: pointer;
    transition: all .3s;
    }
    .controls ul li:hover {
    color: #EF2857;
    }
    .controls ul li#prev {
    transform: rotate(180deg);
    }
    .controls ul li#play {
    font-size: 35px;
    }

    .panel-group p {
        font-size: 12px;
    }

    #editAdd {
        position: relative;
        margin-top: 10px;
        margin-bottom: -80px;
        margin-right: 5px;
        float: right;
    }
    #glyEdit {
        margin-top: 5px;
        top: 70;
        font-size: 30px; 
        color: #fff;
    }
    .round-butt3 {
        border-radius: 50%;
        width: 60px;
        height: 60px;            
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);
        box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);
        margin: 0;
        padding: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        background-color: rgba(50, 147, 255, 0.4);
        border: none;
    }
    .round-butt3:hover {
        background-color: rgb(5, 5, 5);    
    }

    .container-li-image2 {
        /* display: flex; */
        justify-content: center;
        background-color: #f9f9f9;
        padding: 20px 10px 0px 0px;
        margin-bottom: 7px;
        border-radius: 5px;
        /* border-top: 1px solid #ddd; */
        list-style-type: none;
    }

    .container-li-image2 img {
        width: 100%;
    }