.hiddenbtn {
    display: none !important;
}

.ft {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 8%;
    height: 8%;
}

h2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    font-family: 'Readex Pro', sans-serif;

}

.btn {
    font-size: 200%;
    font-family: 'Oswald', sans-serif;
    white-space: normal;
}

.hide {
    display: none;
}

.blt {
    width: 85%;
    height: 85%;
}

.crt {
    width: 95%;
    height: 95%;
}

.facebook-comment {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 0px 10px black;
    margin: 5px;

}

.profile-div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.name-text {
    color: #365899;
    font-family: Sans-Serif;
    font-weight: 600;
}


.image-div {
    width: 45px;
    border-radius: 50%;
    margin-top: -5px;

}

.Name {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-top: 10px;
    line-height: 19px;
}

.comment-section {
    margin-left: 15px;
    background-color: #F6F7F9;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-radius: 10px;

}

.sub-comment {
    margin-left: 50px;
    margin-top: 5px;
}

.comment-txt {
    font-family: Sans-Serif;
    color: black;
    line-height: 25px;
}

.reaction {
    display: flex;


}

.like {
    font-family: Sans-Serif;
    font-size: 14px;
    color: #90949c;
    color: black;
    font-weight: 600;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 10px;

}

.comment-button {
    font-family: Sans-Serif;
    font-size: 14px;
    color: #90949c;
    color: black;
    font-weight: 600;
    margin-right: 20px;
    margin-top: 10px;

}

.emoji {
    margin-top: 10px;
    margin-left: -5px;

}

.dash {
    display: flex;
    justify-content: center;
    padding: 10px;
    content: "";
    margin-top: -10px;
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 2px solid #FAFAFA;
}

.bottom-text {
    font-family: Sans-Serif;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    margin-left: 15px;
}

.cta-video {
    font-family: "Readex Pro";
    font-size: 35px;
    font-weight: 600;
    text-shadow: 2px 2px rgb(0, 95, 13);
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    padding: 10px 10px;
    margin: 35px 0 15px;
    cursor: pointer;
    width: 550px;
    color: white;
    background: #00cc76;
    box-shadow: 0 0 0 0 #00cc76;
    background-color: #00cc76;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  }
  
  
  .cta-video:hover {
    -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
  }
  
  @-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
  @-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
  @-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
  @keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

header {

    background-color: black;
    background-image:
        linear-gradient(#00000094,
            #097a00);
}

@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed');

.wrapper {
    padding: 20px;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}

@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    }

    100% {
        box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
    }
}

.example-1 {
    float: left;
    margin: 40px;
    width: 130px;
    height: 130px;
    font: 13px/130px 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    background: rgba(30, 144, 255, 0.6);
    border-radius: 50%;
    animation: shadow-pulse 1s infinite;
}

.example-2 {
    float: left;
    margin: 75px 40px 0 40px;
    width: 130px;
    height: 60px;
    font: 13px/60px 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    background: rgba(3, 3, 3, 0.6);
    border-radius: 3px;
    animation: shadow-pulse 1s 3;
}

.example-3 {
    float: left;
    margin: 40px 0 0 40px;
    width: 130px;
    height: 130px;
    font: 13px/130px 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    background: rgba(30, 144, 255, 0.6);
    border-radius: 50%;
    animation: shadow-pulse-big 1s 1;
}

@media(max-width:768px) {
    .video-player {
        width: 100%;
        background: 0 0
    }

    .video-player iframe {
        width: 100%;
        height: 100%;
        top: 0;
        margin: auto
    }

    #frame {
        width: 100%;
        height: 100%;
        top: 0;
        margin: auto
    }

    .ft {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        width: 25%;
        height: 25%;
    }

}


.pulse-button:hover {
    -webkit-animaion: none;
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-224d8f6f */
#comentarios_face {
    font-family: Arial;
    background-color: #F6F7F9;
    font-size: 14px;
    padding: 20px;
}

.titulo_comentario {
    font-weight: bold;
    border-bottom: 1px solid #E9EBEE;
    display: block;
    padding-bottom: 6px;
}


.perfil {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.perfil .nome {
    color: #365899;
    font-weight: bold;
}

.nome img {
    float: left;
    padding-right: 10px;
}

.perfil img {
    width: 60px !important;
    height: 50px;
}

.perfil p {
    margin: 0;
    margin-left: 60px;
    margin-bottom: 0px;
}

.infos {
    font-size: 11px;
    color: #90949c;
}

.perfil2 {
    padding-left: 9px;
    border-left: 1px solid #E9EBEE;
    margin-left: 50px;
    padding-bottom: 0;
}

* {
    font-family: helvetica, arial, sans-serif
}

body {
    font-size: 16px
}

#navbar {
    text-align: center;
    color: #fff;
    background-color: #008035;
    font-size: 18x;
    text-align: center;
    padding: 10px;
    position: static;
    z-index: 99999;
    width: 100%;
}

.bbtn {
    width: 100%;
    max-width: 449px
}

@media(max-width:768px) {
    .video-player {
        margin-top: 0 !important
    }
    .cta-video {
        width: 100%;
        font-size: 20px;
        margin: 35px 0 25px;
        padding: 10px 10px;
      }
    
}
