*, body {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: regular;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;

}
:root {
  /* --main-color: rgba(0,86,86,0.95); */
}
html, body {
  background-color: #adadad26;
}
.header {
  /*padding: 15px 10px 3px 98px;*/
  padding: 3px 10px 3px 15px;
  background-color: #00003B;
  color: white;
  border-radius: 6px 6px 0px 0px;
  /*background-image: url(../image/xunta-galicia_0.jpg);*/
  background-repeat: no-repeat;
  background-position: left 0px center;
  background-size: contain;
}
.block-site-logo img {
  /*width: 75%;*/
}
.header-logos {
    padding-left: 0px;
}
.idioma {
  position: relative;
  margin-right: 0.3em;
}
.header-item-list, #header-fixed .header-item-list {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  line-height: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-item-list li, #header-fixed .header-item-list li {
  margin-right: 0em;
}
.header-item-list li .item, #header-fixed .header-item-list li .item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  line-height: normal;
  outline: none;
  padding: 0;
}
.header-item-list li .item svg, #header-fixed .header-item-list li .item svg {
  fill: white;
  height: 1.875rem;
  width: 1.375rem;
}
.header-item-list li .item:hover svg, #header-fixed .header-item-list li .item:hover svg {
  fill: #002b49;
}
.menu-on-click-language {
  background-color: transparent;
  border: none;
  outline: none;
}
.content {
  padding: 10px 16px 5px;
}
.submit-bot {
  width: 100%;
  background-color: #007bc4;
  border-color: #007bc4;
}
.submit-bot:hover, .submit-bot:focus {
  background-color: #126597;
  border-color: #126597;
}
.obligatorio {
  color: red;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-weight: 800;
  line-height: 1;
}
.form-body {
  /* background-color: white; */
}
.form-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  margin: 0 auto;
}
.form-content {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px;
  width: 100%;
}
.form-content .form-items {
  /* padding: 30px 30px 5px; */
  display: inline-block;
  width: 800px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: white;
  box-shadow: 0px 0px 8px 4px rgb(0 0 0 / 17%);
}
.form-content label, .was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #464646;
  font-size: 0.9em;
  padding-left: 4px;
}
.form-content input[type=text], .form-content input[type=tel], .form-content input[type=password], .form-content input[type=email], .form-content select {
  padding: 9px 20px;
  border: 0;
  outline: 0;
  background-color: #ebebeb;
  font-size: 0.9em;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.invalid-feedback, .valid-feedback {
  font-size: smaller;
}
.input-evento {
  margin-left: 6px;
}
.aviso {
  margin-bottom: 0.1em;
}
@media only screen and (max-width: 551px) {
  .form-content .form-items {
    width: 100%;
  }
  body {
    /* font-size: 1rem; */
  }
}
.modal-content {
  color: #ffffff;
}
.exito {
  background-color: #11b785;
}
.fracaso {
  background-color: #ff6969;
}
.modal-header {
  border-bottom: 0px solid #dee2e6;
}
.modal-footer {
  border-top: 0px solid #dee2e6;
}
/*Pen styling*/
.container {
  margin-top: 50px;
}
.header-item-list {
  margin-right: 0em;
  font-size: 0.8em;
  line-height: 1em;
}
/*alert styling*/
.alert-success {
  border-color: #ffffff;
  border-left: 5px solid #00986a;
  background-color: #e6e6e6;
  color: #888;
  text-align: left;
}
.alert-info {
  border-color: #e6e6e6;
  border-left: 5px solid #00b3c8;
  background-color: #fff;
  color: #888;
}
.alert-warning {
  border-color: #ffffff;
  border-left: 5px solid #f9af2c;
  background-color: #e6e6e6;
  color: #888;
  text-align: left;
}
.alert-danger {
  border-color: #e6e6e6;
  border-left: 5px solid #c82630;
  background-color: #fff;
  color: #888;
}
@media (min-width: 768px) {
  .header-item-list li .item:hover svg, #header-fixed .header-item-list li {
    font-size: 0.8em;
  }
  .alert {
    border-radius: 6px;
    display: table;
    width: 100%;
    padding-left: 78px;
    position: relative;
    padding-right: 60px;
    border: 1px solid #e6e6e6;
  }
  .alert .close {
    color: #888;
    opacity: 1;
    float: none;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -12px;
    font-size: 25px;
  }
  .alert .icon {
    text-align: center;
    width: 58px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #bdbdbd;
    padding-top: 15px;
    border-radius: 6px 0 0 6px;
  }
  .alert .icon i {
    font-size: 20px;
    color: #fff;
    left: 21px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
  }
  .alert .icon img {
    font-size: 20px;
    color: #fff;
    left: 18px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
  }
  /*============ colors ========*/
  .alert.alert-success .icon, .alert.alert-success .icon:after {
    border-color: none;
    background: #00986a;
  }
  .alert.alert-info .icon, .alert.alert-info .icon:after {
    border-color: none;
    background: #00b3c8;
  }
  .alert.alert-warning .icon, .alert.alert-warning .icon:after {
    border: none;
    background: #f9af2c;
  }
  .alert.alert-danger .icon, .alert.alert-danger .icon:after {
    border-color: none;
    background: #c82630;
  }
}
.evento {
  padding-left: 3px;
  margin: 0px 0px 20px;
  font-size: 1em;
}
a {
  color: #007bc4;
  text-decoration: none;
}
a:hover {
  color: #002b49;
  text-decoration: underline;
}

/* CEPIG */
/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #2E2447;
	font-weight: 200;
	letter-spacing: -1px;
	margin: 0;
}

h1 {
	font-size: 2.6em;
	line-height: 44px;
	margin: 0 0 32px 0;
}

h2 {
	font-size: 2.2em;
	font-weight: 300;
	line-height: 42px;
	margin: 0 0 32px 0;
}

h3 {
	font-size: 1.8em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 24px;
	margin-bottom: 33px;
	text-transform: uppercase;
}

h4 {
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 27px;
	margin: 0 0 14px 0;
}

h5 {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 18px;
	margin: 0 0 14px 0;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 18px;
	margin: 0 0 14px 0;
}

.submit-bot {
  width: 100%;
  background-color: #00003B;
  border-color: #00003B;
}
.submit-bot:hover, .submit-bot:focus {
  color: #00003B;
  background-color: #FFFFFF;
  border-color: #00003B;
  font-weight: bold;
}