.marginTopBotton {
    margin-top: auto;
    margin-bottom: auto;
}

#useravatar {
	width: 5vw;
	height: 5vw;
	border-radius: 100% !important;
	object-fit: cover;
}

.gfg::-webkit-scrollbar {
    display: none;
}

.gfg {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    height: 100vh;
    overflow-y: scroll;
}

.top {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
}

.content-top {
    width: 70%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nome-foto {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nome-foto .left .box-txt {
    margin-right: 1.5vw;
}

.social {
    width: 10%;
}

.social {
    flex-direction: column;
    width: fit-content;
    margin-left: 1vw;
}

.social img {
    width: 26px;
    height: 26px;
}

.social .whatsapp {
    cursor: pointer;
}

.social .email {
    cursor: pointer;
}

.foto-perfil {
    width: 85px;
    height: 85px;
    border-radius: 50%;
}

.logo {
    width: 30%;
}

.logo img {
    width: 180px;
    height: auto;
}

.container-perfil .title {
    font-family: "SourceSansPro-Black";
    font-size: 21px;
}

@media only screen and (max-width: 800px) {
    .fixed-content {
        position: relative;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

.fixed-content {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
}

.spaceBetwen {
    justify-content: space-between;
}

/* centrarlizar */

.marginLeftRigth {
    max-width: 768px;
    margin: 0 auto;
    background-image: url(/images/banner/BG_CompartilharSelflix1.png);
    padding: 1.5vw 3vw 0 !important;
    margin-top: auto;
    margin-bottom: auto;
    background-size: 100% 100%, 0%, 0%;
    background-position: center;
    background-repeat: no-repeat;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

/* tudo para esquerda */

.leftMargin {
    margin-left: 30%;
}

.leftFull {
    margin-left: 0;
}

.rigthFull {
    margin-right: 0;
}

.wrapper-videos {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: auto;
}

.video-destaque {
    width: 100%;
    height: 284px;
}

.video {
    width: 48.25%;
    height: 180px;
    margin-bottom: 40px;
    padding: 0;
}

.video {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 300;
}

.video img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    object-position: center;
}

.video iframe {
    background-color: #000;
}

.video-destaque {
    background-color: #000;
}

.col-12 {
    padding: 0;
}

h5#gdsa2 {
    font-family: "Montserrat";
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
}

.wrapper-titles {
    align-items: baseline;
    margin-top: 2vw;
}

.wrapper-titles .card-title {
    margin-bottom: 0.25vw;
}

.nome-foto {
    font-family: "Source Serif Pro";
    font-size: 24px;
}

.container-experiencias h5 {
    font-family: "SourceSansPro-Black";
    font-size: 20px;
}

.wrapper-button {
    padding: 2vw 10vw 1vw 10vw;
}

.wrapper-button {
    font-family: "SourceSansPro-Black";
}

.footer-perfil {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 1vw;
}

.footer-perfil a.link-plataforma {
    font-family: "SourceSansPro-Black";
    font-size: 22px;
    color: #000;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto;
    line-height: 1;
}

.footer-perfil a.instagram {
    width: 24px;
    height: 24px;
    display: block;
    background: url("/images/banner/instagram.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.footer-perfil p {
    font-family: "SourceSansPro-Black";
    font-size: 17px;
    color: #0d919d;
    text-align: center;
    margin-bottom: 0;
}

body {
    /* The image used */
    /* background-image: url("/images/banner/fundo.jpg"); */
    background-image: url("/images/profile/app-op-2.jpg");
    /* Full height */
    background-size: cover;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
}

.wrapper-button button {
    width: 240px;
    margin: 0 auto;
}

@media (max-width: 540px) {
    .logo img {
        width: 28.333333vw;
        height: auto;
    }
    .foto-perfil {
        width: 15.74074074074074vw;
        height: 15.74074074074074vw;
        border-radius: 50%;
    }
    .fixed-content {
        position: relative;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .video {
        width: 100%;
        height: 60vw;
        margin-bottom: 40px;
        padding: 0;
    }
    .social img {
        width: 4.814814814814815vw;
        height: 4.814814814814815vw;
    }
    .wrapper-titles {
        align-items: baseline;
        margin-top: 5vw;
    }
    .video-destaque {
        width: 100%;
        height: 80vw;
    }
    .wrapper-button button {
        font-size: 16px;
    }
    .nome-foto {
        text-align: end;
    }
}

.video-mask {
    /* width: 350px; */
    border-radius: 10px;
    overflow: hidden;
}

#userage {
    margin-bottom: -5px !important;
}
#username {
    font-family: Source Serif Pro;
    font-weight: 900;
    color: black;
}
@media only screen and (max-width: 1920px) {
    #videoFramePrincipal {
        width: 100%;
        height: 100%;
        height: 30vw;
    }

    #videoFramePrincipalExterno {
        width: 100%;
        height: 100%;
    }
    #bntCV {
        width: 70%;
    }
    #bntAnexos {
        width: 70%;
    }
    #bntEmail {
        width: 68%;
    }

    #myModal {
        max-width: 300px !important;
        margin-left: 40% !important;
        right: 150px !important;
    }
}
@media only screen and (max-width: 650px) {
    #useravatar {
        width: 14vw;
        height: 14vw;
        border-radius: 100% !important;
        object-fit: cover;
    }
    #videoFramePrincipal {
        width: 90%;
        height: 63vw;
        margin-left: 5% !important;
    }
    #videoFramePrincipalExterno {
        width: 100%;
        height: 100%;
    }

    #bntCV {
        width: 100%;
    }
    #bntAnexos {
        width: 100%;
    }
    #bntEmail {
        width: 100%;
    }

    #myModal {
        max-width: 300px !important;
        margin-left: 10% !important;
        right: 150px !important;
    }
}

#usermail {
}

input[type="checkbox"]:checked:after {
    background: rgb(32, 171, 178) !important;
}

.modalButtons:hover {
    border: 1px solid #56c7ce !important;
    color: #56c7ce !important;
    background-color: transparent !important;
}

.modalButtons {
    border: 1px solid #56c7ce !important;
    box-shadow: none !important;
    background-color: #56c7ce !important;
    color: white !important;
}
