*{
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
}

.container-logos{
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.container{
    width: 100%;
    min-height: 100vh;
    padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;
    overflow: hidden;
}

.navbar{
    background: #CFD6FF;
    width: 100%;
    display: flex;
    align-items: center;
}
p{
    color: #081A89;
    font-family: arial, sans-serif;
    font-size: 30pt;
    margin-left: 17pt;
}
h3{
    font-family: arial, sans-serif;
    color: #081A89;
    font-size: 20pt;
}


.logo1{
    width: 200px;
    cursor: pointer;
    margin: 30px 0;
}
.logo2{
    width: 150px;
    cursor: pointer;
}
.menu{
    margin-right: 10pt;
    width: 40px;
    cursor: pointer;
    display: none;
}


nav{
    flex: 1;
    text-align: right;
}
nav ul li{
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}
nav ul li a{
    text-decoration: none;
    color: #081A89;
    font-size: 15px;
}
nav ul li a:hover{
    color: #ffffff;
}

.row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0;
}

.col-1{
    flex-basis: 40%;
    position: relative;
    margin-left: 50px;
}
.col-1 h1{
    font-family: arial, sans-serif;
    color: #081A89;
    font-size: 25pt;
}
.col-1 h2{
    font-family: arial, sans-serif;
    color: #081A89;
    font-size: 18pt;
}
.col-1 h3{
    font-family: arial, sans-serif;
    color: #081A89;
    font-size: 20pt;
}
.col-1 h4{
    font-family: arial, sans-serif;
    color: #081A89;
    font-size: 25pt;
}
.col-1 p{
    font-family: arial, sans-serif;
    color: black;
    font-size: 14pt;
}
.col-1::after{
    content: '';
    width: 10px;
    height: 100%;
    background: linear-gradient(#081A89, #CFD6FF);
    position: absolute;
    left: -40px;
    top: 8px;
}
.col-1 .python{
    width: 250px;
    height: 180px;
    margin-left: 90pt;
}
.col-1 .icon{
    width: 25px;
    height: 25px;
    cursor: pointer;
    vertical-align: middle;
    margin: 5px;
}

.col-2{
    position: relative;
    flex-basis: 40%;
    display: flex;
    align-items: center;
}
.col-2 h2{
    font-family: arial, sans-serif;
    color: #081A89;
    font-size: 20pt;
}
.col-2 a{
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    color: #081A89;
    font-size: 15px;
}
.col-2 a:hover{
    color: #CFD6FF;
}

.col-2 .equipe{
    width: 400px;
    height: 400px;
    border-radius: 30px 30px 30px 30px;
}
.col-2 .logo{
    width: 500px;
    height: 400px;
    border-radius: 20px 20px 20px 20px;
}
.col-2 .webcam{
    width: 310px;
    height: 450px;
    margin-left: 110pt;
}
.col-2 .qrcode{
    width: 200px;
    height: 200px;
    margin-top: 5pt;
    margin-left: 60pt;
    align-items: auto;
}
.col-2 .perfil{
    width: 160px;
    height: 160px;
    border-radius: 100px 100px 100px 100px;
}

.color-box{
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(#081A89, #CFD6FF);
    border-radius: 0 20px 20px 0;
    height: 100%;
    width: 80%;
    z-index: -1;
    transform: translateX(-100px);
}

.social-links img{
    width: 30px;
    height: 30px;
    margin: 20px;
    cursor: pointer;
}
.social-links h2{
    font-family: arial, sans-serif;
    color: #081A89;
    font-size: 20pt;
}
.social-links h4{
    font-family: arial, sans-serif;
    color: #081A89;
    font-size: 12pt;
}
.social-links{
    text-align: center;
}

@media only screen and (max-width:700px){
     .logo1{
        width: 150px;
        cursor: pointer;
        margin: 30px 0;
    }
    .logo2{
        width: 80px;
        cursor: pointer;
    }
    nav ul{
        width: 100%;
        background: linear-gradient(#081A89, #6b7eeb);
        position: absolute;
        top: 75px;
        right: 0;
        z-index: 2;
    }
    nav ul li{
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    nav ul li a{
        color: #ffffff;
    }
    .menu{
        display: block;
    }
    #menuList{
        overflow: hidden;
        transition: 0.5s;
    }
    .row{
        flex-direction: column-reverse;
        margin: 50px 0;
    }
    .col-2{
        flex-basis: 100%;
        margin-bottom: 50px;
    }
    .col-2 .webcam{
        width: 77%;
    }
    .color-box{
        transform: translateX(85px);
    }
    .col-1{
        flex-basis: 100%;
    }
    .col-1 h1{
        font-size: 23px;
    }
    .col-1 h2{
        font-size: 18px;
    }
    .col-1 h3{
        font-size: 18px;
    }
    .col-1 h4{
        font-size: 23px;
    }
    .col-1 p{
        font-size: 14px;
    }
    .col-2 .python{
        width: 200px;
        height: 130px;
        align-items: center;
    }

    .col-2 .equipe{
        width: 200px;
        height: 200px;
        border-radius: 30px 30px 30px 30px;
    }
    .col-2 .logo{
        width: 300px;
        height: 200px;
        border-radius: 20px 20px 20px 20px;
    }
    .col-2 .webcam{
        width: 280px;
        height: 350px;
        margin-left: 110pt;
    }
    .col-2 .qrcode{
        width: 150px;
        height: 150px;
        margin-top: 5pt;
        margin-left: 10pt;
        align-items: center;
    }

}
