/***** ESTILOS GLOBALES PARA ETIQUETAS *****/
img{
    width: 100%;
}

/***** BOOTSTRAP CLASS *****/  
.container{
    max-width: 1600px;
}

/***** CLASES DE APOYO PERSONALIZADOS *****/
/* Backgrounds */
.cap-bg-gray1{
    background-color: #888b8c;
}

.cap-bg-blue1{
    background-color: #00b5e2;
}

/* Colors */
.cap-color-gray1{
    color: #888b8c;
}

.cap-color-blue1{
    color: #00b5e2;
}

.cap-color-blue2{
    color: #59cdee;
}

/* Border Width */
.cap-b-width-1{
    border-width: 1px;    
}

.cap-b-width-2{
    border-width: 2px;    
}

.cap-b-width-3{
    border-width: 3px;    
}

.cap-b-width-4{
    border-width: 4px;    
}

.cap-b-width-5{
    border-width: 5px;    
}

/* Border Color */
.cap-b-color-gray1{
    border-color: #888b8c;
}

.cap-b-color-blue1{
    border-color: #00b5e2;
}

/***** SECTION - PAGE HEADER *****/
.cmp_page_header{
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 20px 0 20px;
}

.cmp_page_header .cnt_info_l{
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 50px;
}

.cmp_page_header .cnt_info_btn_burgger{
    font-size: 22px;
    display: none;
    margin-right: 15px;
}

.cmp_page_header .cnt_info_logo{
    margin-right: 20px;
    border-right: 1px solid silver;
    padding-right: 20px;
}

.cmp_page_header .cnt_info_logo img{
    width: 200px;
}

.cmp_page_header .cnt_info_subject{
    font-size: 2.4em;
    color: #888b8c;
    font-family: "LabGrotesque-italic-300";
}

