body {
  font-family: "Futura";
}
.color {
  font-weight: 800 !important;
}
.color:hover {
  color: #b73e37 !important;
}
.color:focus {
  color: #b73e37 !important;
}
.languaje-button {
  outline: 0;
  border: none;
}
.languaje-button:hover {
  color: #b73e37 !important;
}
.languaje-button:focus {
  color: #b73e37 !important;
}
.span-languaje {
  font-weight: 900;
}
.img-parallax {
  margin-top: 13rem;
  width: 100%;
}
a:hover {
  text-decoration: none;
}
.dark-green {
  color: #005132;
}
.dark-blue {
  color: #3164a7;
}
.light-green {
  color: #009253;
}
.links-cnt {
  font-family: Tahoma;
  font-weight: bold;
  font-size: 18px;
}
.links-cnt > a {
  margin-right: 38px;
}
/** BG IMAGES **/
.bgimg-1 {
  position: relative;
}
.bgimg-1 {
  min-height: 1720px;
}
.m-images {
  margin-bottom: 4rem;
}
/****/

/** IMG **/

.gallery {
  width: 100%;
  height: auto;
}

/** INPUT STYLE **/

.input-style {
  border: 2px solid #464d57;
  padding-left: 2rem;
  color: #464d57;
  font-weight: bold;
  resize: none;
}

.input-style::placeholder {
  color: #464d57;
}

.footer-style-copyright {
  color: #464d57;
  font-weight: bold;
  font-size: 1.5rem;
}

