.about-principal{
    position: relative;
    background-color: #212121;
}

.about-principal::before{
    position: absolute;
    top: 50%;
    right: -74%;
    content: '';
    transform: translate(-50%,-50%);
    width: 50%;
    height: 100%;
    background-color: #212121;    
}

.black{
    color: #212121;
}
#nazarenoiphone{
    position: absolute;
    width: 27%;
    bottom: -8px;
    right: 18%;
}
#nazarenoiphone img{
    width: 100%;
}

.experience{
    background: #0a0a0a;
}

.experience-image{
    background-size: cover;
    background-position: bottom;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: block;
    margin: 0 auto;
    /* border: solid 5px #202020; */
    box-shadow: -1px 5px 26px 6px #7d7d7d87;
}
.experience .dialogue{
    background: #ff3333;
    padding: 1em;
    position: relative;
}
.experience .dialogue:after,
.experience .dialogue::after {position: absolute;top: 50%;left: 0%;content: '';transform: translate(-50%,-50%);width: 0;height: 0;border-right: solid 30px  #ff3333;border-bottom: solid 30px transparent;border-top: solid 30px transparent;}

.experience .right::after{
    position: absolute;
    top: 50%;
    right: -10%;
    left: auto;
    content: '';
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-right: solid 30px transparent;
    border-bottom: solid 30px transparent;
    border-top: solid 30px transparent;
    border-left: solid 30px #ff3333;
}
.experience h2{
    font-size: 1.2em;
    margin-bottom: 0;
    color: white;
}
.experience .tablet{
    position: relative;
}
.experience h3{
    font-size: 0.9em;
    padding-top: 0px!important;
    margin-top: 0px!important;
    color: white;
}
.jobs::-webkit-scrollbar {
  display: none;
}
.jobs{
    position: absolute;
    width: 89%;
    height: 79%;
    background: white;
    overflow: scroll;
    top: 16%;
    left: 6%;
    padding-right: 2em;
    padding-left: 2em;
    background-image: linear-gradient(0deg, #ffffff 25%, #fafafa 25%, #fafafa 50%, #ffffff 50%, #ffffff 75%, #fafafa 75%, #fafafa 100%);
    background-size: 12.00px 12.00px;
    border-radius: 21px;
}
.jobs > h2:first-child{
    font-size: 2em!important;
    color: black!important;
}
.experience p{
    font-size: 0.9em;
    color: white;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
    font-family: 'Balto Bold', sans-serif;
    background: white;
    display: block;
    width: 120px;
    padding-left: 6px;
    color: #212121;
    padding-top: 3px;
    padding-bottom: 3px;
    font-style: oblique;
    text-transform: uppercase;
    box-shadow: 3px 3px 0px 0px #00000082;
}
.experience .inverted{
    background: #212121;
}
.experience .inverted:after{
    border-right: solid 30px  #212121;
    border-bottom: solid 30px transparent;
    border-top: solid 30px transparent;
}
.title-experience{
    font-size: 2em!important;
}
.owl-carousel button{
    box-shadow: none;
}

.certification img{
    padding: 2em;
}
@media only screen and (max-width: 700px) {
    .certification img{
    padding: 1em;
}
    .about-principal {
        position: relative;
        background-color: #212121;
        position: absolute;
        top: 32%;
        right: -45%;
        transform: translate(-50%,-50%);
        padding-right: 2em!important;
        padding-bottom: 3em!important;
        padding-top: 2em!important;
        padding-left: 2em!important;
        width: 95%;
    }

    #nazarenoiphone {
        position: absolute;
        width: 58%;
        top: 64%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .about-principal::before{
        position: absolute;
        top: 50%;
        right: -74%;
        content: '';
        transform: translate(-50%,-50%);
        width: 50%;
        height: 100%;
        background-color: #212121;
        display: none;
    }
   .experience .dialogue:after,
.experience .dialogue::after {
        position: absolute;
    top: -20px;
    left: 50%;
    content: '';
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-right: solid 30px #ff3333;
    border-bottom: solid 30px #ff3333;
    border-top: solid 30px transparent;
    border-right: solid 30px transparent;
    border-left: solid 30px transparent;
}
.experience .inverted::after{
    border-right: solid 30px #212121;
    border-bottom: solid 30px #212121;
    border-top: solid 30px transparent;
    border-right: solid 30px transparent;
    border-left: solid 30px transparent;
}
.experience-image{
    height: 150px;
    width: 150px;
}

.jobs {
    position: absolute;
    width: 84%;
    height: 66%;
    background: white;
    overflow: scroll;
    top: 30%;
    left: 8%;
    padding-right: 2em;
    border-radius: 6px!important;
    padding-left: 2em;
    background-image: linear-gradient(0deg, #ffffff 25%, #fafafa 25%, #fafafa 50%, #ffffff 50%, #ffffff 75%, #fafafa 75%, #fafafa 100%);
    background-size: 12.00px 12.00px;
}
}
