@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icons/icomoon.eot?imfzx3');
  src:  url('fonts/icons/icomoon.eot?imfzx3#iefix') format('embedded-opentype'),
    url('fonts/icons/icomoon.ttf?imfzx3') format('truetype'),
    url('fonts/icons/icomoon.woff?imfzx3') format('woff'),
    url('front/fonts/icons/icomoon.svg?imfzx3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e904";
}


.branchForm.text-center {
    text-align: center;
}
.branchForm.text-left {
    text-align: left;
}
@media screen and (max-width: 600px) {
	.branchForm.text-left {
		text-align: center !important;
	}
}
.branchForm .left {
    float: left;
}
.branchForm-text{
	font-size: 16px !important;
	margin-bottom: 15px;
}
html{
	scroll-behavior: smooth !important;
}
.branchForm .title{
    font-size: 22px;
    color: #2b3647;
    margin-top: 40px;
    margin-bottom: 20px;
}

.branchForm label {
    color: #2C2B2B;
    font: normal 14px/26px;
    left: 15px;
    position: absolute;
    margin-top: -10px;
    z-index: 1;
    background: #fff;
    padding: 0 5px;
}
.branchForm .input-wrap {
    max-width: 500px;
    width: 100%;
    margin: 10px auto 30px;
    display: none;
    float: left;
}
.branchForm .input-wrap-number {
    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -o-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -o-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid #C3C2C1;
    box-sizing: border-box;
    color: #4d515b;
}
.branchForm .input-wrap--display {
    display: flex;
}
.branchForm .input-wrap--border {
    border: 1px solid #C3C2C1;
}
@media screen and (max-width: 600px) {
	.branchForm .input-wrap {
	    max-width: 350px;
        box-shadow: none;
        display: none;
    }

    .branchForm .input-wrap--display {
        display: inherit;
    }
    
    .branchForm .input-wrap-number {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
    }
}

.branchForm .input-wrap--mobile {
    width: calc(100% - 160px);
    margin: 0;
    box-shadow: none;
}
@media screen and (max-width: 600px){
	.branchForm .input-wrap--mobile {
	    width: 100%;
	    /*box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);*/
	}
}
.branchForm .prefix {
    font-size: 20px;
    margin: 12px 8px 9px 16px;
    color: #2b3647;
}
.branchForm .input {
    width: calc(100% - 115px) !important;
    font-size: 20px;
    padding: 19px 0 12px;
    color: #2b3647;
    border: 0;
    outline: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.branchForm .button {
    float: right;
    max-width: 160px;
    width: 100%;
    background-color: #3FBC98;
    border: 0;
    box-shadow: -2px 10px 33px -19px rgba(0,0,0,.42);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 18px;
    text-align: center;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -o-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    -o-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}
.branchForm .button--premium{
    background-color: #2C2B2B !important;
}
@media screen and (max-width: 600px) {
	.branchForm .button {
	    max-width: 100%;
	    margin: 10px auto 0;
	    box-shadow: none;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px;
	}
}
.branchForm .input-wrap i {
    font-size: 24px;
    margin: 15px 12px 15px 16px;
}

.branchForm .button-unete{
    max-width: 220px;
    width: 100%;
    background-color: #3FBC98;
    border: 0;
    box-shadow: -2px 10px 33px -19px rgba(0,0,0,.42);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 18px;
    text-align: center;
    -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px;
}

.branchForm .button-unete--premium{
    background-color: #2C2B2B;
}


.branchForm .message {
    width: 100%;
    font-size: 14px;
    text-align: left;
    display: none;
}
.branchForm .message--error {
    color: #fa564c;
}
.branchForm .message--visible {
    display: inherit;
}
.branchForm .message--success {
    color: #37c977;
}