/*(C3) Heavily modified*/
:root {
     --timeHideLoading : 2s; /*1s;*/
     --timeHideLoadingH : 0.5s;
     --HbarLoading: 2px;

     --colorTitulo : #e5e5e5 !important;
     --sizeTitulo : 16px;

     --textoOscuro : #1a1a1a !important;
     --backOscuro: #2a2a2a !important; /*#2b2e35*/

    /* DEFAULT*/
    --montserratR: 'Montserrat-Regular' !important;
    --montserratB: 'Montserrat-Bold' !important;
    --sourceR: 'SourceSans3-Regular' !important;
    --sourceB: 'SourceSans3-Bold' !important;
    --sourceSemiB: 'SourceSans3-SemiBold' !important;
    --sourceI: 'SourceSans3-Italic' !important;
    
    /*
    --tonoOscuro: #1a1a1a !important;
    --textoClaro : #2d45e4 !important;
    --tonoAlterno: #2d45e4 !important;
    */

    /*(558) START CUSTOMIZATION FOR MIM LA SALLE (C1)*/
    --tonoOscuro: black !important;
    --textoClaro : white !important;
    --tonoAlterno: gray !important;
    /*END CUSTOMIZATION FOR PORTILLO*/
}

/*(558) START CUSTOMIZATION FOR MIM LA SALLE, temporarily hide description*/
#api_advanced_search, #adv_search_parent_mb, #item_details_description_parent { 
display: none !important;
}
/*END CUSTOMIZATION FOR SAN PEDRO (558) enabled galleries #api_themed_galleries,.paddTopIdioma, .paddTop, #copyObraDetails, (MIM LA SALLE >>) #api_themed_galleries, #m_galleries, .main_logo_index*/

#buttonZoomIn, #buttonZoomOut, #buttonDW, #share-btn { /*(577)*/
    display: none;
}

.img-fluid { /*(582)*/
  max-width: 100%;
  height: auto;
}

.opacity_white { /*(563)*/
    opacity: 0;
}

.textFooter {
    font-family: var(--sourceR);
    font-size: 12px;
    line-height: 20px;
    color: #e5e5e5;
    padding-top: 25px;
    text-align: right;
}


.logoftr_prnt{
    width: 64px; 
    height: 264px; 
}

.logoftr{
    width: 64px; 
    height: 64px;
    background-image: url("../img/SFA_Powered_by_bw.png");
   
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px;
    /* display: none; */
}

.logoftr:hover{
    background-image: url("../img/SFA_Powered_by_color.png");
}

.btn {
    padding: 6px 0;
}


.idioma_select select {
    text-align: center; /* Centra el texto en el select */
  }
  
.idioma_select  option {
    text-align: center; /* Centra los valores del select */
  }


 @media screen and (max-width: 480px) {

    .logoftr{
        width: 80px; 
       
    }

    .textFooter{
        padding-top: 0 !important;

    }

    .ImageHeaderH{
        height: auto !important;
       
        width: 100% !important;
    }
    

     .head_pc{
        display:none;
    }
     .head_mob{
        display:block !important;


         margin: 0;
        padding: 0;
        margin-bottom:10px;
    }
     .mob_hide{
        display:none;
    }
     .buttons_mob{
         display:block !important;
         position:fixed;
         z-index:1000;
         width:100%;
         bottom:0;
         padding-bottom:15px;
         transition: all 0.4s ease-in-out;
    }
     .button_float{
        height:50px;
         width:100%;
    }
     .button_float i{
        font-size:24px;
    }
     .thgal_m{
        height:250px !important;
    }
     .thgal_1{
        height:125px !important;
    }
     .thgal_2{
        height:125px !important;
    }

    .thgal_3{
        height:125px !important;
    }
     .thgal_4{
        height:125px !important;
    }
     .option_bann{
        display:none;
    }
     .option_bann_mob{
        display:block !important;
    }
     .option_bann_mob button{
        margin-bottom:10px;
    }
     .font_h3mob{
        font-size:16px !important;
         margin-top:10px;
    }
     .font_h4mob{
        font-size:14px !important;
    }
     .font_mob{
         font-size:12px !important;
    }
     
     .padd1{
         padding-left:5% !important;
         padding-right:5% !important;
    }
     
     .title_detail{
        font-size:18px !important;
    }
     .padd_cero_mob{
         padding-left:0 !important;
         padding-right:0 !important;
    }
     .padd_mob{
         padding-left:15px !important;
         padding-right:15px !important;
    }
     .details div{
        margin-bottom:5px !important;

    }
     .details{
        margin-bottom:40px;
    }
     .tags_rel{
        display:none;
    }
     .tags_rel_mob{
        display:block !important;
         margin-bottom:30px;
    }
     .tags_rel_mob button{
        margin-bottom:15px;
    }




    
}





