/*
Theme Name: Natalia Fungaro
Theme URI: nataliafungaro-toss-v1
Author: TOSS Interativa
Description: Tema criado pela TOSS
Version: 1.0
*/

@import url("css/materialize.css");

body {
  color: #0021ae;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  background: #000;
  font-size-adjust: auto;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
nav,
.wp_pagination,
footer .menu,
.visualizar,
.home-slider .slider p a,
.btn,
.btn-large {
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-size: 70px;
  line-height: 70px;
  color: #0021ae;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

h2 {
  font-size: 40px;
  line-height: 44px;
  color: #0021ae;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

h3 {
  font-size: 40px;
  line-height: 40px;
  color: #0021ae;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  line-height: 30px;
  color: #0021ae;
  font-weight: 400;
}

h5 {
  font-size: 18px;
  line-height: 26px;
  color: #0021ae;
  font-weight: 400;
}


a {
  color: #bea792;
  transition: .3s;
}

a:hover {
  color: #0021ae;
}

strong {
  color: #bea792;
}

.divider {
  margin: 50px 0;
}

img {
  max-width: 100%;
  height: auto;
}

.material-icons {
  vertical-align: middle;
}

.clear {
  clear: both;
}

blockquote {
  font-weight: 700;
  font-style: italic;
  border-left: 4px solid #bea792;
  text-align: justify;
  background: #1e1329;
  padding: 1px 20px;
  border-radius: 4px;
}

.container {
  max-width: 1500px;
  width: 86%;
}

#sidenav-overlay {
  z-index: 99 !important;
}

.row ul {
  margin-top: 25px;
  margin-left: 16px;
  margin-bottom: 25px;
}

.row ul li {
  margin-bottom: 3px;
  padding-bottom: 3px;
  list-style: disc;
}

.row ol {
  margin-top: 25px;
  margin-bottom: 30px;
}

.row ol li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}


/* Header */

nav {
  height: 250px !important;
  line-height: 250px !important;
  padding: 0;
  z-index: 999;
  background: transparent;
}

nav .nav-wrapper {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.2) 90%);
  z-index: 998;
}

nav .brand-logo {
  margin-top: 50px;
  margin-left: 80px;
  height: 120px !important;
  line-height: 120px !important;
}

nav .brand-logo img {
  width: 240px;
  height: auto;
}

nav ul {
  margin-top: 70px;
  margin-right: 0;
}

nav ul li {
  list-style: none !important;
  margin-top: 0;
  height: 50px;
  line-height: 50px;
}

nav ul li a {
  font-size: 12px;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  text-transform: uppercase;
  background: transparent;
  padding: 0 18px;
  transition: .3s;
  border: 0;
}

nav ul li a:hover {
  background: #fff;
  color: #0021ae;
  border: 0;
}

ul.social {
  margin: 0;
  margin-top: 45px;
  margin-right: 80px;
}

ul.social li {
  display: inline;
  border: 0 !important;
  line-height: 1;
}

ul.social li a {
  padding: 0 !important;
  margin: 0 10px !important;
  border-radius: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
}

ul.social li a i {
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  vertical-align: bottom;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: 0;
  box-shadow: none !important;
}

ul.social li a i:hover {
  color: #0021ae;
}


.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-floating,
.dropdown-content,
.collapsible,
.side-nav {
  box-shadow: none;
}


/* HOME */
/* Slider */
.section.home-slider {
  position: relative;
  margin: 0;
  margin-top: -70px;
  padding: 0;
  z-index: 0;
}

.section.home-slider .slider {
  height: 100vh !important;
  z-index: 0;
}

.section.home-slider .slider ul.slides {
  height: 100vh !important;
  background: transparent !important;
}

.section.home-slider .slider .slides li img {
  opacity: 0.9;
}

.section.home-slider .slider .slides li img.imagem-desktop {
  display: block;
}

.section.home-slider .slider .slides li img.imagem-mobile {
  display: none;
}

.section.home-slider .slider .indicators {
  z-index: 2;
  bottom: 100px;
  left: 100px;
  text-align: left;
}

.section.home-slider .slider .indicators .indicator-item {
  margin: 0 11px;
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
}

.section.home-slider .slider .indicators .indicator-item.active {
  background-color: #fff;
}

