@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,300);
@font-face {
  font-family: 'FlyerLTStd-BlackCondensed';
  src: url("FlyerLTStd-BlackCondensed.eot?#iefix") format("embedded-opentype"), url("FlyerLTStd-BlackCondensed.otf") format("opentype"), url("FlyerLTStd-BlackCondensed.woff") format("woff"), url("FlyerLTStd-BlackCondensed.ttf") format("truetype"), url("FlyerLTStd-BlackCondensed.svg#FlyerLTStd-BlackCondensed") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BossaNovaMVBStd';
  src: url("BossaNovaMVBStd.eot?#iefix") format("embedded-opentype"), url("BossaNovaMVBStd.otf") format("opentype"), url("BossaNovaMVBStd.woff") format("woff"), url("BossaNovaMVBStd.ttf") format("truetype"), url("BossaNovaMVBStd.svg#BossaNovaMVBStd") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("Montserrat-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat-Bold';
  src: url("Montserrat-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat-Medium';
  src: url("Montserrat-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat-Light';
  src: url("Montserrat-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
html, button, input, select, textarea {
  font-family: 'Montserrat-Regular', 'Open Sans', sans-serif;
  font-weight: 300; }

a {
  color: #555;
  text-decoration: none; }
  a:hover {
    color: #141414; }
  a:active {
    border: none; }
  a:focus {
    outline: 0; }

* {
  box-sizing: border-box; }

body {
  background-color: #FDFDFD;
  font-family: 'Montserrat-Regular', 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 100%;
  letter-spacing: 0.01em;
  overflow: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-size: 100% 100%; }

.contentbody {
  background-image: url(../images/patterns/cream_dust.png);
  overflow: hidden;
  padding: 2em 5% 3em 5%;
  width: 100%;
  background-color: #fff; }

img {
  max-width: 100%; }

h1 {
  font-family: 'Montserrat-Regular', 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 1.6em;
  margin: 1em 0; }

h2 {
  font-family: 'Montserrat-Regular', 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 1.5em;
  margin: 0.8em 0; }

h3 {
  font-family: 'Montserrat-Regular', 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 1.4em;
  margin: 0.6em 0;
  text-rendering: optimizeLegibility; }

h4 {
  font-size: 1.3em;
  margin: 0.4em 0;
  text-rendering: optimizeLegibility; }

h5 {
  font-size: 1.2em;
  margin: 0.2em 0; }

h6 {
  font-size: 1.1em;
  margin: 0.1em 0; }

input, textarea {
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  border: 0.1em solid #FEFEFE;
  line-height: 1.3em;
  padding: 0.2em 0.5em;
  border: 0.1em solid #B1B1B1; }
  input:focus, textarea:focus {
    background-color: #F7F7F7;
    border: 0.1em solid #333; }
  input[type=checkbox], textarea[type=checkbox] {
    height: 1.3em;
    width: 1.3em; }

p {
  line-height: 1.2em;
  margin: 0.5em; }

td {
  text-align: center; }

th {
  text-align: center; }

form {
  max-width: 100%;
  overflow: hidden; }
  form legend {
    margin: 0.5em 0; }
  form input, form textarea, form label {
    float: left;
    clear: both;
    margin: 0.5em 0; }

::selection {
  background: #FFF503;
  color: #525252; }

#wrapper {
  overflow: hidden; }

.paneldetailed .contents {
  overflow: hidden; }

.more {
  display: none; }

.msg.important {
  color: #008515;
  font-size: 1em;
  font-weight: bold;
  padding: 2em 0;
  text-align: center;
  margin-top: 3em; }
  .msg.important:before {
    background-image: url(../images/check_green.png);
    content: "";
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 1em; }

.done {
  text-align: center; }

.section_heading, .container h3, #novedades h3, #contacto .contents h3, .contentbody.form h1,
.contentbody.form h2, .contentbody h1, .contentbody h2 {
  font-size: 2.5em;
  margin: 0;
  padding: 0.5em 0;
  text-align: center;
  font-family: 'Montserrat-Regular', 'Open Sans', sans-serif;
  font-weight: 800; }

.button, .done #submit {
  padding: 0.4em 1em;
  display: inline-block;
  width: auto;
  height: auto;
  cursor: pointer;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  background-color: #38546E;
  border: 1px solid #4B5A69;
  color: #fefefe;
  font-weight: bold; }

.buttonhover, .done #submit:hover {
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background-color: #152839; }

.indent-right {
  padding-left: 1em; }

/*Title grey background for opcion.css*/
/*End of Title grey background for opcion.css*/
::-webkit-input-placeholder {
  color: #444; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #444; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #444; }

:-ms-input-placeholder {
  color: #444; }

#frogcard .id44 h3 a, #locales .id8 h3 a {
  pointer-events: none; }

.contentbody .formpage section h1,
.contentbody .formpage section h2 {
  font-size: 1.5em;
  text-shadow: initial;
  text-align: left;
  padding: 0;
  margin: .5em 0;
  border-bottom: 1px solid #ccc; }

/*Slider home*/
.liquid-slider-wrapper .liquid-slider {
  background: none !important; }

.contentslidertitle {
  text-indent: -9999px;
  margin: 0;
  line-height: 0; }

.liquid-slider-wrapper .title {
  display: none; }

.liquid-slider-wrapper {
  width: auto !important;
  max-width: initial !important; }

.liquid-slider-wrapper .liquid-nav-right-arrow,
.liquid-slider-wrapper .liquid-nav-left-arrow {
  width: 25px !important;
  height: 100px !important;
  background: url(../images/arrows.png) no-repeat top left !important; }

.liquid-slider-wrapper .liquid-nav-right-arrow {
  margin: 35px 25px 0 0 !important;
  background-position: 0px 0px !important; }
  .liquid-slider-wrapper .liquid-nav-right-arrow:hover {
    background-position: 0px -100px !important; }

.liquid-slider-wrapper .liquid-nav-left-arrow {
  background-position: -25px 0px !important;
  margin: 35px 0 0 25px !important; }
  .liquid-slider-wrapper .liquid-nav-left-arrow:hover {
    background-position: -25px -100px !important; }

/*End of Slider home*/
#header_wrapper {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 70%;
  padding: 0 5%;
  z-index: 9999;
  height: 70px;
  backdrop-filter: blur(5px);
  margin-left: 15%;
  padding-left: 0; }

/*
#inner_wrapper {
	margin-top: 101px;
}
*/
#top {
  overflow: hidden;
  float: left;
  background-color: white;
  padding: 0 10px; }

.logo {
  display: block;
  float: left;
  padding: 10px;
  z-index: 999; }
  .logo img {
    height: 80px;
    display: block; }

#navtop {
  float: right;
  margin: 10px 0; }
  #navtop li {
    display: inline; }
    #navtop li a {
      text-transform: uppercase;
      color: #143b78;
      font-size: 0.9em;
      text-transform: uppercase;
      font-family: 'Montserrat-Regular', 'Open Sans', sans-serif;
      font-weight: 500;
      padding: 0.5em 0.5em;
      -webkit-transition: color 0.3s ease-in-out;
      -moz-transition: color 0.3s ease-in-out;
      -ms-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out;
      border-bottom: 1px solid transparent; }
      #navtop li a:hover {
        color: #3a3eb9; }
    #navtop li li.li-social {
      padding-left: 10px; }
    #navtop li a.qp-link-redes {
      position: relative;
      display: inline-block;
      line-height: 28px;
      top: -2px;
      border-color: #45bb3a;
      color: #2e3192;
      background-color: #45bb3a;
      border-radius: 25px;
      width: 28px !important;
      height: 28px !important;
      text-align: center;
      padding: 0;
      margin: 0px 3px;
      font-size: 13px; }
      #navtop li a.qp-link-redes:hover {
        border-color: #65cc5c;
        background-color: #65cc5c; }
      #navtop li a.qp-link-redes i.fab {
        font-weight: 600; }

#cbody_wrapper {
  background-color: #F5F5F5;
  box-sizing: border-box;
  font-size: 105%;
  margin: 0;
  min-height: 700px;
  width: 100%; }

.container {
  overflow: hidden;
  padding: 2em 3%;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px; }
  .container h1, .container h2 {
    font-size: 2em;
    margin: 0;
    padding: 0.5em 0;
    text-align: center; }
  .container .items {
    text-align: center; }
    .container .items h4 {
      font-size: 2em;
      padding: 0.5em 0;
      text-shadow: 1px 1px 1px #A7A7A7; }
    .container .items .img img {
      width: 150px; }
    .container .items .body {
      font-size: 1.3em;
      padding-top: 1.5em;
      max-width: 220px;
      margin: 0 auto;
      letter-spacing: 1px;
      line-height: 1.1em; }

#map_canvas {
  width: 100%;
  height: 400px; }

.gm-title {
  color: #6ba842;
  font-weight: bold; }

.gm-basicinfo {
  padding-top: 0.5em; }

#footer_wrapper {
  clear: both; }

