/*******************/
/* knowdifferences */
/*******************/

.knowdifferences {
    background: transparent;
    height: auto;
    width: 100%;
    display: flex;
    position: relative;
    margin: 0;
}

.knowdifferences .right-div {
    width: 50%;
    background-image: url('../img/knowdifference/img-allon4.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
    display: flex;
    align-items: flex-end;
    padding: 0 15px;
}

.knowdifferences .left-div {
    width: 50%;
    background-image: url('../img/knowdifference/back_dentadura.jpg');
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
    display: flex;
    align-items: flex-end;
    padding: 0 15px;
}

.knowdifferences .up-div {
    position: absolute;
    width: 100%;
    top: 35px;
}

/* .knowdifferences .up-div div:first-child {*/
.knowdifferences .up-div .perg1{
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: bold;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 38px;
}

.knowdifferences .up-div .down-text {
    width: 100%;
    text-align: center;
    padding-right: 40px;
    display: flex;
}
.knowdifferences .up-div .down-text #tt1, .knowdifferences .up-div .down-text #tt2{
  width: 48%;
}
.knowdifferences .up-div .down-text #vs{
  width: 4%;
}
.knowdifferences .up-div .down-text #tt2{
        margin: auto;
        max-width: 30%;
}
.knowdifferences span,
.knowdifferences .mob-title-1 {
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
    text-transform: uppercase;
}

.knowdifferences span:nth-child(2),
.mob-vs {
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 94px;
    font-style: italic;
    font-weight: bold;
    line-height: 52px;
    text-align: center;
    margin: 0 25px 0 5px;
    text-shadow: 0 9px 4px rgba(0, 0, 0, 0.32);
    text-transform: uppercase;
}

.knowdifferences .img-wrapper {
    width: auto;
    max-width: 260px;
}

.knowdifferences .wrap-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-bottom: 80px;
}

.knowdifferences .wrap-content .text-wrapper {
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 10px;
}

.knowdifferences .wrap-content .text-wrapper i.fa-times {
    color: #ff0000;
}

.knowdifferences .wrap-content .text-wrapper i.fa-check {
    color: #00CC00;
}

.knowdifferences .wrap-content .text-wrapper div {
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 29px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.knowdifferences .mob-title-1,
.knowdifferences .mob-title-2 {
    display: none;
}
.btn-red{
  border-radius: 4px; background: linear-gradient(181.53deg, #F5515F 0%, #9F041B 100%); box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  font-size: 18px;
  font-family: "roboto";
  border: 0px;
  color: white;
  text-transform: uppercase;
  height: 45px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 20px;
}

.show-mob {
    display: none;
}

.mob-vs {
    display: none;
}

@media(min-width:1201px) {
  .flex-div{
    margin-top: 250px;
  }
}

@media(min-width:992px) {
 .left-div .wrap-content, .right-div .wrap-content{
   display: none;
 }
}


@media(min-width:992px) and (max-width:1200px) {
  .flex-div{
    margin-top: 50px;
  }
  .knowdifferences .wrap-content {
        display: block;
    }

    .left-div .wrap-content, .right-div .wrap-content{
      display: none;
    }
}

@media (min-width:767px) and (max-width:992px) {
  .flex-div{
    margin-top: 50px;
  }

    .knowdifferences .mob-title-1 {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 25px;
        display: block;
    }
    .knowdifferences .mob-title-2 {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 55%;
        display: block;
    }
    .knowdifferences .thisguy {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 75px;
        display: block;
        z-index: 1;
    }
}

@media(min-width:320px) and (max-width:992px) {
    .knowdifferences {
        flex-wrap: wrap;
    }
    .knowdifferences .right-div,
    .knowdifferences .left-div {
        width: 100%;
        min-height: 600px;
        position: relative;
    }
    .knowdifferences .up-div {
        display: none
    }
    .mob-vs {
        position: absolute;
        width: 100%;
        top: -36px;
        text-align: center;
        display: block;
        margin-left: -25px;
    }
    .mob-vs span {
        font-size: 60px;
    }
}

@media(min-width:320px) and (max-width:767px) {
    .knowdifferences .wrap-content {
        padding-bottom: 0px;
        display: block;
    }
    .knowdifferences .mob-title-1,
    .knowdifferences .mob-title-2 {
        padding-left: 25px;
        text-align: left;
        display: none;
    }
    .knowdifferences .right-div,
    .knowdifferences .left-div {
        padding: 60px 15px;
        min-height: auto;
        padding-left: 0px;
    }
    .show-mob {
        display: block;
        margin-bottom: 30px;
        padding: 0 25px
    }
    .knowdifferences span,
    .knowdifferences .mob-title-1 {
        font-size: 32px;
    }
    .mob-vs span {
        font-size: 60px;
    }
    .knowdifferences .img-wrapper {
        margin: auto;
    }

    .informative .fourth-teaser{
        padding-top: 15px;
        color: #FFFFFF;
        font-family: "Roboto";
        font-size: 20px;
        font-weight: 700;
        line-height: 32px;
        text-transform: none;
    }
    .fourth-teaser img{
        height: 20px;
    }
    .video-section .container .text-vs .title {
        font-size: 24px;
        line-height: 34px;
    }
    .video-section {
        margin-top: 90px;
        margin-bottom: 60px;
    }
    .btn-red{
        width: 100%;
        padding: 0;
    }
}
.imgSlogan{
  margin-top:90px;
  width:480px;
  height:350.8px;
}
@media (min-width:320px) and (max-width:420px) {
    .knowdifferences span,
    .knowdifferences .mob-title-1 {
        font-size: 28px;
    }
    .mob-vs span {
        font-size: 40px;
    }
    .mob-vs {
        position: absolute;
        width: 100%;
        top: -40px;
        text-align: center;
        display: block;
        margin-left: -25px;
    }
    .knowdifferences .img-wrapper img {
        width: 80%;
        margin: auto;
    }
}
@media(max-width:767px){
  .imgSlogan{
    margin-top:-40px;
    width:280px;
    height:180px;
  }
}
