@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: korBold;
    src: url(../fonts/KorolevCondensedBold.otf);
}

@font-face {
    font-family: korMedium;
    src: url(../fonts/KorolevCondensedMedium.otf);
}

@-webkit-keyframes loadingAnimation {

        100% { 
            -webkit-transform: rotate(360deg); 
           transform: rotate(360deg); 
           } 
}

@keyframes loadingAnimation {

        100% { 
            -webkit-transform: rotate(360deg); 
           transform: rotate(360deg); 
           } 
}

@-moz-keyframes loadingAnimation {

        100% { 
            -webkit-transform: rotate(360deg); 
           transform: rotate(360deg); 
           } 
}

html {
  scroll-behavior: smooth;
}

  @keyframes arrowAnimated{
    0%,100%{
      transform:translateY(-5px);
    }
    50%{
      transform:translateY(8px);
    }
  }


@media only screen and (min-width : 320px) {  
    table td, table th {
        padding: 10px;
        border: 2px solid #ccc;
    }     
    #modalLanding h1, h2{
        margin: 0px;
    }
        
    #modalLanding .modal-dialog {
        width: 95%;
        margin: 15px auto;
    }
        
    #modalLanding .modal-body{
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        color: #2d3844;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 15px;
        padding: 5px;
    }
        
    #modalLanding .modal-content {
        border-radius: 0px;
    }
        
    #modalLanding .modal-footer {
        padding: 5px;
    }
        
    #modalLanding .modal-header {
        padding: 5px;
    }
        
    #modalLanding .modal-title {
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        color: #2d3844;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 25px;
    }
        
    #modalLanding .btn {
        border-radius: 0px;
        font-weight: bold;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
    }
        
    #modalLanding .btn-default {
        color: #2d3844;
        background-color: #fff;
        border-color: #e96105;
    }
        
    #modalLanding .btn-default:hover {
        color: #ffffff;
        background-color: #e96105;
    }

    .adm{
        margin: 0 auto;
        padding: 15px 0;
        width: 70%;
    }
        
    .admWrapper{
        width: 100%;
        background-color: #2d3844;  
    }
        
    .arrowWrapper{
        width: 61px;
        padding: 1em .5em;
        border-radius: 50%;
        border: 2.5px solid #e96105;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        cursor: pointer;
    }
        
    .arrowIcon{
        width: 35px;
        fill: #e96105;
        animation: arrowAnimated 2s infinite;
    }
        
    .content{
        display: flex;
        flex-direction: column;
        position: relative;
        background-image: url(../images/backGroundMobile.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        align-items: center;
    }
        
    .displayDesktop{
        display: none;
    }
        
    .displayMobile{
        display: block;
    }
        
    .field{
        width: 60%;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -99;
    }

    .fillLogo0 {
        fill: #FFFFFF;
    }

    .fillLogo1 {
        fill: #e96105;
    }    
        
    .fatFont{
        font-family: korBold;
    }
        
    .fontSize{
        font-size: 15px;
        margin-bottom: 0px !important;
        line-height: 13px !important;
    }  
        
    .greyBar{
        background-color: #2d3844;
        height: 80px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 5%;
    }
        
    .iconButton {
        border-radius: 2.6rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.0rem;
        height: 2.6rem;
        text-align: center;
        width: 2.6rem;
        border: 1.5px solid #e96105;
        position: absolute;
        bottom: 2%;
        right: 1%;
    }
        
    .iconButton span {
        border-radius: 0;
        display: block;
        height: 0;
        left: 50%;
        margin: 0;
        position: absolute;
        top: 50%;
        transition: all 0.3s;
        width: 0;
    }
        
    .iconButton:hover span {
        width: 2.6rem;
        height: 2.6rem;
        border-radius: 2.6rem;
        margin: -1.3rem;
    }

    .iconInfo{
        fill: #ffffff;
        height: 13.5px;
    }    
        
    .iconButton:hover .iconInfo{
        z-index: 999;
    }
        
    .iconCollapse{
        position: absolute;
        top: 0.5%;
        right: 1%;  
        fill: #e96105;
        width: 22px;
        height: auto;
        cursor: pointer;
        display: block;
    }
        
    .info span {
        background-color: #e96105;
    }
        
    .iconLoading{
        fill: #ffffff;
        width: 17px;
        height: auto;
        margin-left: 10px;
        display: none;
        animation-name: loadingAnimation ;
        animation-duration: 1.5s;
        animation-timing-function:linear;
        animation-iteration-count:infinite;
    }
        
    .iconLoadingRunning{
        display: block;
    }

    .iconWhite {
        fill: #ffffff;
        width: 11px;
        height: auto;
        margin-left: 10px;
        display: block;
    }    
        
    .iconWhiteNotRunning {
        display:none;
    }    
        
    .infoTop{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        font-family: korMedium;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        color: #ffffff;
        line-height: 18px;
    }

    .intestazione{
        background-color: #e96105;
        padding: 5% 0 1% 0;
        font-family: korMedium;
        color: #ffffff;
        font-size: 23px;
        text-align: center;
    }
        
    .intestazione p{
        margin-bottom: 5px !important;
        line-height: 20px;
    } 
        
    .imagesLeft{
        width: 100%;
        margin: 5% auto 1% auto;
        z-index: 10;
    }
        
    .logoSize{
        width: 130px;
        height: auto;
    }
        
    .logoSize2{
        width: 60px;
        height: auto;
    }
        
    .logoSnaiWrapper{
        background-color: #2d3844;
        padding: 1% 2% 0.5% 2%;
        align-self: flex-end;
    }
        
    .marginLeft{
            margin-left: 15px;
    }
        
    .noExces{
        position: absolute;
        right: 5%;
        bottom: 2%;
        max-height: 52px;
        display: none;
    }
        
    .puppet{
        width: calc(100% - 320px);
        transform: translateY(-15%);
    }    
        
    .promo{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content:center;
        margin-top: 200px;
    }
        
    .register{
        height: 450px;
        width: 100%;
        display: flex;
        padding-top: 1%;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        padding: 5% 0;
    }
        
    .rightWrapper{
        display: flex;
        flex-direction: column;
        position: absolute;
        width: 80%;
    }
        
    .textTerms {
        text-align: left;
        text-align: -webkit-left;
        text-align: -moz-left;
        color: #6b6b6b;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 15px;
        margin: 5px 0 18px;
    }
        
    .titleTerms {
        text-transform: uppercase;
        text-align: center;
        color: #2d3844;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 17px;
        font-weight: bold;
    }
        
    .wrapper01{
        width: 100%;
        min-height: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }    
        
    .welcomeBonusWrapper{
        position: relative;
        height: auto;
        width: 80%;
        margin: 1% auto 5% auto;
    }
    button.nextStepNotActive.shine {
        border-color: transparent !important;
    }
    .informativa {
        padding: 5px 0;
        font-size: 13px;
        font-family: 'korMedium';
        text-align: center;
    }
}


