html, body{
    height: 100%;
    font-family: 'Montserrat', sans-serif !Important;
}
@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-secondary{
    color: #344d77 !important;
}

.bg-theme-primary{
    background-color: #f4266e !important;
}

.bg-theme-secondary{
    background-color: #344d77 !important;
}

.btn-colors:hover,
.btn-color:hover{
    color: #FFF;
    text-decoration: none;
}

.btn-colors,
.btn-color{
    display: inline-block;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    color: white;
    padding: 12px 18px;
}

.btn-colors{
    background-color: #CE1719;
}
.btn-color{
  background-color: #CE1719;
}

.btn-icon{
    padding-left: 60px;
}

.btn-video{
    padding-right: 60px;
    background: url('/web/themes/endo/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{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-clip: unset;
    border: 0;
}

.form-control::-webkit-input-placeholder{
    color: #bbbbbb !important;
}
.form-control:-moz-placeholder{
    color: #bbbbbb !important;
}
.form-control::-moz-placeholder{
    color: #bbbbbb !important;
}
.form-control:-ms-input-placeholder{
    color: #bbbbbb !important;
}
.form-control::-ms-input-placeholder {
    color: #bbbbbb !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;

    border: 1px solid #333333;
}

textarea.form-control.required{
    background-position-y: 16px;
}
textarea.form-control{
    padding: 24px;
    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: #595959;
}

form label.error{
    color: #bd3735;
    font-size: 12px;
    padding-left: 18px;
    padding-top: 4px;
    width: 100%;
}

form .custom-checkbox label.error{
    padding-left: 0px;
}

.footer{
    background-color: #f1f0f1;
    color: #9c9c9c;
    font-size: 11px;
}

.footer .footer-text,
.footer .footer-text a{
    color: #9c9c9c !important;
}

.footer img{
    width: 174px;
}

.footer .footer-title{
    font-weight: 700;
    color: #5a5a5a;
    margin-bottom: 2px;
}

.footer .footer-subtitle,
.footer .footer-subtitle a{
    font-weight: 500;
    color: #868686 !important;
}

.footer .footer-link {
    text-decoration: underline;
    color: #d02133;
    font-weight: 600;
}

footer{
    background-color: #f4266e;
}


.inputs-big input[type=text],
.inputs-big input[type=password],
.inputs-big input[type=mail],
.inputs-big select,
.input-big
{
    height: 40px;
    padding-left: 20px;
}

.title-1{
    font-size: 24px !important;
}

.w-max-600 {
    max-width: 600px;
}

footer .copyright,
footer .navbar-nav a{
    font-size: 13px;
}

footer .copyright span{
    font-weight: 600;
}

footer .navbar-nav a{
    color: white !important;
    text-decoration: none !important;
}

footer .navbar-nav .nav-link.active{
    background-color: transparent;
    font-weight: 700;
}

.generic-content{
    font-weight: 300;
}

.generic-content h1{
    font-size: 26px;
}
.generic-content h2{
    margin-top: 24px;
}
.generic-content h2, .generic-content li{
    font-size: 20px;
}
.generic-content p{
    font-size: 16px;
    text-align: justify;
}

::marker {
    font-weight: 400;
}

.simple-modal .modal-content {
    background: transparent;
    border: none;
}


#legal-modal .modal-body, #terms-modal .modal-body{
    height: 90vh;
}
#legal-modal, #terms-modal{
    z-index: 9999999;
}

.header img.logo{
    width: 158px;
}

section.header{
	padding-top: 8px;
	padding-bottom: 8px;
}

.header #headerMenu .nav-link{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 6 00;
    color: #333333;
    position: relative;
}

.header #headerMenu .nav-link.disabled{
    color: #dadada;
}

.header #headerMenu .dropdown-item {
    font-size: 14px;
}
.header #headerMenu .dropdown-item:hover{
    background-color: transparent;
}

.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;
}

.recaptcha-field > div > div{
    margin: 0 auto;
}


@media (max-width: 991px) {
    .header #headerMenu .navbar-nav .active > .nav-link::after{
        bottom: 0;
    }

    .form-group.mb-3{
        margin-bottom: .6rem !important;
    }
}


.modal h5{
    font-size: 26px;
    color: black;
}
.modal a{
    text-decoration: none;
    color: #333333;
}

.custom-control-label,
.required-fields-info,
#btn-remember a,
.custom-control-label a{
    font-size: 16px;
    color: #000;
}

@media (min-width: 768px) and (max-height: 1010px) {
    .inputs-big input[type=text],
    .inputs-big input[type=password],
    .inputs-big input[type=mail],
    .inputs-big select,
    .input-big {
        height: 30px;
        font-size: 12px;
    }

    .custom-control-label,
    .required-fields-info,
    #btn-remember a,
    .custom-control-label a{
        font-size: 12px;
    }

    input.required, textarea.required {
        background-size: auto 20px;
    }

    input.icon-code {
        background-size: auto 24px;
    }

    form label.error{
        margin-bottom: 1px;
    }
}




@media (min-width: 992px) {
    .header #headerMenu .navbar-nav .active > .nav-link::after{
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 20px solid #f4266e;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: auto;
    }
}


select.form-control:invalid{
    color: #bbbbbb;
}
select.form-control option {
    color: #595959 !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: #CE1719;
    border: 3px solid #CE1719;
    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);
    }
}

footer [data-modal-iframed="legal-modal"] {
    display: none;
}

#check-code-modal .modal-dialog{
  max-width: 744px;
}

#check-code-modal h5{
  font-size: 20px;
  font-weight: 800;
  color: black;
  text-align: center;
}

#st-check-code-form{
  width: 490px;
  max-width: 100%;
  display: block;
  margin: auto;
  padding: 40px 0px;
}

.section1 img{
  max-width: 213px;
  margin-bottom: 15px;
}

.section1 a, .section1 p{
  color: black;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
}

@media (max-width: 999px) {
  .section1 .container{
    padding: 0 35px;
  }
}

.section1{
  background-color: #F7F7F7;
  padding: 40px 0;
}

.section2{
  background-color: #CE1719;
  padding: 10px 0;
}

.section2 span, .section2 a{
  color: white;
  font-size: 16px;
  font-weight: 400;
}

.btn-back {
    background-color: #CE1719 !important;
    border-radius: 21px;
    padding: 6px 20px;
    color: white;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize !important;
}