
.bg-position-center {
	background-position: center center;
}

.border-double-primary {border: 4px double #c5a059;}

.border-white {border: 1px solid #fff;}

.italic {font-style: italic;}
.pl-0 {padding-left: 0 !important;}
.pl-5 {padding-left: 3rem !important;}
.pl-5-6 {padding-left: 4.5rem !important;}
.pr-3 {padding-right: 1rem !important;}

/*PARA IGUALAR LA ALTURA DE LAS COLUMNAS
 La fila se convierte en flex container */
.row.row-eq {
    display: flex;
}

/* Las columnas ocupan la misma altura */
.row.row-eq > [class*="col-"] {
    display: flex;
}

/* Las cards se estiran a la altura completa de la columna */
.row.row-eq .card {
    height: 100%;
}

.text-right {text-align: right;}
.underline {
	text-decoration: underline;
}

.word-break {
    word-break: break-word
}

/* Custom Elements */
.custom-el-1 {
        margin-top: -374px;
        position: relative;
        min-height: 570px;
}

.custom-el-1:before {
        content: ' ';
        display: block;
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0 80px 50px 0;
}

.custom-el-2 {
        width: 150px;
        height: 150px;
        min-width: 150px;
        min-height: 150px;
}

.custom-el-3 {
        width: 180px;
        height: 180px;
        min-width: 180px;
        min-height: 180px;
        margin-left: -40px;
        margin-top: -15px;
}

.custom-el-4 {
        display: inline-block;
        margin: -24px 50px -24px -32px;
        position: relative;
}

.custom-el-4:after {
        content: ' ';
        display: block;
        width: 390px;
        height: 280px;
        position: absolute;
        top: -75px;
        left: -55px;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        border: 30px solid #FFF;
        z-index: 11;
}

.custom-el-5 {
        height: 100%;
        aspect-ratio: 1 / 1;
        background: #FFF;
        border-radius: 100%;
        margin: 10%;
        background-size: cover;
        position: relative;
        z-index: 2;
}

.custom-el-5:before {
        content: ' ';
        display: block;
        width: 110%;
        height: 110%;
        position: absolute;
        top: -5%;
        left: -5%;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        border: 1px solid #e7e7e7;
        z-index: 1;
}

.custom-el-5-1 {
        height: 100%;
        aspect-ratio: 1 / 1;
        opacity: 0.8;
        background-color: #FFF;
        border: 70px solid #000;
        border-radius: 100%;
        position: relative;
        z-index: 3;
}

.custom-el-5-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 4;
}

.custom-el-6 {
        width: 75px;
        height: 75px;
}

.custom-el-7 {
        width: 80px;
        height: 80px;
        display: block;
        border-radius: 100%;
        position: absolute;
        margin-top: -15px;
        margin-left: -15px;
        z-index: 1000;
}

.custom-el-7 i {
        font-size: 40px;
        position: relative;
        top: 17px;
}

.custom-el-8 {
        position: absolute;
        right: 8%;
        top: 15%;
}

.custom-el-8 i:nth-child(1) {
        font-size: 40px;
        opacity: 0.3;
}

.custom-el-8 i:nth-child(2) {
        font-size: 60px;
        position: relative;
        top: 40px;
        left: 5px;
}

.custom-el-8 i:nth-child(3) {
        font-size: 80px;
        position: relative;
        top: 100px;
        filter: blur(5px);
}

.custom-el-9 {
        position: relative;
        display: block;
        padding: 30px 0;
}

.custom-el-9 strong:nth-child(1) {
        opacity: 0.07;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        display: block;
        text-align: center;
        font-size: clamp(28px, -53.3333333333px + 0.1694444444 * 100vw, 150px);
        text-overflow: ellipsis;
        white-space: nowrap;
}

.custom-el-9 strong:nth-child(2) {
        font-size: clamp(28px, 4px + 0.05 * 100vw, 64px);
        padding-top: 20px;
        display: block;
}

.custom-pos-3 {
    bottom: 12%;
    left: -5%;
}

@media (max-width: 680px){
    .custom-el-9 strong:nth-child(1) {
            font-size: clamp(87px, -53.3333333333px + 0.1694444444 * 100vw, 150px);
    }
    .custom-el-9 strong:nth-child(2) {
        text-transform: uppercase;
    }
}
.custom-el-10 {
        min-height: 680px;
        background-position-x: right !important;
        background-repeat: no-repeat !important;
}

@media (min-width: 992px) {
        .custom-el-11 {
                margin: -110px 0;
        }
}

.custom-el-12 {
        min-height: 480px;
        background-position-x: right !important;
        background-repeat: no-repeat !important;
}

.custom-feather-shadow {
    mask-image: linear-gradient(to right, transparent 0%, #000000 20%, #000000 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 20%, #000000 80%, transparent 100%);
}

.custom-el-9 {
    position: relative;
    display: block;
    padding: 30px 0;
}

/* Custom Position */
.custom-pos-1 {
        bottom: 13%;
        right: -3%;
}

.custom-pos-2 {
        top: 1%;
        right: -20%;
}

@media (min-width: 1000px) {
        .custom-pos-2 {
                right: -10%;
        }
}

@media (min-width: 1400px) {
        .custom-pos-2 {
                right: 11%;
        }
}

.custom-pos-3 {
        bottom: 12%;
        left: -5%;
}

.custom-card-glass-1 {
        background-color: rgba(235, 235, 235, 0.9);
}

.custom-border-radius-1 {
        border-radius: var(--border-radius2x) !important;
}

@font-face {
    font-family: "CustomFont1";
    src: url("../css/fonts/demos/accounting-2/font-1.woff2") format("woff2"), url("../css/fonts/demos/accounting-2/font-1.woff") format("woff"), url("../css/fonts/demos/accounting-2/font-1.ttf") format("ttf"), url("../css/fonts/demos/accounting-2/font-1.eot") format("eot");
    font-weight: normal;
    font-style: normal;
}

[class*='custom-font-icon-']:before {
        display: inline-block;
        font-family: 'CustomFont1';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}


.custom-font-icon-1:before {
        content: '\0041';
}

.custom-font-icon-2:before {
        content: '\0042';
}

.custom-font-icon-3:before {
        content: '\0046';
}

.custom-font-icon-4:before {
        content: '\0044';
}

.unstyle {
        list-style: none;
}