#myVideo-desktop {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.7 !important;
  z-index: -1;
}

#myVideo-mobile {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.7 !important;
  z-index: -1;
}


/* QUEM SOU */
.section.home-quem-sou {
  padding: 200px 0;
  margin: 0;
  background: #0021ae url('image/quem-sou-1.jpg') top center no-repeat;
  background-size: cover;
}

.section.home-quem-sou .titulo h2 {
  font-size: 16px;
  line-height: 24px;
  color: #5a2a3d;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 0;
  margin: 0 0 50px;
}

.section.home-quem-sou .row h1 {
  margin: 0;
  color: #fbd7be;
  text-transform: uppercase;
}

.section.home-quem-sou .row h1 span {
  font-weight: 300;
}

.section.home-quem-sou .texto {
  color: #fff;
}


/* VALORES */
.section.home-valores {
  padding: 0;
  margin: 0;
  background: #fff;
}

.section.home-valores .titulo h2 {
  font-size: 16px;
  line-height: 24px;
  color: #5a2a3d;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 0;
  margin: 0 0 50px;
}

.section.home-valores .row {
  margin: 0;
  padding: 0;
}

.section.home-valores .row .col.L,
.section.home-eventos .row .col.R {
  margin: 0;
  padding: 0;
}

.section.home-valores .row .col.L {
  float: left;
  width: 50%;
  padding-right: 10%;
  height: auto;
  background: #fff;
}

.section.home-valores .row .col.R {
  float: left;
  width: 40%;
  padding: 200px 0;
  margin: 0;
  text-align: right;
}


/* SERVIÇOS */
.section.home-servicos {
  padding: 200px 0;
  margin: 0;
  background: #fae9dd url('image/servicos-1.jpg') top center no-repeat;
  background-size: cover;
}

.section.home-servicos .titulo h2 {
  font-size: 16px;
  line-height: 24px;
  color: #5a2a3d;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 0;
  margin: 0 0 50px;
}

.section.home-servicos .row h1 {
  margin: 0;
  color: #5a2a3d;
  text-transform: uppercase;
}

.section.home-servicos .row h1 span {
  font-weight: 300;
  display: block;
}

.section.home-servicos .texto {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Montserrat', sans-serif;
}


/* CLIENTES */
.section.home-clientes {
  padding: 120px 0;
  margin: 0;
  background: #fff;
}

.section.home-clientes .titulo {
  text-align: center;
  padding: 0;
  margin: 0 0 50px;
}

.section.home-clientes .titulo span {
  font-weight: 700;
}

.section.home-clientes .row {
  margin: 0;
  padding: 0;
}

.section.home-clientes .row.carousel-slider .swiper-wrapper {
  position: relative;
  padding: 40px 0 !important;
}

.section.home-clientes .row.carousel-slider .swiper-wrapper img {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.025), 0 20px 30px 0 rgba(0, 0, 0, 0.025);
}

.swiper-button-next,
.swiper-button-prev {
  color: #0021ae !important;
}

/* CONTATO */
.section.home-contato {
  padding: 200px 0;
  margin: 0;
  background: #0021ae url('image/contato-1.jpg') top center no-repeat;
  background-size: cover;
}

.section.home-contato .titulo h2 {
  font-size: 16px;
  line-height: 24px;
  color: #5a2a3d;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 0;
  margin: 0 0 50px;
}

.section.home-contato .row h1 {
  margin: 0;
  color: #d6ada5;
  text-transform: uppercase;
}

.section.home-contato .row h1 span {
  display: block;
  font-weight: 300;
}

.section.home-contato .col {
  color: #fff;
  margin: 50px 0 0 0;
}

.section.home-contato .col.formulario {
  padding-right: 50px;
}

.section.home-contato .col a {
  font-weight: 700;
  color: #fff;
}

.section.home-contato .col a:hover {
  color: #c98ca7 !important;
}

.social {
  text-align: left;
  padding: 25px 0;
}

.social a {
  font-size: 35px;
  font-weight: 400 !important;
  text-decoration: none;
  color: #fbfbfb !important;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 15px;
}

.social a:hover {
  color: #c98ca7 !important;
}

.section.home-contato .copy {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  color: #c98ca7;
}


