/*

  Theme Name: Armares Seguros
  Author: Bruno
  Author URI: https://muchsousa.gitlab.io/
  Version: 1.0.1

*/

a:visited,
a:focus,
a:hover {
  text-decoration: none !important;
}

body {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #19361a;
}

#top-navbar {
  width: 100%;
  min-height: 35px;
  line-height: 35px;
  background: #19361a;
  font-size: 0.7rem;
  color: #ffffff;
}

#top-navbar .whatsapp-button {
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 4px;
}

#main-header {
  width: 100%;
  height: 110px;
}

#main-header .logo a {
  height: 110px;
  line-height: 110px;
  display: flex;
  align-content: center;
}

#main-header .logo svg {
  width: 100%;
  display: flex;
}

#main-header ul.nav {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-top: 35px;
}

#main-header #control-nav {
  display: none;
}

#main-header #button-menu-mobile {
  display: none;
  width: 35px;
  height: 30px;
  margin-top: 37px;
  float: right;
  cursor: pointer;
}

#main-header #button-menu-mobile span {
  width: 35px;
  height: 6px;
  display: block;
  border-radius: 2px;
}

#main-header #button-menu-mobile span.colored { background: #9d9d9d; }

#main-header ul.nav li {
  padding: 2px 5px;
  margin: 0 10px;
  border-bottom: 4px solid #ffffff;
  transition: .45s linear all;
}

#main-header ul.nav li:hover,
#main-header ul.nav li.current-menu-item {
  border-bottom: 4px solid #d2ac67;
}

#main-header ul.nav li a {
  font-size: 1.05rem;
  color: #19361a;
}
#main-header ul.nav li a:hover { text-decoration: none; }

#slider {
  width: 100%;
  height: 200px;
  background: #f2f2f2;
}

#slider ul {
  width: 100%;
  height: 200px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#slider ul li.slider-item {
  width: 100%;
  height: 200px;
}

#slider ul li.slider-item.item-1 {
  background: url("./images/slider/slider-1.png");
  background-size: cover;
}

#page-title {
  width: 100%;
  min-height: 180px;
  background: #f2f2f2;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-title > h1 {
  text-align: center;
  font-weight: 200;
}

.title {
  font-weight: 200;
  text-align: center;
}

.title b {
  font-weight: 400;
}

.seguros-para-voce,
.seguros-sua-empresa {
  margin: 60px auto 80px;
}

.seguros-para-voce .title,
.seguros-sua-empresa .title {
  margin-bottom: 30px;
}

.seguros {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.seguros li.seguro-item {
  width: 100%;
  margin: 5px 0 15px 0;
}

.seguros li.seguro-item .icon {
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #dddddd;
  margin: 10px auto 20px auto;
  transition: .25s ease-out all;
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.seguros li.seguro-item .icon svg {
  fill: #dddddd;
  width: 60%;
  margin: 0 auto;
  transition: .25s ease-out all;
}

.seguros li.seguro-item h3 {
  font-size: 23px;
  font-weight: 200;
  color: #666666;
  text-align: center;
  transition: .25s ease-out all;
}

.seguros li.seguro-item:hover .icon { border: 2px solid #19361a; }
.seguros li.seguro-item:hover .icon svg { fill: #19361a; }
.seguros li.seguro-item:hover h3 { color: #19361a; }

.loop-posts .post-item {
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0;
  margin-bottom: 10px;
}

.loop-posts .post-item h3,
.loop-posts .post-item h5 {
  color: #19361a;
  font-weight: 200;
  margin-bottom: 15px;
}

.loop-posts .post-item .thumbnail {
  background: #f2f2f2;
  min-height: 160px;
  max-height: 450px;
  margin-bottom: 15px;
  text-align: center;
}

.loop-posts .post-item .thumbnail img {
  width: 100%;
  height: auto;
}

.loop-posts .post-item .thumbnail svg { width: 100%; }

.loop-posts .post-item .introducao-post {
  font-size: 14px;
  color: #4b5257;
}

.loop-posts .post-item .introducao-post .more-link {
  padding: 7px 13px;
  font-size: 14px;
  background: #d2ac67;
  color: #FFFFFF;
}

.post-container p,
.post-container li {
  line-height: 200%;
}

.post-container li { margin: 3px 0; }

.post-container strong,
.post-container b {
  font-weight: 600;
}

.post-container h1,
.post-container h2,
.post-container h3,
.post-container h4,
.post-container h5,
.post-container h6 {
  margin: 30px 0 15px;
  font-weight: 200;
}

#seguradoras-parceiras {
  width: 100%;
  background: #f2f2f2;
  padding: 30px 0;
}

#seguradoras-parceiras .seguradoras {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-top: 40px;
}

#seguradoras-parceiras .seguradoras li {
  display: block;
  max-width: 80px;
}

#seguradoras-parceiras .seguradoras li img {width: 100%}

#beneficios {
  width: 100%;
  min-height: 180px;
  padding: 30px 0;
  background: #f2f2f2;
  margin-top: 50px;
}

#beneficios h2 {
  text-align: center;
  font-weight: 200;
  margin-bottom: 40px;
}

