@font-face {
    font-family: MuseoSans;
    src: url('/font/MuseoSans-100.otf');
    font-weight: normal;
}

@font-face {
    font-family: MuseoSans;
    src: url('/font/MuseoSans_700.otf');
    font-weight: bold;
}

*{
    font-family: MuseoSans,Arial,sans-serif;
}
/* privacy */
.headCollapse{
    text-decoration:none;
    color:inherit;
}

.headCollapse:hover{
    color:inherit;
}

.headAccordition{
    padding-top: 15px;
    padding-bottom: 15px;
}

.head{
    border-bottom: 1px solid #ededed;
}

.head h5{
    font-size: 30px;
    color: #4C4C4C;
    word-wrap: break-word;
    word-break: break-word;
    padding-bottom: 10px;
}

.body{
    font-size: 16px;
    line-height: 28px;
    padding-right: 15px;
    padding-left: 15px;
}

.title{
    font-size: 48px;
    line-height: 62px;
    font-weight: bold;
}

.subtitle{
    line-height: 42px;
    font-size: 30px;
    font-weight: bold;
}

.line{
    width: 60px;
    height: 2px;
    background: #000;
    margin: auto auto 15px;
}

.box-privacy{
    border: 1px solid #ededed;
    padding: 40px 0;
    margin: 25px 0;
}

/* end privacy */

/* register */
input[type=checkbox], input[type=radio]{
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 20px;
    vertical-align: sub;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.collapse-text{
    font-size: 18px;
}

body{
    background: #F3F3F3;
}

.link{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
}

.link:hover{
    text-decoration: none;
    color: #fff;
}

.header{
    background: #2A5673;
    padding-top: 25px;
    padding-bottom: 25px;
}

.text-right{
    text-align: right;
}

.divider{
     height: 2px;
     width: 150px;
     background: #2A5673;
     margin: 30px auto;
}

.divider-bold{
    height: 5px;
    width: 150px;
    background: #2A5673;
    margin: 30px auto;
}

h1{
    color: #2A5673;
    font-size: 40px;
}

p{
    color: #2A5673;
    font-size: 22px;
}

.programP{
    color: #fff;
    font-size: inherit;
    margin-left: 93px;
}

.program-link{
    font-size: 20px;
    letter-spacing: 2px;
}

.btn-default{
    background: #2A5673;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
    width: 100%;
    text-decoration: none;
    font-size: 20px;
}

.btn-default:hover{
    color: #fff;
}

.input-default{
    background: white;
    color: #2A5673;
    padding: 15px;
    width: 100%;
    border-radius: 0.25rem;
    border: 1px solid #fff;
}

.input-default:focus{
    color: #2A5673;
    background-color: white;
    border-color: white;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.select2 {
    width:100%!important;
}

.select2-container--default .select2-selection--single{
    border: none;
    height: 56px;
}

.select2-selection__arrow{
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: inherit;
}

.select2-selection {
    border: none;
    height: 56px;
}

.select2-selection--single{
    border: none;
    height: 56px;
}

.select2-selection__rendered{
    background: white;
    color: #2A5673;
    padding: 15px;
    width: 100%;
    border-radius: 0.25rem;
    border: 1px solid #fff;
}

.select2-results__option--highlighted{
    background-color: #2A5673 !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
     background: transparent;
     bottom: 0;
     color: transparent;
     cursor: pointer;
     height: auto;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     width: auto;
}

input[type="date"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}

#label_birth_date{
    width: 30px;
    height: 47px;
    position: absolute;
    background: white;
    z-index: 2;
    right: 32px;
    border-radius: 0.25rem;
    margin: 0;
    top: 3px;
}

.my-small{
    width: 100%;
    display: block;
}

.label-marketing{
    width: calc(100% - 30px);
    vertical-align: middle;
    font-size:14px;
}

.label-privacy{
    width: calc(100% - 30px);
    vertical-align: middle;
    font-size:14px;
}

.label-privacy-text{
    vertical-align: middle;
    font-size:14px;
    display: block;
}

#label-firefox-date{
    color: #6C757D;
    position: absolute;
    top: 0;
    left: 10px;
    margin-left: 23px;
}

input[type=text]::-ms-clear {
    display: none;
    -webkit-appearance: none;
}

input[type=date]::-moz-clear {
    display: none;
    -webkit-appearance: none;
}

#birth_date:not(.has-value):before{
    color: #6C757D;
    content: attr(placeholder);
    margin-right: 0.5em;
    overflow: hidden;
}

.has-value{
    background: white;
    color: #2A5673;
    padding: 15px;
    width: 100%;
    border-radius: 0.25rem;
    border: 1px solid #fff;
}

.input-group-text{
    background: white;
    color: #2A5673;
    border: 1px solid #fff;
}

.input-date{
    overflow: hidden;
    max-height: 56px;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

.arrow-select{
    position: absolute;
    right: 30px;
    top: 22px;
    height: 12px;
    z-index: 5;
}

.tooltips{
    position: absolute;
    height: 15px;
    top: 20px;
    left: -10px;
}

.tooltip-inner{
    background: #2A5673;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{
    border-top-color: #2A5673;
}

.form-group{
    padding-left: 15px;
    padding-right: 15px;
}

.slide-image{
    height: 600px;
    background: no-repeat center;
    background-size: cover;
}

.slide-image-1{
    background-image: url("/image/slide/slide1.jpg");
}

.slide-image-2{
    background-image: url("/image/slide/slide2.jpg");
}

.slide-image-3{
    background-image: url("/image/slide/slide3.jpg");
}

.slide-image-4{
    background-image: url("/image/slide/slide4.jpg");
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.0);
    border-radius: 50px;
    border: 1px solid white;
}

