﻿.bannerSec{
    background-image: url('/empresarial/xpertos/Paginas/xpertosNuevo/assets/imgs/Banner-Xpertos-Desktop.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 80px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 540px;
}

.contentBannerSec{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 70%;
}

.contentBannerSec h1{
    color: white !important;
    text-transform: none !important;
    text-align: left;
    font-size: 32px !important;
    margin-bottom: 40px;
    width: 100%;
}

.btn-naranja{
    background: #ed8b00;
    color: #fff !important;
    border-radius: 30px;
    padding: 20px 35px;
    display: flex !important;
    font-size: 16px;
    line-height: 1;
    font-family: roboto !important;
    font-weight: 400;
    justify-content: center;
    align-items: center;
}

.btn-naranja:hover{
    background-color: #cc6a25;
}

.btn-naranja img{
    width: 25px;
    margin-right: 5px;
}

@media (max-width:1199px) {
    .bannerSec{
        background-image: url('/empresarial/xpertos/Paginas/xpertosNuevo/assets/imgs/Banner-Xpertos-Tablet.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        padding: 80px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 350px;
    }
}

@media (max-width:768px) {
    .bannerSec{
        background-image: url('/empresarial/xpertos/Paginas/xpertosNuevo/assets/imgs/Banner-Xpertos-Mobile.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        padding: 80px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 540px;
    }
}

@media (max-width: 480px) {
    .bannerSec {
        background-image: url('/empresarial/xpertos/Paginas/xpertosNuevo/assets/imgs/Banner-Xpertos-Mobile.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        padding: 80px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 320px;
    }

    .contentBannerSec h1 {
        color: white !important;
        text-transform: none !important;
        text-align: center;
        font-size: 24px !important;
        margin-bottom: 15px;
        width: 100%;
    }

    .contentBannerSec {
        display: flex
    ;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 70%;
    }
}

