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: #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;
    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;
  }
  
  /* First border-left-width setting is a fallback */
  .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;

  }
  

.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-regular-400.woff2) format("woff2"),
    url(../webfonts/fa-regular-400.woff) format("woff"),
    url(../webfonts/fa-regular-400.ttf) format("truetype"),
    url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-solid-900.woff2) format("woff2"),
    url(../webfonts/fa-solid-900.woff) format("woff"),
    url(../webfonts/fa-solid-900.ttf) format("truetype"),
    url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.fas {
  font-weight: 900;
}

.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("../img/metal.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;
}

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

#modalImagenSmall
{
    /* z-index: 10; */
    left: 70%;
    top: 50%; 
}

@media (max-width: 1500px) {
	#modalImagenSmall
{
    
    left:50%;
    top: 50%; 
}
}

@media (max-width: 900px) {
	#modalImagenSmall
{
    
    left:30%;
    top: 50%; 
}
}

@media (max-width: 800px) {
	#modalImagenSmall
{
    
    left:-5%;
    top: 50%; 
}
}