.cmp_page_header .cnt_info_r{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cmp_page_header .cnt_search_field{
    display: flex;
    width: 100%;
    padding: 0px;
}

.cmp_page_header .cnt_wrapper_search{
    width: 100%;
    display: flex;
}

.cmp_page_header .cnt_search_field .cnt_input_field{
    width: 80%;
}

.cmp_page_header .cnt_search_field input{
    width: 100%;
    border: 1px solid silver;
    padding: 8px 10px 8px;
    letter-spacing: 2px;    
    outline: none;
    font-size: 13px;
    border-radius: 0px;
}

.cmp_page_header .cnt_search_field button{
    padding: 0 9px 0;
    font-size: 18px;
    background: #00b2e2;
    color: #fff;
}

.cmp_page_header .btn_toggle_search{
    font-size: 16px;
    background: #eee;
    color: #888b8c;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 12px;
    display: none;
}

.cmp_page_header .cnt_info_signin{
    display: flex;
    justify-content: flex-end;
    width: 300px;
    padding-left: 10px;
}

.cmp_page_header .cnt_info_signin .btn_signin{
    background: transparent;
    letter-spacing: 3px;
    color:#888b8c;    
}

.cnt_info_signin .btn_signin span{
    text-align: right;
}

/***** SECTION - NAVBAR *****/
.cmp_navbar{
    border-top: 1px solid silver;
    margin-top: 0;
    padding: 20px 5px 0;
    transition: .25s;
}

.cmp_navbar .cnt_list_options{
    display: flex;
    justify-content: space-between;
}

.cmp_navbar .cnt_list_options .option_list{
    padding: 0;
    margin: 0;
    list-style: none;
}

.cmp_navbar .cnt_list_options .option_link{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 5px 0;
    position: relative;
    transition: .25s;
    cursor: pointer;

}

.cmp_navbar .cnt_list_options .option_link::after{
    content: '';
    z-index: 2;
    margin: 0 auto;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: transparent;
    border-bottom: 2px solid transparent;
    pointer-events: none;
    transition: .25s;
}

.cmp_navbar .cnt_list_options .option_link:hover::after{
    top: 8px;
    border-color: #00b5e2;
}

.cmp_navbar .cnt_list_options .option_list .option_link,
.cmp_navbar .cnt_list_options .option_list .option_link:hover{
    text-decoration: none;
}

.cmp_navbar .cnt_list_options .img_icon{
    width: 18px;
    margin: 0 5px 0;
}

.cmp_navbar .cnt_list_options .info_text{
    font-family: "LabGrotesque-300";
    text-align: center;
}

/***** SECTION - VIDEO GALLERY *****/
.cmp_video_gallery{
    display: flex;  
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
 
}

.cmp_video_gallery .cnt_info_l{
    padding-right: 20px;
    /*width: 70%;*/
    width: 100%;
    height: auto;
}

.cmp_video_gallery .cnt_big_video .product_title{
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;            
}

.cmp_video_gallery .cnt_info_r{
    width: 30%;
    position: relative;
    margin-top: 103px;
    /*border-radius: 10px;*/
    box-shadow: 0 2px 10px -2px rgba(0,0,0,.3);
}

.cmp_video_gallery .cnt_info_r .title_video_list{
    margin: 0;
    height: 100%;
    padding: 10px 15px 10px;
    display: flex;
}

.cmp_video_gallery .cnt_info_r .cnt_list_wrapper{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;    
    height: 100%;    
    padding-bottom: 50px;
}

.cmp_video_gallery .cnt_info_r .cnt_list_videos{
    overflow-y: auto;        
    padding: 20px 20px 0;
    height: 100%;
    background: #f7f7f7;
}

.cmp_video_gallery .cnt_info_r .cnt_small_video{
    margin-bottom: 30px;
    cursor: pointer;
}

.cmp_video_gallery .cnt_small_video .cnt_video_thumbnail{
    overflow: hidden;
    /*border-radius: 10px;*/
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    transition: .25s;
}

.cnt_video_thumbnail._playing::after{
    font-family: "LabGrotesque-Italic-200";
    content: 'Reproduciendo...';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

/***** SECTION - SOCIAL MEDIA *****/
.cmp_social_media{

}

.cmp_social_media .tiktok-embed{
    max-width: 100%;
}

.cmp_social_media .cnt_social_icons{
    display: flex;
    justify-content: flex-start;
}

.cmp_social_media .cnt_social_icons .cnt_img_icon{
    width: 70px;
    height: 70px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #00b5e2;
    border-radius: 50%;
    margin-right: 15px;
    transition: .15s;    
}

.cmp_social_media .cnt_social_icons .cnt_img_icon:hover{
    border-width: 6px;
}

.cmp_social_media .cnt_img_icon img{
    width: 25px;
    transition: .25s;
}

.cmp_social_media .cnt_img_icon:hover img{
    width: 30px;   
}

.cmp_page_footer{
        
}


/***** MEDIA QUERIES / MAX-WIDTH *****/  
@media only screen and (max-width: 1300px){
    .container{
        max-width: 1200px;
    }
    
}

@media only screen and (max-width: 992px){
    /***** SECTION - PAGE HEADER *****/
    .cmp_page_header .cnt_info_logo img{
        width: 125px;
    }

    .cmp_page_header .cnt_info_subject{
        font-size: 2.1em;
    }

    .cmp_page_header .cnt_search_field .cnt_input_field{
        width: 100%;
    }

    .cmp_page_header .cnt_info_signin{
        width: auto;
    }

    /***** SECTION - VIDEO GALLERY *****/
    .cmp_video_gallery .cnt_info_l {
        /*width: 65%;*/
        width: 100%;
    }
    
    .cmp_video_gallery .cnt_big_video .product_title{
        font-size: 22px;
        height: 54px;
    }   
    
    .cmp_video_gallery .cnt_info_r{
        width: 45%;
        margin-top: 86px;
    }    

    /***** SECTION - IMAGE PRODUCT GALLERY *****/    
    .cmp_product_gallery .btn_download{
        font-family: "LabGrotesque-300";
        font-size: 16px;
        margin-bottom: 15px;
    }

    .cmp_product_gallery .info_text{
        font-size: 16px;
    }    
}
@media only screen and (max-width: 768px){
    /***** SECTION - PAGE HEADER *****/
    .cmp_page_header{
        z-index: 3;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        padding: 0 15px 0;
        box-shadow: 0 1px 6px -2px rgba(0, 0, 0, .2);
    }
    .cmp_page_header .cnt_info_btn_burgger{
        display: block;
    }

    .cmp_page_header .cnt_info_logo img{
        width: 115px;
    }

    .cmp_page_header .cnt_info_subject{
        font-size: 1.8em;
    }

    .cmp_page_header .cnt_info_r{
        justify-content: flex-end;
    }

    .cmp_page_header .cnt_wrapper_search{
        opacity: 0;
        transition: .25s;

    }

    .cmp_page_header .cnt_search_field{
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        padding: 0 15px 10px;
        overflow: hidden;
        box-sizing: border-box;
        box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, .15);        
        background-color: #fff;
    }

    .cmp_page_header .cnt_search_field .cnt_input_field{
    }

    .cmp_page_header .cnt_search_field button{
    }

    .cmp_page_header .btn_toggle_search{
        display: block;
    }
    
    .cmp_page_header .cnt_info_signin .info_text{
        display: none;
    }

    .cmp_page_header .cnt_wrapper_search._open{
        opacity: 1;
    }

    /***** SECTION - NAVBAR *****/
    .cmp_navbar{
        opacity: 0; 
        pointer-events: none;
        margin: 0;
        z-index: 2;        
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        border-top: 0;
        padding: 0;
        transition: .25s;
    }

    .cmp_navbar .cnt_list_wrapper{
        background: white;
        display: inline-block;
        height: 100%;
        padding-top: 50px;
        margin-left: -86%;
        transition: .15s;
    }   

    .cmp_navbar .cnt_list_options{
        display: inline-block;
        background: #fff;
        width: auto;
        height: 100%;
        padding-top: 25px;
        padding-bottom: 20px;
        box-shadow: 10px 20px 20px -10px rgb(0 0 0 / 30%);
        overflow-y: auto;
    }
    
    .cmp_navbar .cnt_list_options .option_link{
        justify-content: flex-start;
        align-content: flex-start;
        margin-bottom: 0px;
        padding: 8px 15px 8px;
        padding-right: 20px;
    }
    
    .cmp_navbar .cnt_list_options .option_link::after{
        top: 8px;
    }

    .cmp_navbar .cnt_list_options .option_link:hover::after{
        top: 0px; 
    }

    .cmp_navbar .cnt_list_options .img_icon{
        margin: 0;
        margin-right: 6px;
    }

    .mobile_flow{
        overflow: hidden;
    }

    .mobile_flow .cmp_navbar{
        opacity: 1;
        pointer-events: auto;
        transition: .25s;
    }


    .mobile_flow .cnt_list_wrapper{
        margin-left: 0;
        transition: .5s;
    }    

    .mobile_flow .cmp_page_header .cnt_search_field{
        display: none;
    }

    
    /***** SECTION - VIDEO GALLERY *****/    
    .cmp_video_gallery{
        flex-wrap: wrap;
        margin-top: 70px;
    }
    
    .cmp_video_gallery .cnt_info_l{
        width: 100%;
        padding-right: 0;
    }

    .cmp_video_gallery .cnt_big_video .product_title{
        font-size: 20px;
        height: auto;
        overflow: inherit;
        text-overflow: inherit;
        display: block;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: inherit;            
    
    }   

    .cmp_video_gallery .cnt_big_video .cnt_video_player{
        border-radius: 0px;
        /*border-radius: 10px;*/
    }

    .cmp_video_gallery .cnt_info_r{
        width: 100%;
        margin-top: 0;
        border-radius: 0px;
    }    

    .cmp_video_gallery .cnt_info_r .title_video_list{
        height: auto;
        padding: 10px;
    }   

    .cmp_video_gallery .cnt_info_r .cnt_list_wrapper{
        position: relative;
        top: 0;
        height: auto;
        padding: 0;
    }

    .cmp_video_gallery .cnt_info_r .cnt_list_videos{
        display: flex;
        justify-content: flex-start;
        overflow-y: hidden;
        overflow-x: auto;            
        padding: 10px;
        height: auto;
    }

    .cmp_video_gallery .cnt_info_r .cnt_small_video{
        white-space: nowrap;
        width: auto;
        margin: 0;
        padding: 0;
        margin-right: 10px
    }

    .cmp_video_gallery .cnt_info_r .cnt_small_video:last-child{
        margin: 0
    }   

    .cmp_video_gallery .cnt_small_video .cnt_video_thumbnail{
        display: flex;
        justify-content: flex-start;
        width: 200px;
    }

    .cmp_video_gallery .cnt_small_video .img_thumbnail{
        width: 200px;
        height: 100px;
    }

    .cmp_video_gallery .cnt_small_video .info_text{
        white-space: normal;
        width: 200px;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;            
    }    

    /***** SECTION - SOCIAL MEDIA *****/
    .cmp_social_media .cnt_social_icons{
        flex-wrap: wrap;
    }

    .cmp_social_media .cnt_social_icons .cnt_img_icon{
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }

    .cmp_social_media .cnt_social_icons .cnt_img_icon:hover{
        border-width: 2px;
    }

    .cmp_social_media .cnt_img_icon img{
        width: 20px;
    }

    .cmp_social_media .cnt_img_icon:hover img{
        width: 25px;
    }

}

@media only screen and (max-width: 576px){
    /***** SECTION - PAGE HEADER *****/
    .cmp_page_header .cnt_info_logo{
        margin-right: 10px;
        padding-right: 10px;
    }

    .cmp_page_header .cnt_info_logo img{
        width: 100px;
    }

    .cmp_page_header .cnt_info_subject{
        font-size: 1.1em;
    }

    .cmp_page_header .cnt_info_l{
        padding-right: 0;
    } 
}

@media only screen and (max-width: 350px){
    .cmp_page_header .cnt_info_logo{
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }

    .cmp_page_header .cnt_info_subject{
        display: none;
    }
        
}

/************************************************************/
