/**
	CSS Generales
*/
/* ---------------------------------------------- G E N E R A L -------------------------------------------------- */
body {
  background: #f6f6f6 !important;
  font-family: 'Nunito Sans', "OpenSans-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

img {
  border: 0;
}

a:link {
  text-decoration: none;
}

.vAlign {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}

.wrap {
  background-color: #dad8d8;
  font-family: 'Nunito Sans';
  font-weight: normal;
  font-style: normal;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.md_hide_card {
  display: none !important;
}


/* --------------------------------------------------- S M A L L --------------------------------------------------- */
@media only screen {
  body {
    font-size: 16px;
    overflow-x: hidden;

  }

  a {
    text-decoration: none;
    font-family: "Nunito Sans";
    font-weight: normal;
    font-style: normal;
  }

  ol,
  ul {
    padding: 0px;
    margin: 0px;
  }

  .inner {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    height: 100%;
  }

  .relative {
    position: relative;
  }

  /* HEADER */
  header {
    background-color: #ffffff;
    height: 100px;
    width: 100%;
    text-transform: uppercase;
  }

  #logo {
    width: 178px;
    height: 41px;
    margin-left: 9%;
    margin-top: 2%;
  }

  #iconoup {
    position: absolute;
    margin-top: 1%;
    margin-left: -10%;
  }

  #iconodown {
    position: absolute;
    margin-top: 6%;
  }

  #iconoizq {
    position: absolute;
    margin-top: 6.5%;
    margin-left: 3%;
  }

  #iconoder {
    position: absolute;
    margin-top: 6.5%;
  }

  #menu-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 30px;
    margin-right: 25px;
  }

  #navigation {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 100%;
  }

  #menu-toggle {
    display: none;
    float: right;
  }

  /* HEADER > MENU */
  #main-menu {
    float: right;
    font-size: 0;
    margin: 0;
    height: 100%;
  }

  #main-menu>li {
    display: inline-block;
    padding: 43px 0;
  }

  #main-menu>li.parent {
    background-size: 7px 7px;
    background-repeat: no-repeat;
    background-position: left center;
  }

  #main-menu>li.parent>a {
    padding-left: 0;
    font-family: "Nunito Sans";
  }

  #main-menu>li>a {
    color: #3b593b;
    font-size: 14px;
    line-height: 14px;
    padding: 41px 0;
    margin-right: 30px;
    margin-left: 30px;
    text-decoration: none;
    font-family: 'Nunito Sans';
  }

  #main-menu>li:hover,
  #main-menu .parent.active {
    background-color: #3b593b;
  }

  #main-menu>li:hover>a,
  #main-menu>li.current-menu-item>a,
  #main-menu .parent.active a {
    /*color: #dfe5e6;*/
    background-color: #3b593b;
    color: white;
  }

  /* HEADER > MENU > DROPDOWN */
  #main-menu li {
    position: relative;
  }

  ul.sub-menu {
    display: none;
    left: 0px;
    top: 38px;
    padding-top: 62px;
    position: absolute;
    width: 100%;
    z-index: 999;
  }

  ul.sub-menu ul.sub-menu {
    margin-top: -1px;
    padding-top: 0;
    left: 149px;
    top: 0px;
  }

  ul.sub-menu>li>a {
    background-color: rgba(255, 255, 255, 0.9);
    border-top: none;
    color: #3b593b;
    display: block;
    font-size: 15px;
    line-height: 15px;
    padding: 30px 12px;
    text-align: center;
    font-family: "Nunito Sans";
  }

  ul.sub-menu>li>a:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #dfe5e6;
  }

  ul.sub-menu>li:first-child {
    border-top: 0px;
  }

  ul.sub-menu ul.sub-menu>li:first-child {
    /*border-top: 1px solid #444;*/
  }

  ul.sub-menu>li:last-child>a {
    /*border-radius: 0 0 2px 2px;*/
  }

  ul.sub-menu>li>a.parent {
    background-size: 5px 9px;
    background-repeat: no-repeat;
    background-position: 95% center;
  }

  /* MUESTRA SUBMENU */
  #main-menu li:hover>ul.sub-menu {
    display: block;
  }

  @media all and (max-width: 700px) {
    header {
      background-color: #ffffff;
      height: 100px;
      width: 100%;
      font-family: "Nunito Sans";
      text-transform: uppercase;
      z-index: 999;
      position: static;
    }

    #logo {
      width: 178px;
      height: 41px;
      margin-left: 7%;
      margin-top: 7.5%;
    }

    #navigation {
      position: relative;
      margin-top: 26px;
      height: auto;
      z-index: 999;
    }

    #menu-toggle {
      display: block;
    }

    #main-menu {
      display: none;
      float: none;
    }

    #main-menu li {
      display: block;
      margin: 0;
      padding: 0;
    }

    #main-menu>li {
      margin-top: -1px;
    }

    #main-menu>li:first-child {
      margin-top: 0;
    }

    #main-menu>li>a {
      /*background-color: rgba(26,39,50,0.5);*/
      color: #3b593b;
      text-transform: uppercase;
      display: block;
      font-size: 14px;
      padding: 20px !important;
      padding: 0;
      margin-right: 0;
      margin-left: 0px;
    }

    #main-menu li>a:hover {
      /*background-color: #444; */
    }

    #main-menu>li.parent {
      /*background: none !important;*/
      padding: 0;
      background-color: rgba(255, 255, 255, 0.9);
    }

    #main-menu>li:hover>a,
    #main-menu>li.current-menu-item>a {
      border: 1px solid #444 !important;
      color: #fff !important;
    }

    ul.sub-menu {
      display: block;
      margin-top: -1px;
      margin-left: 00px;
      position: static;
      padding: 0;
      width: inherit;
    }

    ul.sub-menu>li:first-child {
      /*border-top: 1px solid #444 !important;*/
    }

    ul.sub-menu>li>a.parent {
      background: #333 !important;
    }

    ul.sub-menu>li>a {
      padding: 15px 12px;
      text-align: left;
      padding-left: 35px;
    }

    .derechosRes {
      padding-top: 0% !important;
      padding-bottom: 1%;
    }

    .derechosRes p {
      margin-bottom: 0px;
      margin-top: 0px;
    }

    .menuFooter {
      margin-left: 5% !important;
      color: #2d4837;
      margin-top: 4%;
      margin-bottom: 0%;
    }
  }

  .tarjetaImgIzq {
    width: 100%;
    height: 400px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .tarjetaDos {
    width: 100%;
    height: 400px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .txtDown {
    height: 200px;
    background-color: transparent;
  }

  /*FOOTER*/
  .footer {
    width: 100%;
    background-color: #ffffff;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 12px;
  }

  .footer .content {
    height: 100%;
  }

  .footer .content .imagen {
    height: 100%;
    background-repeat: no-repeat !important;
  }

  #logoFooter {
    width: 243px;
    height: 16px;
    float: right;
  }

  .footer p {
    color: #828282;
    font-size: 12px;
  }

  .footerColor {
    height: 20px;
  }

  .derechosRes {
    padding-top: 8.5%;
    padding-bottom: 1%;
  }

  .menuFooter {
    margin-left: 0%;
    color: #2d4837;
    margin-top: 4%;
    margin-bottom: 0%;
  }

  /*MENU FOOTER*/
  ul.navdown {
    list-style-type: none;
    /*overflow: hidden;*/
    background-color: transparent;
    width: auto;
    margin-left: 0px;
    display: none;
  }

  ul.navdown li {
    float: left;
    width: auto;
  }

  ul.navdown li a {
    display: block;
    color: #6f6f6f;
    text-align: center;
    padding: 20px 16px;
    text-decoration: none;
    font-family: "Nunito Sans";
    font-size: 12px;
  }

  ul.navdown li a:hover:not(.active) {
    color: #6f6f6f;
  }

  ul.navdown li a.active {
    color: #6f6f6f;
  }

  ul.navdown li.right {
    float: right;
  }

  ul.navdown li img {
    float: left;
  }

  @media screen and (max-width: 600px) {

    ul.navdown li.right,
    ul.navdown li {
      float: none;
    }
  }

  /*MENU FOOTER*/

  /*ENCABEZADOS*/
  .encabezado {
    position: static;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .encabezado .content {
    position: relative;
    width: 100%;
  }

  .encabezado .content .imagen {
    position: static;
    width: 100%;
    height: 50%;
    background-repeat: no-repeat !important;
  }

  .encabezado .content .texto {
    position: static;
    width: 100%;
    height: 50%;
    padding-top: 2%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 2%;
    font-family: "Nunito Sans";
  }

  .encabezado .content .texto.noAlign {
    height: calc(100% - 30px);
  }

  .imgDer {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .txtLeft {
    width: 100%;
    height: 450px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #e3a627;
    text-align: left;
  }

  /* Tarjetas */
  .tarjeta {
    position: relative;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
  }

  .tarjeta .img {
    width: 100%;
  }

  .tarjeta.izq {
    padding-left: 10px;
    padding-right: 5px;
  }

  .tarjeta.der {
    padding-left: 5px;
    padding-right: 10px;
  }

  .tarjeta .content {
    position: relative;
    width: 100%;
  }

  .tarjeta .content .imagen {
    top: 15px;
    left: 15px;
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-repeat: no-repeat !important;
  }

  .tarjeta .content .texto {
    left: 15px;
    position: absolute;
    width: calc(100% - 30px);
    padding: 10px;
  }

  .tarjeta .content .texto.noAlign {
    top: 15px;
    height: calc(100% - 30px);
  }

  /* MAPA */
  .mapa {
    position: relative;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
  }

  .mapa .img {
    width: 100%;
  }

  .mapa.izq {
    padding-left: 10px;
    padding-right: 5px;
  }

  .mapa.der {
    padding-left: 5px;
    padding-right: 10px;
  }

  .mapa .content {
    position: relative;
    width: 100%;
  }

  .mapa .content .imagen {
    top: 15px;
    left: 15px;
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-repeat: no-repeat !important;
  }

  .mapa .content .texto {
    left: 15px;
    position: absolute;
    width: calc(100% - 30px);
    padding: 10px;
  }

  .mapa .content .texto.noAlign {
    top: 15px;
    height: calc(100% - 30px);
  }

  /* VIDEOS */
  .tarjeta.videos {
    height: 100%;
    width: 100%;
  }

  .tarjeta.videos .content {
    background-color: #394A59 !important;
  }

  .tarjeta.videos .titulo {
    text-align: center;
    font-weight: 300;
    color: #FFF;
    font-size: 33px;
  }

  .tarjeta.videos .c1 .img {
    height: 100%;
  }

  .tarjeta.videos .c2 .thumb {
    float: right;
    padding: 10px;
    width: 45%;
  }

  /* Especiales */
  .tarjeta em {
    font-size: 12px;
  }

  /* Estilos de ckeditor*/
  .md-front-subtitulo {
    color: #394A59 !important;
    font-size: 24px;
    font-family: "Nunito Sans", 'Roboto-Light', Helvetica;
  }

  .md-front-boton-min {
    padding: 5px;
    border: 1px #FFF solid;
    text-align: center;
    color: #FFF !important;
    font-size: 14px;
    font-family: "Nunito Sans"'Roboto-Light', Helvetica;
  }

  .md-front-boton-med {
    padding: 5px;
    border: 1px #FFF solid;
    text-align: center;
    color: #FFF !important;
    font-size: 14px;
    font-family: "Nunito Sans", 'Roboto-Light', Helvetica;
  }

  .md-front-boton-max {
    width: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    border: 1px #FFF solid;
    text-align: center;
    color: #FFF !important;
    font-size: 20px;
    font-family: "Nunito Sans", 'Roboto-Light', Helvetica;
  }

  .md-front-tarjeta1 {
    background-color: #620839;
    width: 100%;
    padding: 10px;
    color: #FFF;
  }

  /* Tarjeta 5050*/
  .tarjeta5050 .c1,
  .tarjeta5050 .c2,
  .tarjeta5050 .c3 {
    height: inherit !important;
  }

  /* TEXTOIMAGEN */
  .txtimagen {
    position: relative;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
  }

  .txtimagen .img {
    width: 100%;
  }

  .txtimagen .content {
    position: relative;
    width: 100%;
  }

  .txtimagen .content .imagen {
    position: static;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat !important;
  }

  .txtimagen .content .imagenup {
    position: static;
    width: 100%;
    height: 50%;
    background-repeat: no-repeat !important;
  }

  .txtimagen .content .imagendown {
    position: static;
    width: 100%;
    height: 50%;
    background-repeat: no-repeat !important;
  }

  .txtimagen .content .texto {
    position: static;
    width: 50%;
    height: 100%;
    padding: 10px;
    background-color: white;
  }

  .txtimagen .content .textoup {
    position: static;
    width: 100%;
    height: 50%;
    padding: 10px;
    background-color: white;
  }

  .txtimagen .content .textodown {
    position: static;
    width: 100%;
    height: 50%;
    padding: 10px;
    background-color: white;
  }

  /* TITULOTEXTO */
  .titulotexto {
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .titulotexto .content {
    text-align: left;
    font-family: "Nunito Sans";
    position: relative;
  }

  .titulotexto .content .imagen {
    position: static;
    /*width: calc(100% - 30px);
    height: calc(100% - 30px);*/
    width: 50%;
    height: 100%;
    background-repeat: no-repeat !important;
  }

  .titulotexto .content .interior {
    position: static;
    left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 50%;
    height: 100%;
  }

  .titulotexto .content .interior .titulo p {
    margin: 15px 0 0;
  }

  .titulotexto .content .interior .titulo {
    font-size: 16px;
    font-weight: bold;
    /*font-family: "Museo Sans";*/
    color: #FFF;
    line-height: 16px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 30%;
    background-color: red;
  }

  .titulotexto .content .interior .txt {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
    padding-left: 25px;
    padding-right: 25px;
    height: 70%;
  }

  .titulotexto .content .interior .txt .mas {
    border: 1px #FFF solid;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #FFF;
  }

  .titulotexto .titulo {
    font-family: 'Nunito Sans';
    font-weight: 900;
    font-style: normal;
  }

  /* Tarjeta oculta */
  .tarjetaOculta {
    position: relative;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
    display: none;
  }

  .tarjetaOculta .content {
    text-align: left;
    font-family: "Nunito Sans";
    position: relative;
  }

  .tarjetaOculta .content .imagen {
    position: static;
    /*width: calc(100% - 30px);
    height: calc(100% - 30px);*/
    width: 100%;
    height: 50%;
    background-repeat: no-repeat !important;
  }

  .tarjetaOculta .content .interior {
    position: static;
    left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: 50%;
  }

  .tarjetaOculta .content .interior .titulo p {
    margin: 15px 0 0;
  }

  .tarjetaOculta .content .interior .titulo {
    font-size: 16px;
    font-weight: bold;
    /*font-family: "Museo Sans";*/
    line-height: 16px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    background-color: white;
  }

  .tarjetaOculta .content .interior .txt {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
    padding-left: 25px;
    padding-right: 25px;
    height: auto;
    background-color: white;
  }

  .tarjetaOculta .content .interior .txt .mas {
    border: 1px #FFF solid;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #FFF;
  }

  .tarjetaOculta .titulo {
    font-family: 'Nunito Sans';
    font-weight: 900;
    font-style: normal;
  }

  /* CONTACTO */
  form {
    width: 100%;
    margin-left: 5%;
  }

  input {
    color: black;
    width: 70%;
    font-family: "Nunito Sans";
    border-width: 2px;
  }

  textarea {
    color: black;
    border-color: solid #b0aeac;
    width: 70%;
    font-family: "Nunito Sans";
    border-width: 1px;
  }

  .enviar {
    width: 25%;
    margin-left: 45%;
    margin-top: 2%;
    background-color: #e5e5e5;
    padding-top: 1%;
    padding-bottom: 1%;
    color: #b0aeac;
    border: 1px solid #b0aeac;
  }

  .contacto input,
  .contacto textarea {
    border: 1px solid #9a9a9a;
    padding: 5px;
    margin: 3px;
  }


  .contacto-form {
    width: 100%;
    height: 75%;
    text-align: center;
    font-family: "Nunito Sans";
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .contacto {
    position: relative;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
  }

  .contacto .img {
    width: 100%;
  }

  .contacto .content {
    position: relative;
    width: 100%;
  }

  .contacto .content .imagen {
    position: absolute;
    /*width: calc(100% - 30px);
    height: calc(100% - 30px);*/
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
  }

  .contacto .content .texto {
    position: absolute;
    /*width: calc(100% - 30px);*/
    width: 100%;
    height: 100%;
    padding: 10px;
  }

  /* DOBLEIMAGEN */
  .dobleimg {
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .dobleimg .content {
    position: relative;
    width: 100%;
  }

  .dobleimg .content .imagenup {
    width: 100%;
    height: 50%;
    background-repeat: no-repeat !important;
  }

  .dobleimg .content .imagendown {
    width: 100%;
    height: 50%;
    background-repeat: no-repeat !important;
  }

  .dobleimg .content .texto {
    left: 15px;
    position: absolute;
    width: calc(100% - 30px);
    padding: 10px;
  }

  /* TARJETA LISTAICONOS */
  .listaiconos .content {
    padding-top: 10px;
    text-align: left;
    font-family: "Nunito Sans";
    overflow: auto;
    position: relative;
  }

  .listaiconos .content .interior {
    padding-left: 40px;
    padding-right: 40px;
  }

  .listaiconos .content .interior .titulo {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px #7F7F7F solid;
    padding-bottom: 20px;
  }

  .listaiconos .content .interior .lista {
    font-size: 20px;
    color: #000;
  }

  .listaiconos .content .interior .lista a,
  .listaiconos .content .interior .lista a:hover {
    color: #000;
  }

  .listaiconos .content .interior .lista img {
    padding: 3px;
    width: 10%;
  }

  /* TARJETA BOTON */
  .boton_imagen {
    padding-left: 0px;
    padding-right: 0px;
  }

  .boton_imagen .content {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: "Nunito Sans";
    overflow: hidden;
  }

  .boton_imagen .content .interior {
    position: relative;
  }

  .boton_imagen .content .interior .img_btn {
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
  }

  .boton_imagen .content .interior .txt_btn {
    font-size: 27px;
    color: #333333;
    text-align: right;
    position: absolute;
    bottom: 0px;
    padding: 35px;
    width: 100%;
    height: 23%;
    background-color: rgba(255, 255, 255, 0.7);
    font-family: 'Nunito Sans';
    font-weight: bold;
    font-style: normal;
  }

  /* Tarjeta Historial*/
  .tarjetahistorial {
    overflow: auto;
    position: relative;
  }

  .tarjetahistorial .contenido {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px #0981A8 solid;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tarjetahistorial .contenido .cuadro1 {
    position: relative;
  }

  .tarjetahistorial .contenido .img {
    width: 100%;
    height: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .tarjetahistorial .contenido .cuadro2 {
    font-family: "Nunito Sans", "Roboto-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
  }

  .tarjetahistorial .contenido .cuadro2 ._titulo {
    color: #0981A8;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .tarjetahistorial .contenido .cuadro2 ._etiqueta {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 1px #0981A8 solid;
    border-radius: 5px;
    color: #0981A8;
    text-transform: uppercase;
    font-size: 10px;
  }

  .tarjetahistorial .contenido .cuadro2 ._more {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #0981A8;
    margin-top: 10px;
  }

  /* TARJETA HEADER_PANEL_CONTENT*/
  .HEADER_PANEL_CONTENT {
    overflow: hidden;
    position: relative;
    padding: 10px;
    float: left !important;
  }

  .HEADER_PANEL_CONTENT .panel2 {
    width: 100%;
    height: 100%;
  }

  .HEADER_PANEL_CONTENT .panel2 .img {
    width: 100%;
    height: 100%;
    background-size: auto 100%;
  }

  .HEADER_PANEL_CONTENT .panel2 .container {
    width: 100%;
    position: absolute;
    bottom: 10px;
  }

  .HEADER_PANEL_CONTENT .panel2 .container .seccion {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 5px;
    text-transform: uppercase;
    font-family: "Nunito Sans", "Roboto-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
  }

  .HEADER_PANEL_CONTENT .panel2 .container .titulo {
    font-size: 25px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 30px;
    font-family: "Nunito Sans", "Roboto-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
  }

  .HEADER_PANEL_CONTENT .panel2 .container .resumen {
    font-size: 12px;
    line-height: 12px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Nunito Sans", "Roboto-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .footer_c1 img {
    width: 100%;
  }

  .footer_c2 {
    text-align: center;
  }

  .footer_c2 img {
    height: 30px;
  }

  .footer_c3 {
    text-align: center;
  }

  /* Banderas de Idioma*/
  .md-language-web {
    padding: 10px;
    float: right;
  }

  .md-language-web img {
    width: 40px;
    margin-right: 10px;
  }

}

/* -------------------------------------------------- M E D I U M -------------------------------------------------- */
@media only screen and (min-width: 40.063em) {
  body {
    font-size: 12px;
    overflow-x: auto;
  }

  a {
    text-decoration: none;
    font-family: "Nunito Sans";
    font-weight: normal;
    font-style: normal;
  }

  ol,
  ul {
    padding: 0px;
    margin: 0px;
  }

  .inner {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    height: 100%;
  }

  .relative {
    position: relative;
  }

  /* HEADER */
  header {
    background-color: #ffffff;
    height: 100px;
    width: 100%;
    text-transform: uppercase;
  }

  #logo {
    width: 178px;
    height: 41px;
    margin-left: 10px;
    margin-top: 4%;
  }

  #iconoup {
    position: absolute;
    margin-top: 1%;
    margin-left: -10%;
  }

  #iconodown {
    position: absolute;
    margin-top: 6%;
  }

  #iconoizq {
    position: absolute;
    margin-top: 6.5%;
    margin-left: 3%;
  }

  #iconoder {
    position: absolute;
    margin-top: 6.5%;
  }

  #menu-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 30px;
    margin-right: 25px;
  }

  #navigation {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 100%;
  }

  #menu-toggle {
    display: none;
    float: right;
  }

  /* HEADER > MENU */
  #main-menu {
    float: right;
    font-size: 0;
    margin: 0;
    height: 100%;
  }

  #main-menu>li {
    display: inline-block;
    padding: 43px 0;
  }

  #main-menu>li.parent {
    background-size: 7px 7px;
    background-repeat: no-repeat;
    background-position: left center;
  }

  #main-menu>li.parent>a {
    padding-left: 0;
    font-family: "Nunito Sans";
  }

  #main-menu>li>a {
    color: #3b593b;
    font-size: 12px;
    line-height: 14px;
    padding: 41px 0;
    margin-right: 12px;
    margin-left: 12px;
    text-decoration: none;
    font-family: 'Nunito Sans';
  }

  #main-menu>li:hover {
    background-color: #3b593b;
  }

  #main-menu>li:hover>a,
  #main-menu>li.current-menu-item>a {
    /*color: #dfe5e6;*/
    background-color: #3b593b;
    color: white;
  }

  /* HEADER > MENU > DROPDOWN */
  #main-menu li {
    position: relative;
  }

  ul.sub-menu {
    display: none;
    left: 0px;
    top: 38px;
    padding-top: 62px;
    position: absolute;
    width: 100%;
    z-index: 999;
  }

  ul.sub-menu ul.sub-menu {
    margin-top: -1px;
    padding-top: 0;
    left: 149px;
    top: 0px;
  }

  ul.sub-menu>li>a {
    background-color: #3b593b;
    border-top: none;
    color: white;
    display: block;
    font-size: 15px;
    line-height: 15px;
    padding: 30px 12px;
    text-align: center;
    font-family: "Nunito Sans";
  }

  ul.sub-menu>li>a:hover {
    background-color: rgba(59, 89, 59, 0.6);
    color: #dfe5e6;
  }

  ul.sub-menu>li:first-child {
    border-top: 0px;
  }

  ul.sub-menu ul.sub-menu>li:first-child {
    /*border-top: 1px solid #444;*/
  }

  ul.sub-menu>li:last-child>a {
    /*border-radius: 0 0 2px 2px;*/
  }

  ul.sub-menu>li>a.parent {
    background-size: 5px 9px;
    background-repeat: no-repeat;
    background-position: 95% center;
  }

  /* MUESTRA SUBMENU */
  #main-menu li:hover>ul.sub-menu {
    display: block;
  }

  @media all and (max-width: 700px) {
    header {
      background-color: #ffffff;
      height: 100px;
      width: 100%;
      font-family: "Nunito Sans";
      text-transform: uppercase;
      z-index: 999;
      position: static;
    }

    #logo {
      width: 178px;
      height: 41px;
      margin-left: 7%;
      margin-top: 7.5%;
    }

    #navigation {
      position: relative;
      margin-top: 26px;
      height: auto;
      z-index: 999;
    }

    #menu-toggle {
      display: block;
    }

    #main-menu {
      display: none;
      float: none;
    }

    #main-menu li {
      display: block;
      margin: 0;
      padding: 0;
    }

    #main-menu>li {
      margin-top: -1px;
    }

    #main-menu>li:first-child {
      margin-top: 0;
    }

    #main-menu>li>a {
      /*background-color: rgba(26,39,50,0.5);*/
      color: #3b593b;
      text-transform: uppercase;
      display: block;
      font-size: 14px;
      padding: 20px !important;
      padding: 0;
      margin-right: 0;
      margin-left: 0px;
    }

    #main-menu li>a:hover {
      /*background-color: #444; */
    }

    #main-menu>li.parent {
      /*background: none !important;*/
      padding: 0;
      background-color: rgba(255, 255, 255, 0.9);
    }

    #main-menu>li:hover>a,
    #main-menu>li.current-menu-item>a {
      border: 1px solid #444 !important;
      color: #fff !important;
    }

    ul.sub-menu {
      display: block;
      margin-top: -1px;
      margin-left: 00px;
      position: static;
      padding: 0;
      width: inherit;
    }

    ul.sub-menu>li:first-child {
      /*border-top: 1px solid #444 !important;*/
    }

    ul.sub-menu>li>a.parent {
      background: #333 !important;
    }

    ul.sub-menu>li>a {
      padding: 15px 12px;
      text-align: left;
      padding-left: 35px;
    }

    .derechosRes {
      padding-top: 0% !important;
      padding-bottom: 1%;
    }

    .derechosRes p {
      margin-bottom: 0px;
      margin-top: 15px;
    }

    .menuFooter {
      margin-left: 5% !important;
      color: #2d4837;
      margin-top: 4%;
      margin-bottom: 0%;
    }
  }

  .tarjetaImgIzq {
    width: 100%;
    height: 400px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .tarjetaDos {
    width: 100%;
    height: 400px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .txtDown {
    height: 200px;
    background-color: transparent;
  }

  /*FOOTER*/
  .footer {
    width: 100%;
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 0px;
    margin-top: 15px;
  }

  .footer .content {
    height: 100%;
  }

  .footer .content .imagen {
    height: 100%;
    background-repeat: no-repeat !important;
  }

  #logoFooter {
    width: 243px;
    height: 16px;
    float: right;
  }

  .footer p {
    color: #828282;
    font-size: 12px;
  }

  .footerColor {
    height: 20px;
  }

  .derechosRes {
    padding-top: 2.5%;
    padding-bottom: 1%;
  }

  .menuFooter {
    margin-left: 0%;
    color: #2d4837;
    margin-top: 4%;
    margin-bottom: 0%;
  }

  /*MENU FOOTER*/
  ul.navdown {
    list-style-type: none;
    /*overflow: hidden;*/
    background-color: transparent;
    width: auto;
    margin-left: -15px;
    margin-top: 30px;
    display: block;
  }

  ul.navdown li {
    float: left;
    width: auto;
  }

  ul.navdown li a {
    display: block;
    color: #6f6f6f;
    text-align: center;
    padding: 20px 16px;
    text-decoration: none;
    font-family: "Nunito Sans";
    font-size: 12px;
  }

  ul.navdown li a:hover:not(.active) {
    color: #6f6f6f;
  }

  ul.navdown li a.active {
    color: #6f6f6f;
  }

  ul.navdown li.right {
    float: right;
  }

  ul.navdown li img {
    float: left;
  }

  @media screen and (max-width: 600px) {

    ul.navdown li.right,
    ul.navdown li {
      float: none;
    }
  }

  /*MENU FOOTER*/

  /*ENCABEZADOS*/
  .encabezado {
    position: static;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .encabezado .content {
    position: relative;
    width: 100%;
  }

  .encabezado .content .imagen {
    position: static;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat !important;
  }

  .encabezado .content .texto {
    position: static;
    width: 50%;
    height: 100%;
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
    font-family: "Nunito Sans";
  }

  .encabezado .content .texto.noAlign {
    height: calc(100% - 30px);
  }

  .imgDer {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .txtLeft {
    width: 100%;
    height: 450px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #e3a627;
    text-align: left;
  }

  /* Tarjetas */
  .tarjeta {
    position: relative;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
  }

  .tarjeta .img {
    width: 100%;
  }

  .tarjeta.izq {
    padding-left: 10px;
    padding-right: 5px;
  }

  .tarjeta.der {
    padding-left: 5px;
    padding-right: 10px;
  }

  .tarjeta .content {
    position: relative;
    width: 100%;
  }

  .tarjeta .content .imagen {
    top: 15px;
    left: 15px;
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-repeat: no-repeat !important;
  }

  .tarjeta .content .texto {
    left: 15px;
    position: absolute;
    width: calc(100% - 30px);
    padding: 10px;
  }

  .tarjeta .content .texto.noAlign {
    top: 15px;
    height: calc(100% - 30px);
  }

  /* Tarjetas */
  .mapa {
    position: relative;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
  }

  .mapa .img {
    width: 100%;
  }

  .mapa.izq {
    padding-left: 10px;
    padding-right: 5px;
  }

  .map.der {
    padding-left: 5px;
    padding-right: 10px;
  }

  .mapa .content {
    position: relative;
    width: 100%;
  }

  .mapa .content .imagen {
    top: 15px;
    left: 15px;
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-repeat: no-repeat !important;
  }

  .mapa .content .texto {
    left: 15px;
    position: absolute;
    width: calc(100% - 30px);
    padding: 10px;
  }

  .mapa .content .texto.noAlign {
    top: 15px;
    height: calc(100% - 30px);
  }

  /* VIDEOS */
  .tarjeta.videos {
    height: 100%;
    width: 100%;
  }

  .tarjeta.videos .content {
    background-color: #394A59 !important;
  }

  .tarjeta.videos .titulo {
    text-align: center;
    font-weight: 300;
    color: #FFF;
    font-size: 33px;
  }

  .tarjeta.videos .c1 .img {
    height: 100%;
  }

  .tarjeta.videos .c2 .thumb {
    float: right;
    padding: 10px;
    width: 45%;
  }

  /* Especiales */
  .tarjeta em {
    font-size: 12px;
  }

  /* Estilos de ckeditor*/
  .md-front-subtitulo {
    color: #394A59 !important;
    font-size: 24px;
    font-family: "Nunito Sans", 'Roboto-Light', Helvetica;
  }

  .md-front-boton-min {
    padding: 5px;
    border: 1px #FFF solid;
    text-align: center;
    color: #FFF !important;
    font-size: 14px;
    font-family: "Nunito Sans"'Roboto-Light', Helvetica;
  }

  .md-front-boton-med {
    padding: 5px;
    border: 1px #FFF solid;
    text-align: center;
    color: #FFF !important;
    font-size: 14px;
    font-family: "Nunito Sans", 'Roboto-Light', Helvetica;
  }

  .md-front-boton-max {
    width: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    border: 1px #FFF solid;
    text-align: center;
    color: #FFF !important;
    font-size: 20px;
    font-family: "Nunito Sans", 'Roboto-Light', Helvetica;
  }

  .md-front-tarjeta1 {
    background-color: #620839;
    width: 100%;
    padding: 10px;
    color: #FFF;
  }

  /* Tarjeta 5050*/
  .tarjeta5050 .c1,
  .tarjeta5050 .c2,
  .tarjeta5050 .c3 {
    height: inherit !important;
  }

  /* TEXTOIMAGEN */
  .txtimagen {
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .txtimagen .img {
    width: 100%;
  }

  .txtimagen .content {
    position: relative;
    width: 100%;
  }

  .txtimagen .content .imagen {
    position: static;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat !important;
  }

  .txtimagen .content .imagenup {
    position: static;
    width: 100%;
    height: 50%;
    background-repeat: no-repeat !important;
  }

  .txtimagen .content .imagendown {
    position: static;
    width: 100%;
    height: 50%;
    background-repeat: no-repeat !important;
  }

  .txtimagen .content .texto {
    position: static;
    width: 50%;
    height: 100%;
    padding: 10px;
    background-color: white;
  }

  .txtimagen .content .textoup {
    position: static;
    width: 100%;
    height: 50%;
    padding: 10px;
    background-color: white;
  }

  .txtimagen .content .textodown {
    position: static;
    width: 100%;
    height: 50%;
    padding: 10px;
    background-color: white;
  }

  /* TITULOTEXTO */
  .titulotexto {
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .titulotexto .content {
    text-align: left;
    font-family: "Nunito Sans";
    position: relative;
  }

  .titulotexto .content .imagen {
    position: static;
    /*width: calc(100% - 30px);
    height: calc(100% - 30px);*/
    width: 50%;
    height: 100%;
    background-repeat: no-repeat !important;
  }

  .titulotexto .content .interior {
    position: static;
    left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 50%;
    height: 100%;
  }

  .titulotexto .content .interior .titulo p {
    margin: 15px 0 0;
  }

  .titulotexto .content .interior .titulo {
    font-size: 16px;
    font-weight: bold;
    /*font-family: "Museo Sans";*/
    color: #FFF;
    line-height: 16px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 30%;
    background-color: red;
  }

  .titulotexto .content .interior .txt {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
    padding-left: 25px;
    padding-right: 25px;
    height: 70%;
  }

  .titulotexto .content .interior .txt .mas {
    border: 1px #FFF solid;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #FFF;
  }

  .titulotexto .titulo {
    font-family: 'Nunito Sans';
    font-weight: 900;
    font-style: normal;
  }

  /* Tarjeta Oculta */
  .tarjetaOculta {
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    display: none;
  }

  .tarjetaOculta .content {
    text-align: left;
    font-family: "Nunito Sans";
    position: relative;
  }

  .tarjetaOculta .content .imagen {
    position: static;
    /*width: calc(100% - 30px);
    height: calc(100% - 30px);*/
    width: 50%;
    height: 100%;
    background-repeat: no-repeat !important;
  }

  .tarjetaOculta .content .interior {
    position: static;
    left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 50%;
    height: 100%;
  }

  .tarjetaOculta .content .interior .titulo p {
    margin: 15px 0 0;
  }

  .tarjetaOculta .content .interior .titulo {
    font-size: 16px;
    font-weight: bold;
    /*font-family: "Museo Sans";*/
    line-height: 16px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 30%;
    background-color: white;
  }

  .tarjetaOculta .content .interior .txt {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
    padding-left: 25px;
    padding-right: 25px;
    height: 70%;
    background-color: white;
  }

  .tarjetaOculta .content .interior .txt .mas {
    border: 1px #FFF solid;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #FFF;
  }

  .tarjetaOculta .titulo {
    font-family: 'Nunito Sans';
    font-weight: 900;
    font-style: normal;
  }

  /* CONTACTO */
  form {
    width: 100%;
    margin-left: 5%;
  }

  input {
    color: black;
    width: 70%;
    font-family: "Nunito Sans";
    border-width: 2px;
  }

  textarea {
    color: black;
    border-color: solid #b0aeac;
    width: 70%;
    font-family: "Nunito Sans";
    border-width: 1px;
  }

  .enviar {
    width: 25%;
    margin-left: 45%;
    margin-top: 2%;
    background-color: #e5e5e5;
    padding-top: 1%;
    padding-bottom: 1%;
    color: #b0aeac;
    border: 1px solid #b0aeac;
  }

  .contacto-form {
    width: 100%;
    height: 75%;
    text-align: center;
    font-family: "Nunito Sans";
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .contacto {
    position: relative;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 15px;
    font-size: 12px;
  }

  .contacto .img {
    width: 100%;
  }

  .contacto .content {
    position: relative;
    width: 100%;
  }

  .contacto .content .imagen {
    position: absolute;
    /*width: calc(100% - 30px);
    height: calc(100% - 30px);*/
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
  }

  .contacto .content .texto {
    position: absolute;
    /*width: calc(100% - 30px);*/
    width: 100%;
    height: 100%;
    padding: 10px;
  }

  /* DOBLEIMAGEN */
  .dobleimg {
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .dobleimg .content {
    position: relative;
    width: 100%;
  }

  .dobleimg .content .imagenup {
    width: 100%;
    height: 50%;
    background-repeat: no-repeat !important;
  }

  .dobleimg .content .imagendown {
    width: 100%;
    height: 50%;
    background-repeat: no-repeat !important;
  }

  .dobleimg .content .texto {
    left: 15px;
    position: absolute;
    width: calc(100% - 30px);
    padding: 10px;
  }

  /* TARJETA LISTAICONOS */
  .listaiconos .content {
    padding-top: 10px;
    text-align: left;
    font-family: "Nunito Sans";
    overflow: auto;
    position: relative;
  }

  .listaiconos .content .interior {
    padding-left: 40px;
    padding-right: 40px;
  }

  .listaiconos .content .interior .titulo {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px #7F7F7F solid;
    padding-bottom: 20px;
  }

  .listaiconos .content .interior .lista {
    font-size: 20px;
    color: #000;
  }

  .listaiconos .content .interior .lista a,
  .listaiconos .content .interior .lista a:hover {
    color: #000;
  }

  .listaiconos .content .interior .lista img {
    padding: 3px;
    width: 10%;
  }

  /* TARJETA BOTON */
  .boton_imagen {
    padding-left: 0px;
    padding-right: 0px;
  }

  .boton_imagen .content {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: "Nunito Sans";
    overflow: hidden;
  }

  .boton_imagen .content .interior {
    position: relative;
  }

  .boton_imagen .content .interior .img_btn {
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
  }

  .boton_imagen .content .interior .txt_btn {
    font-size: 27px;
    color: #333333;
    text-align: right;
    position: absolute;
    bottom: 0px;
    padding: 35px;
    width: 100%;
    height: 23%;
    background-color: rgba(255, 255, 255, 0.7);
    font-family: 'Nunito Sans';
    font-weight: bold;
    font-style: normal;
  }

  /* Tarjeta Historial*/
  .tarjetahistorial {
    overflow: auto;
    position: relative;
  }

  .tarjetahistorial .contenido {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px #0981A8 solid;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tarjetahistorial .contenido .cuadro1 {
    position: relative;
  }

  .tarjetahistorial .contenido .img {
    width: 100%;
    height: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .tarjetahistorial .contenido .cuadro2 {
    font-family: "Nunito Sans", "Roboto-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
  }

  .tarjetahistorial .contenido .cuadro2 ._titulo {
    color: #0981A8;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .tarjetahistorial .contenido .cuadro2 ._etiqueta {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 1px #0981A8 solid;
    border-radius: 5px;
    color: #0981A8;
    text-transform: uppercase;
    font-size: 10px;
  }

  .tarjetahistorial .contenido .cuadro2 ._more {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #0981A8;
    margin-top: 10px;
  }

  /* TARJETA HEADER_PANEL_CONTENT*/
  .HEADER_PANEL_CONTENT {
    overflow: hidden;
    position: relative;
    padding: 10px;
    float: left !important;
  }

  .HEADER_PANEL_CONTENT .panel2 {
    width: 100%;
    height: 100%;
  }

  .HEADER_PANEL_CONTENT .panel2 .img {
    width: 100%;
    height: 100%;
    background-size: auto 100%;
  }

  .HEADER_PANEL_CONTENT .panel2 .container {
    width: 100%;
    position: absolute;
    bottom: 10px;
  }

  .HEADER_PANEL_CONTENT .panel2 .container .seccion {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 5px;
    text-transform: uppercase;
    font-family: "Nunito Sans", "Roboto-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
  }

  .HEADER_PANEL_CONTENT .panel2 .container .titulo {
    font-size: 25px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 30px;
    font-family: "Nunito Sans", "Roboto-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
  }

  .HEADER_PANEL_CONTENT .panel2 .container .resumen {
    font-size: 12px;
    line-height: 12px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Nunito Sans", "Roboto-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .footer_c1 img {
    width: 100%;
  }

  .footer_c2 {
    text-align: center;
  }

  .footer_c2 img {
    height: 30px;
  }

  .footer_c3 {
    text-align: center;
  }


  /* Banderas de Idioma*/
  .md-language-web {
    padding: 10px;
    float: right;
  }

  .md-language-web img {
    width: 30px;
    margin-right: 10px;
  }


}

/* --------------------------------------------------- L A R G E --------------------------------------------------- */
@media only screen and (min-width: 64.063em) {
  body {
    font-size: 12px;
    overflow-x: auto;
  }

  a {
    text-decoration: none;
    font-family: "Nunito Sans";
    font-weight: normal;
    font-style: normal;
  }

  ol,
  ul {
    padding: 0px;
    margin: 0px;
  }

  .inner {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    height: 100%;
  }

  .relative {
    position: relative;
  }

  /* HEADER */
  header {
    background-color: #ffffff;
    height: 100px;
    width: 100%;
    text-transform: uppercase;
  }

  #logo {
    width: 178px;
    height: 41px;
    margin-left: 9%;
    margin-top: 2%;
  }

  #iconoup {
    position: absolute;
    margin-top: 1%;
    margin-left: -10%;
  }

  #iconodown {
    position: absolute;
    margin-top: 6%;
  }

  #iconoizq {
    position: absolute;
    margin-top: 6.5%;
    margin-left: 3%;
  }

  #iconoder {
    position: absolute;
    margin-top: 6.5%;
  }

  #menu-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 30px;
    margin-right: 25px;
  }

  #navigation {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 100%;
  }

  #menu-toggle {
    display: none;
    float: right;
  }

  /* HEADER > MENU */
  #main-menu {
    float: right;
    font-size: 0;
    margin: 0;
    height: 100%;
  }

  #main-menu>li {
    display: inline-block;
    padding: 43px 0;
  }

  #main-menu>li.parent {
    background-size: 7px 7px;
    background-repeat: no-repeat;
    background-position: left center;
  }

  #main-menu>li.parent>a {
    padding-left: 0;
    font-family: "Nunito Sans";
  }

  #main-menu>li>a {
    color: #3b593b;
    font-size: 14px;
    line-height: 14px;
    padding: 41px 0;
    margin-right: 30px;
    margin-left: 30px;
    text-decoration: none;
    font-family: 'Nunito Sans';
  }

  #main-menu>li:hover {
    background-color: #3b593b;
  }

  #main-menu>li:hover>a,
  #main-menu>li.current-menu-item>a {
    /*color: #dfe5e6;*/
    background-color: #3b593b;
    color: white;
  }

  /* HEADER > MENU > DROPDOWN */
  #main-menu li {
    position: relative;
  }

  ul.sub-menu {
    display: none;
    left: 0px;
    top: 38px;
    padding-top: 62px;
    position: absolute;
    width: 100%;
    z-index: 999;
  }

  ul.sub-menu ul.sub-menu {
    margin-top: -1px;
    padding-top: 0;
    left: 149px;
    top: 0px;
  }

  ul.sub-menu>li>a {
    background-color: #3b593b;
    border-top: none;
    color: white;
    display: block;
    font-size: 15px;
    line-height: 15px;
    padding: 30px 12px;
    text-align: center;
    font-family: "Nunito Sans";
  }

  ul.sub-menu>li>a:hover {
    background-color: rgba(59, 89, 59, 0.6);
    color: #dfe5e6;
  }

  ul.sub-menu>li:first-child {
    border-top: 0px;
  }

  ul.sub-menu ul.sub-menu>li:first-child {
    /*border-top: 1px solid #444;*/
  }

  ul.sub-menu>li:last-child>a {
    /*border-radius: 0 0 2px 2px;*/
  }

  ul.sub-menu>li>a.parent {
    background-size: 5px 9px;
    background-repeat: no-repeat;
    background-position: 95% center;
  }

  /* MUESTRA SUBMENU */
  #main-menu li:hover>ul.sub-menu {
    display: block;
  }

  @media all and (max-width: 700px) {
    header {
      background-color: #ffffff;
      height: 100px;
      width: 100%;
      font-family: "Nunito Sans";
      text-transform: uppercase;
      z-index: 999;
      position: static;
    }

    #logo {
      width: 178px;
      height: 41px;
      margin-left: 7%;
      margin-top: 7.5%;
    }

    #navigation {
      position: relative;
      margin-top: 26px;
      height: auto;
      z-index: 999;
    }

    #menu-toggle {
      display: block;
    }

    #main-menu {
      display: none;
      float: none;
    }

    #main-menu li {
      display: block;
      margin: 0;
      padding: 0;
    }

    #main-menu>li {
      margin-top: -1px;
    }

    #main-menu>li:first-child {
      margin-top: 0;
    }

    #main-menu>li>a {
      /*background-color: rgba(26,39,50,0.5);*/
      color: #3b593b;
      text-transform: uppercase;
      display: block;
      font-size: 14px;
      padding: 20px !important;
      padding: 0;
      margin-right: 0;
      margin-left: 0px;
    }

    #main-menu li>a:hover {
      /*background-color: #444; */
    }

    #main-menu>li.parent {
      /*background: none !important;*/
      padding: 0;
      background-color: rgba(255, 255, 255, 0.9);
    }

    #main-menu>li:hover>a,
    #main-menu>li.current-menu-item>a {
      border: 1px solid #444 !important;
      color: #fff !important;
    }

    ul.sub-menu {
      display: block;
      margin-top: -1px;
      margin-left: 00px;
      position: static;
      padding: 0;
      width: inherit;
    }

    ul.sub-menu>li:first-child {
      /*border-top: 1px solid #444 !important;*/
    }

    ul.sub-menu>li>a.parent {
      background: #333 !important;
    }

    ul.sub-menu>li>a {
      padding: 15px 12px;
      text-align: left;
      padding-left: 35px;
    }

    .derechosRes {
      padding-top: 0% !important;
      padding-bottom: 1%;
    }

    .derechosRes p {
      margin-bottom: 0px;
      margin-top: 15px;
    }

    .menuFooter {
      margin-left: 5% !important;
      color: #2d4837;
      margin-top: 4%;
      margin-bottom: 0%;
    }
  }

  .tarjetaImgIzq {
    width: 100%;
    height: 400px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .tarjetaDos {
    width: 100%;
    height: 400px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .txtDown {
    height: 200px;
    background-color: transparent;
  }

  /*FOOTER*/
  .footer {
    width: 100%;
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 0px;
    margin-top: 15px;
  }

  .footer .content {
    height: 100%;
  }

  .footer .content .imagen {
    height: 100%;
    background-repeat: no-repeat !important;
  }

  #logoFooter {
    width: 243px;
    height: 16px;
    float: right;
  }

  .footer p {
    color: #828282;
    font-size: 12px;
  }

  .footerColor {
    height: 20px;
  }

  .derechosRes {
    padding-top: 11%;
    padding-bottom: 1%;
  }

  .menuFooter {
    margin-left: 0%;
    color: #2d4837;
    margin-top: 4%;
    margin-bottom: 0%;
  }

  /*MENU FOOTER*/
  ul.navdown {
    list-style-type: none;
    /*overflow: hidden;*/
    background-color: transparent;
    width: auto;
    margin-left: -15px;
    display: block;
  }

  ul.navdown li {
    float: left;
    width: auto;
  }

  ul.navdown li a {
    display: block;
    color: #6f6f6f;
    text-align: center;
    padding: 20px 16px;
    text-decoration: none;
    font-family: "Nunito Sans";
    font-size: 12px;
  }

  ul.navdown li a:hover:not(.active) {
    color: #6f6f6f;
  }

  ul.navdown li a.active {
    color: #6f6f6f;
  }

  ul.navdown li.right {
    float: right;
  }

  ul.navdown li img {
    float: left;
  }

  @media screen and (max-width: 600px) {

    ul.navdown li.right,
    ul.navdown li {
      float: none;
    }
  }

  /*MENU FOOTER*/

  /*ENCABEZADOS*/
  .encabezado {
    position: static;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .encabezado .content {
    position: relative;
    width: 100%;
  }

  .encabezado .content .imagen {
    position: static;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat !important;
  }

  .encabezado .content .texto {
    position: static;
    width: 50%;
    height: 100%;
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
    font-family: "Nunito Sans";
  }

  .encabezado .content .texto.noAlign {
    height: calc(100% - 30px);
  }

  .imgDer {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .txtLeft {
    width: 100%;
    height: 450px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #e3a627;
    text-align: left;
  }

  /* Tarjetas */
  .tarjeta {
    position: relative;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
  }

  .tarjeta .img {
    width: 100%;
  }

  .tarjeta.izq {
    padding-left: 10px;
    padding-right: 5px;
  }

  .tarjeta.der {
    padding-left: 5px;
    padding-right: 10px;
  }

  .tarjeta .content {
    position: relative;
    width: 100%;
  }

  .tarjeta .content .imagen {
    top: 15px;
    left: 15px;
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-repeat: no-repeat !important;
  }

  .tarjeta .content .texto {
    left: 15px;
    position: absolute;
    width: calc(100% - 30px);
    padding: 10px;
  }

  .tarjeta .content .texto.noAlign {
    top: 15px;
    height: calc(100% - 30px);
  }

  /* Mapa */
  .mapa {
    position: relative;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .mapa .content {
    padding-top: 10px;
    font-size: 12px;
    text-align: left;
    font-family: "Nunito Sans";
    overflow: auto;
    position: relative;
  }

  .mapa .content .interior {
    padding-left: 40px;
    padding-right: 40px;
  }

  .mapa .content .interior .titulo {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px #7F7F7F solid;
    padding-bottom: 20px;
  }

  .mapa .content .interior .lista {
    font-size: 20px;
    color: #000;
  }

  .mapa .content .interior .lista a,
  .listaiconos .content .interior .lista a:hover {
    color: #000;
  }

  .mapa .content .interior .lista img {
    padding: 3px;
    width: 10%;
  }

  /* VIDEOS */
  .tarjeta.videos {
    height: 100%;
    width: 100%;
  }

  .tarjeta.videos .content {
    background-color: #394A59 !important;
  }

  .tarjeta.videos .titulo {
    text-align: center;
    font-weight: 300;
    color: #FFF;
    font-size: 33px;
  }

  .tarjeta.videos .c1 .img {
    height: 100%;
  }

  .tarjeta.videos .c2 .thumb {
    float: right;
    padding: 10px;
    width: 45%;
  }

  /* Especiales */
  .tarjeta em {
    font-size: 12px;
  }

  /* Estilos de ckeditor*/
  .md-front-subtitulo {
    color: #394A59 !important;
    font-size: 24px;
    font-family: "Nunito Sans", 'Roboto-Light', Helvetica;
  }

  .md-front-boton-min {
    padding: 5px;
    border: 1px #FFF solid;
    text-align: center;
    color: #FFF !important;
    font-size: 14px;
    font-family: "Nunito Sans"'Roboto-Light', Helvetica;
  }

  .md-front-boton-med {
    padding: 5px;
    border: 1px #FFF solid;
    text-align: center;
    color: #FFF !important;
    font-size: 14px;
    font-family: "Nunito Sans", 'Roboto-Light', Helvetica;
  }

  .md-front-boton-max {
    width: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    border: 1px #FFF solid;
    text-align: center;
    color: #FFF !important;
    font-size: 20px;
    font-family: "Nunito Sans", 'Roboto-Light', Helvetica;
  }

  .md-front-tarjeta1 {
    background-color: #620839;
    width: 100%;
    padding: 10px;
    color: #FFF;
  }

  /* Tarjeta 5050*/
  .tarjeta5050 .c1,
  .tarjeta5050 .c2,
  .tarjeta5050 .c3 {
    height: inherit !important;
  }

  /* TEXTOIMAGEN */
  .txtimagen {
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .txtimagen .img {
    width: 100%;
  }

  .txtimagen .content {
    position: relative;
    width: 100%;
  }

  .txtimagen .content .imagen {
    position: static;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat !important;
  }

  .txtimagen .content .imagenup {
    position: static;
    width: 100%;
    height: 50%;
    background-repeat: no-repeat !important;
  }

  .txtimagen .content .imagendown {
    position: static;
    width: 100%;
    height: 50%;
    background-repeat: no-repeat !important;
  }

  .txtimagen .content .texto {
    position: static;
    width: 50%;
    height: 100%;
    padding: 10px;
    background-color: white;
  }

  .txtimagen .content .textoup {
    position: static;
    width: 100%;
    height: 50%;
    padding: 10px;
    background-color: white;
  }

  .txtimagen .content .textodown {
    position: static;
    width: 100%;
    height: 50%;
    padding: 10px;
    background-color: white;
  }

  /* TITULOTEXTO */
  .titulotexto {
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .titulotexto .content {
    text-align: left;
    font-family: "Nunito Sans";
    position: relative;
  }

  .titulotexto .content .imagen {
    position: static;
    /*width: calc(100% - 30px);
    height: calc(100% - 30px);*/
    width: 50%;
    height: 100%;
    background-repeat: no-repeat !important;
  }

  .titulotexto .content .interior {
    position: static;
    left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 50%;
    height: 100%;
  }

  .titulotexto .content .interior .titulo p {
    margin: 15px 0 0;
  }

  .titulotexto .content .interior .titulo {
    font-size: 16px;
    font-weight: bold;
    /*font-family: "Museo Sans";*/
    color: #FFF;
    line-height: 16px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 30%;
    background-color: red;
  }

  .titulotexto .content .interior .txt {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
    padding-left: 25px;
    padding-right: 25px;
    height: 70%;
  }

  .titulotexto .content .interior .txt .mas {
    border: 1px #FFF solid;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #FFF;
  }

  .titulotexto .titulo {
    font-family: 'Nunito Sans';
    font-weight: 900;
    font-style: normal;
  }

  /* Tarjeta oculta */
  .tarjetaOculta {
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    display: none;
  }

  .tarjetaOculta .content {
    text-align: left;
    font-family: "Nunito Sans";
    position: relative;
  }

  .tarjetaOculta .content .imagen {
    position: static;
    /*width: calc(100% - 30px);
    height: calc(100% - 30px);*/
    width: 50%;
    height: 100%;
    background-repeat: no-repeat !important;
  }

  .tarjetaOculta .content .interior {
    position: static;
    left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 50%;
    height: 100%;
  }

  .tarjetaOculta .content .interior .titulo p {
    margin: 15px 0 0;
  }

  .tarjetaOculta .content .interior .titulo {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    background-color: transparent;
  }

  .tarjetaOculta .content .interior .txt {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
    padding-left: 25px;
    padding-right: 25px;
    height: auto;
    background-color: transparent;
  }

  .tarjetaOculta .content .interior .txt .mas {
    border: 1px #FFF solid;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #FFF;
  }

  .tarjetaOculta .titulo {
    font-family: 'Nunito Sans';
    font-weight: 900;
    font-style: normal;
  }

  /* CONTACTO */
  form {
    width: 100%;
    margin-left: 5%;
  }

  input {
    color: black;
    width: 70%;
    font-family: "Nunito Sans";
    border-width: 2px;
  }

  textarea {
    color: black;
    border-color: solid #b0aeac;
    width: 70%;
    font-family: "Nunito Sans";
    border-width: 1px;
  }

  .enviar {
    width: 25%;
    margin-left: 45%;
    margin-top: 2%;
    background-color: #e5e5e5;
    padding-top: 1%;
    padding-bottom: 1%;
    color: #b0aeac;
    border: 1px solid #b0aeac;
  }

  .contacto form {
    margin-left: 0;
  }

  .contacto-form {
    width: 100%;
    height: 75%;
    text-align: center;
    font-family: "Nunito Sans";
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 0;
  }

  .contacto {
    position: relative;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 15px;
    font-size: 12px;
  }

  .contacto .img {
    width: 100%;
  }

  .contacto .content {
    position: relative;
    width: 100%;
  }

  .contacto .content .imagen {
    position: absolute;
    /*width: calc(100% - 30px);
    height: calc(100% - 30px);*/
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
  }

  .contacto .content .texto {
    position: absolute;
    width: calc(100% - 15px);
    height: 100%;
    padding: 10px;
    margin-left: 15px;
  }

  /* DOBLEIMAGEN */
  .dobleimg {
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .dobleimg .content {
    position: relative;
    width: 100%;
  }

  .dobleimg .content .imagenup {
    width: 100%;
    height: 50%;
    background-repeat: no-repeat !important;
  }

  .dobleimg .content .imagendown {
    width: 100%;
    height: 50%;
    background-repeat: no-repeat !important;
  }

  .dobleimg .content .texto {
    left: 15px;
    position: absolute;
    width: calc(100% - 30px);
    padding: 10px;
  }

  /* TARJETA LISTAICONOS */
  .listaiconos .content {
    padding-top: 10px;
    text-align: left;
    font-family: "Nunito Sans";
    overflow: auto;
    position: relative;
  }

  .listaiconos .content .interior {
    padding-left: 40px;
    padding-right: 40px;
  }

  .listaiconos .content .interior .titulo {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px #7F7F7F solid;
    padding-bottom: 20px;
  }

  .listaiconos .content .interior .lista {
    font-size: 20px;
    color: #000;
  }

  .listaiconos .content .interior .lista a,
  .listaiconos .content .interior .lista a:hover {
    color: #000;
  }

  .listaiconos .content .interior .lista img {
    padding: 3px;
    width: 10%;
  }

  /* TARJETA BOTON */
  .boton_imagen {
    padding-left: 0px;
    padding-right: 0px;
  }

  .boton_imagen .content {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: "Nunito Sans";
    overflow: hidden;
  }

  .boton_imagen .content .interior {
    position: relative;
  }

  .boton_imagen .content .interior .img_btn {
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
  }

  .boton_imagen .content .interior .txt_btn {
    font-size: 27px;
    color: #333333;
    text-align: right;
    position: absolute;
    bottom: 0px;
    padding: 35px;
    width: 100%;
    height: 23%;
    background-color: rgba(255, 255, 255, 0.7);
    font-family: 'Nunito Sans';
    font-weight: bold;
    font-style: normal;
  }

  /* Tarjeta Historial*/
  .tarjetahistorial {
    overflow: auto;
    position: relative;
  }

  .tarjetahistorial .contenido {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px #0981A8 solid;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tarjetahistorial .contenido .cuadro1 {
    position: relative;
  }

  .tarjetahistorial .contenido .img {
    width: 100%;
    height: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .tarjetahistorial .contenido .cuadro2 {
    font-family: "Nunito Sans", "Roboto-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
  }

  .tarjetahistorial .contenido .cuadro2 ._titulo {
    color: #0981A8;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .tarjetahistorial .contenido .cuadro2 ._etiqueta {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 1px #0981A8 solid;
    border-radius: 5px;
    color: #0981A8;
    text-transform: uppercase;
    font-size: 10px;
  }

  .tarjetahistorial .contenido .cuadro2 ._more {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #0981A8;
    margin-top: 10px;
  }

  /* TARJETA HEADER_PANEL_CONTENT*/
  .HEADER_PANEL_CONTENT {
    overflow: hidden;
    position: relative;
    padding: 10px;
    float: left !important;
  }

  .HEADER_PANEL_CONTENT .panel2 {
    width: 100%;
    height: 100%;
  }

  .HEADER_PANEL_CONTENT .panel2 .img {
    width: 100%;
    height: 100%;
    background-size: auto 100%;
  }

  .HEADER_PANEL_CONTENT .panel2 .container {
    width: 100%;
    position: absolute;
    bottom: 10px;
  }

  .HEADER_PANEL_CONTENT .panel2 .container .seccion {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 5px;
    text-transform: uppercase;
    font-family: "Nunito Sans", "Roboto-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
  }

  .HEADER_PANEL_CONTENT .panel2 .container .titulo {
    font-size: 25px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 30px;
    font-family: "Nunito Sans", "Roboto-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
  }

  .HEADER_PANEL_CONTENT .panel2 .container .resumen {
    font-size: 12px;
    line-height: 12px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Nunito Sans", "Roboto-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .footer_c1 img {
    width: 100%;
  }

  .footer_c2 {
    text-align: center;
  }

  .footer_c2 img {
    height: 30px;
  }

  .footer_c3 {
    text-align: center;
  }

  /* Banderas de Idioma*/
  .md-language-web {
    padding: 10px;
    float: right;
  }

  .md-language-web img {
    width: 24px;
    margin-right: 10px;
  }

}