
/*import*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    /*Fuente cliente*/
    --theme-font-family: 'Poppins', sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #a80c21;
    /*color primary*/
        --theme-primary-50: #F5E2E4;
        --theme-primary-100: #E5B6BC;
        --theme-primary-200: #D48690;
        --theme-primary-300: #C25564;
        --theme-primary-400: #B53042;
        --theme-primary-500: #A80C21;
        --theme-primary-600: #A00A1D;
        --theme-primary-700: #970818;
        --theme-primary-800: #8D0614;
        --theme-primary-900: #7D030B;
        --theme-primary-A100: #FFAAAD;
        --theme-primary-A200: #FF777C;
        --theme-primary-A400: #FF444B;
        --theme-primary-A700: #FF2A32;
        --theme-primary-contrast-50: #000000;
        --theme-primary-contrast-100: #000000;
        --theme-primary-contrast-200: #000000;
        --theme-primary-contrast-300: #FFFFFF;
        --theme-primary-contrast-400: #FFFFFF;
        --theme-primary-contrast-500: #FFFFFF;
        --theme-primary-contrast-600: #FFFFFF;
        --theme-primary-contrast-700: #FFFFFF;
        --theme-primary-contrast-800: #FFFFFF;
        --theme-primary-contrast-900: #ffffff;
        --theme-primary-contrast-A100: #000000;
        --theme-primary-contrast-A200: #000000;
        --theme-primary-contrast-A400: #FFFFFF;
        --theme-primary-contrast-A700: #FFFFFF;
        /*Force font weight*/
        --theme-headline-5-font-weight: 300;
        --theme-headline-6-font-weight: 300;
        --theme-subtitle-1-font-weight: 300;
        --theme-body-1-font-weight: 300;
        --theme-body-2-font-weight:300;
        --theme-caption-font-weight: 300;
        --theme-headline-1-font-weight: 600;
        --theme-headline-2-font-weight: 600;
        --theme-headline-3-font-weight: 600;
        --theme-headline-4-font-weight: 600;
        --theme-button-font-weight: 600;
}
/*Ubicar el logo*/
.logo img{
    margin: 0.5rem 0 0 -6rem;
}
/*MOBILE*/
@media only screen and (max-width: 40.063em){
    .channel-footer{
        display: none;
    }
}
/*CAMBIO DE COLOR "ZONA RESERVADA"*/
path[d="M510.59,87.39l-8.07,41.3c-35.76-6.18-165.91-24.25-264.06-7.65l-5.07-41.72c119.02-18.46,262.6,1.91,277.2,8.07Z"]{
    fill:#48494B!important;
}