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

/*----------------
Media Query in ordine alfabetico-----------------*/

@media only screen and (min-width : 320px) {
    
/* inizio icone animate */    
.iconsForm {
    width: 20px;
    height: auto;
    display: block;
    float: left;
    margin: 45px 0 0 5px; ; 
}
    
.path {
  stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}
    
.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out;
}
    
.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards;
  }
    
.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards;
  }


@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
    
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
    
@-moz-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
/* fine icone animate */
    
    
    
@-webkit-keyframes gradientGreen {
	0% {
	background-position:100% 50% ;
	}
    
	100% {
    background-position:0%  50% ;
	}
}

@-moz-keyframes gradientGreen {
	0% {
	background-position:100% 50% ;
	}
    
	100% {
    background-position:0% 50% ;
	}
}

@keyframes gradientGreen {
	0% {
	background-position:100% 50% ;
	}
    
	100% {
    background-position:0% 50% ;
	}
}  
    
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

@-moz-keyframes shine {
	100% {
		left: 125%;
	}
}
    
#hidePsw{
    width: 22px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 1.5%;
    cursor: pointer;
}    
    
#showPsw{
    width: 22px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 1.5%;
    cursor: pointer;
} 
    
#stepOne{
    display: block;
}
    
.admWrapperReg{
    width: 100%;
    background-color: rgba(107,107,107,1);
    z-index: 100;
    min-height: 28px;
    align-items: center;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    justify-content: center;
    backface-visibility: hidden;
    letter-spacing: -0.35px;
    display: none;
}
    
.backg{
    background-color: #2d3844;
    margin-bottom: 10px;
}
    
.buttonsDomains{
    width: 33.3333%;
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #6b6b6b;
    font-size: 11px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-shadow: 0.1px;
    box-shadow: 0;
    border-radius: 0.1px;
    background-color: #ffffff;
    color: #2d3844;
    letter-spacing: -0.2px;
}    
    
.buttonsReg{
    width: 50%;
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #6b6b6b;
    font-size: 11px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-shadow: 0.1px;
    box-shadow: 0;
    border-radius: 0.1px;
    background-color: #ffffff;
    color: #2d3844;
    letter-spacing: -0.2px;
} 
    
.buttonsRegWrapper{
    margin-top: 5px;
    width: 99%;
    margin-left: 0.5%;
    margin-right: 0.5%;
} 
    
.buttonsRegWrapper .active{
    background: #2d3844;
    color: #ffffff;
    box-shadow: none;
    outline: none;
}
    
.buttonsRegWrapper :hover{
    background-color: #2d3844;
    color: #ffffff;
    box-shadow: none;
} 
    
.checkPrivacy{
    width: 10%;
}
    
.containerShadow{
    box-shadow: none;
}
    
.displayFlex{
    display: flex;
    justify-content: center;
    align-items: center;
}
    
