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 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;}

   #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;
  }

  #hiddenpls img{
    z-index: 1;
    width: 180px;
    height: 60px;
  }
  
  /* 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;
  }
  
  }

header {
  position: relative;
}

header img {
    width: 100%;
    height: 15rem;
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: -1;
}

header {
  position: relative;
  display: inline-block;
  text-align: center;
}

header h2 {
  width: 90%;
  font-family: raleway2;
  font-size: 2.8em;
  color: white;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/*-------------------BODY---------------------*/

* {margin: 0; padding: 0;}/*just for better preview*/
ul.gallery-slideshow > img, ul {margin: 0; padding: 0;}
ul.gallery-slideshow {
  position: relative;
  list-style: none;
  background: #000000;
  overflow: hidden;
  min-height:300px;
}
ul.gallery-slideshow li img {
  position: absolute;
  min-width: 100%; min-height: 100%;
}
/*gallery controls*/
.gallery-control{
  position: absolute; z-index: 1;
  top: 0; bottom: 0;
  width: 40px; height: 40px;
  background: rgba(0,0,0,0.8);
  margin: auto;
  cursor: pointer;
}

.gallery-control.prev { left: -5px; }
.gallery-control.next { right: -5px; }
.gallery-control.trigger {
  left: 0; right: 0;
  width: 50px; height: 50px;
  border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;
}
.gallery-control:after{
  position: absolute;
  z-index: 2;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto;
  content: "";
  width: 20px; height: 20px;
  box-sizing: border-box;
  border-style: solid;
  border-color: transparent;
}
.gallery-control.prev:after {
  border-width: 10px 15px 10px 0px;
  border-right-color: #ffffff;
}
.gallery-control.next:after {
  border-width: 10px 0px 10px 15px;
  border-left-color: #ffffff;
}
.gallery-control.trigger.pause:after{
  border-style: double;
  border-width: 0px 0px 0px 20px;
  border-color: #ffffff;
}
.gallery-control.trigger.play:after{
  left: 5px;
  border-width: 10px 0px 10px 20px;
  border-left-color: #ffffff;
}
/*gallery navigation*/
ul.gallery-slideshow ul.gallery-navbar{
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
}
ul.gallery-navbar li{
  all: unset;
  position: relative;
  display: inline-block;
  width: 15px; height: 15px;
  background: rgba(255,255,255,0.5);
  margin: 10px;
  border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;
  cursor: pointer;
}
ul.gallery-navbar li.active{ background: rgba(255,255,255,1); }
/**STATES**/
ul.gallery-navbar li:hover, .gallery-control:hover{ transform: scale(0.9); }
ul.gallery-navbar li:hover{ background: rgba(255,255,255,0.8); }
ul.gallery-navbar li:active, .gallery-control:active { transform: scale(0.8); }

.gallery-slideshow {
  margin: 10% 0 10% 5%;
  max-width: 90%;
  max-height: 10rem;
}

/*-------------BODINFO-------------*/

.bodinfo {
  float: left;
  width: 100%;
  height: 40rem;
  margin-left: 5%;
  /*border: 1px solid black;*/
}

.bodinfo h3 {
  margin-left: 20px;
  font-family: opensans;
  font-size: 1.5rem;
}

#hr1 {
  margin-left: 20px;
  height: 2px;
  border-color: #ffc13c;
  background-color: #ffc13c;
  max-width: 230px;
}

.bodtext h3 {
  margin-left: 20px;
  font-family: opensans;
  font-size: 1.5rem;
}

.bodtext {
  clear: both;
  margin-left: 5%;
  width: 90%;
  height: 20rem;
  /*border: 1px solid black;*/
  margin-bottom: 5vh;
}

.bodinfo ul {
  margin: 20px 0 0 40px;
  font-family: opensans;
  color: rgb(153, 153, 153);
  font-size: 1.1em;
  margin-top: 3.5rem;
}

.bodinfo li {
  margin: 0 0 0 20px;
  text-decoration: none;
  list-style: none;
  font-family: raleway6;
  color: black;
  font-style: italic;
  font-weight: bold;
}

.bodtext {
  height: 55rem;
  font-family: raleway5;
}

