html, body{
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
}
li{
   list-style-type: none;
}
a{
    text-decoration: none;
    color: #D3DED8;
}
a:hover{
    text-decoration: none;
    color: #ffffff;
}

h3{
    font-size: 25px;
    margin: 0;
    padding: 0;
}

/* Menu */
#cabecera{
    display: block;
    background: #242423;
}
.centrado{
    display: block;
    width: 80%;
    margin: auto;
    text-align: center;
}

#menu{
    display: block;
    width: 100%;
    height: 95px;
   background: #242423;
   font-family: 'Montserrat', sans-serif;
   font-weight: 200;

}

#menu ul {
    display: table;
    margin: auto;

}
#menu ul li {
    display: table-cell;
    margin: 5px;
}
#menu ul li a {
    display: block;
    padding: 25px 20px 10px 30px ;
}
.logo{
    height: 70px;
}
.logo a {
        height: 70px;
        color: rgb(134, 172, 187) ;
}
#titulo{
    margin: 0px 25px 5px 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100 !important;

}
/*menu desplegable*/

#menu_movil{
    display: none;
    border: 1px solid #ffffff;
    background: #000000;
    border-radius: 5px;
    color: #dddddd;
    padding: 10px 20px;
}

@media (max-width:789px){
    #nav{
        display: none;
        width:250px;
        background:#464644;
        position:fixed;
        top:0px;
        left:0;
    }
    #menu li{
        display: block !important;
    }
    #menu_movil{
        display: block;
        float: right;
    }
    #titulo{
        display: none;
    }
    #subtitulo{
        display: none;
    }
}

/* Acaba menu desplegable */

/* Slider index */
#slider1{

        width:100%;
        display:block;
        overflow:hidden;
        height: 850px;
        position: absolute;
}
#slider1 .flexslider{
    border: none !important;
    margin:0 !important;
}

#slider1 .flex-direction-nav a{
    height: 50px !important;
    display: none;
}
#boton{
    display: block;
    position: relative;
    margin:auto;
    top: 650px;
    width: 25%;
    font-family: 'Montserrat', sans-serif;
    background: none;
    font-size: 22px;
    font-weight: 200 !important;
    padding: 10px 0px;
    border-radius: 3px;
}
#subtitulo{
    font-size: 18px;
}
#boton:hover{
    background: rgb(202, 202, 202);
}
#boton a:hover{
    text-decoration: none;
}

/* Termina Slider index */

/*Galerias*/

#contenido3{
    display: block;
    width: 100%;
    overflow: hidden;
}
.col3{
    display: block;
    width: 100%;
    height: 33%;
    overflow: hidden;
    text-align: center;
}
#paisaje{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 450px;
    background-image: url(../image/viajes/viajes_cabecera.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
#paisaje h3 {
    margin-top: 200px;
    font-family: 'Montserrat', sans-serif;
    font-size: 4em;

}
#retrato{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 450px;
    background-image: url(../image/Modelo/portrait_cabecera.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
#retrato h3 {
    margin-top: 200px;
    font-family: 'Montserrat', sans-serif;
    font-size: 4em;

}
#producto{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 450px;
    background-image: url(../image/Producto/producto_cabecera.jpg);
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
}
#producto h3 {
    margin-top: 200px;
    font-family: 'Montserrat', sans-serif;
    font-size: 4em;
}


/*SubGalerias */

#galeria1 .col-md-3{
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
    padding-top: 30px !important;
    
}

#galeria1 a{
    display: block;
    max-height: 160px;
    overflow: hidden;
}

@media (min-width:992px){
    #galeria1 a{
        display: block;
        max-height: 160px;
        overflow: hidden;
    }
}
.col-mitad{
    width:50%!important;
    float: left;
    margin: 10px 0;
    
}
.contenido_galeria{
    width: 100%;
    background: #242424;
    min-height: 750px;
    padding-bottom: 55px;

}
/* Acaba Galeria index */

/* ABOUT */

#paralax{
    min-height: 650px;
    background-image: url(../image/s3.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
#paralax2{
    min-height: 650px;
    background-image: url(../image/s4.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.contenido1{
    width: 100%;
    display:block;
    overflow:hidden;
    background: #242423;

}
#titulo_contenido1{
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 60px 50px 50px 50px ;

}
#titulo_contenido1 h4{
    font-size: 35px;
    font-weight: 100;
    font-stretch: semi-expanded;
    color:  rgb(134, 172, 187);
    
}

#texto_contenido1{
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 20px 50px 200px 50px ;
    color: #D3DED8;
    font-size: 15;


}
#separacion {
    margin-left: 15px;
}


.contenido2{
    width: 100%;
    height: 700px;
    background: #363636;
}

/*contenido contacto*/

.contenido_contacto{
    width: 100%;
    background: #242423;
    display: block;
 
}
.contenido_contacto h3{
    font-size: 35px;
    font-weight: 100;
    font-stretch: semi-expanded;
    color:  rgb(134, 172, 187);
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 60px 50px 50px 50px ;
}
#texto_contenido2{
    display: block;
    text-align: center;
    color: #D3DED8;
    font-size: 15;
}
#paralax3{
    min-height: 650px;
    background-image: url(../image/mapa.png);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.interior{
    margin-top: 50px;
}
.interior a {
    margin: auto;
    padding:25px;
}
.fa-facebook-square, .fa-instagram, .fa-linkedin-square {
    font-size:80px;
    padding-bottom: 50px;
}
