/* a {
	color: #ababab;
}

a:not(.btn):hover, a:not(.btn):focus, a:not(.btn):active {
	color: #000000;
}

/* SFA custom css 
.click {
    cursor: pointer!important;
}
.card {
    min-height: 200px;
    height: 400px !important;
}
.activar {
    color: var(--azul_claro);
}

.bold {
    font-weight: bold;
}

.tree {
    font-weight:600;
}
.item {
   
    color: var(--azul_claro) !important;
    cursor: pointer;
}

.dots {
    padding-left: 1em;
    line-height: 1.5em;
   
    list-style-type: none;
    color: var(--azul_marino) !important;
}

.noDots{
    list-style-type: none;
}


.card-custom {
    overflow: hidden;
    min-height: 450px;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    border-radius: 2.53em !important;
  }

@media (max-width: 375px)  {
    .card-custom {
      width: 21rem !important;
    }
}
@media (max-width: 360px)  {
    .card-custom {
      width: 21rem !important;
      left: 0px !important;
    }
}

 @media (max-width: 320px){
  .card-custom {
      width: 18rem !important;
      left: 0px !important;
  }
}
 @media (max-width: 768px){
  .card-custom {
      width: 21rem !important;
      left: 0px !important;
  }
}


  .card-custom-img {
    height: 200px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
  }

 
  .card-custom-img::after {
    position: absolute;
    content: '';
    top: 161px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 545px;
    border-left-width: calc(575px - 5vw);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
  }

  .card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 100px;
    left: 32%;
    width: 120px;
    height: 120px;
  }




  .card-custom-img-transparencia {
    height: 230px;
    min-height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
  }

  .card-custom-avatar-transparencia img {
    position: absolute;
    top: 100px;
    left: 32%;
    width: 120px;
    height: 120px;
  }

  .card-custom-img-transparencia::after {
    position: absolute;
    content: '';
    top: 161px;
    left: 0;
    width: 0;
    height: 0;

  }




.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-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.b-image-map {

    background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.b-image-acercade {

    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;
}

.card-custom:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
} */


/*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;
}

#arbol
{
    background-image: url("../img/pattern.png");
   

}
 */
