@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
.information__social i, .nav-mobile, .nav-mobile__overlay, .form-control, .btn-primary, .btn-clean, .btn-submit, button, .btn-secondary, .btn-secondary-2, .btn-tertiary {
  transition: all 0.5s ease-in-out;
}

.btn-primary, .btn-secondary, .btn-secondary-2, .btn-tertiary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #191b1d;
  font-weight: 400;
}
* :focus {
  outline: none;
}

body {
  background-color: white;
}

a {
  color: inherit;
  font-size: inherit;
  text-decoration: unset;
}
a:hover {
  color: #23344d;
  text-decoration: unset;
}

i,
strong,
h2 strong {
  font-size: inherit;
  color: inherit;
  font-size: inherit;
}

p img {
  max-width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
}

ol,
ul {
  list-style: none;
  padding-left: unset;
  margin-bottom: unset;
}

button {
  border: unset;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

h1 {
  font-size: 3.25rem;
  color: #273a55;
  font-weight: bold;
}

h2 {
  font-size: 2.625rem;
}

h3,
h4 {
  font-size: 2.25rem;
}

h5 {
  font-size: 1.875rem;
}

h6 {
  font-size: 1.5rem;
}

.btn-primary {
  width: -moz-max-content;
  width: max-content;
  min-height: 41px;
  font-size: 1rem;
  color: #273a55;
  background-color: #ffffff;
  border-color: transparent;
  padding: 8px 30px;
  text-decoration: none;
  border-radius: 26px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:focus {
  color: #ffffff !important;
  background-color: #23344d !important;
  border-color: transparent;
}

.btn-secondary {
  width: -moz-max-content;
  width: max-content;
  min-height: 41px;
  font-size: 1rem;
  color: #ffffff;
  background-color: #809ac1;
  border-color: transparent;
  padding: 8px 30px;
  text-decoration: none;
  border-radius: 26px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:focus {
  color: white !important;
  background-color: #728fba !important;
  border-color: transparent;
}

.btn-secondary-2 {
  width: -moz-max-content;
  width: max-content;
  min-height: 41px;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: #728fba;
  border-color: transparent;
  padding: 8px 30px;
  text-decoration: none;
  border-radius: 25px;
}
.btn-secondary-2:hover, .btn-secondary-2:focus, .btn-secondary-2:active, .btn-secondary-2:focus {
  color: white !important;
  background-color: #6781a7 !important;
  border-color: transparent;
}

.btn-tertiary {
  width: auto;
  min-height: 41px;
  font-weight: 700;
  font-size: 1rem;
  color: #ffffff;
  background-color: #273a55;
  border-color: transparent;
}
.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active, .btn-tertiary:focus {
  color: #000;
  background-color: #728fba;
  border-color: transparent;
}

.btn-clean {
  background-color: #273a55;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
}
.btn-clean:hover, .btn-clean:focus, .btn-clean:active, .btn-clean:focus {
  color: #ffffff;
  background-color: #23344d;
}

.btn-submit {
  background-color: #f5f5f5;
  color: #728fba;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #728fba;
  padding: 8px 40px;
}
.btn-submit:hover, .btn-submit:focus, .btn-submit:active, .btn-submit:focus {
  box-shadow: 0 0 4px 1px #728fba;
  color: #728fba;
}

.form-group {
  margin-bottom: 10px;
}
.form-group label {
  color: #728fba;
  margin-bottom: 6px;
}
.form-control {
  font-size: 1rem;
  border-radius: 6px;
  border: 1px solid #809ac1 !important;
  resize: none;
  padding: 10px;
}
.form-control::-moz-placeholder {
  /* WebKit browsers */
  color: #A2A9B0;
  padding: 12px;
  font-size: 15px;
}
.form-control::placeholder {
  /* WebKit browsers */
  color: #A2A9B0;
  padding: 12px;
  font-size: 15px;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #A2A9B0;
  padding: 12px;
  font-size: 15px;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A2A9B0;
  padding: 12px;
  font-size: 15px;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #A2A9B0;
  padding: 12px;
  font-size: 15px;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #A2A9B0;
  padding: 12px;
  font-size: 15px;
}
.form-control:hover, .form-control:focus, .form-control:active, .form-control:focus {
  box-shadow: 0 0 5px 1px #728fba;
}
.form select.form-control {
  color: #728fba;
}

.input_invalid {
  border: 1px solid #ff0000;
}

.title-center {
  font-size: 2.25rem;
  font-weight: bold;
  color: #273a55;
  text-align: center;
}
@media (max-width: 599px) {
  .title-center {
    font-size: 1.875rem;
  }
}

.placeholder {
  background-color: #eee;
}
.placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.map .embed-responsive {
  max-height: 283px;
}

.toast-message, .toast-title {
  color: white;
}

.image img {
  max-width: 100%;
}
.image-style-side {
  float: left;
  margin-right: 1rem;
}

.header {
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.53);
  position: relative;
  z-index: 1;
}
.header__section {
  padding: 20px 0;
}

.nav__item--drop span, .nav__link {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #273a55;
}
@media (max-width: 990px) {
  .nav__item--drop span, .nav__link {
    font-size: 1rem;
    color: #728fba;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .nav__item--drop span, .nav__link {
    color: #728fba;
  }
}

@media (max-width: 599px) {
  .header__nav {
    margin-right: 1.5rem;
  }
}

.nav {
  width: 100%;
}
.nav__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  gap: 0.75rem;
}
.nav__list--drop {
  align-items: flex-start !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  left: 0;
  padding: 0.5rem;
  top: 100%;
  z-index: 100;
}
.nav__list--drop {
  position: absolute;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  background-color: white;
}
.nav__list--drop a {
  color: #52565c !important;
}
@media (max-width: 990px) {
  .nav__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 4px;
  }
  .nav__list .nav__item {
    padding: 8px 0;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .nav__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 4px;
  }
  .nav__list .nav__item {
    padding: 8px 0;
  }
}
.nav__link {
  padding: 20px 12px;
  text-decoration: none;
  font-size: 1.3rem;
}
@media (max-width: 990px) {
  .nav__link {
    padding: 10px;
  }
}
.nav__item:hover {
  color: #23344d;
}
@media (max-width: 990px) {
  .nav__item {
    padding: 12px 10px;
    border-radius: 0;
    border-bottom: 1px solid #dbdbdb;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .nav__item {
    border-radius: 0;
    border-bottom: 1px solid #dbdbdb;
  }
  .nav__item:hover {
    background-color: transparent;
  }
}
.nav__item--drop {
  position: relative;
}
.nav__item--drop-item a {
  font-size: 1rem;
  padding: 0;
}
.nav__item--drop span {
  text-decoration: none;
  font-size: 1.3rem;
  color: #273a55;
}
.nav__item--drop:hover {
  background-color: transparent;
}
.nav__item--drop:hover span {
  color: #23344d !important;
}
.nav__item--drop:hover > ul {
  opacity: 1;
  visibility: visible;
}

