.titol{
    color:rgb(255, 255, 255);
    width: 800px;
    margin: 20px auto;
    border:solid 2px #ffc936;
    border-radius:10px;
    background-color:#ffc936;
    padding: 30px;
    font-family:Rubik;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    box-shadow: 0 20px 30px rgba(255, 0, 179, 0.7);
    margin-top: 20px;
    transform: scale(1.1);
}
.casitaa{
    position:absolute;
    margin-top:-90px;
    left: 20px;
    margin: 0;
    padding: 0;
  }

.header{
    margin-left: 20px;
}
.header img{
    margin-top:10px;
}
.container{
    width: 965px;
    background: white;
    margin: auto;
    border-radius: 25px;
}
.top{
    margin-top: 90px;
}
.menu{
    float:right;
}
.menu li{
    display: inline-block;
}
.menu a{
    color: black;
    text-decoration:none;
    padding:20px;
}
.menu a:hover{
    background: rgb(146, 146, 255)
}

.col, .col1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding: 50px;
}


.col img{
    border-radius:2px;
    width: 350px;
    height: auto;
    padding: 100px;
   
    
}
.col1 img{
    border-radius:2px;
    width: 265px;
    height: auto;
    padding: 100px;
    
}

.row{
    text-align: center;
    display: flex;
    justify-content: center;
    gap: -0px;
    margin-top: 60px;
}
.footer{
    overflow:hidden;
}
.footer a{
    color:black;
    text-decoration: none;
}
.footer span{
    float:left;
    margin-top: 20px;
    margin-left: 30px;
}
