/**********************/
/**********************/
.bannerHome{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    overflow: hidden;
}
.bannerHome img{
    position: absolute;
    max-height: 100vh;
    height: 100%;
    left: 50%;
    /* margin-left: 50%; */
    transform: translate(-50%);

}
.paralelogramDivBanner{
    position: absolute;
    z-index: 9;
    display: block;
    text-transform: uppercase;
    bottom: 50%;    
    left: 100px;
    transform: translateY(50%);

}
.paralelogramDivBanner > div{
    position: relative;
    padding: 32px 40px;
    z-index: 1;
}

.paralelogramDivBanner .minurText{
    font-family: 'saira-medium';
    font-size: 18px;
    color: #FFFFFF;
    margin: 0;
    line-height: 1;
}
.paralelogramDivBanner .mayorText{
    font-family: 'saira-bold';
    font-size: 30px;
    width: 320px;
    color: #FFFFFF;
    margin: 0;
    line-height: 1;
}

.paralelogramDivBanner::before {
    content: '';
    width: 100%;
    height: 100%;
    transform: skew(-15deg);
    background: var(--azul);
    position: absolute;
    color: #FFFFFF;
    line-height: 0;
  }

/*************************/
/**marca de agua de logo**/
/*************************/

.bannerHome::before{
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 40%;
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.5029586834733894) 0%, rgba(120,120,120,0.43012955182072825) 51%, rgba(255,255,255,0) 100%);
    z-index: 1;
}
.bannerHome::after{
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 40%;
    background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(120,120,120,0.48503151260504207) 46%, rgba(0,0,0,0.42620798319327735) 100%);
    z-index: 1;
}


/*********************/
/*botones del banner */
/*********************/
.paralelogramDivBanner a.buttonBanner{
    font-size: 16px;
    font-family: 'saira-regular';
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    width: 159px;
    color: #FFFFFF;
}

.paralelogramDivBanner a.buttonBanner::before{
    content: '';
    width: 100%;
    height: 100%;
    transform: skew(-15deg);
    background: var(--azul);
    border: 2px solid #FFFFFF;
    position: absolute;
    color: #FFFFFF;
    line-height: 0;
}
.paralelogramDivBanner .contButtons{
    display: flex;
    margin-top: 38px;
    justify-content: flex-end;
}
.paralelogramDivBanner a.buttonBanner span{
    z-index: 1;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 5px 0;
}
.paralelogramDivBanner a.buttonBanner:last-child{
    margin-left: 31px;
    color: var(--azul);
}
.paralelogramDivBanner a.buttonBanner:last-child:before{
    background: #FFFFFF;
}
.containerBannerHome .loadBanner{
    width: 100%;
    border-top: 1px solid var(--blanco);
    height: 2px;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 2;
}
.containerBannerHome .loadBanner .barraLoad{
    position: absolute;
    height: 3px;
    width: 0%;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
}