@font-face {
    font-family: "font_main";
    src: url('../fonts/alfont_com_NeoSansW23-Regular.ttf');
}



@font-face {
    font-family: "font_bold";
    src: url('../fonts/alfont_com_NeoSansW23-Bold.ttf');
}






* {
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
img {
    user-select: none !important;
}

html {
    --scrollbarBG:#f8f8f8;
    --thumbBG: #FCBD0D;
}

html,
body {
    height: 100%;
}
*:focus {
    outline: none;
}
button:focus,
a {
    outline: none;
}

a {
    color: #3B3B3B;
    text-decoration: none !important;

}

ul {
    margin: auto;
    padding: 0;
}

img {
    max-width: 100%;
}

input,
button {
    font-family: "font_main";
}

h1 {
    font-size: 40px;
    font-family: "font_bold";
}

h2 {
    font-size: 18px;
    margin: 0;
}

h3 {
    font-size: 16px;
    margin: 0;

}

h4 {
    font-size: 15px;
}

p {
    font-size: 16px;
    margin: 0;
    line-height: 35px;
    color: #414141;
}
a,
button,
img,
.form-control {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

::selection {
    color: #fff !important;
    background-color: #FCBD0D !important;
}

body {
    background: #fff;
    font-family: "font_main";
    font-weight: 400;
    padding: 0;
    margin: auto;
    position: relative;
    z-index: 1;
    color: #232323;
    overflow-x: hidden;

}


body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 0;
    border: 0 solid var(--scrollbarBG);
}


body::-webkit-scrollbar {
    width: 11px;
}


.pg-none {
    padding: 0;
    margin: 0;
}


li#times-ican {
    display: none;
}


#app {
    flex: 1 0 auto;
    overflow: hidden;
}

.not-found {
    text-align: center;
    margin: 50px 0;
    font-size: 25px;
    color: #9e9e9e
}


.navicon {
    color: #0064AF;
    cursor: pointer;
    height: 21px;
    transform: rotate(0deg) scaleX(-1);
    transition: 0.2s ease-in-out;
    width: 30px;
    display: block;
}

.navicon__item {
    background: #0064AF;
    border-radius: 70px;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    width: 100%;
}

.navicon__item:nth-child(1) {
    top: 0;
}
.navicon.is-active .navicon__item:nth-child(1) {
    left: 50%;
    top: 8px;
    width: 0;
}
.navicon:hover .navicon__item:nth-child(2),
.navicon:hover .navicon__item:nth-child(3) {
    width: 75%;
}
.navicon__item:nth-child(2) {
    top: 10px;
}
.navicon.is-active .navicon__item:nth-child(2) {
    transform: rotate(45deg);
    width: 100%;
}
.navicon__item:nth-child(3) {
    top: 10px;
}
.navicon.is-active .navicon__item:nth-child(3) {
    transform: rotate(-45deg);
    width: 100%;
}
.navicon__item:nth-child(4) {
    top: 20px;
}

.navicon.is-active .navicon__item:nth-child(4) {
    left: 50%;
    top: 10px;
    width: 0;
}


.main-container {
    width: 90%;
    margin: auto;
}







/* mune_respossive */


.menu_responsive {
    position: fixed;
    box-shadow: 0 0 4px #0f0f0f31;
    z-index: 999;
    display: flex;
    margin-top: 0;
    width: 400px;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 100%;
    z-index: 999;
    overflow: auto;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    top: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    padding: 20px 0 0;
    transform: translateX(102%);
    background-color: #fff;
}
.menu_responsive::before {
    position: absolute;
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background: linear-gradient(90deg, #FFE9AF 50%, transparent 0) repeat-x, linear-gradient(90deg, #FFE9AF 50%, transparent 0) repeat-x, linear-gradient(0deg, #FFE9AF 50%, transparent 0) repeat-y, linear-gradient(0deg, #FFE9AF 50%, transparent 0) repeat-y;
    background-size: 20px 2px, 20px 2px, 2px 20px, 2px 20px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    cursor: pointer;
    left: 0;
    pointer-events: none;
    right: 0;
    -webkit-animation: linearGradientMove 0.2s infinite linear;
    animation: linearGradientMove 0.2s infinite linear;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);

}


.element_menu_responsive ul {
    margin:40px 0 0px;
    padding: 0px 10px;
    text-align: center;
}

.element_menu_responsive ul li {
    display: block;
    margin: 20px 0;
    position: relative;
    height: 35px;
    -webkit-transition: all 0.6s linear 0s;
    -moz-transition: all 0.6s linear 0s;
    -ms-transition: all 0.6s linear 0s;
    -o-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
    color: #23327B;
    overflow: hidden;

}

.element_menu_responsive ul li a {
    font-size: 20px;
    display: block;
    width: 100%;
    height: 100%;
    color: #23327B;
}
.element_menu_responsive ul li:hover a {
    color: #FCBD0D;
}



.menu_responsive.active {
    transform: translateX(0);
}


.media_responsive ul li {
    display: inline-block;
}


.media_responsive {
    text-align: center;

}

.media_responsive ul li {
    margin: 0 10px;

}
.media_responsive ul li a {
    color: #bbbbbb;
    border: 1px solid #bbbbbb;
    border-radius: 50%;
    width: 40px;
    display: block;
    padding: 10px 0;
    height: 40px;
}
.media_responsive ul li a:hover {
    color: #fff;
    background: #EBACB7;
    border: none;
    
}
.logo_menu {
    width: 34%;
    margin: 15px auto;
}
.title_personal_data i {
    vertical-align: text-bottom;
    display: inline-block;
    margin: 0px 0px 0px 10px;
}

.end-page {
    text-align: center;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.end-page a{
    color: #3B3B3B;
}
.end-page a:hover{
    color: #F26C4F;
}

.end-page i{
    color: #ff2f00;
    vertical-align: middle;
    display: inline-block;
    margin:0 5px;
    animation: icon1 2.5s infinite;

}

@keyframes icon1 {
    0%{
        transformscale:scale(1);
    }

    50%{
        transform:scale(1.4);
    }

    100%{
        transform:scale(1);
    }

}


.form-control {
    background-color: transparent;
    height: 45px;
    border-radius: 0;
}

.form-control::placeholder {
    color:#A7A7A7;
}
.form-control:focus {
    box-shadow: none;
    border: 1px solid #232323;
    color: #232323;
}