 /* 

 color gray head: #343a40
    <nav>
      <div class="brand">Ross & Schmidt</div>
      <ul>
        <li>Home</li>
        <li>Sobre</li>
        <li>Área de Atuação</li>
        <li>Profissionais</li>
      </ul>
    </nav>
 */ 

/* merriweather-regular - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/merriweather-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/merriweather-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/merriweather-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/merriweather-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/merriweather-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/merriweather-v30-latin-regular.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-700 - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/merriweather-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/merriweather-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/merriweather-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/merriweather-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/merriweather-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/merriweather-v30-latin-700.svg#Merriweather') format('svg'); /* Legacy iOS */
}

*{
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
body{
  font-family: 'Merriweather', serif;
  background-color: #f8f9fa;
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1;
}
header {
  background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url('../images/header.jpg');
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;

}
.newsbar {
  background-color: #ff951f;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  height: 15px;
  padding: 0.7rem 3% 1rem 3%;
  box-shadow: 0 0 1rem 1rem rgb(0 0 0 / 15%);
  position: relative;
  z-index: 1000;
}

.newsbar > span:first-child {
  margin-right: 200px;
}

.newsbar > span > a {
  text-decoration: none;
  color: inherit;
  text-shadow: 1px 1px 2px #000;
}

.newsbar > span > a:hover {
  color: #00E676;
  text-shadow: 1px 1px 2px #000;
  
}


.intro{
  align-self: center;
  justify-self: center;
  width: 100%;
  text-align: center;
  color: #e9ecef;
  font-size: 2em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
article {
  height: 1000px;
}

nav > .brand {
  margin-left: 25px;
}

nav > ul {
  display: flex;
  list-style: none;
}

nav > ul > li {
  margin-left: 15px;
  padding: 15px;
  cursor: pointer;
}

.especialidades{
  margin-top: 40px;
  text-align: center;
  color:#212529
}


.especialidades >h1 {
  margin-top: 50px;
}


.row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:20px;
}

.card{
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.4 );
  padding: 30px;
  margin: 20px;
  width: 200px;
  height: 220px;
  transition: all 0.3s ease-out;
}


.card-title{
  text-align: center;
  color:#00E676
}



.card-body > ul {
  text-align: center;
  margin-top: 20px;
  list-style: none;
}

.card:hover {
  transform: translateY(-5px);
}

.icon-especialidade{
  height: 50px;
  width: 60px;
}

/*contato*/

.contact{
  margin-top:80px;
  background-color: #212529;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.contato{
  color: #e9ecef;
  margin-right: 50px;
  width: 350px;
  align-self: flex-start;
  font-size: 0.9em;
}

.contato > p > a{
  color: inherit;
  text-decoration: none;
}
.contato > h2 {
  color: #00E676;
}
.contato>p{
  margin-top: 10px;
}
.contact-icon{
  color:#00e676
}

.redes-sociais {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 30px;
}

.redes-sociais > div > a{
  text-decoration: none;
  color: inherit;
}

.redes-sociais > div > a:hover{
  color: rgba(0, 230, 118, 0.8);
}

.icones-redes{
  width: 20px;
  height: 20px;
  margin: 10px;
  padding: 10px;
  border-radius: 100px;
}
.icones-redes:hover{
  background-color: rgba(0, 0, 0, 0.15);
}

.mapa > iframe{
  height: 250px;
  width: 450px;
  border: 0;
  border-radius: 5px;
}


.escritorio{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 80px;
}

.escritorio > h1{
  font-size: 1.5em;
}
.imagens-escritorio{
  margin-top: 30px;
  
  display: flex;
}

.img-card{
  margin-left: 10px;
  /*box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.4 );*/
}

.img-card > img{
  width: 200px;
  height: 1;
  border-radius: 10px;
}

.quem-somos-text{
  margin-top: 15px;
  width: 60%;
  line-height: 1.8;
  font-size: 1em;
}

.primary-text {
  color:#00E676;
  font-weight: 700;
}


footer {
  width: 100%;
  height: 30px;
  display:flex;
  align-items: center;
  justify-content: center;
  background-color: #e9ecef;

  font-size: 12px;
  color:#585858
}

@media screen and (min-width:1600px) {
  .img-card{
    margin-left: 20px;
    /*box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.4 );*/
  }
  
  .img-card > img{
    width: 300px;

  }
  .quem-somos-text{
    margin-top: 15px;
    width: 49%;
    line-height: 1.8;
    font-size: 1em;
  }
  .mapa > iframe{
    height: 350px;
    width: 550px;
    border: 0;
    border-radius: 5px;
  }
}

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

  .newsbar {
    visibility: hidden;
  }

  .row{
    flex-direction: column;
  }
  .card{
    height: auto;
  }


  .contact{
    display: block;
  }

  .contato{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
  }
  .contact p {
    display: inline-block;
  }
  .contact h2 {
    display: inline-block;
  }

  .mapa{
    display: flex;
    justify-content: center;
    align-content: center;
  }

  .mapa > iframe {
    width: 90%;
  }

  .escritorio{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 80px;
  }
  .imagens-escritorio{
    margin-top: 30px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .img-card{
    margin: 10px;
    width: 80%;
    /*box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.4 );*/
  }
  
  .img-card > img{
    width: 100%;
    height: 1;
    border-radius: 10px;
  }
  
  .quem-somos-text{
    margin-top: 15px;
    width: 90%;
    line-height: 1.8;
    font-size: 1em;
  }

  footer {
  }
}




