/* SFA custom css */
.click {
    cursor: pointer!important;
}

.activar {
    color: var(--azul_claro);
}

.bold {
    font-weight: bold;
}

.tree {
    font-weight:600;
}
.item {
    /*color: #999999 !important;*/
    color: var(--azul_claro) !important;
    cursor: pointer;
}

.dots {
    padding-left: 1em;
    line-height: 1.5em;
    /*list-style-type: dot;*/
    list-style-type: none;
    color: var(--azul_marino) !important;
}

.noDots{
    list-style-type: none;
}


.card-custom {
   overflow: hidden;
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
   border-radius: 2.53em !important;
 }

  .card-custom-img {
    height: 115px;
    min-height: 115px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
  }
  .fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
  }

/*  @media (min-width: 768px){
    .card-custom-avatar img {
        border-radius: 50%;
        box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
        position: absolute;
        top: 72px;
        width: 80px;
        height: 80px;
        left: 35% !important;
  }
}
 @media (min-width:568) and (max-width:320) {
    .card-custom-avatar img {
        border-radius: 50%;
        box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
        position: absolute;
        top: 72px;
        width: 80px;
        height: 80px;
        left: 35% !important;
  }
} */
   
 .card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    width: 80px;
    height: 80px;
 }
 
 .card-body {
    padding: 4rem !important;
}





.child1{
    left: 4% !important;
}
.child2{
    left: 8% !important;
}
.child3{
    left: 4% !important;
}

.empty-child {
    border-radius: 0 !important;
    border: 0 !important;
    background: transparent !important;
    padding-left: 0px !important;
    margin-bottom: -10px !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    color: #212529 !important;
    cursor: pointer !important;
}
.empty-child:hover {
    border-radius: 0 !important;
    border: 0 !important;
    background: transparent !important;
    padding-left: 0px !important;
    margin-bottom: -10px !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    color: var(--azul_claro) !important;
    cursor: pointer !important;
    text-decoration: underline;
}
.toggle.toggle-simple .toggle > label:hover {
    border-radius: 0;
    border: 0;
    background: transparent;
    color: #777;
    padding-left: 32px;
    margin-bottom: -10px;
    font-size: 1em;
    font-weight: 600;
    color: var(--azul_claro);
    text-decoration: underline;
}



.toggle.toggle-simple .toggle > label:before {
    border: 0;
    left: 9px;
    right: auto;
    margin-top: 0;
    top: 12px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f067";
    z-index: 2;
    color: #FFF;
    font-size: 7px;
    width: auto;
    height: auto;
    -webkit-transform: none;
    transform: none;
}
.m24{
    margin: 24px 0 0 !important;
}

.img-mov{
    display: none !important;
}
@media (max-width: 768px) {
    .img-full {
        width: 150px;
    }
    #header .header-row {
        max-width: 100% !important;
    }
    .headTop {
        display: none !important;
    }
    .tree-mov {
        order: 1;
    }
}
.b-image {
  /* background-image: url("http://10.1.1.135/sfa/img/generic/b_tree.jpg") !important;  */

  background: #74ebd5 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, rgb(141, 150, 187), #74ebd5) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, rgb(141, 150, 187), #74ebd5) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.b-image-map {
  background-image: url("http://10.1.1.135/sfa/img/generic/b_map.jpg") !important; /* The image used */
    background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.b-image-acercade {
  background-image: url("http://10.1.1.135/sfa/img/generic/b_acercade.jpg") !important; /* The image used */
    background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.m50 {
    margin-bottom: -50px !important;
}

.news-image{
    width: 100% !important;
    height: 22em !important;
    object-fit: cover !important;
    border-top-right-radius: 2em!important;
    border-top-left-radius: 2em!important;
}


.negativeMargin{
    margin-bottom: 6px !important;
}

/*Loader for any page
Works with:
<div class="loader">
    <div class="dot"></div>
    <div class="dot"></div>
    <div class="dot"></div>
    <div class="dot"></div>
    <div class="dot"></div>
</div>
*/
.loader {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: 10%;
    transform: translate3d(-50%, -50%, 0);
}
.dot {
    width: 10px;
    height: 10px;
    background: #3ac;
    border-radius: 100%;
    display: inline-block;
    animation: slide 1s infinite;
}
.dot:nth-child(1) {
    animation-delay: 0.1s;
    background: var(--azul_marino);
}
.dot:nth-child(2) {
    animation-delay: 0.2s;
    background: var(--azul_claro);
}
.dot:nth-child(3) {
    animation-delay: 0.3s;
    background: var(--verde);
}
.dot:nth-child(4) {
    animation-delay: 0.4s;
    background: var(--amarillo);
}
.dot:nth-child(5) {
    animation-delay: 0.5s;
    background: var(--rojo);
}
@-moz-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@-o-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
/*Loader for any page*/


/*Shadow for header*/
.header-body{
    border-bottom-style:  solid!important;
    box-shadow: 0px 1px 10px #999 !important;
}
/*Shadow for header*/