body:not(.template-slider) #Header_wrapper {
    background-image: url(../cs-img/banner.jpg);
    background-size:  cover;
}

#Header .top_bar_left,
.header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar,
.header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu,
.sticky-tb-color #Top_bar.is-sticky,
#Footer .footer_copy {
    /*background-color: #c70d11;*/
   background: linear-gradient(#e16268 15%, #92252a 85%);
}

#Top_bar .menu > li ul {
    background-color: #c70d11;
}

#Top_bar:not(.is-sticky) {
    /*border-bottom: 1px solid #c70d11;*/
    border: none;
}


#Top_bar .menu > li ul li a {
    color: #ffffff;
}

#Top_bar .menu > li ul li a:hover, #Top_bar .menu > li ul li.hover > a {
    color: #c70d11;
}

#Top_bar .menu > li > a, #Top_bar #menu ul li.submenu .menu-toggle {
    color: #fff !important;
}

#Top_bar .menu > li ul li a:hover, #Top_bar .menu > li ul li.hover > a {
    text-decoration: none;
    background:      rgba(255, 255, 255, 0.76);
}

#Top_bar .menu li ul li:hover {
    background-color: white;
}

#Top_bar .menu > li a:after {
    background: #ffffff;
}

#Top_bar .menu li ul li a .menu-arrow {
    position:  absolute;
    right:     7px;
    top:       11px;
    font-size: 12px;
    color:     rgba(255, 255, 255, 0.35);
}

/*#Top_bar .menu > li > a span:not(.description) {*/
/*    border-right-width: 2px !important;*/
/*    border-style:       solid;*/
/*    border-color:       rgba(255, 255, 255, 0.05);*/
/*}*/

.cs-name {
    color:     white;
    font-size: 20px;
}

.cs-ul-ficheiros {
    list-style: inside;
    color:      #353535;
}

@media only screen and (max-width: 767px) {
    #Top_bar .logo #logo img {
        padding-right: 15px;
    }
}

#Top_bar .logo {
    /*float:  left !important;*/
    /*margin: 0 !important;*/
}

@media only screen and (min-width: 768px) {
    #Top_bar.is-sticky {
        height: 95px;
    }
}

@media only screen and (min-width: 1240px) {
    #Top_bar.is-sticky #logo img {
        max-height: 80px;
        width:      auto !important;
    }
}

@media only screen and (min-width: 768px) {
    #Top_bar.is-sticky .menu_wrapper {
        clear:      none;
        margin-top: 18px !important;
    }
}

.cs-conteudo-class1 {
    padding: 20px 2% 10px;
}

.cs-conteudo-img-class1 {
    margin-top: 50px
}

.cs-conteudo-img-class2 {
    margin-top: -50px
}

.cs-h-conteudo {
    text-align:    center;
    margin-bottom: 5px;
}

.entry-content .table td {
    border: none;
}

.cs-border {
    border-bottom:  5px solid #c70d11;
    padding-bottom: 10px;
    display:        inline-block;
}

.cs-shadow {
    box-shadow: 0 3px 5px 5px rgba(0, 0, 0, 0.1);
}

.cs-themecolor {
    color: #c70d11;
}

.cs-color span {
    border-bottom: 1px solid black;
}

#Subheader {
    padding:          75px;
    background-color: rgba(247, 247, 247, 0.8) !important;
    background-position: center center;

}

#Content {
    /*padding-top: 75px !important;*/
}

.custom-shadow {
    width:              65% !important;
    background-color:   #ffffffc4;
    padding:            30px;
    -webkit-box-shadow: 0px 0px 9px 1px rgba(219, 219, 219, 1);
    -moz-box-shadow:    0px 0px 9px 1px rgba(219, 219, 219, 1);
    box-shadow:         0px 0px 9px 1px rgba(219, 219, 219, 1);
}

#Subheader .title {
    font-style:   initial;
    font-variant: all-small-caps;
}

