﻿section.header-onepic .header-onepic_img  {
    position: relative;
}



section.header-onepic .header-onepic_img::before {
  display: flex;
    content:"";
    width:230px;
    height: 230px;
    border-radius:100%;
    padding:20px;
    position: absolute;
    right:-15px;
    bottom:5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
  background: linear-gradient(21deg, rgba(88,42,130,1), rgba(168,98,144,1) 80.71%);
}


section.header-onepic .header-onepic_img::after  {
    display: flex;
    content:"";
    width:200px;
    height: 200px;
    background-image: url(/images/30implantology.svg);
    background-size:90%;
    background-position: center;
    background-color:#fff;
    border-radius:100%;
    padding:0;
    position: absolute;
    right:0px;
    bottom:20px;
}


    #content {
  position: relative;
  margin-top: -100px;
}

.title_text h2 {
    font-size: 50px;
}

.title-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}

.title-img::before {
    content:"";
    display:block;
    background:#069;
    width:60px;
    height:60px;
    position: absolute;
    bottom:-30px;
    transform: rotate(45deg);
}

 
.title-img h2:first-line {
    font-size:45px;
}


.title-img h2 {
    font-size:35px;
  text-justify: inter-character;
    margin: 0;
}


.owl-dots {
  bottom: 120px;
}

.termine2 .dates-mb .date-body {
    border-radius: 100%;
    overflow: hidden;
    border:2px solid #069;
    background: #fff;
    padding: 10px;
}


.termine2 .dates-mb .date-body img {
    border-radius: 100%;
    overflow: hidden;
}


a.register {
    border: 1px solid #069;
    display: inline-flex;
    align-items: center;
    color:#069;
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 100px;
}

a:hover.register {
    color:#069;
    text-decoration: none !important;
}



a.register::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    text-decoration: none !important;
    color:#069;
    font-size: 20px;
    margin-left: 15px;
}

 
@media screen and (max-width:600px) {
 
.owl-dots {
  bottom: 0px;
}
 
}
 
@media screen and (max-width:400px) {
 
    .slider .header-onepic_txt a {
        display:none !important;
    }
 
}