html, body{
    min-height: 100%;
    font-family: 'Montserrat', sans-serif;
    color: black;
}
@font-face {
    font-family: 'DINCond-Bold';
    src: url('/web/font/DINCond-Bold.eot');
    src: url('/web/font/DINCond-Bold.eot?#iefix') format('embedded-opentype'),
        url('/web/font/DINCond-Bold.svg#DINCond-Bold') format('svg'),
        url('/web/font/DINCond-Bold.ttf') format('truetype'),
        url('/web/font/DINCond-Bold.woff') format('woff'),
        url('/web/font/DINCond-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINCond-Light';
    src: url('/web/font/DINCond-Light.eot');
    src: url('/web/font/DINCond-Light.eot?#iefix') format('embedded-opentype'),
        url('/web/font/DINCond-Light.svg#DINCond-Light') format('svg'),
        url('/web/font/DINCond-Light.ttf') format('truetype'),
        url('/web/font/DINCond-Light.woff') format('woff'),
        url('/web/font/DINCond-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MovementBold';
    src: url('/web/font/MovementBold.svg#MovementBold') format('svg'),
        url('/web/font/MovementBold.ttf') format('truetype'),
        url('/web/font/MovementBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.background-cover {
    width:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    background-attachment: fixed;
}

.color-theme-primary{
    color: #B6006D !important;
}

.color-theme-secondary{
    color: #344d77 !important;
}

.bg-theme-primary{
    background-color: #B6006D !important;
}

.bg-theme-secondary{
    background-color: #344d77 !important;
}

.btn-colors:hover,
.btn-color:hover{
    color: #FFF;
    text-decoration: none;
}

.btn-colors,
.btn-color,
.btn-outline-black,
.btn-outline-2{
    display: inline-block;
    text-decoration: none;
    color: white !important;
    padding: 12px 16px;
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    font-size: 13px;
    border-radius: 6px;
    background-color: #B6006D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-outline-black{
    border: 1px solid black;
    background-color: transparent;
    color: black !important;
}

.btn-outline-2{
    border: 1px solid #B6006D;
    background-color: transparent;
    color: black !important;
}

.btn-color.btn-green{
    background-color: #27DA72;
    color: black !important;
}

.btn-color.btn-red{
    background-color: #dc3545;
}

.btn-color-2{
    background-color: #E89DC5;
    color: black !important;
}

.btn-color.btn-lg{
    padding: 17px 25px;
    min-width: 190px;
}

.btn-color.btn-100{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn-color.btn-rounded{
    border-radius: 100%;
    height: 36px;
    width: 36px;
    padding: 0;
    line-height: 36px;
    vertical-align: middle;
}

.btn.disabled{
    pointer-events: none !important;
    opacity: 0.5 !important;
}

.btn-colors{
    background-color: #B6006D;
}

.btn-icon{
    padding-left: 60px;
}

.btn-video{
    padding-right: 60px;
    background: url('/web/themes/alergoreto/img/btn-video.png') no-repeat right 22px center / auto 28px, linear-gradient(-16.39deg, rgb(162,53,133) 0%, rgb(185,54,69) 100%);
}

.form-control{
    background-clip: unset;
    border-color: #9C9C9C;
    font-size: 14px;
    height: calc(1.5em + 0.75rem + 8px);
    border-radius: 4px;
    color: black;
}

.form-control::-webkit-input-placeholder{
    color: #b2b2b2 !important;
}
.form-control:-moz-placeholder{
    color: #b2b2b2 !important;
}
.form-control::-moz-placeholder{
    color: #b2b2b2 !important;
}
.form-control:-ms-input-placeholder{
    color: #b2b2b2 !important;
}
.form-control::-ms-input-placeholder {
    color: #b2b2b2 !important;
}

input.required,
textarea.required{
    background-color: #FFF;
    background-image: url(/web/images/icon-required.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;

    background-position-x: calc(100% - 20px);
    background-position-y: center;
    padding-right: 58px !important;
}

textarea.form-control.required{
    background-position-y: 16px;
}
textarea.form-control{
    padding-top: 18px;
    padding-bottom: 18px;
    min-height: 160px;
    resize: none;
}

input.icon-code{
    background-image: url(/web/images/icon-code.png);
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position-x: 14px;
    background-position-y: center;
    text-indent: 32px;
}

form label{
    color: black;
}

form label.error{
    color: #bd3735;
    font-size: 12px;
    padding-left: 18px;
    padding-top: 4px;
    width: 100%;
}

form .custom-checkbox label.error{
    padding-left: 0px;
}

.inputs-big input[type=text],
.inputs-big input[type=password],
.inputs-big input[type=mail],
.inputs-big select,
.input-big
{
    height: 40px;
    font-family: 'Poppins', sans-serif;
}


.rounded-gray{
    background-color: #ebebeb;
    border-radius: 20px;
}

.title-1{
    color: #3B3933;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
}

.title-2{
    color: black;
    font-size: 26px;
    font-weight: 700;
}

.title-3{
    color: black;
    font-size: 20px;
    font-weight: 700;
}

.title-4{
    color: black;
    font-size: 23px;
    font-weight: 700;
}

.title-6{
    color: black;
    font-size: 34px;
    font-weight: 700;
}

.w-max-600 {
    max-width: 600px;
}

footer{
    background-color: #292929;
}

footer > .container > .row{
    min-height: 140px;
}

footer .copyright,
footer .navbar-nav a{
    font-size: 13px;
    color: white !important;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
}

footer .img-text{
    color: white;
    font-weight: 300;
    font-size: 12px;
}

.generic-content{
    padding-top: 30px;
    padding-bottom: 40px;
}
.generic-content p,
.generic-content li{
    font-size: 15px;
    color: black;
}

.generic-content a{
    color: #B6006D !important;
}

.generic-content h4{
    font-size: 22px;
}

.generic-content strong,
.generic-content b{
    font-weight: 600;
}

@media (max-width: 991px) {
    .generic-content{
        width: 100%;
    }

    .generic-content .pl-5{
        padding-left: 20px !important;
    }
}

body.page-modal .generic-content{
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

body.page-modal .generic-content .title-4{
    display: none;
}

body.page-modal .container{
    max-width: unset;
}

::marker {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.simple-modal .modal-content {
    background: transparent;
    border: none;
}


.content-modal .modal-content{
    height: 94vh;
}
.content-modal{
    z-index: 9999999;
}

#register-modal .modal-content{
    overflow: auto;
}

@media (max-width: 400px) {
    .header .navbar-brand{
        max-width: calc(100% - 80px);
    }
}

section.header{
    padding-top: 40px;
    padding-bottom: 20px;
    z-index: 1;
    position: relative;
}

.header #headerMenu .nav-link,
.header #headerMenu .dropdown-item{
    position: relative;
    color: black;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}

.header #headerMenu .navbar-nav:nth-child(1) .nav-link:hover,
.header #headerMenu .navbar-nav:nth-child(1) .dropdown-item:hover{
    transition: ease .2s;
    text-decoration: none;
}

.header #headerMenu .nav-link.disabled{
    color: #dadada;
}

@media (min-width: 1200px) {
    .header #headerMenu .navbar-nav .active > .nav-link{
        font-size: 15px;
    }
}

.header #headerMenu .navbar-nav .active > .nav-link{
    font-weight: 600;
}

.header #headerMenu .dropdown-item {
    font-size: 14px;
}