/*----------------EXTERNO----------------*/
/* Navbar */
.nav {
  z-index: 1000;
  width: 100%;
  height: 65px;
  position: fixed;
  line-height: 65px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.highlight {
  padding: 0;
  top:0;
  background-color: #111;
}

.nav__logo {
  float: left;
  width: auto;
  height: auto;
  padding-left: 3rem;
}

.nav__logo a {
  text-decoration: none;
  color: #e9ecef;
  font-size: 1.6rem;
}

.nav__logo a:hover {
  color: #00E676;
}

.nav__wrapper {
  height: 65px;
  float: right;
  padding: 0;
  margin: 0;
}

.nav__wrapper__list {
  width: 100%;
  height: 65px;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__wrapper__list__item {
  width: auto;
  height: 65px;
  padding: 0;
  padding-right: 1.6rem;
}

.nav__wrapper__list__item a {
  text-decoration: none;
  color: #e9ecef;
  line-height: 65px;
  font-size: 1.2rem;
}

.nav__wrapper__list__item a:hover {
  color: #00F676;
}

.nav__toggle-btn {
  display: none;
}


/* Media qurey section related to Navbar Section */

@media screen and (max-width:768px) {
  .nav{
    top:0;
  }
  .nav__toggle-btn {
      display: block;
  }
  .nav__wrapper {
      width: 100%;
      height: 0;
      overflow: hidden;
  }
  .nav__wrapper--visible {
      height: auto;
      display: none;
      margin-top: -4px;
  }
  .nav__wrapper__list {
      flex-direction: column;
      width: 100%;
      height: 100vh;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: #111;
      /* same background-color as navbar */
      background-position: center top;
  }
  .nav__wrapper__list__item {
      width: 100%;
      text-align: right;
  }
  .nav__wrapper__list__item a {
      text-align: center;
      width: 100%;
      font-size: 3rem;
      padding: 20px;
  }
}





@media screen and (max-width:480px) {
  .nav__logo a {
      font-size: 1.6rem;
  }
}

/* Medium Devices, Desktops */

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


/* Small Devices, Tablets */

@media screen and (max-width:768px) {
    .intro__align__title {
        font-size: 3.5rem;
        font-weight: lighter;
        color: #e9ecef;
    }
    .intro__align__sub-title {
        font-size: 2.5rem;
        font-weight: lighter;
        color: #e9ecef;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .intro__align__title {
        font-size: 2.8rem;
    }
    .intro__align__sub-title {
        font-size: 1.8rem;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    .intro__align__title {
        letter-spacing: 4px;
    }
}
.pads {
	padding-left:18%;
	padding-right:18%;
}
.text {
	font-size: 25px;
	text-align:justify;
}
@media only screen and (max-width: 320px) {
.pads {
	padding-left: 8px;
	padding-right: 8px;
	}
}
/* Animation */

.nav__toggle-btn {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.nav__toggle-btn i {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.nav__toggle-btn i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.nav__toggle-btn i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.nav__toggle-btn i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.nav__toggle-btn.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.nav__toggle-btn.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.nav__toggle-btn.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

/* FAB */

.container {
  bottom: 0;
  position: fixed;
  margin: 1em;
  right: 0px;
}

.buttons {
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 
              0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: block;
  width: 56px;
  height: 56px;
  margin: 20px auto 0;
  position: relative;
  -webkit-transition: all .1s ease-out;
          transition: all .1s ease-out;  
}

.buttons:active, 
.buttons:focus, 
.buttons:hover {
  box-shadow: 0 0 4px rgba(0,0,0,.14),
    0 4px 8px rgba(0,0,0,.28);
}

.buttons:not(:last-child) {
  width: 60px;
  height: 60px;
  margin: 20px auto 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

.container:hover 
.buttons:not(:last-child) {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin: 15px auto 0;
}

/* Unessential styling for sliding up buttons at differnt speeds */

.buttons:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
          transition-delay: 25ms;
/*  background-image: url('https://cbwconline.com/IMG/Share.svg');
  background-size: contain; */
}

.buttons:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 50ms;
          transition-delay: 20ms;
          background-image: url('../images/bruno.jpeg');
  background-size: contain;
}

.buttons:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 75ms;
          transition-delay: 40ms;
  background-image: url('../images/vini.jpeg');
  background-size: contain;
}

.whatsapp{
  background-color: #25D366;
  padding:5px;
  color:#fff
}
/* Show tooltip content on hover */

[tooltip]:before {
  bottom: 25%;
  font-family: arial;
  font-weight: 600;
  border-radius: 2px;
  background: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-right: 12px;
  position: absolute;
  right: 100%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}


/* DOWN ARROW */

.arrows {
	width: 60px;
	height: 72px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 20px;
}

.arrows path {
	stroke: #00F676;
	fill: transparent;
	stroke-width: 1px;	
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {	
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari 和 Chrome */
}