@keyframes down_icon_bounce {
    0% {
        bottom: 20px;
    }

    50% {
        bottom: 40px;
    }

    100% {
        bottom: 20px;
    }
}

@keyframes loading_turning {
    0% {
        opacity: 1;
        top: 45%;
    }

    25% {
        top: 44%;
    }

    99% {
        opacity: 0;
        top: 60%;
    }

    100% {
        opacity: 1;
        top: 45%;
    }
}

@keyframes shine {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.b {
    font-weight: 600;
}

.font-12 {
    font-size: 12pt !important;
}

.invisible {
    display: none;
}

.no-scroll {
    overflow: hidden;
}

.no-margin {
    margin: 0 !important;
}

.center {
    text-align: center;
}

.hide {
    display: none !important;
}

.subtitle-text {
    font-size: 14pt;
  font-family: "Raleway";
  font-weight: bold;
  color: #962285;
  height: 5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 95%;
}

#cabecalho {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    font-size: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

#logo_topo {
    width: 20%;
    height: 80px;
    display: inline-block;
    text-align: center;
}

#logo_topo img {
    max-width: 100%;
    height: 60px;
    margin: 10px 0;
}

.menu_icon {
    font-size: 20pt;
    line-height: 80px;
    width: 80px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #962285;
    display: none;
    opacity: 0;
    -webkit-transition: opacity linear 0.3s;
    -moz-transition: opacity linear 0.3s;
    -ms-transition: opacity linear 0.3s;
    -o-transition: opacity linear 0.3s;
    transition: opacity linear 0.3s;
}

.menu_icon.visible {
    opacity: 1;
}

#menu_topo {
    width: 80%;
    height: 80px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

#menu_topo > li {
    display: inline-block;
}

#menu_topo > li > a {
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    font-size: 12pt;
    color: #962285;
    display: inline-block;
    text-decoration: none;
    font-family: "Raleway";
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
}

#menu_topo > li > a:hover {
    color: #fff;
    background-color: #962285;
}

#secao_inicio {
    width: 100%;
    height: calc(100vh - 80px);
    margin-top: 80px;
    background-image: url(../img/bg_home.jpg);
    background-size: cover;
    background-position: center 65%;
    background-repeat: no-repeat;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

#logo_home {
    width: 25vw;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 6;
}

/* #secao_inicio.gray_filter {
    filter: grayscale(1);
} */

.overlay {
    background: linear-gradient(to top, rgb(150, 34, 133), 40%,rgba(150, 34, 133,0));
    z-index: 5;
}

.overlay.full_overlay {
    width: 100%;
    height: 100%;
    position: relative;
}

#down_icon_home {
    color: #fffef5;
    z-index: 6;
    font-size: 24pt;
    position: absolute;
    bottom: 20px;
    left: 50%;
    animation-name: down_icon_bounce;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#secao_diarista, #secao_areas, #secao_contato, #secao_reviews {
    padding-top: 80px;
    min-height: calc(100vh - 60px);
    width: 100%;
}

#secao_diarista {
    background-color: #962285;
}

#secao_diarista .title_section p {
    color: #fff;
}

#secao_contato {
    padding-bottom: 40px;
}

.container {
    width: 70vw !important;
    position: relative;
    margin: 0 15vw;
}

.section_site.contained_section {
    width: 70vw !important;
    margin: 0 15vw;
    position: relative;
}

.section_site .title_section {
    width: 100%;
    height: 80px;
}

.section_site .title_section p {
    font-family: "Raleway";
    font-weight: 700;
    color: #962285;
    line-height: 80px;
    font-size: 26pt;
}

.title_section.lined::after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #962285, #fff);
    position: absolute;
    border-radius: 100px;
}

.cards {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 40px 0;
}

