.position-relative {
    position: relative;
}

.select-wrapper input.select-dropdown {
    width: 100% !important;
}

.container-orcamento {
    position: relative;
    background-image: url(../../../../images/template-site/background/cidade-modal.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    min-height: 100vh;
}

.header-orcamento {
    height: 700px;
    background-image: url(../../../../images/template-site/background/teste.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-orcamento svg {
    width: 100%;
    height: 100%;
}

.title-header-orcamento {
    position: absolute;
    top: 15%;
    left: 30% !important;
    width: 50% !important;
}

.title-form-margin {
    margin: 55px 0;
}

.title-form-margin-2 {
    margin: 30px 0;
}

.title-header-orcamento h1 {
    font-family: 'Google Sans' !important;
    color: #104098;
    font-weight: 500;
    margin: 1.1rem 0 0.68rem 0;
}

.title-header-orcamento p {
    font-family: 'Google Sans' !important;
    color: #fff;
    font-size: 1.2rem;
}

.position-card-form {
    width: 100%;
    margin-top: -350px;
    margin-bottom: -3px;
    padding-bottom: 40px;
}

.position-card-form .card {
    width: 84%;
    height: 789px;
    margin: 0 auto;
}

.position-card-form .card .row {
    height: 100%;
}

.enzo-orcamento {
    position: absolute;
    top: 43px;
    left: 195px;
    z-index: 1;
    height: 345px;
}

.col-resultado {
    padding: 0 !important;
    background: #5890cb;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.content-enzo-orcamento div h5 {
    font-family: 'Google Sans' !important;
    color: #fff;
    margin: 50px 0;
}

.content-enzo-orcamento div img {
    max-width: 100%;
    height: auto;
}

.container-sobre-valores {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding: 0 0 3% 0;
}

.col-sobre-valores h5 {
    font-family: 'Google Sans' !important;
    font-size: 1.5rem;
    margin: 2.82rem 0 0.656rem 0;
    line-height: 35px;
    color: #032f80;
    padding-right: 30%;
}

.title-sobre-valores {
    font-family: 'Google Sans' !important;
    color: #104098;
    font-weight: 600;
}

.contatos-dol {
    text-align: left;
}

.contatos-dol li {
    display: inline-block;
    padding: 0 20px;
}

.contatos-dol li a {
    color: #104098;
    font-family: 'Google Sans' !important;
}

.contatos-dol li a img {
    height: 25px;
    position: relative;
    top: 6px;
    margin-right: 10px;
}

.contatos-dol:first-child li {
    padding-left: 0 !important;
}

.content-enzo-orcamento {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    transform: translate(0);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    position: absolute;
    width: 100%;
    opacity: 1;
    padding: 24px;
}

#btn-orcamento:hover {
    padding: 0 2.3rem;
}

/* = Resultado do orcamento */

.content-resultado {
    height: 100%;
    opacity: 0;
}

.result-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

.result-loader div div {
    width: 125px;
    height: 125px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 3px 11px -2px rgba(0, 0, 0, 0.82);
    -moz-box-shadow: 0px 3px 11px -2px rgba(0, 0, 0, 0.82);
    box-shadow: 0px 3px 11px -2px rgba(0, 0, 0, 0.82);
}

.result-loader div div img {
    max-width: 100%;
    width: 61%;
    height: auto;
    position: relative;
    left: 3px;
    top: 2px;
}

.result-orcamento {
    display: none;
    height: 30%;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.result-loader div h5 {
    font-family: 'Google Sans' !important;
    margin-top: 27px;
    font-size: 28px;
    color: #fff;
    opacity: 0;
}

.scale-out-center {
    -webkit-animation: scale-out-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: scale-out-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes scale-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
}

@keyframes scale-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
}

.bounce-in-fwd {
    -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both;
}

@-webkit-keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: scale(0.84);
        transform: scale(0.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: scale(0.84);
        transform: scale(0.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.heartbeat {
    -webkit-animation: heartbeat 1.7s ease-in-out infinite both;
    animation: heartbeat 1.7s ease-in-out infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-2-13 16:50:2
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.tracking-in-contract-bck-bottom {
    -webkit-animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-2-13 16:57:35
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-contract-bck-bottom
 * ----------------------------------------
 */

@-webkit-keyframes tracking-in-contract-bck-bottom {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(400px) translateY(300px);
        transform: translateZ(400px) translateY(300px);
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

@keyframes tracking-in-contract-bck-bottom {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(400px) translateY(300px);
        transform: translateZ(400px) translateY(300px);
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

.content-result-orcamento {
    opacity: 0;
    height: 100%;
    padding: 35px;
}

.content-result-orcamento h5 {
    font-family: 'Google Sans' !important;
    color: #fff;
    margin: 20px 0;
}

.title-result-orcamento  {
    font-size: 2rem !important;
    margin: .82rem 0 .656rem 0 !important;
}

.content-result-orcamento p {
    font-family: 'Google Sans' !important;
    color: #fff;
    font-size: 18px;
    margin: 15px 0;
}

.content-result-orcamento p b {
    font-size: 65px;
    font-family: 'Google Sans' !important;
    margin-right: 10px;
}

.content-result-orcamento p img {
    height: 65px;
}

.content-result-orcamento p span {
    font-size: 70px;
    font-family: 'Google Sans' !important;
}

.content-result-orcamento div {
    border-bottom: 1px solid #ffffff59;
}

.info-tipo-servico-orcamento p span {
    font-size: 15px !important;
    margin-top: 10px !important;
}

.info-tipo-servico-orcamento p {
    font-size: 15px !important;
}

.info-tipo-servico-orcamento .title {
    font-weight: 500;
    margin-bottom: 10px !important;
}

.info-tipo-servico-orcamento p img {
    height: 18px !important;
    margin-right: 10px !important;
}

.info-tipo-servico-orcamento a {
    margin: 20px 0 !important;
}

.border-last {
    border-bottom: unset !important;
}

.btn-orcamento {
    display: inline-block;
    height: 45px;
    line-height: 43px;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
    background-color: #fff;
    color: #1e63ab;
    border: 2px solid #fff;
    font-weight: 500;
}

/* .btn-orcamento:hover {
    background-color: #2891fd;
    border: 2px solid #2891fd;
    color: #fff;
} */

.btn-orcamento-fale {
    display: inline-block;
    height: 45px;
    line-height: 43px;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
    transition: all 0.4s ease-in-out;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-top: 20px;
    background-color: #2891fd;
    border: 2px solid #2891fd;
    font-weight: 500;
    color: #fff;
}

.btn-orcamento-fale:hover {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.fade-out-bck {
	-webkit-animation: fade-out-bck 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: fade-out-bck 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes fade-out-bck {
    0% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-80px);
                transform: translateZ(-80px);
        opacity: 0;
    }
}
@keyframes fade-out-bck {
    0% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-80px);
                transform: translateZ(-80px);
        opacity: 0;
    }
}

.scale-in-ver-center {
	-webkit-animation: scale-in-ver-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: scale-in-ver-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-ver-center {
    0% {
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
      opacity: 1;
    }
}
  @keyframes scale-in-ver-center {
    0% {
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
      opacity: 1;
    }
}

.slide-in-bottom {
	-webkit-animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/* ----------------------------------------------
 * Generated by Animista on 2019-2-20 15:54:38
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(1000px);
              transform: translateY(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(1000px);
              transform: translateY(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
}
  
.scale-out-vertical {
	-webkit-animation: scale-out-vertical 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: scale-out-vertical 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-2-20 16:35:37
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-out-vertical
 * ----------------------------------------
 */
 @-webkit-keyframes scale-out-vertical {
    0% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      opacity: 1;
    }
  }
  @keyframes scale-out-vertical {
    0% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      opacity: 1;
    }
}
  
.slide-out-bottom {
	-webkit-animation: slide-out-bottom 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: slide-out-bottom 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-out-bottom {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(1000px);
              transform: translateY(1000px);
      opacity: 0;
    }
}
@keyframes slide-out-bottom {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(1000px);
              transform: translateY(1000px);
      opacity: 0;
    }
}
  

/*  Modal */
.contatos-dol-modal li {
    padding: 10px 0;
}

.contatos-dol-modal li a {
    font-family: 'Google Sans' !important;
    color: #104098;
}

.contatos-dol-modal li a img {
    height: 25px;
    position: relative;
    top: 6px;
    margin-right: 10px;
}

.contatos-dol-modal:first-child li {
    padding-top: 0 !important;
}

.modal-fale {
    border-radius: 15px;
}

.modal-fale h4 {
    font-family: 'Google Sans' !important;
    color: #104098;
    font-weight: 600;
}

.modal-fale h5 {
    font-family: 'Google Sans' !important;
    color: #104098;
}

.modal-fale p {
    font-family: 'Google Sans' !important;
    color: #104098;
}

@media only screen and (max-width: 1680px) {
    .content-result-orcamento h5 {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 1600px) {
    .content-enzo-orcamento div img {
        width: 75%;
    }
    .btn-orcamento-fale {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1536px) {
    .btn-orcamento-fale {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1440px) {
    .enzo-orcamento {
        top: 56px;
        height: 330px;
    }
    .title-header-orcamento {
        left: 35% !important;
    }
    .title-header-orcamento h1 {
        font-size: 3.9rem;
    }
}

@media only screen and (max-width: 1280px) {
    .position-card-form .card {
        width: 90%;
    }
    .enzo-orcamento {
        left: 135px;
    }
}

@media only screen and (max-width: 1024px) {
    .title-header-orcamento {
        left: 40% !important;
    }
    .enzo-orcamento {
        left: 104px;
        height: 310px;
        top: 74px;
    }
    .content-result-orcamento p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 992px) {
    .title-header-orcamento {
        top: 10%;
        left: 6% !important;
        width: 87% !important;
    }
    .enzo-orcamento {
        display: none;
    }
    .position-card-form {
        margin-top: -420px;
    }
    .col-resultado {
        display: none;
    }
    .content-enzo-orcamento {
        display: none;
    }
    .title-form-default {
        font-size: 1.80rem;
    }
    .title-form-margin {
        margin: .82rem 0 .656rem 0 !important;
    }
    .position-card-form .card {
        height: auto;
    }
    .content-result-orcamento p span {
        font-size: 55px;
    }
    .content-result-orcamento p b {
        font-size: 55px;
    }
    .content-result-orcamento {
        padding: 28px;
    }
    .content-result-orcamento h5 {
        font-size: 1.4rem;
    }
    .content-result-orcamento p {
        font-size: 15px;
        margin: 10px 0;
    }
    .content-btn-novo-orcamento {
        width: 90%;
        margin: 0 auto;
        position: relative;
        display: none;
        opacity: 0;
    }
    .content-btn-novo-orcamento a {
        display: inline-block;
        background: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 10px 20px;
        font-weight: 600;
        line-height: 25px;
        color: #1e63ab
    }
    .result-loader div div {
        width: 120px;
        height: 120px;
    }
    .result-loader div div img {
        width: 55%;
    }
    .container-orcamento {
        background-size: 200%;
    }
    .col-sobre-valores h5 {
        font-size: 1.2rem;
        line-height: 30px;
        padding-right: 5%;
    }
    .contatos-dol li {
        padding: 10px 20px;
    }
    .modal-fale h4 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 600px) {
    .col-sobre-valores h5 {
        font-size: 1.1rem;
        margin: 1.82rem 0 0.656rem 0;
        line-height: 25px;
    }
    .container-orcamento {
        background-size: 400%;
    }
    .modal-fale h4 {
        font-size: 1.7rem;
    }
    .position-card-form {
        margin-top: -460px;
    }
}

@media only screen and (max-width: 465px) {
    .title-form-margin {
        margin: 30px 0 !important;
        margin-top: 20px !important;
    }
    .card-content-orcamento {
        padding: 27px 24px !important;
    }
}

@media only screen and (max-width: 450px) {
    .content-result-orcamento h5 {
        font-size: 1.4rem;
    }
    .content-result-orcamento p b {
        font-size: 45px;
    }
    .content-result-orcamento p span {
        font-size: 45px;
    }
    .title-result-orcamento {
        font-size: 1.7rem !important;
    }
    .content-result-orcamento p {
        font-size: 14px;
    }
    .btn-orcamento-fale {
        font-size: 13px;
    }
    .btn-orcamento {
        font-size: 13px;
    }
    .content-result-orcamento {
        padding: 20px;
    }
}


@media only screen and (max-width: 420px) {
    .title-header-orcamento h1 {
        font-size: 3.3rem;
    }
    .title-header-orcamento {
        left: 5% !important;
        width: 90% !important;
    }
    .title-form-default {
        font-size: 1.60rem;
    }
    .card-content-orcamento {
        padding: 27px 10px !important;
    }
    .title-sobre-valores {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 390px) {
    .btn-orcamento-fale {
        font-size: 11px;
        padding: 0 1.5rem;
    }
}

@media only screen and (max-width: 380px) {
    .contatos-dol-modal li a {
        font-size: 13px;
    }
    .contatos-dol-modal li a img {
        height: 23px;
        margin-right: 8px;
    }
    .modal-fale .modal-content {
        padding: 24px 10px !important;
    }
    .btn-orcamento-fale {
        font-size: 11px;
        padding: 0 1.5rem;
    }
}

@media only screen and (max-width: 370px) {
    .position-card-form .card {
        width: 95%;
    }
    .content-btn-novo-orcamento {
        width: 95%;
    }
    .col-sobre-valores h5 {
        font-size: 1rem;
    }
    .container-sobre-valores {
        width: 93%;
    }
}

@media only screen and (max-width: 340px) {
    .title-header-orcamento h1 {
        font-size: 3rem;
    }
    .title-result-orcamento {
        font-size: 1.5rem !important;
    }
    .card-content-orcamento {
        padding: 48px 10px !important;
    }
    .modal-fale {
        width: 90% !important;
    }
}

@media only screen and (max-width: 320px) {
    .title-form-default {
        font-size: 1.40rem;
    }
}