@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400|Ubuntu:700");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  vertical-align: baseline;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  color: #404040;
  box-sizing: border-box; }

body.home {
  height: 100%; }

ul li {
  list-style: none; }

a {
  text-decoration: none; }

p {
  line-height: 20px;
  margin-bottom: 10px; }

p:last-child {
  margin-bottom: 0; }

img {
  vertical-align: middle; }

em, em * {
  font-style: italic; }

strong, strong * {
  font-weight: bold; }

u, u * {
  text-decoration: underline; }

h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 * {
  font-weight: normal; }

h1 {
  margin-bottom: 30px; }

h1, h1 * {
  font-family: "Ubuntu", sans-serif;
  font-size: 70px;
  line-height: 75px;
  font-weight: 700; }

h2 {
  margin-bottom: 30px; }

h2, h2 * {
  font-family: "Ubuntu", sans-serif;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700; }

h3 {
  margin-bottom: 10px; }

h3, h3 * {
  font-size: 28px;
  line-height: 37px;
  font-weight: normal; }

h4 {
  margin-bottom: 10px; }

h4, h4 * {
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase; }

h5 {
  margin-bottom: 5px; }

h5, h5 * {
  font-size: 14px;
  line-height: 17px; }

h6 {
  margin-bottom: 5px; }

h6, h6 * {
  font-size: 14px;
  line-height: 17px; }

