/*-- footer --*/
.footer{
	background-image: url(../_images/fondotelar.jpg);
	background-size: cover;
	background-position:top;
	width: 100%;
	clear: both;
	margin: 5px auto 0 auto;
	position: relative;
	}
.footer h2{
	color:#fff;
	font-size:2.5em;
	margin: 0;
	text-align: center;
	text-transform: capitalize;
	}
.red-banner p{
	color: rgba(255,255,255,1);
	font-size: 1.6em;
	margin:10px auto 10px auto;
	text-align: center;
	line-height:1.8em;
	width:80%;
	font-weight: 500;
	}
	.footer-grid{
	padding-top: 20px;
}
.footer-grid p{
	color:#898989;
	font-size:14px;
	margin:0;
	line-height:1.8em;
	float: left;
    clear: both;
}

.footer-grids a{
	color: rgba(255,255,255,1);
}

.footer-grids a:hover{
	color: rgba(153,153,153,1);
}

.footer-grids .col-md-4 ul li{
	color: rgba(255,255,255,1);
    margin: 0 0 .7em;
    list-style-type: none;
    padding-left: 3em;
}

.footer-copy{
	margin:1em 0 0 0;
	padding:.5em;
	/*border-top:1px solid #464646;
	border-bottom:1px solid #464646;*/
	text-align: center;
	font-size: .8em;
	background-color: rgba(0,0,0,.6); 
}
.footer-copy p{
	color: rgba(255,255,255,1);
	text-align:center;
	margin:0;
	line-height: 1.8em;
	width: 90%;
	margin: 0 auto;
}

.footer1{
	margin:0 !important;
}
.footer-grid1-left {
    float: left;
    width: 35%;
}
.footer-grid1-right {
    float: right;
    width: 60%;
}

.footer-grid1:nth-child(2) {
    margin: 1em 0;
}
.footer-grid p span {
    padding-left: 1em;
    left: -.5em;
	color:#fff;
}
.footer-grid-instagram{
	float:left;
	width:50%;
}

.red-banner{
	background-color: rgba(255,0,0,.6); 
	width: 100%; 
	height: auto; 
	display: block;
border-top: 3px  solid #ffffff;
border-bottom: 3px  solid #ffffff;
}



#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
border: 0px solid #000000;
font-size: .8em;
font-family: "Courier New", Courier, monospace;
}

#contact {
  padding: 0 15px 0 15px;
  width: 350px;
  height: 307px;
  color: rgba(255,255,255,1);
}

#contact h3 {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
  padding-top: 5px;
}

#contact h4 {
	margin-bottom: 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 5px;
  min-width: 99%;
  padding: 0;
  width: 99%;
}



#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 80px;
  max-width: 98%;
  resize: none;
  margin-bottom: 5px;
}



#contact button[type="submit"]:hover {
  background: rgba(204,204,204,1);
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}


#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.border{
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 3px solid #ffffff;
	
	
}

.btn-pcruz {
	width: 100%;
	margin-bottom: 10px;
	display: block;
  background: rgba(22,145,190,1);
  color: #ffffff;
  font-size: 1.2em;
  padding: 2px 20px 2px 20px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: -5px;
}

.btn-hilo {
	width: 100%;
	height: 3px;
  background: rgba(233,147,26,1);
  color: #ffffff;
  margin-top: -5px;
}

.btn-estambre {
	width: 100%;
	height: 3px;
  background: rgba(22,107,162,1);
  color: #ffffff;
  margin-top: -5px;
}

.btn-aros {
	width: 100%;
	height: 3px;
  background: rgba(39,211,26,1);
  color: #ffffff;
  margin-top: -5px;
}

.selected{
	  margin-top: 10px;
	
	
}