.nav-mobile {
  position: fixed;
  top: 0;
  left: -240px;
  z-index: 100;
  width: 240px;
  height: 100%;
  background-color: #ffffff;
}
.nav-mobile__overlay {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.nav-mobile__close {
  text-align: right;
  font-size: 1.125rem;
  margin: 2rem 1rem 0 0;
  color: #728fba;
}
.nav-mobile__button {
  width: 100%;
  font-size: 1.25rem;
  padding-left: 25px;
  font-weight: 600;
  color: #728fba;
  cursor: pointer;
}
.nav-mobile .nav__list {
  align-items: initial;
  justify-content: end;
}
@media (min-width: 1200px) {
  .nav-mobile {
    position: static;
    width: 100%;
    background-color: transparent;
  }
  .nav-mobile__button, .nav-mobile__close {
    display: none;
  }
}
.nav-mobile__active, .nav-mobile__active > .nav-mobile__overlay {
  left: 0;
}

.information {
  background-color: #E0E4EA;
}
.information__title {
  color: #273a55;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.information__item {
  color: #273a55;
}
.information__item:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.information__description {
  font-size: 0.875rem;
}
.information__social {
  gap: 0.5rem;
}
.information__social i {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 33px;
  width: 33px;
  background: #728FBA;
  color: #FFFFFF;
  font-size: 1.375rem;
  border-radius: 8px;
  padding: 0.375rem;
}
.information__social i:hover {
  cursor: pointer;
  background: #6781a7;
}
.information__map {
  max-width: 340px;
}
.information__link {
  color: #273a55;
  font-size: 1rem;
  text-decoration: none;
}
.information__link:hover {
  color: #23344d;
}
.information__icon {
  color: #273a55;
  font-size: 1rem;
  margin-right: 0.3rem;
}
.information__column {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .information__column {
    margin-bottom: unset;
  }
  .information__column:not(:last-of-type) {
    border-right: 2px solid white;
  }
  .information__column:nth-child(2) {
    padding-left: 5rem;
  }
}
@media (max-width: 1200px) {
  .information {
    background-image: unset !important;
  }
}

.rights {
  align-items: center;
  min-height: 40px;
  padding: 0.5rem 0px;
  background-color: #273a55;
}
.rights p {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
}
.rights p a {
  text-decoration: none;
}
.rights p a:hover {
  color: #eee;
}
@media (min-width: 1200px) {
  .rights {
    flex-direction: row;
  }
}
@media (max-width: 599px) {
  .rights {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .info-container {
    flex-direction: column;
    align-items: center;
  }
}
.whats-link {
  background-color: #25d366;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: fixed;
  right: 1em;
  bottom: 8em;
  z-index: 10;
  width: 180px;
  animation: pulse 2s infinite;
}
@media (max-width: 599px) {
  .whats-link {
    bottom: 7em;
  }
}
.whats-link img {
  width: 50px;
  height: 50px;
}
@media (max-width: 599px) {
  .whats-link img {
    width: 40px;
    height: 40px;
  }
}
.whats-link span {
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
}
@media (max-width: 599px) {
  .whats-link span {
    font-size: 0.875rem;
  }
}
.whats-link.robison {
  bottom: 3em;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.banner-pages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 230px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-pages__figure {
  margin-bottom: 8px;
}
.banner-pages__image {
  width: 0px;
}
.banner-pages__title {
  font: 600 38px "Inter", sans-serif;
  color: #ffffff;
  text-align: left;
  margin-bottom: 14px;
}
@media (min-width: 600px) and (max-width: 899px) {
  .banner-pages__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 599px) {
  .banner-pages__title {
    text-align: center;
    font-size: 1.875rem;
  }
}
.banner-pages__subtittle {
  text-align: left;
  color: #ffffff;
  font-size: 1rem;
  max-width: 700px;
}
@media (max-width: 599px) {
  .banner-pages__subtittle {
    font-size: 0.875rem;
    text-align: center;
  }
}
.banner-pages__model {
  font: 400 40px/48px "Inter", sans-serif;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 599px) {
  .banner-pages__model {
    font-size: 2.625rem;
  }
}