.bodtext p{
  margin-top: 2rem;
  width: 80%;
  margin-left: 10%;
}

.bodtext li {
  margin-left: 5rem;
  list-style: disc;
  font-size: 0.95rem;
  font-family: opensans2;
}

/*-------------MEDIA QUERIES----------------*/

@media all and (max-width : 1400px) {
  
  .bodinfo {
    font-size: 0.8em;
  }

  .bodinfo ul {
    margin: 20px 0 0 40px;
    font-family: opensans;
    color: rgb(153, 153, 153);
    font-size: 1.1em;
    margin-top: 3rem;
  }
}


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

.realfooter {
  margin-top: 30rem;
}

.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.8em;
}

.firstfooter hr {
  width: 90%;
  margin-left: 5%;
  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: -6%;
}

.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%;
  }
}

.contenedorfull {
  overflow: hidden;
}

body p {
  text-align: left;
}

.newbanner1 {
  overflow: hidden;
  font-family: raleway;
  font-size: 0.7em;
  text-align: center;
  letter-spacing: 2px;
}

.newbanner1 img {
  width: 200%;
  margin-left: -6rem;
}
#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;

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

@media only screen and (max-width: 1019px) and (min-width: 551px) /*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;}

   #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;
  }

  #tryit img {
    width: 180px;
    height: 60px;
    margin-top: 5px;
  }

  #tryit a {
    line-height: 0px;
  }


  #hiddenpls img{
    z-index: 10;
    width: 180px;
    height: 60px;
  }

  /* 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;
  }
  
  }
header {
  position: relative;
}

header img {
    width: 100%;
    height: 30vh;
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: -2;
}

header {
  position: relative;
  display: inline-block;
  text-align: center;
}

header h2 {
    width: 90%;
    font-family: raleway2;
    font-size: 3.0em;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  z-index: -1;
}



/*-------------------BODY---------------------*/

* {margin: 0; padding: 0;}/*just for better preview*/
ul.gallery-slideshow > img, ul {margin: 0; padding: 0;}
ul.gallery-slideshow {
  position: relative;
  list-style: none;
  background: #000000;
  overflow: hidden;
  min-height:300px;
}
ul.gallery-slideshow li img {
  position: absolute;
  min-width: 100%; min-height: 100%;
}
/*gallery controls*/
.gallery-control{
  position: absolute; z-index: 1;
  top: 0; bottom: 0;
  width: 80px; height: 80px;
  background: rgba(0,0,0,0.8);
  margin: auto;
  cursor: pointer;
}
.gallery-control.prev { left: -5px; }
.gallery-control.next { right: -5px; }
.gallery-control.trigger {
  left: 0; right: 0;
  width: 50px; height: 50px;
  border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;
}
.gallery-control:after{
  position: absolute;
  z-index: 2;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto;
  content: "";
  width: 20px; height: 20px;
  box-sizing: border-box;
  border-style: solid;
  border-color: transparent;
}
.gallery-control.prev:after {
  border-width: 10px 15px 10px 0px;
  border-right-color: #ffffff;
}
.gallery-control.next:after {
  border-width: 10px 0px 10px 15px;
  border-left-color: #ffffff;
}
.gallery-control.trigger.pause:after{
  border-style: double;
  border-width: 0px 0px 0px 20px;
  border-color: #ffffff;
}
.gallery-control.trigger.play:after{
  left: 5px;
  border-width: 10px 0px 10px 20px;
  border-left-color: #ffffff;
}
/*gallery navigation*/
ul.gallery-slideshow ul.gallery-navbar{
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
}
ul.gallery-navbar li{
  all: unset;
  position: relative;
  display: inline-block;
  width: 15px; height: 15px;
  background: rgba(255,255,255,0.5);
  margin: 10px;
  border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;
  cursor: pointer;
}
ul.gallery-navbar li.active{ background: rgba(255,255,255,1); }
/**STATES**/
ul.gallery-navbar li:hover, .gallery-control:hover{ transform: scale(0.9); }
ul.gallery-navbar li:hover{ background: rgba(255,255,255,0.8); }
ul.gallery-navbar li:active, .gallery-control:active { transform: scale(0.8); }

