 @import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,800,900%26display=swap");
 @import url("https://fonts.googleapis.com/css?family=Oswald:100,300,400,500,700");

input {
    font-family: "Roboto", sans-serif;
    color: #5c5c5c;
    font-weight: 100;
}

select,
select option {
   font-family: "Roboto", sans-serif;
   color: #5c5c5c;
}

.camposControl input {
   background: #ffffff;
   border-radius: 4px;
   border: 1px solid #d2d2d2;
   padding: 13px 10px;
   font-family: "Roboto", sans-serif;
   font-weight: normal;
   font-size: 14px;
   line-height: 10px;
   color: #414141;
   position: relative;
   width: 100%;
   transition: .3s;
}

.camposControl input:focus {
    border: 1px solid #e10000;
    outline: none;
    -webkit-box-shadow: 0px 0px 1px 2px rgba(255,0,0,0.62);
    -moz-box-shadow: 0px 0px 1px 2px rgba(255,0,0,0.62);
    box-shadow: 0px 0px 1px 2px rgba(255,0,0,0.62);
}

.camposControl select {
   width: 100% !important;
   background: #ffffff;
   border-radius: 4px;
   border: 1px solid #d2d2d2;
   padding: 14px 10px;
   font-family: "Roboto", sans-serif;
   font-weight: normal;
   font-size: 14px;
   line-height: 14px;
   color: #414141;
   position: relative;
   background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuODc1IDFsLTMuODggMy44OEwyLjExNSAxYS45OTYuOTk2IDAgMSAwLTEuNDEgMS40MUw1LjI5NSA3Yy4zOS4zOSAxLjAyLjM5IDEuNDEgMGw0LjU5LTQuNTlhLjk5Ni45OTYgMCAwIDAgMC0xLjQxYy0uMzktLjM4LTEuMDMtLjM5LTEuNDIgMHoiIGZpbGw9IiNDMDAiLz48L3N2Zz4=");
   appearance: none;
   -webkit-appearance: none;
   background-position: 99% 50%;
   background-size: 16px;
   background-repeat: no-repeat;
 }

 .camposControl select:focus {
    border: 1px solid #e10000;
    outline: none;
    -webkit-box-shadow: 0px 0px 1px 2px rgba(255,0,0,0.62);
    -moz-box-shadow: 0px 0px 1px 2px rgba(255,0,0,0.62);
    box-shadow: 0px 0px 1px 2px rgba(255,0,0,0.62);
}

.camposControl Model_Interest__c {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuODc1IDFsLTMuODggMy44OEwyLjExNSAxYS45OTYuOTk2IDAgMSAwLTEuNDEgMS40MUw1LjI5NSA3Yy4zOS4zOSAxLjAyLjM5IDEuNDEgMGw0LjU5LTQuNTlhLjk5Ni45OTYgMCAwIDAgMC0xLjQxYy0uMzktLjM4LTEuMDMtLjM5LTEuNDIgMHoiIGZpbGw9IiNDMDAiLz48L3N2Zz4=");
    appearance: none;
    -webkit-appearance: none;
    background-position: 99% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
}

.camposLabel input,
.camposLabel select {
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #bdbdbd;
    padding: 6px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 10px;
    color: #414141;
    position: relative;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuODc1IDFsLTMuODggMy44OEwyLjExNSAxYS45OTYuOTk2IDAgMSAwLTEuNDEgMS40MUw1LjI5NSA3Yy4zOS4zOSAxLjAyLjM5IDEuNDEgMGw0LjU5LTQuNTlhLjk5Ni45OTYgMCAwIDAgMC0xLjQxYy0uMzktLjM4LTEuMDMtLjM5LTEuNDIgMHoiIGZpbGw9IiNDMDAiLz48L3N2Zz4=");
    appearance: none;
    -webkit-appearance: none;
    background-position: 99% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
}

.camposControl {
    font-family: "Roboto", sans-serif;
    color: #5c5c5c;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.botao {
    width: 100%;
    height: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #cc0000;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
}

