@font-face {
  font-family: "Uni Neue Bold";
  src: url("../fonts/UniNeueBold.eot");
  src: local("Uni Neue Bold"), local("UniNeueBold"), url("../fonts/UniNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/UniNeueBold.woff2") format("woff2"), url("../fonts/UniNeueBold.woff") format("woff"), url("../fonts/UniNeueBold.ttf") format("truetype"), url("../fonts/UniNeueBold.svg#UniNeueBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uni Neue Medium";
  src: url("../fonts/UniNeueMedium.eot");
  src: local("Uni Neue Medium"), local("UniNeueMedium"), url("../fonts/UniNeueMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/UniNeueMedium.woff2") format("woff2"), url("../fonts/UniNeueMedium.woff") format("woff"), url("../fonts/UniNeueMedium.ttf") format("truetype"), url("../fonts/UniNeueMedium.svg#UniNeueMedium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

ul, ol {
  margin: 0 !important;
}

a.mega-menu-link {
  font-family: "Uni Neue Medium" !important;
  border-radius: 15px !important;
}


#header {
  padding-top: 80px;
  position: sticky;
  z-index: 999;
  top: 0;
}

#header .menu li a {
  font-size: 20px;
  line-height: 23px;
  color: #424242;
}

#header .menu li a:hover {
  color: #E6007E;
}

#header .menu li .active {
  color: #E6007E;
}

#header .menu li + li {
  margin-left: 42px;
}

#header #menu-toggle {
  cursor: pointer;
  width: 36px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#header #menu-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #E6007E;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#header #menu-toggle span:nth-child(1) {
  top: 0px;
}

#header #menu-toggle span:nth-child(2) {
  top: 9px;
}

#header #menu-toggle span:nth-child(3) {
  top: 18px;
}

#header #menu-toggle .icon {
  width: 32px;
  height: 32px;
  fill: #E6007E;
}

#header #menu-toggle.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#header #menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#header #menu-toggle.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#header .btn-results {
  font-family: "Uni Neue Bold";
  font-size: 25px;
  padding: 7px 20px;
  width: 390px;
  border-radius: 50px;
}

.menu-mobile {
  position: fixed;
  height: 100%;
  top: 0;
  padding: 30px 15px 10px;
  background: #E6007E;
  z-index: 9;
  width: 240px;
  left: -240px;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

.menu-mobile ul li {
  margin-bottom: 10px;
}

.menu-mobile ul li a {
  font-size: 16px;
}

.menu-mobile ul li a:hover {
  color: #fff;
}

.menu-mobile.open {
  left: 0;
}

.home #header .menu li a {
  color: #fff;
  text-decoration: none;
}

.home #header .menu li a:hover {
  color: #E6007E;
}

.home #header .btn-results {
  background-color: #E6007E;
  border-color: #E6007E;
}

.home #header .btn-results:hover {
  background-color: rgba(230, 0, 126, 0.8);
}

body {
  position: relative;
  left: 0;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

html.menu-open {
  overflow: hidden;
}

html.menu-open body {
  left: 240px;
  overflow: hidden;
}

.btn-secondary {
  color: #fff;
}

.btn-secondary:hover {
  color: #fff;
}

.hero {
  padding-top: 280px;
  background-color: #D9D9D9;
  background-image: url("../svg/circles.svg");
  background-position: 96% 48%;
  background-repeat: no-repeat;
  height: 89vh;
  margin-top: -153px;
  position: relative;
}

.hero img {
  max-width: 100%;
}

.hero .hero-main-text {
  font-size: 70px;
  color: #fff;
  line-height: 74px;
  font-family: "Uni Neue Bold";
  margin-bottom: 50px;
  margin-top: 6px;
}

.hero .hero-image {
  position: relative;
}

.hero .btn-hero {
  font-size: 25px;
  color: #fff;
  font-family: "Uni Neue Bold";
  padding: 16px 20px;
  width: 354px;
  border-radius: 42px;
}

.hero:before {
  content: "";
  background-image: url(../svg/circles.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -58px;
  left: -175px;
  width: 382px;
  height: 382px;
  background-size: contain;
}

.hero:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: -170px;
  background-image: url('data:image/svg+xml; utf8, <svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1919 200" width="1919" height="200"><path fill-rule="evenodd" fill="%23D9D9D9" d="m1919 137.8c-814.5-259.9-1626.9 237.9-1919 0.4v-948.2h1919z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

ul#menu-principal li a {
  text-decoration: none;
  font-size: 20px;
}

ul#menu-principal {
  list-style: none !important;
}

ul {
  padding-left: 0;
  list-style: none !important;
}

.socials {
  margin-right: 90px;
  position: relative;
  top: -84px;
}

.socials ul li .icon {
  fill: #fff;
}

.socials ul li .instagram {
  width: 32px;
  height: 32px;
}

.socials ul li .linkedin {
  width: 36px;
  height: 36px;
}

.socials ul li .facebook {
  width: 36px;
  height: 36px;
}

.socials ul li + li {
  margin-top: 16px;
}

.socials:before, .socials:after {
  content: "";
  width: 2px;
  background: #fff;
  height: 125%;
  position: absolute;
  right: 50%;
}

.socials:before {
  top: -134%;
}

.socials:after {
  top: 101%;
}

img {
  max-width: 100%;
}

#boxes {
  margin-top: 220px;
  position: relative;
  z-index: 3;
  padding: 0 122px;
}

