@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
a:link {color: black;}a:visited {color: black;}a:hover {color: #5465FF;}a:active {color: black;}a{text-decoration: none;}
* {
    cursor: url('cursor.png'), auto !important;
    transition: all 0.17s;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    background-color: #FBFAFF;
}

.navContainer {
    width: 100%;
    text-align: right;
    margin-top: 25px;
}
nav ol {
    list-style-type: none;
    width:fit-content;
    margin-left: auto;
    margin-right: 50px;
    
}
.homeNav {
    display: inline-block;
    margin-left: 60px;
    margin-left: 60px;
    font-size: 25px;
    font-weight: 600;
}

.blue {
    color : #5465FF !important;
}

.selectNav {
    transition: all 0.1s;
    border-bottom: 3px solid #5465FF;
    width: 80%;
}
.titleNav {
    position: absolute;
    list-style-type: none;
    width:fit-content;
    margin-right: auto;
    margin-left: 50px;
    display: inline-block;
    margin-left: 60px;
    margin-left: 60px;
    font-size: 30px;
    font-weight: 600;
}
.presContainer {
margin-left: 15vw;
margin-top: 30vh;
width: 40vw
}
.presContainer h1 {
    font-size: 5vw;
    margin-bottom: 0px;
    margin-top: 0;
}
.presContainer h2 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 2.5vw;
    color: rgba(0, 0, 0, 0.50);
}
.presContainer h3 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.5vw;
    color: rgba(0, 0, 0, 0.50);
}
.buttonContact {
    z-index: 99999;
display: block;
color: #FFF !important;
width: 200px;
height: 50px;
border-radius: 15px;
background: linear-gradient(90deg, #5465FF 600.17%, #FBFAFF 100.77%) !important;
font-size: 25px;
margin-top: 20px;
padding-top: 10px;

padding-left: 15px;
transition: all 0.5s;
    }

.containerImage {
    position: absolute;
    width: 20vw;
    height: 20vw;
    border-radius: 430px;
    background: linear-gradient(60deg, rgba(251,250,255,1) 0%, rgba(251,250,255,1) 36%, rgba(84,101,255,1) 55%, rgba(84,101,255,1) 100%);
    padding: 30px;
    margin-left: 60%;
    margin-right: 0;
    margin-top: 5%;
}

.containerImage img{
    width: 20vw;
    height: 20vw;
}


::selection {
    background-color: #5465FF;
    color:#FBFAFF
  }


.w {

    width:25px;
    height: 25px;
    background-color: #5465FF;
    border-radius: 100%;
    text-align: left;
    line-height: normal;
}
.containerImage2 img{
    margin-top: -18px;
    width:75px;
    height: 75px;
    position: absolute;
    margin-left: 15px;
}
.containerImage2 img:hover{
filter: invert();
}