/* Utils */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body{
    font-family: 'Montserrat';
}

.main{
    padding-top: 1rem;
}

.ui.custom-form.error > strong {
    color: #9f3a38;
    font-size: 10px;
}

.error > input, .error-item {
    border: 1px solid #e0b4b4 !important;
    color: #9f3a38 !important;
    /* background-color: #fff6f6 !important; */
}

.terms-and-privacy {
    color: rgba(0, 0, 0, 0.5);
}
.terms-and-privacy:hover {
    color: black;
}
.gender-icon{
    margin-left: 10px;
    margin-right: 15px;
}

section.header{
    padding: 12rem 0 6rem 0;
}

.f-ptSerif{
    font-family: 'PT Serif';
}

.navbar-dark .navbar-toggler, .navbar-dark .navbar-text{
    border-color: transparent;
}

a.nav-link.navbar{
    font-size: 10px;
    letter-spacing: 2px;
    color: white;
    font-weight: 700;
}

.navbar-toggler:focus, .navbar-toggler:focus{
    outline: none;
}

.navbar-icon {
    color: rgba(255,255,255,0.75);
    font-size: 2rem;
}

button:focus, a:focus{
    outline: none;
}

.min-100vh-height {
    min-height: 100vh;
}

.min-90vh-height {
    min-height: 90vh;
}

.auth-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover ;
    height: 100%;
}

