/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #646464;
}

.header {
	background: url(../images/header.jpg) no-repeat top center #777;
}

.contact {
	height: 30px;
	border-bottom: 1px solid #646464;
	font-size: 12px;
	color: #c8c8c8;
	line-height: 30px;;
}

.green-contact, .green-contact a {
	color: #1dcb65;
}
.green-contact a:hover {
	color: #fff;
}

.navbar {
	border-bottom: 1px solid #646464;
}
.navbar-dark .navbar-nav .nav-link {
	color:#fff;
}

.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
	padding-right: 0;
}

.altura {
	top: 30px;
	
}
nav.bg-dark img {
	height: 25px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 5rem;
  z-index: 10;
    right: inherit;
    left: inherit;
    width: 650px;
	line-height: 0.9em;
}

.h1slider {
	font-size: 30px;
	font-weight: 300;
}

.carousel-caption h1 {
	color: #fff;
	line-height: 0.9em;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 700px;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 700px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.motivos h2 {
  font-weight: 300;
	font-size: 24px;
	text-align: center;
}
.motivos h2 strong {
  font-weight: 700;
}
.motivos .numero {
  font-weight: 700;
	font-size: 55px;
	color: #969696;
	border-right:1px solid #fff;
	padding: 10px 7px 7px 0;
	margin-right: 7px;
	line-height: 1em;
}
.motivos p {
  font-weight: 400;
	font-size: 16px;
	line-height: 1.2em;
	margin-top: 15px;
}
.motivos p strong {
  font-weight: 700;
	font-size: 30px;
	color: #71feab;
}
.subtitulo {
  font-family: 'Raleway', sans-serif;
}

.img-aling {
	width: 70px;
}

.tipologia {
	border: 1px solid #c8c8c8;
}
.tipologia .texto {
	padding: 20px 0 0;
	min-height: 185px;
}
.tipologia .texto p {
	padding: 0 20px 0 20px;
	font-size: 14px
}
.tipologia h3 {
	padding: 10px 0 0;
	margin: 0;

}
.tipologia hr {
	margin: 15px auto;
	padding: 0;
	width: 100px;
	border-color: #127f3f;
	border-width: 2px;

}

.descargas, .copyright {
	border-top: 1px solid #000;
}
.copyright p {
	margin: 0;
	padding: 0;
}

.descargas h3 {
	margin: 10px 0 15px;
}

.selector select {
	width: 100%;
	border-top: 1px solid #127f3f;
	border-right: 0px solid #000;
	border-left: 0px solid #000;
	border-bottom: 0px solid #000;
	height: 50px;
	font-size: 16px;
	color: #646464;
	text-align: center;
	position: relative;
	z-index: 100;
	background-color: transparent;
	cursor: pointer;
	padding-bottom: 10px;
}

	
.selector select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.selector i{
position: absolute;
right: 0;
left: 0;
bottom: 0;
z-index: 10;
}

.form-group input {
	width: 90%;
	border-radius: 0;
	border-width: 0;
}
.form-group textarea {
	height: 113px;
	border-radius: 0;
	border-width: 0;
}
.error {
	font-size: 12px;
	color: #127f3f !important;
}

.formcontacto .btn {
	padding: 15px 20px;
	border-radius: 10px;
}

@media(min-width:768px) {  /* Modify this based on column def */

.custom-gutter > [class*='col-'] {
    padding-right:10px;
    padding-left:10px; 
}

.custom-gutter > [class*="col-"]:first-child {
  padding-left:10px;
}
  
.custom-gutter > [class*="col-"]:last-child {
  padding-right:10px;
}

}






/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
