/* Sass Document */
*::-moz-selection {
  background: #f1f1f1;
  color: #555; }
*::selection {
  background: #f1f1f1;
  color: #555; }

body {
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden;
  overscroll-behavior: none;
  font-family: eigerdals, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2c4180; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2c4180; }
  a:hover {
    text-decoration: none;
    color: #fff; }

.a_bold{
  color: #2c4180;
  font-weight: bolder;
  text-decoration: underline;
}
.a_bold:hover{
  color: #2c4180;
  font-weight: bolder;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

html, body {
  overflow-x: hidden; }
  @media (min-width: 1024px) {
    html, body {
      overflow-x: initial; } }

/*------------------------------------base------------------------------------- */
.negro {
  color: #000; }

.bg-negro {
  background: #000; }

.blanco {
  color: #fff; }

.bg-blanco {
  background: #fff; }

.rojo {
  color: #c5642c; }

.bg-rojo {
  background: #c5642c; }

.azulf {
  color: #2c4180; }

.bg-azulf {
  background: #2c4180; }

.azul {
  color: #0089cd; }

.bg-azul {
  background: #0089cd; }

.gris {
  color: #dce4e9; }

.bg-gris {
  background: #dce4e9; }

.rosa {
  color: #bf3961; }

.bg-rosa {
  background: #bf3961; }

h1, h2, h3, h4, h5, h6, .bold {
  font-weight: 800;
  font-family: eigerdals, sans-serif;
  font-style: normal; }

.f12 {
  font-size: 12px; }

/*------------------------------------fin base------------------------------------- */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%; }
  .navbar .bggg {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    @media (min-width: 1024px) {
      .navbar .bggg {
        border-radius: 60px; } }
    .navbar .bggg .active {
      color: #c5642c; }
    .navbar .bggg a:hover {
      color: #c5642c; }
  .navbar .navbar-toggler {
    display: block;
    width: 50px; }
    @media (min-width: 1024px) {
      .navbar .navbar-toggler {
        display: none; } }

.redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  .redes a {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 10px 0 0; }

.intro {
  background: #235e9c; }
.links2:hover{
  color: #1b4980;
}
.intro_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative; }
  @media (min-width: 1024px) {
    .intro_wrap {
      height: 100vh; } }
  .intro_wrap--logo {
    width: 130px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
    .intro_wrap--logo img {
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px); }
  .intro_wrap--frase {
    color: #82cbef;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
    .intro_wrap--frase h1 {
      -webkit-transform: translateY(-60px);
              transform: translateY(-60px);
      font-size: 40px; }
  .intro_wrap--secc {
    position: relative;
    z-index: 3; }
    .intro_wrap--secc .col-12 {
      padding-bottom: 40px;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
              clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
    .intro_wrap--secc_w {
      width: 260px;
      border-radius: 60px;
      padding: 10px 10px 30px 10px;
      text-align: center;
      position: relative;
      -webkit-transform: translateY(200px);
              transform: translateY(200px);
      opacity: 0; }
    .intro_wrap--secc_uno {
      background: #e3dc78; }
      .intro_wrap--secc_uno h2 {
        color: #2c4180;
        margin-top: 20px;
        font-weight: 800; }
    .intro_wrap--secc_dos {
      background: #c5642c; }
      .intro_wrap--secc_dos h2 {
        color: #fff;
        margin-top: 20px;
        font-weight: 800; }
      .intro_wrap--secc_dos p {
        color: #fff;
        font-size: 14px;
        line-height: 140%; }

.btn-redondo {
  position: absolute;
  bottom: -30px;
  margin: auto;
  left: 0;
  right: 0;
  background: #fff;
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 60px;
  color: #2c4180; }
  .btn-redondo:hover {
    background: #2c4180;
    color: #fff; }

.circulos {
  position: absolute;
  width: 200px;
  z-index: 1; }
  .circulos.circulo_1 {
    left: 30%;
    top: 48%; }
  .circulos.circulo_2 {
    right: 27%;
    top: 35%; }

.slider {
  background: #0089cd; }
  .slider.slider--tamiz {
    background: #dc803b; }

.certificado {
  background: #2c4180;
  color: #fff;
  border-radius: 200px;
  border: 10px solid rgba(255, 255, 255, 0.3); }
  .certificado a {
    color: #fff; }

.vacunas_ninos {
  background: #fff;
  border-radius: 30px;
  padding: 35px 35px 0 35px; }

.vacunas--links {
  text-align: left; }
  .vacunas--links a {
    border-radius: 20px;
    background: #dce4e9;
    padding: 5px;
    margin: 2px 0;
    width: 100%;
    display: block; }
    .vacunas--links a:hover {
      background: #2c4180;
      color: #fff; }

.anuncio {
  color: #fff;
  border-radius: 90px;
  padding: 15px 25px; }
  .anuncio .col-lg-2 {
    position: relative; }
    .anuncio .col-lg-2 img {
      position: relative;
      top: 0px; }
      @media (min-width: 1024px) {
        .anuncio .col-lg-2 img {
          top: -40px;
          position: absolute; } }
  .anuncio h3 {
    color: #ffff80; }

.vacunas_adultos {
  background: #dce4e9;
  padding: 30px 30px;
  border-radius: 60px;
  position: relative; }
  @media (min-width: 1024px) {
    .vacunas_adultos {
      border-radius: 260px;
      padding: 30px 100px; } }
  .vacunas_adultos .vacunas--links a {
    background: #fff; }
    .vacunas_adultos .vacunas--links a:hover {
      background: #2c4180;
      color: #fff; }

.envolver {
  color: #fff;
  padding: 20px; }

.persona_pos--1 {
  position: relative;
  left: -30px;
  bottom: -20px; }
  @media (min-width: 1024px) {
    .persona_pos--1 {
      left: -60px;
      position: absolute; } }

.persona_pos--2 {
  position: absolute;
  right: 0px;
  bottom: 0px; }
  @media (min-width: 1024px) {
    .persona_pos--2 {
      bottom: -20px;
      position: absolute;
      right: -60px; } }

.persona_pos--3 {
  position: relative;
  left: 20px;
  bottom: -20px; }
  @media (min-width: 1024px) {
    .persona_pos--3 {
      position: absolute;
      left: -60px; } }

.horario {
  padding: 15px;
  border-radius: 20px;
  position: relative;
  height: 100%; }
  .horario--img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -45px;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2)); }

.google {
  position: relative; }
  .google img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }

.footer {
  background: #1b4980; }
  .footer--link {
    color: #1ca8dc;
    margin: 0 30px; }
  .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1024px) {
      .footer ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }

.ancla {
  position: absolute;
  top: -150px;
  width: 1px;
  height: 1px;
  left: 0; }

.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 30px;
  z-index: 9; }
  .whatsapp .dudas {
    background: #fff;
    color: #2c4180;
    padding: 0px 10px;
    border-radius: 50px;
    font-size: 11px;
    position: absolute;
    width: 90px;
    margin: auto;
    left: -16px;
    right: 0;
    top: -33px;
    text-align: center; }

.accordion-button:not(.collapsed) {
  color: #c5642c;
  background: transparent;
  border: 0; }

.accordion-collapse, .accordion-button {
  border: 0; }

.accordion-button {
  color: #c5642c; }

.accordion-header {
  border-bottom: 1px dotted #999; }

.pos {
  position: absolute;
  top: 0;
  right: -100px; }

.btns {
  background: #0089cd;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  margin: 20px 0 0 0; }
  .btns:hover {
    background: #c5642c; }

.btns-dos {
  color: #fff;
  font-size: 13px; }

.mask {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  .mask .mover {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0; }

.mover_img {
  -webkit-transform: translateY(90px) rotate(15deg);
          transform: translateY(90px) rotate(15deg);
  opacity: 0; }

.modal-dialog__pop {
  max-width: 900px; }

/*# sourceMappingURL=estilos.css.map */