@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

*{
    border: 0;
    padding: 0;
    box-sizing: border-box;}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;}

.container{
    max-width: 1000px;
    display: flex;}

.card{
    width: 100%;
    height: 400px;
    margin: 30px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #FFCAD4;
    text-align: center;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 4);}

.texto{
    padding: 15px;
    font-family: 'Questrial', sans-serif;}

.imagenRedonda{
    width:200px;
    height:195px;
    border-radius:100px;
    border:5px solid #D8E2DC;}

.title1{
    font-family: 'Great Vibes', cursive;
    color: #3c3125;
    font-size: 30px;}

.p1{
    background-color: white;
    border-radius: 6px;
    padding: 4px;}

.title2{
    font-family: 'Great Vibes', cursive;
    color: #3c3125;
    font-size: 50px;
    margin: 5px 0 10px 0;}

ul{
    list-style: none;
    text-align: center;
    margin: 0;
    width: 100%;
    display: inline-block;}

li{
    display: inline;
    padding: 4px;
    float: left;
    width: 100px;
    margin: 2px;}


.imgMenu{
    width: 100%;
    height: 150px;}

.card a{
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #3c3125;
    color: #3c3125;
    border-radius: 4px;
    padding: 5px;}

.fondoCard3{
    background-color: #D8E2DC;
    width: 240px;
    height: 360px;
    margin: auto;
    border-radius: 8px;}

.title3{
    font-family: 'Great Vibes', cursive;
    color: #3c3125;
    font-size: 50px;
    margin: 0;
    margin-top: 20px;
    padding-top: 30px;}

.p2{
    line-height: 25px;}

.redSocial{
    width: 50%;
    margin-top: 1px;}
