/* The following code is being copied from the previous screen in order to replicate the page without updating its behavior.
However, the code does not meet our standards and must be analyzed and reviewed in another activity. */
@font-face {
    font-family: 'BalsamiqSans';
    src: url('../fonts/BalsamiqSans-Regular.eot'); /* IE9 Compat Modes */
    src:
       url('../fonts/BalsamiqSans-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('.../fonts/BalsamiqSans-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/BalsamiqSans-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/BalsamiqSans-Regular.svg') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'BalsamiqSans-Bold';
    src: url('../fonts/BalsamiqSans-Bold.eot'); /* IE9 Compat Modes */
    src:
       url('../fonts/BalsamiqSans-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/BalsamiqSans-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/BalsamiqSans-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/BalsamiqSans-Bold.svg') format('svg'); /* Legacy iOS */
}

a:hover{
    text-decoration: none;
}

.w-50{
    width: 50% !important;
}

.w-55{
    width: 55% !important;
}

.w-60{
    width: 60% !important;
}

.w-65{
    width: 65% !important;
}

.w-70{
    width: 70% !important;
}

.w-80{
    width: 80% !important;
}

.w-90{
    width: 70% !important;
}

.pad0{
    padding-left: 0px;
    padding-right: 0px;
}

.padr0{
    padding-right: 5px;
}

.rel{
    position: relative;
}

.nowrap{
    white-space: nowrap;
}

.tdb_menu{
    background-color: #166938;
    padding: 15px;
    z-index: 900;
}

.tdb_menu .tdb_hamburguer{
    background-color: white;
    padding: 5px;
    width: 50px;
    display: inline-block;
    float: right;
}

.tdb_menu_title{
    font-family: 'BalsamiqSans';
    font-size: 15px;
    font-weight: bolder;
    color: #fff;
    display: inline-block;
    padding-top: 2px;
    padding-right: 25px;
}

.tdb_menu_logo{
    max-width: 40px;
}

.tdb_home_mobile{
    background-image: url('../images/back_mobile.png');
    background-size: cover;
    background-position: center center;
    height: 100vh;
    min-height: 400px;
}

.tdb_hm_img{
    height: 100vh;
    display: block;
    margin: 0 auto;
}

.tdb_home{
    background-image: url('../images/back_desktop.png');
    background-size: cover;
    background-position: left center;
    padding-bottom: 0px;
    border-bottom: 5px solid #166938;
    position: relative;
    overflow: hidden;
}

.tdb_home_text{
    font-family: 'BalsamiqSans';
    font-size: 14px;
    font-weight: bolder;
    color: #166938;
}

.tdb_home_text_2{
    font-family: 'BalsamiqSans-Bold';
    font-size: 50px;
    font-weight: bold;
    color: #166938;
}

.granos{
    position: absolute;
    top: 30%;
    left: 20%;
}

.granos1{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 150px;
    z-index: 100;
}

.granos7{
    position: absolute;
    left: inherit !important;
    right: 2% !important;
    width: 80px;
    bottom: 0px;
}
.granos4{
    position: absolute;
    right: -30px !important;
    top: 12%;
    left: inherit !important;
    width: 170px;
    z-index: 100;
}

.granos3{
    position: absolute;
    left: 6%;
    bottom: 25%;
}

.granos5{
    position: absolute;
    width: 80px;
    left: 70% !important;
    bottom: 35%;
    z-index: 100;
}

.vi_granos1{
    position: absolute;
    width: 110px;
    bottom: 0px;
    left: 75% !important;
    z-index: 100;
}

.vi_granos2{
    position: absolute;
    width: 80px;
    left: 15% !important;
    z-index: 100;
    top: 50px;
}

.tdb_nav{
    background-image: url('../images/back_desktop.png');
    background-size: cover;
    background-position: left center;
    display: none;
    padding-top: 40px;
    padding-bottom: 40px;
}

.tdb_nav .col{
    padding-left: 10px;
    padding-right: 10px;
}

.tdb_nav_panel , .tdb_nav_panel_linaza ,.tdb_nav_panel_fibra, .tdb_nav_panel_multigrano{
    padding: 15px;
    border-bottom: 5px solid #fff;
    background-image: url('../images/cuadro_cero_cero.png');
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.tdb_nav_panel_linaza{
    background-image: url('../images/cuadro_linaza.png');
}
.tdb_nav_panel_fibra{
    background-image: url('../images/cuadro_doble_fibra.png');
}

.tdb_nav_panel_multigrano{
    background-image: url('../images/cuadro_multigrano.png');
}

.tdb_nav_img{
    width: 50px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.tdb_nav_title{
    font-family: 'BalsamiqSans';
    font-size: 20px;
    font-weight: bolder;
    text-align: right;
    white-space: nowrap;
    padding-top: 25px;
    color: white;
    text-shadow: 1px 1px 1px #000;
    padding-right: 25px;
}

.tdb_footer{
    padding-top: 30px;
}

.tdb_footer:before {
    content: " ";
    display: block;
    font-size: 1px;
    height: 15px;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;

}

.tdb_line_footer{
    background: url('../images/footer-teeth.png') bottom left repeat-x;
    height: 15px;
    width: 100%;
    display: block;
    position: absolute;
    top: -14px;
    left: 0px;
    right: 0px;
}

.tdb_footer_submenu{
    padding-top: 40px;
}

.tdb_footer_submenu_a{
    display: block;
    width: 100%;
    color: #011c72;
    padding: 8px 0px;
    border-bottom: dotted 1px #CCC;
    font-weight: 800;
    white-space: nowrap;
    font-size: 14px;
}

.tdb_footer_ul, .tdb_footer_blue_links{
    padding: 20px 0px;
    list-style: none;
}

.tdb_footer_ul_li , .tdb_footer_blue_links_li{
    display: inline;
    padding: 0px 5px;
}

.tdb_footer_blue{
    background-color: #011c72;
}

.tdb_footer_blue_links{
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.tdb_footer_blue_links_li{
    text-decoration: underline;
}

.tdb_footer_blue_links_li_a , .tdb_footer_blue_text{
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    color: white;
}

.tdb_footer_oso{
    float: right;
    padding-right: 15px;
    text-align: right;
    width: 170px;
    height: auto;
    margin-top: -45px;
}

.tdb_menu_int{
    background-color: #166938;
    padding: 15px;
    position: fixed;
    z-index: 900;
    width: 100%;
}

.tdb_menu_title_int{
    font-family: 'BalsamiqSans';
    font-size: 20px;
    color: white;
    padding-top: 12px;
    text-align: left;
    line-height: 1;
    cursor: pointer;
}

.tdb_menu_title_int--activated{
    color: #fbcf01;
}

.tdb_vi{
    background-color: #83B904;
    padding-top: 100px;
    padding-bottom: 50px;
    overflow: hidden;
}

.tdb_vi .img-conoce{
    padding-bottom: 5px;
}

.tdb_vi .navigation__mobile{
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
    z-index: 100;
}

.tdb_vi .navigation__mobile .arrow{
    position: absolute;
    width: 30px;
    height: auto;
}

.tdb_vi .navigation__mobile .arrowprev{
    left: 5%;
}

.tdb_vi .navigation__mobile .arrownext{
    right: 5%;
}

.tdb_ul_beneficios{
    list-style-image: url('../images/check.png');
}

.tdb_vi_h3{
    font-family: 'BalsamiqSans-Bold';
    font-size: 20px;
    font-weight: bold;
    color: #011c72;
}

.line_dash{
    padding-top: 10px;
    display: block;
    margin: 0 auto;
    width: 40%;
    border-bottom: 3px dashed #011c72;
    margin-bottom: 10px;
}

.img-carousel-conoce{
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tdb_vi_0_img{
    display: inline-block;
    width: 20px;
    margin-bottom: 15px;
}
.mb0{
    margin-bottom: 0px !important;
}

.tdb_vi_beneficios{
    display: inline-block;
}

.img-osito_mobile{
    max-width: 130%;
}

.tdb_vi_img_check{
    padding-top: 5px;
    width: 10px;
    display: block;
}

.tdb_vi_img_check--padtop{
    width: 10px;
    display: block;
    padding-top: 15px;
}

.tdv_vi_beneficios{
    font-family: 'BalsamiqSans';
    font-size: 11px;
    color: #011c72;
    margin-bottom: 10px;
    line-height: 1.2;
}

.tdv_vi_beneficios span{
    font-family: 'BalsamiqSans-Bold';
}
.tdv_vi_beneficios .tdv_vi_number {
    font-size: 30px;
}

.tdv_vi_beneficios .tdv_vi_number sup{
    font-size: 14px;
}

.backwhite .title{
    display: none;
}

.tdb_osito{
    position: absolute;
    top: 60px;
    width: 110px;
    right: -10px;
    z-index: 1;
}

.tdb_super_0{
    position: absolute;
    bottom: 0px;
    top: 170px;
    width: 130px;
    z-index: 3;
}

.tdb_render_0{
    position: absolute;
    width: 60px;
    left: 10px;
    top: 0px;
    z-index: 2;
}

.tdb_vi_tips , .tdb_vi_familia , .tdb_vi_video{
    background-color: #83B904;
    overflow: hidden;
    position: relative;
}

.tdb_vi_tips{
    background-color: #83B904;
    background-image: url('../images/back_tips.png') ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 0px;
}

.tdb_vi_tips_back_img {
    position: absolute;
    z-index: 0;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 100%;
    width: auto;
    opacity: 0.1;
}

.tdb_vi_tips .tdb_vi_tips_title{
    font-family: 'BalsamiqSans-Bold';
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #011c72;
}

.tdb_vi_tips_text{
    font-family: 'BalsamiqSans';
    font-size: 16px;
    color: #011c72;
    line-height: 1;
    padding-bottom: 15px;
}

.tdb_vi_tips_text span{
    font-family: 'BalsamiqSans-Bold';
}

.tdb_vi_tips_ol{
    padding-left: 15px;
}

.tdb_vi_tips_ol li{
    font-family: 'BalsamiqSans-Bold';
    font-size: 16px;
    color: #011c72;
    line-height: 1;
    padding-bottom: 20px;
}

.tdb_vi_familia .tdb_vi_tips_title{
    font-family: 'BalsamiqSans-Bold';
    font-size: 18px;
    text-align: center;
    color: #011c72;
    padding: 15px 0px;
}

.tdb_vi_famlia_panel{
    border-left: 5px solid #a6cc40;
}

.tdb_vi_fp_img{
    position: absolute;
    z-index: 10;
    right: -10px;
    bottom: 5px;
    width: 95%;
}

.tdb_vi_famlia_panel .img-icon{
    padding-top: 8px;
    width: 30px;
    display: block;
    margin: 0 auto;
}

.tdb_vi_famlia_panel .title{
    color: #011c72;
}

.tdb_vi_famlia_panel .line{
    height: 2px;
    background-color: #00aeef;
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-top: 3px;
}

.backwhite{
    background-color: white;
}

.tdb_vi_fp_text{
    font-family: 'BalsamiqSans';
    font-size: 12px;
    text-align: center;
    color: #011c72;
    line-height: 1;
    padding-top: 5px;
}

.tdb_vi_fp_text span{
    font-family: 'BalsamiqSans-Bold';
    color: #011c72;
    line-height: 1;
}

.tdb_vi_video .tdb_vi_tips_title{
    font-family: 'BalsamiqSans-Bold';
    font-size: 18px;
    text-align: center;
    color: #011c72;
    padding: 15px 0px;
}

.tdb_vi_video_frame{
    width: 100%;
}

.tdb_vi_btn_panel{
    padding: 20px 0px;
}

.tdb_vi_btn{
    font-family: 'BalsamiqSans-Bold';
    color: white;
    background-color: #011c72;
    padding: 5px 30px;
}

.tdb_vi_mitos{
    padding-top: 15px;
    padding-bottom: 80px;
    background-color: #3b4358;
}

.tdb_vi_mitos .tdb_vi_tips_title{
    font-family: 'BalsamiqSans-Bold';
    font-size: 18px;
    text-align: left;
    color: white;
}

.tdb_vi_mitos_back_img{
    position: absolute;
    z-index: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: auto;
    opacity: 0.3;
}

.tdb_vi_mitos_info{
    background-color: #3b4358;
    padding-top: 15px;
    padding-bottom: 10px;
}

.tdb_vi_mitos_info_img{
    width: 150px;
    padding-left: 45px;
    margin: 0 auto;
    display: block;
}

.tdb_vi_mitos_info_text{
    font-family: 'BalsamiqSans-Bold';
    font-size: 12px;
    line-height: 1;
    padding-left: 75px;
    padding-top: 15px;
    color: white;
}

.tdb_vi_mitos_info_render_0{
    position: absolute;
    bottom: 12px;
    width: 85px;
    left: 0px;
}

.tdb_vi_carousel_beneficios{
    padding-top: 50px;
    padding-bottom: 0px;
    background-color: #83B904;
    background-image: url('../images/back.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.back--white{
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

.back--white-curve{
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    top: -2px;
    z-index: 600;
}

.tdb_item_carousel_beneficios{
    position: relative;
    z-index: 100;
}

.tdb_item_carousel_beneficios .beneficios_mobile{
    margin: 0 auto;
}

.tdb_item_carousel_beneficios .beneficios_mobile .rebanada {
    z-index: 20;
    width: 80%;
    position: relative;
    display: block;
    margin: 0 auto;
}

.tdb_item_carousel_beneficios .tdb_ic_panel_img{
    padding-right: 0px;
    padding-left: 0px;
}

.tdb_item_carousel_beneficios .tdb_ic_panel_img img{
    width: 100%;
    float: right;
}

.tdb_item_carousel_beneficios .tdb_ic_panel_text{
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: white;
}

.tdb_item_carousel_beneficios .tdb_ic_panel_text .tdb_ic_pt_icon{
    width: 60px;
    display: block;
    margin: 0 auto;
}

.tdb_item_carousel_beneficios .tdb_ic_panel_text .line{
    height: 2px;
    background-color: #00aeef;
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tdb_item_carousel_beneficios .tdb_ic_panel_text .tdb_ic_pt_par{
    font-family: 'BalsamiqSans-Bold';
    color: #011c72;
    padding-top: 10px;
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: center;

}

.tdb_item_carousel_beneficios .tdb_ic_panel_text .blue_point{
    position: absolute;
    top: 50px;
    left: 5px;
    width: 10px;
    height: 10px;
}

.tdb_item_carousel_beneficios .tdb_ic_panel_text .tdb_ic_pt_par span{
    font-size: 14px;
}

#conoce_pan_cero .owl-dots{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

#conoce_pan_cero > .owl-dots .owl-dot span{
    height: 13px;
    width: 13px;
    background: #83B904 !important;
    border: 1px solid white;
    -webkit-box-shadow: 2px -1px 9px 0px rgba(59,67,88,1);
    -moz-box-shadow: 2px -1px 9px 0px rgba(59,67,88,1);
    box-shadow: 2px -1px 9px 0px rgba(59,67,88,1);
}

#conoce_pan_cero > .owl-dots .active span{
    background-color: #fbcf01 !important;
}


#mitos_del_pan > .owl-dots .owl-dot span{
    height: 13px;
    width: 13px;
    background:#3b4358 !important;
    border: 1px solid white;
    -webkit-box-shadow: 2px -1px 9px 0px rgba(59,67,88,1);
    -moz-box-shadow: 2px -1px 9px 0px rgba(59,67,88,1);
    box-shadow: 2px -1px 9px 0px rgba(59,67,88,1);
}

.owl-item{
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.tdb_vi_mitos_carousel{
    padding-top: 50px;
    padding-bottom: 50px;
}

.mitos_del_pan{
    background: #3b4358;
    height: 600px;
    overflow-y: scroll;
}

.mitos_del_pan_title , .mitos_del_pan_subtitle , .mitos_del_pan_par {
    font-family: 'BalsamiqSans-Bold';
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
}
.mitos_del_pan_title{
    padding-top: 15px;

}

.mitos_del_pan_subtitle{
    padding-bottom: 15px;
}

.panel{
    -webkit-box-shadow: -12px 6px 30px -13px rgba(66,57,66,1);
    -moz-box-shadow: -12px 6px 30px -13px rgba(66,57,66,1);
    box-shadow: -12px 6px 30px -13px rgba(66,57,66,1);
    background-color: white;
    height: 90px;
    overflow: hidden;
}

.tdb_home_background{
    -webkit-transition: all  ease-out 800ms;
    -moz-transition: all  ease-out 800ms;
    -o-transition: all  ease-out 800ms;
    transition: all  ease-out 800ms;
    width: 100%;
}

.tdb_home_renders{
    position: absolute;
    width: 45%;
    z-index: 10;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

@media (min-width: 375px) {
    .tdv_vi_beneficios{
        font-size: 13px;
    }

    .tdb_item_carousel_beneficios{
        min-height: 170px;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text .tdb_ic_pt_par{
        width: 80%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text .line{
        margin-left: 15px;
    }

    .granos1{
        width: 120px;
        z-index: 100;
    }

    .granos7{
        width: 100px;
    }

    .granos4{
        width: 180px;
    }

    .vi_granos1{
        width: 140px;
        left: 75% !important;
    }

    .panel{
        height: 100px;
    }
}

@media (min-width: 576px) {
    .tdb_footer{
        padding-top: 60px;
        padding-bottom: 25px;;
    }

    .tdb_line_footer{
        top: 12%;
    }

    .tdb_footer_oso{
        width: 230px;
        display: block;
        float: initial;
        margin: 0 auto;
        margin-top: -30px;
        z-index: 10;
    }

    .panel{
        height: 160px;
    }
}

@media (min-width: 768px) {
    .panel{
        height: 230px;
    }

    .tdb_nav_panel , .tdb_nav_panel_linaza ,.tdb_nav_panel_fibra, .tdb_nav_panel_multigrano{
        background-size: 150% auto;
    }

    .tdb_nav_title{
        font-size: 40px;
    }

    .padr0{
        padding-right: 15px;
    }

    .tdb_home_text{
        width: 80%;
        margin: 0 auto;
        font-size: 16px;
    }

    .granos{
        position: absolute;
        top: 30%;
        left: 20%;
    }

    .granos1{
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 104px;
        z-index: 100;
    }

    .granos7{
        position: absolute;
        right: 8%;
        bottom: 0px;
    }
    .granos4{
        position: absolute;
        right: 0px;
        top: 8%;
    }

    .granos3{
        position: absolute;
        left: 6%;
        bottom: 25%;
    }

    .granos5{
        position: absolute;
        left: 85% !important;
        left: 95% !important;
        width: 110px;
        bottom: 35%;
    }

    .vi_granos2{
        width: 130px;
        left: 5% !important;
        top: 100px;
    }

    .tdb_footer_btn{
        font-family: 'Open Sans',sans-serif;
        font-size: 16px;
        font-weight: 700;
        display: block;
        width: 170px;
        box-sizing: border-box;
        background: #053d82;
        padding: 20px 30px;
        color: #FFF;
        border-radius: 8px;
        box-shadow: 0 0 7px rgba(0,0,0,.35);
        text-align: center;
        cursor: pointer;
        margin: 0 auto;
        margin-top: -10px;
        z-index: 1;
    }
    .tdb_footer_blue_links{
        text-align: right;
    }
    .tdb_footer_blue_text{
        padding-top: 25px;
    }

    .tdb_vi{
        padding-top: 125px;
    }

    .tdb_vi_h3{
        font-size: 25px;
    }

    .tdv_vi_beneficios {
        font-size: 16px;
    }

    .tdb_vi .navigation__mobile{
        width: 350px;
        position: absolute;
        top: 18%;
    }

    #conoce_pan_cero .owl-dots{
        top: 20px;
        margin-top: 0px;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text{
        padding-left: 25px;
        padding-top: 40px;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text .tdb_ic_pt_icon{
        width: 80px;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text .line{
        width: 70%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text .tdb_ic_pt_par{
        padding-top: 15px;
        font-size: 25px;
        margin-bottom: 20px;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text .tdb_ic_pt_par span{
        font-size: 27px;
    }

    .tdb_vi_tips  .tdb_vi_tips_title{
        font-size: 25px;
    }

    .tdb_vi_tips .tdb_celine{
        display: block;
        margin: 0 auto;
    }

    .tdb_vi_tips_text{
        font-size: 27px;
    }

    .tdb_vi_tips_ol{
        padding-left: 15px;
    }

    .tdb_vi_tips_ol li{
        font-size: 25px;
        padding-top: 20px;
    }

    .tdb_vi_familia{
        padding-top: 90px;
        padding-bottom: 200px;
    }

    .tdb_vi_familia .tdb_vi_tips_title{
        font-size: 25px;
        padding-top: 25px;
    }

    .tdb_vi_famlia_panel .img-icon{
        width: 80px;
        display: inline-block;
        margin-left: 15px;
    }

    .tdb_vi_famlia_panel .line{
        width: 90%;
        height: 3px;
        margin-top: 8px;
    }

    .tdb_vi_fp_text{
        font-size: 22px;
        padding-top: 20px;
        text-align: left;
        width: 85%;
        margin: 0 auto;

    }

    .backwhite .title{
        font-family: 'BalsamiqSans-Bold';
        font-size: 20px;
        padding-left: 20px;
        display: inline-block;
    }

    .tdb_vi_famlia_panel{
        border-left: 10px solid #a6cc40;
    }

    .tdb_vi_fp_img{
        left: 40px;
    }

    .tdb_vi_video{
        padding-top: 50px;
    }

    .tdb_vi_video .tdb_vi_tips_title{
        font-size: 25px;
        text-align: left;
    }

    .tdb_vi_video_frame{
        height: 400px;
    }

    .tdb_vi_mitos_carousel{
        padding-top: 100px;
    }

    .tdb_vi_carousel_beneficios{
        padding-top: 150px;
        padding-bottom: 0px;
    }

    .owl-theme .owl-nav.disabled + .owl-dots {
        display: block !important;
        margin-top: 70px;
    }

    .tdb_vi_mitos_info{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .tdb_vi_mitos_info_render_0{
        width: 130px;
        left: 10px;
    }

    .tdb_vi_mitos_info_img{
        width: 200px;
    }

    .tdb_vi_mitos_info_text{
        font-size: 16px;
        padding-top: 25px;
        padding-left: 140px;
        padding-right: 30px;
        line-height: 1.2;
    }

    .tdb_vi_mitos_info_text span{
        font-size: 20px;
    }

    .granos1{
        width: 400px;
    }

    .vi_granos1{
        width: 220px;
        left: 80% !important;
    }

    .granos7{
        width: 180px;
    }
    .granos4{
        right: -80px !important;
        width: 420px;
    }

    .granos5{
        left: 90% !important;
        width: 140px;
    }
}

@media (min-width: 992px) {
    .tdb_menu{
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
    }

    .tdb_home{
        min-height: 600px;
        padding-top: 65px;
        padding-bottom: 0px;
    }

    .tdb_titles{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .tdb_home_cuadros{
        width: 90%;
        display: block;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        margin-bottom: 50px;
        position: relative;
        z-index: 700;
    }

    .tdb_home_cuadros .tdb_home_background {
        width: 100%;
    }

    tdb_home_cuadros .col{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .tdb_home_cuadros .panel{
        -webkit-box-shadow: -12px 6px 30px -13px rgba(66,57,66,1);
        -moz-box-shadow: -12px 6px 30px -13px rgba(66,57,66,1);
        box-shadow: -12px 6px 30px -13px rgba(66,57,66,1);
        background-color: white;
        height: 320px;
        overflow: hidden;
    }

    .tdb_home_background{
        -webkit-transition: all  ease-out 800ms;
        -moz-transition: all  ease-out 800ms;
        -o-transition: all  ease-out 800ms;
        transition: all  ease-out 800ms;
    }

    .tdb_home_cuadros .panel:hover .tdb_home_background{
        transform: scale(1.2);
        -webkit-transition: all  ease-out 800ms;
        -moz-transition: all  ease-out 800ms;
        -o-transition: all  ease-out 800ms;
        transition: all  ease-out 800ms;
    }

    .tdb_home_cuadros .tdb_home_renders{
        position: absolute;
        width: 65%;
        max-width: 125px;
        z-index: 10;
        margin: 0 auto;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }

    .granos3{
        left: 8% !important;
    }

    .tdb_vi .cuadro{
        width: 60% !important;
        display: block;
        margin: 0 auto;
    }

    .img-carousel-conoce{
        width: 50% !important;
    }

    .tdb_vi_0_img{
        width: 30px;
    }

    .tdb_vi_h3{
        font-size: 42px;
        text-transform: uppercase;
    }

    .tdv_vi_beneficios{
        font-size: 30px;
    }


    .tdb_vi_carousel_beneficios{
        padding-bottom: 200px;
    }

    .nowrap{
        white-space: normal;
    }

    .tdb_vi_img_check , .tdb_vi_img_check--padtop{
        width: 25px;
        padding-top: 5px;
        margin-left: 5px;
    }

    .tdb_vi_tips .tdb_vi_tips_title{
        font-size: 32px;
    }

    .tdb_vi_tips_text{
        font-size: 20px;
        width: 90%;
        padding-bottom: 10px;
    }

    .tdb_vi_tips_ol li {
        font-size: 25px;
        margin-bottom: 0px;
        width: 90%;
        padding-bottom: 10px;
    }

    .tdb_vi_tips_back_img{
        width: 100%;
        height: auto;
    }

    .tdb_vi_tips_enum{
        padding-top: 30px;
        padding-left: 35px;
    }

    .tdb_vi_familia{
        padding-top: 200px;
    }

    .tdb_vi_tips_back_img{
        height: 100%;
        width: auto;
    }

    .tdb_vi_video .tdb_vi_tips_title{
        font-size: 32px;
    }

    .tdb_vi_btn_panel{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .tdb_vi_btn{
        font-size: 25px;
        padding: 12px 60px;
        font-size: 25px;
    }

    .tdb_vi_mitos_info{
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .tdb_vi_mitos_info_text{
        font-size: 16px;
        line-height: 1.1;
        padding-left: 190px;
        padding-right: 50px;

    }

    .tdb_vi_mitos_info_render_0{
        width: 135px;
        bottom: 0px;
        left: 35px;
    }

    .tdb_vi_video_frame{
        height: 450px;
    }

    .tdb_item_carousel_beneficios{
        min-height: 300px;
        max-width: 90%;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_img{
        min-height: 300px;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text{
        padding-top:50px;
        padding-bottom: 30px;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text .tdb_ic_pt_icon_desk{
        margin-top: -40px;
        margin-left: 35px;
        width: 70px;
        display: inline-block !important;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text div:nth-child(2){
        padding-top: 15px;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text .line{
        margin-bottom: 15px;
        display: inline-block !important;
        width: 60%;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text .tdb_ic_pt_par{
        width: 90%;
        font-size: 20px;
        text-align: left;
        padding-top: 0px;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text .blue_point{
        top: 70px;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text .tdb_ic_pt_par{
        font-size: 20px;
        padding-bottom: 0px;
        margin-bottom: 15px;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text .tdb_ic_pt_par span{
        font-size: 22px;
    }

    #beneficios .owl-item:not(.center){
        opacity: 0.3;
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
    }

    .granos1{
        width: 300px;
        bottom: -70px;
    }

    .granos7{
        width: 180px;
    }
    .granos4{
        right: -80px !important;
        width: 320px;
    }

    .vi_granos1{
        width: 300px;
        left: 75% !important;
    }

    .tdb_footer{
        padding-top: 50px;
    }

}

@media (min-width: 1200px) {
    .tdb_home_cuadros .col{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .tdb_home_text{
        font-size: 18px;
    }

    .tdb_vi{
        padding-top: 85px;
    }

    .tdb_vi .cuadro{
        width:70% !important;
    }

    #conoce_pan_cero {
        max-height: calc(100vh - 160px);
    }

    .img-carousel-conoce{
        width: 60% !important;
    }

    .tdb_home_cuadros{
        width: 85%;
    }

    .tdb_home_cuadros .panel{
        height: 375px;
    }

    .tdb_home_cuadros .tdb_home_renders{
        width: 71% ;
        max-width: 150px ;
    }

    .tdb_vi_tips , .tdb_vi_familia{
        overflow-y: hidden;
    }
    .tdb_vi_tips_back_img{
        width: 100%;
        height: auto;
    }

    .tdb_vi_tips_ol li {
        font-size: 22px;
    }

    .tdb_vi_video_frame{
        height: 500px;
    }

    .tdb_item_carousel_beneficios{
        min-height: 360px;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_img{
        min-height: 360px;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text{
        padding-top: 75px;
        padding-bottom: 45px;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text .tdb_ic_pt_icon{
        width: 40px;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text .line{
        margin-top: 15px;
        margin-bottom: 15px;
        height: 3px;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text .tdb_ic_pt_par{
        font-size: 22px;
        width: 90%;
        line-height: 1.2;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text .tdb_ic_pt_par span{
        font-size: 26px;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text .blue_point{
        top: 80px;
    }

    #mitos_del_pan > .owl-dots .owl-dot span{
        display: none;
    }

    .granos1{
        width: 350px;
    }

    .granos7{
        width: 180px;
    }
    .granos4{
        width: 350px;
    }

    .vi_granos1{
        width: 400px;
        left: 77% !important;
    }

    .vi_granos2{
        width: 150px;
        left: 15% !important;
        top: 150px;
    }
}

@media (min-width: 1400px) {
    .tdb_home_text{
        font-size: 22px;
    }

    .tdb_vi .cuadro{
        width: 80% !important;
    }

    .img-carousel-conoce{
        width: 65% !important;
    }

    .tdb_home_cuadros{
        width: 85%;
    }

    .tdb_vi_famlia_panel , .tdb_vi_mitos_info{
        max-width: 950px;
    }

    .tdb_vi_famlia_panel .title {
        padding-top: 50px;
    }

    .tdb_vi_fp_text{
        padding-top: 50px;
    }

    .tdb_vi_tips_ol li {
        font-size: 29px;
    }

    .tdb_item_carousel_beneficios{
        width: 85%;
        max-width: 1110px;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_text .tdb_ic_pt_icon{
        width: 70px;
    }

    .tdb_vi_video{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .tdb_vi_video_frame , .tdb_vi_video_panel{
        max-width: 700px;
        margin: 0 auto;
        display: block;
    }

    .tdb_item_carousel_beneficios .tdb_ic_panel_img img{
        width: 95%;
    }

    .tdb_vi_mitos_info_text{
        font-size: 18px;
        padding-left: 220px;
    }

    .tdb_vi_mitos_info_render_0{
        max-width: 194px;
        width: 85%;
    }

    .granos1{
        width: 450px;
    }

    .granos4{
        width: 400px;
    }

    .vi_granos1{
        width: 450px;
        left: 80% !important;
    }

    .img_balon{
        float: right;
    }
}

@media (min-width: 1600px) {
    .tdb_vi .cuadro{
        width: 90% !important;
    }

    .img-carousel-conoce{
        width: 70% !important;
    }

    .tdb_home_cuadros .panel{
        height: 500px;
    }

    .tdb_home_cuadros .tdb_home_renders{
        max-width: 194px;
        width: 85%;
    }

    .tdb_home_text{
        font-size: 24px;
    }

    .tdb_home_cuadros{
        width: 85%;
    }

    .tdb_vi_mitos_carousel{
        max-width: 1200px;
    }

    .tdb_vi_mitos_info{
        margin-top: 90px;
    }

    .tdb_vi_tips_ol{
        padding-left: 20px;
    }

    .tdb_vi_tips_ol li {
        font-size: 35px;
        line-height: 1.1;
    }
}

@media (min-width: 2100px) {
    .tdb_home_cuadros .panel{
        height: 640px;
    }

    .tdb_home_cuadros .tdb_home_renders{
        max-width: 250px;
    }
}

@media (min-width: 2700px) {
    .tdb_home_cuadros .panel{
        height: 740px;
    }

    .tdb_home_cuadros .tdb_home_renders{
        max-width: 280px;
    }
}

@media (min-width:1200px) and (max-height: 750px) {
    .img-carousel-conoce{
        width: 35% !important;
    }
    .img-carousel-conoce{
        top: 54%;
    }
    .tdb_vi .cuadro {
        max-height: 402px;
    }
}