/** PARALLAX TEXT **/
.parallax-title {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.parallax-sub-title {
  font-size: 2rem;
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: bold;
  text-shadow: 5px 3px 5px #000000;
}

.parallax-bottom-title {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/** HEADER **/
body,
a {
  color: #434a54;
}
.logo {
  margin-bottom: 15px;
}
.full-width {
  width: 100%;
}
header {
  text-align: center;
  padding: 10px 0 0;
  position: fixed;
  background-color: #ffffff;
  z-index: 9000;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.nav > li > a {
  padding: 15px 40px !important;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-nav {
  float: none;
  margin: 0 auto;
  display: inline-block;
}
.navbar-default {
  background-color: transparent;
  border: 0;
}
ul.navbar-nav li a {
  font-weight: bold;
}
ul.navbar-nav li a,
ul.navbar-nav li a:active,
ul.navbar-nav li a:hover {
  background-color: transparent !important;
}
.road-title {
  position: absolute;
  top: 450px;
  font-family: "Georgia";
  line-height: 1;
  padding: 120px 50px 120px 150px;
  color: #ffffff;
}
.road-title p {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 10px;
  text-shadow: 3px 3px 3px #000;
}
.title {
  font-size: 35px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 5px 3px 5px #000000;
  margin: 0;
}
.red-button {
  color: white;
  background-color: #b73e37;
  border-radius: 20px;
  padding: 2px 12px;
  border: 0;
  font-weight: bold;
}
.title-cnt {
  height: 50%;
}
footer {
  background-color: #ffffff;
}
.section-white {
  background-color: #ffffff;
}
.section-light {
  background-color: #e6e9ee;
}
.contact-section {
  background-color: #e6e9ed;
}
.section-dark {
  background-color: #434a54;
}
.section-dark .item-list {
  padding-left: 50px;
}
.item-list,
.item-list-custom {
  padding: 5rem 0;
  display: grid;
  flex-direction: column;
  justify-content: center;
}
.item-list-custom {
  padding: 50px 60px !important;
  text-align: justify;
}
.usrap-lbl {
  color: #00925a;
  font-size: 50px !important;
  letter-spacing: 3px;
}
.item-list-custom label {
  font-family: "Tahoma";
  font-size: 24px;
}
.item-list-custom p,
.item-list-custom li {
  font-family: "Tahoma";
  font-size: 18px;
}
.item-list-custom p {
  padding: 10px 0 20px;
}
.item-form {
  width: 50%;
  float: left;
}
.section-bg .item-list {
  padding-top: 170px;
  float: none !important;
}
.item-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 35px;
}
.item-img.custom {
  padding: 50px !important;
}
.item-img img {
  width: 10%;
}
.item-list label {
  font-size: 28px;
  line-height: 1;
}
.item-list p,
.item-list div,
.item-list li {
  font-family: "Tahoma";
  font-size: 18px;
  color: #434a54;
}
.section-light .item-list label {
  color: #434a54 !important;
}
.section-dark .item-list label,
.section-bg .item-list label {
  color: rgb(255, 205, 2) !important;
}
.item-list ul {
  padding-left: 0;
  font-family: "Tahoma";
}
.item-list li {
  font-weight: normal;
}
.section-dark .item-list li,
.section-bg .item-list li {
  color: #ffffff;
}
/*.item-list li:before{
	content: "• ";
	color: rgb(255,205,2);
}
*/
.section-bg {
  background-image: url("../img/data_processing.jpg");
  padding: 100px;
  background-size: auto 100%;
}
.contact-section {
  padding: 100px 0 10px;
}
.contact-section > div > label {
  font-size: 4vh;
  width: 100%;
  font-family: Georgia;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 50px;
}
.contact-section form input,
.contact-section form textarea {
  width: 95%;
  border-radius: 3px;
  margin-bottom: 15px;
}
.contact-section form input {
  height: 40px;
}
.contact-section form textarea {
  height: 110px;
}

.contact-section p {
  font-size: 18px;
  font-weight: bold;
  color: #434a54;
}
.item-map {
  width: 50%;
  display: inline-block;
}
.item-map p label:first-of-type {
  float: left;
}
.item-map p label:last-of-type {
  float: right;
}
#map {
  height: 330px;
  width: 100%;
  margin-bottom: 25px;
}
button.not-allowed {
  cursor: not-allowed;
}
footer {
  padding: 20px;
}
footer img {
  width: 70%;
}
footer .address {
  color: #434a54;
  font-size: 18px;
  text-align: center;
  padding: 40px 0 0;
}
footer .address p label {
  margin-right: 42px;
  font-weight: normal;
}
.divisor {
  justify-self: center;
  border-bottom: 5px solid #b73e37;
  margin-top: 1rem;
  width: 12rem;
}
input.error,
textarea.error {
  border: 1px solid red !important;
}
.phantom {
  height: 50px;
}
.right {
  text-align: right;
}
.frase-cnt {
  padding: 80px 0 0;
}
.section-mire-study {
  background-image: url("../img/stanislaus_web.png");
  background-size: cover;
  display: inline-block;
}

.section-mire-study .item-list-custom {
  padding: 120px 120px 500px !important;
}

.section-irap-study {
  /*	background-image: url('../img/mapa_irap.png');
	background-size: cover;
	background-position-x: 35%;*/
}

.study-title {
  background-color: #434a54;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  width: 28%;
  padding: 3px 10px 3px 120px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgb(142, 114, 94);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(142, 114, 94);
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: rgb(142, 114, 94);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(142, 114, 94);
}

.navbar.smaller .logo {
  width: 150px;
}
.navbar.smaller {
  padding-top: 0px;
}
.navbar.smaller .navbar-nav > li > a {
  padding: 5px 15px;
}
.just-movil {
  display: none;
}

.irap-btn {
  text-align: right;
}

.footer-contact img {
  width: 25px;
}
.footer-contact > div {
  padding-bottom: 8px;
}
.footer-contact label {
  font-size: 16px;
}
.language-cnt {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 10px;
  font-size: 15px;
}
@media (max-width: 500px) {
  .footer-contact label {
    font-size: 14px;
  }
  .just-movil {
    display: block;
  }
  .no-movil {
    display: none;
  }
  .item-map {
    width: 100%;
    padding-top: 20px;
  }
  .bgimg-1.parallax-window {
    background-position: 80% !important;
  }
  .irap-btn {
    text-align: center;
    margin-top: 10px;
  }
  .section-irap-study {
    padding-top: 20px !important;
  }
  .section-mire-study {
    background-image: none;
    background-color: #f5f7fa;
  }
  .section-mire-study .item-list-custom {
    padding: 50px 20px 20px !important;
    position: initial;
  }
  .section-mire-study > div > img {
    width: 100%;
  }
  .white-cnt {
    background-color: #ffffff;
    border-radius: 10px;
    margin: 10px 30px;
    text-align: center;
    box-shadow: 1px 1px 4px #cccccc;
    padding-bottom: 25px;
  }
  .white-cnt img {
    width: 50%;
  }
  .white-cnt p:first-of-type {
    border-bottom: 1px solid #cccccc;
    padding: 5px;
    font-size: 16px;
  }
  .white-cnt img:not(:first-of-type) {
    margin-top: 40px;
  }
  .road-title {
    top: 20px;
    padding-left: 20px;
  }
  .road-title label {
    text-align: left;
  }
  .road-title p {
    font-size: 20px;
  }
  .section-light {
    padding-top: 20px;
  }
  .item-list-custom {
    padding: 0 !important;
  }
  .item-list-custom p {
    padding: 10px 0;
  }
  .red-button {
    margin-bottom: 25px;
  }
  .study-title {
    width: 65%;
    padding-left: 20px !important;
  }
  .item-img.custom {
    padding: 0 !important;
    margin-bottom: 15px;
  }
  .logo {
    width: 60%;
  }
  footer .address {
    padding-left: 0;
  }
  footer .address p label {
    margin-right: 0px;
  }
  .title {
    width: 80%;
    font-size: 50px;
  }
  .bgimg-1 {
    min-height: 860px;
  }
  .full-resp-width {
    width: 100%;
  }
  .center-txt {
    text-align: center;
  }
  .center-txt img {
    width: 50%;
  }
  .no-padding {
    padding: 0;
  }
  .just-top {
    padding: 0;
    padding-left: 0 !important;
    padding-top: 50px;
  }
  .just-bottom {
    padding: 0;
    padding-left: 0 !important;
    padding-bottom: 50px;
  }
  .just-left {
    padding-left: 35px;
  }
  .section-bg {
    background-size: auto auto;
    background-repeat: no-repeat;
  }
  .mapa-irap {
    display: none;
  }
  .language-cnt{
    position: absolute;
    right: 0px;
    top: 30px;
    
    font-size: 15px;
  }
}

@media (min-width: 501px) and (max-width: 768px) {
  .no-movil {
    display: none;
  }
  .section-mire-study {
    background-position: 14%;
  }
  .bgimg-1.parallax-window {
    background-position: 80% !important;
  }
  .road-title {
    padding: 20px;
    width: 50%;
    top: 200px;
  }
  .road-title label {
    text-align: left;
  }
  .item-img {
    margin-top: 15px;
  }
  .item-list-custom p,
  .item-list-custom li {
    font-size: 18px;
  }
  .study-title {
    width: 32%;
    padding-left: 30px;
  }
  .item-map {
    width: 100%;
    padding-top: 20px;
  }
  footer .address {
    padding-left: 0;
  }
  footer .address p label {
    margin-right: 0px;
  }
  .title {
    width: 80%;
  }
  .bgimg-1 {
    min-height: 860px;
  }
  .full-resp-width {
    width: 100%;
  }
  .center-txt {
    text-align: center;
  }

  .no-padding {
    padding: 0;
  }
  .just-top {
    padding: 0;
    padding-left: 0 !important;
    padding-top: 50px;
  }
  .just-bottom {
    padding: 0;
    padding-left: 0 !important;
    padding-bottom: 50px;
  }
  .just-left {
    padding-left: 35px;
  }
  .section-bg {
    background-size: auto auto;
    background-repeat: no-repeat;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .bgimg-1.parallax-window {
    background-position: 80% !important;
  }
  .road-title {
    padding: 20px;
    width: 50%;
  }
}

@media (min-width: 768px) {
    /* 1. Aumentar el tamaño de la letra y el espacio */
    .navbar-nav > li > a {
        font-size: 16px !important;      /* Aumenté esto (antes era aprox 13px) */
        font-weight: bold !important;    /* Asegura que sea negrita */
        padding-left: 15px !important;   /* Más espacio a los lados de cada botón */
        padding-right: 15px !important;
        padding-top: 30px !important;    /* Más altura para que la barra se vea más grande */
        padding-bottom: 30px !important;
    }

    /* 2. (Opcional) Hacer el LOGO un poco más grande también */
    .logo, .logo-lnk img {
        max-width: 200px !important; /* Ajusta este número si quieres el logo más grande */
        width: auto !important;
    }
}


.with-background-image {
  padding-top: 100px;
  position: relative;
}
.img-title{
  position: absolute;
  top: 73%;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.img-title p{ 
  font-size: 25px;
}
.navbar-default .navbar-nav>li>a {
  font-size: 15px;
}
.navbar-default .btn-link {
  font-size: 15px;
}
.p-custom {
  padding: 2px 30px;
}