* {
  font-family: "Droid Serif";
}
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;
}
/****/

/** HEADER **/
body,
a {
  color: #434a54;
}
.logo {
  width: 200px;
  margin-bottom: 15px;
}
.full-width {
  width: 100%;
}
header {
  text-align: center;
  padding: 10px 0 0;
  position: fixed;
  background-color: #34495e;
  z-index: 9000;
  border-bottom: 5px solid #434a54;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #86b162;
}
ul.navbar-nav li a,
ul.navbar-nav li a:active,
ul.navbar-nav li a:hover {
  background-color: transparent !important;
}
.navbar-expand-lg .navbar-nav {
  width: 100%;
  justify-content: end;
}
.nav-item {
  margin: 0 1rem 0 1rem;
  font-size: 1.1rem;
}
.item-list .divisor img {
  width: 250px;
}
.road-title {
  position: absolute;
  top: 15rem;
  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;
  font-family: "Tahoma";
  text-shadow: 3px 3px 3px #000;
}
.title {
  font-size: 70px;
  color: #ffffff;
  font-weight: normal;
  text-shadow: 5px 3px 5px #000000;
  padding-bottom: 8px;
}
.blue-button {
	color: #ffffff;
	background-color: #34495e;
	border-radius: 20px;
	padding: 8px 50px;
	border: 0;
	font-family: "Arial";
	font-weight: bold;
	font-size: 0.8rem;
}
.title-cnt {
  height: 50%;
}
.section-white {
  background-color: #ffffff;
}
.section-light {
  background-color: #f5f7fa;
}
.contact-section {
  background-color: #e6e9ed;
}
.section-dark {
  background-color: #434a54;
}
.section-dark .item-list {
  padding-left: 50px;
}
.item-list,
.item-list-custom {
  width: 50%;
  float: left;
  padding: 100px 0;
}
.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 {
  float: left;
  width: 50%;
  padding: 50px 0;
}
.item-img.custom {
  padding: 50px !important;
}
.item-img img {
  width: 100%;
}
.item-list label {
  text-transform: uppercase;
  font-family: "Geogia";
  font-size: 36px;
  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: 0;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 0 5px;
  color: rgb(142, 114, 94);
}
.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;
}
input.error,
textarea.error {
  border: 1px solid red !important;
}
.phantom {
  height: 50px;
}
.right {
  text-align: right;
}
.pleca-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 80vh;
}
.external-links {
  padding: 50px 0;
}
.external-links p {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
}
.external-links div div img {
  width: 150px;
}
.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;
}

.m-images img {
  width: 100%;
}
.m-images {
  padding-bottom: 80px;
  display: inline-block;
}
.m-images > div {
  text-align: center;
}

.m-images > div:first-of-type {
  padding-right: 35px;
}

.m-images > div:last-of-type {
  padding-right: 35px;
}

::-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);
}
.just-movil {
  display: none;
}

.irap-btn {
  text-align: right;
}

@media (max-width: 500px) {
  .external-links div div {
    text-align: center !important;
    margin-bottom: 15px;
  }
  .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;
  }
  .m-images > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 35px;
  }
  .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;
  }
  .blue-button {
    margin-bottom: 25px;
  }
  .study-title {
    width: 65%;
    padding-left: 20px !important;
  }
  .item-img.custom {
    padding: 0 !important;
    margin-bottom: 15px;
  }
  .logo {
    width: 60%;
  }
  .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;
  }
  .contact-us-section{
	  margin-top: 1.5rem;
  }
  .contact-us-section > div{
	  width: 100%;
  }
  .contact-section form input, .contact-section form textarea{
	width: 100%;
  }
  .contact-information{
	margin: 5px 0 5px 0;
  }
  .contact-information-icon img{
	width: 2rem !important;
	padding: 6px !important;
  }
  .secondary-portrait-margin-left{
    margin-left: 0 !important;
  }
  
  .secondary-portrait-margin-right{
    margin-right: 0 !important;
    padding-bottom: 1rem;
  }

  .secondary-portrait > div{
    padding-top: 0 !important;
    padding-bottom: 1rem;
  }
}

