body main {
    position: relative;
}

.posicion-cookies-arriba {
    top: 0;
    bottom: auto !important;
}

.posicion-cookies-abajo {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100001;
    width: 100%;
    display: block;
}

.texto-cookies {
    padding: 10px 240px 0px 10px;
    position: relative;
    text-align: center;
}

.texto-cookies a {
  color: #df007a;
}

.texto-cookies p {
  margin: 0;
}

.start-cookies .boton-cookies {
    position: absolute;
    top: 4px;
    right: 10px;
    border: none;
    padding: 5px 15px;
    border-radius: 0px;
}

.boton-config {
    right: 90px !important;
}


body.open-cookies {
    overflow: hidden;
}

body.start-cookies {
    overflow: hidden;
}


.open-cookies .posicion-cookies-abajo {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    max-width: 650px;
    max-height: 90%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-style: solid;
    border-color: rgba(50, 64, 78, 1);
    border-width: 1px;
    z-index: 100001;
    display: block;
    font-size: 13px;
    color: #111;
}

.button-extra-cookies {
	bottom: 0;
    left: 0;
	width: 45px;
	position: fixed;
	height: 39px;
	background: #333;
    color: #fff;
	margin: auto;
	z-index: 9999;
	text-align: center !important;
	padding: 0 0 0 0 !important;
	border-radius: 0;
    display: none;
    border: none;
}

.button-extra-cookies_sder {
    bottom: 0 !important;
    left: 0 !important;
    left: auto !important;
}

.button-extra-cookies_ider {
    bottom: 0 !important;
    left: auto !important;
    right: 0 !important;
    bottom: auto !important;
}

.button-extra-cookies_iizq {
    bottom: 0 !important;
    left: 0 !important;
    top: auto !important;
}



.boton-cookies .button-extra-cookies {
    display: block;
    font-size: 11px;
    z-index: 100000;
}

.open-cookies #AvanzaCookie .button-extra-cookies, .start-cookies .button-extra-cookies{
    display: none;
}

.open-cookies .fondo-cookies, .start-cookies .fondo-cookies {
    background: hsla(0, 0%, 10%, .8);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000;
    top: 0;
    left: 0;
    display: block;
}

.fondo-cookies{
    display: none;
}

body.posicion-cookies-abajo {
    overflow: hidden;
}

.open-cookies #AvanzaCookie .texto-cookies {
    display: none;
}

.open-cookies #AvanzaCookie .checkbox-peticion, .open-cookies #AvanzaCookie .texto-peticion {
    display: inline-flex;
    margin-top: 20px;

    margin-left: 15px;
}

.open-cookies #AvanzaCookie .texto-peticion {
        width: 60%;
}

.open-cookies #AvanzaCookie .checkbox-peticion {
    width: 33%;
    top: 40px;
    position: relative;
}

.tpeticion {
    padding: 0 !important;
    font-weight: 600 !important;
    padding-top: 15px !important;
}

.boton-rechazar {
    margin-left: 10px;
}

.open-cookies #AvanzaCookie .boton-peticion {
    width: 90px;
    height: 25px;
    border-radius: 5px;
    background-color: #000000;
    color: #ffffff;
    border: 0;
    display: block;
}

.open-cookies #AvanzaCookie .texto-cookies {
    padding: 0px 10px 0px 20px;
}

.cuadros-cookies {
    z-index: 110;
    position: relative;
}

.open-cookies #AvanzaCookie .info-consentimiento p {
    padding: 50px 10px 0px 30px;
    text-align: left;
}

.open-cookies #AvanzaCookie .info-consentimiento {
    display: block;
    padding-bottom: 80px;
}

.open-cookies #AvanzaCookie p {
    padding: 25px 10px 0px 10px;
    text-align: left;
    font-weight:500;
}

.open-cookies #AvanzaCookie .opciones p {
    padding: 0px 10px 0px 30px;
    text-align: left;
}

.botones-generales {
    float: right;
    padding-right: 5px;
    padding-bottom: 10px;
    margin-top: 10px;

}

.open-cookies #AvanzaCookie .botonera {
    bottom: 5%;
    width: 648px;
    position: fixed;
    height: 60px;
    border-width: 0;
    background: #f8f8f8;
    left: 0;
    right: 0;
    margin: auto;
}

.open-cookies #AvanzaCookie .boton-general-aceptar {
    cursor: pointer;
}

.open-cookies #AvanzaCookie .boton-general-rechazar {
    background-color: #eeeeee !important;
    color: #111 !important;
    right: 165px;
    position: absolute;
    cursor: pointer;
}