.gallery-slideshow {
  margin-left: 5%;
  margin-bottom: 5rem;
  max-width: 60%;
  max-height: 80vh;
  float: left;
}

/*---BODINFO*/

.bodinfo {
  float: left;
  width: 30%;
  height: 40rem;
  margin-left: 0%;
  /*border: 1px solid black;*/
  max-height: 100vh;
  font-size: 0.8em;
}

.bodinfo h3 {
  margin-left: 20px;
  font-family: opensans;
  font-size: 1.5rem;
}

#hr1 {
  margin-left: 20px;
  height: 2px;
  border-color: #ffc13c;
  background-color: #ffc13c;
  max-width: 230px;
}

.bodtext h3 {
  margin-left: 20px;
  font-family: opensans;
  font-size: 1.5rem;
}

.bodtext {
  clear: both;
  margin-left: 10%;
  width: 80%;
  height: 20vh;
  /*border: 1px solid black;*/
  margin-bottom: 5vh;
}

.bodinfo ul {
  margin: 20px 0 0 40px;
  font-family: opensans;
  color: rgb(153, 153, 153);
  font-size: 1.1em;
  margin-top: 3rem;
}

.bodinfo li {
  margin: 0 0 0 0px;
  text-decoration: none;
  list-style: none;
  font-family: raleway6;
  color: black;
  font-style: italic;
  font-weight: bold;
}

.bodtext {
  height: 35rem;
  font-family: raleway5;
}

.bodtext p{
  margin-top: 2rem;
  margin-left: 2rem;
}

.bodtext li {
  margin-left: 5rem;
  list-style: disc;
  font-size: 0.95rem;
  font-family: opensans2;
}

/*-------------MEDIA QUERIES----------------*/

@media all and (max-width : 750px) {
  
  .gallery-slideshow {
    margin-left: 5%;
    margin-bottom: 5rem;
    max-width: 60%;
    max-height: 80vh;
  }
  
  /*---BODINFO*/
  
  .bodinfo {
    width: 30%;
    height: 80vh;
    margin-left: 0%;
    /*border: 1px solid black;*/
    max-height: 100vh;
    font-size: 0.8em;
  }
  
}

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

.realfooter {
  margin-top: 55rem;
}

.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 -30px;
}


.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;
}

body p {
  text-align: left;
}
#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;

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

@media all and (max-width : 850px) and (orientation : landscape) {
 
  .newbanner1 img {
    margin-top: 60px;
  }

  .newbanner1 h2 {
    margin-top: -10px;
  }

  .fullfooter {
    height: 50rem;
  }

  .fullfooter img{
    height: 100%;
  }

  .realfooter {
    margin-top: 30rem;
  }

  .newbanner1 {
    margin-bottom: 5rem;
  }

}
}

@media only screen and (max-width: 7024px) 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;}

   #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: 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 img {
    width: 180px;
    height: 60px;
    margin-top: 5px;
  }

  #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;
  }
  
  }

header img {
    width: 100%;
    z-index: -2;
}

header h2 {
    font-family: raleway2;
    font-size: 3.0em;
    color: white;
    display: flex;
    justify-content: center;  
    align-items: center;
    margin-top: -12%;
    margin-bottom: 15%;
    z-index: -1;
}



/*-------------------BODY---------------------*/

