@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Open+Sans:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Mountains+of+Christmas:wght@400;700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

*{
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
    background-color: rgb(253, 218, 185);
    background-image: url("./Imagenes/fondo.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    image-rendering: -webkit-optimize-contrast;
}
header{
    width: 100%;
    max-width: 400px;
    margin: 0 auto; 
    text-align: center;
    padding-top: 50px;
    
}
header p{
    font-size:small;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 100;
    color: #ffffff;
}

.main {
    background: rgb(221, 213, 233);
    margin-top: 20px;
    padding: 30px;
    border-radius: 15px;
    box-shadow:   5px 5px 5px 5px rgba(255, 255, 255, 0.329);
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    margin: 0 auto; 
    text-align: center;
}
.titulo{
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-family: Montserrat;
    color: #f2f0f7;
    font-size: xx-large;
    text-shadow: 3px 3px rgba(75, 113, 219, 0.219);
   
}
span{
    color: #ffffff;
    border-bottom: 2px solid #9351e9;
    padding-bottom: 3px;
    font-size: medium;
}
label {
    display: block;
    text-align: left;
    margin-top: 15px;
    font-size: 14px;
    color: #11105c;
    font-family: Montserrat;
    font-weight: bold;
}

input[type="text"], input[type="password"] {
    display: block;
    width: 100%;
    padding: 12px;
    outline: none;
    margin-top: 5px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
}
input[type="text"]:hover, input[type="password"]:hover {
    display: block;
    width: 100%;
    padding: 12px;
    margin-top: 5px;
    border:1px solid #ba87e4;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
}
.opciones {
    overflow: hidden; 
    margin-top: 15px;
    line-height: 20px; 
}

.opciones label {
    float: left;             
    margin-top: 0;    
    display: inline-block;
    width: auto;      
}

.opciones a {
    float: right;     
    font-size: 12px;
    text-decoration: none;
    color: #1b6596;
    margin-top: 2px;  
    font-family: Montserrat;
    font-weight: bold;
}

#recordar {
    display: inline;
    width: auto;
    margin: 0 5px 0 0;
}

.ispc{
    font-size: large;
    font-family: Montserrat;
    color: #064772;
}
input[type="submit"]{
    padding: 10px;
    font-family: 'Hanken Grotesk', sans-serif;
    letter-spacing: 2px;
    height: 40px;
    width: 100%;
    background-color: #0e046981;
    color: rgba(255, 255, 255, 0.479);
    border-radius: 10px;
    border: none;
    cursor: pointer;
}
input[type="submit"]:hover{
    padding: 10px;
    font-family: 'Hanken Grotesk', sans-serif;
    letter-spacing: 2px;
    height: 40px;
    width: 100%;
    background-color: #130563;
    color: white;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

/*PÁGINA DE AGRADECIMIENTO*/
.titulo_pag2{
    letter-spacing: 2px;
    font-family: Montserrat;
    color: #10096e;
    text-align: center;
    background-color: rgb(141, 113, 243);
    height: 75px;
    overflow: hidden;
    margin-top: 0px;
    font-size: 20px;
    z-index: 1;
}
.agradecimiento{
    margin: 0;
    padding: 0;
}
nav{
    width: 100%;
    background-color: #3328c9;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}
a:link{
    text-decoration: none;
    color: #ffffff;
    padding: 0 15px; 
    font-family: Roboto Condensed;
    display: inline-block;
    padding: 10px 15px;
}
a:hover{
    text-decoration: none;
    color: #ffffff;
    padding: 0 15px; 
    font-family: Roboto Condensed;
    display: inline-block;
    padding: 10px 15px;
    border-bottom: 2px solid aliceblue;
    padding-bottom: 5px;
    
}
a:visited{
    text-decoration: none;
    color: #ffffff;
    padding: 0 15px; 
    font-family: Roboto Condensed;
    display: inline-block;
    padding: 10px 15px;
    
    
}
.agradecer{
    margin-top: 5%;
    margin-left:35% ;
    background-color: rgb(226, 221, 233);
    width: 400px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 5px 5px 5px rgba(228, 223, 223, 0.363);
}
select:active,select{
    border-radius: 10px;
    outline: none;
    border:1px solid #04314e;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    
}
#mensaje{
    resize: none;
    width: 300px;
    height: 100px;
    outline: none;
    border:1px solid #04314e;
    border-radius: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.jesuita{
    float: left; 
    margin-left: 30%; 
    background-color: antiquewhite;
    margin-top: 50px;
    width: 150px;
    height: 200px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #00000038;
}
.recibimiento{
    float: left; 
    margin-left: 5%; 
    margin-top: 50px;
    background-color: antiquewhite;
    padding: 10px; 
    height: 300px;
    width: 350px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #00000038;
}