/*SIZE*/

/*COLORES*/

/*FUENTES*/

/* Media queries */

/* Ejemplo Uso
body{ 
    ...
    @include media-breakpoint-up($sm) {
        background:red;
    }
    @include media-breakpoint-up($md) {
        background:none;
    }
    ...   
}
*/

/* Ejemplo de uso:
p{
  @include text-truncate();
}
*/

/* Ejemplo de uso:
p {
  @include font-size(13);
}
*/

/* Ejemplo de uso:
p {
    @include fluid-type($min_width, $max_width, $min_font, $max_font);
}
*/

header .main-header .radio {
  border-radius: 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 4px 11px;
  position: relative;
  top: 14px;
  background-color: #fdca2e;
}

header .main-header .radio img {
  width: 14px;
  height: 14px;
  float: left;
  position: relative;
  top: 3px;
}

header .main-header .radio span {
  text-transform: uppercase;
  color: #000;
  position: static;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
}

.info-box-destacado {
  min-height: 300px;
}

.info-box-destacado .text-box h1 {
    margin: 0;
    font-family: galanoSemiBold;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
}

body main .bg-p {
    text-align: center;
    position: relative;
    /*margin: 0;*/
    padding-top: 20px;
    padding-bottom: 20px;

    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

body main .bg-p span {
    font-family: galanoSemiBold;
    font-size: 18px;
    padding: 0 30px;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
}

body main .bg-p:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffdd2b;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}

.audioBox .h-pa{z-index: 100;top: 10px;left:10px;}
.audioBox .wp-video{width: 100% !important;}
.text-bold {font-weight: bold; font-size: 25px;}
.title-audio { margin: 5px; }
.audioBox .mejs-container.wp-video-shortcode.mejs-video{width: 100% !important;height:160px !important;}
.audioBox .mejs-container .mejs-button.mejs-fullscreen-button,
#fancybox-title-float-main,
.audioBox .mejs-overlay.mejs-layer.mejs-overlay-play {display: none;}
.h-pr { position: relative; }
.h-pa { position: absolute; }
figure { max-width:100%}

@media (min-width: 768px) {
  header .main-header .radio span {
    padding-left: 8px;
  }
}

.gallery:after {content:"";display:table;clear:both;}

img.aligncenter, div.aligncenter, figure.aligncenter, img.wp-post-image {display:block; margin:1em auto;}
img.alignright, div.alignright, figure.alignright {float:right; margin:1em 0 1em 2em;}
img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {float:left; margin:1em 1em 2em 0;}
figure {max-width: 100%; height: auto; margin:1em 0;}
p img.alignright, p img.alignleft {margin-top:0;}

.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}

.gallery figure {float:left; margin:0 2% 1em 0;}

.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}

.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}

.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}

.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}

.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}

.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}

.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}

.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}

.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}
@media (max-width:767px) {
  img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
  .gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
}
.flexslider {
  margin: 0 0 20px;
}
.flex-active-slide {
  position: relative;
}
.flex-viewport
{
  position: absolute;
  top: 40px;
}
.flex-caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: block;
  max-width: 90%;
  padding: 5px 10px;
  color: #fff;
  line-height: 1.3;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 1s;
  -o-transition: opacity 1s;
  -ie-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
}
.flex-active-slide .flex-caption {
  filter: alpha(opacity=100);
  opacity: 1;
}
.flex-direction-nav {
    position: absolute;
    width: 100%;
    padding: 0 4px;
    top: 0px;
}
.flex-direction-nav .flex-nav-prev,
.flex-direction-nav .flex-nav-next {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background: 0 0 url('images/flex-navigation.png') no-repeat;
  background-color: #ed2d42;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: all .2s;
  -o-transition: all .2s;
  -ie-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
}
.flex-direction-nav .flex-nav-next {
  left: 40px;
  margin-right: 30px;
  background-position: -40px 0;
}
.flex-direction-nav .flex-nav-prev{
  right: 40px;
  margin-left: 30px;
  background-position: 0 0;
}
.flex-direction-nav .flex-nav-prev,
.flex-direction-nav .flex-nav-next {
    float: right;
    margin: 0;
}
.flex-direction-nav .flex-nav-prev:hover,
.flex-direction-nav .flex-nav-next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.flex-direction-nav a {
  text-decoration: none;
}
.flex-direction-nav a.flex-next:before
{
  display: none;
}
.flex-direction-nav a.flex-prev:before
{
  display: none;
}
.flex-direction-nav a.flex-next {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.flex-direction-nav a.flex-prev {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
header .main-header .logo img {
  max-width: 140px;
}
header .main-header .logo {
  padding-top: 10px;
}
header .main-header .main-menu nav ul.nav.navbar-nav.main-menu>li:first-child {
  padding-left: 10px;
}
header .main-header .main-menu nav ul.nav.navbar-nav.main-menu>li:last-child {
  padding-right: 10px;
}
@media (max-width: 1318px){
  header .main-header .main-menu nav ul li {
    padding: 17px 7px;
  }
  header .main-header .main-menu nav ul li {
    padding: 17px 2px;
  }
  header .main-header .main-menu nav ul.nav.navbar-nav.main-menu>li:first-child {
    padding-left: 7px;
  }
  header .main-header .main-menu nav ul.nav.navbar-nav.main-menu>li:last-child {
    padding-right: 7px;
  }
}
@media (max-width: 1300px) and (min-width: 1201px){
  header .main-header .main-menu nav ul li a {
    font-size: 14px;
  }
  header .main-header .main-menu nav ul li {
    padding: 17px 6px;
  }
  header .main-header .main-menu nav ul.nav.navbar-nav.main-menu>li:first-child {
    padding-left: 6px;
  }
  header .main-header .main-menu nav ul.nav.navbar-nav.main-menu>li:last-child {
    padding-right: 6px;
  }
}
@media (max-width: 1200px) {
  header .main-header .main-menu nav ul li a {
    font-size: 13px;
  }
  header .main-header .main-menu nav ul li {
    padding: 17px 4px;
  }
  header .main-header .main-menu nav ul.nav.navbar-nav.main-menu>li:first-child {
    padding-left: 4px;
  }
  header .main-header .main-menu nav ul.nav.navbar-nav.main-menu>li:last-child {
    padding-right: 4px;
  }
}
@media (max-width: 1025px){
  header .main-header .logo img {
    max-width: 125px;
  }
  header .main-header .logo {
    padding-top: 11px;
    display: inline-block;
  }
  header .main-header .main-menu nav ul li {
    padding: 17px 2px;
  }
}
@media screen and (max-width: 768px){
  header .main-header .radio {
    padding: 4px 8px;
    left: 32px;
  }
  header .main-header .radio span {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px){
  header .main-header .logo img {
    max-width: 110px;
  }
  header .main-header .logo {
    padding-top: 12px;
    display: inline-block;
  }
  .flex-caption {
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border-radius: 0;
    font-size: 11px;
    max-width: 100%;
    margin-bottom: 0!important;
  }
  header .main-header .radio {
    left: 30px;
  }
}
@media screen and (max-width: 374px){
  header .main-header .radio {
    padding: 4px 8px;
  }
  header .main-header .radio span {
    font-size: 11px;
    margin-left: -11px;
  }
}