.custom-navbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0046E3;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.custom-navbar h2 {
  font-family: Ciudadana;
  font-size: 2rem;
  color: white;
  margin: 0 auto;
  text-align: center;
  flex-grow: 1;
}

.logo {
  position: absolute;
  right: 1em;
}

.logo img {
  width: 100%;
  max-width: 130px;
  height: auto;
}

.Nuevo_Header {
  background: #0046E3;
  color: #fff;
  font-family: Ciudadana;
}


#menu.Nav.js-mainNav {
  background-color: #000 !important;
}

.Header-logo {
  display: flex;
  align-items: stretch;
}

.Header-logo a:hover {
  text-decoration: none;
}

.Header-logo .Logo-image {
  display: flex;
  align-items: center;
}

.Header-logo .Logo-image-nuevo {
  margin-left: auto;
}

.Nuevo_Header .Header-logo.u-md-size8of10 {
  width: 100% !important;
}

.Header-logo .Logo-text {
  display: flex;
  align-items: center;
  padding-left: 1.5em;
}

.Logo-text a,
.Logo-text a:hover,
.Logo-text a:visited {
  text-decoration: none;
  color: #000;
}

.Logo-image-nuevo {
  padding: 1.75rem 1.15rem;
  width: auto;
  margin-right: 0.75em;
}

.Logo-image-nuevo img {
  height: 30px;
}

.Container{
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 12px;
  padding-right: 12px;
}

.Header-logo {
  display: flex;
  align-items: center;
}

.Container--flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.Nav-inner {
  font-size: 1rem;
  width: 100%;
  position: relative;
  display: block;
  left: 0;
  background-color: #000000;
}

@media screen and (max-width: 991px) {
  .Nuevo_Header > .Container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: none;
  }

  .Nuevo_Header .Header-logo {
    flex: 1 1 auto;
    min-width: 0;
    align-items: center;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }

  .Nuevo_Header .Header-logo .Logo-text {
    padding-left: 0.85rem;
    padding-top: 0;
    padding-bottom: 0;
    width: 75%;
  }

  .Nuevo_Header .Logo-title {
    font-size: 0.9rem;
    line-height: 1.3;
    margin: 0 !important;
  }

  .Nuevo_Header .Logo-image-nuevo {
    padding: 0.55rem 0.65rem !important;
    margin-right: 0.35rem;
    margin-left: auto;
  }

  .Nuevo_Header .Logo-image-nuevo img {
    height: 48px !important;
    max-height: 48px;
    width: auto;
  }

  .Logo-image-nuevo img{
    height: 79px;
  }
  .Logo-title {
    font-size: 1rem;
}

.Logo-abbr {
    font-size: 0.75rem;
}

.Header-actions {
    display: flex;
    justify-content: center;
    background: #000000;
    width: 60px;
    height: 80px;
}

.Nuevo_Header .Header-actions {
    align-self: stretch;
    margin-left: auto;
    height: auto;
    min-height: 100%;
    flex-shrink: 0;
}

.Nuevo_Header .Header-menu {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 100%;
}

.Nuevo_Header .MenuTrigger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 100%;
    min-height: 48px;
    box-sizing: border-box;
}

.Nuevo_Header .MenuTrigger .Icon--menu {
    width: 1.625rem;
    height: 1.625rem;
    min-width: 1.625rem;
    min-height: 1.625rem;
    background-size: contain;
    filter: brightness(0) invert(1);
    top: 0;
}

.Nav-inner {
    display: block;
    left: 0;
    background-color: #000000;
}

.toggle-nav-open {
   /* background-color: ;*/ 
    color: #fff;
}

.toggle-nav-closed {
    background: #000000;
    color: #fff;
}

.u-no-padding li:first-of-type {
    border-top: 0px;
}

.u-no-padding li {
    padding: 14px 14px;
}

.is-open #toggle-nav {
    background-color: #000000;
    color: #fff;
}

.is-closed #toggle-nav {
    background-color: #000000;
    color: #fff;

}

#menu.Nav {
    background-color: #000000 !important;
}

#menu .Container {
    background-color: #000000;
}

#menu .Nav-inner .Nav-item > span {
    border-top-color: #262626;
}

#menu .Nav-item .Nav-subNav {
    background-color: #000000 !important;
}

#menu .Nav-inner .Nav-item:focus,
#menu .Nav-inner .Nav-item:focus-within {
    background-color: #141414 !important;
    color: #fff !important;
}

#menu .Nav-item--link:focus-within > span > a,
#menu .Nav-item--link:focus > span > a {
    background-color: #141414 !important;
    color: #fff !important;
}

#menu .Nav-item.is-open {
    background-color: #141414 !important;
    color: #fff !important;
}

.contact-info {
    padding-left: 15px;
}  
}

.mover2{
  column-count: 2;
  margin-right: 10%;
}
.mapa {
  height: 450px;
  margin-left: 4%;
  margin-right: 4%;
  margin-bottom: 2em;
  z-index: 0;
}

.mapInput {
  display: flex;
  flex-direction: row; /* Cambia la dirección del flex a 'row' para columnas lado a lado */
  justify-content: space-between; /* Distribuye espacio entre columnas si es necesario */
}

.mapContainer {
  flex: 1;
}

.formulario{
  flex: 1;
}
.column {
  padding: 10px; /* Opcional: para dar algo de espacio interno a las columnas */
  height: 40vh;
}

body {
  background: #ffffff;
}
.contain {
  position: relative;
  width: 350px;
  margin-top:  6%;
  margin-left: 6%;
}

.containC{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6%;
  padding: 2.5%;
}