#boxes .box {
  background: #0BC2C3;
  text-align: center;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  filter: drop-shadow(0px 14px 11px rgba(0, 0, 0, 0.05));
  max-width: 315px;
}

#boxes .box .icon {
  fill: #fff;
  margin-bottom: 24px;
}

#boxes .box .spreadsheet {
  width: 40px;
  height: 74px;
}

#boxes .box .home {
  width: 55px;
  height: 58px;
}

#boxes .box .clock {
  width: 58px;
  height: 58px;
}

#boxes .box .cards {
  width: 72px;
  height: 54px;
}

#boxes .box p {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

#boxes .box span {
  font-family: "Uni Neue Medium";
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

#insurances {
  background-image: url('data:image/svg+xml; utf8,<svg width="72" height="72" viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.2" cx="36" cy="36" r="36" fill="%23DDDDDD"/></svg>'), url('data:image/svg+xml; utf8,<svg width="72" height="72" viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.2" cx="36" cy="36" r="36" fill="%23DDDDDD"/></svg>'), url(../svg/circles.svg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: -144px 130px, calc(100% + 144px) bottom, calc(100% + 160px) 296px;
  background-size: 288px, 288px, auto;
  padding-top: 330px;
  padding-bottom: 0px;
  margin-top: -334px;
  position: relative;
  z-index: 2;
}

#insurances h3 {
  color: #17d9db;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}

#insurances p {
  font-size: 40px;
  color: #5A585C;
  line-height: 46px;
}

#insurances p + p {
  margin-top: 50px;
}

#insurances .btn-insurances {
  font-family: "Uni Neue Bold";
  font-size: 25px;
  width: 354px;
  border-radius: 52px;
  padding: 16px 20px;
  margin: 40px auto 0;
  display: block;
}

#insurances .insurances-info {
  padding-left: 115px;
}

#insurances .container {
  padding: 90px 0 140px;
  background-image: url('data:image/svg+xml; utf8,<svg width="72" height="72" viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.2" cx="36" cy="36" r="36" fill="%23DDDDDD"/></svg>'), url('data:image/svg+xml; utf8,<svg width="72" height="72" viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.2" cx="36" cy="36" r="36" fill="%23DDDDDD"/></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: 112px 34px, 95% 94%;
}

#insurances .container img {
  margin-left: 43px;
  position: relative;
  top: 52px;
}

#insurances:before {
  content: "";
  background-image: url(../svg/circles.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 285px;
  left: -216px;
  width: 382px;
  height: 382px;
  background-size: contain;
  z-index: -1;
}

#locations {
  background-image: url(../img/bglocations.png), url(../svg/circles.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: contain, 415px;
  background-position: top left, -150px 44%;
  padding-top: 430px;
  padding-bottom: 100px;
  margin-top: -350px;
  z-index: 1;
  position: relative;
}

#locations h3 {
  color: #17d9db;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 100px;
  padding-left: 20%;
}

#locations .arrow {
  position: absolute;
  bottom: -110px;
  box-shadow: 0px 24px 32px rgba(59, 59, 59, 0.12);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#locations .arrow .icon {
  width: 16px;
  height: 26px;
}

#locations .prev {
  left: 10%;
}

#locations .next {
  right: 10%;
}

#locations .location {
  background: #f3f3f3;
  text-align: center;
  outline: none;
  padding: 83px 20px;
  border-radius: 20px;
  margin: 0 32px;
}

#locations .location h5, #locations .location p {
  font-size: 16px;
  color: #5A585C;
  margin-bottom: 20px;
  position: relative;
  top: -20px;
}

#locations .location .btn {
  font-family: "Uni Neue Bold";
  font-size: 18px;
  color: #fff;
  padding: 2px 15px;
  border-radius: 20px;
  margin-top: 12px;
}

body {
  overflow-x: hidden;
}