#Top_bar .menu > li > a span {
    text-transform: uppercase;
}

.cs-bg-color {
    background-color: #000000 !important;
}

.cs-bg-banner {
    background-color:        #ffffff;
    background-image:        linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.9)), url(../cs-img/banner.jpg);
    background-repeat:       no-repeat;
    background-position:     center;
    background-attachment:   scroll;
    background-size:         contain;
    -webkit-background-size: contain
}

.cs-border-radius {
    border-radius: 10px;
}

.text-white {
    color: white !important;
}

.bg-white {
    background-color: white !important;
}

.tparrows {
    background-color: #c70d11 !important;
}

.pull-right {
    float: right !important;
}

#Footer .footer_copy {
    border-top: none !important;
}

#Footer .footer_copy .one {
    padding-top: 15px !important;
}

.portfolio_group.flat .portfolio-item {
    width:   22% !important;
    padding: 0 5px !important;
}

#Side_slide {
    background-color: #fff;
    border-color:     #fff;
}

#Side_slide #menu ul li.current-menu-item > a, #Side_slide #menu ul li.current_page_item > a,
#Side_slide #menu ul li.current-menu-parent > a, #Side_slide #menu ul li.current-page-parent > a,
#Side_slide #menu ul li.current-menu-ancestor > a, #Side_slide #menu ul li.current-page-ancestor > a,
#Side_slide #menu ul li.current_page_ancestor > a, #Side_slide #menu ul li.hover > a,
#Side_slide #menu ul li:hover > a {
    color: black;
}

#Footer .footer_copy a#back_to_top :before {
    color: white;
}

#Footer {
    bottom:   0;
    position: relative;
    left:     0;
    right:    0;
}

#Wrapper {
    -webkit-box-shadow: none !important;
    box-shadow:         none !important;
}

@media only screen and (max-width: 767px) {
    #Top_bar {
        background-color: #fff !important;
    }

    .cs-name {
        font-size: 12px !important;
    }

    .portfolio_group.flat .portfolio-item {
        width:   100% !important;
        padding: 5px 0 !important;
    }

    .minimalist-header-no #Subheader {
        padding: 45px 0 !important;
    }

    .tparrows {
        width:  15px !important;
        height: 15px !important;
    }

    .tparrows:before {
        font-size:   5px !important;
        line-height: 15px !important;
    }

    #logo img.scale-with-grid, #logo img {
        max-width: 65%;
    }

    .cs-conteudo-logo {
        background-position:     80% 56% !important;
        -webkit-background-size: 17% 10% !important;
    }
}

#Footer .widgets_wrapper {
    padding:          25px 0;
    color:            black;
}

.footer-copy-center #Footer .footer_copy .copyright{
    color:white;
}

.column-margin-30px .column {
    margin-bottom: 15px !important;
}

#Content .content_wrapper {
    padding: 15px 0 25px 0;
}

.cs-ul-ficheiros-grid {
    list-style: none1;
}

.cs-box-file {
    border:  0.2px dotted #c70d11;
    padding: 25px 10px;
    margin:  15px 0;
}

.cs-box-file:hover {
    background-color: #c70d11;
}

.cs-box-file a,
.cs-box-file a:visited,
.cs-box-file a:focus {
    color:           black;
    outline:         none;
    text-decoration: none;
}

.cs-box-file a:hover,
.cs-box-file:hover a {
    color: white;
}

.cs-box-file span {
    font-size:      30px;
    line-height:    40px;
    font-weight:    700;
    letter-spacing: 0px;
}

.cs-box-file img {
    max-width:      3% !important;
    vertical-align: middle;
    float:          left;
    padding:        0 15px;
}

.cs-box-file button {
    float:            right;
    background-color: #c70d11;
    font-size:        medium;
    text-transform:   uppercase;
}

.cs-box-file:hover button {
    background-color: white;
    color:            #c70d11;
}

