﻿.title-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: flex-end;
    padding: 10px 0;
    direction: rtl;
}

.header-es {
    background-color: white;
    border-bottom: 1px solid #828282;
}

    .header-btn-es > .header-log-es {
        border: 1px solid black;
        color: black;
        padding: 7px;
    }

    .header-btn-es > .header-reg-es {
        border: 1px solid var(--ui-primary);
        background-color: var(--ui-primary);
        padding: 7px;
    }

    .header-btn-es > a {
        font-weight: bold;
    }

    .header-btn-es > a:hover {
        opacity: .7;
    }

    .header-btn-es > a:focus-within {
        font-size: 17px !important;
    }

.img-main-es {
    width: 20%;
}

.menu-item-es {
    font-size: 14px !important;
    font-weight: bold !important;
}

.icon-font {
    font-size: 14px !important;
    display: inline-block !important;
}


.li-style {
    margin-top: -6px;
}

@media (min-width: 992px) {
    #header.header-sticky #logo img {
        width: 100%;
    }
}

.mobile-apps-es {
    margin-top: 4%;
    display: inline-block;
    position: relative;
}

.mobile-apps-es img{
    width:100px
}

.reg-div-es {
    height: 45px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #adadad;
    z-index: 1000;
}

.btn { /* just for this demo. */
    /*margin-top: 5px;*/
}

.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}

.btn-arrow-right {
    padding-left: 36px;
}

.btn-arrow-left {
    padding-right: 36px;
}

    .btn-arrow-right:before,
    .btn-arrow-right:after,
    .btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
        content: "";
        position: absolute;
        top: 6px;
        width: 31px;
        height: 31px;
        background: inherit; /* use parent background */
        border: inherit; /* use parent border */
        border-left-color: transparent; /* hide left border */
        border-bottom-color: transparent; /* hide bottom border */
        border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 4px 0px 0px;
    }

.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -14px;
}

.btn-arrow-right:after,
.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
    background-color: white;
}

@media (max-width: 990px) {
    .title-row {
        justify-content: space-between;
        gap: 0;
        align-items: center;
        direction: ltr;
        height: 100%;
    }
        .title-row .header-btn-es {
            direction: rtl;
        }
}
