
/*---------------------------------------
  HERO DE INICIO  
-----------------------------------------*/
.hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    height: 70vh;
}

.hero-section .section-overlay {
    z-index: 2;
    opacity: 0.45;
}

.hero-section .container {
    position: relative;
    z-index: 2;
    height: 100%;
    padding-bottom: 50px;
}

.hero-section .container .row {
    height: 100%;
}

/*---------------------------------------
    IMAGEN DE FONDO              
-----------------------------------------*/
.img-wrap {
    z-index: -100;
}

.custom-img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: brightness(0.5);
}

.custom-img_2 {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: brightness(0.3);
}

/*---------------------------------------
  SEPARADOR               
-----------------------------------------*/
.separador {
    height: 10px;
    width: 30%;
    background: #EE5007;
    border: none;
}

/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
    background: #EE5007;
    border: 2px solid transparent;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    transition: all 0.3s;
    padding: 10px 15px;
}

.custom-btn:hover {
    background: #c01f27;
    color: #ffffff;
}