@media (min-width: 501px) and (max-width: 768px) {
  .no-movil {
    display: none;
  }
  .m-images > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 35px;
  }
  .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;
  }
  .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;
  }

  .contact-us-section{
	margin-top: 1.5rem;
}
.contact-us-section > div{
	width: 100%;
}
.contact-section form input, .contact-section form textarea{
  width: 100%;
}
.contact-information{
  margin: 5px 0 5px 0;
}
.contact-information-icon img{
  width: 2rem !important;
  padding: 6px !important;
}
.item-map{
	margin-top: 1rem;
}
.secondary-portrait-margin-left{
  margin-left: 0 !important;
}

.secondary-portrait-margin-right{
  margin-right: 0 !important;
}
.secondary-portrait > div{
  padding-top: 0 !important;
  padding-bottom: 1rem;
}
}

@media (min-width: 769px) and (max-width: 1024px) {
  .bgimg-1.parallax-window {
    background-position: 80% !important;
  }
  .road-title {
    padding: 20px;
    width: 50%;
  }
  .contact-information-description label{
	  word-wrap: anywhere;
  }
  .contact-information-icon img{
	width: 2rem !important;
	padding: 5px !important;
  }  
}

.primary-background-color{
	background-color: #f3f5f7;
}

.secondary-background-color{
	background-color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #86b162;
}
.container {
  /* border: 1px solid black !important; */
  /* max-width: 1490px; */
  /* margin: 0 225px 0 225px; */
}
.main-portrait {
  width: 100%;
}
.secondary-portrait {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.secondary-portrait > div {
  text-align: center;
  padding-top: 3rem;
}
.secondary-portrait > div > h1 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #434a54;
}

hr.green-border {
  border-top: 6px solid #86b162;
  opacity: 1;
  width: 30%;
  display: block;
  margin: auto;
}

hr.grey-border {
  border-top: 6px solid #34495e;
  opacity: 1;
  width: 30%;
  display: block;
  margin: auto;
}
hr.grey-border-contact {
	border-top: 6px solid #34495e;
	opacity: 1;
	width: 15%;
	display: block;
	margin: auto;
  }
.spacing-top-bottom {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.header-title {
  text-align: center;
}

.text-section-dark {
  font-family: "Droid Serif";
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  color: #434a54;
}

.contact-us-title{
	font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #434a54;
}

.contact-us-section-border {
  padding-bottom: 5rem;
  border-bottom: 0.2rem solid white;
}

.contact-us-section {
  display: flex;
  flex-wrap: wrap;
}

.contact-us-section > div > form > div > textarea {
  height: 10rem;
  resize: none;
}

.input-contact-us-section::-webkit-input-placeholder {
  font-weight: bold;
  color: #434a54;
}

.input-contact-us-section::-moz-placeholder {
  font-weight: bold;
  color: #434a54;
}

.contact-information {
  display: flex;
  flex-direction: row;
}

.contact-information-icon {
  align-self: center;
}

.contact-information-icon img {
  background-color: #86b162;
  border: 1px solid #86b162;
  border-radius: 50%;
  width: 2.5rem;
  padding: 8px;
  transform: scale(-1, 1);
  transform-origin: center;
}

.contact-information-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-information-description label {
	font-family: 'Arial';
  font-size: 0.8rem;
  font-weight: bold;
  color: #434a54;
  margin-left: 0.5rem;
}

footer {
  background-color: #34495e;
  padding: 5rem 4rem 1rem 4rem;
}

footer label {
	font-size: 1rem;
	text-align: center;
	color: #ffffff;
	width: 100%;
	font-family: "Arial";
	letter-spacing: 1px;
}

.contact-section form input, .contact-section form textarea{
	border: 2px solid #86b162;
	color: #434a54;
	background-color: transparent;
	padding-left: 1rem;
	padding-top: 0.2rem;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
  color:#86b162;  

}

.secondary-portrait-margin-left{
  margin-left: 5rem;
}

.secondary-portrait-margin-right{
  margin-right: 5rem;
}
