/*
Theme Name: digitis
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: 'HelveticaNeueBold';
    src:  url('fonts/HelveticaNeueBold.woff2') format('woff2'),
        url('fonts/HelveticaNeueBold.woff') format('woff'),
        url('fonts/HelveticaNeueBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }

@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('fonts/HHelveticaNeueMedium.woff2') format('woff2'),
        url('fonts/HelveticaNeueMedium.woff') format('woff'),
        url('fonts/HelveticaNeueMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }

@font-face {
    font-family: 'HelveticaNeueThin';
    src: url('fonts/HelveticaNeueThin.woff2') format('woff2'),
        url('fonts/HelveticaNeueThin.woff') format('woff'),
        url('fonts/HelveticaNeueThin.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }


/* PORTFOLIO */
.portfolio-summary.entry-summary.pb > .row > .col { max-width: unset; flex-basis: unset;}
.row-5 > .col { flex-basis: 20%; max-width: 20%;}
.programacion-tabs p { margin-bottom: 0;}



/* PC Portátil mediano */
@media only screen and (max-width: 1366px) {
    


}




/* PC Portátil pequeño */
@media only screen and (max-width: 1290px) {
    
    
    
}


/* PORTATIL HASTA TABLET */

@media only screen and (max-width: 1366px) and (min-width: 849px) {
    

    
    
}


/* Tablet */
@media (max-width: 849px) {
    


    
}


/* Movil 
@media (max-width: 549px) {
    
    .programacion-tabs { width: calc(100% + 15px);}
    .programacion-tabs .panel { overflow: scroll;}
    .programacion-tabs .panel > .row { flex-flow: nowrap;}
    .programacion-tabs .panel > .row > .col { flex-basis: 40%; max-width: 40%; min-width: 100px;}
    */
}