.cs-color {
    color: #c70d11 !important;
}

.text-center {
    text-align: center;
}

.section-post-related .post-related .image_frame {
    margin-left: 0px !important;
}

.section-post-related .section-related-adjustment {
    border: none;
}

.custom-shadow-index-contacto {
    background-color:   #fffffff2;
    padding:            30px;
    -webkit-box-shadow: 0px 0px 9px 1px rgba(219, 219, 219, 1);
    -moz-box-shadow:    0px 0px 9px 1px rgba(219, 219, 219, 1);
    box-shadow:         0px 0px 9px 1px rgba(219, 219, 219, 1);
}

.cs-line-theme {
    display:    block;
    width:      20%;
    height:     5px;
    background: #c70d11;
    margin:     0 auto;
}

.cs-background-overlay-white {
    background-color: rgba(255, 255, 255, 0.67) !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-t-100 {
    padding-top: 100px !important;
}

.p-b-100 {
    padding-bottom: 100px !important;
}

.p-t-150 {
    padding-top: 150px !important;
}

.p-b-150 {
    padding-bottom: 150px !important;
}

.logo-footer {
    max-height: 150px;
    float:      left;
    margin:     10px 35px 10px;
}

.cs-contact-footer {
    text-align: left;
    float:      right;
}

.image_frame {
    border: none;
}

.cs-text-upper {
    text-transform: uppercase;
}

.cs-bg-color-img {
    padding-top: 50px;
    padding-bottom: 0px;
    background-image: url(../cs-img/sectionbg1.png);
    background-repeat: repeat-y;
    background-position: center top
}

.cs-bg-color-img-right {
    padding-top: 50px;
    padding-bottom: 0px;
    background-image: url(../cs-img/sectionbg2.png);
    background-repeat: repeat-y;
    background-position: center top
}

.cs-tag{
    border: 1px solid #c70d11;
    border-radius: 25px;
    display: inline;
    padding: 15px;
    margin: 25px;
    background-color: #c70d11;
    color: white;
}

.cs-contact-form{
    background-color:#7bab81;
    padding:80px 15% 40px;
    border-radius: 8px
}

#Subheader h4 span{
    padding-left: 15px;
}


.cs-box-file-grid {
    border:  0.2px dotted #c70d11;
    padding: 25px 10px;
    margin:  15px 0;
}

.cs-box-file-grid:hover {
    background-color: #c70d11;
}

.cs-box-file-grid a,
.cs-box-file-grid a:visited,
.cs-box-file-grid a:focus {
    color:           black;
    outline:         none;
    text-decoration: none;
}

.cs-box-file-grid a:hover,
.cs-box-file-grid:hover a {
    color: white;
}

.cs-box-file-grid span {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 0px;
}

.cs-box-file-grid img {
    max-width:      15% !important;
    vertical-align: middle;
    float:          left;
    padding:        0 15px;
}

.cs-box-file-grid button {
    float:            right;
    background-color: #c70d11;
    font-size:        medium;
    text-transform:   uppercase;
}

.cs-box-file-grid:hover button {
    background-color: white;
    color:            #c70d11;
}

.tr-menu.header-split #menu nav li a {
    color:black;
}

.tp-bgimg.defaultimg{
    background-color: rgba(255,255,255,1) !important;
}

ul.sub-menu li{
    text-align: left;
}

.Latest_news ul li .photo.border-radius{
    border-radius: 10px;
}

a#back_to_top.button.button_js, #popup_contact>a.button {
    color: #c91518;
    background: #c91518;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.Latest_news.featured ul.ul-first li .photo {
    border-color: #c91518;
}

.Latest_news ul li .photo, .Recent_posts.blog_news ul li .photo, .style-simple .opening_hours .opening_hours_wrapper li label, .style-simple .timeline_items li:hover h3, .style-simple .timeline_items li:nth-child(even):hover h3, .style-simple .timeline_items li:hover .desc, .style-simple .timeline_items li:nth-child(even):hover, .style-simple .offer_thumb .slider_pagination a.selected {
    border-color: #c70d11;
}