#beneficios .icon { border: 2px solid #666666; }
#beneficios .icon svg { fill: #666666; }

#beneficios li.seguro-item:hover .icon { border: 2px solid #19361a; }
#beneficios li.seguro-item:hover .icon svg { fill: #19361a; }
#beneficios li.seguro-item:hover h3 { color: #19361a; }

#wrapper-cotacao { margin: 75px 0; }

#wrapper-cotacao .button-cotacao {
  width: 300px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #ffffff;
  background: #d2ac67;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.45);
  margin: 0 auto;
}

#main-footer {
  width: 100%;
  padding-top: 30px;
  background: #465e47;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.5px;
}

#main-footer .bottom-footer {
  background: #f9f9f9;
  color: #19361a;
  padding: 25px 0;
  margin-top: 30px;
}



/* Lista de Seguradoras */
#lista-seguradoras {
  width: 100%;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#lista-seguradoras li {
  width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
}

#lista-seguradoras li img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
  display: block;
  clear: both;
}

#lista-seguradoras li a.phone {
  width: 135px;
  padding: 5px 20px;
  display: inline-block;
  clear: both;
  margin-bottom: 15px;
  color: #465e47;
  font-weight: 600;
  font-size: 14px;
  transition: .25s linear all;
}

/* #lista-seguradoras li a.phone:hover { background: #2b542c; } */

@media (min-width: 560px) {

  .seguros li.seguro-item { width: 50%; }

  #top-navbar { font-size: 0.8rem; }

  #lista-seguradoras li { width: 50%; }

  #top-navbar .container { text-align: right; }

  #top-navbar .whatsapp-button {
    background: #25d366;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 4px;
  }

  .loop-posts .post-item .thumbnail svg { margin-top: 25px; }

}

@media (min-width: 720px) {

  #slider,
  #slider ul,
  #slider ul li.slider-item { height: 300px; }

  .seguros li.seguro-item { width: 33.333%; }

  #lista-seguradoras li { width: 33.333%; }

  .loop-posts .post-item .thumbnail svg { margin-top: 60px; }
}

@media (min-width: 960px) {

  #slider,
  #slider ul,
  #slider ul li.slider-item { height: 380px; }

  .seguros li.seguro-item { width: 25%; }

  #lista-seguradoras li { width: 25%; }

}

@media (min-width: 1140px) {
  .seguros li.seguro-item { width: 20%; }
  #lista-seguradoras li { width: 20%; }
}


@media all and (max-width: 960px) {


  /* Abre o menu mobile */
  #main-header #button-menu-mobile { display: block; }
  #main-header  #control-nav:checked ~ .nav { display: flex; }
  #main-header #control-nav:checked ~ #button-menu-mobile span.colored { background: #2b542c; }


  #main-header ul.nav {
    display: none;
    position: fixed !important;
    top: 110px !important;
    left: 0 !important;
    overflow-y: scroll;
    min-width: 100%;
    width: 100vw !important;
    height: calc(100vh - 110px);
    background: #2b542c !important;
    padding: 0;
    z-index: 999;
    flex-flow: row wrap;
    /* This aligns items to the end line on main-axis */
    justify-content: flex-start;
    flex-direction: column;
  }

  #main-header ul.nav li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    border: 0;
    margin: 0;
  }

  #main-header ul.nav li:hover,
  #main-header ul.nav li.active {
    background: #19361a;
  }

  #main-header ul.nav li a { color: #FFFFFF; }

}



/* Formulário de Contato */
.form-input-group {
  width: 100%;
  font-family: 'Ubuntu', sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px !important;
}

.form-input-group label {
  font-size: 15px !important;
  color: #19361a !important;
  font-weight: 200 !important;
  margin: 0 0 7px 0;
}

.form-input-group label.evf-error { color: #d9534f !important; }

.form-input-group input,
.form-input-group select,
.form-input-group textarea {
  min-height: 50px;
  color: #19361a !important;
  border: 1px solid #666666 !important;
  background: #FFFFFF !important;
}

.form-input-group select { cursor: pointer; }

.form-input-group input:focus,
.form-input-group select:focus,
.form-input-group textarea:focus {
  border: 1px solid #19361a !important;
}

.form-submit-button {
  background: #19361a !important;
  color: #FFFFFF !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-family: 'Ubuntu', sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px !important;
}