input[type="text"], input[type="password"], input[type="email"], input[type="date"] {
  background: transparent;
  border: solid 1px #a6a6a6;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  border-radius: 3px; }

input[type="submit"], input[type="button"] {
  background-color: #a6a6a6;
  height: 40px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  padding: 0 15px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 3px; }

textarea {
  border: solid 1px #a6a6a6;
  padding: 10px 15px;
  width: 100%;
  height: 150px;
  resize: none;
  border-radius: 3px; }

select {
  border: solid 1px #a6a6a6;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  border-radius: 3px; }

input[type="checkbox"] {
  background-color: #ccc;
  width: 20px;
  height: 20px;
  border: solid 2px blue;
  cursor: pointer;
  position: relative; }

input[type="checkbox"]:checked {
  background-color: #c00; }

.wrapper {
  width: 960px;
  margin: 0 auto; }

.innerwrapper {
  width: 780px;
  margin: 0 auto; }

.cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.label {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 3px; }

.mandatory {
  background: url(../images/mandatory.png) no-repeat center center;
  width: 7px;
  height: 6px;
  display: inline-block;
  vertical-align: super; }

.btn {
  background-color: #840100;
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 15px;
  flex-direction: row-reverse;
  border-radius: 3px;
  transition: all 0.3s ease; }

.btn, .btn .text {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap; }

.btn .icon {
  background-color: #fff;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-left: 10px; }

.btn:hover {
  background-color: #cc0100;
  box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.3); }

.w2btn-radio {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse; }

.w2btn-radio .icon {
  width: 20px;
  height: 20px;
  border: solid 1px #a6a6a6;
  border-radius: 50%;
  flex-shrink: 0;
  transition: border-color 0.3s ease; }

.w2btn-radio .text {
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  padding-right: 10px; }

.w2btn-radio:hover .icon {
  border-color: #cc0100; }

.w2btn-radio.active .icon {
  background: url(../images/icons.svg) no-repeat -41px -281px;
  background-size: 400px;
  border-color: #cc0100;
  cursor: default; }

.w2btn-check {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 10px; }

.w2btn-check .icon {
  width: 20px;
  height: 20px;
  border: solid 1px #a6a6a6;
  border-radius: 3px;
  flex-shrink: 0;
  transition: border-color 0.3s ease; }

.w2btn-check .text {
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  padding-right: 10px; }

.w2btn-check:hover .icon {
  border-color: #cc0100; }

.w2btn-check.active .icon {
  background: url(../images/icons.svg) no-repeat -41px -281px;
  background-size: 400px;
  border-color: #cc0100; }

.hide-show {
  pointer-events: none;
  opacity: 0.3; }

.db-content h2, .db-content h2 * {
  color: #cc0100; }

.db-content h3, .db-content h3 * {
  color: #cc0100; }

.db-content ul,
.db-content ol {
  margin-bottom: 20px; }

.db-content ul li,
.db-content ol li {
  margin: 0 0 5px 20px; }

.db-content ul li {
  list-style: disc; }

.db-content a {
  text-decoration: underline; }

.db-content a:hover {
  text-decoration: none; }

.db-content blockquote {
  margin: 0 0 0 100px;
  padding: 40px 0; }

.db-content blockquote,
.db-content blockquote * {
  color: #cc0100;
  font-family: "Ubuntu", sans-serif;
  font-size: 30px;
  line-height: 33px;
  font-style: italic; }

.db-content .images {
  display: flex;
  margin-top: 30px; }

.db-content .images .col-left {
  width: 50%;
  padding-right: 15px; }

.db-content .images .col-right {
  width: 50%;
  padding-left: 15px; }

.db-content .images a {
  margin-bottom: 30px;
  display: block;
  border: solid 5px #e5e5e5;
  transition: all 0.5s ease; }

.db-content .images a:hover {
  border-color: #cc0100; }

.db-content img {
  width: 100%; }

#general-container {
  padding-top: 150px; }

body.contactos #general-container,
body.politica-privacidade #general-container,
body.termos-utilizacao #general-container,
body.informacao-legal #general-container,
body.utilizacao-dados #general-container {
  padding-top: 100px; }

#general-page {
  padding: 60px 0; }

#general-page .wrapper {
  padding-left: 300px; }

/*############################################################################
								MAGNIFIC POPUP
#############################################################################*/
.mfp-content {
  text-align: center; }

#mfp-w2c {
  position: relative;
  background: #fff;
  display: inline-block;
  text-align: left;
  padding: 30px;
  width: auto;
  max-width: 960px;
  min-width: 240px;
  margin: 20px auto; }

#mfp-w2c h1 {
  text-align: center; }

/*############################################################################
								HEADER & FOOTER
#############################################################################*/
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }

body.home header {
  background-color: inherit; }

body.home header .wrapper {
  width: inherit;
  margin: inherit; }

header .top {
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  z-index: 2;
  padding: 30px; }

.home header .top {
  background: transparent; }

header .top .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px; }

header .top .left {
  width: 150px;
  height: 40px; }

header .top .left a {
  background: url(../images/header-logo.svg) no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%; }

body.home header .top .left a {
  background: url(../images/header-logo-white.svg) no-repeat 0 0;
  background-size: 100%; }

header .top .left a img {
  color: #fff;
  font-size: 24px;
  line-height: 27px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  height: 43px; }

header .top .right {
  display: flex;
  align-items: center; }

header .top .right .innerleft {
  display: flex; }

header .top .right .innerleft a {
  display: inline-flex;
  align-items: center; }

header .top .right .innerleft a:not(:last-child) {
  margin-right: 30px; }

header .top .right .innerleft a .text {
  color: #cc0100;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  white-space: nowrap; }

header .top .right .innerleft a .icon {
  background: url(../images/icons.svg) no-repeat 0px 0;
  background-size: 400px;
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 10px; }

header .top .right .innerleft a:nth-child(1) .icon {
  background-position: -40px -160px; }

header .top .right .innerleft a:nth-child(2) .icon {
  background-position: -40px -180px; }

header .top .right .innerright {
  margin-left: 30px; }

header .top .right .innerright .btn .icon {
  background: url(../images/icons.svg) no-repeat 0px 0;
  background-size: 280px;
  background-position: -14px -140px; }

header .bot {
  background-color: #cc0100;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

header .bot * {
  color: #fff; }

header .bot .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px; }

header .bot .right a {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  border: solid 1px #fff;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 20px;
  white-space: nowrap;
  transition: all 0.5s ease; }

header .bot .right a:hover {
  background: #fff;
  color: #cc0100;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5); }

body.home header .top {
  box-shadow: inherit; }

body.home header .bot {
  display: none; }

footer {
  background-color: #404040;
  padding: 30px;
  position: relative;
  z-index: 9; }

footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

footer * {
  font-size: 12px;
  line-height: 15px; }

footer .left *,
footer .right * {
  color: #fff; }

footer .right {
  display: flex;
  align-items: center; }

footer .right a {
  width: 75px;
  height: 10px;
  display: inline-block; }

footer .right a.livro-reclamacoes {
  background: url("../images/logo-livro-reclamacoes-white.png") no-repeat 0 0;
  background-size: 100%;
  height: 40px;
  width: 100px;
  margin-right: 20px;
  opacity: 0.5;
  transition: opacity 0.3s ease; }

footer .right a.livro-reclamacoes:hover {
  opacity: 1; }

footer .left br {
  display: none; }

body.home footer {
  background-color: inherit;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }

body.home footer .wrapper {
  width: inherit;
  margin: inherit; }

body.home footer .left br {
  display: block; }

body.home footer .right * {
  color: #878787; }

body.home footer .right a {
  width: 75px;
  height: 10px;
  display: inline-block; }

body.home footer .right a img {
  height: 100%; }

body.home footer .right a.livro-reclamacoes {
  background: url("../images/logo-livro-reclamacoes.png") no-repeat 0 0;
  background-size: 100%;
  height: 40px;
  width: 100px;
  margin-right: 20px;
  opacity: 0.5;
  transition: opacity 0.3s ease; }

body.home footer .right a.livro-reclamacoes:hover {
  opacity: 1; }

#loading-container {
  background: rgba(255, 255, 255, 0.7) url(../images/loading.svg) no-repeat center center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001; }

#home-redmask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 3; }

#home-redmask .mask {
  background: url(../images/red-mask.png) no-repeat right center;
  width: 70%;
  min-width: 700px;
  max-width: 900px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0; }

#home-redmask-list {
  display: flex;
  flex-wrap: wrap;
  height: 600px;
  width: 600px;
  position: relative;
  transform: rotate(-45deg);
  margin-left: 15px; }

#home-redmask-list .item {
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-flex;
  width: 25%;
  height: 25%;
  position: relative; }

#home-redmask-list .item.empty {
  background: none;
  border: none; }

#home-redmask-list .item a {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center; }

#home-redmask-list .item a .container {
  background-color: #cc0100;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s ease-in-out; }

#home-redmask-list .item a .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotate(45deg);
  flex-shrink: 0; }

