﻿#avisoCookieWrapp { left: 0; top: 10%; position: absolute; width: 100%; z-index: 1000; box-sizing: border-box; }
.avisoCookieShow { display: block }
.avisoCookieHide { display: none; }
#avisoCookieWrapp .overlay { background-color: rgba(0, 0, 0,0.8); height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 10 }
#avisoCookieWrapp .dumbBoxCookies { width: 80%; position: relative; z-index: 20; margin: 0 auto; padding: 24px; border-radius: 5px; background-color: #fff; }
    #avisoCookieWrapp .dumbBoxCookies h1 { font-family: 'Roboto Condensed', sans-serif; font-size: 1.75em; line-height: 1.08em; font-weight: 400; color: #333; margin-bottom: 20px; text-align: center; font-weight: 700 }
    #avisoCookieWrapp .dumbBoxCookies div.main { margin-bottom: 30px }
    #avisoCookieWrapp .dumbBoxCookies p { font-family: 'Roboto Condensed',sans-serif; font-size: 1em; font-weight: 400; width: 100%; margin: 0px 0px 18px 0px; padding: 0; float: none; color: #888; text-align: center; line-height: 1.5em; height: auto; }
    #avisoCookieWrapp .dumbBoxCookies a { text-decoration: none; color: #1e7d9f; }
        #avisoCookieWrapp .dumbBoxCookies a:hover { text-decoration: underline; color: #1e7d9f; }
    #avisoCookieWrapp .dumbBoxCookies div.cookieButtons { width: 100%; margin: 0 auto; overflow: hidden; text-align: center; }
        #avisoCookieWrapp .dumbBoxCookies div.cookieButtons a.cookieButAcc { display: inline-block; width: 120px; height: 40px; box-sizing: border-box; font-family: 'Roboto Condensed', sans-serif; font-size: 18px; line-height: 38px; font-weight: 400; color: #fff; text-align: center; text-decoration: none; background-color: #1e7d9f; border-radius: 5px; margin: 6px 5px; }
        #avisoCookieWrapp .dumbBoxCookies div.cookieButtons a.cookieButConf { display: inline-block; width: 120px; height: 40px; box-sizing: border-box; background-color: #eee; font-family: 'Roboto Condensed', sans-serif; font-size: 18px; line-height: 38px; font-weight: 400; color: #1e7d9f; text-decoration: none; border-radius: 5px; text-align: center; margin: 6px 5px; }
        #avisoCookieWrapp .dumbBoxCookies div.cookieButtons a.cookieButAcc:hover { background-color: #2B6FAB; }
        #avisoCookieWrapp .dumbBoxCookies div.cookieButtons a.cookieButConf:hover { background-color: #BEBEBE; }