* {margin: 0; padding: 0;}/*just for better preview*/
ul.gallery-slideshow > img, ul {margin: 0; padding: 0;}
ul.gallery-slideshow {
  position: relative;
  list-style: none;
  background: #000000;
  overflow: hidden;
  min-height:300px;
}
ul.gallery-slideshow li img {
  position: absolute;
  min-width: 100%; min-height: 100%;
}
/*gallery controls*/
.gallery-control{
  position: absolute; z-index: 1;
  top: 0; bottom: 0;
  width: 80px; height: 80px;
  background: rgba(0,0,0,0.8);
  margin: auto;
  cursor: pointer;
}
.gallery-control.prev { left: -5px; }
.gallery-control.next { right: -5px; }
.gallery-control.trigger {
  left: 0; right: 0;
  width: 50px; height: 50px;
  border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;
}
.gallery-control:after{
  position: absolute;
  z-index: 2;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto;
  content: "";
  width: 20px; height: 20px;
  box-sizing: border-box;
  border-style: solid;
  border-color: transparent;
}
.gallery-control.prev:after {
  border-width: 10px 15px 10px 0px;
  border-right-color: #ffffff;
}
.gallery-control.next:after {
  border-width: 10px 0px 10px 15px;
  border-left-color: #ffffff;
}
.gallery-control.trigger.pause:after{
  border-style: double;
  border-width: 0px 0px 0px 20px;
  border-color: #ffffff;
}
.gallery-control.trigger.play:after{
  left: 5px;
  border-width: 10px 0px 10px 20px;
  border-left-color: #ffffff;
}
/*gallery navigation*/
ul.gallery-slideshow ul.gallery-navbar{
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
}
ul.gallery-navbar li{
  all: unset;
  position: relative;
  display: inline-block;
  width: 15px; height: 15px;
  background: rgba(255,255,255,0.5);
  margin: 10px;
  border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;
  cursor: pointer;
}
ul.gallery-navbar li.active{ background: rgba(255,255,255,1); }
/**STATES**/
ul.gallery-navbar li:hover, .gallery-control:hover{ transform: scale(0.9); }
ul.gallery-navbar li:hover{ background: rgba(255,255,255,0.8); }
ul.gallery-navbar li:active, .gallery-control:active { transform: scale(0.8); }

.gallery-slideshow {
  margin-left: 5%;
  margin-bottom: 5rem;
  max-width: 60%;
  max-height: 80vh;
  float: left;
}

/*---BODINFO*/

.bodinfo {
  float: left;
  width: 20%;
  height: 50vh;
  margin-left: 5%;
  /*border: 1px solid black;*/
}

.bodinfo h3 {
  margin-left: 20px;
  font-family: opensans;
  font-size: 1.5rem;
}

#hr1 {
  margin-left: 20px;
  height: 2px;
  border-color: #ffc13c;
  background-color: #ffc13c;
  max-width: 230px;
}

.bodtext h3 {
  margin-left: 20px;
  font-family: opensans;
  font-size: 1.5rem;
}

.bodtext {
  clear: both;
  margin-left: 10%;
  width: 80%;
  height: 20vh;
  /*border: 1px solid black;*/
  margin-bottom: 5vh;
}

.bodinfo ul {
  margin: 20px 0 0 40px;
  font-family: opensans;
  color: rgb(153, 153, 153);
  font-size: 1.1em;
  margin-top: 3.5rem;
}

.bodinfo li {
  margin: 0 0 0 20px;
  text-decoration: none;
  list-style: none;
  font-family: raleway6;
  color: black;
  font-style: italic;
  font-weight: bold;
}

.bodtext {
  height: 25rem;
  font-family: raleway5;
}

.bodtext p{
  margin-top: 2rem;
  margin-left: 2rem;
}

.bodtext li {
  margin-left: 5rem;
  list-style: disc;
  font-size: 0.95rem;
  font-family: opensans2;
}

/*-------------MEDIA QUERIES----------------*/

@media all and (max-width : 1400px) {
  
  .bodinfo {
    font-size: 0.8em;
  }

  .bodinfo ul {
    margin: 20px 0 0 40px;
    font-family: opensans;
    color: rgb(153, 153, 153);
    font-size: 1.1em;
    margin-top: 3rem;
  }
}


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

.realfooter {
  clear: both;
}

.fullfooter {
  width: 100%;
  height: 58%;
  max-height: 400px;
  position: absolute;
  z-index: 0;
  
}

.fullfooter img {
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.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%;
}

/*-------------MEDIA QUERIES----------------*/

@media all and (max-width : 1250px) {
  
  .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.75em;
  }
}

.firstfooter hr {
  width: 90%;
  height: 1px;
  background-color: #ffc13c;
  border-color: #ffc13c;
  display: flex;
  justify-content: center;  
  align-items: center;
  margin-left: 5%;
}

.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 -30px;
}


.thirdfooter hr {
  margin: 3px 0 0 -30px;
  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;
}

body p {
  text-align: left;
}
#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;

  font-family: raleway4;
}

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