#api_search_items{
    color: var(--colorTitulo);;
}



/* LOADING */
 #loading{
     background:rgba(4,4,4,0.99);
     position:fixed;
     width:100%;
     height:100%;
     margin:0;
     text-align:center;
     font-size:54px;
     color:#FFF;
     z-index:10000;
     vertical-align:middle;
     display: flex;
     align-items: center;
}
 .loader {
     border: 8px solid #ffffff;
    /* Light grey */
     border-top: 8px solid #8bd1ff;
    /* Blue */
     border-bottom: 8px solid #8bd1ff;
    /* Blue */
     border-radius: 50%;
     width: 80px;
     height: 80px;
     animation: spin 2s linear infinite;
     margin: auto;
     vertical-align: middle;
    ;
}
 @keyframes spin {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}


/*quita pointer event*/
.qpe{
    pointer-events: none;
}

/*regresa pointer event*/
.rpe{
    pointer-events: auto;
}

#techniqueObraDetails{
    height: 50px;
}

.idioma{
    text-align: right;
    margin: 0;
    padding: 0;
}


 .head_mob{
    display:none;
}
 .buttons_mob{
    display:none;
}
 .noshow{
    display:none !important;
}


.nopadding{
    padding: 0 !important;
}

 .main_logo{
     /* background:url('../img/icon.png'); */
     background-size:contain;
     background-repeat: no-repeat;
     min-height:80px;
     cursor: pointer; /*(573)*/
}



.main_logo_dt{
    min-height:50px !important;
}

.bg-black{
    background:#000;
}

.bg-gray{    
    background: var(--tonoOscuro);
}

.bg-dark{
    background:var(--textoOscuro);
}



.paddTopIdioma{
    padding-top:0;
    padding-bottom:0;
    padding-left:10%;
    padding-right:10%;
}

.paddTopIdiomaDetalle{


    position: absolute;
    z-index: 200;
    width: 100%;
}

.paddTop{
     padding-top:20px;
     padding-bottom:50px;
     padding-left:10%;
     padding-right:10%;
}

 .padd1{
     padding-top:20px;
     padding-bottom:20px;
     padding-left:10%;
     padding-right:10%;
}


.padd1Bot0{
    
    padding-bottom: 0 !important;
  
}



 .padd_bott_uno{
     padding-bottom:40px;
}
 .padd_top_uno{
     padding-top:40px;
}
 .padd_top_head{
     padding-top:20px;
}
 .tx-white{
    color:#FFF;
}
 .padd_side_cero{
     padding-left:0 !important;
     padding-right:0 !important;
}
 .padd_left_cero{
     padding-left:0 !important;
}
 .padd_right_cero{
     padding-right:0 !important;
}
 .bottom10{
    padding-bottom:10%;
}
 .details div{
    margin-bottom:12px;
    min-height: 25px;
}
 .bottom5{
    padding-bottom:5%;
}
 .bottom3{
    padding-bottom:3%;
}
 .grid {
     display: grid;
     grid-gap: 10px;
     grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
     grid-auto-rows: 20px;
}
 .desc{
     text-align:center;
     font-family: var(--sourceR);
     color: var(--textoOscuro);
}

.descTop {
     font-family: var(--sourceR);
     font-size: 18px;
     text-align: left;
     line-height: 20px;
     color: #4d4d4d;
     padding-top: 10px;
}



 .desc img{
     width: 50%;
     margin: 0 10px 10px 0;
     float: left;
}
 .desc p{
     margin-bottom: 10px;
}
 .item{
    padding:5px 5px;
}

.idioma_select{
    height:40px;
    border: none;
    
}

button{
    outline: none;

}