.cards .card {
    width: calc(20vw - 20px);
    height: auto;
    background: #fff;
    border-radius: 20px;
    display: inline-block;
    margin: 0 1vw;
    padding: 30px 10px;
    overflow: hidden;
    box-shadow: 0px 3px 8px 1px rgba(0,0,0,.3);
    vertical-align: top;
}

.card ul {
  display: inline-block;
}

.card ul li {
  font-family: "Open Sans";
  font-size: 13pt;
  padding: 5px;
  color: #222;
  text-align: left;
    display: block;
    position: relative;
}

.card ul li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #962285;
}

.card_title {
  font-family: "Raleway";
  font-size: 22pt;
  font-weight: 700;
  color: #962285;
}

.cards .card:last-child {
    margin-right: 0;
}

.cards .card:first-child {
    margin-left: 0;
}

.cards .card .card_text {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}

.cards .card .card_text p {
  font-family: "Open Sans";
  display: block;
  margin: 0;
  font-size: 13pt;
  color: #222;
  text-align: left;
  padding: 10px 30px;
  line-height: 120%;
}

p.align-c {
    text-align: center;
}

p.align-l {
    text-align: left;
}

.text_list {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 40px 0;
    font-size: 0;
}

.text_list .text_element {
    width: calc(67vw / 3);
    height: calc(67vw / 3);
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin: 0 0.5vw;
    margin-bottom: 1vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}

.text_list .text_element#area_trabalho {
    background-image: url(../img/bg_trabalho.jpg);
}

.text_list .text_element#area_civil {
    background-image: url(../img/bg_civil.jpg);
}

.text_list .text_element p {
    font-family: "Open Sans";
    font-size: 18pt;
    color: #fff;
    font-weight: 600;
    line-height: 120%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 7;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.text_list .text_element .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.text_list .text_element:hover .overlay {
    opacity: 0.5;
}

.text_list .text_element:hover p {
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.6);
}

.input_group {
    font-size: 0;
    position: relative;
}

#form_contato .input_group:nth-child(5) {
    margin-bottom: 15px;
}

#form_contato {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 40px;
    font-size: 0;
}

#form_contato label {
    font-family: "Open Sans";
    font-size: 12pt;
    color: #962285;
    padding: 10px 0;
    padding-bottom: 0;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;

}

#form_contato input[type=text] {
    margin: 10px 0;
    width: calc(100% - 20px);
    height: 20px;
    font-size: 11pt;
    padding: 5px 10px;
    vertical-align: middle;
    border: 1px solid #962285;
    color: #962285;
    font-family: "Open Sans";
    outline: none;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

#form_contato input[type=text]:focus {
    border-color: #d07dc3;
}

#form_contato textarea {
    margin: 10px 0;
    width: calc(100% - 20px);
    height: 100px;
    font-size: 11pt;
    padding: 5px 10px;
    vertical-align: middle;
    border: 1px solid #962285;
    color: #962285;
    font-family: "Open Sans";
    outline: none;
    resize: none;
}

#form_contato textarea:focus {
  border-color: #d07dc3;
}

#form_contato label.msg_label {
    vertical-align: top;
}

#ingrp_btns {
    text-align: right;
}

#btn_send, #btn_reset, #btn_send_whats {
    font-size: 12pt;
    font-family: "Open Sans";
    background: #962285;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    outline: none;
    border: 1px solid transparent;
    height: 36px;
    line-height: 36px;
    box-sizing: content-box;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

#btn_send:hover, #btn_reset:hover, #btn_send_whats:hover {
    border-color: #962285;
    color: #962285;
    background: transparent;
}

#btn_send:hover i, #btn_send_whats:hover i {
    color: #962285;
}

#btn_send, #btn_send_whats {
    margin-right: 10px;
}


#rodape {
    width: 100%;
    height: auto;
    background: #962285;
    font-size: 0;
}

#rodape a#marca_dev
, #rodape a#logo_rodape {
    display: inline-block;
  width: 50%;
  height: 60px;
  text-align: center;
  vertical-align: top;
}