/*XS*/
@media only screen and (min-width : 480px) {
    
.register{
    background-position: center 0%;
    height: 370px;
}
    
}


/*SM*/
@media (min-width: 768px) { 
    
#modalLanding .modal-dialog {
    width: 85%;
    margin: 15px auto;
}
    
.arrowWrapper{
    display: none;
}
   
    
.content{
    background-image: url(../images/backGround.jpg);
    flex-direction: row;
    padding: 0 5%;
    background-position-y: 36%;
}
    
.displayDesktop{
    display: block;
}
    
.displayMobile{
    display: none;
}
    
.greyBar{
    height: 100px;
}
    
.imagesLeft{
    width: 70%;
    margin: inherit;
    transform: translateX(0px);
}

.welcomeBonusWrapper{
    width: 70%;
    margin: inherit;   
}
    
.infoTop{
    font-size: 20px;
    line-height: 22px;
}
    
.logoSize{
    width: 200px;
}
    
    
.noExces{
    max-height: 45px;
    display: block;
}
    
.promo{
    width: 65%;
    align-items: center;
	margin-top: 0px;
}

.puppet{
    width: calc(100% - 250px);
    transform: translateY(-15%);
}  
    
.register{
    height: calc(100vh - 100px);
    width: 35%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-image: none;
    padding: none;
}

.rightWrapper{
    position: relative;
    width: auto;
    padding-bottom: 5%;
}
	
	.welcomeBonusWrapper{
    position: relative;
    height: auto;
    width: 80%;
    margin: 1% auto;
}
    
}


/*MD*/
@media (min-width: 992px) {   
    
#modalLanding .modal-body{
    padding: 15px;
}
    
#modalLanding .modal-footer {
    padding: 10px;
}
    
#modalLanding .modal-header {
    padding: 10px;
}

#modalLanding .modal-dialog {
    width: 850px;
    margin: 30px auto;
}
    
.content{
    align-items:inherit;
}    
    
.iconButton {
    border-radius: 3rem;
    font-size: 2.0rem;
    height: 3rem;
    width: 3rem;
    border: 1.5px solid #e96105;
    bottom: 2%;
    right: 1%;
}
    
.iconButton:hover span {
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	margin: -1.5rem;
}
    
.iconCollapse{
    position: absolute;
    top: 0.5%;
    right: 1%;  
    fill: #e96105;
    width: 25px;
    height: auto;
    cursor: pointer;
    display: none;
}
    
.iconInfo{
    height: 15px;
}   
    
.imagesLeft{
    width: 55%;
}
    
.noExces{
    max-height: 52px;
}
    
.welcomeBonusWrapper{
    width: 55%;
}

.puppet{
    width: calc(100% - 280px);
}   
    
.rightWrapper{
    position: relative;
    width: auto;
    padding-bottom: 0%;
}
    
}


/*LG*/
@media (min-width: 1500px) {   
    
#modalLanding .modal-footer {
    padding: 15px;
}
    
#modalLanding .modal-header {
    padding: 15px;
}
    

#modalLanding .modal-dialog {
    width: 1000px;
    margin: 30px auto;
}
    
.greyBar{
    height: 120px;
}   
    
.iconButton {
    border-radius: 3.6rem;
    font-size: 2.0rem;
    height: 3.6rem;
    width: 3.6rem;
    border: 1.5px solid #e96105;
    bottom: 2%;
    right: 1%;
}
    
.iconButton:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
    
.iconInfo{
    height: 18px;
}   
    
.intestazione{
    padding: 8% 0 4% 0;
    font-size: 27px;
}
    
.intestazione p{
    margin-bottom: 5px !important;
    line-height: 25px;
} 
    
.logoSize2{
    width: 70px;
}
    
.logoSnaiWrapper{
    padding: 3% 2% 2% 2%;
}
    
.noExces{
    max-height: 62px;
}
    
.puppet{
    width: calc(90% - 320px);
    transform: translateY(-15%);
}  
    
.register{
    height: calc(100vh - 120px);
}
    
}