select:focus, button:focus{
    outline: none;
}

 .adv_select{
    height:40px;
     margin:5px;
}
 .adv_search_parent{
     display:none;
}


.adv_search_parent .muestra {
    padding: 0;
}


.clearparent{
    float: none;
    display: inline-block;
    margin-left: 0;
    position: relative;
}

 .them_gallery_parent{
     display:none;
}
 .thgal_m{
    background:url('../img/2.jpg') center center;
     background-size:cover;
     height:300px;
}
 .thgal_1{
     background:url('../img/3.jpg') center center;
     background-size:cover;
     height:150px;
}
 .thgal_2{
    background:url('../img/5.jpg') center center;
     background-size:cover;
     height:150px;
}

.thgal_3{
    background:url('../img/5.jpg') center center;
     background-size:cover;
     height:150px;
} 

.thgal_4{
    background:url('../img/5.jpg') center center;
     background-size:cover;
     height:150px;
}

 .name_gall{
    margin-bottom:13px;
     width:100% !important;
}
 .banner_detail{
    background:url('../img/bann.jpg') center center;
     background-size:cover;
}
 .banner_button{
    padding-top:35%;
     padding-bottom:10px;
}
 .banner_button .fa{
     font-size:24px !important;
}
 .line{
    border-bottom:1.5px solid #cfcfcf;
}
 .tit_detail{
    padding-left:30px;
}
 .related_back{
    background:#d9d9d9;
}
 .tags_rel button{
    margin-right:2%;
     width:115px;
     margin-bottom:10px;
}
 .noround{
    border-radius:0;
}

 .h3_noTop{
     margin-top:0 !important;
     /*font-family: var(--montserratB);*/
     font-family: var(--sourceSemiB);
}

 .h3_Uppercase{
     font-family: var(--montserratR);
     text-transform: uppercase;
     font-size: 36px;
     line-height: 40px;
     color: var(--textoOscuro);
}

 .titles {
     font-family: var(--sourceSemiB);
     font-size: 20px; /*24px*/
}


.noencontro {
    font-family: var(--sourceSemiB);
    font-size: 20px;
    text-align: center;
}





 .main_search{
     transition: all 5s ease-in-out;
}





/*MODAL SEARCH*/
 .modal-content{
    border-radius:0;
     background:#333;
}
 .modal-header{
     padding-bottom:30px;
     border-bottom:0;
}
 #newsearch .form-control{
    margin-bottom:10px;
}
 .modal-footer{
    text-align:center;
     border-top:0;
}

 .btn-blue{
    background: var(--tonoAlterno);
     color:#FFF;
}
.btn-default:hover {
    color: white;
    background-color: var(--tonoAlterno);
    border-color: var(--tonoAlterno);
}

.adv_search_parent{
    padding-bottom: 15px !important ;
}


.btn-search{
    width: 80px ;
    height: 30px;   
    
}


.pn{
    padding: 0 !important;
    margin: 0 !important;
    text-align: right;
}


.btn-danger {
    color: #ffffff;
    background-color: var(--tonoAlterno);
}

/*------galeria index --------*/
 .item a{
     text-decoration: none;
}
 .item-gh{
     cursor: pointer;
     transition: all 0.85s ease-in-out;
}

.item-gh:hover , .item-gh:hover h4{
    background-color: var(--tonoAlterno);
    color: #e5e5e5 !important;
}

/*tiutlo*/
.item .desc h4{
    font-size: var(--sizeTitulo);
    color: var(--textoOscuro);
}

/*segunda linea*/
.item .desc{
    color: #666666;
    padding-bottom: 10px;
}

.btn_header{
    border-radius: 6px;
}

.container_detalle{
    font-family: var(--sourceR);
}


.backto{
    margin-top: 30px;
    color: var(--textoOscuro);
}

.backto a{  
    color: var(--colorTitulo);
    text-decoration: none;
}


.backto a:hover{  
    color: var(--textoClaro);
    text-decoration: none;
}



/*hovers de imagenes de themed*/
.item-tg-parent, .thgal_parent{
    overflow: hidden;
}

.item-tg-selected{
    background-color: var(--tonoAlterno);
    transition: all 1s ease-in-out;
    color: #FFF;
}



