@import url('https://fonts.googleapis.com/css?family=Palanquin+Dark|Tajawal');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Palanquin Dark', sans-serif!important;
}

p {
    line-height: 1.55;
    color: #333;
    font-size: 1.2rem;
    font-family: 'Tajawal', sans-serif!important;
}

h1 {
    font-size: 62px;
}

h2 {
    font-size: 30px;
    margin-bottom: 65px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

/* ==================================================
  General
  ================================================== */
  a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* ==================================================
  Elements
  ================================================== */
  .btn {
    background-color: #193682; 
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 800;
    color: #fff;
    padding: 15px 45px  ;
    border-radius: 50px;
}

.btn:hover {
    background-color: #da251e;
    color: #fff;
}

.btn:focus {
    color: #fff;
}

.btn-ghost {
    border: 3px solid #fff;
    background-color: transparent;
}

.btn-ghost:hover {
    background-color: #fff;
    color: #199EB8;
}

section {
    padding-top: 65px;
}

.card {
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
    border: none!important;
}

a:hover {
    text-decoration: none !important;
}

.scrolltop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #193682;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
    color: #fff !important;
    opacity: .75;
}

/* ==================================================
  Hero Styling
  ================================================== */
  .hero {
    display: table;
    position: relative;
    background-image: url(../img/cover.jpg);
    background-size: cover;
    padding: 150px 0;
    color: #fff;
    width: 100%;
    height: 100vh;
}

.hero:after {
    content: '';
    z-index: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.60);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hero .container {
    position: relative;
    z-index: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.hero-brand {
    margin-bottom: 35px;
    display: inline-block;
}

.hero-brand:hover {
    opacity: .75;
}

.tagline {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 26px;
    margin: 45px 0 75px 0;
    color: #fff;
}

/* ==================================================
  Header Styling
  ================================================== */
  #header {
    background: #193682;
    height: 70px;
}

#header #logo {
    margin: 14px 25px 0 0;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 2px 0;
    line-height: 1;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

@media (max-width: 768px) {
    #header {
        height: 50px;
    }
    #header #logo {
        margin: 10px 0 0 0;
    }
    #header #logo h1 {
        padding: 2px 0;
        font-size: 26px;
    }
    #header #logo img {
        max-height: 30px;
    }
}

#header .social-nav {
    margin-top: 15px;
}

#header .social-nav a {
    font-size: 24px;
    margin-left: 15px;
    color: #fff;
}

#header .social-nav a:hover {
    color: rgba(255, 255, 255, 0.75);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    margin: 0;
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 22px 15px 18px 15px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    outline: none;
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
    color: rgba(255, 255, 255, 0.75);
}

.nav-menu ul {
    margin: 4px 0 0 15px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
    background: #fff;
    border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
    border-top: 0;
}

.nav-menu ul li:hover {
    background: #199EB8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.nav-menu ul li a {
    color: #333;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 10px 15px;
}

.nav-menu ul li a:hover {
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
    margin: 5px;
}

#mobile-nav-toggle i {
    color: #fff;
}

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #199EB8;
}

#mobile-nav ul .menu-item-active {
    color: #199EB8;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/* ==================================================
  Stats Styling
  ================================================== */
  .stats-row {
    margin-top: 65px;
}

.stats-col .circle {
    /* display: flex; */
    /* justify-content: center; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    font-family: "Raleway",Helvetica,Arial,sans-serif;
    font-weight: 500;
    color: #fff;
    background: #193682;
    /* padding: 46px 20px 0px; */
    position: relative;
    border-radius: 50%;
    border: 3px solid white;
    font-size: 15px!important;
}

.stats-col .circle .stats-no {
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    top: -30px;
    right: -15px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 18px;
    background-color: #193682;
    position: absolute;
    border-radius: 50%;
    font-weight: 700;
    border: 3px solid white;

}

/* ==================================================
  Parallax Styling
  ================================================== */
  .block {
    color: #fff;
    min-height: 250px;
    overflow: hidden;
    padding-top: 85px;
    padding-bottom: 85px;
}

.block h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.block p {
    color: #fff;
    margin-bottom: 45px;
}