/* FORMULARIOS */

input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
textarea {
  font-family: 'Montserrat', sans-serif;
  color: #fff !important;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid #ffffff;
  padding: 0% 4%;
  width: 91% !important;
  outline: none;
  box-shadow: none;
  transition: all 0.3s;
  line-height: 40px;
  height: 40px;
  border-radius: 0;
}

textarea {
  font-family: 'Montserrat', sans-serif;
  padding: 0 3%;
  width: 100% !important;
  height: 100px !important;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 2px solid #ffffff;
}

.btn,
.btn-large,
.wpcf7 input[type=submit],
input[type=submit] {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: transparent;
  color: #d6ada5;
  border: 0;
  padding: 0;
  line-height: 45px;
  height: 50px;
  transition: 0.3s;
  vertical-align: middle;
}

.btn:hover,
.btn-large:hover,
.wpcf7 input[type=submit]:hover {
  background: #151a16;
  border: 2px solid #151a16;
  color: #fbfbfb;
}

a.visualizar {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #b77ef1;
  margin-top: 25px;
  border: 2px solid #b77ef1;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.4rem;
  line-height: 60px;
  height: 60px;
  transition: 0.3s;
  vertical-align: middle;
}

select {
  display: block;
}

.screen-reader-text {
  display: none;
}

input:-moz-placeholder {
  color: #fbfbfb !important;
}

input::-webkit-input-placeholder {
  color: #fbfbfb !important;
}

label {
  margin-left: 20px;
  margin-bottom: 10px;
  color: #fbfbfb;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: inline-block;
  width: 100%;
  text-align: center;
}


/*************** RESPONSIVO ***************/

@media only screen and (max-width: 1500px) {

  h1 {
    font-size: 36px;
    line-height: 44px;
    color: #0021ae;
    font-weight: 700;
    letter-spacing: 3px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
    color: #0021ae;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
    color: #0021ae;
    font-weight: 400;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
    color: #0021ae;
    font-weight: 400;
  }

  h5 {
    font-size: 16px;
    line-height: 24px;
    color: #0021ae;
    font-weight: 400;
  }


  /* Header */
  nav {
    height: 250px !important;
    line-height: 250px !important;
    padding: 0;
    z-index: 999;
    background: transparent;
  }

  nav .nav-wrapper {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.2) 90%);
    z-index: 998;
  }

  nav .brand-logo {
    margin-top: 30px;
    margin-left: 40px;
    height: 120px !important;
    line-height: 120px !important;
  }

  nav .brand-logo img {
    width: 200px;
    height: auto;
  }

  nav ul {
    margin-top: 60px;
    margin-right: 0;
  }

  nav ul li {
    list-style: none !important;
    margin-top: 0;
    height: 50px;
    line-height: 50px;
  }

  nav ul li a {
    font-size: 11px;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    background: transparent;
    padding: 0 16px;
    transition: .3s;
    border: 0;
  }

  ul.social {
    margin: 0;
    margin-top: 35px;
    margin-right: 40px;
  }

  ul.social li {
    display: inline;
    border: 0 !important;
    line-height: 1;
  }

  ul.social li a {
    padding: 0 !important;
    margin: 0 5px !important;
    border-radius: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }

  ul.social li a i {
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    vertical-align: bottom;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border: 0;
    box-shadow: none !important;
  }



  /* HOME */
  /* Slider */
  .section.home-slider .slider {
    height: 100vh !important;
    z-index: 0;
  }

  .section.home-slider .slider ul.slides {
    height: 100vh !important;
    background: transparent !important;
  }

  .section.home-slider .slider .indicators {
    z-index: 2;
    bottom: 50px;
    left: 50px;
    text-align: left;
  }

  .section.home-slider .slider .indicators .indicator-item {
    margin: 0 10px;
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
  }


}