.locations-info {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  margin-left: -25%;
}

.locations-info h4 {
  font-size: 50px;
  font-weight: 700;
  color: #E6007E;
  margin-bottom: 30px;
}

.locations-info h5 {
  font-size: 40px;
  font-weight: 700;
  color: #5A585C;
  line-height: 44px;
}

.locations-info p {
  font-size: 22px;
  color: #5A585C;
  line-height: 22px;
}

#inner-locations {
  background-image: url('data:image/svg+xml; utf8,<svg width="72" height="72" viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.16" cx="36" cy="36" r="36" fill="%23DDDDDD"/></svg>'), url(../svg/circles.svg), url(../svg/circles.svg);
  background-size: 288px, 382px, 415px;
  background-position: -137px 250px, calc(100% + 158px) 400px, -247px 107%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  padding-bottom: 200px;
}

#inner-locations .container {
  background-image: url('data:image/svg+xml; utf8,<svg width="72" height="72" viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.16" cx="36" cy="36" r="36" fill="%23DDDDDD"/></svg>');
  background-size: 72px;
  background-position: 130px 100px;
  background-repeat: no-repeat;
}

#inner-locations .container .row {
  align-items: center;
  margin-top: 50px;
}

#inner-locations .locations-info {
  margin-left: 17px;
}

#inner-locations .location {
  background: #f3f3f3;
  text-align: center;
  outline: none;
  padding: 64px 0px;
  border-radius: 20px;
  margin: 0 32px;
}

#inner-locations .location h5, #inner-locations .location p {
  font-size: 20px;
  color: #5A585C;
  margin-bottom: 20px;
}

#inner-locations .location .btn {
  font-family: "Uni Neue Bold";
  font-size: 18px;
  color: #fff;
  padding: 2px 15px;
  border-radius: 20px;
  margin-top: 12px;
}

#inner-locations .arrow {
  display: none !important;
}

.content {
  padding-top: 80px;
  background-image: url(../svg/circles.svg), url(../svg/circles.svg), url(../img/bglocations.png);
  background-position: 96% 14px, -204px 346px, left 220px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 382px, 382px, contain;
}

.content h1 {
  font-size: 40px;
  color: #17d9db;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 18px;
}

.content p {
  font-size: 24px;
  color: #979699;
  line-height: 34px;
}

#empresa-topo {
  margin-bottom: 160px;
}

#empresa-topo > div:last-child {
  padding-left: 82px;
}

#empresa-topo > div:last-child p {
  max-width: 734px;
}

#empresa-topo > div:last-child p br {
  display: none;
}

#empresa-topo img {
  padding-left: 105px;
}

#empresa-topo h1 {
  padding-top: 100px;
}

.unidades .content {
  padding-top: 80px;
  background-position: calc(100% + 146px) 14px, -153px 392px, left 220px;
}

#unidades-topo {
  margin-bottom: 65px;
  padding-left: 180px;
}

#unidades-topo h1 {
  padding-top: 100px;
}

#unidades-topo h2 {
  font-size: 45px;
  color: #5A585C;
  margin-top: 104px;
  font-weight: 400;
}

#unidades-topo span {
  font-size: 20px;
  color: #5A585C;
}

#unidades-topo p {
  color: #5A585C;
}

#unidades-topo .form-control {
  max-width: 526px;
  height: 70px;
  font-size: 20px;
  color: #5A585C;
  padding-left: 18px;
  border: 1px solid #AFAFAF;
  border-radius: 9px;
  margin-top: 30px;
  background: transparent;
}

#unidades-topo .form-control::placeholder {
  color: rgba(90, 88, 92, 0.43);
}

.empresa-photos, .empresa-video {
  background-image: url(../svg/circles.svg);
  background-position: calc(100% + 158px) 100%;
  background-repeat: no-repeat;
  background-size: 382px;
  padding-bottom: 265px;
}

.empresa-photos > div, .empresa-video > div {
  display: flex;
  justify-content: space-between;
  background: #17d9db;
}

.empresa-photos > div a + a, .empresa-video > div a + a {
  margin-left: 12px;
}

