/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-tabs {
  background: #ffffff;
  border: 1px solid #dddddd;
}
.g-tabs .uk-tab {
  border-color: #dddddd;
}
.g-tabs .uk-tab > li > a {
  border: none;
  border-radius: 0;
  margin: 0 !important;
  color: #828282;
  text-shadow: none;
  padding: 20px 25px !important;
  -webkit-transition: background, 0.2s;
  -moz-transition: background, 0.2s;
  transition: background, 0.2s;
}
.g-tabs .uk-tab > li > a:hover {
  color: #828282;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-tabs .uk-tab > li > a {
    padding: 20px 15px !important;
  }
}
.g-tabs .uk-tab > li.uk-active > a {
  color: #828282;
}
.g-tabs .uk-tab > li .g-title-icon {
  margin-right: 10px;
}
.g-tabs .uk-tab .uk-tab-responsive {
  margin: 0;
}
.g-tabs .uk-tab .uk-tab-responsive > a {
  cursor: pointer;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown {
  margin: 0;
  font-size: 0.9rem;
  border-color: #dddddd;
  padding: 0;
  border-radius: 0;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav {
  margin: 0;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a {
  padding: 15px 25px;
  color: #828282;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:before {
  border: none;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:hover {
  background: #f8f8f8;
  box-shadow: none;
}
.g-tabs .uk-tab-grid {
  margin: 0;
}
.g-tabs .uk-tab-grid:before {
  border-color: #dddddd;
}
@media only all and (max-width: 47.99rem) {
  .g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav {
    width: auto;
  }
}
.g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav > a, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav > a {
  border-right: none;
  border-left: 1px solid #dddddd;
}
.g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav:first-child > a, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav:first-child > a {
  border-left: none;
}
.g-tabs .uk-tab-top {
  border-bottom: 1px solid #dddddd;
}
.g-tabs .uk-tab-top .g-tab-nav > a {
  border-right: 1px solid #dddddd;
}
.g-tabs .uk-tab-top .g-tab-nav > a:before {
  border-top: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.g-tabs .uk-tab-top .g-tab-nav.uk-active > a:before {
  border-top-color: #678baa;
}
.g-tabs .uk-tab-bottom {
  border-top: 1px solid #dddddd;
}
.g-tabs .uk-tab-bottom .g-tab-nav > a {
  border-right: 1px solid #dddddd;
}
.g-tabs .uk-tab-bottom .g-tab-nav > a:before {
  border-bottom: 3px solid transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.g-tabs .uk-tab-bottom .g-tab-nav.uk-active > a:before {
  border-bottom-color: #678baa;
}
.g-tabs .uk-tab-left .g-tab-nav > a {
  border-top: 1px solid #dddddd;
}
.g-tabs .uk-tab-left .g-tab-nav > a:before {
  border-left: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.g-tabs .uk-tab-left .g-tab-nav:first-child > a {
  border-top: none;
}
.g-tabs .uk-tab-left .g-tab-nav.uk-active > a:before {
  border-left-color: #678baa;
}
.g-tabs .uk-tab-right .g-tab-nav > a {
  border-top: 1px solid #dddddd;
}
.g-tabs .uk-tab-right .g-tab-nav > a:before {
  border-right: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.g-tabs .uk-tab-right .g-tab-nav:first-child > a {
  border-top: none;
}
.g-tabs .uk-tab-right .g-tab-nav.uk-active > a:before {
  border-right-color: #678baa;
}
.g-tabs .tabs-content {
  overflow: hidden;
}
.g-tabs .tabs-content.uk-margin {
  margin-bottom: 0;
}
.g-tabs .tabs-content p {
  margin-bottom: 0;
}
.g-tabs .tabs-content .button {
  margin-top: 25px;
}
.g-tabs .tabs-content.left {
  padding: 35px;
  margin-left: -35px;
}
@media only all and (max-width: 47.99rem) {
  .g-tabs .tabs-content.left {
    margin-left: 0;
  }
}
.g-tabs .tabs-content.left p:first-child {
  margin-top: 0;
}
.g-tabs .tabs-content.right {
  padding: 35px;
  margin-right: -35px;
}
@media only all and (max-width: 47.99rem) {
  .g-tabs .tabs-content.right {
    margin-right: 0;
  }
}
.g-tabs .tabs-content.right p:first-child {
  margin-top: 0;
}
.g-tabs .tabs-content.top {
  padding: 35px;
  margin: 0;
}
.g-tabs .tabs-content.top > li {
  margin: 0;
}
.g-tabs .tabs-content.bottom {
  padding: 35px;
  margin: 0;
}
.g-tabs .tabs-content.bottom > li {
  margin: 0;
}
#g-header {
  background: #000000;
}
#g-post-main1 {
  background-color: #eae4e4;
}
#g-feature {
  background-color: #eae4e4;
}
.autosize-backgound-fullhd {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 0;
  /*para el autosize del div respecto al background necesitamos el "ratio" de la img para usarlo como padding top*/
  /* (1080 / 1920 * 100) */
  padding-top: 56.25% !important;
}
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.width100 {
  width: 100% !important;
}
.border0 {
  border-width: 0px !important;
}
p {
  margin: 0 !important;
}
.su-note {
  border-width: 0px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.su-note-inner {
  border-width: 0px !important;
}
#g-footer {
  background-color: #000000;
  background-image: url('https://guayraradio.com.ar/wp-content/uploads/2021/03/bottom1-web.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 950px;
  /*para el autosize del div respecto al background necesitamos el "ratio" de la img para usarlo como padding top*/
  /* (853 / 1280 * 100) */
}
.widgets-footer {
  background-color: #ffffffc4;
  color: black;
  padding: 10px;
  min-height: 950px;
}
.widgets-footer .widget h2, .widgets-footer .widget a, .widgets-footer .widget li {
  color: #000000;
  list-style-type: none;
}
.widgets-footer .widget a:hover {
  color: #e6f8a3;
}
#inicio-paralax1 {
  height: 220px;
  background-size: cover !important;
  background-image: url('https://guayraradio.com.ar/wp-content/uploads/2021/03/siluetamonte1-2048x396.jpg');
}
.clear:after {
  clear: both;
  content: "";
  display: table;
}
.centerbox {
  display: flex;
  flex-wrap: wrap;
  /* optional. only if you want the items to wrap */
  justify-content: center;
  /* for horizontal alignment */
  align-items: center;
  /* for vertical alignment */
}
/* grilla de areas BEGIN*/
#grilladeareas {
  width: 1100px;
  margin: auto;
  /*background-color: lightgreen;*/
}
/* grilla de areas END*/
/* grilla2 BEGIN*/
#grilla2 {
  min-height: 400px;
  width: 100%;
  background-image: url('../images/franja-servicios-fondo3.jpg');
  background-position: center top;
  background-size: 100% !important;
  background-repeat: no-repeat;
  background-color: lightgreen;
}
#grilla2-contenido {
  /*height: 80%;
width: 80%;*/
  padding: 10px 50px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
}
/* grilla2 END*/
/*elementos grillas BEGIN*/
.elemento-grilla {
  width: 180px;
  height: 180px;
  margin: 10px;
  float: left;
  /*   border: 10px solid #fff;*/
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px #000;
  -moz-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000;
  cursor: default;
}
.elemento-grilla img {
  display: block;
  position: relative;
}
.elemento-grilla h2 {
  line-height: 18px;
  font-size: 17px;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px 0 10px 0;
  background: rgba(0, 0, 0, 0.1);
  margin: 50% 0 0 0;
}
.elemento-grilla p {
  /*   font-style: italic;*/
  font-size: 14px;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  margin: 0px;
  text-align: center;
}
.elemento-grilla a.bloque {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.elemento-grilla p.vermas {
  display: inline-block;
  width: 100px;
  left: 50px;
  bottom: -40px;
  position: absolute;
  text-decoration: none;
  padding: 4px 8px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
.elemento-grilla p.vermas:hover {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}
.elemento-grilla-1 {
  background-color: #4e898d;
}
.elemento-grilla-1:hover {
  background-color: rgba(206, 119, 39, 0.9);
}
.elemento-grilla-2 {
  background-color: rgba(255, 135, 25, 0.6);
}
.elemento-grilla-2 h2 {
  background: rgba(0, 0, 0, 0.3);
}
.elemento-grilla-2:hover {
  background-color: rgba(49, 90, 95, 0.8);
}
/*elementos grillas END*/
/*Efectos BEGIN*/
.efectos .mascara, .efectos .content {
  width: 180px;
  height: 180px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.efectos-1 h2 {
  /* -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;*/
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.efectos-1 p {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.efectos-1 p.vermas {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.efectos-1:hover h2, .efectos-1:hover p, .efectos-1:hover p.vermas {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.efectos-1:hover h2 {
  background: rgba(0, 0, 0, 0.2);
  margin: 10% 0 0 0;
}
.efectos-1:hover p {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.efectos-1:hover p.vermas {
  bottom: 0px;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/*efectos END*/
@media only all and (min-width: 75rem) {
  #header-logo-1 {
    height: 180px;
    margin-left: 10%;
  }
}
@media (max-width: 1700px) and (min-width: 1400px) {
  #header-logo-1 {
    height: 150px;
    margin-left: 8%;
  }
  #header-preslider-1 {
    height: 90px;
  }
}
@media (max-width: 1399px) and (min-width: 1000px) {
  #header-logo-1 {
    height: 130px;
    margin-left: 6%;
  }
  #header-preslider-1 {
    height: 70px;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #header-logo-1 {
    height: 110px;
    margin-left: 6%;
  }
  #header-preslider-1 {
    height: 60px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #header-logo-1 {
    height: 100px;
    margin-left: 5%;
  }
  #header-preslider-1 {
    height: 55px;
  }
  ul.grilladeareas {
    width: 750px;
  }
  ul.grilladeareas li {
    height: 140px;
    width: 140px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #player_iframe {
    width: 100%;
    height: 45px;
  }
  #header-logo-1 {
    position: relative;
    height: 60px;
    width: 40px;
    margin: auto;
  }
  #header-preslider-1 {
    height: 50px;
  }
  #postslider-1 {
    display: block;
    border-bottom: 3px solid rgba(230, 120, 23, 0.9);
  }
  ul.grilladeareas {
    width: 670px;
  }
  ul.grilladeareas li {
    height: 120px;
    width: 120px;
  }
  ul.grilladeareas li h2 {
    line-height: 1.2rem;
    font-size: 1.1rem;
  }
  #g-footer {
    background-size: cover;
    min-height: 680px;
  }
  .widgets-footer {
    min-height: 680px;
  }
}
@media only all and (max-width: 30rem) {
  #player_iframe {
    width: 100%;
    height: 45px;
  }
  #header-logo-1 {
    position: relative;
    height: 60px;
    width: 40px;
    margin: auto;
  }
  #header-preslider-1 {
    height: 35px;
    border-top: 0px;
  }
  #postslider-1 {
    display: block;
    border-bottom: 3px solid rgba(230, 120, 23, 0.9);
  }
  ul.grilladeareas {
    width: 100%;
  }
  ul.grilladeareas li {
    height: 120px;
    width: 120px;
  }
  ul.grilladeareas li h2 {
    line-height: 1.2rem;
    font-size: 1.1rem;
  }
  #g-footer {
    background-size: cover;
    min-height: 680px;
  }
  .widgets-footer {
    min-height: 680px;
  }
}
@media only all and (max-width: 47.99rem) {
  #franja-servicios {
    background-size: cover !important;
    background-position: center top !important;
  }
}
/*# sourceMappingURL=custom_paginas-single1.css.map */