* {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*------------------IR ARRIBa------------*/

a.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #fff;
    /*background-color: rgb(0, 0, 0, );*/
    background-color: #000;
    font-size: 12px;
    padding: 1em;
    display: none;
}

.go-top:hover {
    /*background-color: rgba(0, 0, 0, 0.6);*/
    background-color: black;
}

/*---------------------------------------------------------------------------------------*/

header{
  width: 100%;
  height: 180px;
  background: url(../img/header2.jpg) no-repeat center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.logo{
  width: 20%;
  margin-top: 3%;
  margin-left: 5%;
  background-color: rgba(255,255,255,.5);
  padding: 1%;
}
.tith{
  font-size: 50px;
  color: #fff;
  margin-right: 10%;
  margin-top: 3%;
  background-color: rgba(0,0,0,.5);
  padding: 1%;
}
.navbar{
  margin-bottom: 0px;
}
.banner{
  width: 100%;
  height: 480px;
  background: url(../img/slider1.jpg) no-repeat center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.tit{
  color: #2B2E83;
  margin-bottom: 5%;
}
.imagen{
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: url(../img/puerto.jpg) no-repeat center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.imagen2{
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: url(../img/tena.jpg) no-repeat center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.imagen3{
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: url(../img/cancun.jpg) no-repeat center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.text-btn{
  font-size: 25px;
}
/*---------------------pie------------------*/
footer{
	background: #000000;
	font-family: 'Oswald', sans-serif;
	height: 100px;
	overflow: hidden;
	clear: both;
}
footer p{
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin-top: 2.5%;
	color: #FFF;
}
/*------------------------------------------------------------------------------------------------*/

/*------------------nosotros------------*/
.bannern{
  width: 100%;
  height: 480px;
  background: url(../img/slider2.jpg) no-repeat center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.logos{
  /*border:2px red solid;*/
  text-align: center;
}
.logos img{
  margin: 0 auto;
}
.texto{
  font-size: 16px ;
}
/*------------------------------------------------------------------------------------------------*/
/*-------------servicios-----------------*/
.banners{
  width: 100%;
  height: 480px;
  background: url(../img/slider4.jpg) no-repeat center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
/*------------------------------------------------------------------------------------------------*/
/*--------------------contacto-----------------*/

.mapa{
  width: 100%;
}
.mapa iframe{
  width: 100%;
}

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    font-size: 0.75em;
    color: #999;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.styled-input {
    float: left;
    width: 293px;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}

@media only screen and (max-width: 768px){
    .styled-input {
        width:100%;
    }
}

.styled-input label {
    color: #999;
    padding: 1.3rem 30px 1rem 30px;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.styled-input.wide { 
    width: 650px;
    max-width: 100%;
}

input,
textarea {
    padding: 30px;
    border: 0;
    width: 100%;
    font-size: 1rem;
    /*background-color: #2d2d2d;*/
    background-color: #2c3e50;
    color: white;
    border-radius: 4px;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 15em;
}

.input-container {
    width: 650px;
    max-width: 100%;
    margin: 20px auto 25px auto;
}

.submit-btn {
    float: right;
    padding: 7px 35px;
    border-radius: 60px;
    display: inline-block;
    background-color: #2c3e50;
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
              0 2px 10px 0 rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
              0 1px 1px 0 rgba(0,0,0,0.09);
}

@media (max-width: 768px) {
    .submit-btn {
        width:100%;
        float: none;
        text-align:center;
    }
}

input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
} 

input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
}