#foot, #footcont {
  background-color: #6ba842;
  letter-spacing: 1px;
  color: white;
  font-size: 0.7em;
  padding: 0.3em 0;
  text-align: center;
  border-bottom: 2px solid #6ba842; }
  #foot a, #footcont a {
    color: #3a3eb9;
    font-weight: bold; }

.to_top {
  background: url(../images/to_top.png) no-repeat 0 0;
  bottom: 21em;
  height: 41px;
  right: 0.5em;
  position: fixed;
  width: 40px;
  z-index: 9999; }

#about {
  height: 35vw;
  line-height: 0;
  overflow: hidden;
  padding: 0;
  min-height: 300px;
  max-height: 700px;
  position: relative; }
  #about img {
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: -1; }
  #about .id76 img {
    position: absolute;
    bottom: 0; }

.slide {
  overflow: hidden;
  margin: 0 auto;
  display: table; }
  .slide > a, .slide h2 {
    float: left; }
  .slide h2 {
    padding: 1.5em 0 0 2em; }
    .slide h2 a {
      color: #fff; }

#locales {
  overflow: hidden;
  background-color: white; }
  #locales h3 {
    display: none; }
  #locales .item_1 .subitems {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
  #locales .item_1 .subitems .subitem {
    justify-self: center; }
  #locales .items {
    width: 100%;
    display: inline-block;
    margin: 1em 0 0.5em 0; }
    #locales .items h4 {
      font-family: 'Montserrat-Medium', 'Open Sans', sans-serif;
      font-weight: 600;
      font-size: 1em;
      margin: 0 3%;
      text-align: left;
      text-shadow: initial;
      text-transform: uppercase;
      color: #6ba842;
      float: left;
      padding: 0;
      padding-top: 8px;
      width: 74%;
      line-height: 1.2em;
      /*&:hover {
      	border-bottom: 1px solid $greenColor_v2;
      }*/ }
      #locales .items h4 a {
        color: #fff;
        display: block; }
    #locales .items .img {
      margin: 0;
      width: 20%;
      float: left; }
      #locales .items .img a {
        display: block; }
      #locales .items .img img {
        margin-top: 5px; }
    #locales .items .body {
      width: 80%;
      font-size: .72em;
      line-height: 1.5em;
      padding: 0.3em 2% 0.2em;
      max-width: 100%;
      margin: 0;
      text-align: left;
      color: black;
      font-family: 'Montserrat-Light', 'Open Sans', sans-serif;
      float: left;
      min-height: 80px; }
      #locales .items .body span.body-label {
        font-weight: 600; }
    #locales .items img {
      width: 100%; }