.rodape {
    font-family: "Roboto", sans-serif;
    color: #5c5c5c;
    font-size: 14px;
    margin-top: 4px;
}

.rodape div {
    margin-top: 7px;
    margin-bottom: 15px;
}

.message {
    margin-left: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
}

.rte-zone {
    width: 100px;
    height: 60px;
    overflow-y: hidden;
    bottom: 0;
    position: absolute;
    display: none;
}

.formPrime {
    margin-top: 10px;
    padding: 5px 15px;
}

.container {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    margin-right: 7px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    margin-top: -3px;
    top: 0;
    left: 0;
    height: 17px;
    width: 18px;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ffdcdc;
    border: 1px solid #e10000;
    outline: none;
    -webkit-box-shadow: 0px 0px 1px 2px rgba(255,0,0,0.62);
    -moz-box-shadow: 0px 0px 1px 2px rgba(255,0,0,0.62);
    box-shadow: 0px 0px 1px 2px rgba(255,0,0,0.62);
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 6px;
    top: 0;
    width: 4px;
    height: 10px;
    border: solid #f32121;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container-avisos {
    background-color: #ffcaca;
    border-radius: 5px;
    border: 1px solid #ff9b9b;
    outline: none;
    padding: 5px 10px;
    font-family: "Roboto", sans-serif;
    margin-right: 5px;
    display: block;
    margin-bottom: 7px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
}

.title-aviso {
    font-size: 16px;
    font-weight: 500;
    color: #ad0000;
    border-bottom: 1px solid #d58f8f;
    width: 100%;
    padding-bottom: 3px;
    margin-bottom: 8px;
}

.title-aviso i {
    position: absolute;
    right: 40px;
    margin-top: 1px;
}

.item-aviso {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #a70000;
    list-style-position: inside;
    margin-top: 3px;
    margin-bottom: 3px;
}

.item-aviso i {
    font-size: 12px;
    color: #c50000;
    margin-right: 1px;
}

.visible {
    display: block;
}

.invisible {
    display: none;
}

.error {
    background-color: #ffdcdc;
    border: 1px solid #e10000;
    outline: none;
    -webkit-box-shadow: 0px 0px 1px 2px rgba(255,0,0,0.62);
    -moz-box-shadow: 0px 0px 1px 2px rgba(255,0,0,0.62);
    box-shadow: 0px 0px 1px 2px rgba(255,0,0,0.62);
}

.container-sucess {
    background-color: #2ecc71;
    border-radius: 5px;
    border: 1px solid #2daf63;
    outline: none;
    padding: 5px 10px;
    font-family: "Roboto", sans-serif;
    margin-right: 5px;
    display: block;
    margin-bottom: 7px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    animation: fadeIn 1s;
}

.title-aviso-sucess i {
    position: absolute;
    right: 40px;
    margin-top: 1px;
}

.title-aviso-sucess {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #7eef76;
    width: 100%;
    padding-bottom: 3px;
    margin-bottom: 8px;
}

.item-aviso-sucess i {
    font-size: 18px;
    color: #c5ffc5;
    margin-right: 1px;
    margin-top: -1px;
    position: absolute;
    left: 30px;
}

.item-aviso-sucess {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #deffde;
    list-style-position: inside;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 20px;
}

@media screen and (max-width: 758px) { 
    .item-aviso-sucess i {
        margin-top: 4px;
        font-size: 23px;
    }

    .item-aviso-sucess {
        margin-left: 26px;
    }
}

@media screen and (max-width: 452px) { 
    .item-aviso-sucess i {
        margin-top: 10px;
        font-size: 23px;
    }

    .item-aviso-sucess {
        margin-left: 27px;
    }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

.container-load {
    width: 94px;
    height: 95px;
    padding: 0;
    background-color: white;
    border-radius: 80px;
    border: 1px solid #d2d2d258;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.31);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.31);
    animation: fadeIn 1s;
}

.container-load img {
    margin-top: -8px;
    margin-left: -8px;
    transition: .4s;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(155, 155, 155, 0.5);
    display: block;
}