@media only screen and (max-width: 1280px) {

  /* Header */
  nav {
    height: 200px !important;
    line-height: 200px !important;
    padding: 0;
    z-index: 999;
    background: transparent;
  }

  nav .nav-wrapper {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.2) 90%);
    z-index: 998;
  }

  nav .brand-logo {
    margin-top: 20px;
    margin-left: 50px;
    height: 100px !important;
    line-height: 100px !important;
  }

  nav .brand-logo img {
    width: 150px;
    height: auto;
  }

  nav ul {
    margin-top: 40px;
    margin-right: 0;
  }

  nav ul li {
    list-style: none !important;
    margin-top: 0;
    height: 50px;
    line-height: 50px;
  }

  nav ul li a {
    font-size: 10px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    background: transparent;
    padding: 0 12px;
    transition: .3s;
    border: 0;
  }

  ul.social {
    margin: 0;
    margin-top: 18px;
    margin-right: 50px;
  }

  ul.social li {
    display: inline;
    border: 0 !important;
    line-height: 1;
  }

  ul.social li a {
    padding: 0 !important;
    margin: 0 2px !important;
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  ul.social li a i {
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    vertical-align: bottom;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    box-shadow: none !important;
  }


}



@media only screen and (max-width: 992px) {

  body {
    font-size: 13px;
    line-height: 18px;
  }

  h1 {
    font-size: 32px;
    line-height: 38px;
    color: #0021ae;
    font-weight: 700;
    letter-spacing: 3px;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
    color: #0021ae;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
  }

  h3 {
    font-size: 20px;
    line-height: 26px;
    color: #0021ae;
    font-weight: 400;
  }

  h4 {
    font-size: 16px;
    line-height: 22px;
    color: #0021ae;
    font-weight: 400;
  }

  h5 {
    font-size: 13px;
    line-height: 20px;
    color: #0021ae;
    font-weight: 400;
  }


  /* Header */
  nav {
    height: 100px !important;
    line-height: 100px !important;
    padding: 0;
    z-index: 999;
    background: transparent;
  }

  nav .nav-wrapper {
    background-color: transparent;
    z-index: 998;
  }

  nav .brand-logo {
    margin-top: 5px;
    margin-left: 25px;
    left: 0 !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    height: 100px !important;
    line-height: 100px !important;
  }

  nav .brand-logo img {
    width: 150px;
    height: auto;
  }

  ul.social {
    display: none;
  }

  nav a.button-collapse,
  nav a.button-collapse i {
    float: right;
    margin: 0 15px 0 0;
    height: 90px;
    line-height: 90px;
  }

  nav i.material-icons {
    font-size: 40px;
    color: #fff;
    transition: 0.3s;
  }

  nav i.material-icons:hover {
    color: #0021ae;
  }

  /* SIDE MOBILE MENU */
  .side-nav {
    width: 220px;
    background: #0021ae;
    padding-top: 100px;
    z-index: -1;
    opacity: 0.9;
  }

  .side-nav li {
    height: 40px;
    line-height: 40px;
  }

  .side-nav a {
    background: #0021ae;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 1px 0;
    height: 40px;
    line-height: 40px;
    border: 0;
    padding: 0 30px;
    border-radius: 0;
  }

  .side-nav a:hover {
    color: #0021ae;
    background: #fff;
    border-radius: 0;
  }

  #menu-menu-mobile {
    margin: 0;
  }

  /* HOME */
  /* Slider */
  .section.home-slider {
    position: relative;
    margin: 0;
    margin-top: -138px;
    padding: 0;
    z-index: 0;
  }

  .section.home-slider .slider {
    height: 100vh !important;
    z-index: 0;
  }

  .section.home-slider .slider ul.slides {
    height: 100vh !important;
    background: transparent !important;
  }

  .section.home-slider .slider .slides li img.imagem-desktop {
    display: none;
  }

  .section.home-slider .slider .slides li img.imagem-mobile {
    display: block;
  }

  .section.home-slider .slider .indicators {
    z-index: 2;
    bottom: 25px;
    left: 25px;
    text-align: left;
  }

  .section.home-slider .slider .indicators .indicator-item {
    margin: 0 8px;
    width: 6px;
    height: 6px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
  }

  .section.home-slider .slider .indicators .indicator-item.active {
    background-color: #fff;
  }

  #myVideo-desktop {
    display: none;
  }

  #myVideo-mobile {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.7 !important;
  }


}