#home-redmask-list .item.dark a .container {
  background-color: #a40100; }

#home-redmask-list .item.darker a .container {
  background-color: #840100; }

#home-redmask-list .item a:hover .container {
  background-color: #fff;
  transform: scale(1.2, 1.2);
  z-index: 5; }

#home-redmask-list .item a:hover .container * {
  color: #cc0100; }

#home-redmask-list .item a .icon {
  background: url(../images/icons.svg) no-repeat -40px 0;
  background-size: 800px 800px;
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  flex-shrink: 0; }

#home-redmask-list .item a .text {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  padding: 0 20px;
  transition: all 0.5s ease; }

#home-redmask-list .item a[data-rel="acidentes"] .icon {
  background-position: -40px 0; }

#home-redmask-list .item a[data-rel="automovel"] .icon {
  background-position: -40px -40px; }

#home-redmask-list .item a[data-rel="saude"] .icon {
  background-position: -40px -80px; }

#home-redmask-list .item a[data-rel="responsabilidade-civil"] .icon {
  background-position: -40px -120px; }

#home-redmask-list .item a[data-rel="multiriscos"] .icon {
  background-position: -40px -160px; }

#home-redmask-list .item a[data-rel="vida"] .icon {
  background-position: -40px -200px; }

#home-redmask-list .item a[data-rel="vida-credito"] .icon {
  background-position: -40px -240px; }

#home-redmask-list .item a[data-rel="financeiro"] .icon {
  background-position: -40px -280px; }

#home-redmask-list .item a:hover .icon {
  background-position-x: -80px; }

#home-text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

#home-text .content {
  padding: 0 30px;
  width: 30%; }

#home-text .icon {
  background: url(../images/logo-icon.svg) no-repeat center center;
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin-bottom: 15px; }

#home-text h1 {
  color: #cc0100;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px; }