.item-tg{
    padding: 5px;
    transition: all 0.85s ease-in-out;
    cursor: pointer;
    /* transition: all 0.85s ease-in-out; */
}
.item-tg:hover {
    background-color: var(--tonoAlterno);
    transition: all 1s ease-in-out;
    color: #FFF;
}

.item-tg:hover .thgal_1 , .item-tg:hover .thgal_2 , .item-tg:hover .thgal_3 , .item-tg:hover .thgal_4 , .item-tg:hover .thgal_m{
    transition: all 1s ease-in-out;
    transform: scale(1.05);
    filter: brightness(1);
}






.item-gh:hover .desc {
   
    color: #FFF;
}

 .img-parent{
     overflow: hidden;
}
 .img-parent img{
     transition: all 1s ease-in-out;
     /*filter: brightness(0.6);*/
     width: 100%;
     border-radius: 5px;
     /*transition: all 1s ease-in-out;*/
     overflow: hidden;
     filter: drop-shadow(2px 2px 5px);
     /*filter: brightness(0.6);*/
}
 .img-parent:hover img {
     transform: scale(1.05);
     filter: brightness(1);
}
 .oculta {
     visibility: hidden;
     opacity: 0;
     transition: visibility 0s, opacity 0.45s ease-in-out;
     animation: ocultarFin 0.4s linear 1;
     height: 0;
}

@keyframes ocultarFin {
    
    100% {
     
      display: none;
    }
  }
 .muestra {
     visibility: visible;
     opacity: 1;
     transition: visibility 0s, opacity 0.45s ease-in-out;
}
/*detalle*/
 #myViewport {
     /* cursor: grab; */
     display: flex;
     align-items: center;
     justify-content: center;
     max-height: 600px;
     background-color: #2a2a2a;
}
 #ImageHeader {
     position: relative;
     display: flex;
     align-items: center;
    
}

.ImageHeaderW{
    width: 100%;
    height: auto;
}

.ImageHeaderH{
    height: 600px;
    min-height: 300px;
    max-height: 600px;
    width: auto;
}



 header {
     padding: 0;
     background-color: rgb(0, 0, 0);
     margin: 0;
     overflow: hidden;
     height: fit-content;
     line-height: 0;
     position: relative;
}
 header .box-botones {
     position: absolute;
     left: 50%;
     bottom: 0;
     transform: translateX(-50%);
     color: #fff;
     width: 100%;
     height: 80px;
     display: flex;
     flex-direction: row;
     justify-content: right;
     column-gap: 20px;
     padding: 14px 20px;
}

#buttonZoomIn:hover {
     background-color: var(--tonoAlterno);
}

 /* //header .box-botones div { */
.control_header {
     width: 50px;
     color: #fff;
     text-align: center;
     line-height: 50px;
     
     background-color: var(--tonoAlterno);
     cursor: pointer;
}
/*loading bar*/
 .progress {
     width: 100%;
     max-width: 100%;
     height: var(--HbarLoading);
     background: #e1e4e8;
     border-radius: 30px;
     overflow: hidden;
}
 .progress .progress-bar {
     display: block;
     height: 100%;
     /*remove animation background: linear-gradient(90deg,#01feff,#4a7dea 17%,#724bff 34%,#01feff 51%,#3d7aff 68%,#4ad7ea 85%,#4beaff);*/
     background-color: var(--tonoAlterno);
     background-size: 300% 100%;
     animation: progress-animation 2s linear infinite; /*0.5s*/
}
 @keyframes progress-animation {
     0% {
         background-position: 100%;
    }
     100% {
         background-position: 0;
    }
}
 #loading {
     min-height: 80vh;
     display: flex;
     justify-content: center;
     align-items: center;
     background: var(--backOscuro);
}
 .fade-out {
     z-index: 100;
     animation: fadeOut ease var(--timeHideLoading) forwards;
     -webkit-animation: fadeOut ease var(--timeHideLoading) forwards;
     -moz-animation: fadeOut ease var(--timeHideLoading) forwards;
     -o-animation: fadeOut ease var(--timeHideLoading) forwards;
     -ms-animation: fadeOut ease var(--timeHideLoading) forwards;
}
 @keyframes fadeOut {
     0% {
         opacity:1;
    }
     100% {
         opacity:0;
    }
}
 @-moz-keyframes fadeOut {
     0% {
         opacity:1;
    }
     100% {
         opacity:0;
    }
}
 @-webkit-keyframes fadeOut {
     0% {
         opacity:1;
    }
     100% {
         opacity:0;
    }
}
 @-o-keyframes fadeOut {
     0% {
         opacity:1;
    }
     100% {
         opacity:0;
    }
}
 @-ms-keyframes fadeOut {
     0% {
         opacity:1;
    }
     100% {
         opacity:0;
    }
}
 .fade-outH {
     animation: fadeOutH ease var(--timeHideLoadingH) forwards;
     -webkit-animation: fadeOutH ease var(--timeHideLoadingH) forwards;
     -moz-animation: fadeOutH ease var(--timeHideLoadingH) forwards;
     -o-animation: fadeOutH ease var(--timeHideLoadingH) forwards;
     -ms-animation: fadeOutH ease var(--timeHideLoadingH) forwards;
}
 @keyframes fadeOutH {
     0% {
         opacity:1;
    }
     100% {
         opacity:0;
    }
}
 @-moz-keyframes fadeOutH {
     0% {
         opacity:1;
    }
     100% {
         opacity:0;
    }
}
 @-webkit-keyframes fadeOutH {
     0% {
         opacity:1;
    }
     100% {
         opacity:0;
    }
}
 @-o-keyframes fadeOutH {
     0% {
         opacity:1;
    }
     100% {
         opacity:0;
    }
}
 @-ms-keyframes fadeOutH {
     0% {
         opacity:1;
    }
     100% {
         opacity:0;
    }
}
 