#rodape a#marca_dev > img 
, #rodape a#logo_rodape > img {
    display: inline-block;
  max-height: 40px;
  max-width: 95%;
  margin: 10px 0;
  line-height: 60px;
}

#rodape #infos {
  height: auto;
  width: 100%;
  display: block;
  text-align: center;
  background: #b33ea1;
}

#rodape #infos p {
    font-size: 11pt;
  /* color: #79705f; */
  font-family: "Open Sans";
    padding: 17px 10px;
    display: inline-block;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    height: 100vh;
    width: 100vw;
    display: none;
}

.loading.waiting {
    display: block;
}

.loading .load_icon {
    font-size: 40pt;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(360deg) translate(-50%,-50%);
    -moz-transform: rotate(360deg) translate(-50%,-50%);
    -ms-transform: rotate(360deg) translate(-50%,-50%);
    -o-transform: rotate(360deg) translate(-50%,-50%);
    transform: rotate(360deg) translate(-50%,-50%);
    animation-name: loading_turning;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: 21;
    display: none;
}

.loading .loading_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(150, 34, 133,.7);
    display: none;
}

.loading.waiting .loading_overlay, .loading.waiting .load_icon {
    display: block;	
}

.modal_container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
    z-index: 20;
    background: rgba(150, 34, 133, 0.7);
    /* background: rgba(179, 164, 137, 0.7); */
}

.modal {
    width: 60vw;
    height: auto;
    position: absolute;
    top: 30px;
    left: 20vw;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
    margin-bottom: 30px;
    z-index: 21;
}

.modal .fechar_modal {
    font-size: 14pt;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    border-radius: 50%;
    width: 26px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 3px;
    color: #962285;
    cursor: pointer;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.modal .fechar_modal:hover {
    color: #962285;
}

.modal .modal_title i {
    font-size: 26pt;
    color: #962285;
    padding-left: 35px;
    display: inline-block;
}

.modal .modal_title p {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 23pt;
    text-align: left;
    padding: 30px 0;
    padding-left: 20px;
    color: #962285;
    display: inline-block;
}

.modal .modal_content {
    font-size: 0;
    width: 60vw;
    box-sizing: border-box;
}

/* .modal .modal_desc {
    width: 60vw;
    font-family: "Open Sans";
    font-size: 12pt;
    color: #737373;
    padding: 0 35px;
    box-sizing: border-box;
    line-height: 130%;
} */

.modal .modal_full {
    width: 100%;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 35px;
}

.modal .modal_left, .modal .modal_right {
    width: 50%;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.modal .modal_left {
    padding: 0 10px 0 35px;
}

.modal .modal_right {
    padding: 0 35px 0 10px;
}

.modal .modal_minor_title {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 14pt;
    padding: 10px 0;
    padding-top: 30px;
    color: #962285;
    display: inline-block;
    width: 100%;
    text-align: left;
}

/* .modal .modal_list li {
    font-family: "Open Sans";
    font-size: 12pt;
    color: #737373;
    padding: 5px 5px 5px 25px;
    position: relative;
    line-height: 130%;
} */

.modal .modal_list li::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #962285;
    position: absolute;
    top: 9.5px;
    left: 9px;
}

.modal .modal_list.sublist {
    display: block;
}

.modal .modal_list.sublist li::after {
    border-color: transparent transparent transparent #dccbad;
}

.section_content {
  width: 100%;
  position: relative;
  display: flex;
}

.half_content {
  text-align: center;
  padding: 20px;
}

.desk-half.mobile-full {
  width: 50%;
  height: auto;
  display: inline-block;
    font-size: 0;
    vertical-align: top;
}

.desk-full.mobile-full {
  width: 100%;
  height: auto;
  display: inline-block;
    font-size: 0;
    vertical-align: top;
}

.description {
  font-size: 13pt;
  font-family: "Raleway";
  color: #962285;
    text-align: center;
    margin-bottom: 10px;
}

.description b {
  font-weight: 600;
}

.description.minor-description {
    font-size: 10pt;
    font-style: italic;
}

.description.highlighted {
    display: inline-block;
    color: #fff;
    font-family: sans-serif;
    padding: 5px 7px;
    border-radius: 5px;
    background: linear-gradient(120deg, #962285, #c4256a, #962285);
    background-size: 200% 200%;
    animation: shine 3s ease-in-out infinite;
}

.section_subtitle {
  font-family: "Raleway";
  font-size: 16pt;
  font-weight: 700;
  color: #962285;
  text-align: center;
  padding: 10px 0;
}

.price_table {
  font-size: 15pt;
  font-family: "Open Sans";
  font-weight: 600;
  color: #962285;
  display: inline-block;
    border-radius: 30px;
    margin: 20px 0;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,.3);
    border-radius: 10px;
}

.price_table thead th {
  padding: 15px 30px;
  background: #962285;
    color: #fff;
}

.price_table tbody tr:first-child td:first-child {
  padding-top: 20px;
}

.price_table tbody tr:last-child td:last-child {
  padding-bottom: 20px;
}

.price_table tbody tr td {
  padding: 8px 0px;
    font-size: 13pt;
    min-width: 150px;
}

/* .price_table tbody tr:nth-child(2n+1) td {
    background: #f4e1f2;
}

.price_table tbody tr:nth-child(2n) td {
    background: #fdf5ff;
} */

.price_table thead tr th:first-child {
    border-radius: 10px 0 0 0;
}

.price_table thead tr th:last-child {
    border-radius: 0 10px 0 0;
}

.price_table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

.price_table tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

.half_content ul {
  display: inline-block;
  padding: 30px 0;
  width: 70%;
  line-height: 25px;
}

.half_content ul li {
  font-family: "Open Sans";
  font-size: 15pt;
  padding: 5px;
  color: #962285;
  text-align: left;
    display: block;
    position: relative;
}

.half_content ul li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #962285;
}

