:root{
    --colorAzulMarino:#13005A;
    --fontTitle:font-family: 'Playfair Display', serif;
    --colorCelesteOscuro:#1C82AD;
    --colorVerde:#03C988;
    --colorBlanco:#FFFFFF;
    --colorMorado:#E5B8F4;
    --colorGold:#F7C04A;
}

.container{
    max-width: 1140px;
    margin: 0 auto;
}


h1,h2,h3,h4,h5,p,a{
    font-family:var(--fontTitle);

    font-weight: 400;
}
h2{
    font-weight: 900;
}
.bg-celesteOscuro{
    background-color: var(--colorCelesteOscuro);
}
.bg-verde{
    background-color: var(--colorVerde);
}
.text-white{
    color: var(--colorBlanco);
}
.loga{
    width:200px;
}
.loga2{
    width:300px;
}
.bg-morado{
    background-color: var(--colorMorado);   
}
.biografia p{
    font-family: 'Times New Roman', Times, serif;
}
.logo{
    height: 155px;
}
.text-gold{
    color: var(--colorGold);
}
.skill{
    width: 300px;
}

@media (min-width:768px){
    .form{
        width: 400px;
    
    }
}
html{
    scroll-behavior: smooth;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}