.empresa-infos {
  position: relative;
  padding-bottom: 20px;
  background-image: url('data:image/svg+xml; utf8,<svg width="72" height="72" viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.2" cx="36" cy="36" r="36" fill="%23DDDDDD"/></svg>'), url(../svg/circles.svg), url(../svg/circles.svg), url(../svg/circles.svg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 288px, 415px, 415px, 415px;
  background-position: calc(100% + 160px) 80px, calc(100% + 205px) 450px, -250px 5px, 90% 100%;
  margin-bottom: -184px;
}

.empresa-infos ul {
  padding-left: 86px;
}

.empresa-infos ul li {
  font-size: 23px;
  color: #979699;
  padding-left: 60px;
  background: url(../svg/check.svg) no-repeat left 10px;
  background-size: 21px;
  margin-bottom: 28px;
  line-height: 37px;
}

.empresa-infos h2 {
  font-size: 40px;
  color: #17d9db;
  font-weight: 700;
  margin-top: 130px;
  margin-bottom: 25px;
  margin-left: 75px;
}

.empresa-infos p {
  font-size: 24px;
  line-height: 40px;
  margin-left: 75px;
}

.empresa-infos:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -124px;
  background-image: url(../img/bglocations.png);
  background-repeat: no-repeat;
  background-size: contain;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: -1;
}

.convenios .content {
  background-position: 96% 82px, -166px 494px, left 310px;
  padding-top: 84px;
}

#convenios-topo {
  margin-bottom: 100px;
  align-items: center;
}

#convenios-topo > div:last-child p {
  max-width: 734px;
}

#convenios-topo img {
  padding-left: 105px;
}

#convenios-topo h1 {
  padding-top: 0;
}

#convenios-topo p {
  color: #5A585C;
}

.insurances-search {
  padding-left: 276px;
  background-image: url(../svg/circles.svg), url('data:image/svg+xml; utf8,<svg width="72" height="72" viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.2" cx="36" cy="36" r="36" fill="%23DDDDDD"/></svg>'), url(../svg/circles.svg), url('data:image/svg+xml; utf8,<svg width="72" height="72" viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.2" cx="36" cy="36" r="36" fill="%23DDDDDD"/></svg>');
  background-position: calc(100% + 175px) 452px, calc(100% + 131px) 952px, -245px 100%, -150px 300px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 382px, 288px, 415px, 288px;
  padding-bottom: 80px;
}

.insurances-search h2 {
  font-size: 45px;
  color: #5A585C;
  margin-top: 150px;
  font-weight: 400;
  margin-bottom: 18px;
}

.insurances-search span {
  font-size: 30px;
  color: #5A585C;
}

.insurances-search p {
  color: #5A585C;
}

.insurances-search .input {
  display: flex;
  align-items: center;
  border: 1px solid #AFAFAF;
  max-width: 526px;
  height: 70px;
  margin-top: 30px;
  margin-bottom: 40px;
  border-radius: 9px;
}

.insurances-search .input .btn-submit {
  background: url(../svg/search.svg) center no-repeat;
  width: 80px;
  height: 44px;
  border: none;
}

.insurances-search .form-control {
  font-size: 20px;
  color: #5A585C;
  padding-left: 18px;
  background: transparent;
  border: none;
}

.insurances-search .form-control::placeholder {
  color: rgba(90, 88, 92, 0.43);
}

.insurances-search .insurance-list {
  margin-top: 36px;
  max-width: 1410px;
  position: relative;
}

.insurances-search .insurance-list .insurance {
  font-size: 30px;
  color: #17d9db;
  border: 1px solid #17d9db;
  text-align: center;
  filter: drop-shadow(0px 20px 32px rgba(0, 0, 0, 0.05));
  border-radius: 21px;
  margin-bottom: 35px;
  display: inline-block;
  width: 23%;
  margin-right: 14px;
  padding: 10px 0;
}

.insurances-search .insurance-list .featured {
  border: 1px solid #17d9db;
  background: #17d9db;
  color: #fff;
}

.insurances-search .insurance-list:before {
  content: "";
  width: 72px;
  height: 72px;
  background-image: url('data:image/svg+xml; utf8,<svg width="72" height="72" viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.2" cx="36" cy="36" r="36" fill="%23DDDDDD"/></svg>');
  background-repeat: no-repeat;
  background-size: 72px;
  position: absolute;
  top: 195px;
  left: -36px;
}

#footer {
  background: #535353;
  padding: 110px 0 72px;
  margin-top: 84px;
  color: #fff;
  position: relative;
}

#footer .footer-title {
  font-weight: 700;
  font-size: 50px;
  padding-right: 5px;
}

#footer .msg {
  font-family: "Uni Neue Medium";
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  margin-top: 34px;
  margin-bottom: 50px;
}

#footer .container > .row > div:first-child {
  padding-right: 96px;
}

#footer .form-control {
  background: rgba(196, 196, 196, 0.15);
  border: none;
  font-family: "Uni Neue Bold";
  font-size: 16px;
  color: #fff;
  height: 62px;
  margin-bottom: 26px;
  border-radius: 10px;
  padding: 16px 20px;
  overflow: hidden;
}