#home-text .description,
#home-text .description * {
  font-size: 18px;
  line-height: 23px; }

#home-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

#home-back .mask {
  background: url(../images/home-back-mask.png) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3; }

#home-back-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

#home-back-swiper .swiper-container {
  height: 100%; }

#insurance-banner {
  background-color: #840100;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 0 303px;
  position: relative; }

.politica-privacidade #insurance-banner,
.termos-utilizacao #insurance-banner,
.informacao-legal #insurance-banner,
.utilizacao-dados #insurance-banner {
  padding-bottom: 60px; }

#insurance-banner .mask {
  background: url(../images/insurance-banner-mask.png) repeat-x center 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4; }

#insurance-banner .wrapper {
  display: flex;
  position: relative;
  z-index: 5; }

#insurance-banner .left {
  width: 45%;
  padding-right: 30px; }

#insurance-banner .right {
  width: 55%;
  padding-left: 30px; }

#insurance-banner * {
  color: #fff; }

#insurance-banner h1 {
  font-size: 26px;
  line-height: 30px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  margin-bottom: 0; }

#insurance-banner .right,
#insurance-banner .right * {
  font-size: 18px;
  line-height: 21px; }

#insurance-banner-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

#insurance-banner-swiper .swiper-container {
  height: 100%; }

#insurance-mainform {
  background: url(../images/insurance-banner-mask-bot.jpg) repeat-x center 250px; }

#insurance-mainform .innerwrapper {
  background-color: #fff;
  margin-top: -250px;
  border-radius: 3px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 4; }

#insurance-mainform .top {
  display: flex;
  padding: 40px 60px;
  border-bottom: solid 1px #e5e5e5;
  align-items: center; }

#insurance-mainform .top .left {
  width: 60px;
  margin-right: 30px;
  flex-shrink: 0; }

#insurance-mainform .top .left .icon {
  background: url(../images/icons.svg) no-repeat 0 0;
  background-position: -120px -660px;
  background-size: 1200px 1200px;
  width: 60px;
  height: 60px; }

#insurance-mainform .top h3 {
  color: #cc0100;
  font-size: 18px;
  line-height: 21px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  margin-bottom: 0; }

#insurance-mainform .bot {
  padding: 60px 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#insurance-mainform .bot .box {
  margin-bottom: 20px; }

#insurance-mainform .bot .box-name {
  width: 70%;
  padding-right: 15px; }

#insurance-mainform .bot .box-nif {
  width: 30%;
  padding-left: 15px; }

#insurance-mainform .bot .box-job,
#insurance-mainform .bot .box-email,
#insurance-mainform .bot .box-phone {
  width: 33.33%;
  padding: 0 15px; }

#insurance-mainform .bot .box-job {
  padding-left: 0; }

#insurance-mainform .bot .box-phone {
  padding-right: 0; }

#insurance-mainform .bot .box-birthdate {
  width: 33.3%;
  padding-right: 15px; }

#insurance-mainform .bot .box-address {
  width: 66.7%;
  padding-left: 15px; }

.box-opts {
  display: flex;
  padding: 18px 0 0 15px; }

.box-opts a:not(:last-child) {
  margin-right: 30px; }

/*#insurance-mainform .bot .box-opts {width:461px;}
#insurance-mainform .bot .box-opts .innerbox {margin-right: 30px; display: flex; align-items: center}
#insurance-mainform .bot .box-opts .innerbox:last-child{margin-right: 0;}
#insurance-mainform .bot .box-opts label {display: flex; align-items: center}
#insurance-mainform .bot .box-opts .innerbox span{font-size: 16px; margin-right: 10px; }
#insurance-mainform .bot .box-opts .person-others {width: 116px;}*/
#insurance-mainform .bot .box-notes {
  width: 100%; }

#insurance-mainform .bot .box-notes .notes {
  height: 80px; }

#insurance-mainform .bot-notes {
  color: #a6a6a6;
  padding: 10px 60px 60px; }

#insurance-mainform .bot .label {
  display: flex;
  justify-content: space-between;
  align-items: center; }

#insurance-mainform .bot-notes .box-consent {
  display: flex; }

