
/*-- Use For Custom Styling --*/

.bgParallax{
    background: url(../img/back_parallax2.jpg);
}
.backSolucionesD{
    margin: 30px;
    padding:30px;
    background: #000;
    opacity: 0.8;
    border-radius: 10px 0;
}
header nav .navbar-nav > li > a {
    margin:0 12px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
}
.btn.btn-naranja {
    background: #ec5b0b !important;
    border-color: #ec5b0b !important;
    color: #fff !important;
}
.tp-bullet{
    display: none;
}

.linkNaranja{
    color: #ec5b0b;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}
.linkNaranja:hover{
    color: #ec5b0b;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
}

.backHome{
    background: url(../img/back_home_banner4.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.backMonedas{
    padding: 80px 40px 0 40px;
    background: url(../img/back_monedas.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.backAsesoria{
    padding: 80px 40px 0 40px;
    background: url(../img/back_asesoria.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.MargenTop{
    padding-top: 170px;
}

.titBanner{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 55px;
    line-height: 60px;
}
.bajadaBanner{
    font-size: 20px;
    line-height: 26px;
    color: #ec5b0b;
    padding-bottom: 20px;
}
.infoBanner{
    font-size: 16px;
    color: #fff;
    width: 85%;
}

.TriTop{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    border-style: solid;
    border-width: 50vh 50vw 0 50vw;
    border-color: #000 transparent transparent transparent;
}
.TriBottom{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 50vh;
    border-style: solid;
    border-width: 0 50vw 50vh 50vw;
    border-color: transparent transparent #f0f0f0 transparent;
}
.TriLeft{
    position: absolute;
    content: '';
    top: 0;
    width: 0;
    height: 0;
    left: 0;
    border-style: solid;
    border-width: 50vh 0 50vh 50vw;
    border-color: transparent transparent transparent #242424;
}
.TriRight{
    position: absolute;
    right: -99.99vw;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    top: -1vh;
    border-style: solid;
    border-width: 51vh 51vw 51vh 1vh;
    border-color: transparent #ec5b0b transparent transparent;
}

.AlturaScreen{
    height: 100vh;
}

.logoHomeBCX{
    position: absolute;
    top: 15vh;
    text-align: center;
    width: 100%;
}

.seccionMonedas{
    height: 100vh;
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
}
.seccionMonedas .Info{
    padding-top: 20vh;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin: 50px;
}

.seccionAlquileres{
    height: 100vh;
    position: absolute;
    width: 50%;
    left: 50%;
    top: 0;
}
.seccionAlquileres .Info{
    text-align: right;
    padding-top: 20vh;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin: 50px;
}

.seccionSolDigital{
    height: 50vh;
    position: absolute;
    width: 40%;
    left: 30%;
    top: 50vh;
}
.seccionSolDigital .Info{
    margin: 23px 50px 0;
}
.seccionSolDigital .left{
    float: left;
    width: 50%;
    height: 50vh;
}
.seccionSolDigital .right{
    float: right;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 30px;
    width: 50%;
    padding-top: 120px;
}

.btnVerMasBlanco a{
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
    border: 1px #fff solid;
    padding: 8px;
    background: transparent;
}
.btnVerMasBlanco a:hover{
    color: #000;
    background: #fff;
}

.btnVerMasGris a{
    font-size: 12px;
    color: #242424;
    border-radius: 10px;
    border: 1px #242424 solid;
    padding: 8px;
    background: transparent;
}
.btnVerMasGris a:hover{
    color: #fff;
    background: #242424;
}
.imagen_blog img{
    width: 100% !important;
    height: auto;
}
.titulo_blog{
    font-weight: 700 !important;
    font-size: 18px;
    line-height: 26px;
    color: #494949;
    padding: 10px 0;
}
.link_blog{
    color: #ec5b0b;
    text-decoration: underline;
}
.link_blog:hover{
    color: #000;
    text-decoration: none;
}

@media (min-width: 200px) and (max-width: 459px) {
    .titBanner{
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: #fff;
        font-size: 40px;
        line-height: 45px;
    }
    .backSolucionesD{
        margin: 10px;
        padding:20px;
        background: #000;
        opacity: 0.8;
        border-radius: 10px 0;
    }
    .backHome{
        background: url(../img/back_home_banner_xs.jpg);
    }
    .MargenTop{
        padding-top: 150px;
    }
    .infoBanner{
        font-size: 18px;
        color: #fff;
        width: 100%;
        line-height: 24px;
    }
    .paddingXS{
        padding: 0 30px;
    }

    .LogoXS{
        position: absolute;
        padding: 10px 30px;
        top: 0;
    }
}