.descriptionStep{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
    
.displayNoneMobile{
    display: none;
}
    
.errorMessage{
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 1;
    width: 100%;
    float: left;
    padding-left: 5px;
    color: #b4043f;
    overflow: hidden;
    transition: height 400ms linear;
    padding-top: 2px;
    font-weight: 100;
}
    
.fiftyWidthLeft{
    width: 50%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
    
.fiftyWidthRight{
    width: 50%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
    
.hrefPrivacy{
    font-style: italic;
    cursor: pointer;
    letter-spacing: -0.5px;
}
    
.hrefPrivacy:hover{
    text-decoration: underline;
}
 
.iconInactive{
    cursor: not-allowed;
    fill: #999999;
    width: 35px;
    height: auto;
}    
    
.iconActive {
    fill: #e96105;
    width: 35px;
    height: auto;
    cursor: pointer;
}   
    
.iconCta {
    fill: #ffffff;
    width: 14px;
    height: auto;
    position: absolute;
    right: 4%;
}
    
.iconStep{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
    
.iconSnai{
    height: auto;
    width: 130px;
    margin: 1% 0% 1% 1%;
} 
    
.iconsReg{
    height: 50px;
    width: auto;
    fill: #999999;
    padding: 5px 0px 0px;
}
    
.noMarBoot{
    margin-left: 0px;
    margin-right: 0px;
}
    
.noPadBoot{
    padding-left: 0px;
    padding-right: 0px;
}  
    
.noMarBoot{
    margin-left: 0px;
    margin-right: 0px;
}      
    
.nextStepActive{
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color:#e96105;
    font-weight: bold;
    margin-right: 5px;
    cursor: pointer;
}
    
.nextStepInactive{
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color:#999999;
    margin-right: 5px;
    cursor: not-allowed;
}
    
.nextStepActive:hover{
    text-decoration: underline;
}
        
.numberStep{
    padding: 4px 0px 0px;;
} 
    
.registerButton{
    padding: 8px 5px;
    background-color: #e96105;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    cursor: pointer;
    margin-top: 8.5%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    letter-spacing: -0.3px;
}
    
.shine {/*	width:100%;
	height:100%;*/
	overflow:hidden;
	position:relative;
}

.shine::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.shine:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
    
.stepCompleted {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    width: 25%;
    color: #2d3844;
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.5px;
    border-left: 1px solid #999999;
    background-image: linear-gradient(to right, rgba(5,216,167,0.22), rgba(5,216,167,0.22) 50%, transparent 50%, transparent);
    background-position: 100% 50%;
    background-size: 300% 300%;
    -webkit-animation: gradientGreen;
    -moz-animation: gradientGreen;
    animation-name: gradientGreen;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
    
.stepCompleted .iconsReg{
    fill:#2d3844;
}
    
.stepCompleted.active{
    background-color: #ffffff;
    color: #2d3844;
    font-weight: bold;
    border-left: 0px;
    cursor: inherit;
    background-image: inherit;
}
    
.stepCompleted:hover {
    font-weight: bold;
}

.stepMenu {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor:not-allowed;
    transition: 0.3s;
    font-size: 14px;
    width: 25%;
    color: #999999;
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.5px;
    border-left: 1px solid #999999;
        background-color: #e9e8e8;
}

.stepMenu.active {
    background-color: #ffffff;
    color: #2d3844;
    font-weight: bold;
    border-left: 0px;
    cursor: inherit;
}
    
.stepCompleted:hover .iconsReg {
    fill: #2d3844;
}

.stepMenu.active .iconsReg {
    fill: #2d3844;
}
    
.styled-checkbox {
  position: absolute; /* take it out of document flow */
  opacity: 0; /* hide it*/
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 0px !important;
  }

  /* Box.*/
.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;

    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #6b6b6b;
    box-shadow: 1px #d9dee4;
  }

  /* Box hover*/
.styled-checkbox:hover + label:before {
    background: #2d3844;
  }

  /* Box checked*/
.styled-checkbox:checked + label:before {
    background: #2d3844;
  }

  /* Checkmark. Could be replaced with an image*/
.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: #ffffff;
    width: 2px;
    height: 2px;
    box-shadow: 
      2px 0 0 #ffffff,
      4px 0 0 #ffffff,
      4px -2px 0 #ffffff,
      4px -4px 0 #ffffff,
      4px -6px 0 #ffffff,
      4px -8px 0 #ffffff;
    transform: rotate(45deg);
  }
    
.suggestionMessageShort{
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 1;
    width: 100%;
    float: left;
    padding-left: 5px;
    color: #2d3844;
    height: 0px;
    overflow: hidden;
    transition: height 400ms linear;
    padding-top: 2px;
    font-weight: 100;
}
    
.suggestionMessageLong{
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 1;
    width: 100%;
    float: left;
    padding-left: 5px;
    color: #2d3844;
    height: 0px;
    overflow: hidden;
    transition: height 400ms linear;
    padding-top: 2px;
    font-weight: 100;
}
    
input:focus ~ .suggestionMessageLong {
    height: 80px;
}
    
input:focus ~ .suggestionMessageShort {
    height: 45px;
}
    
.tab {
    overflow: hidden;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}
  
.textCheck{
    color: #6b6b6b; 
	font-size: 14px;
    font-weight: 400;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.2px;
    line-height: 1.2;
}
    
.textStep{
    display: block;
    text-align: center;
    min-height: 42px;
    line-height: 1.25;
    padding: 4px;
}
    
}

/*XS*/
@media only screen and (min-width : 480px) {
    
.iconCta {
    width: 15px;
}
    
.registerButton {
    margin-top: 2%;
    width: 100%;
    padding: 7px 0px;
    letter-spacing: -0.2px;
    font-size: 17px;
}    
    
}


/*SM*/
@media (min-width: 768px) { 
    
.backg{
    margin-bottom: 20px;
}
    
.buttonsDomains{
    font-size: 12px;
    letter-spacing: 0px;
}    
    
.buttonsReg{
    font-size: 12px;
    letter-spacing: 0px;
}
    
.containerShadow{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    margin-bottom: 30px;
}
    
.displayNoneMobile{
    display: block;
}
    
.iconCta {
    width: 17px;
}

.iconSnai{
    height: auto;
    width: 140px;
}   
    
.registerButton{
    font-size: 20px;
    padding: 11px 6px;
    margin-top: 7.5%;
    width: 100%;
    letter-spacing: 0px;
}
    
.textStep{
    min-height: unset;
}
    
}


/*MD*/
@media (min-width: 992px) {
    
#hidePsw{
    width: 28px;
    top: 18px;
}    
    
#showPsw{
    width: 28px;
    top: 18px;
} 
    
.admWrapperReg{
    min-height: 48px;
    font-size: 13px;
    letter-spacing: 0px;
    display: flex;
}  
    
.descriptionStep{
    flex-direction: row;
}
    
.iconCta {
    width: 18px;
}
    
.iconsForm {
    width: 25px;
    height: auto;
    margin: 65px 0 0 10px; ; 
}
    
.iconsReg{
    height: 55px;
    padding: 5px;
}
    
.iconSnai{
    height: auto;
    width: 170px;
}  
    
.numberStep{
    padding: 4px;
}
    
.registerButton{
    font-size: 20px;
    padding: 10px 8px;
    margin-top: 3%;
}
    
.terms{
    display: block;
}
    
.stepCompleted {
    font-size: 17px;
    letter-spacing: 0px;
}

.stepMenu {
    font-size: 17px;
    letter-spacing: 0px;
}
    
.textCheck{
	font-size: 17px;
}
    
}


/*LG*/
@media (min-width: 1500px) {
    
.iconSnai{
    height: auto;
    width: 200px;
}  
    
.registerButton{
    font-size: 22px;
    margin-top: 3.5%;
    padding: 10px 8px;
}

}