/*----Reset----*/

body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

#cp-namorados h1,
h2,
h3,
h4,
p,
a {
    font-family: 'Open Sans', sans-serif;
    color: #212121;
}

#cp-namorados p {
    font-size: 1rem;
    line-height: 24px;
}

#cp-namorados h1 {
    font-size: 2.25rem;
    font-weight: bold;
}

#cp-namorados h2 {
    font-size: 1.5rem;
    font-weight: 600;
}

#cp-namorados h3 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 32px;
}

/*-Padrão para Botões-*/
#cp-namorados a.button-cp {
    width: 100%;
    height: 48px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    outline: none;
    text-decoration: none;
    border-radius: 4px;
    margin: 8px;
}

.button-cp:hover {
    transition: 0.2s ease-in-out;
    opacity: 0.9;
}

.controller-width {
    width: 100%;
    max-width: 1280px;
    padding: 16px;
}


.cp-bg-banner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cp-bg-banner-desktop {
    display: block;
}
.cp-bg-banner-mobile {
    display: none;
}


.section-video-desktop{
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}



.video-collab{
    width: 100%;
    max-width: 420px;
    height: 750px;
}

.section-video-mobile{
        display: none;
   }

.margin-space{
    margin: 56px 0 56px 0;
}

.x{
    width: 100%;
    max-width: 1280px;

}


@media screen and (max-width: 768px) {
    #cp-namorados h3 {
        font-size: 1.15rem;
    }

    #cp-namorados h2{
        font-size: 1.25rem;
    }

    .cp-bg-banner-desktop {
        display: none;
    }

    .cp-bg-banner-mobile {
        display: block;
    }



    .section-video-desktop{
        display: none;
    }

    .section-video-mobile{
        display: flex;
        justify-content: center;
        padding: 0!important;
    }
    .video-collab{height: 540px; padding: 0; margin: 0;}
    .video-collab iframe{padding: 0; margin: 0;}

    .margin-space{
        margin: 32px 0 32px 0;
    }

  


}

@media screen and (max-width: 425px) {

        .controller-width {
        max-width: none;
        padding: none;
    }
    .container-fluid{
        padding: 0!important;
    }
    
}