.header #headerMenu .dropdown-item.active {
    color: #9D815C;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
}

.header #headerMenu .dropdown-item:hover{
    background-color: transparent;
}

.header #headerMenu .nav-link.dropdown-toggle::after{
    display: none;
}

.header #headerMenu .nav-link.header-register,
.header #headerMenu .nav-link.header-login,
.header #headerMenu .nav-link.header-user-name,
.header #headerMenu .nav-link.header-logout,
.header #headerMenu .nav-link.header-codes{
    font-weight: 500;
    text-transform: none;
}

.header #headerMenu .nav-link.header-register img,
.header #headerMenu .nav-link.header-login img,
.header #headerMenu .nav-link.header-user-name img,
.header #headerMenu .nav-link.header-logout img,
.header #headerMenu .nav-link.header-codes img{
    max-height: 14px;
    margin-right: 5px;
}

.header #headerMenu .nav-link.header-register{
    min-height: 43.5px;
    display: flex;
    align-items: center;
}

.recaptcha-field > div > div{
    margin: 0 auto;
}

@media (max-width: 360px) {
    .recaptcha-field > div > div{
        transform: scale(0.8);
        transform-origin: left;
    } 
}

.header .nav-item-icon{
    min-width: 65px;
}

.header .nav-item-icon > a > div:first-child{
    background-color: #B6006D;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 2px;
}