#insurance-mainform .bot-notes .box-consent input {
  margin-right: 10px; }

#insurance-mainform .bot-notes .box-consent a {
  color: #a40100; }

#insurance-mainform .bot-notes .box-consent a:hover {
  text-decoration: underline; }

#insurance-listed-items {
  padding: 60px 0 0 0; }

#insurance-listed-items .item {
  background: url(../images/bg-description-2.png) no-repeat center 300px;
  padding: 60px 0;
  transition: background-position 1s ease; }

#insurance-listed-items .item.active {
  background-position: center 120px; }

#insurance-listed-items .item:nth-child(even) {
  background: #f2f2f2 url(../images/bg-description-1.png) no-repeat center 300px;
  transition: background-position 1s ease; }

#insurance-listed-items .item:nth-child(even).active {
  background-position: center 120px; }

#insurance-listed-items .top {
  display: flex;
  align-items: center;
  justify-content: space-between; }

#insurance-listed-items .top .icon {
  background: url(../images/icons.svg) no-repeat 0 0;
  background-size: 800px 800px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 30px; }

#insurance-listed-items .top .name {
  white-space: nowrap;
  font-size: 18px;
  line-height: 18px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  transition: all 0.3s ease; }

#insurance-listed-items .top .line {
  background: url(../images/dotted-line.png) repeat-x 0 0;
  width: 100%;
  height: 2px;
  margin: 0 30px; }

#insurance-listed-items .top .plus {
  background: #cc0100 url(../images/icons.svg) no-repeat -30px -360px;
  background-size: 600px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; }

#insurance-listed-items .top .plus:hover {
  transform: scale(1.2, 1.2);
  box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.3); }

#insurance-listed-items .item.active .top .name {
  color: #cc0100; }

#insurance-listed-items .item.active .top .line {
  background-position: 0 -2px; }

#insurance-listed-items .item.active .top .plus {
  background-color: transparent;
  border: solid 2px #cc0100;
  background-position: -62px -392px; }

#insurance-listed-items .item[data-rel="acidentes"] .top .icon {
  background-position: 0 0; }

#insurance-listed-items .item[data-rel="automovel"] .top .icon {
  background-position: 0 -40px; }

#insurance-listed-items .item[data-rel="automovel"].active .top .icon {
  background-position: -80px -40px; }

#insurance-listed-items .item[data-rel="saude"] .top .icon {
  background-position: 0 -80px; }

#insurance-listed-items .item[data-rel="responsabilidade-civil"] .top .icon {
  background-position: 0 -120px; }

#insurance-listed-items .item[data-rel="multiriscos"] .top .icon {
  background-position: 0 -160px; }

#insurance-listed-items .item[data-rel="vida"] .top .icon {
  background-position: 0 -200px; }

#insurance-listed-items .item[data-rel="vida-credito"] .top .icon {
  background-position: 0 -240px; }

#insurance-listed-items .item[data-rel="financeiro"] .top .icon {
  background-position: 0 -280px; }

#insurance-listed-items .item.active .top .icon {
  background-position-x: -80px; }

#insurance-listed-items .content {
  display: none; }

#insurance-listed-items .content-description {
  padding: 60px 0;
  border-bottom: solid 1px #a6a6a6; }

#insurance-listed-items .content-description .innerwrapper {
  display: flex;
  align-items: center; }

#insurance-listed-items .content-description .left {
  width: 250px;
  height: 250px;
  flex-shrink: 0;
  position: relative;
  margin-right: 60px;
  padding: 30px 0 0 30px; }

#insurance-listed-items .item .content-description .mask {
  background: url(../images/listed-item-2.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#insurance-listed-items .item:nth-child(even) .content-description .mask {
  background: url(../images/listed-item.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#insurance-listed-items .content-description .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: solid 5px #cc0100;
  width: 200px;
  height: 200px;
  transform: rotate(45deg); }

#insurance-listed-items .content-description .right,
#insurance-listed-items .content-description .right * {
  font-size: 20px;
  line-height: 25px; }

#insurance-listed-items .content-data {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap; }