.menu-ui{
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu {
  z-index: 1;
  position: absolute;
  top: -8px;
  right: -8px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #99A3BA;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #CDD9ED;
  background: #fff;
  transition: all .3s ease;
}
#checkTab {
  display: none;
}
.menu .icon {
  position: absolute;
  top: 15px;
  left: 8px;
  width: 12px;
  height: 1px;
  background: currentColor;
  transition: width .3s ease;
}
.menu .icon:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 14px;
  height: 1px;
  background: currentColor;
  transition: width .3s;
}
.menu .icon:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 1px;
  background: currentColor;
  transition: width .3s;
}
#checkTab:checked ~ .menu:hover {
  transform: rotate(45deg);
}
#checkTab:not(:checked) ~ .menu {
  box-shadow: 0 2px 12px -2px rgba(18, 22, 33, .1);
}
#checkTab:not(:checked) ~ .menu:hover .icon,
#checkTab:not(:checked) ~ .menu:hover .icon::before,
#checkTab:not(:checked) ~ .menu:hover .icon::after {
  width: 14px;
  transition: all .3s ease;
}
#checkTab:not(:checked) ~ .menu:hover .icon {
  background: currentColor;
}
#checkTab:not(:checked) ~ .tabs {
  display: none;
}
#checkTab:checked ~ .menu .icon {
  background: transparent;
}
#checkTab:checked ~ .menu .icon:before {
  width: 14px;
  position: absolute;
  top: 0px;
  transform: rotate(45deg);
  transition: all .3s ease;
}
#checkTab:checked ~ .menu .icon:after {
  width: 14px;
  position: absolute;
  top: 0px;
  transform: rotate(-45deg);
  transition: all .3s ease;
}

.tabs {
  width: 350px;
  border-radius: 6px;
  box-shadow: 0 4px 24px -2px rgb(10, 10, 10);
  background: #fff;
  color: #6C7486;
}
.nav-box {
  font-size: 0;
}
.bot{
  z-index: 10;
  position: relative;
  width: 24%;
  height: 30px;
  margin-left: 6%;
  margin-bottom: -1px;
  box-sizing: border-box;
  outline: none;
  background: #fff;
  border: 0;
  border-radius: 6px 6px 0 0;
  font-size: 12px;
  font-weight: 500;
  color:  #99A3BA;
  cursor: pointer;
}
button:focus-within {
  border-bottom: 1px solid #339BBE;
  color: #339BBE;
  transition: color .3s ease;
}

.content-box {
  position: relative;
  width: 100%;
  height: 300px;
  padding: 12px 14px;
  border-top: 1px solid #E4ECFA;
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-sizing: border-box;
  font-size: 14px;
  overflow: hidden;
}
.content-box > div {
  position: static;
  transform: none;

}

.content-box .table {
  width: 100%;
  margin-bottom: 0;
}

.content-box .table td {
  padding: 0.35rem;
  vertical-align: middle;
}

.content-box input,
.content-box textarea {
  max-width: 100%;
  box-sizing: border-box;
}
.nav-box:not(:focus-within) .nav-a {
  border-bottom: 1px solid #339BBE;
  color: #339BBE;
}
.nav-box:not(:focus-within) .content-a {
  display: block;
}
.nav-a:focus-within ~ .content-box .content-a {
  display: block;
}
.nav-b:focus-within ~ .content-box .content-b {
  display: block;
}

.inputfile + label {
  font-size: 1.00em;
  font-weight: 500;
  color: rgb(0, 0, 0);
  display: inline-block;
}

.inputp:focus + label,

.inputp:hover {
  background-color: rgb(227, 240, 248);
  border: 1px solid rgb(89, 177, 235);
}
.inputfile + label {
cursor: pointer; /* "hand" cursor */
}

.inputfile + label * {
pointer-events: none;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputp{
  border:  1px solid black;
}
.content { display: none; }
.show { display: block; }

.documentation-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1%;
  flex-wrap: wrap; /* Permite que los elementos se ajusten en dispositivos pequeños */
}

.documentation-link, .help-link {
  margin: 0 1em;
  padding: 1em;
}

.content {
  margin: 0 1em;
}

.content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content li {
  margin: 0.5em 0;
}

.email {
  font-style: italic;
  margin-right: 3%;
}

.links {
  display: flex;
  align-items: center;
}

.documentation-help,
.mapInput,
.containC {
  margin-left: calc(5% + 36px);
  margin-right: calc(5% + 36px);
}

.containC {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .documentation-help,
  .mapInput,
  .containC {
    margin-left: 0.85rem;
    margin-right: 0.85rem;
  }
}

@media (max-width: 1601px){
  .containC{
  padding-top: 8%;
  padding-bottom: 8%;
  }
}

@media (min-width: 950px) and (max-width: 1250px) {
  .documentation-help {
    flex-direction: column;
    align-items: flex-start;
}

.documentation-link, .help-link, .email {
    margin: 0.5em 0;
}

.content {
    margin: 1em 0;
}

.email {
    text-align: left;
    margin-left: 3%;
}

.custom-navbar h2{
  font-size: 30px;
}

.logo{
  position:relative;
  padding-left: 20px;

}

.mapInput {
  flex-direction: column; /* Cambia la dirección del flex a 'column' para que los elementos estén uno debajo del otro */
}

}


@media (max-width: 950px) {

  .custom-navbar h2{
    font-size: 25px;
  }

  .documentation-help {
      flex-direction: column;
      align-items: flex-start;
  }

  .documentation-link, .help-link, .email {
      margin: 0.5em 0;
  }

  .content {
      margin: 1em 0;
  }

  .email {
      text-align: left;
      margin-left: 3%;
  }

  .logo{
    position:relative;
    padding-left: 20px;
  }

  .mapInput {
    flex-direction: column; /* Cambia la dirección del flex a 'column' para que los elementos estén uno debajo del otro */
  }

  
}
