@charset "utf-8";

body {
  font-family: 'Amiko', sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  letter-spacing: -1px;
}

.menu {
    list-style: none;
    position: absolute;
    right: 12%;
    top: 43%;
    transform: translateY(0);
    margin: 0;
    padding: 0;
    white-space: nowrap;
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
    z-index: 1000;
}

.menu a {
  color: white;
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
  transition: color 0.3s ease;
}

.pt-serif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 768px) {
  .menu {
    position: absolute;
    top: 63px;
    left: 0;
    width: 100%;
    background-color: #2d4269;
    text-align: center;
    max-height: 0;
    z-index: 1000;
  }
}
@media (max-width: 768px) {
  .menu li {
    display: block;
    padding: 10px 0;
  }
}

.page-id-267::before {
  content: "";
  display: block;
  width: 100%;
  height: 55vh;
  background: url("../imagenes/Rio-Futaleufu.jpg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position: center 65%;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.login_content {
  margin: 0 auto;
  padding: 25px 0 0;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  min-width: 280px;
}

.login_content form input[type="text"], .login_content form input[type="email"], .login_content form input[type="password"] {
  border-radius: 3px;
  box-shadow: 0 1px 0 #fff,0 -2px 5px rgba(0,0,0,0.08) inset;
  border: 1px solid #c8c8c8;
  color: #777;
  margin: 0 0 20px;
  width: 100%;
}
.form-control-feedback {
  position: absolute;
  /*margin-top: 18px;*/
  height: 23px;
  color: #bbb;
  line-height: 24px;
  font-size: 15px;
  top: 0px;
  width: 34px;
  text-align: center;
}

@media (min-width: 992px) {
  footer {
    margin-left: 0px;
  }
}

.login_form {
  position: relative;;
  top: 30px;
  width: 100%;
}


@media(min-width:576px){
  .container5 {
    max-width: 540px;
	
  }
}

@media(min-width:768px){
  .container5 {
    max-width: 720px;
	
  }
}

@media(min-width:992px){
  .container5 {
    max-width: 960px;
	
  }
}

@media(min-width:1200px){
  .container5 {
    max-width: 1140px;
	
  }
}

@media(min-width:1400px){
  .container5, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

.text_footer{
  color: white;
  font-family: 'Amiko' !important;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2rem;
}

p {
  font-size: 1rem;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1.2em;
}

.text_tit1{
  font: normal 25px Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  line-height: 20px;
  margin: 10px 0 30px;
}

.text_msg1{
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-modal-title-line-height);
  color: var(--bs-body-color);
}

.fs-5 {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  font-size: 1.25rem !important;
  color: var(--bs-heading-color);
  line-height: var(--bs-modal-title-line-height);
  font-weight: 400;
}

.ajuste_menu{
  font-family: var(--bs-body-font-family);
}

.ajuste_foo1{
  padding-left: 12px;
}

.ajuste_foo2{
  padding-right: 12px;
}
