html{
    scroll-behavior: smooth;
}
@font-face {
    font-family: LucidaBold;
    src: url("../font/LucidaGrandeBold.ttf");
}

@font-face {
    font-family: LucidaNormal;
    src: url("../font/LucidaGrande.ttf");
}

@font-face {
    font-family: Arial;
    src: url("../font/ARIAL.TTF");
}

.Lucida-bold{
    font-family: LucidaBold;
}

.Lucida-regular{
    font-family: LucidaNormal;
}

.Arial-regular{
    font-family: Arial;
}


.borders-card{
    border: 1px solid #707070;
    border-radius: 40px;
}

.borders{
    border-radius: 21px;
}

.border-size{
    border: solid 2px;
}

#enviar{
    /* width: 21%; */
    height: 46px;
}
.w-60{
    width: 60%;
}

.mx-10{
    margin-left: 100px !important;
    margin-right: 100px !important;
}

.py-10{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.plyr{
    border-radius: 30px !important;
}

@media (min-width: 768px) {
    .plyr {
        margin-left:auto;
        margin-right:auto;
        width: 1114px;
        height: auto !important;
        border-radius: 30px !important;
    }
}

.zoom{
    border-radius:5px;
    transition: all 0.2s;
}

.zoom:hover{
    transform: scale(1.2);
    overflow: hidden;
}

.zoom:hover path{
    fill: #13E968;
}

#navbar .dropdown:hover > .dropdown-menu {
    display: block;
}

#navbar .dropdown-menu {
    border: 1px solid #E2E2E2;
    box-shadow: 0px 3px 6px #00000029;
    left: 50%;
    /* transform: translateX(-50%); */
    border-radius: 10px !important;
  }
  
  #navbar .dropdown-menu .dropdown-item {
    position: relative;
    text-align: center;
    font-family: Cairo-Regular;
    color: #25282A;
    opacity: 0.6;
  }
  
  #navbar .dropdown-menu .dropdown-item::after {
    content: "";
    width: 65%;
    height: 2px;
    background-color: #1e1e1e;
    opacity: 0.17;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  
  #navbar .dropdown-menu .dropdown-item:last-of-type::after {
    content: none !important;
  }

.hov:hover {
    filter: hue-rotate(#0039FE);
    transition: all 0.2s;
}

.icon-nav{
    width: 30px;
}

.icon-ABP{
    width: 163px;
}
.text-black{
    color: #25282A;
}

.font-purple{
    letter-spacing: 0px;
    color: #7A227C;
    opacity: 1;
}

.text-cinzaEscuro{
    color:#424242;
}

.font-orange{
    color: #F8D74C;
}

.font-subSobre{
    color: #515151;
}

.font-textoSobre{
    color: #515151;
}

.bg-blue{
    background: #2D4DBB;
}

.bg-body{
    background: #FFFFFF;
}

.ativo{
    color: #FFFFFF!important;
}

/*      site     */





/* ----- Scoll --- */
::-webkit-scrollbar  {
    width: 5px !important;
    height: 5px !important;
}

::-webkit-scrollbar-track  {
    background: #f8f8f8;
}

::-webkit-scrollbar-thumb  {
    background: #c5c5c5;
    border-radius: 10px;
}

/* --- FOOTER --- */

.img_footer{
    /* background-image: url(img/img-footer.svg) !important; */
    position: absolute;
    height: 325px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 916px 137px;
        
}
.img_footer2{
    /* background-image: url(img/img-footer2.svg) !important; */
    position: absolute;
    height: 325px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -173px 95px;
    /* background-attachment: fixed; */
 
        
}

#footer {
    overflow: hidden;
}
.oval-img {
    position: absolute;
}

.oval-img.esquerda {
    width: 30%;
    left: -18%;
    top: 0;
}

.oval-img.direita {
    width: 38%;
    right: -7%;
    top: 45%;
}

#footer .py-10 {
    padding-top: 31px !important;
    padding-bottom: 10px !important;
}

@media (max-width: 767px) {
   #footer .py-10 {
        padding-top: 36px !important;
        padding-bottom: 36px !important;
    }

    .oval-img.esquerda {
        width: 82%;
        left: -29%;
        top: 46%;
    }
    
    .oval-img.direita {    
        width: 54%;
        right: -18%;
        top: 84%;
    }
}

@media (min-width: 768px) and (max-width: 1300px){
    .oval-img.direita {
        top: 60% !important;
    }
    #navbar .dropdown-menu {
        transform: translateX(-50%);
      }
}
@media (min-width: 768px) {
    #navbar .dropdown-menu {
      transform: translateX(-50%);
    }
}