#infos a {
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
    font-size: 13pt;
    transition: all linear 0.1s;
}

#infos a:hover {
    color: #6f1a62;
}

#infos a span {
    vertical-align: middle;
}

#infos a i {
  font-size: 15pt;
  margin: 0 7px;
  vertical-align: middle;
}

.character_count {
  font-size: 14px;
  color: #000;
  position: absolute;
  bottom: -8px;
  right: 0;
  opacity: 0.3;
  font-family: "Open Sans";
}

.fecha_modal {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    background-color: #962285;
    color: #fff;
    font-size: 16pt;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    cursor: pointer;
    transition: all linear 0.1s;
}

.fecha_modal:hover {
    background-color: #b33ea1;
}

.container_modal_promos {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: none;
}

.container_modal_promos.visible {
    display: block;
}

.modal_promos_overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(53, 2, 46,.8);
}

#btn_send i, #btn_send_whats i {
    font-size: 20px;
    color: #fff;
    vertical-align: middle;
    padding: 0 5px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.captcha_group {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}

.img_banner_body {
    width: 100%;
  height: auto;
  display: block;
}

#menu_topo > li.item_catalogo > a {
    /* background: linear-gradient(45deg, #67155b, #c122aa); */
    background: -webkit-linear-gradient(45deg, #67155b, #c122aa);  
  background: -moz-linear-gradient(45deg, #67155b, #c122aa);  
  background: -o-linear-gradient(45deg, #67155b, #c122aa);  
  background: linear-gradient(45deg, #67155b, #c122aa);
    background-size: 200%;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.4px;
    -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

#menu_topo > li.item_catalogo > a:hover {
  background-position: 100%;
}

.results_table {
  width: 100%;
}

.results_table td {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.results_table tr {
  display: flex;
  align-items: center;
  justify-content: center;
}

.results_table td img {
  max-width: 100%;
  position: relative;
  max-height: 70vh;
  border-radius: 5px;
}

.img_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.img_review {
    width: 65vw;
    height: 50vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #efe6dd;
    border-radius: 5px;
}

.img_grid_controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-50%);
}

.img_grid_controls i {
    font-size: 58pt;
    color: #962285;
    opacity: .5;
    cursor: pointer;
    transition: all linear 0.2s;
}

.img_grid_controls i:hover, .img_grid_controls i:focus {
    opacity: 1;
}

.section_site .title_section.title-small {
    padding-top: 30px;
}

.section_site .title_section.title-small p {
    line-height: 100%;
}

@media screen and (min-width: 901px) {
    .modal_promos {
        max-width: 70vw;
        position: fixed;
        top: 50%;
        left: 50%;
        height: 85vh;
        font-size: 0;
        display: flex;
        flex-direction: row;
        transform: translate(-50%,-50%);
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 20%);
        z-index: 21;
    }

    .modal_promos .desk-half.mobile-full {
        width: 50%;
        height: auto;
        font-size: 0;
        align-self: center;
        text-align: center;
        vertical-align: middle;
    }

    .modal_promos .desk-half img {
        max-width: 95%;
        display: inline-block;
        max-height: 85vh;
        vertical-align: middle;
    }

    .modal_promos .desk-full.mobile-full {
        width: 100%;
        height: auto;
        font-size: 0;
        align-self: center;
        text-align: center;
        vertical-align: middle;
    }

    .modal_promos .desk-full img {
        max-width: 95%;
        display: inline-block;
        max-height: 75vh;
        vertical-align: middle;
    }
}

@media screen and (max-width: 1300px) {
    #btn_send, #btn_send_whats, #btn_reset {
        display: block;
        text-align: center;
        margin: 10px 0;
        margin-right: 0px;
        width: 100%;
        padding: 0;
    }

    .section_site#secao_areas .title_section p {
      font-size: 22pt !important;
      line-height: 120%;
      padding-top: 30px;
    }
}