.open-cookies #AvanzaCookie .boton-general {
    width: 150px;
    height: 40px;
    border-radius: 0px;
    background-color: #000000;
    color: #ffffff;
    border: 0;
    display: block;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 7px 10px 12px -12px rgba(0, 0, 0, 0.75);
}

#AvanzaCookie .boton-general {
    display: none;
}

#AvanzaCookie .opciones {
    display: none;
}

.open-cookies #AvanzaCookie .opciones {
    display: block;
}

#AvanzaCookie .boton-peticion {
    display: none;
}

.open-cookies #AvanzaCookie .consentimiento {
    display: block;
    margin-left: 30px;
}

#AvanzaCookie .consentimiento {
    display: none;
}

#AvanzaCookie .info-consentimiento {
    display: none;
}

.posicion-cookies-abajo {
    overflow: auto;
    position: fixed;
    border-style: solid;
    border-color: rgba(50, 64, 78, 1);
    border-width: 0px;
    border-top-width: 1px;
    background: #fff;
    padding-top: 10px;
    display: none;
    color: #111;
    font-size: 13px;
}

.open-cookies .posicion-cookies-abajo {
    padding-top: 25px;
}

.start-cookies .posicion-cookies-abajo {
    display: block;
}
html #AvanzaCookie p {
    color: #333;
    padding-bottom: 20px;
    font-weight: 600;
}

html #AvanzaCookie a {
    color: #f66362;
    font-weight: 600;
}




html #AvanzaCookie .boton-cookies {
    border: none;
    cursor: pointer;
    width: 90px;
    max-width: 90px;
    background-color:#EA170B;
    color: #fff;
    
}


html #AvanzaCookie .boton-config {
    right: 105px !important;
    width: 120px !important;
    max-width: 120px !important;
    background-color:#ddd;
    color: #333;
}

/* Broswer reset */
* {
    margin: 0;
    padding: 0
}

/* menu base styles */
menu[role=radiogroup] {
    display: inline-block;
    line-height: 20px;
    /* Set height */
    position: relative;
    /* Make this the parent of absolutely positioned elements */
}

/* hide radio buttons */
menu[role=radiogroup] input[type=radio] {
    display: none;
}

/* Label base styles */
menu[role=radiogroup] input[type=radio]+label {
    display: inline-block;
    width: 80px;
    text-align: center;
    position: relative;
    /* draw above selection indicator */
    transition: none;
    /* No delay by default */
    cursor: pointer;
    margin-bottom: 0px;
    /* border: 2px solid #000 !important;
  background: #94d5e0; */
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .1);
}

/* Label selected styles */
menu[role=radiogroup] input[type=radio]:checked+label {
    transition: 0 400ms;
    /* Add a delay before applying these styles */
    color: white;
}

menu[role=radiogroup] input[type=radio]:checked+label.rechazarcheck {
    background-color: #ff5555;
}

menu[role=radiogroup] input[type=radio]:checked+label.aceptarcheck {
    background-color: #69ba73;
}

menu[role=radiogroup] input[type=radio]:checked+label.aceptarcheck-necesaria {
    background-color: #c0c3ca;
}

/* Manually set selection indicator position based on state
-------------------------------------------------------------- */
/* First item selected */
menu[role=radiogroup] input[type=radio]:checked+label+input[type=radio]+label+.selection-indicator {
    left: 0;
    display: inline-block;
}

/* Second item selected */
menu[role=radiogroup] input[type=radio]+label+input[type=radio]:checked+label+.selection-indicator {
    left: 63px;
    display: inline-block;
}



@media (max-width:767px) {
    html .open-cookies .texto-cookies, .start-cookies{
        padding: 10px 10px 40px 10px;
    }

    html .start-cookies .texto-cookies{
        padding: 10px 10px 20px 10px !important;
    }

    html .open-cookies .texto-cookies, .start-cookies {
      margin: 0;
    }

    html .start-cookies .boton-cookies{
        top: auto;
        bottom: 4px;
    }

    html .open-cookies #AvanzaCookie .checkbox-peticion{
     bottom: 24px;
     top: 0px !important;
     position: relative;
     float: right;
     width: 75%;
    }

    html .open-cookies #AvanzaCookie .texto-peticion{
        width: 85% !important;
    }

    html .open-cookies #AvanzaCookie .botonera{
        width:99.4%;
        bottom: 0;
    }
    
    html .posicion-cookies-abajo .texto-cookies {
        padding-bottom: 70px!important;
    }
    
    html .open-cookies .posicion-cookies-abajo {
        padding-top:10px !important;
        margin: auto;
        margin-bottom: 59px !important;
        width: 100%;
        height: 100%;
        max-height: 100%;
    }
}