#insurance-listed-items .content-data .box {
  padding: 0 15px 15px 15px; }

#insurance-listed-items .content-data .box-opts {
  padding: 18px 0 0 15px; }

#insurance-listed-items .content-data .accordion {
  width: 100%;
  border: solid 1px #a6a6a6;
  border-radius: 3px; }

#insurance-listed-items .content-data .accordion .accordion-option {
  padding: 40px;
  border-bottom: solid 1px #a6a6a6; }

#insurance-listed-items .content-data .accordion .accordion-option:last-child {
  border-bottom: none; }

#insurance-listed-items .content-data .accordion .accordion-option .accordion-title {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  transition: padding-bottom 0.3s ease; }

#insurance-listed-items .content-data .accordion .accordion-option .accordion-title .line {
  background: url(../images/dotted-line-small.png) repeat-x 0 -1px;
  width: 100%;
  height: 1px;
  margin: 0 20px; }

#insurance-listed-items .content-data .accordion .accordion-option .accordion-title .text {
  color: #404040;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  white-space: nowrap; }

#insurance-listed-items .content-data .accordion .accordion-option .accordion-title .icon {
  width: 20px;
  height: 20px;
  border: solid 1px #a6a6a6;
  border-radius: 3px;
  flex-shrink: 0;
  cursor: pointer;
  transition: border-color 0.3s ease; }

#insurance-listed-items .content-data .accordion .accordion-option .accordion-title .icon:hover {
  border-color: #cc0100; }

#insurance-listed-items .content-data .accordion .accordion-option .accordion-content {
  display: flex;
  flex-wrap: wrap; }

#insurance-listed-items .content-data .accordion .accordion-option .box {
  width: 25%; }

#insurance-listed-items .content-data .accordion .accordion-option .box.box-opts {
  padding-left: 0;
  padding-right: 30px;
  width: auto;
  flex-wrap: wrap; }

#insurance-listed-items .content-data .accordion .accordion-option.active .accordion-title {
  padding-bottom: 15px; }

#insurance-listed-items .content-data .accordion .accordion-option.active .accordion-title .text {
  color: #cc0100; }

#insurance-listed-items .content-data .accordion .accordion-option.active .accordion-title .line {
  background-position: 0 0; }

#insurance-listed-items .content-data .accordion .accordion-option.active .accordion-title .icon {
  background: url(../images/icons.svg) no-repeat -41px -281px;
  background-size: 400px;
  border-color: #cc0100; }

#insurance-listed-items .item[data-rel="automovel"] .content-data .box {
  width: 25%; }

#insurance-listed-items .item[data-rel="automovel"] .content-data .box-automovel-cobertura {
  width: 50%; }

#insurance-listed-items .item[data-rel="saude"] .content-data .box {
  width: 20%; }

#insurance-listed-items .item[data-rel="saude"] .content-data .box-opts {
  width: 80%;
  padding: 0; }

#insurance-listed-items .item[data-rel="acidentes"] .content-data .box-acidentes-rendimento {
  padding-left: 0; }

#insurance-listed-items .item[data-rel="multiriscos"] .box-multiriscos-data,
#insurance-listed-items .item[data-rel="multiriscos"] .content-data .accordion .accordion-option .box-multiriscos-atividade {
  padding-left: 0;
  width: 50%; }

#insurance-listed-items .item[data-rel="vida"] .content-data .box {
  width: 25%; }

#insurance-listed-items .item[data-rel="vida-credito"] .content-data .box {
  width: 25%; }

#insurance-listed-items .item[data-rel="vida-credito"] .content-data .box-vidacredito-2pessoa {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0; }

#insurance-listed-items .item[data-rel="vida-credito"] .content-data .box-vidacredito-2pessoa a {
  width: auto;
  padding-right: 15px; }

#insurance-listed-items .item[data-rel="vida-credito"] .content-data .box-vidacredito-2pessoa .check-option {
  width: 75%;
  display: flex; }

#insurance-listed-items .item[data-rel="vida-credito"] .content-data .box-vidacredito-2pessoa .check-option .box-vidacredito-2pessoa-nome {
  width: 50%; }