#frogcard {
  background-color: white;
  text-align: center;
  overflow: hidden; }
  #frogcard h3 a {
    display: none; }
  #frogcard .container {
    padding-top: 0;
    padding-bottom: 0; }
  #frogcard .shortcut {
    padding: 0.125em; }
    #frogcard .shortcut .more {
      display: none; }
  #frogcard .items {
    width: 50%;
    float: left;
    font-size: 0.7em;
    margin: 1em 0; }
    #frogcard .items .body {
      display: none; }
    #frogcard .items h4 {
      font-size: 1.2em;
      padding: 0.25em;
      text-shadow: initial; }
      #frogcard .items h4 a {
        border-bottom: 1px solid transparent; }
      #frogcard .items h4:hover a {
        border-bottom: 1px solid #6ba842; }
  #frogcard .items.item-0 > h4:first-child {
    display: none; }

#frogcard .frogcard-banner {
  margin: 3em auto;
  max-width: 50%; }

#frogcard .frogCard-container {
  justify-content: center; }
  #frogcard .frogCard-container .qp-items-btns {
    text-transform: uppercase;
    justify-self: center;
    margin: 2em auto; }
    #frogcard .frogCard-container .qp-items-btns .qp-btns {
      margin: auto 0.5em;
      color: white;
      display: inline;
      border: 1px solid #6ba842;
      padding: 0.5em 0em;
      background-color: #6ba842; }
      #frogcard .frogCard-container .qp-items-btns .qp-btns:hover {
        background-color: #85c05d;
        border: 1px solid #85c05d; }
    #frogcard .frogCard-container .qp-items-btns .qp-btn-1 {
      width: 50%; }
    #frogcard .frogCard-container .qp-items-btns .qp-btn-2 {
      width: 50%; }
  #frogcard .frogCard-container .qp-text-links {
    font-family: 'Montserrat-Light', 'Open Sans', sans-serif;
    font-size: 12px;
    justify-self: center;
    margin: 1em auto;
    padding-right: 62px; }
    #frogcard .frogCard-container .qp-text-links .qp-text-1 {
      display: inline;
      text-align: right;
      padding-right: 4px;
      border-right: 2px solid #888; }
    #frogcard .frogCard-container .qp-text-links .qp-text-2 {
      display: inline;
      text-align: left;
      padding-left: 4px; }

