html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
   }
   table { border-collapse: collapse; border-spacing: 0; }
   td, th, caption { text-align: left; }
   img, fieldset { border: 0; }
   ol { padding-left: 1.4em;     list-style: decimal; }
   ul { padding-left: 1.4em; list-style:square; }
   q:before, q:after { content:''; }


@font-face {
    font-family: "raleway";
    src: url("fonts/raleway.woff2");
  }

@font-face {
    font-family: "raleway2";
    src: url("fonts/raleway2.woff2");
}

@font-face {
    font-family: "raleway3";
    src: url("fonts/raleway3.woff2");
}

@font-face {
    font-family: "raleway4";
    src: url("fonts/raleway4.woff2");
}

@font-face {
    font-family: "raleway5";
    src: url("fonts/raleway5.woff2");
}

@font-face {
    font-family: "raleway6";
    src: url("fonts/raleway6.woff2");
}

@font-face {
    font-family: "opensans";
    src: url("fonts/opensans.woff2");
}

@font-face {
    font-family: "opensans2";
    src: url("fonts/opensans2.woff2");
}

@media screen and (min-width: 320px) and (max-width: 1019px) and (orientation: landscape) {

    header {
      display: none;
    }

    body .total {
      display: none;
    }
    
    body img {
      width: 110%;
      height: 100vh;
    }
    
    footer {
      display: none;
    }
  
    #cajacookies {
      box-shadow: 0px 0px 5px 5px #808080;
      background-color: white;
      color: black;
      padding: 10px;
      margin-left: 0px;
      margin-right: -15px;
      margin-bottom: 0px;
      position: fixed;
      bottom: 0;
      width: 100vw;
      z-index: 9999999999999;
  font-family: raleway4;

    }
    
    #cajacookies button {
      color: black;
    }
    
}