.padding-y-30{
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Login Modal */
.modal-title{
    font-family: Montserrat;
}

.login-input::placeholder{
    font-weight: normal;
    font-family: Montserrat;
    color: black !important;
}

.form-check-label, .register-font{
    font-family: 'PT Serif';
    font-style: normal;
    font-size: 12px;
}

.login-input{
    background-color: #EEEEEE !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #888888;
}

.login-font{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.2px;
}

.register-title-font{
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.4px;
    font-weight: 600;
}
.control-label{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.4px;
    color: #3C3D41;
}

.nav-font, .nav-font:hover{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    letter-spacing: 2px;
    color: #FFFFFF !important;
}

.modal-content{
    font-family: Montserrat;
}

.modal-header, .modal-footer{
    border: 0px;
}

.btn-google{
    background-color: #DC4E41;
    padding: 10px 0;
    color: white;
}
.btn-google:hover{
    background-color: #dd3d2e;
    color: white;
}

.btn-facebook{
    background-color: #4267b2;
    padding: 10px 0;
    color: white;
}
.btn-facebook:hover{
    background-color: #3B5998;
    color: white;
}

/* Button */
.toggler-nav-btn{
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: none;
    background-color: transparent;
    border-radius: .25rem;
}

.login-btn{
    font-size: calc(10px + 0.1vw);
    padding: 0.5rem 40px;
    border: 1px solid #eeeeee;
    border-radius: 1.5625rem;
    font-weight: bold;
}

.register-btn{
    font-size: 12px;
    padding: 0.5rem 40px;
    border-radius: 1.5625rem;
    width: 200px;
}

.btn-yellow{
    font-family: Montserrat;
    font-size: 12px;
    padding: 10px 40px !important;
    background-color: #FFCD34 !important;
    border-radius: 25px;
    color: black !important;
}

.btn-yellow:hover {
    background-color: rgba(255, 220, 52) !important;
    color: black;
}

.btn-border-yellow {
    font-family: Montserrat;
    font-size: calc(10px + 0.1vw);
    padding: 10px 40px;
    background-color: transparent;
    border: 2px solid #FFCD34 !important;
    border-radius: 1.5625rem;
}

.btn-border-yellow:hover {
    color: white;
    background-color: #FFCD34;
    border: 1px solid #FFCD34;
}

button.nav-link, button.nav-link:focus{
    background: none;
    border: none;
    outline: none;
}
/* Semantic-ui navbar */
.menu .item i.icon-consulate-profile{
    color: #7FD987;
}
.menu .item i.icon-consulate-new-post{
    color: #0079C1;
}
.menu .item i.far.fa-bookmark{
    color: #FF6562;
    width: 19.6px;
    height: 16.7833px;
    text-align: center;
}
.menu .item i.icon-consulate-setting{
    color: #3CA773;
}
.menu .item i.icon-consulate-logout{
    color: #CE944E;
}
.menu .item{
    color: #838D8F !important;
}
.dropdown-divider {
    border-top: 1px solid rgba(34,36,38,.1);
    height: 0;
    margin: 0px;
}

.border-pink {
    border: 1px solid #e0b4b4 !important;
}

/* Separator */
.separator{
    display: flex;
    align-items: center;
    text-align: center;
}
.separator::before, .separator::after{
    content: '';
    flex: 1;
    border-bottom: 1px solid #EEEEEE;
}

.separator::before{
    margin-right: 0.5rem;
}
.separator::after{
    margin-left: 0.5rem;
}

.collapse-btn{
    display: none;
}

.landing {
    background-color: rgba(60, 62, 65, 0.6);
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 1;
}

/* Landing */


/* Backgrpund color */
.light-gray-background{
    background-color: #F9F9F9;
}

/* Font */
.landing span{
    color: white;
}

.first-title{
    font-size: 80px;
}

.subtitle{
    font-size: 20px;
    color: rgba(255, 255, 255, 0.75);
}

.secondary-title{
    font-size: 32px;
}

.md-title{
    font-size: 2rem;
}

button.btn-search {
    color: white;
    border: none;
    background-color: rgba(255,255,255,0.3);
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
button.btn-search:hover {
    color: rgba(255, 255, 255, 0.75);
}

.input-transparent {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px;
    background-color: rgba(255,255,255,0.3);
    border-style: none;
    width: 100%;
}
.input-transparent.form-control{
    color: white;
    border-style: none;
}
.input-transparent.form-control:focus,
.input-transparent.form-control:active {
    background-color: rgba(255,255,255,0.3);
    outline: none;
    box-shadow: none;
    outline-color: transparent;
    border-right-style: none;
    color: white;
}

.input-transparent.form-control::placeholder{
    color: white;
    opacity: 1;
}

.title-card-price{
    color: #FFCD34;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 80px;
    text-align: center;
    letter-spacing: -5px;
}

.card-free{
    letter-spacing: 2px;
    font-weight: bold;
}

.card-price{
    width:330px;
    height: 400px;
    box-shadow: 0 5px 20px rgba(186, 186, 186, 0.522815);
}
.card-price .card-body {
    padding: 40px 32px;
}
.card-price-description {
    padding: 16px 28px;
    color: #656B6F;
}

.description{
    max-width: 60%;
    white-space: pre-line;
}


.hidden {
    display: none;
}

.company-description-image {
    background-size: cover;
}

.advantages-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.advantages-content .advantages-item {
    width: 33.33%;
    padding: 2rem 0px;
}

.arr {
    position: relative;
    /* margin: 10% 0; */
    background-color: transparent;
    border: none;
}
.navbar-nav.cus {
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
}

/* Loading */
.loading-item{
    display: none;
}

/* Bsckground */
.bg-yellow-consulate{
    background-color: #FFCD34;
}

/* X-Large Devices Bootstrap */
@media (max-width: 1199px) {}

/* Large Devices Bootstrap */
@media (max-width: 991px) {
    .company-logo {
        width: 160px;
    }
    .first-title{
        font-size: 64px;
    }
    .subtitle{
        font-size: 18px;
    }
    .secondary-title{
        font-size: 32px;
        line-height: 55px;
    }
    .main_btn{
        display: none;
    }
    .collapse-btn{
        display: block;
    }
    ul.nav.w-25.order-lg-2{
        width: 30% !important;
    }

    .w-lg-35 {
        width: 35% !important;
    }
}


/* Medium Devices Bootstrap */
@media (max-width: 767px) {
    .nav > .nav-item > .btn-yellow{
        font-family: Montserrat;
        font-size: 10px;
        padding: 5px 28px !important;
        background-color: #FFCD34 !important;
        border-radius: 20px;
        color: black !important;
    }

    .w-md-35 {
    width: 35% !important;
    }
}

/* Small Devices Bootstrap */
@media (max-width: 575px) {
    .company-logo {
        width: 125px;
    }
    .first-title{
        font-size: 48px;
    }
    .subtitle{
        font-size: 14px;
    }
    .secondary-title{
        font-size: 36px;
        line-height: 40px;
    }
    img.section_2 {
        height: 215px;
        object-fit: cover;
        padding: 0px 10px;
    }
    .company-description-image {
        min-height: 300px;
    }
    .slider{
        width: 80%;
    }
    .hidden-sm{
        display: none;
    }
    .w-sm-25{
        width: 25% !important;
    }

    .show-sm{
        display: block;
    }
    .advantages-content .advantages-item {
        width: 50%;
        padding: 2rem;
    }
    .input-group-text.capsulle-left, .input-group-text.capsulle-right {
        padding: 3px 6px !important;
        background-color: transparent;
        border-color: #5F6467;
        color: white;
    }
    .capsulle-left{
        font-size: 8px;
    }

    .capsulle-right{
        font-size: 6px;
    }
    .property-title {
        font-size: 9px;
        line-height: 19px;
    }
    .card-price{
        width:300px;
        height: 400px;
        box-shadow: 0 5px 20px rgba(186, 186, 186, 0.522815);
    }
    .card-price .card-body {
        padding: 40px 15px;
    }
}