#frogcard .items:first-of-type {
  text-align: center;
  pointer-events: none;
  width: 100%; }

#frogcard .items.item-1 {
  width: 100%;
  font-size: 1em; }
  #frogcard .items.item-1 a {
    border: 1px solid #6ba842;
    padding: 0.5em 1em;
    background-color: #6ba842;
    color: #fefefe; }
    #frogcard .items.item-1 a:hover {
      background-color: #85c05d;
      border: 1px solid #85c05d;
      color: #fff;
      -moz-transition: background 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out;
      -webkit-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out; }

.id15 h1:after,
.id15 h2:after {
  content: ' ';
  display: block;
  background-image: url(../images/Afiche_Frogcard_400.png);
  height: 848px;
  background-repeat: no-repeat;
  margin: 1em auto;
  max-width: 600px; }

#secciones {
  background-color: white;
  overflow: hidden;
  padding: 2em; }
  #secciones .contents {
    max-width: 1400px;
    margin: 0 auto; }
  #secciones h3 {
    display: none; }
  #secciones .item {
    display: inline-block;
    float: left;
    position: relative;
    line-height: 0;
    margin: 10px 1%;
    width: 18%; }
    #secciones .item h4 {
      display: none; }
    #secciones .item .img {
      display: block;
      line-height: 0; }
      #secciones .item .img img {
        width: 100%; }
    #secciones .item .body {
      position: absolute;
      z-index: 2;
      top: 0;
      right: 0;
      color: #fff;
      opacity: 0;
      font-size: 1.1em;
      min-height: 100%;
      overflow: hidden;
      line-height: 1.1em;
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      -ms-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      width: 100%;
      background-position: 30% center;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
    #secciones .item .more {
      display: none; }
    #secciones .item:hover .body {
      opacity: 1; }

#novedades {
  background-color: #e3e2e3;
  text-align: center;
  padding: 2em 3%; }
  #novedades h3 {
    text-transform: uppercase;
    font-family: 'Montserrat-Bold', 'Open Sans', sans-serif;
    color: #2e3192;
    font-size: 24px;
    padding: 0; }
  #novedades #subscription {
    margin: 1em auto;
    max-width: 700px;
    width: 720px; }
    #novedades #subscription .email {
      width: 75%;
      display: inline-block;
      margin: 0;
      padding-top: 5px; }
      #novedades #subscription .email .value {
        position: relative;
        width: 100% !important; }
        #novedades #subscription .email .value input#email {
          height: 38px !important; }
        #novedades #subscription .email .value label.error {
          position: absolute;
          top: 2em;
          left: 50%; }
    #novedades #subscription .title {
      display: none; }
    #novedades #subscription .done {
      display: inline-block;
      overflow: initial; }
      #novedades #subscription .done input[type=submit] {
        border: 1px solid #6ba842;
        color: #fff !important;
        text-transform: uppercase;
        width: 165px;
        border-radius: initial !important;
        background-color: #6ba842;
        padding: 0.5em 1em;
        letter-spacing: 1px; }
        #novedades #subscription .done input[type=submit]:hover {
          background-color: #85c05d;
          border: 1px solid #85c05d;
          -moz-transition: background 0.3s ease-in-out;
          -o-transition: background 0.3s ease-in-out;
          -webkit-transition: background 0.3s ease-in-out;
          transition: background 0.3s ease-in-out; }