/*#region FORMULÁRIO */
:root {
  --light: #F5F5F5;
  --dark: #212529;
  --theme-lightest: #fceded;
  --theme-lighter: #e5bdbd;
  --theme-light: #bf3636;
  --theme-mid: #ac3030;
  --theme-dark: #620b0b;
  --theme-darker: #a52e2e;
  --theme-darkest-50: hsla(0, 61%, 31%, 0.733);
  --theme-valid-light: #CFFBD7;
  --theme-valid-focus: #B1CDBE;
  /* 639A6F <- 6º midpoint -> F2F8FF */
  --theme-valid-check: #639A6F;
  --theme-valid-border: #59F36E;
  --theme-error: #f7352b;
  --theme-error-25: #FF453A40;
}
/* FONTS */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/sourcesanspro/source-sans-pro-v18-latin-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/sourcesanspro/source-sans-pro-v18-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/sourcesanspro/source-sans-pro-v18-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/sourcesanspro/source-sans-pro-v18-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/sourcesanspro/source-sans-pro-v18-latin-900.woff2') format('woff2');
}
.bg-light {
  background-color: var(--light);
}
.bg-light-blue {
  background-color: var(--theme-light);
}
.bg-mid-blue {
  background-color: var(--theme-mid);
}
.bg-dark-blue {
  background-color: var(--theme-dark);
}
.clr-light {
  color: var(--light);
}
.clr-light-blue {
  color: var(--theme-light);
}
.clr-mid-blue {
  color: var(--theme-mid);
}
.clr-dark-blue {
  color: var(--theme-dark);
}
.form-wrapper {
  width: 100vw;
  height: 100vh;
  /* overflow: auto; */
  display: flex;
  align-items: stretch;
  position: relative;
  font-family: 'Source Sans Pro', 'Roboto', 'Lato', sans-serif;
}
.left-pane {
  display: flex;
  position: fixed;
  pointer-events: none;
  min-width: 39.16%;
  width: 39.16%;
  height: 100vh;
  padding: 40px;
  z-index: 1;
  box-sizing: border-box;
  /*background-color: #830D0D;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='310' height='310' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23AE2A22' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23BA2D24'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");*/
  background-color: #83201E;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23A92A27' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23B02B28'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
}