.tags_rel .btn:hover{
    color: #FFF;
    background-color: var(--tonoAlterno);
}






/*detalle*/

.control_header:hover  {
    color: var(--tonoAlterno);
    background-color:#FFF;
}

.control_header:hover img {
    filter: invert(100%) hue-rotate(220deg);
}



.bootstrap-select .glyphicon-o::before {
    margin-right: 5px  !important;
    margin-left: 0 !important;
}




.button_selected {

    color: var(--colorTitulo) !important;
    background-color: var(--tonoAlterno) !important;
    border-color: var(--tonoAlterno) !important;

}





.btn-sa{
    width:139px;
    margin-top: 34px;
}

.btn-sa2{
    width:90px;
}



.bootstrap-select{
  vertical-align:bottom !important;
}

/*themes*/
.tit-theme{
    margin-top: 15px;
    color: var(--colorTitulo);
    font-size: var(--sizeTitulo);
}


  /*****SHARE*/
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.share-btn{
    position: relative;
    /* border: none;
    background: #fff;
    color: #ff7d7d;
    border-radius: 50%;
  
    height: 60px;
    font-size: 30px;
    padding-top: 2.5px;
    padding-right: 3px; */
    cursor: pointer;
    z-index: 2;
    /* width: 600px; */
}

.share-options{
    position: absolute;
    bottom: 70%;
    right: 60px;
    width: 300px !important;
    height: auto;
    transform-origin: bottom right;
    transform: scale(0);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: rgba(15, 15, 15, 0.5);
    color: #fff;
    padding: 20px;
    font-family: 'roboto';
    transition: .5s;
    transition-delay: .5s;
    z-index: 2000;
}

.share-options.active{
    transform: scale(1);
    transition-delay: 0s;
}

.title{
    opacity: 0;
    transition: .5s;
    transition-delay: 0s;
    font-size: 20px;
    text-transform: capitalize;
    /* border-bottom: 1px solid #fff; */
    width: fit-content;
    padding: 0 20px 13px 0;
}