@media screen and (max-width: 900px) {
    .section_site#secao_areas .title_section p {
      font-size: 15pt !important;
      line-height: 120%;
      padding-top: 30px;
    }

    .subtitle-text {
        font-size: 12pt;
    }

    .fecha_modal {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 2px;
        right: 2px;
        background-color: #962285;
        color: #fff;
        font-size: 11pt;
        border-radius: 50%;
        text-align: center;
        vertical-align: middle;
        line-height: 20px;
        cursor: pointer;
        transition: all linear 0.1s;
    }

    .modal_promos {
        width: 70vw;
        position: fixed;
        top: 50%;
        left: 50%;
        max-height: 85vh;
        height: auto;
        font-size: 0;
        display: flex;
        flex-direction: column;
        transform: translate(-50%,-50%);
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 20%);
        z-index: 21;
        overflow-y: auto;
        padding: 10px 0;
        overflow-x: hidden;
        padding-top: 25px;
    }

    .modal_promos .desk-half.mobile-full {
        width: 90% !important;
        height: auto;
        font-size: 0;
        align-self: center;
        text-align: center;
        vertical-align: middle;
    }

    .modal_promos .desk-half img {
        max-width: 95%;
        display: inline-block;
        /* max-height: 80vh; */
        vertical-align: middle;
        margin-bottom: 10px;
    }

    .modal_promos .desk-full.mobile-full {
        width: 90% !important;
        height: auto;
        font-size: 0;
        align-self: center;
        text-align: center;
        vertical-align: middle;
    }

    .modal_promos .desk-full img {
        max-width: 95%;
        display: inline-block;
        /* max-height: 80vh; */
        vertical-align: middle;
        margin-bottom: 10px;
    }

    .modal_promos .desk-half:last-child img {
        margin-bottom: 0 !important;
    }

    .price_table {
        margin-bottom: 30px !important;
    }
    #form_contato {
        padding-top: 0;
    }

    #logo_topo {
        text-align: left !important;
        padding-left: 60px !important;
    }

    .cards .card {
        width: calc(68vw - 20px);
        position: relative;
        margin-bottom: 50px;
    }

    .cards .card:last-child {
        margin-bottom: 0;
    }

    .desk-half.mobile-full {
        width: 100% !important;
        display: block !important;
    }

    .section_content {
        display: block !important;
    }

    .half_content ul {
        padding: 0px 0 !important;
    }

    .menu_icon {
        display: block;
    }

    #menu_topo {
        width: 100vw;
        height: calc(100vh - 60px);
        display: block;
        background: linear-gradient(to bottom, rgba(255,255,255,1), 85%,rgba(255,255,255,0.5));
        text-align: left;
        position: fixed;
        right: -100vw;
        opacity: 0;
    }

    #menu_topo.aberto {
        right: 0;
        opacity: 1;
    }

    #menu_topo > li {
        display: block;
        width: 100%;
        height: 60px;
        position: relative;
    }

    #menu_topo > li > a {
        height: 60px;
        width: 100%;
        line-height: 60px;
        padding: 0 20px;
        padding-left: 30vw;
        font-size: 12pt;
        color: #962285;
        display: inline-block;
        text-decoration: none;
        font-family: "Raleway";
        -webkit-transition: color linear 0.1s;
        -moz-transition: color linear 0.1s;
        -ms-transition: color linear 0.1s;
        -o-transition: color linear 0.1s;
        transition: color linear 0.1s;
    }
}

