video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

.noScroll {
    overflow: hidden;
}

.imgImpacto{
    -webkit-transform: translateZ(-1400px) translateY(800px);
    transform: translateZ(-1400px) translateY(800px);
    opacity: 0;
}

.slide-in-fwd-bottom {
    transition: all 0.4s;
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
}

.second .principalTitle {
    color: #009490;
    font-family: Bitter;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.slide-out-top {
    height: 170px;
    opacity: 1;
}

.digital{
    background-color: #F8F6EA;
}

.cardBanner{
    border-radius: 8px;
    background-color: #fff;
}

.cardBanner .title{
    margin: 15px auto;
}

#container-tradicionales, #container-ritchMedia{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
    padding: 0 50px;
    margin: 50px auto;
}

#container-tradicionales{
    margin-bottom: 107px;
}

.cardDigital{
    text-align: center;
    cursor:pointer;
}

.title{
    color: #009490;
    font-size: 18px;
    font-weight: 500;
    min-height: 43px;
}

.digital .first{
    padding: 50px 100px;
}

.titleFirst {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    text-align: center;
    color: #3763AE;;
}

.titleSecond{
    font-size: 18px;
    line-height: 21px;
    font-family: "Lato";
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #3763AE;
}

.container-impacto{
    display: flex;
}

.second{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 238px;
}

.titleSection{
    font-size: 48px;
    font-weight: 600;
    color:#009490;
}

.titleFormat {
    font-size: 18px;
    font-family: "Lato";
    font-weight: 600;
    text-transform: uppercase;
    color: #3763AE;
    margin-bottom: 30px;
}

.column1, .column2{
    width: calc(50% - 20px);
    margin-right: 20px;
}

.column, .column1,
.column2{
    font-family: "Lato";
}

.column h4,
.column1 h4,
.column2 h4 {
    text-transform: uppercase;
}

.container-impacto ul{
    list-style: disc;
    padding-left: 20px;
}

.container-impacto h4{
    font-size: 18px;
    margin-bottom: 10px;
}

.container-impacto ul li{
    font-size: 16px;
    margin-bottom: 5px;
}
.btnGroup{
    display: flex;
    flex-direction: column;
}
.btnFormato {
    background-color: #009490;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    width: 60%;
    margin-bottom: 10px;
}


.btnFormato:first-child{
    margin-right: 10px;
}

.column-format {
    display: flex;
    flex-direction: row;
    width: 50%;
}

.column-format h5{
    font-family: "Bitter";
    font-size: 38px;
    line-height: 42px;
    font-weight: 600;
    color: #009490;
}

.column-format h6 {
    font-size: 24px;
    line-height: 30px;
    color: #1F1F1F;
    font-weight: 500;
}
.content{
    width: 50%;
}
.content--image{
    background: #fff;
    border-radius: 20px 0 0 0;
    padding: 20px;
}
.content--image img{
    width: 100%;
    height: auto;
    /* max-height: 237px; */
}

.content--text{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 20px;
}


.popup {
    display: none;
    position: fixed;
    z-index: 999999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
    background-color: white;
    width: 50%;
    max-width: 630px;
    margin: 50px auto;
    padding: 20px 20px 0px 20px;
    border-radius: 5px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.cardDigital{
    border: 1px transparent dashed;
    transition: all 0.3s;
}
.cardDigital:hover{
    -webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.75);
        border: 1px #009490 dashed;
}

.modal-text{
    display: flex;
    border: 1px #2FBDBA dashed;
    border-radius: 8px;
    background-color: #C7E5CD;
    color:#009490
}

.caracteristicas {
    display: grid;
    align-items: center;
}

.caracteristicas:first-child {
    text-transform: uppercase;
}

.caracteristicas:first-child li {
    font-weight: 600;
}

.caracteristicas li span:first-child{
    width: 112px;
    border-right: 1px #2FBDBA dashed;
}


.caracteristicas li{
    padding: 0px 10px;
    font-family: "Lato";
    font-size: 14px;
    align-items: center;
    display: grid;
     grid-template-columns: auto 1fr;
    gap: 10px;
}

.caracteristicas li span{
    padding: 7px 0;
  height: 100%;
}

.caracteristicas li span:nth-child(2){
    text-align: left;
}

.modal-header{
    text-align: center;
    color: #009490;
}

.modal-header h2{
    font-size: 30px;
    margin-bottom: 10px;
}

video{
    margin-bottom: 10px;
    width: 250px;
    height: 250px;
}

.manual{
    background-color: #2FBDBA;
    padding: 10px 20px;
    border-radius: 23px;
    color: #fff;
    font-family: "Lato";
    text-decoration: none;
    font-size: 14px;
    line-height: 60px;
}
.contentBtnManual{
    text-align: center;
    margin: 20px auto;
}

.imgPerson{
    height: auto;
}

@media only screen and (max-width: 600px) {
    
    .digital .first {
        padding: 50px 20px 0px 20px;
    }

    .second{
        display: block;
        margin: 20px 0px 60px 0px;
    }

    #container-tradicionales,
    #container-ritchMedia {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 20px;
        max-width: 900px;
        margin: 50px auto;
    }

    .column-format{
        margin: 12px auto;
        padding: 31px 12px;
    }

    .column1,
    .column2 {
        text-align: center;
    }

    .container-impacto ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    .second img{
        height: auto;
        margin: 90px auto;
    }

    .titleSection, .titleFormat {
        text-align: left;
    }

    .titleFirst {
        font-size: 30px;
        text-align: center;
        color: #009490;
    }

    .principalTitle {
        font-size: 40px;
        margin: 0px auto 30px auto;
        text-align: left;
        height: initial;
        opacity: 1;
    }

    .popup-content {
        width: 95%;
    }

    .second img {
        margin: 30px auto;
    }

    .columnThird {
        margin: 0 auto 30px auto;
    }

    .titleSection {
        font-size: 30px;
    }

    .titleSection br{
        display: none;
    }
    .column-format{
        width: 100%;
    }
    .column-format h5{
        font-size: 20px;
        line-height: 26px;
    }
    .column-format h6{
        font-size: 16px;
        line-height: 20px;
    }
    .btnFormato{
        width: 100%;
        font-size: 14px;
    }
}

@media only screen and (min-width: 720px) and (max-width: 1080px) and (orientation: portrait) {
    .digital .first {
        padding: 50px 20px;
    }
    #container-tradicionales,
    #container-ritchMedia {
        grid-template-columns: repeat(2, 1fr);
        
    }
    .imgImpacto {
        max-width: 400px;
        height: auto;
    }
    .second {
        margin-bottom: 110px;
    }
    .titleSection {
        font-size: 45px;
    }
    .titleSection br{
        display: none;
    }
    .columnThird {
        max-width: initial;
        margin: 0 auto;
    }
    .column-format {
        display: block;
        margin: 25px auto;
    }
    .column-format h5{
        text-align: center;
    }

    .column-format h6{
        text-align: center;
    }
}


@media only screen and (min-width: 720px) and (max-width: 1080px) and (orientation: landscape) {
    .digital .first {
        padding: 50px 40px;
    }
    #container-tradicionales,
    #container-ritchMedia{
        max-width: initial;
    }
    .imgImpacto {
        max-width: 580px;
        height: auto;
    }

}