.social-media{
    opacity: 0;
    transition: .5s;
    transition-delay: 0s;
    width: 250px;
    height: 120px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

.social-media-btn{
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    line-height: 50px;
    font-size: 25px;
    cursor: pointer;
    margin: 0 5px;
    text-align: center;
}

.social-media-btn:nth-child(1){
    background: #FFA654;
}

.social-media-btn:nth-child(2){
    background: #25D366;
}

.social-media-btn:nth-child(3){
    background: #E4405F;
}

.social-media-btn:nth-child(4){
    background: #1DA1F2;
}

.social-media-btn:nth-child(5){
    background: #1877F2;
}

.social-media-btn:nth-child(6){
    background: #0A66C2;
}

.link-container{
    opacity: 0;
    transition: .5s;
    transition-delay: 0s;
    width: 100%;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    background-color: #fff;
    /* overflow: hidden; */
    padding: 0 10px;
}

.link{
    width: 80%;
    height: 100%;
    line-height: 40px;
    color: #000;
    overflow: hidden;
}

.copy-btn{
    position: absolute;
    right: 0;
    cursor: pointer;
    background: #000;
    color: #fff;
    border: none;
    height: 100%;
    width: 30%;
    text-transform: capitalize;
    font-size: 16px;
}

.share-options.active .title,
.share-options.active .social-media,
.share-options.active .link-container{
    opacity: 1;
    transition: .5s;
    transition-delay: .5s;
}


.filter-option-inner-inner {
    text-align: left;
    padding-left: 13px;
    width: 100%; /*(563) 145px*/
    text-overflow: ellipsis;
    color: #4d4d4d;
}

.filter-option:hover .filter-option-inner-inner {
   
    color: var(--colorTitulo);
}



.adv_select a {
    color: #4d4d4d;
    text-align: left;
}

.dropdown-menu{

    border-radius: 8px;;
    background-color:#cccccc ;
}

.glyphicon-ok:before {
    content: "\e013";
    color: var(--tonoAlterno);
}


.dropup .btn-default .caret {
    border-bottom-color: var(--tonoAlterno);
}


.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    
    color: var(--colorTitulo) !important;
    background-color: var(--tonoAlterno);
    border-color: var(--tonoAlterno);
}





/* .tooltip {
  position: relative;
  display: inline-block;
}*/

 .tooltiptext {
  /* visibility: hidden; */
  width: 140px;
  background-color: #eeeeee;
  height: 28px;
  color: #000000;
  text-align: center;
  border-radius: 6px;
  font-size: 13px;
  padding: 5px;
  position: absolute;
  z-index: 100000;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  padding-top: 13px;
  font-family: var(--sourceR);
}

.copy-btn .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #eeeeee transparent transparent transparent;
}

.copy-btn:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
} 





.tooltiptext2 {
    /* visibility: hidden; */
    /*width: 140px;*/
   
    font-family: var(--sourceR);

    width: 155px;
  
    height: 32px;
    color: #eeeeee;
    background-color: var(--tonoAlterno);
    text-align: center;
    border-radius: 6px;
    font-size: 13px;
    padding: 9px;
    position: absolute;
    z-index: 100000;
    bottom: 113%;
    left: 80px;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
    /*padding-top: 9px;*/
  }




.copy-btn2 .tooltiptext2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--tonoAlterno) transparent transparent transparent;
  }
  
  .copy-btn2:hover .tooltiptext2 {
    visibility: visible;
    opacity: 1;
  } 
  


.idioma_index select{

    background-color: white;

}

.idioma_det select{
    background-color: #2a2a2a;
    color: var(--colorTitulo);

}


/* .bullets_items{
    list-style-type: disc;
}
 */


.bullets_items {
    position: relative; /* Agregamos position relative al contenedor para poder posicionar el bullet */
    padding-left: 15px; /* Agregamos padding-left para dar espacio al bullet */
  }
  
  .bullets_items::before {
    content: "\2022"; /* Agregamos el bullet utilizando el código unicode */
    position: absolute; /* Posicionamos el bullet con position absolute */
    top: 0; /* Centramos verticalmente el bullet */
    left: 0; /* Alineamos el bullet a la izquierda del contenedor */
    /*transform: translateY(-60%); /* Centramos verticalmente el bullet */
  }

.btn-clear{
    height: 34px;
    color: white !important;
    background-color: var(--tonoAlterno) !important;
    border-color: var(--tonoAlterno);
    margin-bottom: 20px;
}

.btn-clear-parent{ /*(C1)*/
    margin-top: 20px;
}

.btn-clear:hover{
    height: 34px;
    color: #000 !important;
    background-color: white !important;
    margin-bottom: 20px;
}

.btnsmbl{
    padding: 0 30px;
}


.bootstrap-select .dropdown-menu {
    right: 0;
    left: auto;
  }


  .dropdown-menu .selected {
    background-color: var(--tonoAlterno)  !important;
    color: var(--colorTitulo) ;
  }



