/* --------------------------------------------------------------
/* MAIN LESS MIXINS AND FUNCTIONS - LESSHAT
-------------------------------------------------------------- */
/* --------------------------------------------------------------
VARIABLES
-------------------------------------------------------------- */
/* --------------------------------------------------------------
BODY DEFAULTS
-------------------------------------------------------------- */
@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-Bold.woff2') format('woff2'),
      url('../fonts/Karla-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-BoldItalic.woff2') format('woff2'),
      url('../fonts/Karla-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-ExtraBold.woff2') format('woff2'),
      url('../fonts/Karla-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-ExtraBoldItalic.woff2') format('woff2'),
      url('../fonts/Karla-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-ExtraLight.woff2') format('woff2'),
      url('../fonts/Karla-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-ExtraLightItalic.woff2') format('woff2'),
      url('../fonts/Karla-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-Italic.woff2') format('woff2'),
      url('../fonts/Karla-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-Light.woff2') format('woff2'),
      url('../fonts/Karla-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-LightItalic.woff2') format('woff2'),
      url('../fonts/Karla-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-Medium.woff2') format('woff2'),
      url('../fonts/Karla-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-MediumItalic.woff2') format('woff2'),
      url('../fonts/Karla-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-Regular.woff2') format('woff2'),
      url('../fonts/Karla-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-SemiBoldItalic.woff2') format('woff2'),
      url('../fonts/Karla-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-SemiBold.woff2') format('woff2'),
      url('../fonts/Karla-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
html,
body {
  height: 100%;
  scroll-behavior: smooth;
  font-family: 'Karla' !important;
  left: 0px;
  top: 0px;
  width: 100%;
}
body {
  color: #4F4F4F;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
}
.page-container {
  min-height: 75vh;
}
/* LOADER */
.loader {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.loader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #000000;
  border-color: #000000 transparent #000000 transparent;
  animation: loader-spin 1.2s linear infinite;
}
@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
  }
}
.title-container {
  padding: 3rem 1rem;
}
.title-container h2 {
  color: #23356A;
  text-align: center;
  margin: 0;
  font-weight: 600;
  font-size: 2.7rem;
  line-height: 3rem;
}
.modal-contact .modal-dialog {
  max-width: 700px;
}
.modal-contact .modal-content {
  position: relative;
  padding: 3.5rem 3rem;
  padding-bottom: 2.5rem;
  border-radius: 0;
}
.modal-contact .modal-content .close {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 9;
}
.modal-contact .modal-content .modal-header {
  border: 0;
  padding: 0 1.9rem;
}
.modal-contact .modal-content .modal-header h2 {
  color: #23356A;
  text-align: justify;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.5rem;
}
.modal-contact .modal-content .modal-body .contact-form-item {
  margin-bottom: 1rem;
}
.modal-contact .modal-content .modal-body .contact-form-item .form-control {
  border-radius: 0;
  font-size: 1.1rem;
}
.modal-contact .modal-content .modal-body .contact-form-submit {
  text-align: center;
}
.modal-contact .modal-content .modal-body .btn-submit {
  background: #E0E910;
  color: #23356A;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  padding: 0.5rem 4rem;
  margin: 2rem auto;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.modal-contact .modal-content .modal-body .btn-submit:hover {
  background: #23356A;
  color: #FFFFFF;
}
.contact-form-response {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 9;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: z-index 0.2s ease-in-out, opacity 0.3s ease-in-out 0.2s;
  -moz-transition: z-index 0.2s ease-in-out, opacity 0.3s ease-in-out 0.2s;
  -o-transition: z-index 0.2s ease-in-out, opacity 0.3s ease-in-out 0.2s;
  transition: z-index 0.2s ease-in-out, opacity 0.3s ease-in-out 0.2s;
}
.contact-form-response-hidden {
  opacity: 0;
  z-index: -2;
  -webkit-transition: z-index 0.2s ease-in-out 0.2s, opacity 0.3s ease-in-out 0;
  -moz-transition: z-index 0.2s ease-in-out 0.2s, opacity 0.3s ease-in-out 0;
  -o-transition: z-index 0.2s ease-in-out 0.2s, opacity 0.3s ease-in-out 0;
  transition: z-index 0.2s ease-in-out 0.2s, opacity 0.3s ease-in-out 0;
}
.contact-form-result {
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  flex-flow: column;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: z-index 0.2s ease-in-out, opacity 0.3s ease-in-out 0.2s;
  -moz-transition: z-index 0.2s ease-in-out, opacity 0.3s ease-in-out 0.2s;
  -o-transition: z-index 0.2s ease-in-out, opacity 0.3s ease-in-out 0.2s;
  transition: z-index 0.2s ease-in-out, opacity 0.3s ease-in-out 0.2s;
}
.contact-form-result-hidden {
  opacity: 0;
  z-index: -2;
  -webkit-transition: z-index 0.2s ease-in-out 0.2s, opacity 0.3s ease-in-out 0;
  -moz-transition: z-index 0.2s ease-in-out 0.2s, opacity 0.3s ease-in-out 0;
  -o-transition: z-index 0.2s ease-in-out 0.2s, opacity 0.3s ease-in-out 0;
  transition: z-index 0.2s ease-in-out 0.2s, opacity 0.3s ease-in-out 0;
}
.social-header a {
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  height: 33px;
  width: 33px;
  padding-top: 1px;
  margin-right: 5px;
  font-size: 1rem;
}
.social-header a:hover {
  border-color: #E0E910;
  color: #E0E910;
}
svg {
  width: 110px;
  display: block;
  margin: 40px auto;
  margin-top: 0;
}
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
/* --------------------------------------------------------------
1.- HEADER
-------------------------------------------------------------- */
.container-header {
  background: #FFFFFF;
  padding: 1rem;
  z-index: 999 !important;
}
.the-header .header-right {
  text-align: right;
}
.the-header .btn-header {
  background: #E0E910;
  color: #23356A;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  padding: 0.5rem 1.2rem;
  margin-left: 10px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.the-header .btn-header .header-phone {
  background: url('../images/phone.png');
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
.the-header .btn-header:hover {
  background: #23356A;
  color: #FFFFFF;
}
.the-header .btn-header:hover .header-phone {
  background-position: -15px 0;
}
/* --------------------------------------------------------------
2.- FOOTER
-------------------------------------------------------------- */
.the-footer {
  background: #23356A;
  color: #FFFFFF;
  padding: 4rem 1rem;
  padding-bottom: 2rem;
}
.the-footer .footer-item {
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 300;
}
.the-footer .footer-item strong {
  font-weight: 600;
}
.the-footer .footer-item .footer-sidebar {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.the-footer .footer-item .widgettitle {
  color: #E0E910;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.the-footer .footer-item .widget_media_image {
  margin-bottom: 3rem;
}
.the-footer .footer-item .menu {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
.the-footer .footer-item .menu .nav-link {
  color: #FFFFFF;
  padding-left: 0;
}
.the-footer .footer-item .menu .nav-link:hover {
  color: #E0E910;
}
.footer-copy {
  position: relative;
  background: #23356A;
  color: #FFFFFF;
  padding: 1.5rem 1rem;
}
.footer-copy:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 1%;
  width: 98%;
  height: 1px;
  background: #FFFFFF;
}
.footer-copy h5 {
  font-size: 1rem;
  text-align: center;
  margin: 0;
}
.footer-copy a {
  color: #FFFFFF;
  font-weight: 600;
}
.footer-copy a:hover {
  color: #E0E910;
}
.custom-media {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.custom-media .custom-media-icon {
  flex: 0 0 12%;
  ms-flex: 0 0 12%;
  text-align: center;
}
.custom-media .custom-media-body p {
  margin-bottom: 0;
}
.footer-icon {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.icon-direction {
  background: url(../images/location.png);
}
.icon-phone {
  background: url(../images/phone2.png);
}
.icon-email {
  background: url(../images/email.png);
}
/* --------------------------------------------------------------
3.- HOME
-------------------------------------------------------------- */
.main-hero-container {
  position: relative;
  margin-bottom: 5rem;
}
.main-hero-container:before {
  content: '';
  background: #23356A;
  border-bottom-left-radius: 200px;
  position: absolute;
  top: 0;
  left: 0;
  height: 90%;
  width: 100%;
}
.main-hero-container .main-hero-content {
  color: #FFFFFF;
}
.main-hero-container .main-hero-content .main-hero-content-wrapper {
  padding-right: 10%;
  font-size: 1.6rem;
  margin-top: -12%;
  line-height: 2.5rem;
}
.main-hero-container .main-hero-content .main-hero-content-wrapper h1 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.main-hero-container .main-hero-content .main-hero-content-wrapper h2 {
  font-size: 1.9rem;
  line-height: 2.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.main-hero-container .main-hero-content .main-hero-content-wrapper .btn-hero {
  background: #E0E910;
  color: #23356A;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  font-size: 1.2rem;
  padding: 0.5rem 3.5rem;
  margin: 1.5rem auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-hero-container .main-hero-content .main-hero-content-wrapper .btn-hero:hover {
  background: #64CBED;
  color: #FFFFFF;
}
.main-hero-container .main-hero-image {
  position: relative;
}
.main-hero-container .main-hero-image .img-sprite {
  position: absolute;
  bottom: 3%;
  left: -13%;
  max-width: 250px;
  z-index: 0 !important;
}
.main-hero-container .main-hero-image img {
  position: relative;
  width: 100%;
  z-index: 2;
}
.main-video-container {
  position: relative;
  padding: 3rem 1rem;
  text-align: center;
}
.main-video-container .btn-video {
  background: #E0E910;
  color: #23356A;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  font-size: 1.2rem;
  padding: 0.5rem 3.5rem;
  margin: 3rem auto;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.main-video-container .btn-video:hover {
  background: #23356A;
  color: #FFFFFF;
}
.main-video-container .main-video-info-content {
  font-size: 1.9rem;
  padding: 1rem 2rem;
}
.exp-steps-container .step-item {
  position: relative;
}
.exp-steps-container .step-item .img-sprite {
  position: absolute;
  max-width: 200px;
  z-index: 0;
}
.exp-steps-container .step-item .step-item-wrapper {
  margin: 0 1rem;
  background: #F6FBFF;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
.exp-steps-container .step-item .step-item-wrapper picture img {
  position: relative;
  z-index: 4;
  width: 100%;
}
.exp-steps-container .step-item .step-item-content {
  position: relative;
  padding: 2rem 3.5rem;
  padding-right: 1.5rem;
  text-align: justify;
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.exp-steps-container .step-item .step-item-content .number-container {
  position: absolute;
  top: 10px;
  left: -5%;
}
.exp-steps-container .step-item .step-item-content .number-container h3 {
  color: #23356A;
  font-size: 6rem;
  font-weight: 600;
}
.exp-steps-container .row-steps article:nth-child(1) .img-sprite {
  top: -8%;
  right: 0px;
}
.exp-steps-container .row-steps article:nth-child(2) .img-sprite {
  bottom: 35%;
  right: 0px;
}
.exp-steps-container .row-steps article:nth-child(3) .img-sprite {
  top: -8%;
  right: 0px;
}
.main-partners-container .partners-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  padding: 0rem 2rem;
  padding-bottom: 4rem;
}
.main-benefits-container {
  padding: 7rem 1rem;
}
.main-benefits-container .row {
  position: relative;
}
.main-benefits-container .row:before {
  content: '';
  background: #F6FBFF;
  position: absolute;
  top: 12vh;
  right: 0;
  height: 95%;
  width: 80%;
}
.main-benefits-container .benefits-image {
  position: relative;
}
.main-benefits-container .benefits-image img {
  z-index: 2;
  width: 100%;
}
.main-benefits-container .benefits-image .img-sprite {
  position: absolute;
  top: -9%;
  right: -9%;
  max-width: 250px;
  z-index: -2;
}
.main-benefits-container .benefits-content {
  position: relative;
  padding-top: 15vh;
}
.main-benefits-container .benefits-content ul {
  list-style: none;
}
.main-benefits-container .benefits-content ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  line-height: 2rem;
}
.main-benefits-container .benefits-content ul li:before {
  content: '';
  background: url(../images/sprite-checkmark.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: -30px;
  height: 30px;
  width: 30px;
}
/* --------------------------------------------------------------
4.- REGISTRY
-------------------------------------------------------------- */
.main-hero-registry-container:before {
  background: #64CBED;
  height: 80%;
}
.main-hero-registry-container .main-hero-content {
  color: #23356A;
}
.main-hero-registry-container .main-hero-image .img-sprite {
  bottom: 10%;
  left: -20%;
}
.registry-form-container {
  padding: 3rem 1rem;
}
.contact-form-item {
  margin-bottom: 1.5rem;
}
.contact-form-item hr {
  border-top: 3px solid #F6FBFF;
}
.contact-form-item .contact-form-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.contact-form-item .contact-form-item-wrapper label {
  ms-flex: 0 0 30%;
  flex: 0 0 30%;
  font-size: 1.1rem;
}
.contact-form-item .contact-form-item-wrapper .contact-form-group {
  ms-flex: 0 0 70%;
  flex: 0 0 70%;
}
.contact-form-item .contact-form-item-wrapper .contact-form-group label {
  ms-flex: 0 0 30%;
  flex: 0 0 30%;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  margin-right: 25px;
  padding-right: 5px;
}
.contact-form-item .contact-form-item-wrapper .contact-form-group label .form-control {
  flex: 0 0 50%;
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.contact-form-item .contact-form-item-wrapper .contact-form-group .form-control {
  border-radius: 0;
  padding: 1rem;
  font-size: 1.2rem;
}
.contact-form-submit .btn-submit {
  background: #E0E910;
  color: #23356A;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  padding: 0.5rem 5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-form-submit .btn-submit:hover {
  background: #23356A;
  color: #FFFFFF;
}
.headermessage{
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #23356A;
}
#textslider1{
  float: left;
  position: absolute;
  top: 158px;
  width: 655px;
  height: 168px;
  margin-left: 32px;
}
.textslider{
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: #FFFFFF;
}
.subtextslider{
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  color: #FFFFFF;
}
.buttonyellow{
  flex-direction: row;
  align-items: center;
  padding: 15px;
  position: static;
  width: 260px;
  height: 55px;
  left: 0px;
  top: 272px;
  background: #E0E910;
  flex: none;
  order: 2;
  flex-grow: 0;
}
.buttonyellowtext{
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  color: #23356A;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 15px;
}
.btn-slider {
  background: #E0E910;
  color: #23356A;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  padding: 0.5rem 1.2rem;
  margin-left: 10px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.btn-slider:hover {
  background: #23356A;
  color: #FFFFFF;
}
.bluemessage{
  height: auto;
}
.textbluemessage{
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  font-size: 47px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}
.bluewidth{
  background: #23356A; 
  width: 100%;
  padding: 100px;
}
.carditemsx{
  width: 33%;
  display: inline-block;
  vertical-align: text-top;
  text-align: -webkit-center;
}
.imgcards{
  width: 100%;
  height: auto;
}
.textcard{
  align-items: center;
  position: static;
  width: 94%;
  height: auto;
  left: 0px;
  top: 339.57px;
  background: #FFFFFF;
}
.titlecard{
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  align-items: center;
  text-align: center;
  color: #23356A;  
}
.textitemcardbold{
  font-family: 'Karla';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  text-align: center;
  color: #4F4F4F;  
}
.textitemcardnormal{
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  text-align: center;
  color: #4F4F4F;  
}
.innertextcard{
  height: 300px;
  padding: 43px;  
}
.btn-card {
  background: #E0E910;
  color: #23356A;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  padding: 0.5rem 1.2rem;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 97%;
}
.btn-card:hover {
  background: #23356A;
  color: #FFFFFF;
}
.text-as-see-on{
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  align-items: center;
  text-align: center;
  color: #4F4F4F;  
}
.itemlogo{
  display: inline-block;
  text-align:center;
  width: 19%;
}
.clientsay{
  width: 100%;
  text-align: center;
}
.txtclientsay{
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  color: #23356A;
}
.itemtestimonials{
  height: 410px;
  width: 30%;
  background: #FFFFFF;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
  padding: 21px;
  text-align: left;
}
.heighttestimonials{
  height: 270px;
}
.imagetestimonials{
  width: 20%;
  text-align: left;
  display: inline-block;
  vertical-align: text-bottom;
}
.usertestimonials{
  font-family: 'Karla';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #23356A;
}
.divusertestimonials{
  width: 78%;
  text-align: left;
  display: inline-block;  
}
.textfooter{
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.txtfooteryellow{
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  align-items: center;
  color: #E0E910;
}
.footertextinput{
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;  
  color: #BDBDBD;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 10px 0px;  
  width: 97%;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 15px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;  
}
.insuracetype{
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
  margin: 15px 0px;  
}
.footertextarea{
  padding: 20px 15px;
  position: static;
  width: 100%;
  height: 116px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
}
.footerbtnform{
  width: 100%;
  height: 55px;
  background: #E0E910;
  flex: none;
  order: 5;
  align-self: stretch;
  flex-grow: 0;
  margin: 15px 0px;  
}
.btn-footerfrm {
  background: #E0E910;
  color: #23356A;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  padding: 0.5rem 1.2rem;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 98%;
  margin-left: 17px;
}
.btn-footerfrm:hover {
  background: #23356A;
  color: #FFFFFF;
}
/* fix botones safari */
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button-bevel !important;
}