.header .nav-item-icon > a,
.header .nav-item-icon > a > div:last-child{
    color: black !important;
    font-size: 12px;
    text-decoration: none !important;
}

.header .nav-item-icon > a:hover > div:first-child,
.header .nav-item-icon.active > a > div:first-child{
    background-color: #000000;
}

.header .nav-item-icon.active > a > div:last-child{
    font-weight: 600;
}

@media (max-width: 991px) {
    .header #headerMenu .navbar-nav .active > .nav-link::after{
        bottom: 0;
    }

    .form-group.mb-3{
        margin-bottom: .6rem !important;
    }
}


.modal h5{
    color: #3B3933;
    font-size: 22px;
    font-weight: 600;
}
.modal a{
    text-decoration: none;
    color: #333333;
}

.custom-control-label,
.required-fields-info,
#btn-remember a,
.custom-control-label a{
    font-size: 14px;
    color: #3B3933;
}

.custom-control-label a{
    text-decoration: underline;
}


select.form-control:invalid{
    color: #b2b2b2;
}
select.form-control option {
    color: black !important;
}

.accept-conditions-profile .form-group{
    display: none;
}

.video-modal .modal-dialog {
    max-width: 1000px;
    margin-top: 21vh;
    margin-bottom: 30px;
}
.video-modal .modal-body {
    position:relative;
    padding:0px;
}
.video-modal .close {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 9999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    color: #3B3933;
    border: 3px solid #3B3933;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    font-weight: 600;
    outline: none !important;
}
.video-modal .modal-content{
    border: none;
}
@media (max-width: 1050px) {
    .video-modal .modal-dialog {
        max-width: calc(100% - 16px);
    }
}

.h-0{
    height: 0 !important;
}

.project-badge{
    background-color: black;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    padding: 6px;
}

.breadcrumb{
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item{
    font-size: 14px;
}

.breadcrumb-item a{
    color: #86837b !important;
    text-decoration: none;
}

.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before{
    color: #3b3933;
}

.text-underline{
    text-decoration: underline;
}

.text-decoration-none{
    text-decoration: none !important;
}

.color-1{
    color: black !important;
}

.popover{
    font-family: inherit;
}

.popover-body{
    color: black;
}

.popover-header{
    background: transparent;
    border: 0;
    color: #3B3933;
    font-weight: 600;
}

@media (min-width: 992px) {
    body{
        background-size: auto, auto;
        background-position: right -260px top, left bottom;
    }
}

.border-top{
    color: #E3E0DC !important;
}

.header #headerMenu .nav-link.header-user-name img{
    max-height: unset;
}

.header #headerMenu .nav-link.header-logout img{
    max-height: unset;
    height: 23px;
}

.header #headerMenu .nav-link.header-logout{
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: -35px;
}

@media (max-width: 991px) {
    .header .nav-item-icon a{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .header .nav-item-icon a > div{
        margin: 0 4px !important;
    }

    .header .nav-item-icon a > div:last-child{
        min-width: 54px;
        text-align: left;
    }

    .header .nav-item-icon:not(:last-child) {
        margin-bottom: 8px;
    }

    .header .nav-item-icon > a > div:first-child{
        width: 38px;
        height: 38px;
    }

    .header .nav-item-icon > a > div:first-child img{
        transform: scale(0.8);
    }

    .header #headerMenu .nav-link.header-logout{
        position: unset;
        margin-top: 8px;
    }
}