/* ==================================================
  Features Styling
  ================================================== */
  .features {
    padding-bottom: 45px;
}

.features h2 {
    color: #199EB8;
}

.feature-col {
    display: table;
    padding-bottom: 45px;
}

.feature-col > div > div {
    display: table-cell;
    vertical-align: middle;
}

.feature-col .feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 70px; 
    display: inline-block;
}

.feature-col h3 {
    color: #193682;
}

.feature-col p {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: black;
}

/* ==================================================
  Call-to-action Styling
  ================================================== */
  .cta {
    background: url('/img/bg-cliente.jpg') no-repeat center;
    padding: 95px 0;
    height: 300px;
}

.cta h1 {
    margin-bottom: 5px;
    color: white;
}

.cta h2,
.cta p {
    color: #fff;
}

.cta p {
    margin-bottom: 0;
    opacity: .75;
}

.cta .btn-ghost {
    position: relative;
    top: 13px;
}

/* ==================================================
  Portfolio Styling
  ================================================== */
  .portfolio {
    background-color: #edf6ff;
    padding-bottom: 0;
}

.portfolio h2 {
    color: #199EB8;
    margin-bottom: 25px;
}

.portfolio-grid {
    margin-top: 65px;
}

.portfolio-grid .row {
    margin: 0;
}

.portfolio-grid .row > div {
    padding: 0;
}

.portfolio-grid .row > div .card img {
    width: 100%;
}

.portfolio-grid .row > div .card .portfolio-over {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-grid .row > div .card .portfolio-over > div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-grid .row > div .card .portfolio-over .card-title {
    color: #fff;
    font-size: 30px;
}

.portfolio-grid .row > div .card .portfolio-over .card-text {
    color: #fff;
    opacity: .75;
    padding: 0 45px;
}

.portfolio-grid .row > div .card:hover .portfolio-over {
    opacity: 1;
    visibility: visible;
}

/* ==================================================
  Team Styling
  ================================================== */
  .team h2 {
    color: #199EB8;
}

.team .col-sm-3 {
    padding: 0;
}

.team .card > a {
    display: block;
}

.team .card img {
    width: 100%;
}

.team .card h4 {
    color: #fff;
    text-transform: uppercase;
}

.team .card p {
    font-size: 11px;
    color: #fff;
    opacity: .75;
    margin: 0;
    padding: 0 35px;
}

.team .card .social-nav {
    margin-bottom: 45px;
}

.team .card .social-nav a {
    color: #fff;
    font-size: 16px;
    margin: 0 4px;
}

.team .card .social-nav a:hover {
    opacity: .75;
}

.team .card:hover .team-over {
    opacity: 1;
    visibility: visible;
}

.team .card:hover .card-title-wrap {
    background-color: #199EB8;
}

.team .card:hover .card-title-wrap .card-title, .team .card:hover .card-title-wrap .card-text {
    color: #fff;
}

.team .team-over {
    padding-top: 45px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team .card-title-wrap {
    padding: 15px 25px;
    position: relative;
    z-index: 9;
    background-color: #fff;
}

.team .card-title-wrap .card-title, .team .card-title-wrap .card-text {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    display: block;
    margin: 0;
}

.team .card-title-wrap .card-title {
    font-size: 24px;
    color: #333;
}

.team .card-title-wrap .card-text {
    font-size: 18px;
    color: #999;
}

/* ==================================================
  Contact Section
  ================================================== */
  #contact {
    background: #f7f7f7;
    padding: 80px 0;
}

#contact h2 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    color: #da251e;
    margin-bottom: 20px;
}

#contact p {
    margin-bottom: 30px;
}

#contact .info i {
    font-size: 32px;
    color: #da251e;
    float: left;
}

#contact .info p {
    padding: 0 0 10px 50px;
    line-height: 24px;
}

#contact .form #sendmessage {
    color: #199EB8;
    border: 1px solid #199EB8;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input, #contact .form textarea {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#contact .form button[type="submit"] {
    background: #da251e;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
    background: #193682;
}