#insurance-listed-items .item[data-rel="vida-credito"] .content-data .box-vidacredito-2pessoa .check-option .box-vidacredito-2pessoa-nif {
  width: 25%; }

#insurance-listed-items .item[data-rel="financeiro"] .content-data .accordion .accordion-option .box-opts {
  padding-top: 0; }

/*############################################
			CONTACTOS
#################################################*/
#google-maps {
  background-color: #840100;
  padding: 60px 0 303px;
  height: 468px;
  position: relative; }

#google-maps .mask {
  background: url(../images/insurance-banner-mask.png) repeat-x center 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  opacity: 0.3; }

#google-maps #gmaps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

#contact-container {
  background: url(../images/insurance-banner-mask-bot.jpg) repeat-x center 250px; }

#contact-form {
  background: url(../images/insurance-banner-mask-bot.jpg) repeat-x center 60px;
  padding-bottom: 60px; }

#contact-form .innerwrapper {
  background-color: #fff;
  margin-top: -60px;
  border-radius: 3px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 4; }

#contact-form .top {
  display: flex;
  padding: 40px 60px;
  border-bottom: solid 1px #e5e5e5;
  align-items: center; }

#contact-form .top .left {
  width: 60px;
  margin-right: 30px;
  flex-shrink: 0; }

#contact-form .top .left .icon {
  background: url(../images/icons.svg) no-repeat 0 0;
  background-position: -120px -900px;
  background-size: 1200px 1200px;
  width: 60px;
  height: 60px; }

#contact-form .top h3 {
  color: #cc0100;
  font-size: 18px;
  line-height: 21px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  margin-bottom: 0; }

#contact-form .bot {
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#contact-form .box {
  margin-bottom: 20px; }

#contact-form .box-name {
  width: 50%;
  padding-right: 15px; }

#contact-form .box-business {
  width: 50%;
  padding-left: 15px; }

#contact-form .box-email {
  width: 75%;
  padding-right: 15px; }

#contact-form .box-phone {
  width: 25%;
  padding-left: 15px; }

#contact-form .box-subject {
  width: 100%; }

#contact-form .box-message {
  width: 100%;
  margin-bottom: 0;
  margin-bottom: 30px; }

#contact-form .box-message textarea {
  height: 200px; }

#contact-form .box-enviar {
  width: 750px;
  padding: 0 50px;
  position: relative;
  margin-top: -20px;
  z-index: 5;
  display: flex;
  justify-content: flex-end; }

#contact-form .box-enviar input {
  background: #840100 url(../images/arrow-send.png) no-repeat right center;
  color: #fff;
  padding-right: 30px;
  transition: all 0.3s ease; }

#contact-form .box-enviar input:hover {
  background-color: #cc0100;
  box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.3); }

#contact-form .notes p,
#contact-form .notes p * {
  font-size: 12px;
  margin-bottom: 0; }

#contact-form .notes p .mandatory {
  margin-right: 10px; }

#contact-form .label {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.other-contacts {
  padding-bottom: 40px; }

.other-contacts h3 {
  display: flex;
  align-items: center; }

.other-contacts h3 .text {
  white-space: nowrap;
  color: #cc0100;
  font-size: 18px;
  line-height: 21px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  margin-bottom: 0; }

.other-contacts h3 .line {
  background: url(../images/dotted-line.png) repeat-x 0 -2px;
  width: 100%;
  height: 2px;
  margin: 0 30px; }

.other-contacts .content {
  display: flex; }

.other-contacts .content .col-left {
  width: 50%;
  padding-right: 15px;
  border-right: solid 1px #a6a6a6; }

.other-contacts .content .col-left * {
  font-size: 20px;
  line-height: 24px; }

.other-contacts .content .col-mid {
  width: 25%;
  padding: 0 15px;
  border-right: solid 1px #a6a6a6; }

.other-contacts .content .col-mid *,
.other-contacts .content .col-right * {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px; }

.other-contacts .content .col-right {
  width: 25%;
  padding-left: 15px; }

.other-contacts a {
  transition: all 0.3s ease; }

.other-contacts a:hover {
  color: #cc0100; }