#contacto {
  min-height: 300px;
  text-align: center; }
  #contacto .contents {
    background-color: #fff;
    overflow: hidden;
    padding: 3em 18%;
    width: 100%; }
    #contacto .contents h3 {
      text-transform: uppercase;
      color: #6ba842;
      font-size: 28px;
      margin: 0 auto;
      padding: 0;
      text-align: left;
      width: 89%;
      font-family: 'Montserrat-Bold', 'Open Sans', sans-serif; }
    #contacto .contents .title {
      color: #fff; }
  #contacto .form form {
    margin: 0 auto;
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr; }
    #contacto .form form div.field {
      clear: initial !important;
      margin: 0.3em !important;
      width: 98% !important;
      justify-self: left; }
      #contacto .form form div.field input {
        font-family: 'Montserrat-light', 'Open Sans', sans-serif;
        height: 35px !important; }
    #contacto .form form div.field.field26, #contacto .form form div.field.field27, #contacto .form form div.field.field28 {
      grid-column-start: 1; }
    #contacto .form form div.field.field29, #contacto .form form div.field.captcha {
      grid-column-start: 2; }
    #contacto .form form div.field.field29 {
      grid-row-start: 1;
      grid-area: 1 / 2 / 4 / 3; }
    #contacto .form form div.field.captcha {
      grid-area: 4/ 1 / 4 / 2; }
    #contacto .form form div.done {
      grid-area: 4/ 2 / 3 / 2;
      align-self: end;
      margin-right: 0;
      padding-right: 10px;
      font-family: 'Montserrat-Regular', 'Open Sans', sans-serif; }
  #contacto #formsubmit {
    font-family: 'Montserrat-Regular', 'Open Sans', sans-serif;
    border: 1px solid #6ba842;
    color: #fff !important;
    text-transform: uppercase;
    width: 155px;
    background-color: #6ba842;
    border: 1px solid #fff;
    color: #fff;
    border-radius: initial !important;
    margin: 1em 0;
    letter-spacing: 1px; }
    #contacto #formsubmit:hover {
      background-color: #85c05d;
      border: 1px solid #85c05d;
      -moz-transition: background 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out;
      -webkit-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out; }

.contentbody.form section {
  overflow: hidden;
  padding: .5em 0; }

.contentbody.form .subsection {
  clear: both;
  font-size: 1.1em;
  padding-top: .5em; }

.contentbody.form hr {
  clear: both; }

form {
  margin: 1em auto;
  min-width: 300px;
  width: 500px; }
  form .field {
    clear: left;
    float: left;
    width: 100%;
    margin-bottom: 0.3em; }
    form .field .title, form .field .value {
      float: left; }
    form .field .title {
      width: 40%;
      font-size: 1em;
      font-weight: bold;
      min-width: 100px; }
      form .field .title span.req {
        float: left;
        margin: 0.5em;
        color: #3c3c3c; }
    form .field .value {
      width: 60%; }
    form .field input, form .field textarea {
      font-family: 'Montserrat-light', 'Open Sans', sans-serif;
      float: left;
      clear: both;
      margin: 0.1em 0;
      width: 100%; }

.field input.radio {
  width: 25px;
  float: none; }

.done {
  text-align: center;
  margin: 0 auto;
  background-color: transparent;
  display: block;
  overflow: hidden; }
  .done #formsubmit {
    background: transparent;
    border: 1px solid #8b8b8b;
    width: 100px; }
    .done #formsubmit:hover {
      -moz-transition: background 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out;
      -webkit-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out;
      background-color: #e6e6e6;
      color: #443 !important; }

.form.id19 .title {
  font-size: 0;
  text-indent: -9999px; }
.form.id19 .value {
  width: 100%; }
.form.id19 .done #formsubmit {
  width: 100%;
  padding: .5em 0; }

