@import url("https://fonts.googleapis.com/css2?family=Courgette&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --fuenteCourgette: "Courgette", cursive;
  --fuenteMontserrat: "Montserrat", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  font: inherit;
  color: inherit;
}

/*cabecera*/
/* Header general */
.header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px 0;
}

.logo-contenedor {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-pastoral {
  max-width: 100px;
  border-radius: 50%;
}

/* Título */
.titulo-header {
  font-size: 2rem;
  text-align: center;
  font-family: var(--fuenteCourgette);
  margin: 0;
}

.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}

/* Responsive: mejora visual en celular */
@media (max-width: 768px) {
  div.uk-container {
    padding-top: 30px;
  }

  .tm-toolbar {
    /*display: flex;*/
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 13px;
    padding: 8px 10px;
  }

  .tm-toolbar,
  .tm-headerbar {
    font-size: 10px;
  }

  .tm-toolbar .uk-float-left,
  .tm-toolbar .uk-float-right {
    float: none !important;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }

  

  .tm-logo img {
    width: 80% !important;
    height: 80% !important;
  }

  .uk-margin-top {
    padding-bottom: 0px !important;
    margin-right: 0px !important;
  }

  

  .cabecera-movil {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 8px 10px;
    font-size: 14px;
    align-items: center;
  }

  .cabecera-izq {
    width: 50%;
    text-align: left;
  }

  .cabecera-der {
    width: 50%;
    text-align: right;
  }

  .telefono-correo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .telefono {
    font-weight: bold;
  }

  .correo {
    font-size: 13px;
    margin-top: 2px;
    color: #333;
  }
}

@media (max-width: 425px) {
  div.uk-container {
    padding-top: 10px;
  }

  .btn-group-vertical > .btn,
  .btn-group > .btn {
    flex: 0 0 auto !important;
    font-size: 15px;
  }

  div.texto-nom-completo {
    font-size: 22px;
  }

  div.tm-logo {
    width: 80%;
  }

  .uk-margin-top {
    padding-bottom: 50px;
  }

  .uk-margin-top h1{
    font-size: 1rem !important;
  }
  
}

@media (max-width: 375px) {
  div.uk-container {
    padding-top: 15px;
  }

  .btn-group-vertical > .btn,
  .btn-group > .btn {
    flex: 0 0 auto !important;
    font-size: 10px;
  }

  div.texto-nom-completo {
    font-size: 17px;
  }
}

@media (max-width: 320px) {
  div.uk-container {
    padding-top: 15px;
  }

  .btn-group-vertical > .btn,
  .btn-group > .btn {
    flex: 0 0 auto !important;
    font-size: 10px;
  }

  div.texto-nom-completo {
    font-size: 15px;
  }
}

/* Fin responsive: mejora visual en celular */

/* --  --*/
input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
select {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: var(--fuenteMontserrat);
  font-size: 16px;
  box-sizing: border-box;
  transition: border 0.3s ease;
}

input:focus,
select:focus {
  border-color: rgb(156, 54, 10);
  outline: none;
  box-shadow: 0 0 6px rgba(156, 54, 10, 0.3);
}
/*-- --*/

@media (min-width: 1220px) {
  .uk-container {
    max-width: 1100px;
    padding: 0 18px;
    align-items: center;
  }
}

/*
@media (min-width: 1220px) {
  .tm-headerbar,
  .tm-navbar,
  .tm-footer {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}*/

.uk-container {
  box-sizing: border-box;
  max-width: 1100px;
  padding: 0 18px;
}

.uk-container:before,
.uk-container:after {
  content: "";
  display: table;
}

.tm-toolbar {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #eee;
}

.tm-toolbar,
.tm-headerbar,
.tm-navbar,
.tm-footer {
  margin-top: 18px;
  margin-bottom: 18px;
}

.uk-clearfix:before {
  content: "";
  display: table-cell;
}

[class*="uk-float-"] {
  max-width: 100%;
}

.uk-float-left {
  float: left;
}

.tm-toolbar .uk-float-left .uk-panel {
  margin: 0 18px 0 0;
  float: left;
}

.uk-panel,
.uk-panel:hover {
  text-decoration: none;
}

.uk-panel {
  display: block;
  position: relative;
  font-family: var(--fuenteMontserrat);
}

.uk-panel:before,
.uk-panel:after {
  content: "";
  display: table;
}

[class*="uk-float-"] {
  max-width: 100%;
}

.uk-float-right {
  float: right;
}

.uk-panel > :not(.uk-panel-title):last-child {
  margin-bottom: 0;
}

.uk-panel:after {
  clear: both;
}

.uk-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.tm-headerbar {
  background: url() 0 100% no-repeat #dfdad7;
  background-size: cover;
  padding-top: 15px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  margin-top: 0px;
  border-radius: 15px;
}

/*
.tm-headerbar .tm-logo {
  float: left;
}*/

.tm-logo img {
  align-items: center;
  text-align: center;
  border-radius: 50%;
  width: 50%;
}