.left-pane > button {
  pointer-events: all;
  font-family: 'Source Sans Pro';
  color: var(--light);
  background-color: transparent;
  height: auto;
  position: absolute;
  margin: 0px;
  transition: color 0.3s ease;
}
.left-pane > button:hover {
  background-color: #ffffff0c;
  text-shadow: 0px 0px 2px white;
  transition: background-color 0.15s ease, text-shadow 0.15s ease;
}
.left-pane > button > span {
  font-size: 16px;
}
.left-pane > button > i {
  margin-right: 10px;
}
.left-pane > button::after {
  background-color: transparent;
  transition: none;
}
.left-pane .content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* height: -webkit-fill-available; */
}
.left-pane .content img {
  width: 40%;
  filter: drop-shadow(0px 4px 6px #1d3041ab);
}
.left-pane .content .content-text {
  width: 90% !important;
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
  color: var(--light) !important;
  margin: 50px 0px 0px 0px !important;
}
.right-pane {
  flex: 1;
  width: auto;
  margin-left: 39.16%;
  /* height: 100%; */
  padding: 40px;
  background-color: white;
  box-sizing: border-box;
  overflow-y: auto;
}
.right-pane .content {
  max-width: 70%;
}
@media only screen and (max-width: 1240px) {
  .right-pane .content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .form-wrapper {
    flex-flow: column;
    overflow-y: auto;
    background-color: #830D0D;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='251' height='251' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23969696' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23969696'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
    z-index: 1;
    background-size: cover;
    padding: 20px;
    box-sizing: border-box;
  }
  .form-wrapper .left-pane {
    position: relative;
    min-width: 100%;
    width: 100%;
    height: auto;
    background: none;
    box-shadow: none;
    background-color: var(--theme-darkest-50);
    border-radius: 5px 5px 0px 0px;
    padding-bottom: 10px;
  }
  .form-wrapper .left-pane .content img {
    width: 40%;
  }
  .form-wrapper .left-pane .content .content-text {
    color: var(--light);
  }
  .form-wrapper .right-pane {
    margin-left: 0;
    overflow-y: visible;
    background: none;
    padding: 0px;
  }
  .form-wrapper .right-pane .content {
    padding: 15px;
    margin-top: 0px;
    background-color: var(--theme-darkest-50);
    border-radius: 0px 0px 5px 5px;
  }
}
.right-pane .content form *:not(i) {
  font-family: 'Source Sans Pro', 'Roboto', 'Lato', sans-serif;
}
.right-pane .content form .form-input,
.right-pane .content form .form-group-row {
  margin-top: 20px;
  color: var(--theme-light);
  position: relative;
}
.right-pane .content form .form-input:first-of-type {
  margin-top: 0px !important;
}
.right-pane .content form .form-group-row {
  display: flex;
}
.right-pane .content form .form-input.phone {
  margin-right: 50px;
  flex: 1;
  max-width: 33%;
}
.right-pane .content form .form-input.email {
  flex: 1;
  margin-top: 0px;
}
@media only screen and (max-width: 700px) {
  .right-pane .content form .form-group-row {
    display: block;
  }
  .right-pane .content form .form-input {
    color: var(--theme-lighter);
  }
  .right-pane .content form .form-input.phone {
    margin-right: 0px;
    flex: 0;
    max-width: 100%;
  }
  .right-pane .content form .form-input.email {
    flex: 0;
    margin-top: 30px;
  }
}
.right-pane .content form .form-input label {
  font-weight: 600;
  font-size: 14px;
  display: initial;
  margin-left: 10px;
}
.right-pane .content form .form-input label small {
  font-size: 12px;
  font-weight: 400;
}
.right-pane .content form .form-input input {
  height: 36px;
}
.right-pane .content form .form-input input,
.right-pane .content form .form-input textarea {
  border: 1px solid var(--theme-light);
  background-color: #FFFFFF;
  border-radius: 3px;
  color: var(--dark);
  font-size: 14px !important;
  line-height: 1;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.right-pane .content form .form-input i,
.right-pane .content form .form-input label {
  transition: border-color 0.2s ease, color 0.2s ease;
}
.right-pane .content form .form-input textarea {
  height: 140px;
}
.right-pane .content form .form-input input::placeholder,
.right-pane .content form .form-input textarea::placeholder {
  color: #C4C4C4;
}
.right-pane .content form .form-input .btn-submit {
  font-size: 16px !important;
  font-weight: 600;
  width: 200px;
  color: var(--light);
  background-color: var(--theme-mid);
  border: none;
  border-radius: 7px;
  margin: 0px;
  height: 40px;
  box-shadow: 0px 2px 5px 0px #00000040;
  transition: background-color 0.2s ease;
}
.right-pane .content form .form-input .btn-submit::after {
  transition: none;
}
.right-pane .content form .btn-submit:hover {
  background-color: var(--theme-light);
}
.right-pane .content form .btn-submit:focus {
  background-color: var(--theme-dark);
}
.right-pane .content form .circle-valid {
  width: 23px;
  height: 23px;
  background-color: var(--theme-valid-light);
  border-radius: 50%;
  box-shadow: 0px 0px 3px 0px var(--theme-valid-focus);
  /* 639A6F <- 6 -> F2F8FF */
  position: absolute;
  right: -37px;
  top: 50%;
  transform: translateY(calc(-50% + 13px));
  transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  opacity: 0;
}
.right-pane .content form .circle-valid:after {
  content: '\f00c' !important;
  font-family: 'FontAwesome';
  color: var(--theme-valid-check);
  font-size: 16px;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .right-pane .content form .form-input input,
  .right-pane .content form .form-input textarea {
    background-color: var(--theme-darker) !important;
    color: var(--light);
    border-color: var(--theme-lighter);
  }
  .right-pane .content form .form-input input:-webkit-autofill,
  .right-pane .content form .form-input textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #4B5664 inset !important;
    -webkit-text-fill-color: var(--light) !important;
  }
  .right-pane .content form .circle-valid {
    display: none;
  }
}
.right-pane .content form .form-input.valid input,
.right-pane .content form .form-input.valid textarea {
  border-color: var(--theme-valid-border);
  transition: border-color 0.2s ease, color 0.2s ease;
}
.right-pane .content form .form-input.error i,
.right-pane .content form .form-input.error label,
.right-pane .content form .form-input.error input,
.right-pane .content form .form-input.error textarea {
  border-color: var(--theme-error);
  transition: border-color 0.2s ease, color 0.2s ease;
}
.right-pane .content form .form-input.error i,
.right-pane .content form .form-input.error label {
  color: var(--theme-error);
}
.right-pane .content form .error-message::before {
  content: '!';
  color: var(--theme-error);
  font-weight: 600;
  font-size: 12px;
  padding: 1px !important;
  border: 2px solid var(--theme-error);
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 7px;
}
.right-pane .content form .error-message {
  display: block;
  position: absolute;
  /* background-color: #ffdbde; */
  color: var(--theme-error);
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  font-weight: 600;
  margin: 5px 0px 0px 10px;
  filter: drop-shadow(0px 0px 6px var(--theme-error-25));
  transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  opacity: 0;
}
.right-pane .content form .fadeIn {
  opacity: 1;
  transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
}
.right-pane .content form .fadeOut {
  opacity: 0;
  transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
}
/* IMAGE UPLOAD*/
.form-images {
  background-color: #FFFFFF;
  border: 2px dashed var(--theme-light);
  border-radius: 3px;
  height: 180px;
  margin-top: 0px;
  padding: 20px;
  display: block;
  justify-content: center;
  box-sizing: border-box;
}
.form-images.has-content {
  /* display: flex; */
  justify-content: flex-start;
  padding: 10px;
  /* display: block; */
}
.form-images-content {
  color: var(--theme-darker);
  text-align: center;
  font-weight: 400;
  /* padding: 20px 0px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
.form-images-content i {
  font-size: 32px;
  font-family: 'FontAwesome';
}
.form-images-content span {
  font-size: 22px;
}
.form-images-content small {
  font-size: 16px;
  line-height: 18px;
  display: block;
}
.form-images-content .btn-upload {
  background-color: var(--theme-darker);
  border: 1px solid var(--theme-light);
  border-radius: 7px;
  font-size: 14px;
  font-weight: 400;
  color: var(--light);
  margin: 0px;
  /* height: 30px; */
  padding: 1px 30px;
  display: block;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.form-images-content .btn-upload:after {
  transition: none;
}
.form-images-content .btn-upload:hover {
  background-color: var(--theme-mid);
  /* #0C69A6 #1295ED */
  border-color: var(--theme-mid);
}
.form-images-content .btn-upload:focus {
  background-color: var(--theme-dark);
  /* #0C69A6 #1295ED */
  border-color: var(--theme-dark);
}
.form-images.has-content .form-images-content i,
.form-images.has-content .form-images-content span.upload-text {
  display: none;
}
.form-images.has-content .form-images-content .btn-upload-wrapper {
  height: 100%;
  width: 25%;
  padding: 0;
  flex: 25%;
  max-width: 25%;
  align-self: stretch;
  box-sizing: border-box;
}
.form-images.has-content .form-images-content div + .btn-upload-wrapper {
  margin-left: 5px;
}
.form-images.has-content .form-images-content .btn-upload {
  height: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 0px;
  background-color: #FAFAFA;
  color: var(--theme-darker);
  font-family: 'FontAwesome';
}
.form-images .form-images-content .btn-upload::after {
  content: 'Selecione';
}
.form-images.has-content .form-images-content .btn-upload::after {
  content: '+';
  display: flex;
  font-weight: 900;
  height: 100%;
  font-size: 60px;
  align-items: center;
  justify-content: center;
  color: var(--theme-darker);
}
.form-images.has-content .form-images-content .btn-upload:hover {
  background-color: #EEE;
}
@media only screen and (max-width: 700px) {
  .form-images {
    background-color: var(--theme-darker) !important;
    height: 140px;
  }
  .form-images .form-images-content {
    justify-content: space-around;
  }
  .form-images .form-images-content i {
    color: var(--light);
  }
  .form-images-content span.upload-text {
    display: none;
  }
  .form-images .form-images-content .btn-upload {
    padding: 4px 10px !important;
  }
  .form-images .form-images-content .btn-upload::after {
    content: 'Adicionar Imagens';
  }
  .form-images.has-content .form-images-content .btn-upload {
    background-color: transparent;
  }
  .form-images.has-content .form-images-content .btn-upload:hover {
    background-color: var(--theme-light);
  }
  .form-images.has-content .form-images-content .btn-upload::after {
    color: var(--light);
  }
}
#drop-area.highlight {
  border-color: var(--theme-light);
  background-color: var(--theme-lightest);
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form-images.has-content #form-images-content {
  /* display: flex;  */
  /* width: 717px; */
  /* justify-content: space-between; */
  display: flex;
  -ms-flex-wrap: wrap;
  /* padding: 0 4px; */
  max-height: 100%;
  height: 100%;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
.form-images.has-content #form-images-content div:not(.btn-upload-wrapper) {
  /* min-width: min(100%, 160px); */
  /* max-width: 160px; */
  /* max-height: 160px; */
  /* margin-right: 25.5px; */
  position: relative;
  overflow: hidden;
  -ms-flex: 25%;
  flex: 25%;
  max-width: 25%;
  padding: 0px 5px;
  align-self: stretch;
  box-sizing: border-box;
}
.form-images.has-content #form-images-content div:first-of-type {
  padding-left: 0px;
}
.form-images.has-content #form-images-content div:nth-of-type(4) {
  padding-right: 0px;
}
/* .form-images.has-content #gallery div:nth-of-type(4) {
  margin-right: 0px;
} */
.form-images.has-content #form-images-content div img {
  /* max-height: 160px; */
  /* min-width: 160px; */
  vertical-align: middle;
  width: 100%;
  min-height: 100%;
}
/* #gallery img:first-of-type { margin-left: 10px; } */
/* #gallery img:last-of-type {  margin: 10px; } */
.form-images.has-content #form-images-content div .x-close {
  display: blocK;
  top: 0px;
  right: 8px;
  /* font:             14px/1 DXIcons; */
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
  height: 24px;
  color: #EEE;
  position: absolute;
  background-color: transparent;
  transition: transform 0.2s cubic-bezier(0.75, 0.15, 0.15, 0.85), color 0.2s cubic-bezier(0.75, 0.15, 0.15, 0.85);
  padding: 3px 3px 0px 3px;
  cursor: pointer;
}
.form-images.has-content #form-images-content div .x-close:hover {
  transform: rotate(90deg);
  color: var(--light);
}
.form-images.has-content #form-images-content div .x-close::before {
  content: "\00D7";
  /* x */
}
.form-images .error-message {
  margin: 25px 0px 0px -10px !important;
}
.form-images.has-content .error-message {
  margin: 15px 0px 0px 0px !important;
}
/*#endregion FORMULÁRIO*/