﻿/*.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}*/


.contactUsText {
    padding: 0;
    min-height: 350px;
    background-color: #e3e7ec;
}

.spanContainer {
    margin: auto;
    width: 90%;
    padding: 70px 0px;
}

    .spanContainer span {
        color: #49677a;
        font-size: 23px;
        letter-spacing: 2px;
        text-align: justify;
        display: inline-block;
    }

#form {
    /*padding-left: 70px;
    padding-right: 70px;*/
    /*float: left;*/
}

/*#form > div {
        padding-bottom: 25px;
    }*/



#messageTextArea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    /*width: 99%;*/
    max-width: unset;
    height: 100px;
    border-radius: 0;
    border: none;
}

input::placeholder, textarea::placeholder {
    font-weight: lighter !important;
    letter-spacing: 1px;
    font-size: 13px !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-weight: lighter !important;
    letter-spacing: 1px;
    font-size: 13px !important;
}

input::-ms-inpput-placeholder, textarea::-ms-inpput-placeholder {
    font-weight: lighter !important;
    letter-spacing: 1px;
    font-size: 13px !important;
}

#callbackLabel {
    font-weight: lighter !important;
    letter-spacing: 1px;
    font-size: 13px !important;
}

#CallLabel {
    font-weight: lighter !important;
    letter-spacing: 1px;
    font-size: 13px !important;
    color: #496276;
}

/*.text-danger {
    margin-left: 5px;
}*/


.form-control {
    border-radius: 0;
    border: none;
}


input.form-control:not(:disabled),
input.form-control:not(:disabled):-webkit-autofill,
input.form-control:not(:disabled):-webkit-autofill:hover,
input.form-control:not(:disabled):-webkit-autofill:focus,
input.form-control:not(:disabled):-webkit-autofill:active,
textarea.form-control:not(:disabled),
textarea.form-control:not(:disabled):-webkit-autofill,
textarea.form-control:not(:disabled):-webkit-autofill:hover,
textarea.form-control:not(:disabled):-webkit-autofill:focus,
textarea.form-control:not(:disabled):-webkit-autofill:active {
    background-color: #d3dbe1 !important;
    -webkit-box-shadow: 0 0 0 30px #d3dbe1 inset !important;
}

select.form-control:not(:disabled),
select.form-control:not(:disabled):-webkit-autofill,
select.form-control:not(:disabled):-webkit-autofill:hover,
select.form-control:not(:disabled):-webkit-autofill:focus,
select.form-control:not(:disabled):-webkit-autofill:active {
    background-color: #d3dbe1 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: 0 0 0 30px #d3dbe1 inset !important;
}

select option {
    background-color: #d3dbe1 !important;
    color: #495057 !important;
}



@media (max-width: 991px) {
    /*.col-md-4, .col-md-8:not(#RegisterBlock), .col-md-12 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        float: none !important;
    }*/
}

@media (max-width: 767px) {

    #RegisterBlock, #newsletter-icon {
        /*padding-left: 30px;*/
    }

    #newsletter-icon {
        padding-left: 15px;
    }

    /*#form {
        padding-left: 30px;
        padding-right: 30px;
    }*/
}

/* conteúdo que estava no register css */

/*.main-subtitle {
	color: #064455;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	background-color: transparent;
}

.item {
	position: relative;
	color: white;
	text-align: center;
	height: 400px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}


#main-block-container {
	text-align: center;
}

.main-block-title {
	background-color: deepskyblue;
	height: 30px;
	padding-top: 6px;
	color:white;
}

.main-block-description {
	margin-top: 10px;
	margin-bottom: 10px;
	color:#064455;
}*/


/*NEW CSS - JV*/
/*BTNS*/
.login-btn {
    width: 100%;
    background-color: #496276;
    border-radius: 0;
    border-color: transparent;
    color: white;
}

    .login-btn:hover {
        color: white;
        background-color: #496276;
        border-color: transparent;
    }

.white-login-btn {
    color: #496276;
    background-color: white;
}

    .white-login-btn:hover {
        color: #496276;
        background-color: white;
    }

hr.back-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    margin: 0;
    border: 0;
    border-top: 3px solid #496276;
}

input {
    max-width: unset;
}

/*LOGIN*/
.login-area {
    height: 250px;
}


    .login-area .fixFullWidth {
        height: 250px;
        background-color: #E3E7EC;
        /*position: absolute;
		width: 100%;
		left: 0;*/
    }

    .login-area .row {
        transform: translateY(-50%);
        top: 50%;
        position: relative;
    }

    .login-area .form-control {
        border-radius: 0;
        border-width: 0 0 2px 0;
        border-color: #496276;
        padding-left: 5px;
        padding-bottom: 0;
    }

        .login-area .form-control::-webkit-input-placeholder {
            color: #496276;
            font-weight: bold;
        }

        .login-area .form-control::-moz-placeholder {
            color: #496276;
            font-weight: bold;
        }

        .login-area .form-control:-ms-input-placeholder {
            color: #496276;
            font-weight: bold;
        }

        .login-area .form-control:-moz-placeholder {
            color: #496276;
            font-weight: bold;
        }

/*REGISTER*/

