@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');





/*general*/
a, a:link, a:hover, a:active, a:focus, a:focus-within, a:visited{
    text-decoration: none;
    /*white-space: nowrap;*/
}

a.under-line{
    text-decoration: underline !important;
}

body {
    font-size: 0.9rem;
}

body,p, a, div, main, footer, header, strong,b, h1, h2,h3,h4,h5,h6, .h1, .h2,.h3,.h4,.h5,.h6, .display-1, .display-2, .display-3, .display-4, lead, small{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

span:not(.fa, .fab, .far, .fas), i:not(.fa, .fab, .far, .fas){
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

img{
    max-width: 100%;
}


.h5, h5 {
    font-size: 1.10rem !important;
}


.ingresar {
    font-size: 1rem;
    font-weight: 300;
}

.vertical-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-flow: column;
}

.flex-item-center{
    align-items: center;
}


.height-100{
    height: 100%;
}

.border-color-1, .border-color-1-hover:hover{
    border-color: #f15a24 !important;
}

.border-color-1-light, .border-color-1-light-hover:hover{
    border-color: #9e3a17 !important;
}

.border-color-1-dark, .border-color-1-dark-hover:hover{

    border-color: #9e3a17 !important;

}

.nav-tabs > .active {
    background-color: #ff7d20!important;
}

.rounded {
    border-radius: .0rem!important;
}

.bg-1, .bg-1-hover:hover{
    background: #f15a24!important;
    border-radius: 5px!important;
    border: 1px solid #f15a24;
}

.bg-1:hover{
    background: #d15021!important;
}

.bg-1-outline{
    border: 1px solid #f15a24!important;
    border-radius: 5px!important;
}

.bg-1-outline:hover{
    background: #d15021!important;
}

.bg-1-light, .bg-1-light-hover:hover{
    background: #9e3a17;
}

.bg-1-dark, .bg-1-dark-hover:hover{
    background: #9e3a17;
}

.color-1, .color-1-hover:hover{
    color: #f15a24;
}

.color-1-light, .color-1-light-hover:hover{

    color: #f79c7c;

}

.color-1-dark, .color-1-dark-hover:hover{

    color: #9e3a17;

}

.bg-cover{

    background-size: cover !important;

}

.bg-center{

    background-position: center;

}

.fuente-100 {

    font-weight: 100!important

}

.rounded{
    border-radius: 15px;
}

.rounded-50{
    border-radius: 50px;
}

.square{

    border-radius: 0 ;

}

.fuente-200 {

    font-weight: 200!important

}



.fuente-300 {

    font-weight: 300!important

}



.fuente-400 {

    font-weight: 400!important

}



.fuente-500 {

    font-weight: 500!important

}



.fuente-600 {

    font-weight: 600!important

}



.fuente-700 {

    font-weight: 700!important

}



.fuente-800 {

    font-weight: 800!important

}



.fuente-900 {

    font-weight: 900!important

}



/*color texto*/

.color-negro, .color-negro-hover:hover { color: #000000 }

.color-gris-1, .color-gris-1-hover:hover { color: #191919 }

.color-gris-2, .color-gris-2-hover:hover { color: #323232 }

.color-gris-3, .color-gris-3-hover:hover { color: #4B4B4B }

.color-gris-4, .color-gris-4-hover:hover { color: #646464 }

.color-gris-5, .color-gris-5-hover:hover { color: #7D7D7D }

.color-gris-6, .color-gris-6-hover:hover { color: #969696 }

.color-gris-7, .color-gris-7-hover:hover { color: #AFAFAF }

.color-gris-8, .color-gris-8-hover:hover { color: #C8C8C8 }

.color-gris-9, .color-gris-9-hover:hover { color: #E1E1E1 }

.color-gris-10, .color-gris-10-hover:hover { color: #FAFAFA }

.color-blanco, .color-blanco-hover:hover { color: #FFFFFF }

/*color fondo*/

.bg-negro, .bg-negro-hover:hover { background-color: #000000; fill: #000000 }

.bg-gris-1, .bg-gris-1-hover:hover { background-color: #191919; fill: #191919 }

.bg-gris-2, .bg-gris-2-hover:hover { background-color: #323232; fill: #323232 }

.bg-gris-3, .bg-gris-3-hover:hover { background-color: #4B4B4B; fill: #4B4B4B }

.bg-gris-4, .bg-gris-4-hover:hover { background-color: #646464; fill: #646464 }

.bg-gris-5, .bg-gris-5-hover:hover { background-color: #7D7D7D; fill: #7D7D7D }

.bg-gris-6, .bg-gris-6-hover:hover { background-color: #969696; fill: #969696 }

.bg-gris-7, .bg-gris-7-hover:hover { background-color: #AFAFAF; fill: #AFAFAF }

.bg-gris-8, .bg-gris-8-hover:hover { background-color: #C8C8C8; fill: #C8C8C8 }

.bg-gris-9, .bg-gris-9-hover:hover { background-color: #E1E1E1; fill: #E1E1E1 }

.bg-gris-10, .bg-gris-10-hover:hover { background-color: #FAFAFA; fill: #FAFAFA }

.bg-blanco, .bg-blanco-hover:hover { background-color: #FFFFFF; fill: #FFFFFF }

/*navbar*/

.navbar-brand{
    width: 250px;
}

.navbar-brand img{
    width: 100%;
    height: auto;
}

.menu-item-count button {
    width: 74px;
    border: 0;
    background: none;
    outline: none;
    position: relative;
}

.menu-item-count span {
    position: absolute;
    top: 2px;
    left: 36px;
    color: #fff;
}

.menu-item-count button:before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0px;
    left: 30px;
    background-color: #f15a24;
    border-radius: 50%;
}

span.user-button {
    font-size: 1.4em;
}

li.nav-item {
    position: relative;
    margin: 0 7px;
}

li.nav-item:hover:before {
    content: '';
    height: 4px;
    background: #f15a24;
    width: 45%;
    position: absolute;
    left: 8px;
    bottom: 0;
    border-radius: 2px;
    animation: menu-uneder-line ease .4s;
    animation-direction: alternate;
    transform: scaleX(0);
    transition: all ease .4s;
    animation-fill-mode: forwards;
}

@keyframes menu-uneder-line{
    0%{transform: scaleX(0);}
    100%{transform: scaleX(1);}
}


/*slider*/
#slider-inicio .carousel-item{
  height: 450px;
  border-radius: 0px;
  background-size: cover !important;
}

ol.carousel-indicators li {
  /*width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #f15a24;*/
}

ol.carousel-indicators li.active {
  background-color: #f15a24;
}
.carousel-indicators li {
  background-color: #f15a24;
}

.carousel-control-next, .carousel-control-prev {
  width: 10%!important;
}

.carousel-caption {
  position:initial;
  right: 15%;
  left: 15%;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}



  /*serch form*/
  .form-1 input.form-control:focus:not([readonly]) {
    border-bottom: 2px solid #f15a24;
    box-shadow: 0 2px 0 0 #f15a24;
  }

.form-1 input.form-control {

    border-bottom: 2px solid #f15a24;

    font-size: 2em;

  }

.form-1 .fa, .form-1 .fa {

    color: #f15a24;

  }

.form-1 input.form-control::placeholder{

      color: #C8C8C8;

}

.form-2 input.form-control:focus:not([readonly]), .form-2 select.form-control:focus:not([readonly]) {

    border-bottom: 2px solid #f15a24;

    box-shadow: 0 2px 0 0 #f15a24;

  }

.form-2 input.form-control, .form-2 select.form-control {

    border-bottom: 2px solid #f15a24;

    font-size: .9em;

  }

.form-2 .fa, .form-2 .fa {

    color: #f15a24;

  }

.form-2 input.form-control::placeholder{

      color: #C8C8C8;

}

/*.form-3 input.form-control::placeholder{
  color: #E1E1E1;
}*/

  /*carusel opiniopnes*/



#slider-opiniones ol.carousel-indicators li, #slider-opiniones-sm ol.carousel-indicators li{

    background-color: #3c3c3c;

}

#slider-opiniones ol.carousel-indicators li.active, #slider-opiniones-sm ol.carousel-indicators li.active {

    background-color: #f15a24 ;

}



/*animated scroll*/

.animated-scroll:not(.animated-in){

    opacity:0;

}

.animated-delay-1{

    animation-delay: .2s;

}

.animated-delay-2{

    animation-delay: .4s;

}

.animated-delay-3{

    animation-delay: .6s;

}

.animated-delay-4{

    animation-delay: .8s;

}

.modal button.close {

    background: #f15a24;

    opacity: 1 !important;

    border-radius: 50%;

    width: 50px;

    height: 50px;

    color: white !important;

    top: -4px;

    position: absolute;

    right: -12px;

    display: flex;

    justify-content: center;

    align-items: center;

    align-content: center;

}



/*modales*/

body>  .modal-backdrop:first-child{

    display: none;

}



/*tab talleres*/



#TallerTab .tab-item a:not(.active){

    filter: grayscale(1);

}

#TallerTab .tab-item:hover a{

    filter: grayscale(0);

}



.item-input i {

    position: absolute;

    right: 18px;

    top: 0;

}

.no-disponible {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    padding: 2em;

    background: rgb(220 53 69 / 77%);

    border-radius: 15px;

}

.checkbox-absolute {

    position: absolute;

    bottom: 0;

    left: 0;

}



.checkbox-absolute input {

    transform: scale(2);

}

.form-results::placeholder{

    font-size: 20px;

}



.boton-whatsapp{

    border-bottom-right-radius: 0 !important;

    border-top-right-radius: 0 !important;

}

.boton-asesor{
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

}
.tabs-1 .nav-item.active{
    background-color: #f15a24;
}
/*xs*/
@media (max-width: 575px){
    .h-initial-xs{
        height: initial !important;
    }
    #slider-inicio .carousel-item{
        height: 150px;
    }
    h1,.h1{
        font-size: 2.2em !important;
    }  
    .form-1 input.form-control::placeholder, .form-2 input.form-control::placeholder, .form-results::placeholder{
        font-size: 14px !important;
  }
  .video-tab-iframe{
      height: 200px !important;
  }

  .dropdown-menu{width:100%!important;right:0px!important;}
}
/*sm*/
@media (max-width: 767px) and (min-width: 576px){
    .h-initial-sm{
        height: initial !important;
    }
    #slider-inicio .carousel-item{
        height: 250px;
    } 
    
 .dropdown-menu{width:100%!important;right:0px!important;}
}
/*md*/
@media (max-width: 991px) and (min-width: 768px){
    .h-initial-md{
        height: initial !important;
    }  
    #slider-opiniones .carousel-item {
        height: 414px;
    } 

    .modal-dialog{
        min-width: 733px !important;
        max-width: initial !important;
        width: 733px !important;
    }
   .dropdown-menu{width:100%!important;right:0px!important;}
}

/*calendar*/

  
  .calendar-wrapper{
      width: 100%;
    box-sizing:content-box;
    display:flex;
    position:relative;
    justify-content: center;
    overflow:hidden;
  }
  
  .calendar{
    transform:initial;
    font-family:var(--font2);
    display: inline-grid;
    grid-template:
        "M M M M M M M"
        "W W W W W W W"
        "Days Days Days Days Days Days Days"
  }
  
  /*Headings*/

  
  .display.week div{
    padding:0 0.2em;
  }
  
  .display.week{
    font-size:0.7rem;
    grid-area: W;
  }
  
  /* Individual Units*/
  
 
  
  .week{
    display: grid;
    justify-content:center;
    grid-template-columns: repeat(7, 1fr);
  }
  
  .calendar .row{
    display:flex;
    flex-flow:row nowrap;
  }
  
  .days{
    width:100%;
    grid-area: Days;
    grid-auto-rows: var(--fullDayHeight);
  }
  
  .day{
    cursor:pointer;
    position:relative;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    font-size: .7rem !important;
  }
  
  .day.today{
    color:var(--todayTextColor);
  }
  
  .day.today:before{
    content:"";
    position:absolute;
    background-color:var(--color1);
    filter:hue-rotate(40deg);
    height:5px;
    width:5px;
    border-radius:50%;
    top:4px;
    right:5px;
    z-index:-1;
  }
  
  
 
  
  .day.active {
    color:white  !important;
    background:#2c76e0 !important;
  
  }
  .day:hover{
    background:#AFAFAF;
  }
  
  .blank.day{

    color:#AFAFAF;
    opacity:0.4;
  }
  

  
  /* mini class styling*/
  .mini .days{
    grid-auto-rows: min-content;
  }
  
  .calendar-wrapper.mini{
    width:100%;
  }
  
  .mini .week{
    grid-auto-columns: fit-content(0.5rem);
    grid-auto-rows: fit-content(0.5rem);
  }
  
  .mini .day {
    text-align: center;
    font-size: 0.9em;
    padding: 5px;
}
  
  /*UI Components*/
  
  .calendar .mainheader{
    grid-area: M;
    display:flex;
    flex-flow:row nowrap;
    justify-content: center;
    text-transform:uppercase;
  }
  
  .calendar .arrow {
    color: #f15a24;
    text-align: center;
    font-size: 2em;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    margin: 0 0.5em;
}
  
  .calendar .arrow.left:after{
    content:"\02039";
  }
  
  .calendar .arrow.right:after{
    content:"\0203A";
  }
  
  /* Animations */
  
  .anim-slide-left-in{
    animation: kfSlideLeftIn var(--transitionTime) linear ;
  }
  
  .anim-slide-left-out{
    animation: kfSlideLeftOut var(--transitionTime) linear ;
  }
  
  .anim-slide-right-in{
    animation: kfSlideLeftOut var(--transitionTime) linear reverse;
  }
  
  .anim-slide-right-out{
    animation: kfSlideLeftIn var(--transitionTime) linear reverse;
  }
  
  @keyframes kfSlideLeftIn{
    0%{
      opacity:0;
      transform:translate(100%);
    }
    100%{
      opacity:1;
      transform:translate(0);
    }
  }
  
  @keyframes kfSlideLeftOut{
    0%{
      opacity:1;
      transform:translate(0);
    }
    100%{
      opacity:0;
      transform:translate(-100%);
    }
  }
  /*For Demo formatting*/

 
  .days-sem-container button {
    border: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: .5em;
}
.days-sem-container button.active{
    background: #f15a24; 
    color: #fff;
}
.up-notificator {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
}
.estado-buttons >button:not(.active){
    opacity: .5;
}
.estado-buttons .active{
    box-shadow: 3px 0px 4px rgba(0,0,0,0.5);
}

a.boton-guardar {
    position: absolute;
    bottom: -1em;
    right: 1em;
}

/*switch*/
.switch{
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
  }
  .switch + .lable{
    position: relative;
    display: inline-block;
    margin: 0 !important;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: normal;
    cursor: pointer;
  }

  /* CSS3 on/off switches */

  .switch + .lable::before {
    font-weight: normal;
    font-size: 11px;
    line-height: 17px;
    height: 20px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #F5F5F5;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #CCC;
    text-align: left;
    float: left;
    padding: 0;
    width: 52px;
    text-indent: -21px;
    margin-right: 0;
    -webkit-transition: text-indent .3s ease;
    -o-transition: text-indent .3s ease;
    transition: text-indent .3s ease;
    top: auto;
  }
  .switch.switch-bootstrap + .lable::before {
    box-shadow: none;
    border-width: 0;
    font-size: 16px;
    background-color: #a9a9a9;
    color: #F2F2F2;
    width: 52px;
    height: 22px;
    line-height: 21px;
    text-indent: 32px;
    -webkit-transition: background 0.1s ease;
    -o-transition: background 0.1s ease;
    transition: background 0.1s ease;
  }
  .switch.switch-bootstrap + .lable::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 3px;
    border-radius: 12px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    width: 18px;
    height: 18px;
    text-align: center;
    background-color: #F2F2F2;
    border: 4px solid #F2F2F2;
    -webkit-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;
  }
  .switch.switch-bootstrap:checked + .lable::before {
    text-indent: 6px;    
  }
  
  .switch-danger >.switch.switch-bootstrap:checked + .lable::before {
    background-color: #f15a24;
    color: #fff;
}
  
  .switch.switch-bootstrap:checked + .lable::after {
    left: 87px;
  }  
  .switch.switch-bootstrap:checked + .lable::before{
      content: 'Activo' !important;
  }
  .switch.switch-bootstrap + .lable::before{
    content: 'Inactivo' !important;
}
  .switch.switch-bootstrap + .lable::after {
    left: 3px;
    height: 30px;
    border-radius: 50%;
    width: 30px;
  }

  .switch-danger >.switch.switch-bootstrap + .lable::before {
    background-color: transparent;
    height: 35px;
    width: 120px;
    border-radius: 50px;
    padding: .3em;
    border: solid 2px #f15a24;
    color: #f15a24;
    padding-top: 10px;
}
label.label-switch.switch-danger {
    margin: 0;
    height: 36px;
}

/*xs*/

@media (max-width: 575px){

    .h-initial-xs{

        height: initial !important;

    }

    #slider-inicio .carousel-item{

        width: 100%;

    }

    h1,.h1{

        font-size: 2.2em !important;

    }  

    .form-1 input.form-control::placeholder, .form-2 input.form-control::placeholder, .form-results::placeholder{

        font-size: 14px !important;

  }

  .video-tab-iframe{

      height: 200px !important;

  }

  .show{
    display: block!important;
  }



}

/*sm*/

@media (max-width: 767px) and (min-width: 576px){

    .h-initial-sm{

        height: initial !important;

    }

    #slider-inicio .carousel-item{

        height: 250px;

    } 

    

 

}

/*md*/

@media (max-width: 991px) and (min-width: 768px){

    .h-initial-md{

        height: initial !important;

    }  

    #slider-opiniones .carousel-item {

        height: 414px;

    } 



    .modal-dialog{

        min-width: 733px !important;

        max-width: initial !important;

        width: 733px !important;

    }



   

}



/*lg*/

@media (min-width: 992px){

    .h-initial-lg{

        height: initial !important;

    }  

}

/*xl*/

@media (min-width: 1200px){

    .h-initial-xl{

        height: initial !important;

    }  

}



@media (max-width: 1386px){

    a.navbar-brand{
        width:143px;
    }

    li.nav-item {
        position: relative;
        margin: 0;
    }
}

@media (max-width: 992px){

    li.nav-item:hover:before {
        width: 34px;
        left: 0;
    }

    .form-1 input.form-control::placeholder, .form-2 input.form-control::placeholder{
        font-size: 20px;
  }
}

@media (max-width: 1200px) and (min-width: 552px){
    .botones-fijos{
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.audio-widget {
    position: fixed;
    right: 0;
    bottom: 1%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 6px 15px 6px 6px;
    display: flex;
    align-items: center;
    z-index: 10;
    cursor: pointer;
    transition: all .3s ease;
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%333' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e)!important;
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%333' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e)!important;
}


.fixed-top{box-shadow: 0 0 15px rgba(0,0,0,.1)!important;}

/* new navbar*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.search-box{
    width: 100%;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.search-box input#search{
    width: 100%;
    height: 50px;
    border: 1px solid #323232;
    font-size: 10pt;
    float: left;
    padding-left: 45px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    min-width: 330px;
  }

  .search-box input#search:focus{
    border: 1px solid #f15b2465;
    box-shadow: 0 0 0 0.2rem #ff551748;
  }

  .search-box .icon{
    position: absolute;
    top: 50%;
    margin-left: 17px;
    margin-top: 17px;
    z-index: 1;
    color: #f15a24;
  }

  /*.cover-img{
    background-color: #709207!important;
    border: 2px!important;
    box-shadow: 0 0 3px rgba(112,146,6,0.6)!important;
  }*/

/*a:hover {
    color: #ffffff!important;
    text-decoration: underline!important;
}*/

.color-blanco-hover2:hover{
    color: #ffffff!important;
    text-decoration: underline!important;
}

/*.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    border-bottom: 1px solid rgb(175, 175, 175)!important;
}*/

.fl{float: left!important;}

.w-48{width: 48%!important;}

.mh-50{min-height: 50px!important;}



/* Estilos para categorias home */

  .div-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .div-img.hid {
    overflow: hidden;
  }
  
  .div-icon{
    display: inline-block;
    position:absolute;
    top:40%;
    left:50%;
    transform: translate(-40%, -50%);
    z-index: 10;
  }
  
  .div-img .icon{
    display: none;
  }
  
  .div-img .img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
  }
  .div-img:hover .img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
  
    filter: sepia(100%) blur(1px) brightness(63%) saturate(584%) contrast(93%);
-webkit-filter: sepia(100%) blur(1px) brightness(63%) saturate(584%) contrast(93%);
-moz-filter: sepia(100%) blur(1px) brightness(63%) saturate(584%) contrast(93%);
  }
  
.div-img:hover .icon{display: block;}

.bg-color-site{background:#f1f1f1!important;}

.mh-150{min-height:150px!important;}

.bg-shadow{box-shadow: 0 0 15px rgba(0,0,0,.1)!important;}

.d-05s{ animation-duration: 0.5s!important;}
.d-1s{ animation-duration: 1s!important;}
.d-1-5s{ animation-duration: 1.5s!important;}
.d-2s{ animation-duration: 2s!important;}
.d-2-5s{ animation-duration: 2.5s!important;}
.d-3s{ animation-duration: 3s!important;}

.de-05s{ animation-delay: 0.5s!important;}
.de-1s{ animation-delay: 1s!important;}
.de-1-5s{ animation-delay: 1.5s!important;}
.de-2s{ animation-delay: 2s!important;}
.de-2-5s{ animation-delay: 2.5s!important;}
.de-3s{ animation-delay: 3s!important;}


.select2-search--dropdown .select2-search__field:focus-visible{outline: currentcolor!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow {top: 3px!important;}
.select2-container .select2-selection--single .select2-selection__rendered {padding-top: 6px!important;}
.select2-container .select2-selection--single {height: 35px!important;}
.select2-container--default .select2-selection--single {border: 1px solid #f15a24!important;}
.select2-container--default .select2-selection--single .select2-selection__placeholder {color:#333333!important;}

.select2-container--default .select2-selection--multiple .select2-selection__choice {color:#f4f4f4!important;}

.btn-primary.focus, .btn-primary:focus {color:#fff!important;background-color:#f15a24!important;border-color:#f15a24a6!important;box-shadow: 0 0 0 0.2rem #f15a244a!important;}
.btn-primary:hover {color:#fff!important;background-color:#f15a24!important;border-color:#f15a24!important;}

.form-control:focus {color:#495057!important;background-color:#fff!important;border-color:#f15a24!important;outline:0!important;box-shadow: 0 0 0 0.2rem #f15a242e!important;}