@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');



.letterOswald{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    color: white;
}

.header-style-1 .site-header-menu .container-fluid{
    background: black;
}

.pbmit-marquee-effect-section .pbmit-tag-bottom{
    background: black;
}

body .pbmit-bg-color-blackish{
    background: black;
}
.pbmit-marquee-effect-section .pbmit-marquee-effect-style-1 .pbmit-element-title{
    color: white;
}

.pbmit-marquee-effect-section .pbmit-tag-top, .pbmit-marquee-effect-section .pbmit-tag-bottom{
    background: black !important;
}
.gyim-video-bg-one{
    background-image:url(/static/images/raul/sinLimites.jpg) 
}
.site-footer{
    background: black !important;
}

.header-style-1 .pbmit-menuarea .navbar-toggler{
    color: #f6fe84;
    background: black;
}
.header-style-1 .pbmit-menuarea .navbar-toggler svg{
    fill: #f6fe84;
}
.header-style-1 .site-branding {
    margin-right: 50px;
}
.contImgCircle{
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgCirclePrinc{
    width: 60rem;
}


.note {
    margin-bottom: 5rem;
}

.note .container article.pbmit-testimonial-style-1 .pbminfotech-post-item.d-flex{
    justify-content: space-between;
}
.contBtn {
    margin-top: 2rem;
}
.contBtn a{
    padding: 3px 12px;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-blackish-color);
    display: inline-block;
    height: 3rem;
    line-height: 1;
    font-weight: 900;
    font-size: 1.2rem;
    padding: 1rem 2.4rem;
    border-radius: 10px;
}
.contBtn a:hover {
    background-color: var(--pbmit-white-color);
}
.client-section-one{
    border-color: transparent;
}