@media only screen and (max-width: 550px) and (min-width: 220px) and (orientation: portrait) /*1366x768*/{
 
    #rt-main, #rt-header, .rt-container, .rt-container .rt-grid-8, .rt-container .rt-grid-8,.rt-container .rt-grid-9, .footer-container, .rt-container .rt-grid-3, .rt-container .rt-grid-6 {width: 99%;}
    
     body{min-width: 100%;}
    
     .rt-container .rt-grid-4 {display: none;}

    #tryuno {
      display: none;
    }

    #trytres {
      display: none;
    }

     #hola {
      display: none;
    }
         
    h1 {
      margin-top: 100px;
      text-align: center;
      font-size: 60px;
      line-height: 70px;
      font-family: 'roboto', sans-serif;
    }
    #container {
      margin: 0 auto;
      max-width: 890px;
    }
    p { text-align: center; }
     .toggle, [id^=drop] {
     display: none;
    }
    nav {
      margin: 0;
      padding: 0;
      background-color: #23282d;
      position: absolute;
      z-index: 9;
      width: 100%;
      font-size: 16px;
    }
    
    #logo {
      display: block;
      padding: 0 30px;
      float: left;
      font-size: 20px;
      line-height: 60px;
    }
    
    nav:after {
      content: "";
      display: table;
      clear: both;
    }
    
    nav ul {
      float: left;
      padding: 0;
      margin: 0;
      list-style: none;
      position: relative;
      width: 100%;
    }
    
    nav ul li {
      margin: 0px;
      display: inline-block;
      float: left;
      background-color: #23282d;
      width: 25%;
      text-align: center;
    }
    
    nav a {
      display: block;
      padding: 0 20px;
      color: #FFF;
      font-size: 16px;
      line-height: 60px;
      text-decoration: none;
      font-family: raleway4;
    }
    
    nav ul li ul li:hover { background: #23282d; }
    
    nav a:hover { background-color: #26323f; }
    
    nav ul ul {
      display: none;
      position: absolute;
      top: 60px;
    }
    
    nav ul li:hover > ul { display: inherit; }
    
    nav ul ul li {
      width: 170px;
      float: none;
      display: list-item;
      position: relative;
      width: 25%;
    }
    
    nav ul ul ul li {
      position: relative;
      top: -60px;
      left: 170px;
    }
    
   /* innecesario */
    
    li > a:only-child:after { content: ''; } /* innecesario */
    
    #tryit {
      display: none;
    }
    
    /* Media Queries
    --------------------------------------------- */
    
    @media all and (max-width : 950px) {
    
    #logo {
      display: block;
      padding: 0;
      width: 100%;
      text-align: center;
      float: none;
    }
    
    nav { margin: 0; }
    
    .toggle + a,
     .menu { display: none; }
    
    .toggle {
      display: block;
      background-color: #23282d;
      padding: 0 20px;
      color: #FFF;
      font-size: 16px;
      line-height: 60px;
      text-decoration: none;
      border: none;
      font-family: raleway4;
    }
    
    .toggle:hover { background-color: #23282d; }
    
    [id^=drop]:checked + ul { display: block; }
    
    nav ul li {
      display: block;
      width: 100%;
    }
    
    nav ul ul .toggle,
     nav ul ul a { padding: 0 40px; }
    
    nav ul ul ul a { padding: 0 80px; }
    
    nav a:hover,
     nav ul ul ul a { background-color: #000000; }
    
    nav ul li ul li .toggle,
     nav ul ul a { background-color: #212121; }
    
    nav ul ul {
      float: none;
      position: static;
      color: #ffffff;
    }
    
    nav ul ul li:hover > ul,
    nav ul li:hover > ul { display: none; }
    
    nav ul ul li {
      display: block;
      width: 100%;
    }
    
    nav ul ul ul li { position: static;
    
    }
    }
    
    @media all and (max-width : 330px) {
    
    nav ul li {
      display: block;
      width: 94%;
    }
    
    nav li {
      position: relative;
        line-height: 2.5rem;
        text-align: center;
    }
    
    }

    nav {
        margin-top: -8rem;
    }
        
    body {
        margin-top: 8rem;
    }
    
    body h3 {
        text-align: center;
        font-size: 2rem;
        font-family: Raleway2;
    }
    
    body p {
        text-align: left;
        max-width: 80%;
        text-align: justify;
    }
    
    body strong {
        margin-left: 5%;
        font-size: 1.1em;
        font-family: Raleway4;
    }
    
    body p {
        margin-left: 10%;
        font-size: 1em;
    }

    /*------FOOTER------*/

    .realfooter {
        margin: 0;
      }
      
      .fullfooter {
        width: 100%;
        height: 58%;
        max-height: 400px;
        position: absolute;
        z-index: 0;
      }
      
      .fullfooter img {
        width: 100%;
        height: 170%;
      }
      
      .firstfooter {
        width: 100%;
        height: 54%;
        max-height: 400px;
        position: absolute;
        z-index: 1;
      
      }
      
      .firstfooter img {
        width: 55%;
        height: 100px;
        margin: 5% 0 0 23%;
      
      }
      
      .firstfooter h4 {
        color: white;
        font-family: raleway6;
        display: flex;
        justify-content: center;  
        align-items: center;
        letter-spacing: 2px;
        width: 100%;
        font-size: 0.7em;
      }
      
      .firstfooter hr {
        width: 90%;
        height: 1px;
        background-color: #ffc13c;
        border-color: #ffc13c;
        display: flex;
        justify-content: center;  
        align-items: center;
      }
      
      .secondfooter {
        width: 100%;
        max-height: 400px;
        height: 54%;
        position: absolute;
        z-index: 2;
        margin-top: 20%;
        margin-left: 0;
      }
      
      .secondfooter h3 {
        font-family: raleway4;
        color: white;
        font-size: 21px;
        margin: 100px 0 0 10px;
      }
      
      .secondfooter hr {
        margin: 3px 0 0 10px;
        width: 80px;
        height: 1px;
        background-color: #ffc13c;
        border-color: #ffc13c;
      }
      
      .li2 {
        color: white;
        font-family: raleway6;
        font-size: 15px;
        margin: 0 0 0 18%;
      }
      
      .secondfooter ul {
        margin-top: 5%;
      }
      
      .secondfooter li {
        color: white;
        font-family: raleway6;
        text-decoration: none;
        list-style-type: circle;
        margin: 5% 0 0 18%;
        font-size: 15px;
      }
      
      
      
      .thirdfooter {
        width: 100%;
        height: 48%;
        margin-top: 80%;
        max-height: 350px;
        position: absolute;
        z-index: 1;
      }
      
      .thirdfooter h3 {
        font-family: raleway4;
        color: white;
        font-size: 21px;
        margin: 100px 0 0 10px;
      }
      
      .thirdfooter hr {
        margin: 3px 0 0 10px;
        width: 100px;
        height: 1px;
        background-color: #ffc13c;
        border-color: #ffc13c;
      }
      
      .thirdfooter ul {
        margin-left: -12%;
      }
      
      .thirdfooter li {
        list-style: none;
        float: left;
        margin: 8% 0 0 12%;
      }
      
      
      .thirdfooter li img {
        width: 47px;
        height: 47px;
      }
      
      .thirdfooter h4 {
        position: absolute;
        font-family: opensans2;
        color: #ffc13c;
        font-size: 30px;
        width: 100%;
        letter-spacing: 2px;
        text-align: center;
        margin-top: 7rem;
      }
      @media all and (max-width : 350px) {
        
        .firstfooter h4 {
          color: white;
          font-family: raleway6;
          display: flex;
          justify-content: center;  
          align-items: center;
          letter-spacing: 2px;
          width: 100%;
          font-size: 0.6em;
        }
      
        .thirdfooter li {
          list-style: none;
          float: left;
          margin: 8% 0 0 10%;
        }
      }
      #cajacookies {
        box-shadow: 0px 0px 5px 5px #808080;
        background-color: white;
        color: black;
        padding: 10px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0px;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999999999999;
  font-family: raleway4;

      }
      #cajacookies p {
        text-align: center;
      }
      #cajacookies button {
        color: black;
      }

      footer h3 {
        text-align: left;
      }
}