.box-shadow-1{
    -webkit-box-shadow: 0px 4px 14px 0px rgba(148,152,152,0.25);
    box-shadow: 0px 4px 14px 0px rgba(148,152,152,0.25);
}

.border-radius{
    border-radius: 12px;
}

.fs-18{
    font-size: 18px !important;
}

.fs-14{
    font-size: 14px !important;
}

.fs-12,
form .fs-12 > a:not(.btn){
    font-size: 12px !important;
}

.fw-500{
    font-weight: 500 !important;
}

form label.error{
    padding-left: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #B6006D;
    background-color: #B6006D;
}

body.has-generic-content .breadcrumb-container{
    display: none;
}

body.page-modal{
    background: none;
}

.g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

/*body:not(.page-type-H) .register-login-container .header-login,
body:not(.page-type-H) .register-login-container .header-register{
    visibility: hidden;
}*/

.lang-dropdown .nav-link{
    border: 1px solid #E3E0DC;
    border-radius: 8px;
    padding: 8px !important;
}

.lang-dropdown .dropdown-menu{
    min-width: unset;
}

@media (min-width: 992px) {
    .logo-header-container{
        margin-top: -2px;
    }
}

@media (max-width: 991px) {
    .logo-header-container{
        position: absolute;
        top: -10px;
        right: 90px;
    }
}

@media (max-width: 550px) {
    .logo-header-container{
        position: absolute;
        top: -10px;
        right: 80px;
    }

    .logo-header-container img{
        width: 120px;
    }
}

@media (max-width: 480px) {
    .logo-header-container{
        display: none;
    }
}

.swal2-styled.swal2-confirm{
    background-color: #B6006D;
}

.swal2-container.audit-disclaimer .swal2-popup .swal2-content{
    font-size: 1rem;
}

.swal2-info-project .swal2-close{
    outline: none !important;
    color: #ccc !important;
}

.swal2-info-project .swal2-html-container{
    color: black;
    font-size: 17px;
}

.swal2-info-project .custom-control-label {
    font-size: 16px;
    padding-top: 3px;
    color: black;
}

@media (min-width: 992px) {
    .swal2-info-project .swal2-modal{
        padding: 50px 35px;
        width: 700px;
    }
}

@media (max-width: 450px) {
    .swal2-info-project .swal2-html-container,
    .swal2-info-project .custom-control-label{
        font-size: 15px;
    }

    .swal2-info-project .swal2-content{
        padding: 0;
    }
}

@media (max-width: 370px) {
    .swal2-info-project .swal2-html-container,
    .swal2-info-project .custom-control-label{
        font-size: 13px;
    }

    .swal2-info-project .swal2-image{
        margin: 0;
    }

    .swal2-info-project .swal2-styled{
        padding: 8px 16px;
        font-size: 13px;
    }
}

.pac-container{
    z-index: 2000;
}

.project-checkbox{
    padding-left: 34px;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer; 
    display: inline-block;
    color: black;
    font-size: 17px;
}

.project-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.project-checkbox span{
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 5px;
    border: 3px solid rgba(0, 157, 226, 0.3);
}

.project-checkbox input:checked ~ span::after{
    content: '';
    position: absolute;
    left: -6px;
    top: 1px;
    display: inline-block;
    transform: rotate(45deg);
    height: 12px;
    width: 7px;
    margin-left: 60%; 
    border-bottom: 3px solid black;
    border-right: 3px solid black;
}

.select2-container .select2-selection--single{
    border-radius: 4px;
    background-clip: unset;
    border-color: #9C9C9C;
    font-size: 14px;
    height: calc(1.5em + 0.75rem + 8px);
}

.select2-container .select2-selection--single{
    padding: 0.375rem 0.75rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
}

.select2-results__option,
.select2-search--dropdown .select2-search__field{
    font-size: 14px;
}

.header .select2-container .select2-selection--single{
    border: 1px solid #E3E0DC;
    border-radius: 8px;
    padding: 8px !important;
}

.header .select2-container .select2-selection--single{
    height: 39px;
    padding: 5px !important;
    min-width: 200px;
    max-width: 200px;
}

.select2-disabled ~ .select2-container .select2-selection--single{
    pointer-events: none;
    background-color: #eee;
}