/*#form > div {
    margin-left: 0;
    margin-right: 0;
}*/



.plan-container {
    height: 400px;
}

    .plan-container .fixFullWidth2 {
        background-color: #E3E7EC;
        position: absolute;
        width: 100%;
        /*left: 0;*/
        height: 400px;
        max-width: 2000px;
    }

.main-subtitle {
    position: relative;
    text-align: center;
    padding: 40px 0;
}

    .main-subtitle .sub-span {
        color: #496276;
        font-weight: bold;
        font-size: 20px;
        background-color: #E3E7EC;
        position: relative;
        padding: 0 20px;
    }

.plan-block-container {
    position: relative;
}

.main-block-macro:hover .main-block-title, .main-block-selected .main-block-title {
    color: white;
    background-color: #496276;
}

.main-block-title {
    background-color: white;
    color: #496276;
    text-align: center;
    /*font-weight: bold;*/
}

.main-block-description {
    color: #496276;
    text-align: center;
    /*font-weight: bold;*/
}

.notSureDiv {
    /*height: 40px;*/
    height: 110px;
}

    .notSureDiv .fixFullWidth2, .notSureDiv .fixFullWidth3 {
        background-color: #496276;
        position: absolute;
        width: 100%;
        /*left: 0;*/
        height: 40px;
        text-align: center;
        max-width: 2000px;
        height: -webkit-fit-content;
        height: fit-content;
    }

    .notSureDiv span {
        color: white;
        font-weight: bold;
        line-height: 40px;
    }

.register-form {
    margin-top: 20px;
}

    .register-form .form-control {
        /*border-radius: 0;
        border-width: 0 0 2px 0;
        border-color: #496276;*/
        border: none;
        padding-left: 5px;
        padding-bottom: 0;
        background-color: #D3DBE1;
        /*margin: 10px 5px;*/
        width: 100%;
        color: #496276;
        height: 45px;
    }

        .register-form .form-control::-webkit-input-placeholder {
            color: #496276;
            font-weight: bold;
        }

        .register-form .form-control::-moz-placeholder {
            color: #496276;
            font-weight: bold;
        }

        .register-form .form-control:-ms-input-placeholder {
            color: #496276;
            font-weight: bold;
        }

        .register-form .form-control:-moz-placeholder {
            color: #496276;
            font-weight: bold;
        }

#callback-container {
    /*background-image: url(/Content/Images/icon_call_back.svg);*/
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    /*height: 55px;*/
}

#callBack {
    position: absolute;
    background-color: transparent;
    width: 100%;
    bottom: 0;
    left: 0;
}

    #callBack:hover {
        background-color: transparent;
    }

#submit {
    /*position: absolute;
	bottom: 0;
	left: 0;*/
    height: 45px;
    text-transform: uppercase;
    font-size: 18px;
}

#callback {
    height: 45px;
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid #496276;
}

#newsletter-icon {
    /*width: 100%;*/
    height: 50px;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
    margin-right: .5px;
    margin-left: .5px;
}

    .row.display-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.register-checkbox input[type=checkbox] {
    visibility: hidden;
}

.register-checkbox {
    position: relative;
    color: #30414F;
    font-size: 14px;
    line-height: 19px;
}

.checkboxRegister {
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    color: #30414F;
    align-self: center;
}

.register-checkbox label {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 3px;
    left: 0;
    border: 1.2px solid #496276;
}

.register-checkbox input[type=checkbox]:checked ~ label:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 7px;
    top: 1px;
    left: 2px;
    border: 2px solid #496276;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

.lineRegisterSubmit {
    border-top: 3px solid #496276;
    margin-top: 60px;
}

#scheduleCheckbox {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

/*REGISTER SERVICES*/
.plan-block-container {
    text-align: center;
}

.service-container {
    padding: 35px;
    display: inline-block;
    width: 250px;
    height: 290px;
    vertical-align: top;
    position: relative;
}

    .service-container hr {
        margin: 0;
        border-top: 2px solid #eee;
    }

.service-image {
    width: 80%;
}

.service-title {
    font-size: 16px;
    font-weight: bold;
}

.service-desc {
    display: inline-block;
    margin-top: 5px;
    overflow: hidden;
    font-size: small;
    height: 150px;
    word-break: break-word;
    margin-bottom: 10px;
}

.row-no-span {
    margin-right: unset;
    margin-left: unset;
    color: #30414F;
}

.form-control:disabled {
    cursor: not-allowed;
}


@media (max-width: 992px) {
    .login-area .form-control, .login-btn {
        margin-bottom: 15px;
    }

    #NewsletterBlock {
        margin-top: -145px;
        /*margin-top: 250px;*/
    }

    .notSureDiv .fixFullWidth2, .notSureDiv .fixFullWidth3 {
        height: fit-content;
        height: -webkit-fit-content;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 10px;
        font-size: small;
    }
}

@media (max-width: 767px) {

    .fixFullWidth2 {
        min-height: 1057px !important;
    }

    .plan-container {
        height: unset;
    }

    #form {
    }

    .back-line {
        display: none;
    }

    .main-subtitle .sub-span {
        padding: unset;
    }

    /*#NewsletterBlock{
        margin-top: 250px;
    }*/

}
