@font-face {
font-family: 'AwesomeSerifVAR';
src: url(//www.venamicasa.com/wp-content/themes/venamicasa/fonts/AwesomeSerifVAR-VF.ttf);
}
@font-face {
font-family: 'AwesomeSerifItalicVAR';
src: url(//www.venamicasa.com/wp-content/themes/venamicasa/fonts/AwesomeSerifItalicVAR-VF.ttf);
}
body {
overflow-x: hidden;
margin: 0;
padding: 0;
width: 100%;
} .about-cover {
position: relative;
background-color: #C1DCEF;
color: #20313B;
height: auto;
min-height: 100vh;
padding-top: 66px;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.about-cover-texts {
margin-top: 65px;
margin-left: 50px;
}
.about-cover-title {
margin: 0;
margin-bottom: 50px;
font-family: 'AwesomeSerifVAR';
font-variation-settings: 'wght' 525, 'hght' 1000;
font-weight: 400;
font-size: 64px;
line-height: 102%;
width: 256px;
text-align: left;
}
#about-cover-text, #about-cover-text-fr {
margin: 0;
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 400;
font-style: normal;
line-height: 102%;
font-size: 24px;
color: #20313B;
text-align: start;
width: 554px;
}
.about-btn-sticker .hover-img img {
width: 250px;
z-index: 5;
position: relative;
}
.raton {
position: absolute;
right: 180px;
bottom: -50px;
z-index: 7;
width: 90px;
animation: mouse 2s infinite linear;
}
.red-star {
position: absolute;
right: -50px;
bottom: 0;
z-index: 3;
width: 120px;
animation: spin-star 5s infinite linear;
}
.about-btn-sticker {
margin-top: 120px;
display: flex;
justify-content: end;
position: relative;
margin-right: 50px;
}
.about-btn-sticker:hover .raton {
animation: mouse-far 2s infinite linear;
}
.about-btn-sticker:hover .red-star {
animation: move-star 3s infinite alternate;
}
@keyframes move-star {
0% {
transform: rotate(0deg) translate(0, 0);
}
100% {
transform: rotate(360deg) translate(30px, -30px);
}
}
.about-cover-translate {
width: 837px;
display: flex;
flex-direction: column;
align-items: end;
margin-bottom: 100px;
margin-top: 150px;
margin-right: 50px;
}
.about-cover-translate a {
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 400;
font-style: italic;
line-height: 102%;
font-size: 24px;
color: #20313B;
margin-bottom: 20px;
}
.about-cover-translate-text {
margin-left: 5px;
padding-top: 20px;
position: relative;
}
.linea {
position: absolute;
margin-top: -20px;
}
.about-cover-translate-text div p {
font-family: 'AwesomeSerifVAR';
font-variation-settings: 'wght' 525, 'hght' 1000;
font-weight: 400;
font-size: clamp(45px, 4.5vw, 70px);
line-height: 102%;
text-align: left;
margin: 0;
margin-bottom: 40px;
}
.english-text {
display: none;
}
.english-text.active {
display: block;
}
.spanish-text.active {
display: none;
}  .about-more {
display: flex;
flex-direction: row;
justify-content: center;
background-color: #FFFFF8;
color: #20313B;
padding: 100px;
padding-bottom: 200px;
}
.about-more-img {
margin-right: 100px;
}
.about-more-img img {
width: clamp(230px, 23vw, 295px);
aspect-ratio: 295 / 581;
border-top-left-radius: 200px;
border-top-right-radius: 200px;
object-fit: cover;
object-position: center;
}
.about-more-content {
margin-right: 30px;
}
.about-more-content h1 {
font-family: 'AwesomeSerifVAR';
font-variation-settings: 'wght' 525, 'hght' 1000;
font-weight: 400;
font-size: 70px;
line-height: 102%;
width: 464px;
margin-top: 0;
margin-bottom: 20px;
}
.about-more-left {
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
}
.about-more-text {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-bottom: 75px;
}
.about-more-text p {
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 400;
font-style: normal;
line-height: 102%;
font-size: 24px;
text-align: start;
}
.about-more-vamc {
margin-right: 50px;
width: 475px;
}
.about-more-amelia {
width: 470px;
}
.about-more-btn {
width: 160px;
position: relative;
}
.click-raton {
position: absolute;
left: 60px;
top: 15px;
z-index: 7;
width: 90px;
animation: mouse 2s infinite linear;
}
@keyframes mouse {
0% {
transform: translate(0, 0);
}
50% {
transform: translate(-15px, 15px);
}
100% {
transform: translate(0, 0);
}
}
.about-more-btn:hover .click-raton {
animation: mouse-far 2s infinite linear;
}
.about-more-btn.active:hover .click-raton {
animation: mouse 2s infinite linear;
}
@keyframes mouse-far {
0% {
transform: translate(-15px, 15px);
}
50% {
transform: translate(-30px, 30px);
}
100% {
transform: translate(-15px, 15px);
}
}
.heart {
position: absolute;
left: 80px;
top: -40px;
z-index: 2;
width: 150px;
animation: heart 3s infinite linear;
}
@keyframes heart {
0% {
transform: rotate(0) translate(0);
}
25% {
transform: rotate(10deg) translate(0, -10px);
}
50% {
transform: rotate(0) translate(0);
}
75% {
transform: rotate(10deg) translate(0, 10px);
}
100% {
transform: rotate(0) translate(0);
}
}
.about-more-btn:hover .heart {
animation: heart-far 3s infinite linear;
}
.about-more-btn.active:hover .heart {
animation: heart 3s infinite linear;
}
@keyframes heart-far {
0% {
transform: rotate(0) translate(0, -10px);
}
25% {
transform: rotate(10deg) translate(0, -20px);
}
50% {
transform: rotate(0) translate(0, -10px);
}
75% {
transform: rotate(10deg) translate(0);
}
100% {
transform: rotate(0) translate(0, -10px);
}
}
.about-more-btn .hover-click {
display: flex;
position: relative;
width: 180px;
z-index: 5;
margin-left: 90px;
}
.blue-star {
position: absolute;
left: 180px;
top: 10px;
z-index: 3;
width: 120px;
animation: spin-star 5s infinite linear;
}
@keyframes spin-star {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
.about-more-btn:hover .blue-star {
animation: move-star 3s infinite alternate;
}
.about-more-btn.active:hover .blue-star {
animation: spin-star 5s infinite linear;
} .about-bubble {
display: none;
position: absolute;
background-color: #FFFFF8;
color: #20313B;
z-index: 100;
border: 2px solid #20313B;
border-top-right-radius: 50px;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
right: 410px;
top: -250px;
}
@media (max-width: 1794px) {
.about-bubble {
right: -400px;
top: -600px;
}
}
.about-bubble.active {
display: flex;
justify-content: space-evenly;
}
.about-bubble .about-close-bubble {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
right: -2px;
top: -2px;
width: 77px;
height: 79px;
font-size: 48px;
color: #20313B;
background-color: #FFFFF8;
border: 2px solid #20313B;
border-top-right-radius: 50px;
box-sizing: border-box;
}
.about-bubble .about-close-bubble:hover {
background-color: #20313B;
color: #FFFFF8;
}
.about-bubble-quote {
width: 797px;
height: 578px;
}
.about-bubble-content {
display: flex;
flex-direction: row;
align-items: center;
}
.about-bubble-content img {
width: 325px;
height: 482px;
transform: rotate(-1deg);
}
.about-bubble-text {
display: flex;
flex-direction: column;
width: 334px;
margin-left: 50px;
}
.about-bubble-text p {
text-align: start;
}
.about-quote-text {
font-family: 'AwesomeSerifItalicVAR';
font-weight: 275;
font-size: 30px;
line-height: 108%;
letter-spacing: 0.3px;
color: #20313B;
}
.about-quote-name {
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 400;
font-style: normal;
line-height: 102%;
font-size: 20px;
color: #20313B;
}   .about-why {
position: relative;
background-color: #FFFFF8;
color: #20313B;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-top: 2px solid #20313B;
z-index: 1;
padding-bottom: 100px;
}
.about-why-btn {
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 400;
font-style: normal;
line-height: 102%;
color: #20313B;
width: 1361px;
height: 122px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 58px;
border: 2px solid #20313B;
background-color: #FFFFF8;
z-index: 2;
margin-top: -61px;
text-decoration: none;
position: relative;
}
.about-why-btn p {
font-size: 35px;
}
.about-why-btn:hover {
background-color: #F8C81B;
}
.about-star-one .star {
transition: transform 0.3s ease-out;
will-change: transform;
width: 200px;
}
.about-star-one {
position: absolute;
right: -100px;
top: -100px;
z-index: 1;
animation: spin-and-wiggle 12s infinite linear;
}
@keyframes spin-and-wiggle {
0% {
transform: rotate(0deg) translate(0, 0);
}
25% {
transform: rotate(90deg) translate(-40px, -35px);
}
50% {
transform: rotate(180deg) translate(0, 20px);
}
75% {
transform: rotate(270deg) translate(25px, -33px);
}
100% {
transform: rotate(360deg) translate(0, 0);
}
}
.about-why-content {
display: none;
flex-direction: row;
align-items: start;
justify-content: center;
padding-top: 50px;
flex-wrap: wrap;
}
.about-why-content div {
width: 825px;
margin: 0 25px;
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 400;
font-style: normal;
line-height: 102%;
font-size: 24px;
}
.about-why-content.active {
display: flex;
}
.about-why-content li {
padding-bottom: 15px;
} .about-more-vamc img {
display: none;
}
.about-more-vamc-text {
display: block;
}
.about-more-vamc-text-mov {
display: none;
}
.about-more-amelia {
display: block;
}
.about-more-amelia-mov {
display: none;
}
@media (max-width: 1000px) { .about-cover {
height: unset;
padding-top: 0;
display: flex;
flex-direction: column;
}
.about-cover-texts {
margin-top: 25px;
margin-left: 30px;
width: 272px;
margin-bottom: 35px;
}
.about-more-vamc-text {
display: none;
}
.about-more-vamc-text-mov {
display: block;
}
.about-more-amelia {
display: none;
}
.about-more-amelia-mov {
display: block;
margin-top: 15px;
}
.about-cover-title {
margin-bottom: 20px;
font-size: 36px;
width: 256px;
}
#about-cover-text, #about-cover-text-fr {
font-size: 20px;
margin-bottom: 47px;
width: 272px;
}
.about-btn-sticker .hover-img img {
width: 175px;
}
.raton {
right: 125px;
bottom: -30px;
width: 60px;
}
.red-star {
right: -40px;
bottom: -10px;
width: 100px;
}
.about-btn-sticker {
margin-top: 0;
}
.about-cover-translate {
width: 339px;
margin-bottom: 67px;
margin-top: 0;
margin-right: 0;
position: relative;
left: 50%;
transform: translate(-50%);
}
.about-cover-translate a {
font-size: 10px;
margin-bottom: 8px;
}
.about-cover-translate-text {
margin-bottom: 10px;
}
.linea {
width: 339px;
}
.about-cover-translate-text div p {
font-size: 25px;
margin-bottom: 20px;
}
.spanish-text, .english-text {
height: 218px;
}  .about-more {
display: flex;
flex-direction: column;
padding: 0;
padding-top: 75px;
padding-bottom: 75px;
}
.about-more-img {
display: none;
}
.about-more-content {
position: relative;
left: 50%;
transform: translate(-50%);
margin-right: 0;
width: 320px;
}
.about-more-content h1 {
font-size: 36px;
width: 256px;
margin-left: 0;
}
.about-more-left {
flex-direction: column;
}
.about-more-text {
width: 320px;
flex-direction: column;
margin-bottom: 50px;
}
.about-more-text p {
font-size: 19px;
margin-top: 0;
}
.about-more-vamc {
display: flex;
flex-direction: row;
justify-content: space-between;
margin-right: 0;
width: 320px;
flex-wrap: wrap;
}
.about-more-vamc img {
display: block;
width: 90px;
height: 183px;
border-top-left-radius: 200px;
border-top-right-radius: 200px;
object-fit: cover;
object-position: center;
}
.about-more-vamc-text-mov {
width: 200px;
height: 196px;
}
.about-more-vamc .about-more-vamc-text p {
margin-top: 0;
margin-bottom: 0;
}
.about-more-amelia {
width: 320px;
}
.click-raton {
left: 70px;
width: 60px;
}
.heart {
width: 100px;
}
.about-more-btn .hover-click {
width: 120px;
margin-left: 90px;
}
.blue-star {
left: 150px;
top: 0;
width: 100px;
}
.about-more-btn {
margin-bottom: 55px;
} .about-bubble {
left: 50%;
transform: translate(-50%);
top: -470px;
right: unset;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.about-bubble .about-close-bubble {
width: 45px;
height: 45px;
border-top-right-radius: 20px;
}
.about-bubble .about-close-bubble img {
width: 10px;
}
.about-bubble-quote {
width: 331px;
height: 339px;
}
.about-bubble-content img {
width: 152px;
height: 231px;
}
.about-bubble-text {
width: 138px;
margin-left: 10px;
}
.about-quote-text {
font-size: 16px;
}
.about-quote-name {
font-size: 12px;
}   .about-why {
padding-bottom: 75px;
}
.about-why-btn {
width: 302px;
height: 70px;
border-radius: 200px;
margin-top: -45px;
}
.about-why-btn p {
font-size: 18px;
}
.about-star-one .star {
width: 80px;
}
.about-star-one {
right: 250px;
top: -40px;
}
.about-why-content {
padding-top: 50px;
}
.about-why-content ol {
margin: 0;
padding-left: 20px;
}
.about-why-content div {
width: 320px;
margin: 0 25px;
font-size: 18px;
} }