body {
    font-family: 'Lato', sans-serif;
}

.vivo-lp {
    max-width: 1200px;
    font-family:  'Lato', Arial, serif;
}
#vivo_section .header {
    background-color: #415FFF;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#vivo_section .textblock {
    min-height: 250px;
    padding: 2.5em 3em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.textcontent_container{
    margin-bottom: 1.5 em;
}

.textcontent {
    font-family: 'Lato', Arial, serif;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.01em;
}

.mixedcontent {
   min-height: 250px;
   background-color: #453e4e;
   padding: 2.5em 5em;
   justify-content: center;
   align-items: center;
   text-align: center;
}

.transparent-button {
    background-color: transparent;
    color: #2cff00;
    border: 3px solid #2cff00;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
}

.large{
    font-size: 28px;
    font-weight: 200;
    color: #fff;
}

.large-black{
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 0;
}

.small-black{
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin: 0;
    padding: 0;
}

.headline{
    font-weight: 700;
}

.h3-text{
    color: #fff;
    font-size: 32px;
}

#vivo_section .two-columns {
    display: flex;
    justify-content: space-evenly;
}

#vivo_section .two-columns .column {
    width: 50%;
}

#vivo_section .two-columns .column-left {
    width: 40%;
}

#vivo_section .two-columns .column-right {
    width: 40%;
}


.column img {
    width: 100%;
}

#vivo_section .hero {
    color: #fff;
    font-size: 90px;
    background-color: #453e4e;
}
#vivo_section .dark-bg {
    color: #fff;
    background-color: #091523;
}

#vivo_section .phones-section {
    height: 400px;
}

#vivo_section .hero .hero-text {
    margin-top: 120px;
}
#vivo_section .phone-column {
    position: relative;
}
#vivo_section .phone-text {
    margin-top: 100px;
    padding-left: 50%;
}
#vivo_section .phones {
    max-width: 420px;
    position: absolute;
    top: -150px;
}

#vivo_section .y35-image {
    padding: 30px;
    justify-content: left;
}


#vivo_section .y35-text {
    padding: 30px;
}

#vivo_section .y22-image {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 100px;
}

#vivo_section .border-bottom {
    border-bottom: 2px solid #415FFF;
}

#vivo_section .column-half {
    display: flex;
    align-items: center;
    width: 25%;
}

#vivo_section .column-60 {
    align-items: center;
    width: 60%;
}

#vivo_section .column-40 {
    align-items: center;
    width: 40%;
}

#vivo_section .column-30 {
    display: flex;
    align-items: center;
    width: 30%;
}

#vivo_section .column-20 {
    display: flex;
    align-items: center;
    width: 20%;
}

#vivo_section .button-a {
    text-decoration: none;
}

#vivo_section .button {
    margin-top: 40px;
    text-decoration: none;
    font-size: 21px;
    background-color: #415FFF;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 6px;
}

#vivo_section .space {
    margin-top: 30px;
    margin-bottom: 30px;
}

#vivo_section .y16-image {
    position: relative;
    margin-bottom: -150px;
    padding-top: 30px;
    padding-right: 130px;
    padding-left: 30px;
}

#vivo_section .footer {
    background-color: #415FFF;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#vivo_section .show_mid {
    display: none;
}

#vivo_section .show_xs {
    display: none;
}

@media screen and (max-width: 1200px) {
    #vivo_section .hide_mid {
        display: none !important;;
    }

    #vivo_section .show_xs {
        display: none;
    }

    #vivo_section .show_mid {
        display: block;
    }

    #vivo_section .phone-text {
        margin-top: 50px;
        padding-left: 0;
        text-align: center;
        width: 100% !important;
    }

    #vivo_section .phones {
        display: inline-block;
        position: initial;
        top: 0;
    }

    #vivo_section .phone-column {
        display: none;
    }

    #vivo_section .phones-section {
        height: auto;
        margin-bottom: 30px;
    }

    #vivo_section .border-bottom {
        border-bottom: none;
    }
}

@media screen and (max-width: 1140px) {
    #vivo_section .hide_mid {
        display: none !important;
    }

    #vivo_section .show_mid {
        display: none;
    }

    #vivo_section .show_xs {
        display: block;
    }

    #vivo_section .two-columns {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #vivo_section .two-columns .column {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #vivo_section .flip-mobile {
        flex-direction: column-reverse !important;
    }

    #vivo_section .hero .hero-text {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    #vivo_section .y35-text {
        padding: 0;
    }
    #vivo_section .y16-image {
        position: initial;
        margin-bottom: 0;
    }
    #vivo_section .column-half {
        width: 50%;
    }
    #vivo_section .button {
        margin-bottom: 30px;
    }
}

.top-spacer{
    background: #fff;
    padding-top: 10px;
}

.banner-container {
    display: flex;
    flex-wrap: wrap;
}


.container {
    display: flex;
}

.left-div {
    width: 55%;
    overflow: hidden;
}

.right-div {
    width: 45%;
    overflow: hidden;
}

.right-div {
    width: 45%;
    height: auto;
    background-color: lightgreen;
}

.left-div-4 {
    width: 40%;
    height: auto;
    background-color: #a6a6a4;
    text-align: center;
}

.banner-image {
    width: 100%;
    max-height: 540;
    height: auto;
    display: block;
}

.inner-div{
    padding: 2em 4em;
}

.inner-div-right{
    padding-left: 15em !important;
    padding-top: 10em !important;
}

.right-div-6, .right-div-6-pro {
    width: 60%;
    height: auto;
    min-height: 450px;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: right
}

.right-div-6{
    background-image: url("../img/phone-bg.jpg");
}

.right-div-6-pro{
    background-image: url("../img/phone-bg-pro.jpg");
}

.details-item{
    text-align: center;

}

.left-div img,
.right-div img {
   
             width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;

}

.phone-details {
    color: black;
    
    position: absolute;
    bottom: 1;
    right: 1;
    padding: 10px;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
    
    .left-div, .right-div, .left-div-4, .right-div-6, .right-div-6-pro  {
        width: 100%;
    }

    .phone-left {
        width: 100%;
        max-height: 420;
        height: auto;
        display: block;
    }
}