@media only screen and (max-width: 1019px) and (min-width: 551px) and (orientation: portrait) /*1366x768*/{

    #rt-main, #rt-header, .rt-container, .rt-container .rt-grid-8, .rt-container .rt-grid-8,.rt-container .rt-grid-9, .footer-container, .rt-container .rt-grid-3, .rt-container .rt-grid-6 {width: 99%;}
    
     body{min-width: 100%;}
    
     .rt-container .rt-grid-4 {display: none;}

    #tryuno {
      display: none;
    }
    #trydos {
      display: none;
    }

     #hola {
      display: none;
    }
         
    h1 {
      margin-top: 100px;
      text-align: center;
      font-size: 60px;
      line-height: 70px;
      font-family: 'roboto', sans-serif;
    }
    #container {
      margin: 0 auto;
      max-width: 890px;
    }
    p { text-align: center; }
     .toggle, [id^=drop] {
     display: none;
    }
    nav {
      margin: 0;
      padding: 0;
      background-color: #23282d;
      position: absolute;
      z-index: 9;
      width: 100%;
      font-size: 16px;
    }
    
    #logo {
      display: block;
      padding: 0 30px;
      float: left;
      font-size: 20px;
      line-height: 60px;
    }
    
    nav:after {
      content: "";
      display: table;
      clear: both;
    }
    
    nav ul {
      float: left;
      padding: 0;
      margin: 0;
      list-style: none;
      position: relative;
      width: 100%;
    }
    
    nav ul li {
      margin: 0px;
      display: inline-block;
      float: left;
      background-color: #23282d;
      width: 25%;
      text-align: center;
    }
    
    nav a {
      display: block;
      padding: 0 20px;
      color: #FFF;
      font-size: 16px;
      line-height: 60px;
      text-decoration: none;
      font-family: raleway4;
    }
    
    nav ul li ul li:hover { background: #23282d; }
    
    nav a:hover { background-color: #26323f; }
    
    nav ul ul {
      display: none;
      position: absolute;
      top: 60px;
    }
    
    nav ul li:hover > ul { display: inherit; }
    
    nav ul ul li {
      width: 170px;
      float: none;
      display: list-item;
      position: relative;
      width: 25%;
    }
    
    nav ul ul ul li {
      position: relative;
      top: -60px;
      left: 170px;
    }
    
   /* innecesario */
    
    li > a:only-child:after { content: ''; } /* innecesario */
    
    #tryit {
      display: none;
    }



    /* Media Queries
    --------------------------------------------- */
    
    @media all and (max-width : 950px) {
    
    #logo {
      display: block;
      padding: 0;
      width: 100%;
      text-align: center;
      float: none;
    }
    
    nav { margin: 0; }
    
    .toggle + a,
     .menu { display: none; }
    
    .toggle {
      display: block;
      background-color: #23282d;
      padding: 0 20px;
      color: #FFF;
      font-size: 16px;
      line-height: 60px;
      text-decoration: none;
      border: none;
      font-family: raleway4;
    }
    
    .toggle:hover { background-color: #23282d; }
    
    [id^=drop]:checked + ul { display: block; }
    
    nav ul li {
      display: block;
      width: 100%;
    }
    
    nav ul ul .toggle,
     nav ul ul a { padding: 0 40px; }
    
    nav ul ul ul a { padding: 0 80px; }
    
    nav a:hover,
     nav ul ul ul a { background-color: #000000; }
    
    nav ul li ul li .toggle,
     nav ul ul a { background-color: #212121; }
    
    nav ul ul {
      float: none;
      position: static;
      color: #ffffff;
    }
    
    nav ul ul li:hover > ul,
    nav ul li:hover > ul { display: none; }
    
    nav ul ul li {
      display: block;
      width: 100%;
    }
    
    nav ul ul ul li { position: static;
    
    }
    }
    
    @media all and (max-width : 330px) {
    
    nav ul li {
      display: block;
      width: 94%;
    }
    
    nav li {
      position: relative;
        line-height: 2.5rem;
        text-align: center;
    }
    
    }

nav {
    margin-top: -8rem;
}
    
body {
    margin-top: 8rem;
}

body h3 {
    text-align: center;
    font-size: 2rem;
    font-family: Raleway2;
}

body p {
    text-align: left;
    max-width: 80%;
    text-align: justify;
}

body strong {
    margin-left: 6%;
    font-size: 1.2em;
    font-family: Raleway4;
}

body p {
    margin-left: 10%;
    font-size: 1em;
}

/*----------------------FOOTER---------------------------*/

.realfooter {
    margin-top: 0;
  }
  
  .fullfooter {
    width: 100%;
    height: 58%;
    max-height: 400px;
    position: absolute;
    z-index: 0;
  }
  
  .fullfooter img {
    width: 100%;
    height: 100%;
  }
  
  .firstfooter {
    width: 33.3%;
    height: 54%;
    max-height: 400px;
    position: absolute;
    z-index: 1;
    display: none;
  }
  
  .firstfooter img {
    width: 55%;
    margin: 25% 0 0 23%;
  
  }
  
  .firstfooter h4 {
    color: white;
    font-family: raleway6;
    display: flex;
    justify-content: center;  
    align-items: center;
    margin-top: 7%;
    letter-spacing: 2px;
    width: 100%;
  }
  
  .firstfooter hr {
    width: 90%;
    height: 1px;
    background-color: #ffc13c;
    border-color: #ffc13c;
    display: flex;
    justify-content: center;  
    align-items: center;
  }
  
  .secondfooter {
    width: 35.6%;
    max-height: 400px;
    height: 54%;
    position: absolute;
    z-index: 2;
    margin-left: 5.5%;
  }
  
  .secondfooter h3 {
    font-family: raleway4;
    color: white;
    font-size: 21px;
    margin: 100px 0 0 50px;
  }
  
  .secondfooter hr {
    margin: 3px 0 0 50px;
    width: 80px;
    height: 1px;
    background-color: #ffc13c;
    border-color: #ffc13c;
  }
  
  .li2 {
    color: white;
    font-family: raleway6;
    font-size: 15px;
    margin: 0 0 0 18%;
  }
  
  .secondfooter ul {
    margin-top: 5%;
  }
  
  .secondfooter li {
    color: white;
    font-family: raleway6;
    text-decoration: none;
    list-style-type: circle;
    margin: 5% 0 0 18%;
    font-size: 15px;
  }
  
  
  
  .thirdfooter {
    width: 45.4%;
    height: 54%;
    max-height: 400px;
    position: absolute;
    z-index: 1;
    margin-left: 50.6%;
  }
  
  .thirdfooter h3 {
    font-family: raleway4;
    color: white;
    font-size: 21px;
    margin: 100px 0 0 -50px;
  }
  
  .thirdfooter hr {
    margin: 3px 0 0 -30px;
    width: 100px;
    height: 1px;
    background-color: #ffc13c;
    border-color: #ffc13c;
  }

  
  .thirdfooter ul {
    margin-left: -25%;
  }
  
  .thirdfooter li {
    list-style: none;
    float: left;
    margin: 7% 0 0 10%;
  }
  
  .thirdfooter li img {
    width: 47px;
    height: 47px;
  }
  
  .thirdfooter h4 {
    position: absolute;
    font-family: opensans2;
    color: #ffc13c;
    font-size: 30px;
    letter-spacing: 2px;
    margin: 30% 0 0 2%;
    transition: ease-in .5s;
  }
  
  .thirdfooter h4:hover {
    transition: all .5s;
    color: orange;
    text-shadow: 0px 0px 30px orange; 
    transform: scale(1.2);
    font-size: 35px;
  }

  #cajacookies {
    box-shadow: 0px 0px 5px 5px #808080;
    background-color: white;
    color: black;
    padding: 10px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999999999999;
  font-family: raleway4;

  }
  
  #cajacookies button {
    color: black;
  }
  
}