.user-new-challenges{
    position: relative;
    z-index: 1;
}

.user-new-challenges .alert a{
    font-weight: bold;
    text-transform: uppercase;
    color: inherit !important;
}

.modal-title-1{
    color: black;
    font-size: 22px;
    font-weight: 700;
}

.fw-600{
    font-weight: 600 !important;
}

.fs-17{
    font-size: 17px !important;
}

.border-radius-100{
    border-radius: 100% !important;
}

.project-info-modal .modal-body{
    padding: 50px 40px;
    padding-top: 70px;
    background-repeat: no-repeat;
    background-image: url('/web/themes/alergoreto/img/logo-2.svg');
    background-position: right 20px top 20px;
    background-size: 96px auto;
}

.project-info-modal .project-info-modal-title{
    color: #B6006D;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.project-info-modal .project-info-modal-text{
    color: black;
    font-size: 16px;
}

.result-container ul,
.project-info-modal .project-info-modal-text ul,
.project-ul{
    list-style-image: url('/web/themes/alergoreto/img/icon-right-2.png');
    padding-left: 22px;
}

.project-ul ul{
    list-style-image: none;
    padding-left: 22px;
}

.result-container ul li:not(:last-child),
.project-info-modal .project-info-modal-text ul li:not(:last-child) {
    margin-bottom: 8px;
}

body.has-header-margin .header .navbar-collapse.collapsing,
body.has-header-margin .header .navbar-collapse.show,
.page-alias-methodology .header .navbar-collapse.collapsing,
.page-alias-methodology .header .navbar-collapse.show,
.page-alias-rules .header .navbar-collapse.collapsing,
.page-alias-rules .header .navbar-collapse.show{
    margin-bottom: 200px;
}

body.header-3 .header,
.page-alias-rules .header{
    background-repeat: no-repeat;
    background-image: url('/web/themes/alergoreto/img/header-3.png');
    background-position: center top;
    background-size: cover;
    min-height: 432px;
    background-color: #adadb7;
    position: relative;
    overflow: hidden;
}

body.header-3 .header::after,
.page-alias-rules .header::after{
    content: '';
    width: 150px;
    height: 150px;
    position: absolute;
    top: 180px;
    right: calc(50% - 75px - 265px);
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -1;
    background-size: 100px auto;
}

.page-alias-rules .header::after {
    background-image: url('/web/themes/alergoreto/img/icon-header-rules.png');
}

.page-alias-rules .content-min-height{
    margin-top: -160px;
    z-index: 1;
    position: relative;
}

@media (max-width: 700px) {
    body.header-3 .header::after,
    .page-alias-rules .header::after{
        right: calc(50% - 75px - 100px);
    }
}

.container-1{
    margin-top: -200px;
    z-index: 1;
    position: relative;
}

.page-alias-methodology .header{
    background-repeat: no-repeat;
    background-image: url('/web/themes/alergoreto/img/header-challenges.png');
    background-position: center top;
    background-size: cover;
    min-height: 380px;
    background-color: #adadb7;
}

.page-alias-methodology .content-min-height{
    margin: auto;
    margin-top: -185px;
    z-index: 1;
    position: relative;
}

.bg-project-white{
    box-shadow: 13px 5px 26px rgba(0,0,0, 0.127595);
    background-color: white;
}

.blockUI.blockOverlay{
    z-index: 10000 !important;
}

.blockUI.blockMsg.blockPage{
    z-index: 10020 !important;
}

.bg-black{
    background-color: black !important;
    border-color: black !important;
}

.project-accordion .btn-link{
    color: black !important;
    font-weight: 600;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.project-accordion p:last-child{
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .project-info-modal .modal-xl {
        max-width: 800px;
    }
}

@media (max-width: 450px) {
    .project-info-modal .modal-body{
        padding-left: 25px;
        padding-right: 25px;
    }

    .project-accordion .btn-link{
        padding: 0 !important;
    }
}

.accordion .card{
    border-radius: 0;
}

.project-info-modal .custom-control-label{
    font-size: 16px;
    color: black;
}