@media screen and (max-width: 700px) {
    .subtitle-text {
        font-size: 10pt;
    }

    #logo_home {
        width: 45vw;
    }

    .text_list .text_element {
        width: 50vw;
        height: 50vw;
        display: inline-block;
        overflow: hidden;
        text-align: center;
        margin: 0 10vw;
        margin-bottom: 2vw;
    }

    #form_contato {
        width: 100%;
    }

    #form_contato label {
        width: 100%;
        text-align: left;
        padding-bottom: 0;
    }

    #form_contato input[type=text], #form_contato textarea {
        width: calc(100% - 20px);
    }

    #logo_topo {
        width: calc(100vw - 80px);
    }

    .modal .modal_left, .modal .modal_right {
        width: 100%;
        padding: 0 35px !important;
    }

    .modal .modal_title p {
        padding-bottom: 20px;
        padding-left: 10px;
        font-size: 15.5pt;
    }

    .modal .modal_title i {
        padding: 0 0 !important;
        font-size: 15.5pt;
    }

    .modal .modal_title {
        padding: 0 20px;
        text-align: center;
    }

    .modal .modal_list li {
        font-size: 11.5pt;
    }

    .modal .modal_minor_title {
        font-size: 13pt;
        padding-top: 20px;
    }

    .modal .modal_desc {
        font-size: 11.5pt;
    }

    .modal, .modal .modal_desc, .modal .modal_content {
        width: 70vw;
    }

    .modal {
        left: 15vw;
    }

    #rodape #infos p {
        display: block;
        padding: 5px 10px;
    }

    #rodape #infos p:first-child {
        padding-top: 17px;
    }

    #rodape #infos p:last-child {
        padding-bottom: 17px;
    }
}

@media screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    /* .subtitle-text {
        font-size: 8pt;
    } */

    .price_table {
        font-size: 13pt !important;
    }

    .price_table thead th {
        padding: 15px !important;
    }

    .price_table tbody tr td {
        min-width: 120px !important;
    }

    .hide-on-small-only {
        display: none !important;
    }
}

@media screen and (max-width: 500px) {
    /* .modal, .modal .modal_desc, .modal .modal_content {
        width: 80vw;
    }

    .modal {
        left: 10vw;
    } */

    .section_site .title_section p {
        font-size: 22pt !important;
    }

    .section_subtitle {
        font-size: 14pt !important;
    }
}