/* ==================================================
  Footer Styling
  ================================================== */
  .site-footer {

    background: -moz-linear-gradient(top, #193682 0%, #3d6bce 100%);
    background: -webkit-linear-gradient(top, #193682 0%,#3d6bce 100%);
    background: linear-gradient(to bottom, #193682 0%,#3d6bce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#193682', endColorstr='#3d6bce',GradientType=0 );
    padding: 0;
}

.site-footer h2, .site-footer p {
    color: #fff;
}

.site-footer p { 
    opacity: .75;
    line-height: 2.0925;
    padding-top: 10px;
}

.site-footer h2,
.site-footer .btn {
    margin-bottom: 25px;
}

.site-footer .social-nav a {
    color: #fff;
    opacity: .25;
}

.site-footer .social-nav a:hover {
    opacity: 1;
}

.site-footer .bottom {
    background-color: #000;
    padding: 20px 0;
}

.site-footer .bottom .list-inline, .site-footer .bottom p {
    margin: 0;
}

.site-footer .bottom .list-inline {
    position: relative;
    top: 15px;
}

.site-footer .bottom .list-inline a {
    color: #fff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    margin-right: 15px;
}

.site-footer .bottom .list-inline a:hover {
    color: #199EB8;
}

.site-footer .credits {
    color: #ddd;
}

.site-footer .credits a {
    color: #199EB8;
}

/* ==================================================
  Responsive Styling
  ================================================== */
  @media (max-width: 61.9em) {
    section,
    .block,
    .cta {
        padding: 35px 0;
    }
    .features {
        padding-bottom: 5px;
    }
    p,
    .block p {
        margin: 0;
    }
    .hero-brand {
        margin-bottom: 35px;
    }
    .tagline {
        margin: 35px 0;
    }
    h1 {
        font-size: 32px;
        margin: 0;
    }
    h2,
    .tagline {
        font-size: 24px;
    }
    h2 {
        margin-bottom: 25px;
    }
    h3 {
        font-size: 14px;
    }
    .hero {
        padding: 75px 0;
    }
    .stats-col {
        margin-bottom: 25px;
    }
    .block {
        height: auto;
    }
    .feature-col {
        padding-bottom: 30px;
    }
    .portfolio-grid .card h3.card-title {
        font-size: 18px !important;
    }
    .portfolio-grid .card .card-text {
        font-size: 13px;
    }
    .team .team-over {
        padding-top: 20px;
    }
    .team .card .social-nav {
        margin-bottom: 15px;
        padding: 0;
    }
    .site-footer .social-nav {
        margin-bottom: 35px;
    }
    .site-footer .list-inline {
        text-align: center;
        padding-bottom: 15px;
    }
    .site-footer .list-inline li {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .block {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.img-parc{
    padding: 30px;
}

.icon-home{
    padding-bottom: 20px;
    height: 70px;
}

.bg-cliente{
    background-image: url('/img/bg-cliente') center no-repeat;
}

.bg-blue-strong,
.bg-blue-medium,
.bg-blue-easy{
    color: white!important;
    font-size: 32px!important;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.bg-blue-strong{
    background-color: #013243;

}
.bg-blue-medium{
    background-color: #336E7B;
}

.bg-blue-easy{
    background-color: #446CB3;
}

.text-servicos{
    padding: 40px;
    font-size: 14px;
}

.vertical{
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;   
}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.btn {
    font-weight: 700;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; 
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

.infra{
    height: 200px;
}

.message{
    text-align: center;
    width: 100%;
    padding: 10px;
}

.error{
    background-color: firebrick;
    color: white;
}

.success{
    background-color: blue;
    color: white;
}

#frota{
    background-image: url(../img/parallax-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 0px;
}

.doca-bg{
    background-image: url(../img/parallax1-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.spacer{
    width: 100%;
    height: 50px;
}

.miniatura{
    height: 200px;
}

.card-img-top{
    max-height: 200px;
}

.size-300{
    height: 300px;
}


/* wallace - simulacao frete */
/* presets */
.input-simulacao, .select-simulacao, textarea {
    padding: 15px 15px;
    background-color: #F8FAFD;
    border-radius: 4px;
    border: 1px solid #dadadb;
    width: 100%;
    margin-top: 10px;
}
.select-simulacao {
    padding: 15px 15px 15px 4px;
}
label {
    font-size: 16px;
    font-family: 'Courier New', Courier, monospace;
}
textarea {
    resize: vertical;
    max-height: 130px;
    min-height: 40px;
}


.container-select {
    width           : 100%;
    height          : 80vh;
    display         : flex;
    background-color: #f0f5fa;
}
.container-select.disabled {
    display: none;
}

.content-select {
    width           : min(90%, 500px);
    height          : auto;
    padding         : 15px;
    display         : flex;
    flex-direction  : column;
    align-items     : flex-start;
    justify-content : center;
    margin          : auto;
    background-color: white;
    border          : 1px solid #e2e2e2;
    border-radius   : 6px;
}

.content-select .form-select-option {
    width          : 100%;
    display        : flex;
    align-items    : center;
    justify-content: flex-start;
margin-top: 15px;
}
.form-select-option .title-select {
 padding: 0px;
}
.form-select-option input {
    margin-right    : 10px;
    appearance      : none;
    background-color: #fff;
    font            : inherit;
    color           : green;
    width           : 1.30em;
    height          : 1.30em;
    border          : 0.15em solid #3d6bce;
    border-radius   : 50%;
    transform       : translateY(-7px);
    display         : grid;
    place-content   : center;
    cursor: pointer;
}

.form-select-option input::before {
    content      : "";
    width        : 0.65em;
    height       : 0.65em;
    border-radius: 50%;
    transform    : scale(0);
    transition   : 120ms transform ease-in-out;
    box-shadow   : inset 1em 1em rgb(146, 146, 146);
}

input[type="radio"]:checked::before {
    transform: scale(1);
}



/* form simulation */
.container-form {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #f0f5fa;
padding: 100px 0px;
}
.container-form.enabled {
    display: flex;
}
.content-form {
    width: clamp(400px, 90%, 1366px);
    height: auto;
    padding: 30px;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    margin: auto;
}
.form-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-template-rows: auto;
    gap: 15px;
    place-content: center;
}

.form-control {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    border-bottom: 3px dotted #EFF2F5;
    padding-bottom: 10px;
    justify-content: flex-start;
}
.form-control h4.title-section-form {
padding-bottom: 10px;
}
.form-control .form-control-inside {
    margin-bottom: 18px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.form-footer {
    width: 100%;
    margin: 25px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.submit-simulacao {
    display: flex;
    width: 338px;
    height: auto;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #4AD295;
    border-radius: 4px;
    cursor: pointer;
    color: white;
    font-weight: 600;
    transition-delay: .1s;
    transition-duration: .3s;
    padding: 10px;
    margin: 0;
}
.submit-simulacao:hover {
    background-color: #54ac84;
}
.submit-simulacao img {
    object-fit: contain;
    max-height: 54px;
    max-width: 54px;
    margin-right: 6px;
}

/* modal loading */
.wrapper-modal-loading {
    width           : 100%;
    height          : 100vh;
    position        : fixed;
    top             : 0;
    left            : 0;
    right           : 0;
    bottom          : 0;
    background-color: rgba(0, 0, 0, .7);
    z-index         : 10000;
    display         : none;
}
.wrapper-modal-loading.enabled {
    display: flex;
}

.wrapper-modal-loading .container-loading {
    width           : clamp(140px, 80%, 200px);
    padding         : 15px;
    display         : flex;
    justify-content : center;
    flex-direction  : column;
    align-items     : center;
    margin          : auto;
    background-color: white;
    border-radius   : 20px;
}

.container-loading span {
    width           : 18px;
    height          : 18px;
    border          : 6px solid #446CB3;
    border-radius   : 50%;
    border-top-color: transparent;
    animation       : rotate infinite .7s;
}

@keyframes rotate {
    to {
        rotate: 360deg;
    }
}

.container-loading h3 {
    font-size    : 18px;
    margin-top   : 10px;
    margin-bottom: 0;
}		

/* contact email */
.contact-email {
    display: none;
}
.contact-email.enabled {
    display: block;
}