/**
    CSS PARA EL INDEX
*/

header{
    
    background-image: url('../img/header_glamping.jpeg');
    
}



/*************************************************************

    #glamping-precios
*/

table{
    border: 1px solid green;
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
}

tr{
    border: 1px solid green;
    
}
td, th{
    border: 1px solid green;
    padding: 10px;
    
}

th{
    background-color: green;
    color: white;
}

table .precio{
    text-align: right;

    width: 75px;
}

#glamping-precios > p{
    text-align: center;
}

.text-align-left{
    text-align: left;
}


/****************************************************************

    #glamping-introduccion

*/
@media only screen and (min-width: 1000px) {
    div.imagenes figure{
        
        *display: flex;
        flex-wrap: wrap;
    }
    
    div.imagenes figure{
        width: 50%;
    }

    div.text{
        padding: 10px;
    }
}

div.text{
    padding: 10px;
}

/****************************************************************

    #glamping-informacion

*/

.bold{
    font-weight: bold;
}

@media only screen and (min-width: 800px){
    #glamping-informacion .flex-container{
        justify-content: space-around;
        *align-items: flex-start;
        *flex-wrap: wrap;
    }

    #glamping-informacion .flex-container div{
        width: 45%;
        box-shadow: 1px 1px 4px grey;
        padding: 15px;
    }
}

#mas-info{
    text-align: center;
    margin-top: 30px;
}


#mas-info a{
    display: inline-block;
    width: 300px;
    padding: 15px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid green;
    background-color: green;
    color: white;
    margin: 10px auto;
}

#mas-info a:hover{
    color: black;
    background-color: white;
}