.destacado_principal{
    width: 100%;
    height: 360px;
    display: block;
    position: relative;
    background-color: azure;
    overflow: hidden;
    background: url('../imagenes/fondo_embarcacion.jpg');
    background-position: top center;
    background-size:cover;
    background-repeat: no-repeat;
}
.info_destacado{
    position: absolute;
    min-width: 220px;
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
    text-align: center;
    top: 170px;
    height: 60vh;
    display: block;
}
.titulo_destacado{
    font-family: 'osw_b', sans-serif;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    color:#fff;
    padding: 0 20px;
    margin-bottom: 10px;
}

#slide1{
    background: url('../imagenes/contacto-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.contacto{
    width: 100%;
    height: 450px;
    display: block;
    position: relative;
}

#formulario{
	width:90%;
	left: 0;
	right: 0;
	top:0;
	margin: 80px auto 0;
	height:195px;
	position:relative;
}

#formulario > form > input{
	width:100%;
	height:35px;
	margin:10px 5px;
	padding: 0 4px;
	background-color:lightgray;
	color:black;
	font-family:'Oswald', sans-serif;
	font-size:14px;
	font-weight:300;
	border:none;
	display:block;
	border-radius:5px;

}
#formulario > form > textarea{
	width:100%;
	height:125px;
	margin:10px 5px;
	padding: 0 4px;
	background-color:lightgray;
	color:black;
	font-family:'Oswald', sans-serif;
	font-size:14px;
	font-weight:300;
	border:none;
	display:block;
	border-radius:5px;
}
input:focus, textarea:focus {
    border:0px solid #ff0000;
}
#formulario > form > #submit {
	font-family: 'osw_b', sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color:#fff;
    background-color:#1488b5;
    width: 160px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    display: block;
    float:left;

    position:relative;
	bottom:0;
	right:0;
	line-height: 1;
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;

}
#formulario > form > #submit:hover {
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.titulo_contacto{
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-size: 25px;
    color: #000;
    position: absolute;
    top:-50px;
    left: 5px;
    text-transform: uppercase;
    display: block;
}



.datos-contacto{
    width:65%;
    margin: 0 auto;
    display: block;
    overflow: auto;
}

.tel{
    width: 100%;
    height:auto;
    padding:10px;
	margin:auto;
}

.tel img{
    width: 22px;
    height: 21px;
    float:left;
}

.tel p span{
    font-size: 14px;
    line-height: 14px;
    color:#818182;
    text-align:center;
    font-family: 'osw_l', sans-serif;
    margin-left:10px;

}

@media screen and (min-width: 500px) {
    .destacado_principal{
        height:400px);
    }
    .contacto{
        height: 450px;
    }
	.titulo_contacto{
    	font-size: 35px;
	}

	.datos-contacto{
		width:40%;
		margin: 0 auto;
		display: block;
		overflow: auto;
	}

	.tel{
		width: 49%;
		float:left;
		margin:auto;
	}
}

@media screen and (min-width: 650px) {
    .info_destacado{
        position: absolute;
        max-width: 940px;
        width: 100%;
        margin: 0 auto;
        right: 0;
        left: 0;
        text-align: center;
        top: 185px;
        height: auto;
        display: block;
    }
    .titulo_destacado{
        font-family: 'osw_b', sans-serif;
        font-size: 58px;
        line-height: 56px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 790px) {
    .info_destacado{
        top: 245px;
    }
    .destacado_principal{
        height:460px;
    }
    

    .contacto{
        height: 300px;
    }

    .datos-contacto{
        width: 50%;
        min-width: auto;
        margin: 0 auto;
    }

	#formulario{
		width:60%;
	}

	#formulario > form > input{
		width:49%;
		margin:5px;
	}

	#formulario > form > textarea{
		width:49%;
		height:115px;
		margin:0px;
		position:absolute;
		top:0;
		right:0;
	}


@media screen and (min-width: 1040px) {
    .contacto{
        height: 300px;
    }
    .destacado_principal{
        height: 460px;
    }
    .titulo_destacado{
        font-size: 76px;
        line-height: 74px;
    }
	
	.info_destacado{
        top: 280px;
     }
    .datos-contacto{
        width: 30%;
        min-width: auto;
        margin: 0 auto;
    }
	
	#formulario{
		width:60%;
	}

    
}     