*{
    margin: 0;
    padding: 0;
}
clear{
    clear: both;
}
header{
    background-color: rgba(0,0,0,.7);
    padding: 2%;
    position: fixed;
    width: 96%;
    z-index: 9999;
}
header img{
    float: left;
}
header p i{
    margin-right: 5px;
}
#fotoInicialMovil{
    display: none;
}
header p{
    float: right;
    font-family: Roboto;
    font-size: 30px;
    color: #FFF;
    line-height: 90px;
    font-weight: 400;
}
#contenidoInicial{
    width: 100%;
    position: relative;
}
#contenidoInicial img{
    width: 100%;
}
#datosTrayectoria{
    background-color: rgba(255,255,255,.5);
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    position: absolute;
    
    top: 30%;
    padding: 2%;
    line-height: 40px;
     -moz-animation: animacionTextoInicial 1s;
    -webkit-animation: animacionTextoInicial 1s;
    animation: animacionTextoInicial 1s;
    animation-timing-function: ease-out;
    right: 15%;
}
#datosTrayectoria h1{
    font-weight: 400;
}
#contenidoInicial h2{
    font-family: Roboto;
    font-size: 20px;
    color: #fff;
    background-color: #FF9633;
    position: absolute;
    bottom: -10%;
    right: 15%;
    width: 120px;
    height: 120px;
    font-size: 40px;
    border-radius: 60px 60px 60px 60px;
    text-align: center;
    line-height: 120px;
}

/*------------------------------------------------------------*/

.centrada{
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
    
}

h3{
    font-family: Roboto;
    font-size: 3em;
    font-weight: 400;
    margin-bottom: 50px;
    color: #111;
}
p{
    font-family: Roboto;
    font-size: 2em;
    font-weight: 200;
    margin-bottom: 20px;
    color: #111;
}
.franjaGris h3, .franjaGris p{
    color: #fff;
}


/*------------------------------------------------------------*/

.franjaBlanca{
    background-color: #fff;
}
.franjaGris{
    background-color: #666;
    width: 96%;
    padding: 2%;
}

.logos{
    border-image: none;
    width: 24%;
}

#mapaGoogle{
    width: 100%;
}
#mapaGoogle iframe{
    width: 100%;
}

address{
    font-family: Roboto;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 20px;
    color: #111;
    font-style: normal;
    text-align: center;
}
.telefonoMasGrande{
    font-size: 1.5em;
}


#linkPlaya:link, #linkPlaya:visited{
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #111;
    float: right;
    margin-top: 80px;
    margin-bottom: 50px;
    text-decoration: none;
}

#linkPlaya:hover{
    text-decoration: underline;
    color: #aaa;
}
/*---------------------------------animaciones---------------------------*/

/*-- animacion del cartel de trayectoria*/
@-webkit-keyframes animacionTextoInicial {
    from {rigth: -400%;}
    to {right: 15%;}
}

@-moz-keyframes animacionTextoInicial {
    from {rigth: -400%;}
    to {right: 15%;}
}
@keyframes animacionTextoInicial {
    0% {right: -400%;}
    100% {rigth: 15%;}

}

/*-------------------- RESPONSIVE-------------------------------------------------*/

@media screen and (max-width:960px){
    #fotoInicialMovil{
        display: block;
    }
    #fotoInicial{
        display: none;
    }
    header{
        height: 65px;
    }
    header img{
        height: 100%;
    }
    header p{
        line-height: 65px;
    }
    #datosTrayectoria{
        line-height: 1.5em;
    }
    #datosTrayectoria h1{
        font-size: 1.5em;
    }
}

@media screen and (max-width:680px){
    .centrada{
        width: 96%;
        padding: 2%;
        padding-top: 20px;
    }
    #contenidoInicial h2{
        width: 60px;
        height: 60px;
        border-radius: 30px 30px 30px 30px;
        font-size: 20px;
        line-height: 60px;
    }
    #datosTrayectoria{
        top: 42%;
    }
    #datosTrayectoria h1{
        font-size: 1em;
        line-height: 1em;
    }
    h3{
        font-size: 2em;
    }
    p{
        font-size: 1.5em;
    }
    #mapaGoogle{
        width: 100%;
    }
    #mapaGoogle iframe{
        width: 100%;
    }
}
@media screen and (max-width:450px){
    header img{

        height: 80%;
    }
    header p{
        width: 45%;
        font-size: 1.5em;
    }
    #contenidoInicial{
        height: 250px;
    }
    #fotoInicialMovil{
        height: 100%;
    }
}
@media screen and (max-width:450px){
    header img{
        width: 45%;
        height: auto;
    }
    header p{
        font-size: 1em;
    }
}