@media only screen and (max-width: 7000px) and (min-width: 1021px) /*1366x768*/{

    #rt-main, #rt-header, .rt-container, .rt-container .rt-grid-8, .rt-container .rt-grid-8,.rt-container .rt-grid-9, .footer-container, .rt-container .rt-grid-3, .rt-container .rt-grid-6 {width: 99%;}
    
     body{min-width: 100%;}
    
     .rt-container .rt-grid-4 {display: none;}

     #trydos {
        display: none;
      }
      #trytres {
        display: none;
      }
    
         #hola {
          display: none;
        }
    
        nav img {
          margin-top: 5px;
          width: 180px;
          height: 60px;
        }
             
        h1 {
          margin-top: 100px;
          text-align: center;
          font-size: 60px;
          line-height: 70px;
          font-family: 'roboto', sans-serif;
        }
        #container {
          margin: 0 auto;
          max-width: 890px;
        }
        p { 
          text-align: center; 
        }
    
         .toggle, [id^=drop] {
         display: none;
        }
    
    
        nav {
          margin: 0;
          padding: 0;
          background-color: #23282d;
          position: absolute;
          z-index: 9;
          width: 100%;
          font-size: 16px;
        }
        
        #logo {
          display: block;
          padding: 0 30px;
          float: left;
          font-size: 20px;
          line-height: 60px;
        }
        
        nav:after {
          content: "";
          display: table;
          clear: both;
        }
        
        nav ul {
          float: left;
          padding: 0;
          margin: 0;
          list-style: none;
          position: relative;
          width: 100%;
        }
        
        nav ul li {
          margin: 0px;
          display: inline-block;
          float: left;
          background-color: #23282d;
          width: 20%;
          text-align: center;
        }
        
        nav a {
          display: block;
          padding: 0 0px;
          color: #FFF;
          font-size: 16px;
          line-height: 65px;
          text-decoration: none;
          font-family: raleway4;
        }
        
        nav ul li ul li:hover {
          background: #23282d;
        }
        
        nav a:hover {
          background-color: #26323f;
        }
        
        nav ul ul {
          display: none;
          position: absolute;
          top: 60px;
        }
        
        nav ul li:hover > ul {
          display: inherit;
        }
        
        nav ul ul li {
          width: 170px;
          float: none;
          display: list-item;
          position: relative;
          width: 20%;
        }
        
        nav ul ul ul li {
          position: relative;
          top: -60px;
          left: 170px;
        }
        
       /* innecesario */
        
        li > a:only-child:after { content: ''; } /* innecesario */
        
        #hiddenpls {
          display: none;
        }
    
        #tryit a {
          line-height: 0px;
        }
    
    
        /* Media Queries
        --------------------------------------------- */
        
        @media all and (max-width : 950px) {
        
        #logo {
          display: block;
          padding: 0;
          width: 100%;
          text-align: center;
          float: none;
        }
        
        nav { margin: 0; }
        
        .toggle + a,
         .menu { display: none; }
        
        .toggle {
          display: block;
          background-color: #23282d;
          padding: 0 20px;
          color: #FFF;
          font-size: 16px;
          line-height: 60px;
          text-decoration: none;
          border: none;
          font-family: raleway4;
        }
        
        .toggle:hover { background-color: #23282d; }
        
        [id^=drop]:checked + ul { display: block; }
        
        nav ul li {
          display: block;
          width: 100%;
        }
        
        nav ul ul .toggle,
         nav ul ul a { padding: 0 40px; }
        
        nav ul ul ul a { padding: 0 80px; }
        
        nav a:hover,
         nav ul ul ul a { background-color: #000000; }
        
        nav ul li ul li .toggle,
         nav ul ul a { background-color: #212121; }
        
        nav ul ul {
          float: none;
          position: static;
          color: #ffffff;
        }
        
        nav ul ul li:hover > ul,
        nav ul li:hover > ul { display: none; }
        
        nav ul ul li {
          display: block;
          width: 100%;
        }
        
        nav ul ul ul li { position: static;
        
        }
        }
        
        @media all and (max-width : 330px) {
        
        nav ul li {
          display: block;
          width: 94%;
        }
        
        nav li {
          position: relative;
            line-height: 2.5rem;
            text-align: center;
        }
        
        }
    

nav {
    margin-top: -8rem;
}
    
body {
    margin-top: 8rem;
}

body h3 {
    font-size: 2rem;
    font-family: Raleway2;
}

body p {
    text-align: left;
    max-width: 80%;
    text-align: justify;
}

body strong {
    font-size: 1.2em;
    font-family: Raleway4;
}

body p {
    font-size: 1em;
}

    /*----------------------FOOTER---------------------------*/

    .realfooter {
        margin: 0;
      }
      
      .fullfooter {
        width: 100%;
        height: 58%;
        max-height: 400px;
        position: absolute;
        z-index: 0;
      }
      
      .fullfooter img {
        width: 100%;
        height: 100%;
      }
      
      .firstfooter {
        width: 33.3%;
        height: 54%;
        max-height: 400px;
        position: absolute;
        z-index: 1;
      
      }
      
      .firstfooter img {
        width: 55%;
        margin: 25% 0 0 23%;
      
      }
      
      .firstfooter h4 {
        color: white;
        font-family: raleway6;
        display: flex;
        justify-content: center;  
        align-items: center;
        margin-top: 7%;
        letter-spacing: 2px;
        width: 100%;
        font-size: 0.9rem;
      }
      
      .firstfooter hr {
        width: 90%;
        height: 1px;
        background-color: #ffc13c;
        border-color: #ffc13c;
        display: flex;
        justify-content: center;  
        align-items: center;
      }
      
      .secondfooter {
        width: 33.3%;
        max-height: 400px;
        height: 54%;
        position: absolute;
        z-index: 2;
        margin-left: 33.3%;
      
      }
      
      .secondfooter h3 {
        font-family: raleway4;
        color: white;
        font-size: 21px;
        margin: 100px 0 0 50px;
      }
      
      .secondfooter hr {
        margin: 3px 0 0 50px;
        width: 80px;
        height: 1px;
        background-color: #ffc13c;
        border-color: #ffc13c;
      }
      
      .li2 {
        color: white;
        font-family: raleway6;
        font-size: 15px;
        margin: 0 0 0 18%;
      }
      
      .secondfooter ul {
        margin-top: 5%;
      }
      
      .secondfooter li {
        color: white;
        font-family: raleway6;
        text-decoration: none;
        list-style-type: circle;
        margin: 5% 0 0 18%;
        font-size: 15px;
      }
      
      
      
      .thirdfooter {
        width: 33.4%;
        height: 54%;
        max-height: 400px;
        position: absolute;
        z-index: 1;
        margin-left: 66.6%;
      
      }
      
      .thirdfooter h3 {
        font-family: raleway4;
        color: white;
        font-size: 21px;
        margin: 100px 0 0 50px;
      }
      
      .thirdfooter hr {
        margin: 3px 0 0 50px;
        width: 100px;
        height: 1px;
        background-color: #ffc13c;
        border-color: #ffc13c;
      }
      
      .thirdfooter ul {
        margin-left: -30%;
      }
      
      .thirdfooter li {
        list-style: none;
        float: left;
        margin: 8% 0 0 12%;
      }
      
      .thirdfooter li img {
        width: 47px;
        height: 47px;
      }
      
      .thirdfooter h4 {
        position: absolute;
        font-family: opensans2;
        color: #ffc13c;
        font-size: 30px;
        letter-spacing: 2px;
        margin: 30% 0 0 2%;
        transition: ease-in .5s;
      }
      
      .thirdfooter h4:hover {
        transition: all .5s;
        color: orange;
        text-shadow: 0px 0px 30px orange; 
        transform: scale(1.2);
        font-size: 35px;
      }
    
      #cajacookies {
        box-shadow: 0px 0px 5px 5px #808080;
        background-color: white;
        color: black;
        padding: 10px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0px;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999999999999;
  font-family: raleway4;

      }

      #cajacookies p {
          text-align: center;
      }
      
      #cajacookies button {
        color: black;
      }
    

}