@media only screen and (max-width: 600px) {

  h1 {
    font-size: 32px;
    line-height: 38px;
    color: #0021ae;
    font-weight: 700;
    letter-spacing: 3px;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
    color: #0021ae;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
  }

  h3 {
    font-size: 20px;
    line-height: 26px;
    color: #0021ae;
    font-weight: 400;
  }

  h4 {
    font-size: 16px;
    line-height: 22px;
    color: #0021ae;
    font-weight: 400;
  }

  h5 {
    font-size: 13px;
    line-height: 20px;
    color: #0021ae;
    font-weight: 400;
  }


  /* QUEM SOU */
  .section.home-quem-sou {
    padding: 100px 0;
    margin: 0;
    background: #0021ae url('image/quem-sou-1.jpg') top center no-repeat;
    background-size: cover;
  }

  .section.home-quem-sou .titulo h2 {
    font-size: 13px;
    line-height: 20px;
    color: #5a2a3d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0;
    margin: 0 0 25px;
  }


  /* VALORES */
  .section.home-valores {
    padding: 0;
    margin: 0;
    background: #fff;
  }

  .section.home-valores .titulo h2 {
    font-size: 13px;
    line-height: 20px;
    color: #5a2a3d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0;
    margin: 0 0 25px;
  }

  .section.home-valores .row {
    margin: 0;
    padding: 0;
  }

  .section.home-valores .row .col.L,
  .section.home-eventos .row .col.R {
    margin: 0;
    padding: 0;
  }

  .section.home-valores .row .col.L {
    width: 100%;
    padding: 0;
  }

  .section.home-valores .row .col.R {
    float: left;
    width: 100%;
    padding: 100px 25px;
    margin: 0;
    text-align: left;
  }


  /* SERVIÇOS */
  .section.home-servicos {
    padding: 100px 0;
    margin: 0;
    background: #fae9dd url('image/servicos-1.jpg') top center no-repeat;
    background-size: cover;
  }

  .section.home-servicos .titulo h2 {
    font-size: 13px;
    line-height: 20px;
    color: #5a2a3d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0;
    margin: 0 0 25px;
  }

  .section.home-servicos .row h1 {
    margin: 0;
    color: #5a2a3d;
    text-transform: uppercase;
  }

  .section.home-servicos .row h1 span {
    font-weight: 300;
    display: block;
  }

  .section.home-servicos .texto {
    font-size: 13px;
    line-height: 18px;
    font-family: inherit;
  }


  /* CLIENTES */
  .section.home-clientes {
    padding: 100px 0 25px;
    margin: 0;
    background: #fff;
  }

  .section.home-clientes .titulo {
    text-align: center;
    padding: 0 50px;
    margin: 0 0 25px;
  }

  .section.home-clientes .titulo span {
    font-weight: 700;
  }

  .section.home-clientes .row {
    margin: 0;
    padding: 0;
  }

  .section.home-clientes .row.carousel-slider .swiper-wrapper {
    padding: 30px 0 !important;
  }

  .section.home-clientes .row.carousel-slider .swiper-wrapper img {
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.025), 0 20px 20px 0 rgba(0, 0, 0, 0.025);
  }

  /* CONTATO */
  .section.home-contato {
    padding: 100px 0 200px;
    margin: 0;
    background: #0021ae url('image/contato-1.jpg') top center no-repeat;
    background-size: cover;
  }

  .section.home-contato .titulo h2 {
    font-size: 13px;
    line-height: 20px;
    color: #5a2a3d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0;
    margin: 0 10px 25px;
  }

  .section.home-contato .row h1 {
    margin: 0;
    padding: 0 10px;
    color: #d6ada5;
    text-transform: uppercase;
  }

  .section.home-contato .row h1 span {
    display: block;
    font-weight: 300;
  }

  .section.home-contato .col {
    color: #fff;
    margin: 25px 0 0 0;
  }

  .section.home-contato .col.formulario {
    padding-right: 10px;
  }

  .section.home-contato .col a {
    font-weight: 700;
    color: #fff;
  }

  .section.home-contato .col a:hover {
    color: #c98ca7 !important;
  }

  .social {
    text-align: left;
    padding: 5px 0;
  }

  .social a {
    font-size: 25px;
    font-weight: 400 !important;
    text-decoration: none;
    color: #fbfbfb !important;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
  }

  .social a:hover {
    color: #c98ca7 !important;
  }

  .section.home-contato .copy {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 13px;
    color: #c98ca7;
  }



}