*{
    padding: 0;
    margin: 0;
    font-family: 'Anek Malayalam', sans-serif;
    font-weight: 200;
}

.title{
    font-weight: 800;
    font-size: 90px;
    color: #BAFF29;
    text-shadow: 2px 0 0 #85B71C, -2px 0 0 #85B71C, 0 2px 0 #85B71C, 0 -2px 0 #85B71C, 1px 1px #85B71C, -1px -1px 0 #85B71C, 1px -1px 0 #85B71C, -1px 1px 0 #85B71C;
    padding: 5px;
    margin: 0 0 0 10px;
}



/*HEADER*/

.header{
    background-color:rgb(0, 0, 0);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.list{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-right: 80px;
}

.objFromList{
    margin: 40px;
    list-style-type: none;
    padding: 15px;
    background-color:#BAFF29;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.textFromList{
    font-weight: 600;
}

.logo{
    margin: 20px;
    width: 90px;
}

/*INTRODUCCION*/

#titleContainer{
    background-image: url("../Imagenes/introduccion.jpg");
    height: 75vh;
}


#mainTitle{
    padding:50px 20px 300px;
    margin: 0 0 0 0px;
    font-size: 95px;
}


#subIntroContainer{
    padding-top:25px;
    background-image: url("../Imagenes/whiteTexture.png");
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.subtitle{
    font-weight: 600;
    font-size: 45px;
    color: #0000F5;
    margin: 15px;
}

#subIntroPhoto{
    max-height: 500px;
    float:left;
    padding: 0px 20px 20px 0px;
    margin: 0 0 0 15px;
}

p span{
    font-weight: 600;
    font-size: 45px;
    color: #BAFF29;
    text-shadow: 2px 0 0 #85B71C, -2px 0 0 #85B71C, 0 2px 0 #85B71C, 0 -2px 0 #85B71C, 1px 1px #85B71C, -1px -1px 0 #85B71C, 1px -1px 0 #85B71C, -1px 1px 0 #85B71C;
}


/*GENERALES DE TOKIO*/

#generalAboutTokio{
    display: flex;
    margin: 5px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.generalTokioColumn{
    width: 50%;
}


.maps{
    width: 45vw;
    padding: 0px 20px 20px 0px;
    float: right;
}

.subtitle{
    font-weight: 200;
}


/*Second General*/


.generalInfoContainer{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    align-content: space-around;
    flex-wrap: wrap;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.generalInfo{
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    margin: 25px;
}

.info{
    font-weight: 600;
    font-size: 25px;
    margin: 5px 0px 0px 10px;
}

.infoImg{
    background-size: cover;
    margin: 10px 25px 10px;
}

.infoText{
    margin: 5px;
    font-size: 20px;
}



/*ATRACCIONES*/

.destinationsContainer{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    align-content: space-around;
    flex-wrap: wrap;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.destinations{
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    margin: 25px;
}


.destinationImg{
    height: 300px;
    width: 400px;
    background-size: cover;
    margin: 10px 25px 10px;
}

.destination{
    font-weight: 600;
    font-size: 25px;
    margin: 5px 0px 0px 10px;
}

.buttonContainer{
    text-align: center; 
    margin: 15px;
}

.button{
    font-size: 30px;
    font-weight: 600;
    background-color: #BAFF29;
    padding: 5px;
    border-radius: 5px;
}

.button:active {
    font-size: 32px;
}

.aclaracion{
    margin: 5px;
    font-size: 20px;
}


/*CONTACTO*/


form{
    margin: 0px 0px 15px 15px;
}

.contact{
    color: #0000F5;
    font-weight: 800;
    font-size: 80px;
    margin: 0 0 0 10px;
}

label{
    font-size: 50px;
    font-weight: 200;
}

input{
    width: 500px;
    border-radius: 8px;
    border-width: 1px;
    height: 32px;
    padding: 2px;
    font-size: 20px;
}

