@charset "UTF-8";
/*!
 * Theme v6.1.0 (https://belendelolmo.com/)
 * Copyright 2022 | Belén del Olmo
 */
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto Bold';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Roboto-Bold.ttf") format("truetype"); }
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: light;
  font-weight: 300;
  src: url("../fonts/RobotoSlab-Light.ttf") format("truetype"); }
body {
  font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  color: #85888C; }

.o-text-title {
  font-family: "Roboto Slab", serif; }

.o-text-orange {
  color: #ED696A; }

.o-link {
  cursor: pointer; }

.c-banner {
  position: relative;
  background-color: #EC6708;
  overflow-y: hidden; }
  .c-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgb(40, 49, 152, 80%) 50%, rgb(40, 49, 152) 100%);
    opacity: 1;
    z-index: 2; }
    @media (min-width: 992px) {
      .c-banner::after {
        opacity: 0; } }
  .c-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 24% 41%, #ED696A 0%, #ED696A 15%, #283198 74%);
    z-index: 0; }
  .c-banner__logo {
    padding-left: 10px;
    z-index: 3; }
    @media (min-width: 768px) {
      .c-banner__logo {
        padding-left: 40px; } }
  .c-banner__container {
    position: relative; }
  .c-banner__img {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 100px;
    z-index: 1; }
    @media (min-width: 768px) {
      .c-banner__img {
        left: 0;
        right: 0;
        height: 120%;
        bottom: -20px; } }
    @media (min-width: 992px) {
      .c-banner__img {
        left: -25%;
        height: 100%; } }
    @media (min-width: 1200px) {
      .c-banner__img {
        left: -15%;
        height: 100%; } }
    @media (min-width: 1400px) {
      .c-banner__img {
        left: -10%;
        height: 100%; } }
  .c-banner__text {
    z-index: 3; }

.c-input__camp::placeholder {
  font-size: 1rem;
  color: #85888C;
  opacity: 0.8; }
.c-input__button {
  border-radius: 0 !important;
  font-size: 1rem !important; }
  .c-input__button svg {
    margin-left: 10px;
    fill: white; }

.c-card-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .c-card-info {
      border-bottom: none; } }
  @media (min-width: 992px) {
    .c-card-info {
      flex-direction: row;
      align-items: flex-start;
      border-bottom: none;
      padding-bottom: 0; } }
  .c-card-info__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 50%; }
    @media (min-width: 992px) {
      .c-card-info__img {
        margin-bottom: 0; } }
    .c-card-info__img img {
      width: 90%;
      height: 90%; }
  .c-card-info__text {
    width: 100%;
    padding-left: 0; }
    @media (min-width: 992px) {
      .c-card-info__text {
        width: calc(100% - 90px);
        padding-left: 30px; } }
    .c-card-info__text p, .c-card-info__text h3 {
      text-align: center; }
      @media (min-width: 992px) {
        .c-card-info__text p, .c-card-info__text h3 {
          text-align: left; } }

.c-card-info-1 {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .c-card-info-1 img {
    width: 80%;
    height: 80%; }

.c-footer__inner {
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .c-footer__inner {
      flex-direction: row; } }
.c-footer__logo {
  width: 100%; }
  @media (min-width: 992px) {
    .c-footer__logo {
      width: 130px; } }
  .c-footer__logo img {
    display: block;
    margin: 0 auto; }
.c-footer__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-left: 0; }
  @media (min-width: 992px) {
    .c-footer__text {
      width: calc(100% - 130px);
      padding-left: 75px; } }
  .c-footer__text p, .c-footer__text a {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #85888C; }
  .c-footer__text-address span {
    display: block;
    text-align: center; }
    @media (min-width: 992px) {
      .c-footer__text-address span {
        display: inline-block;
        text-align: left; } }
  .c-footer__text-legal a {
    display: block;
    text-align: center;
    color: #85888C; }
    .c-footer__text-legal a:hover {
      color: #212224; }
    @media (min-width: 992px) {
      .c-footer__text-legal a {
        display: inline-block;
        text-align: left; } }
  .c-footer__text-legal span {
    position: relative;
    display: none;
    top: 2px;
    height: 15px;
    width: 1px;
    border-right: 1px solid #85888C;
    margin: 0 10px; }
    @media (min-width: 992px) {
      .c-footer__text-legal span {
        display: inline-block; } }

.c-modal-header,
.c-modal-body {
  padding: 1rem 1.5rem; }

.c-modal-body strong {
  font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #808387; }

.c-modal-header {
  border-bottom: 0; }

.c-modal-title {
  font-family: "Roboto Slab", serif; }

.bg-turquesa {
  background-color: #283198; }

.c-cookie-message {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99; }
  .c-cookie-message__alpha {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1; }
  .c-cookie-message__inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 3rem;
    background-color: white;
    z-index: 2; }
    @media (min-width: 768px) {
      .c-cookie-message__inner {
        flex-direction: row; } }
  .c-cookie-message__texts {
    width: 100%; }
    @media (min-width: 768px) {
      .c-cookie-message__texts {
        width: 70%; } }
  .c-cookie-message__buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-left: 0; }
    @media (min-width: 768px) {
      .c-cookie-message__buttons {
        width: 30%;
        padding-left: 3%; } }
    .c-cookie-message__buttons .btn {
      padding: 10px; }
    .c-cookie-message__buttons .btn:first-child {
      margin-bottom: 10px; }

.c-cookies .modal-header,
.c-cookies .modal-body,
.c-cookies .modal-footer {
  border: none; }
.c-cookies__body {
  padding: 1rem; }
  @media (min-width: 768px) {
    .c-cookies__body {
      padding: 2rem; } }
.c-cookies__row {
  display: flex;
  flex-direction: row; }
  @media (min-width: 768px) {
    .c-cookies__row {
      flex-direction: row; } }
.c-cookies__text {
  width: calc(100% - 120px);
  padding-right: 100px; }
.c-cookies__button {
  display: flex;
  justify-content: center;
  width: 120px; }

ul {
  list-style: none; }

ul:not(.list-unstyled) > li::before {
  content: "\2022";
  color: #ED696A;
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: 3px;
  width: 25px;
  font-size: 24px;
  margin-left: -1em; }

#text-legal h4 {
  color: #535558; }
#text-legal article {
  display: inline-block; }

.accordion-button:not(.collapsed) {
  color: #535558;
  background-color: transparent;
  box-shadow: none; }

.accordion-item {
  color: #85888C; }

.form-control {
  border-radius: 0 !important; }

.form-control:focus {
  border-color: #dee2e6;
  box-shadow: none; }

.form-switch.form-switch-lg {
  margin-bottom: 2rem; }
  .form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem; }

.c-whatsapp {
  background-color: rgba(255, 255, 255, 0.05); }

.c-whatsapp__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  padding: 20px; }

.c-whatsapp__icon {
  margin: 0;
  width: 40px;
  height: 40px; }

.c-whatsapp__icon svg {
  display: block;
  width: 100%;
  height: 100%; }

.c-whatsapp__text {
  margin: 0;
  padding-left: 20px;
  text-decoration: none;
  color: white;
  font-size: 1.3rem; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }

.c-form-check.form-check {
  display: flex;
  align-items: flex-start; }

/*# sourceMappingURL=web-styles.css.map */
