@charset "utf-8" ;

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: montserrat, sans-serif;
    min-width: 400px;

}


main {
    background-color: white;
    flex-grow: 1;
    
    min-width: 400px;
}


header{
    display: flex;
    align-content: space-evenly;
    justify-content: center;
}
header .contenedor{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header ul {
    list-style: none;
    display: flex;
    margin-right: 20px;
}
header ul li{
    margin: 20px;
}
header ul li a{
    width: 100%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    font-weight: bold;
}

header ul li a {
    transition: all 0.3s ease 0s;
    color: #555b6e
}
header ul li a:hover {
    text-decoration: none;
    color: #98AAB4;
}
@media(min-width:600px){
    header{
        display: flex;
        align-content: space-evenly;
        justify-content: flex-end;
    }
}
.contenedor2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 400px;
    flex-wrap: wrap ;
    position: relative;
}

.contenedor2 img{
    width: 145px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 16px 13px 0px 0px #555b6e;
   
    
}

.usuario{
    text-align: center;
    background-color: #f4f1de;
    width: 350px;
    color: #555b6e;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 16px 13px 0px 0px #89b0ae;
    
   }

.usuario h1{
        font-size: 2em;
        margin-block-start: 0.67em;
        margin-block-end: 0.67em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
    
}

.usuario h4 {
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

@media(min-width:600px){
    .usuario{
        width: 500px;
    }
}
.contenedor3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 400px;
    flex-wrap: wrap ;
    

}
.contenedor3 div ul li{
    list-style: none;
    

}

.contenedor3 div ul li a{
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 10px;
    
}
.box-1{
    width: 350px;
    border: 3px solid #555b6e;
    justify-content: space-between;
    margin:20px 20px 20px 20px;
    padding: 20px 20px 20px 20px;
    -webkit-box-shadow: 16px 13px 0px 0px #ffd6ba; 
    box-shadow: 16px 13px 0px 0px #ffd6ba;
}
.box-1 li{
   font-size: 12px;
}
.box-1 p{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.box-1 h1{
    font-size: 18px;
    font-weight: bold;
    
}

.box-2{
    width: 350px;
    border: 3px solid #555b6e;
    padding: 47px 20px 47px 20px;
    -webkit-box-shadow: 16px 13px 0px 0px #bee3db; 
    box-shadow: 16px 13px 0px 0px #bee3db;
}
.box-2 p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;

}
.box-2 ul li a {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all 0.3s ease 0s;
    color: #555b6e;

}
.box-2 ul li a:hover {
    text-decoration: none;
    color: #98AAB4;
}

.box-2 h1{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
@media(min-width:600px){
    .contenedor3{
        flex-direction: row;
    }
    .box-1{
        flex: 1;
       
    }
    .box-2{
        flex: 2;
        margin-right: 40px;
        padding: 47px 20px 47px 20px;
    }
}

@media(min-width:900px){
    .box-1{
        flex: 1;
        border: 3px solid #555b6e;
        justify-content: space-between;
        margin:20px 20px 20px 20px;
        padding: 20px 20px 20px 20px;
        -webkit-box-shadow: 16px 13px 0px 0px #ffd6ba; 
        box-shadow: 16px 13px 0px 0px #ffd6ba;
    }
    .box-2{
        flex: 2;
        border: 3px solid #555b6e;
        margin-right: 40px;
        padding: 47px 20px 47px 20px;
        -webkit-box-shadow: 16px 13px 0px 0px #bee3db; 
        box-shadow: 16px 13px 0px 0px #bee3db;
    }
}


.contenedor_boceto{
    margin-top: 40px;
    min-width: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
}
.contenedor_boceto a {
    margin-left: 40px;
    color: #555b6e;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease 0s;
}
.contenedor_boceto a:hover {
    text-decoration: none;
    color: #98AAB4;
} 

.boceto {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
   
}
.boceto2 {
    max-width: 100%;
    height: auto;
}
.box_footer {
    background-color: #89b0ae;
    display: flex;
    border-top: 2px solid #555b6e;
    border-bottom: 2px solid #555b6e;
    flex-wrap: wrap;
    min-width: 400px;
    
}


footer div ul li{
    text-decoration: none;
    list-style: none;
}

.box-3{
    padding: 20px 20px 30px 30px;
    margin-right: 40px;
    
}

.box-4{
    padding: 20px 20px 30px 30px;
    
}

.box-5{
    padding: 20px 20px 30px 30px;
    
}





.public{
    font-style: italic;
    font-size: 14px;
    flex-wrap: wrap;
    min-width: 400px;
    margin: 20px 20px 20px 20px ;
}

