.card-CVPrincipal {
    display: flex;
    align-items: center;
}
#offcanvasCV.offcanvas.offcanvas-end {
    width: 100%;
    max-width: 650px;
    border-radius: 34px 0 0;
}
#offcanvasCV .offcanvas-body {
    position: relative;
}
#offcanvasCV .offcanvas-header h4 {
    color: #1D1D1B;
    font-family: 'Recoleta';
    font-weight: normal;
    font-size: 1.2rem;
    margin-bottom: 0;
	position: relative;
	z-index: 2;
}
#offcanvasCV .offcanvas-body h4 {
    color: #1D1D1B;
    font-family: 'Recoleta';
    font-weight: normal;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
	position: relative;
	z-index: 2;
    max-width: 300px;
}
#offcanvasCV .offcanvas-body h3 {
    color: #f58a7b;
    font-family: 'BasicSansW05';
    font-weight: 700;
    font-size: 3.8rem;
    margin: 0 0 0 -3px;
    padding: 0;
    line-height: .78em;
    z-index: 3;
    overflow: visible;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
#offcanvasCV .cardCV-img {
    overflow: hidden;
    border-radius: 0 0 24px;
	z-index: 0;
}
#offcanvasCV .offcanvas-header {
    padding: 40px 60px 20px 40px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#offcanvasCV .offcanvas-header .btn-close {
    margin-right: auto;
    padding: 0;
    margin-left: 0;
}
#offcanvasCV .offcanvas-body {
    padding: 0 60px 20px 40px;
    overflow-x: hidden;
}
#offcanvasCV .cardCV-parrafo{
    margin: 30px 0;
}
#offcanvasCV .cardCV-parrafo p{
    margin-bottom: 0.55rem;
}
#offcanvasCV .prev-slide-cv, #offcanvasCV .next-slide-cv {
    width: 40px;
    padding: 10px;
    background: #FFF;
    line-height: 1;
}
#offcanvasCV .prev-slide-cv img{
    transform: rotate(180deg);
}
#offcanvasCV .offcanvas-body h5 {
    color: #f58a7b;
    text-transform: none;
    font-family: 'Recoleta';
    font-weight: normal;
    font-size: 1.1rem;
    margin: 0 24px 0 0;
    line-height: 1;
    padding: 0;
    display: inline-flex;
    position: relative;
    align-items: center;
	position: relative;
    z-index: 2;
}
#offcanvasCV .card-CVPrincipal, #offcanvasCV .cardCV-parrafo {
    position: relative;
	z-index: 1;
}
#offcanvasCV .nav-cardCV-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    height: 100px;
    position: absolute;
    right: 60px;
    bottom: 0;
	gap: 3px;
}
#offcanvasCV .cv-bg-gradient {
    position: absolute;
	width: 100%;
    right: 0;
    bottom: 0;
	z-index: 0;
}
#offcanvasCV .cv-bg-gradient-top {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    left: auto;
    border-top: 1px solid rgba(193, 188, 170, 0.3);
    width: 120px;
}
#offcanvasCV .grafico-cf-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: auto;
    width: 90%;
    top: -23%;
    opacity: .5;
}

#offcanvasCV .cardCV-txt {
    position: absolute;
    width: 60%;
}
#offcanvasCV .cardCV-img {
    overflow: hidden;
    border-radius: 0 0 24px;
    z-index: 0;
    width: 100%;
    position: relative;
    right: 0;
    left: auto;
}
#offcanvasCV .cardCV-img img {
    width: 50%;
    position: relative;
    right: 0;
    left: 50%;
}	
#swiperCV .swiper-button-next:after, #swiperCV .swiper-button-prev:after {
    display: none;
}
#swiperCV .swiper-button-next, #swiperCV .swiper-button-prev {
    position: relative;
    display: inline-block;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    top: 0;
    margin: 0;
    left: 0;
    display: inline-flex;
}
.next-CV {
    right: auto;
    left: auto;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #FFF;
    transition: all ease-in-out .3s;
}
.prev-CV {
    right: auto;
    left: auto;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #FFF;
}
.next-CV img {
    width: 100%;
    height: auto;
    padding: 10px;
}
.prev-CV img {
    width: 100%;
    height: auto;
    padding: 10px;
    transform: rotate(180deg);
}
.overlayLeft {
    background: #000000;
    background: -webkit-linear-gradient(275deg,rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(275deg,rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(275deg,rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr="#000000",
    endColorstr="#000000",
    GradientType=0);
    position: absolute;
    top: 0;
    left: auto;
    width: 50%;
    height: 100%;
    z-index: 1;
    opacity: .7;
    right: 0;
}

@media (max-width: 991px) {
    #offcanvasCV.offcanvas.offcanvas-end {
        border-radius: 20px 0 0;
        width: 90%;
    }
}

@media (max-width: 720px) {
    #offcanvasCV .offcanvas-body h3 {
        font-size: 8vw;
    }
    #offcanvasCV .offcanvas-body h4 {
        font-size: 1rem;
    }
    #offcanvasCV .grafico-cf-bg {
        top: -20%;
    }
}

@media (max-width: 580px) {
    #offcanvasCV .offcanvas-body h3 {
        font-size: 9.2vw;
    }

    #offcanvasCV.offcanvas.offcanvas-end {
        top: auto;
        bottom: 0;
        right: auto;
        left: auto;
        border: none;
        transform: translate(0, 100%);
        border-radius: 20px 20px 0 0;
        width: 100%;
        max-width: 100%;
    }
    #offcanvasCV.offcanvas.offcanvas-end.show {
        transform: translate(0, 0);
    }
    
    #offcanvasCV .cardCV-parrafo {
        margin: 30px 0 84px;
    }
    #offcanvasCV .offcanvas-header {
        padding: 30px 40px 10px 30px;
    }
    #offcanvasCV .offcanvas-body {
        padding: 0 40px 20px 30px;
        overflow-x: hidden;
    }
    #offcanvasCV .nav-cardCV-wrapper {
        right: 40px;
    }
}