/*
.paneldetailed {
	-moz-box-shadow: rgba(170, 170, 170, 0.8) 0 0 1px;
	-webkit-box-shadow: rgba(170, 170, 170, 0.8) 0 0 1px;
	box-shadow: rgba(170, 170, 170, 0.8) 0 0 1px;
}*/
#footcont {
  min-height: 10px;
  position: relative;
  font-size: 1em; }
  #footcont ul {
    padding-bottom: 1.5em;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -115px; }
    #footcont ul li {
      display: inline-block;
      background: #fff;
      height: 50px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      width: 50px; }
      #footcont ul li.id20 {
        background: #fff url(../images/facebook.png) center no-repeat; }
      #footcont ul li.id21 {
        background: #fff url(../images/mail.png) center no-repeat;
        margin: 0 2em; }
      #footcont ul li.id22 {
        background: #fff url(../images/google.png) center no-repeat; }
      #footcont ul li:hover {
        background-color: #DADADA; }
      #footcont ul li a {
        text-indent: -9999px;
        display: block;
        line-height: 50px; }

.textcontent {
  overflow: hidden; }
  .textcontent img {
    float: left;
    margin: 1em 2em;
    -moz-box-shadow: #fff 0 0 0 10px, #bbbbbb 0 0 0 11px;
    -webkit-box-shadow: #fff 0 0 0 10px, #bbbbbb 0 0 0 11px;
    box-shadow: #fff 0 0 0 10px, #bbbbbb 0 0 0 11px;
    max-width: 400px !important; }

#mobile_menu {
  width: 40px;
  height: 40px;
  margin-top: 25px;
  background: url(../images/menu.png) center no-repeat;
  position: absolute;
  right: 3em;
  z-index: 20;
  display: none; }

.close_menu {
  width: 40px;
  height: 40px;
  float: right;
  margin-right: 0.5em;
  margin-top: -3em;
  background: url(../images/close_menu.png) center no-repeat;
  display: none;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }
  .close_menu:hover {
    background: url(../images/close_menu_hover.png) center no-repeat; }

.frogbbva > h1 {
  display: none; }
.frogbbva .modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none; }
.frogbbva .modalDialog:target {
  opacity: 1;
  pointer-events: auto; }
.frogbbva .modalDialog > div {
  width: 50%;
  min-width: 200px;
  max-width: 400px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 400px;
  overflow: scroll;
  margin-left: auto;
  margin-right: auto;
  margin: 10% auto;
  padding: 0;
  border-radius: 10px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #999);
  background: -webkit-linear-gradient(#fff, #999);
  background: -o-linear-gradient(#fff, #999);
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in; }
.frogbbva .modalDialog > div h1 {
  background: #000;
  color: #fefefe;
  font-size: 45px;
  padding: 20px 0 10px 0; }
.frogbbva .modalDialog > div li {
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out; }
.frogbbva .modalDialog > div li:hover {
  background: #bbbbbb; }
.frogbbva .close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out; }
.frogbbva .close:hover {
  background: #141414;
  color: #fefefe; }

#banners .item_1.banner-simple {
  width: 100%; }

#frogcard .contents .card-img-container {
  position: absolute;
  max-width: 260px;
  width: 60%;
  justify-content: center;
  margin-top: -125px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

#body_wrapper .contentbody {
  margin-top: 100px; }

/*Estilos genericos de qp INI*/
.qp-row-order-ini {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start; }

.qp-row-order-end {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end; }

/*Estilos genericos de qp END*/
@media (max-width: 1560px) {
  #header_wrapper {
    width: 77%;
    margin-left: 12%; }

  #frogcard .contents .card-img-container {
    width: 40%;
    margin-top: -100px; } }
@media (max-width: 1470px) {
  #header_wrapper {
    width: 84%;
    margin-left: 9%; }

  #frogcard .contents .card-img-container {
    width: 40%;
    margin-top: -80px; } }
@media (max-width: 1336px) {
  #navtop li a {
    padding: 0.5em 0.7em; }

  #frogcard .frogCard-container .qp-btns {
    margin-left: 38%; } }
@media (max-width: 1313px) {
  #navtop li a {
    font-size: 0.75em;
    padding: 0.5em 0.6em; }

  #navtop li .qp-link-redes {
    font-size: 11px; } }
@media (max-width: 1212px) {
  #navtop li a {
    padding: 0.5em 0.5em; }

  #frogcard .frogCard-container .qp-btns {
    font-size: 12px; } }