.carousel-control-prev-icon{
    background-image: url("/image/freccia-slideshow-sx.png");
}

.carousel-control-next-icon{
    background-image: url("/image/freccia-slideshow-dx.png");
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 36px;
    height: 70px;
    color:white;
}

/* end register */

/* countdown */

.countdownLeft{
    font-size: 72px;
    display: block;
    line-height: 75px;
    color:white;
}

.divCountdownLeft{
    border-right:1px solid #fff;
    padding-right: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.divCountdownRight{
    padding-left: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.containerCountdown{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    margin: 0 auto;
    left: 50%;
}

#day{
    font-size: 130px;
    color: white;
    vertical-align: middle;
    margin-right: 25px;
    line-height:115px;
}

.day{
    vertical-align: middle;
    font-size: 30px;
    letter-spacing: 10px;
}


.time{
    color: white;
    display: block;
    font-size: 64px;
}

.timelett{
    color: white;
    font-size: 23px;
    line-height: 17px;
}

.insideTime{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 235px;
}

.outsideTime{
    min-height: 40vh;
    max-height: auto;
    height: 100%;
    padding: inherit;
    position: relative;
}

.bluDivCountdown{
    background: #2A5673;
    padding-top:150px;
    min-height: 30vh;
    max-height: auto;
    height: 100%;
}

.bluDivCountdownBottom{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
}

.bluDivCountdownText{
    color:white;
    font-size: 30px;
    line-height: 50px;
}

.timelett-center{
    margin: 0 74px;
}

.timelett-left{
    margin-left: 0;
}

.timelett-right{
    margin-left: 5px;
}

.background-countdown{
    background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) ), url("/image/slide/slide3.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-color: black;
    min-height: 100vh;
    height: 100%;
    max-height: auto;
}

.exit{
    position: fixed;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    z-index: 3;
}
/* end countdown */


/* login */

.top-div-login{
    background: #2A5673;
    padding-top:175px;
}

.background-login{
    background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) ), url("/image/slide/slide4.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-color: black;
    min-height: 100vh;
    height: 100%;
    max-height: auto;
    -webkit-transition: background-image 2s ease-in-out;
    transition: background-image 2s ease-in-out;
}

.input-login{
    background: rgba(255,255,255,1);
    border: none;
    position: relative;
    padding-left: 80px;
}

.input-login::placeholder {
    color: gray;
    font-size: 20px;
    /*text-align: center;*/
}

.input-login:focus{
    background: rgba(255,255,255,1);
    border: none;
}

.img-form-login{
    z-index: 2;
    position: absolute;
    top: 6px;
    height: auto;
    left: 10px;
}

.text-right-login{
    text-align: right;
}

.image-login{
    margin-right: 10px;
}

.font-footer{
    font-size: 20px;
}
/* end login */

@media only screen and (max-width: 1199px){
    .label-marketing{
        font-size:16px !important;
    }

    .label-privacy{
        font-size:16px !important;
    }

    .label-privacy-text{
        font-size:16px !important;
        display: inline;
    }
}

@media only screen and (max-width: 991px){
    #label-firefox-date{
        left: 24px;
    }
    .register-logo{
        padding: 0 15px !important;
        padding-top: 15px !important;
    }

    .day{
        font-size: 28px !important;
    }

    .compileForm{
        font-size: 15px;
    }
    .input-login::placeholder{
        font-size: 16px;
    }
    h1{
        font-size: 36px;
    }

    p{
        font-size: 18px;
    }

    label{
        font-size: 14px !important;
    }

    .btn-default{
        font-size: 16px;
    }

    .font-footer{
        font-size: 16px;
    }

    .program-link{
        font-size: 16px;
    }

    .form-group{
        padding-left: 30px;
        padding-right: 30px;
    }

    .tooltips{
        left: 5px;
    }

    .arrow-select{
        right: 45px;
    }

    .collapse-text{
        font-size: 15px;
    }

    .link{
        font-size: 14px;
    }

    .text-right-login{
        text-align: center;
    }

    .image-login{
        margin-right: 0;
    }
}
@media only screen and (max-width: 600px){
    .exit{
        margin:auto;
        position: relative;
        text-align: center;
        bottom: 0;
    }
}

@media only screen and (max-width: 425px){
    .insideTime{
        position: relative;
        height: auto;
        padding: 30px 15px;
    }

    .bluDivCountdown{
        height: auto;
    }
}

@media only screen and (max-width: 375px){
    .timelett-center{
        margin: 0 45px;
    }

    .time{
        font-size: 50px;
    }

    #day{
        font-size:90px;
    }

    .timelett-left{
        margin-left: 0;
    }

    .timelett-right{
        margin-left: 0;
    }
}

@media only screen and (max-width: 300px){
    .time{
        font-size: 40px;
    }

    .timelett{
        font-size:16px;
    }
}

/* HEIGHT */

@media only screen and (max-height: 600px){
    .exit{
        margin:auto;
        position: relative;
        text-align: center;
        bottom: 0;
    }
}