*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
font-family:'open sans';
font-size: 16px;

}
header{
    width: 100%;
    height: 650px;
    background-image: url(casa-chacaltaya.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: #f2b7fa;
    text-align: center;

}
header .textos{
    margin-top: 10px;
}
header .titulo{
    font-size: 80px;
    text-shadow: 
    -1px -1px 0 #3b0342,
    -1px 1px 0 #3b0342,
    1px 1px 0   #3b0342,
    1px -1px 0 #3b0342
    ;

}
header .subtitulo{
    font-size: 42px;
    font-weight: 300px;
    margin-bottom: 32px;
    text-shadow: 
    -1px -1px 0 #1e0342,
    -1px 1px 0 #1e0342,
    1px 1px 0   #1e0342,
    1px -1px 0 #1e0342
    ;
}
.boton{
    display: inline-block;
    padding: 6px;
    width: 128;
    font-weight: 300;
    border: 1px solid rgba(250, 249, 250, 0.7) ;
    color: rgb(249, 248, 250);
    font-size: 16 px;
    text-align: center;
    text-decoration: none;
    border-radius: 16px;
    margin-top: 24px;
}

a{
    text-decoration: none;
}
.menu{
    background: rgba(12, 3, 116, 0.486);
    display: flex;
    flex-flow: row nowrap;
    height: 130px;
    align-items:center;
    border-bottom: 1px solid rgba(99, 96, 96, 0.5);

}
    .logo{
        flex:1 1 auto;
        display: flex;
        margin: 2px;
    }
        .logo a{
            color: rgb(0, 255, 234);
            font-size: 100%;
            text-align:justify;
            line-height: 1.6;
        }
        .logo a:hover{
            color: rgb(158, 135, 4);
        }
    .nav{
        display: flex;
        flex-flow: row nowrap;
        justify-content:space-around;
        height: 60px;
        align-items:end;
        flex:5 1 auto;
        margin: 5px 5px;
        flex-direction:column;
    }

        .nav a{
            color:rgb(249, 252, 249);
            font-size: 10px;
            padding: 2px;
            letter-spacing: 2px;

        }
        .nav a:hover{
            color: #128b0e;
        }
    .redes{
        flex:1 1 auto;
        display: flex;
        margin: 10px 0px;
        }
        .redes a{
            font-size: 18px;
            color: #ffea85;
            padding: 0 5px;
        }
        .redes a:hover{
            color: #4e4e4e;
        }

.sesgoabajo{
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0 0 20vh 100vw;
    border-style: solid;
    border-color: transparent transparent #fff ;
}
.sesgoarriba{
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    border-width: 20vh 100vw 0 0;
    border-style: solid;
    border-color: #fff transparent transparent  ;
} 




.main{
    grid-area: main;
    background-position: center;
    background-attachment: contain;
    background-size: cover;
    display: flex;
    flex-flow: column nowrap;
    padding: 0px;
}

.contenedor{
    width: 95%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 12px;
}

        .mensaje{
            display: flex;
            align-items: center;
            padding: 10px;
            flex-direction: column;
        }
        h1{
            font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            font-size: 20px;
            color:rgba(245, 11, 194, 0.815);
            text-align:center;
            line-height: 1.6;
        }
        h2{
            font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            font-size: 16px;
            color: #4a0672;
            font-weight: 300;
            text-align:justify;
            line-height: 1.6;
            padding: 30px 0px;
        }
        


        footer{
            background: #036b55;
            height: auto;


        }
        .titulo-footer, .subtitulo-footer{
            color: #fff;
            text-align: center;
            font-size: 56px;
            padding: 10px;
        }
        .subtitulo-footer{
            font-size: 24px;
            font-weight: 400;
            margin-bottom: 64px;
        
        }
        form{
            display: flex;
            width: 100%;
            justify-content: space-between;
            flex-wrap: wrap;
            margin: auto;
        }
        input[type="text"], input[type="email"]{
            display: inline-block;
            width: 48%;
            padding: 13px;
            border: none;
            color: #ddfaea;
            font-family: "open sans";
            background: #84d3f8;
            margin-bottom: 16px;
            border-top: 1px solid rgba(8, 61, 59, 0.7);
        }
        input[type="text"]:focus, input[type="email"]:focus, textarea:focus{
            border-top: 5px solid rgba(21, 128, 78, 0.7);
        }
        
        
        textarea{
            display: block;
            width: 100%;
            max-width: 100%;
            min-width: 100%;
            max-height: 200%;
            min-height: 200%;
            background: #84d3f8;
            padding: 13px;
            border: none;
            color: #fff;
            font-family: "open sans";
            margin-bottom: 16px;
        }
        
        input[type="submit"]{
            display: inline-block;
            padding: 13px;
            border: none;
            color: #fff;
            background: #84d3f8;
            width: 96px;
        }


@media screen and (max-width: 610px){
    header .textos{
        margin-top: 90px;
    }
    header .titulo{
        font-size: 58px;
    }
    


    header .subtitulo{
        font-size: 29px;

    }

  
    footer .titulo-footer{
        font-size: 34px;
    }
}