#gestionCookies { left: 0; top: 7%; position: absolute; width: 100%; z-index: 1000; box-sizing: border-box; display: none; }
    #gestionCookies .overlay { background: rgba(0, 0, 0,0.8); height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 10 }

    #gestionCookies .dumbBoxCookies { width: 80%; position: relative; z-index: 20; margin: 0 auto; border-radius: 10px; background-color: #fff; }
        #gestionCookies .dumbBoxCookies .modalHeader { padding: 15px 30px }
            #gestionCookies .dumbBoxCookies .modalHeader h3 { font-family: 'Roboto Condensed',sans-serif; font-size: 1.3125em; line-height: 1.23em; font-weight: 700; color: #333; text-align: center; padding-bottom: 30px; }
            #gestionCookies .dumbBoxCookies .modalHeader p { font-size: 1.1em; line-height: 1.2em; font-weight: 400; color: #333; text-align: center; font-family: 'Roboto Condensed', sans-serif; padding: 20px 0px; border-bottom: 1px solid #555; }
            #gestionCookies .dumbBoxCookies .modalHeader div.allServices { overflow: hidden; padding-top: 20px; }
                #gestionCookies .dumbBoxCookies .modalHeader div.allServices label { display: block; float: left; line-height: 1.2em; font-weight: 400; color: #333; font-family: 'Roboto Condensed', sans-serif; font-size: 1em; }
    #gestionCookies div.asButtons { float: right; overflow: hidden; margin: 5px; display: flex; }
        #gestionCookies div.asButtons .cookieAll { float: left; background-color: #1B870B; }
        #gestionCookies div.asButtons .cookieNone { float: right; background-color: #9C1A1A; margin-left: 10px; }
        #gestionCookies div.asButtons .butAS { opacity: 0.3; cursor: pointer; color: #fff; border-radius: 5px; padding: 8px 10px; font-family: 'Roboto Condensed',sans-serif; font-size: 0.875em; margin: 5px; display: inline-block; }
        #gestionCookies div.asButtons .current { opacity: 1; }
    #gestionCookies a.cookies-popup-close { font-family: Arial; opacity: .5; font-size: 35px; font-weight: 500; line-height: 30px; color: #000; text-shadow: 0 1px 0 #fff; transition: .5s; cursor: pointer; float: right; }
    #gestionCookies div.cookies-popup-title { padding: 30px 20px 0; border-bottom: 1px solid #555; }

    #gestionCookies .dumbBoxCookies .modalActions { padding: 20px 10px; border-top: 2px solid #333; }
    #gestionCookies .serviceHeader { position: relative }
        #gestionCookies .serviceHeader label { background-color: #333; font-family: 'Roboto Condensed',sans-serif; font-size: 0.9375em; font-weight: 700; color: #fff; padding: 8px 30px; display: inline-block; cursor: pointer; }
        #gestionCookies .serviceHeader .serviceInfo { background-color: #333; padding: 15px 30px; font-size: 0.8125em; line-height: 1.2em; font-weight: 400; color: #fff; font-family: 'Roboto Condensed', sans-serif; width: 70%; position: absolute; display: none; }
        #gestionCookies .serviceHeader label.current + .serviceInfo { display: block; }
    #gestionCookies .serviceWrapp { margin-bottom: 20px; }
    #gestionCookies .service { background-color: rgba(51, 51, 51, 0.1); overflow: hidden; padding: 20px; border-left: 5px solid #9C1A1A; }
        #gestionCookies .service:hover { background-color: rgba(51, 51, 51, 0.2) }
        #gestionCookies .service .serviceName { float: left; }
            #gestionCookies .service .serviceName h3 { font-size: 1.125em; font-family: 'Roboto Condensed',sans-serif; color: #333; font-weight: 400; margin-bottom: 15px; }
            #gestionCookies .service .serviceName a { font-size: 0.8125em; font-family: 'Roboto Condensed',sans-serif; color: #424242; font-weight: 700; text-decoration: none; }
                #gestionCookies .service .serviceName a:hover { text-decoration: underline }
    #gestionCookies .currentService { border-left: 5px solid #1B870B; }
    #gestionCookies #butSCWrapp { padding: 0px 30px 20px; overflow: hidden; }
        #gestionCookies #butSCWrapp a { display: block; width: 120px; height: 40px; box-sizing: border-box; float: right; font-family: 'Roboto Condensed', sans-serif; font-size: 18px; line-height: 38px; font-weight: 400; color: #fff; text-align: center; text-decoration: none; background-color: #333; border-radius: 5px; cursor: pointer }
            #gestionCookies #butSCWrapp a:hover { background-color: #565656; }

.cookieConfig { text-decoration: underline; }
    .cookieConfig:hover { text-decoration: none !important; }
    .cookieConfig.red { color: #b00d16 !important; }
    .cookieConfig.blue { color: #0046ad !important; }
    .cookieConfig.green { color: #267560 !important; }
/*iframe.resourceVideo { top: 0 !important; left: 0 !important; display: none; }
*/
.videoAlertBox { font-family: 'Roboto Condensed', sans-serif !important; margin: 20px auto !important; padding: 15px 30px !important; background-color: black !important; text-align: center !important; color: white !important; position: relative; top: 0; left: 0; font-size: 14px !important; width: 60%; }
    .videoAlertBox .titulo { display: inline-block !important; margin-bottom: 5px !important; font-size: 28px !important; color: #fff !important; }
    .videoAlertBox p { font-family: 'Roboto Condensed', sans-serif !important; font-size: 17px; line-height: 1.65em; margin: 1.65em 0; font-weight: 300; color: #fff !important; }
    .videoAlertBox a { font-family: 'Roboto Condensed', sans-serif !important; color: #fff !important; border: 1px solid white; padding: 10px !important; display: inline-block !important; margin: 10px !important; }