.uk-margin-top {
  margin-right: 100px;
}

.uk-margin-top h1 {
  font-size: 3rem;
}

/* cabecera */
.portada-header {
  background-image: url("../img/naturaleza01.jpg");
  background-position: center;
  background-size: cover;
  min-height: 20vh;
  border-radius: 15px;
}

/*texto*/
.body-ventana {
  /*color: blue;*/
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0;
  padding-bottom: 0;
  word-wrap: break-word;
}

.body-ventana > div {
  padding: 0;
}

.body-ventana > .otra-ventana {
  padding: 0;
}
/* fin texto */

/*m7w29c y tIvQIF*/
.ventana-adentro {
  margin-top: 12px;
  background-color: #fff;
  border: 1px solid rgb(218, 220, 224);
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 24px;
  padding-top: 22px;
  position: relative;
  padding-bottom: 16px;
}

.barra {
  /*background-color: rgb(156, 54, 10);*/
  /*background-color: #2a8013;*/
  background: linear-gradient(to right, #4b5205 5%, #2a8013 55%, #5db11b 100%);
  color: rgba(255, 255, 255, 1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 10px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: calc(100% + 2px);
}

/*tIvQIF y N0gd6*/
.ventana-adentro .formulario-datos {
  padding-bottom: 12px;
}

/*ahS2Le*/
.datos {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*F9yp7e ikZYwf LgNcQe*/
.texto-datos {
  box-sizing: border-box;
  font-family: var(--fuenteCourgette);
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  color: rgb(32, 33, 36);
  line-height: 135%;
  max-width: 100%;
  min-width: 0;
}

/*cBGGJ OIc90c*/
.texto-otro-datos {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 20px;
  color: rgb(32, 33, 36);
  margin-top: 12px;
}

.texto-otro-datos ul li {
  box-sizing: border-box;
}

/*DqBBlb obligatorio*/
.datos-obligatorio .ventana-adentro {
  color: rgb(95, 99, 104);
}

/*Oh1Vtf*/
.esconde-espacio {
  font-family: var(--fuenteCourgette);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.ventana-adentro .indica {
  border-top: 1px solid rgb(218, 220, 224);
  left: 0;
  position: absolute;
  width: 100%;
}

.indica + .obligatorio {
  margin-top: 24px;
}

/*md0UAd*/
.obligatorio {
  color: rgb(217, 48, 37);
}

/*dir="auto"*/
[dir="auto" i] {
  unicode-bidi: isolate;
}

/*DNI*/
/*--geS5n--*/
.doc-info {
  -webkit-transition: background-color 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0, 0, 0.2, 1);
  background-color: #fff;
  border: 1px solid rgb(218, 220, 224);
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 24px;
  page-break-inside: avoid;
  word-wrap: break-word;
}

/*-- z12JJ --*/
.doc-dni {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 16px;
}

/*<!-- M4DNQ -->*/
.datos-dni {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  min-width: 0;
  position: relative;
}

/*<!-- HoXoMd D1wxyf RjsPE -->*/
.texto-dni {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 24px;
  color: rgb(32, 33, 36);
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  word-break: break-word;
}

/*<!-- M7eMe -->*/
.span-dni {
  font-family: var(--fuenteCourgette);
  font-weight: 400;
  font-size: 17pt;
  line-height: 1.5;
  letter-spacing: 0;
}

/*<!-- vnumgf -->*/
.por-rojo {
  color: rgb(217, 48, 37);
  padding-left: 0.25em;
}

/*-- OIC90c RjsPE--*/
.texto-otro-datos .texto-dni {
  font-family: var(--fuenteCourgette);
  font-weight: 400;
  font-size: 10pt;
  line-height: 1.5;
  letter-spacing: 0;
}

/*-- gubaDc --*/
.gubaDc:empty {
  display: none;
}

/*eventos 2 - section 2*/
.barra1 {
  /*background-color: rgb(156, 54, 10);*/
  background: linear-gradient(to right, #4b5205 5%, #2a8013 55%, #5db11b 100%);
  color: rgba(255, 255, 255, 1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 50px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: calc(100% + 2px);
}

.texto-nom-completo {
  box-sizing: border-box;
  font-family: var(--fuenteCourgette);
  font-size: 30px;
  line-height: 30px;
  color: white;
  max-width: 100%;
  min-width: 0;
  padding: 10px;
}

/*Registro*/

.form-select,
.form-control {
  font-size: 15px;
  padding: 8px 12px;
}

/*.form-select{
  width: 100px !important;
}*/

.form-label {
  font-size: 13px;
  font-weight: 500;
  color: black;
}

/* Responsive: mejora en celulares */
@media (max-width: 768px) {
  .form-select,
  .form-control {
    font-size: 14px;
    padding: 6px 10px;
  }

  .form-label {
    font-size: 12px;
  }

  .d-flex.gap-1 {
    flex-direction: column;
  }

  .uk-margin-top h1{
    font-size: 2rem !important;
  }
}