@media (max-width: 1190px) {
  #navtop li a {
    padding: 0.5em 0.4em; }

  #frogcard .contents .card-img-container {
    width: 40%;
    margin-top: -60px; }

  #header_wrapper {
    width: 88%;
    margin-left: 6%; }

  #frogcard .frogCard-container .qp-text-links {
    font-size: 13px;
    margin: 1em auto; } }
@media (max-width: 1104px) {
  #navtop li a {
    font-size: 0.6em;
    padding: 0.4em 0.2em; }

  #header_wrapper {
    width: 92%;
    margin-left: 3%; }

  #frogcard .frogCard-container .qp-text-links {
    font-size: 11px; } }
@media (max-width: 960px) {
  #frogcard .frogCard-container .qp-text-links {
    font-size: 9px; }

  #frogcard .frogCard-container .qp-btns {
    font-size: 9px; } }
@media (max-width: 900px) {
  #navtop.panelnav.show .visible-xs-block {
    display: none; }

  #novedades {
    background-color: white; }
    #novedades h3 {
      font-size: 20px; }
    #novedades #subscription {
      display: initial !important; }

  #contacto .form form {
    display: initial; } }
#body_wrapper {
  min-height: 900px; }

.info-td {
  text-align: start; }
  .info-td td {
    text-align: start; }

#foot {
  min-height: inherit; }
  #foot span {
    color: #3a3eb9;
    font-size: 13px;
    padding-top: 0;
    letter-spacing: 1px; }
  #foot a {
    font-size: 13px;
    color: white; }

@media (max-width: 900px) {
  #top {
    float: none;
    margin: 0 auto;
    width: 200px; }

  #about {
    display: none; }

  #locales .items {
    width: 98%; }
    #locales .items .img {
      margin-top: 0; }
      #locales .items .img img {
        width: 80%; }

  #navtop {
    background: rgba(92, 92, 92, 0.9);
    position: absolute;
    top: -44px;
    left: -200px;
    width: 0px;
    height: 100vh;
    padding-top: 5em;
    z-index: 10;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    position: fixed; }
    #navtop .item {
      display: block;
      text-align: left;
      padding: 0;
      margin: 0; }
      #navtop .item a {
        color: #fff;
        display: block; }
    #navtop.show {
      width: 225px;
      height: 100100vh;
      left: 0; }

  #mobile_menu {
    display: block;
    position: absolute;
    top: 0;
    left: 30px; }

  .close_menu {
    display: block; }

  #secciones .item {
    width: 48%; } }
@media (max-width: 700px) {
  .textcontent img {
    float: none;
    margin: 2em auto;
    display: block; }

  #frogcard .container {
    background-image: none; }

  #secciones .item .body {
    display: none; }

  .to_top {
    bottom: 5em; }

  .inner_wrapper {
    padding-top: 5.6em; }

  .id15 h1:after {
    display: none; } }
@media (max-width: 600px) {
  #locales .items {
    margin: 3% 1% 1em 1%; }

  #locales .items .img, #locales .items h4, #locales .items .body {
    width: 100%; }

  #locales .items .img {
    display: none; }

  #locales .items .body, #locales .items h4 {
    padding: 0 1%;
    text-align: center; }

  #locales .items.item-1 h4,
  #locales .items.item-1 .body,
  #locales .items.item-3 h4,
  #locales .items.item-3 .body,
  #locales .items.item-5 h4,
  #locales .items.item-5 .body {
    text-align: center; } }
@media (max-width: 500px) {
  form {
    width: 80%;
    margin: 10% auto;
    min-width: 80%; }
    form .field .title, form .field .value {
      width: 100%; }

  #novedades #subscription .value label.error {
    left: 0%; }

  #novedades #subscription .done input[type=submit] {
    margin-top: 2em; } }
@media (max-width: 450px) {
  #frogcard .items {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important; }

  #navtop.show {
    width: 100%; }

  .close_menu {
    margin-right: 4em;
    margin-top: -3em; }

  .logo img {
    height: 80px; }

  #mobile_menu {
    margin-top: 25px; } }
input[type="checkbox"] {
  width: auto !important;
  margin-top: -0 !important;
  margin-right: 5px !important;
}
/*# sourceMappingURL=frog_v2.css.map */