#footer .form-control::placeholder {
  color: #fff;
  font-family: "Uni Neue Medium";
}

#footer .form-check-label {
  font-family: "Uni Neue Medium";
  font-size: 16px;
  user-select: none;
}

#footer .form-check-input {
  background-color: transparent;
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
  margin-right: 16px;
}

#footer .btn {
  font-size: 20px;
  font-family: "Uni Neue Bold";
  font-weight: 700;
  width: 270px;
  float: right;
  border-radius: 40px;
}

#footer .qrcode-wrapper {
  padding-left: 143px;
}

#footer .qrcode {
  margin-top: 60px;
}

#footer .footer-menu {
  margin-top: 75px;
  border-top: 1px solid rgba(196, 196, 196, 0.15);
  padding-top: 74px;
}

#footer .footer-menu ul li a {
  font-size: 20px;
}

#footer .footer-menu ul li + li {
  margin-left: 42px;
}

#footer .btn-results {
  width: 390px;
  margin-left: 70px;
}

#socials-footer {
  padding: 69px 0 40px;
}

#socials-footer p {
  font-size: 40px;
  color: #5A585C;
  text-align: right;
  margin-bottom: 5px;
}

#socials-footer .icon {
  fill: #E6007E;
  width: 22px;
  height: 22px;
}

#socials-footer a {
  display: inline-block;
  margin-left: 3px;
}

#copyright {
  background: #535353;
  padding: 22px 0 2px;
}

#copyright p {
  color: #fff;
  font-family: Arial, sans-serif;
  text-decoration: none;
  font-size: 14px;
  margin-right: 48px;
}

#copyright a {
  color: #fff;
  font-family: Arial, sans-serif;
  text-decoration: none;
  font-size: 14px;
}

#copyright a + a {
  margin-left: 92px;
}

a.btn.btn-secondary.btn-results {
  color: #fff !important;
}

@media only screen and (min-width: 480px) {
  #mega-menu-wrap-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 span.mega-menu-badge {
    font-size: 16px !important;
    border-radius: 8px;

  }

}

@media only screen and (min-width: 768px) {
  #mega-menu-wrap-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 span.mega-menu-badge {
    font-size: 15px !important;
    border-radius: 8px;

  }
}

@media only screen and (min-width: 960px) {
  #mega-menu-wrap-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 span.mega-menu-badge {
    font-size: 11px !important;
    border-radius: 8px;

  }
}

@media only screen and (min-width: 1200px) {
  #mega-menu-wrap-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 span.mega-menu-badge {
    font-size: 16px !important;
    border-radius: 8px;

  }
}

@media only screen and (min-width: 1400px) {
  #mega-menu-wrap-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 span.mega-menu-badge {
    font-size: 22px !important;
    border-radius: 8px;

  }

  .footer-menu.d-flex.justify-content-center.d-none.d-md-block div#mega-menu-wrap-menu-1 {
    max-width: 880px;
  }
}

@media only screen and (min-width: 1600px) {
  #mega-menu-wrap-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 span.mega-menu-badge {
    font-size: 22px !important;
    border-radius: 8px;
  }

  .footer-menu.d-flex.justify-content-center.d-none.d-md-block div#mega-menu-wrap-menu-1 {
    max-width: 980px;
  }
}


div#mega-menu-wrap-menu-1 {
  background: transparent !important;
}

p.hero-main-text {
  max-width: 524px;
}

a.btn.btn-primary.btn-insurances {
  color: #fff;
}

a.btn.btn-primary.btn-results {
  color: #fff;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #e6007e !important;
  font-weight: normal;
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.1);
}

.asr-filter-div ul {
  display: flex !important;
  justify-content: center !important;
}

h2.am__title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;

  /* Grey 02 */
  color: #949494;
  text-decoration: none !important;
}

.am_cont a {
  text-decoration: none !important;
}

.am__excerpt {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;

  /* Grey 02 */
  color: #949494;
}

.am_thumb {
  border-radius: 20px !important;
}

.am_single_grid {
  box-shadow: none !important;
  height: 100%;
  display: block;
}

a.am__readmore {
  display: none !important;
}

label.form-check-label {
  display: flex !important;
  align-items: center !important;
  line-height: 4px !important;
}


p {
  margin: 1px !important;
}


a.btn.btn-primary.btn-results {
  position: relative;
  top: -40px;
}

.footer-menu.d-flex.justify-content-center.d-none.d-md-block div#mega-menu-wrap-menu-1 ul#mega-menu-menu-1 li a {
  color: #fff;
}
p.msg {
  padding: 20px;
}
input#emviar {
  font-family: "Uni Neue Bold" !important;
}
