/*
@overlay-color
@box-bg-color
@text-color
@primary-color
@secondary-color
*/


.gp-cookies-aviso {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: rgba(1, 2, 2, 0.9);
    padding: 35px 150px;
    font-size: 15px;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    color: #fff;


    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.gp-cookies-aviso a:hover{
  color: #277256;
}

a.gp-go-to-step-2 {
    display: inline-block;
    margin: 0 50px 0 0;
}

.gp-cookies-precontainer{
  display: none;
}

.gp-cookies-container {
    background: rgba(0, 0, 0, 0.8); /* @overlay-color */
    bottom: 0;
    display: flex;
    display: -webkit-flex;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .15s ease;
    will-change: visibility,opacity;
    z-index: 2147483647;
    transition: background .6s;
    -webkit-transition: background .6s;
    
}

a.gp-close-btn {
    font-size: 30px;
    color: #000;
    position: absolute;
    right: 15px;
    top: 10px;
}

.gp-footer-step-2 {
    text-align: center;
}

.gp-cookies-texto-inicial{
  display: block;
}

.gp-cookies-texto-final{
  display: none;
}

.gp-cookies-aviso.gp-cookies-aviso-closed .gp-cookies-texto-inicial{
  display: none;
}

.gp-cookies-aviso.gp-cookies-aviso-closed .gp-cookies-texto-final{
  display: block;
}

.gp-cookies-aviso-slide{
  display: none;
  position: absolute;
  top: -28px;
  right: 15px;
  background: rgba(1, 2, 2, 0.9);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  padding: 5px 15px;
  letter-spacing: 1px;
}

.gp-cookies-aviso.gp-cookies-aviso-closed {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.gp-cookies-aviso.gp-cookies-aviso-closed.gp-cookies-aviso.gp-cookies-aviso-closed-opened {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.gp-cookies-aviso.gp-cookies-aviso-closed .gp-cookies-aviso-slide{
  display: block;
}

.gp-cookies-box {
    background: #fff; /* @box-bg-color */
    color: #676767; /* @text-color */
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(33,41,52,.75);
    box-sizing: content-box;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin: auto;
    max-width: 600px;
    min-width: 320px;
    overflow: hidden;
    position: relative;
    width: 100%;
    will-change: visibility,opacity;
    padding: 50px;
    font-size: 12px;
    line-height: 19px;
}


.gp-cookies-container-left {
    background: none;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: auto;
    top: auto;
    z-index: 9;
}

.gp-cookies-box-left {
    background: #fff;
    color: #676767;
    border-radius: 2px;
    box-shadow: none;
    margin: auto;
    max-width: 250px;
    min-width: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    will-change: visibility,opacity;
    padding: 20px;
    font-size: 13px;
    line-height: 19px;
}

.gp-cookies-box a{
	-webkit-transition: all .4s ease-in-out;
	     -moz-transition: all .4s ease-in-out;
	      -ms-transition: all .4s ease-in-out;
	       -o-transition: all .4s ease-in-out;
	          transition: all .4s ease-in-out;
}

.gp-step-2{
	
}

img.gp-logo {
    width: 110px;
    margin: 0 0 -30px 0;
    position: relative;
    top: -40px;
}

.gp-step-1{
    
}

.gp-cookies-aviso h3 {font-size: 16px;line-height: 24px;color: #000;font-weight: 500;margin: 0 0 15px 0;}

.gp-cookies-aviso h3 strong {
    color: #428a99;
}

.gp-cookies-aviso p {
    margin: 0 0 15px 0;
}

a.gp-btn {
    border-radius: 7px;
    border: 2px solid #000;
    padding: 7px 30px 4px 30px;
    font-size: 18px;
    display: inline-block;
}

a.gp-btn.gp-btn-primary{
    background: #40bd8f;
    border-color: #40bd8f;
    color: #fff;
}

a.gp-btn.gp-btn-primary:hover{
    background-color: #000; /* @secondary-color */
    border-color: #000; /* @secondary-color */
    color: #fff;
}

a.gp-btn.gp-btn-default{
    background: none;
    border-color: #000; /* @primary-color */
    color: #000; /* @primary-color */
}

a.gp-btn.gp-btn-default:hover{
    background: none;
    border-color: #444; /* @secondary-color */
    color: #444; /* @secondary-color */
}

a.gp-btn {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
}

.gp-buttons {
    display: block;
    margin: 30px 0 0 0;
}

.gp-buttons .gp-btn {
    margin: 0px;
    border-radius: 50px;
    border-width: 2px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h3.gp-cookies-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding-right: 110px;
    margin: 0px 0 20px 0;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 1px;
}

.gp-cookie-cat {
    border-bottom: 1px solid #dee1e3;
    padding: 0 0px 15px 0;
    margin-bottom: 15px;
    position: relative;
}

.gp-footer-step-2-left {
    display: inline-block;
    width: 50%;
}

.gp-footer-step-2-right {
    display: inline-block;
    width: 50%;
    text-align: right;
}

.gp-switch {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 24px;
  top: 2px;
  right: 0;
}

.gp-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.gp-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.gp-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .gp-slider {
  background-color: #000; /* @primary-color */
}

input:checked + .gp-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.gp-switch-label-off {
    position: absolute;
    z-index: 0;
    font-size: 11px;
    line-height: 11px;
    top: 7px;
    right: 7px;
    color: #8d8d8d;
    font-weight: bold;
}

.gp-switch-label-on {
    position: absolute;
    z-index: 0;
    font-size: 11px;
    line-height: 11px;
    top: 7px;
    left: 7px;
    color: #fff;
    font-weight: bold;
    display: none;
}

input:checked + .gp-slider .gp-switch-label-off {
    display: none!important;
}

input:checked + .gp-slider .gp-switch-label-on {
    display: block!important;
}