/*
Theme Name: Urbana
Text Domain: twentynineteen
*/
/*
$blue: #001f90 !default;
$yellow: #f7e601 !default;
$third-color: #34afee !default;
$green: #41c7b8 !default;
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=swap");
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 500;
}

body {
  font-family: "Open Sans Condensed";
  font-size: 16px;
  color: #308C93;
  font-weight: normal;
}
body img {
  max-width: 100%;
  height: auto;
}

.site {
  float: left;
  width: 100%;
  overflow: hidden;
}

section {
  float: left;
  width: 100%;
}

.hidden {
  display: none;
}

input[type=text], input[type=email], input[type=search], input[type=submit], textarea, button {
  font-family: "Open Sans Condensed";
  font-size: 16px;
  color: #308C93;
  font-weight: normal;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit].btn, button.btn {
  color: #fff;
}

select {
  font-family: "Open Sans Condensed";
  font-size: 16px;
  color: #308C93;
  font-weight: normal;
  -webkit-appearance: none;
  background-image: url(dropdown.svg) !important;
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 6%;
}

h1,
.h1,
.somos_urbana__background__title,
.h1 p,
.somos_urbana__background__title p {
  font-size: 60px;
}
@media only screen and (max-width: 1100px) {
  h1,
.h1,
.somos_urbana__background__title,
.h1 p,
.somos_urbana__background__title p {
    font-size: 53px;
  }
}
@media only screen and (max-width: 600px) {
  h1,
.h1,
.somos_urbana__background__title,
.h1 p,
.somos_urbana__background__title p {
    font-size: 47px;
  }
}

h2,
.h2,
.home-hero__radio__vivo,
.h2 p,
.home-hero__radio__vivo p {
  font-size: 40px;
}
@media only screen and (max-width: 1100px) {
  h2,
.h2,
.home-hero__radio__vivo,
.h2 p,
.home-hero__radio__vivo p {
    font-size: 35px;
  }
}
@media only screen and (max-width: 600px) {
  h2,
.h2,
.home-hero__radio__vivo,
.h2 p,
.home-hero__radio__vivo p {
    font-size: 35px;
  }
}

h3,
.h3,
.h3 p {
  font-size: 28px;
}
@media only screen and (max-width: 1100px) {
  h3,
.h3,
.h3 p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  h3,
.h3,
.h3 p {
    font-size: 24px;
  }
}

h4,
.h4,
.contacto__cont__form .gform_wrapper textarea.medium,
.contacto__cont__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contacto__cont__text p,
.h4 p,
.contacto__cont__form .gform_wrapper textarea.medium p,
.contacto__cont__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) p {
  font-size: 21px;
}
@media only screen and (max-width: 1100px) {
  h4,
.h4,
.contacto__cont__form .gform_wrapper textarea.medium,
.contacto__cont__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contacto__cont__text p,
.h4 p,
.contacto__cont__form .gform_wrapper textarea.medium p,
.contacto__cont__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  h4,
.h4,
.contacto__cont__form .gform_wrapper textarea.medium,
.contacto__cont__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contacto__cont__text p,
.h4 p,
.contacto__cont__form .gform_wrapper textarea.medium p,
.contacto__cont__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) p {
    font-size: 18px;
  }
}

h5,
.h5,
.h5 p {
  font-size: 20px;
}
@media only screen and (max-width: 1100px) {
  h5,
.h5,
.h5 p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  h5,
.h5,
.h5 p {
    font-size: 18px;
  }
}

h6,
.h6,
.upper-titles,
.button,
.btn,
.btn-primary,
.button-primary,
.h6 p,
.upper-titles p,
.button p,
.btn p,
.btn-primary p,
.button-primary p {
  font-size: 16px;
}
@media only screen and (max-width: 1100px) {
  h6,
.h6,
.upper-titles,
.button,
.btn,
.btn-primary,
.button-primary,
.h6 p,
.upper-titles p,
.button p,
.btn p,
.btn-primary p,
.button-primary p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  h6,
.h6,
.upper-titles,
.button,
.btn,
.btn-primary,
.button-primary,
.h6 p,
.upper-titles p,
.button p,
.btn p,
.btn-primary p,
.button-primary p {
    font-size: 16px;
  }
}

a {
  color: #ffffff;
}

p,
figure,
li,
h5 {
  font-family: "Open Sans Condensed";
  font-size: 16px;
  color: #308C93;
  font-weight: normal;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.5;
}
p a,
figure a,
li a,
h5 a {
  color: #ffffff;
  position: relative;
}
p a:hover,
figure a:hover,
li a:hover,
h5 a:hover {
  color: #308C93;
}

p a {
  text-decoration: underline;
}

b,
strong,
strong * {
  font-weight: 600;
}

*:focus {
  outline: none;
}

.row {
  float: left;
  width: 100%;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container,
.page-width {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 120px;
}
@media only screen and (max-width: 750px) {
  .container,
.page-width {
    padding: 0 30px;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  float: left;
  clear: both;
  width: 100%;
}

.centerDiv {
  display: flex;
  align-items: center;
}

.upper-titles, .button, .btn, .btn-primary, .button-primary {
  text-transform: uppercase;
}

.button, .btn, .btn-primary, .button-primary {
  display: inline-block;
  max-width: 100%;
  height: 55px;
  line-height: 55px;
  font-weight: 700;
  background: #f2e530;
  color: #00248c;
  padding: 0 60px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.button:hover, .btn:hover, .btn-primary:hover, .button-primary:hover {
  opacity: 0.4;
}
@media only screen and (max-width: 600px) {
  .button, .btn, .btn-primary, .button-primary {
    width: 100%;
    text-align: center;
  }
}
.button [data-loader], .btn [data-loader], .btn-primary [data-loader], .button-primary [data-loader] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button [data-loader] svg, .btn [data-loader] svg, .btn-primary [data-loader] svg, .button-primary [data-loader] svg {
  width: 30px;
}

.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iframe-wrapper {
  float: left;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.slick-arrow,
.slick-dots button {
  cursor: pointer;
}

.btn-whatsapp {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 50px;
  border-radius: 15px;
  background: #25d366;
  text-align: center;
  display: inline-block;
  color: #fff;
  box-shadow: #333 0 0 10px;
  z-index: 1000;
  padding: 5px 5px 0;
}
@media only screen and (max-width: 1100px) {
  .btn-whatsapp {
    bottom: 10px;
    left: 10px;
  }
}
.btn-whatsapp svg {
  max-width: 80%;
}
.btn-whatsapp:hover {
  transform: translateY(-10%);
  transition: all 0.5s;
}

.header {
  position: fixed;
  z-index: 100;
  float: left;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0 20px;
  background: #000000;
  transition: all 0.3s ease;
}
.header .responsive__menu {
  display: none;
  height: 100vh;
  display: block;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.6);
}
.header .right {
  display: flex;
  align-items: center;
}
.header .right .menu {
  display: none;
}
.header .right .socials {
  float: right;
  margin-right: 60px;
}
@media only screen and (max-width: 1300px) {
  .header .right .socials {
    display: none;
  }
}
.header .right .socials a {
  margin: 0 10px;
}
.header .logo {
  margin-top: 12px;
  float: left;
}
.header .menu__cont {
  float: left;
  transition: all 0.3s ease;
  margin: 0 20px 0 20px;
}
@media only screen and (max-width: 1300px) {
  .header .menu__cont {
    display: none;
  }
}
.header .menu__cont .menu-menu-container {
  float: left;
}
.header .menu__cont .menu-menu-container .nav-menu {
  float: left;
  list-style: none;
}
.header .menu__cont .menu-menu-container .nav-menu li {
  float: left;
  padding: 0 5px;
  margin-bottom: 0;
  margin-top: 6px;
  position: relative;
  padding-bottom: 20px;
}
.header .menu__cont .menu-menu-container .nav-menu li a {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1300px) {
  .header .menu__cont .menu-menu-container .nav-menu li a {
    font-size: 30px;
  }
}
.header__vivo {
  margin-top: 11px;
  position: absolute;
  margin-left: 215px;
}
@media only screen and (max-width: 1300px) {
  .header__vivo {
    display: none;
  }
}
.header__vivo .header__home {
  font-size: 22px;
}
.header__vivo .header__home .right {
  background-image: url(images/sound.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  width: 18px;
  height: 20px;
  position: absolute;
  top: 6px;
  right: -28px;
}
.header__vivo .header__home .left {
  background-image: url(images/sound-left.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  width: 18px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: -28px;
}
.header .responsive__btn {
  float: left;
  margin-top: 5px;
  position: relative;
  z-index: 11;
  width: 30px;
  height: 24px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1300px) {
  .header .responsive__btn {
    display: block;
    margin-top: 10px;
  }
}
.header .responsive__btn span {
  display: inline-block;
  background: #2D8F97;
  width: 100%;
  height: 3px;
  transition: all 0.5s ease;
  border-radius: 2px;
  position: absolute;
  left: 0;
}
.header .responsive__btn span:nth-child(1) {
  top: 0px;
}
.header .responsive__btn span:nth-child(2), .header .responsive__btn span:nth-child(3) {
  top: 9px;
}
.header .responsive__btn span:nth-child(4) {
  top: 18px;
}
.header .responsive__btn.open span {
  background: #2D8F97;
}
.header .responsive__btn.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.header .responsive__btn.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header .responsive__btn.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header .responsive__btn.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.header .responsive__menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  float: left;
  z-index: -1;
}
.header .responsive__menu .menu__cont {
  display: block;
  position: static;
  min-height: 100vh;
  padding-top: 100px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .header .responsive__menu .menu__cont {
    display: flex;
    flex-direction: column;
  }
}
.header .responsive__menu .menu__cont .menu-menu-container {
  width: 100%;
  max-height: calc(100vh - 200px);
}
.header .responsive__menu .menu__cont .menu-menu-container ul {
  width: 100%;
  padding-bottom: 20px;
}
.header .responsive__menu .menu__cont .menu-menu-container ul li {
  float: left;
  width: 100%;
  padding: 5px 0 5px 0;
  margin: 0;
}
.header .responsive__menu .menu__cont .menu-menu-container ul li .menu__arrow {
  display: none;
  background-image: url(images/menu-triangule.svg);
  background-size: 18px auto;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  width: 68px;
  height: 21px;
  margin-top: -2px;
}
@media only screen and (max-width: 1300px) {
  .header .responsive__menu .menu__cont .menu-menu-container ul li .menu__arrow {
    display: inline-block;
  }
}
.header .responsive__menu .menu__cont .menu-menu-container ul li.active .menu__arrow {
  transform: rotate(180deg);
}
.header .responsive__menu .menu__cont .menu-menu-container ul li ul {
  position: static;
  display: none;
  padding: 0;
  background: none;
}
.header .responsive__menu .menu__cont .menu-menu-container ul li ul li {
  padding: 10px 25px 10px 25px;
}
.header .responsive__menu .menu__cont__share {
  display: none;
}
@media only screen and (max-width: 600px) {
  .header .responsive__menu .menu__cont__share {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
  }
  .header .responsive__menu .menu__cont__share a {
    color: white;
    width: 50px;
    height: 50px;
    background: url(images/compartir.svg) left center no-repeat;
    z-index: 20;
  }
}
@media only screen and (max-width: 1300px) {
  .header .responsive__menu .logo {
    display: block;
    float: none;
    margin-bottom: 30px;
  }
}
.header .responsive__menu .socials {
  margin-bottom: 30px;
}
.header .responsive__menu .header__vivo {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  right: 214px;
}
@media only screen and (max-width: 900px) {
  .header .responsive__menu .header__vivo {
    padding: 10px 25px;
    display: flex;
    justify-content: center;
    right: 45%;
  }
}
.header .responsive__menu .header__vivo .header__home {
  position: relative;
  font-size: 30px;
}

.site-footer {
  float: left;
  width: 100%;
  position: relative;
}
.site-footer .menu-menu-container ul li {
  margin-bottom: 10px;
}
.site-footer__content {
  float: left;
  width: 100%;
  background-color: #2d8f97;
}
.site-footer__content::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 265px;
  z-index: 1;
  background-color: #1c5a5f;
  transform: rotate(-2deg) scale(1.1);
}
.site-footer__content::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  background: #2D8F97;
  width: 100%;
  height: 265px;
  z-index: 1;
  transform: rotate(2deg) scale(1.1);
  opacity: 0.9;
}
.site-footer__content__text .menu-menu-container ul {
  display: grid;
  width: 40%;
  z-index: 10;
  text-align: center;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .site-footer__content__text .menu-menu-container ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 7px;
    width: 80%;
  }
}
.site-footer__content__text .menu-menu-container ul li a {
  color: black;
  font-size: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .site-footer__content__text .menu-menu-container ul li a {
    font-size: 25px;
  }
}
.site-footer__content__text .socials {
  color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
}
.site-footer__content__text .socials path {
  fill: #000;
}
.site-footer__content__2 {
  float: left;
  width: 100%;
  height: 160px;
  text-align: center;
  padding: 40px;
  background-color: black;
  z-index: 50;
  position: relative;
}
.site-footer__content__2 p {
  color: white;
  padding-top: 5px;
  line-height: 1.3;
}

.parallax-1,
.parallax-2,
.parallax-3,
.parallax-4,
.relative {
  position: relative;
}

.home__hero {
  background-attachment: fixed;
}

.template_podcast {
  background: #000000;
  padding-top: 150px;
  position: relative;
}
.template_podcast .title {
  position: absolute;
  top: 98px;
  left: 60px;
  height: 55px;
  background-color: #2D8F97;
  transform: rotate(-1deg) scale(1.1);
  z-index: 2;
  color: #ffffff;
  float: left;
  width: 100%;
  font-size: 44px;
  text-transform: uppercase;
  padding-left: 60px;
  text-shadow: 0px 4px 4px #000000;
}
@media only screen and (max-width: 1100px) {
  .template_podcast .title {
    padding-left: 30px;
    font-size: 36px;
  }
}
@media only screen and (max-width: 750px) {
  .template_podcast .title {
    left: auto;
  }
}
.template_podcast .title::before {
  content: "";
  position: absolute;
  top: 41px;
  left: 0;
  width: 100%;
  height: 35px;
  background-image: url(images/urbana-ba-radio-fondo.png);
  transform: rotate(-0.5deg);
  z-index: -1;
}
@media only screen and (max-width: 1100px) {
  .template_podcast .title::before {
    top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .template_podcast .title::before {
    top: 67px;
    transform: rotate(360deg) scale(1.1);
    background-color: #308C93;
    height: 88px;
  }
}
.template_podcast__autor {
  font-size: 20px;
  width: 100%;
  text-align: right;
  float: right;
  z-index: 10;
  position: absolute;
  top: -17px;
  right: 20px;
  color: #000000;
  font-weight: 700;
}
.template_podcast .template--grid__item__cont .cont .compartir {
  float: left;
  width: 51px;
  height: 50px;
  background: url(images/compartir-white.svg) left center no-repeat;
  background-size: contain;
  z-index: 20;
  cursor: pointer;
}
.template_podcast .template--grid__item__cont .cont::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #2D8F97);
  z-index: 1;
}
.template_podcast .template--grid__item__cont .cont .sharebox {
  position: absolute;
  top: 0;
  left: 50%;
  width: 150px;
  height: auto;
  text-align: center;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 30px;
  display: none;
  color: #444;
  font-size: 24px;
  transform: translate(-50%, -130%);
  z-index: 1;
  border-radius: 4px;
  z-index: 20;
}
.template_podcast .template--grid__item__cont .cont .sharebox.open {
  display: block !important;
}
.template_podcast .template--grid__item__cont .cont .sharebox a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.template_podcast .template--grid__item__cont .cont .sharebox p {
  margin-bottom: 5px;
}
.template_podcast .read-more a {
  color: #2D8F97;
  font-weight: 300;
}
.template_podcast .read-more a span {
  background-image: url(images/arrow-bottom.svg);
}
.template_podcast .programacion_ads {
  width: 100%;
  display: block;
  float: left;
  text-align: center;
}
.template_podcast .programacion_ads .programacion_ads_cont {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-bottom: 80px;
}
.template_podcast .programacion_ads .programacion_ads_cont img {
  height: 366px;
  width: 366px;
  background-size: cover;
}

.template--grid__item__cont .cont {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.template {
  padding-top: 140px;
  background: #2D8F97;
  position: relative;
}
.template .title {
  position: absolute;
  top: 98px;
  left: 60px;
  height: 40px;
  background-color: #000000;
  transform: rotate(-1deg) scale(1.1);
  z-index: 2;
  color: #ffffff;
  float: left;
  width: 100%;
  font-size: 44px;
  text-transform: uppercase;
  padding-left: 60px;
  text-shadow: 0px 4px 4px #000000;
}
@media only screen and (max-width: 1100px) {
  .template .title {
    padding-left: 30px;
    font-size: 36px;
  }
}
@media only screen and (max-width: 750px) {
  .template .title {
    left: auto;
  }
}
.template--grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  grid-gap: 10px;
  padding: 80px 0 130px;
}
@media only screen and (max-width: 1100px) {
  .template--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .template--grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 40px 0 70px;
  }
}
.template--grid.no-padding {
  padding-bottom: 20px;
}
.template--grid__item {
  float: left;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}
.template--grid__item__cont {
  float: left;
  width: 100%;
  position: relative;
  min-height: 170px;
}
.template--grid__item__cont::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -22px;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #2D8F97);
  z-index: 1;
  transform: rotate(-5deg);
  width: 130%;
  height: 130%;
}
.template--grid__item__cont::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), #2D8F97);
  transform: rotate(5deg);
  width: 130%;
  height: 130%;
}
.template--grid__item__cont .compartir {
  float: left;
  width: 50px;
  height: 50px;
  background: url(images/compartir.svg) left center no-repeat;
  background-size: contain;
  z-index: 20;
  position: absolute;
  top: -30px;
  left: 30px;
}
.template__image {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 72%;
}
.template__title {
  float: left;
  width: 100%;
  font-size: 23px;
  color: #ffffff;
  z-index: 10;
  padding: 40px 30px;
  position: relative;
}
.template__fecha {
  font-size: 20px;
  width: 100%;
  text-align: right;
  float: right;
  z-index: 10;
  position: absolute;
  top: -17px;
  right: 20px;
  font-weight: 600;
}

.programacion {
  padding-top: 44px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .programacion {
    padding-top: 70px;
  }
}
.programacion::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(images/urbana-ba-radio-fondo.png);
  transform: rotate(1.1deg) scale(1.9);
}
@media only screen and (max-width: 1100px) {
  .programacion::before {
    top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .programacion::before {
    top: 67px;
    transform: rotate(360deg) scale(1.1);
    background-color: #308C93;
    height: 88px;
  }
}
.programacion::after {
  content: "";
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
  height: 55px;
  background-color: #000000;
  transform: rotate(-2deg) scale(1.5, 1);
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .programacion::after {
    top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .programacion::after {
    top: 80px;
    transform: rotate(359deg) scale(1.1);
    background-color: #000000;
    height: 65px;
  }
}
.programacion__title {
  float: left;
  width: 100%;
  position: relative;
  top: 80px;
  font-size: 44px;
  text-transform: uppercase;
  padding-left: 60px;
  transform: rotate(-2.5deg) scale(1);
  color: #ffffff;
  text-shadow: 0px 4px 4px #000000;
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  .programacion__title {
    padding-left: 0;
    font-size: 36px;
  }
}
@media only screen and (max-width: 600px) {
  .programacion__title {
    top: 17px;
    position: relative;
    z-index: 20;
    left: 30px;
  }
}
.programacion__cont {
  float: left;
  width: 100%;
  display: block;
  column-count: 3;
  position: relative;
  grid-gap: 20px 60px;
  padding-top: 140px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1100px) {
  .programacion__cont {
    column-count: 2;
  }
}
@media only screen and (max-width: 900px) {
  .programacion__cont {
    column-count: 1;
  }
}
.programacion__cont__item {
  padding: 0 5px;
  background: #000000;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.programacion__cont__item__dias {
  font-size: 23px;
  color: #2D8F97;
  text-transform: uppercase;
}
.programacion__cont__item::before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: url(images/arrowup.svg) center center no-repeat;
  background-size: cover;
  z-index: 1;
}
.programacion__cont__horarios__text {
  line-height: 40px;
  float: right;
  width: 100%;
  color: #ffffff;
  text-align: right;
  background: #2D8F97;
  height: 40px;
  font-size: 23px;
  position: relative;
}
.programacion__cont__horarios__text::before {
  content: "";
  float: left;
  position: absolute;
  top: 2px;
  left: 0;
  width: 35px;
  height: 35px;
  background: url(images/arrowleft.svg) center center no-repeat;
  background-size: cover;
  z-index: 1;
}
.programacion__cont__title {
  float: left;
  width: 100%;
  font-size: 23px;
  color: #2D8F97;
  text-transform: uppercase;
}
.programacion__cont__contents {
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2D8F97;
}
.programacion__cont .dias__cont {
  display: inline-block;
  width: 100%;
}
.programacion .programacion_ads {
  width: 100%;
  display: block;
  float: left;
  text-align: center;
}
.programacion .programacion_ads .programacion_ads_cont {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 900px) {
  .programacion .programacion_ads .programacion_ads_cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
  }
}
.programacion .programacion_ads .programacion_ads_cont img {
  height: 366px;
  width: 366px;
  background-size: cover;
}

.somos_urbana {
  float: left;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .somos_urbana {
    display: flex;
    flex-direction: column-reverse;
  }
}
.somos_urbana__image {
  position: relative;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .somos_urbana__image {
    width: 100%;
  }
}
.somos_urbana__background {
  position: relative;
  width: 100%;
  float: left;
  height: 100vh;
  background-image: url(images/urbana-ba-radio-fondo.png);
  text-align: center;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .somos_urbana__background {
    display: flex;
    position: relative;
    font-size: 15px;
  }
}
.somos_urbana__background::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.somos_urbana__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.somos_urbana__background__title {
  color: #ffffff;
  text-shadow: 0px 4px 4px #308C93;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .somos_urbana__background__title {
    padding-top: 20px;
  }
}
.somos_urbana__background__text {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 60px;
  color: #ffffff;
  margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
  .somos_urbana__background__text {
    padding: 0 20px;
    margin-bottom: 45px;
  }
}
.somos_urbana__background__logo {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.somos_urbana__background__logo img {
  width: 250px;
}
.somos_urbana__background__2 {
  float: right;
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .somos_urbana__background__2 {
    display: flex;
    width: 100%;
    float: left;
  }
}
.somos_urbana__background__2 img {
  width: 100%;
  object-fit: cover;
  height: 100vh;
}
@media only screen and (max-width: 600px) {
  .somos_urbana__background__2 img {
    object-fit: contain;
    height: auto;
  }
}

.contacto {
  float: left;
  width: 100%;
  background: #000000;
  position: relative;
}
.contacto__title {
  position: absolute;
  top: -15px;
  left: 60px;
  height: 55px;
  background-color: #308C93;
  transform: rotate(-1deg) scale(1.1);
  z-index: 2;
  color: #ffffff;
  float: left;
  width: 100%;
  font-size: 44px;
  text-transform: uppercase;
  padding-left: 60px;
  text-shadow: 0px 4px 4px #000000;
}
@media only screen and (max-width: 750px) {
  .contacto__title {
    left: auto;
    font-size: 30px;
    padding-left: 30px;
  }
}
.contacto__image {
  position: relative;
  padding-top: 90%;
  width: 50%;
  float: left;
}
@media only screen and (max-width: 1300px) {
  .contacto__image {
    width: 100%;
    padding-top: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .contacto__image {
    padding-top: 19%;
  }
}
@media only screen and (max-width: 600px) {
  .contacto__image .image-background {
    position: relative;
  }
}
.contacto__cont {
  width: 50%;
  float: right;
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 1300px) {
  .contacto__cont {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.contacto__cont__text p {
  margin-bottom: 0;
  color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .contacto__cont__text p {
    font-size: 18px;
  }
}
.contacto__cont__text p strong a {
  text-decoration: none;
}
.contacto__cont__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 50px;
  width: 100%;
  background: linear-gradient(106deg, rgba(0, 0, 0, 0.1) -90%, #2d8f97 72%);
  color: #ffffff;
  padding-left: 20px;
}
.contacto__cont__form .gform_wrapper textarea.medium {
  width: 100%;
  background: linear-gradient(106deg, rgba(0, 0, 0, 0.1) -90%, #2d8f97 72%);
  color: #ffffff;
  padding-left: 20px;
}
.contacto__cont__form .gform_wrapper textarea.medium::placeholder {
  color: #ffffff;
}
.contacto__cont__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  color: #ffffff;
}
.contacto__cont__form .gform_wrapper ul.gform_fields li.gfield {
  margin: 0;
  padding: 0;
}
.contacto__cont__form .gform_wrapper .gfield_required {
  display: none;
}
.contacto__cont__form .gform_footer button {
  float: right;
  background: none;
  color: #308C93;
  font-size: 30px;
  padding-right: 0;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .contacto__cont__form .gform_footer button {
    width: auto;
  }
}
.contacto__cont__form .gform_footer button::before {
  content: "";
  float: left;
  position: absolute;
  top: 10px;
  left: 15px;
  width: 35px;
  height: 35px;
  background: url(images/arrowleft-v.svg) center center no-repeat;
  background-size: cover;
  z-index: 1;
}
.contacto__cont__form .gform_wrapper div.validation_error {
  color: #308C93;
  border: none;
  margin-bottom: 0;
}
.contacto__cont__form .gform_wrapper .validation_message {
  color: #308C93;
  padding-top: 5px !important;
}
.contacto__cont__form .gform_wrapper li.gfield.gfield_error {
  border: none;
  background: none;
}
.contacto__cont__form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .contacto__cont__form .gform_wrapper li.gfield_error textarea {
  border: none;
}
.contacto__cont__form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  width: 100%;
}
.contacto__cont__form .gform_confirmation_message_1 {
  text-align: center;
  padding-top: 90px;
  font-size: 20px;
  color: #ffffff;
}

.home-hero {
  display: block;
  width: 100%;
  height: 100vh;
  float: left;
  background: url(images/urbana-ba-radio-fondo.png) center center no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
}
.home-hero__content {
  width: 450px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.home-hero::after {
  content: "";
  float: left;
  position: absolute;
  top: 60%;
  right: 38%;
  width: 160px;
  height: 160px;
  background: url(images/animation.svg) center center no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .home-hero::after {
    right: 0;
  }
}
.home-hero__radio {
  float: left;
  position: absolute;
  top: 50%;
  left: -50%;
  width: 100%;
  transform: translate(50%, -50%);
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .home-hero__radio {
    transform: translate(50%, 30%);
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.home-hero__radio__arrow {
  float: left;
  position: relative;
  top: 100px;
  left: 45%;
  width: 50px;
  height: 50px;
  background: url(images/arrowup.svg) center center no-repeat;
  background-size: cover;
  z-index: 1;
  transform: rotateX(180deg);
}
@media only screen and (max-width: 600px) {
  .home-hero__radio__arrow {
    left: 45%;
    top: 55px;
  }
}
.home-hero__radio .logo-urbana {
  float: left;
  width: 100%;
  height: 90px;
  background: url(images/logo.svg) top center no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}
.home-hero__radio__vivo {
  float: left;
  width: 100%;
  color: #FF0000;
  text-align: center;
  position: relative;
  transform: rotate3d(1, 1, 1, -8deg);
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .home-hero__radio__vivo {
    display: none;
  }
}
.home-hero__radio__vivo span {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #FF0000;
  border-radius: 20px;
  transform: translate(-25px, -50%);
}
.home-hero__radio__escucha {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .home-hero__radio__escucha {
    display: flex;
    flex-direction: column;
  }
}
.home-hero__radio__escucha span {
  float: left;
  width: 100%;
  height: 90px;
  background: url(images/escucha.svg) top center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 600px) {
  .home-hero__radio__escucha span {
    height: 70px;
  }
}
.home-hero__radio__cont {
  float: left;
  width: 100%;
}
.home-hero__radio__cont .google {
  float: left;
  width: 100%;
  height: 50px;
  background: url(images/google.png) top center no-repeat;
  background-size: contain;
}
.home-hero__radio__listen {
  float: left;
  width: 100%;
}
.home-hero__radio__listen .listen {
  float: right;
  width: 100%;
  height: 50px;
  background: url(images/listen.svg) top center no-repeat;
  background-size: contain;
}

.instagram__feed {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  background: url(images/urbana-ba-radio-fondo.png);
  background-size: cover;
}
.instagram__feed__hero__title {
  position: absolute;
  top: -40px;
  left: 0;
  height: 50px;
  background-color: #000000;
  transform: rotate(-2.5deg) scale(1);
  z-index: 2;
  color: #ffffff;
  float: left;
  width: 100%;
  font-size: 44px;
  text-transform: uppercase;
  padding-left: 160px;
  text-shadow: 0px 4px 4px #000000;
}
@media only screen and (max-width: 900px) {
  .instagram__feed__hero__title {
    top: -16px;
    left: 0;
    transform: rotate(-3deg) scale(1.1);
  }
}
@media only screen and (max-width: 600px) {
  .instagram__feed__hero__title {
    top: -6px;
  }
}
.instagram__feed::before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.instagram__feed::after {
  /*background-color: rgb(106 225 230 / 68%);
  content: "";
  position: absolute;
  top: 267px;
  left: 29%;
  //width: 100%;
  height: 100%;
  transform: rotate(7deg) scale(2, 1); */
}
.instagram__feed .instagram__feed__1 {
  display: block;
  width: 100%;
  padding: 80px 0;
}
.instagram__feed .instagram__feed__1__button {
  position: relative;
  width: 100%;
  float: left;
  padding: 50px 0;
  display: flex;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  z-index: 2;
}
.instagram__feed .instagram__feed__1__button .button__1 span {
  background-image: url(images/arrow-b1.svg);
  height: 40px;
  width: 40px;
  display: inline-flex;
  position: relative;
  top: 15px;
  left: 15px;
  flex-direction: row;
  justify-content: center;
}
.instagram__feed .instagram__feed__1 #sb_instagram #sbi_load .sbi_load_btn {
  position: relative;
  background: none;
  box-shadow: none;
}
.instagram__feed .instagram__feed__1 #sb_instagram #sbi_load .sbi_load_btn span {
  font-size: 23px;
  font-weight: 800;
  text-transform: uppercase;
}
.instagram__feed .instagram__feed__1 #sb_instagram #sbi_load .sbi_load_btn span::before {
  content: "";
  background-image: url(images/arrow-b1.svg);
  height: 40px;
  width: 40px;
  display: inline-flex;
  position: absolute;
  top: 7px;
  right: -35px;
  flex-direction: row;
  justify-content: center;
}
.instagram__feed .instagram__feed__1 #sb_instagram #sbi_load .sbi_load_btn .sbi_loader {
  display: nones;
}

.page-404 {
  float: left;
  width: 100%;
  padding: 200px 0;
  text-align: center;
}

.home .site-footer {
  display: block;
  width: 100%;
  position: relative;
  float: left;
  z-index: 20;
}
.home .header__vivo {
  float: left;
  margin-left: 150px;
}
@media only screen and (max-width: 600px) {
  .home .header {
    position: fixed;
  }
}
.home .header .menu__cont .menu-menu-container .nav-menu li {
  padding: 0 15px;
}
.home .header .menu__cont .menu-menu-container .nav-menu li a {
  font-size: 22px;
}
@media only screen and (max-width: 1300px) {
  .home .header .menu__cont .menu-menu-container .nav-menu li a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .home .header .menu__cont .menu-menu-container .nav-menu li {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 1300px) {
  .home .header .right .menu {
    display: block;
    font-size: 25px;
    padding-top: 7px;
    padding-right: 10px;
  }
}
.home .right .socials {
  margin-top: 15px;
}

.page-podcast .template_podcast .template--grid__item__cont .cont::before {
  display: none;
}
.page-podcast .template--grid__item__cont::before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), #2D8F97);
}
.page-podcast footer::before {
  background-color: #2D8F97;
  transform: rotate(2deg) scale(1.1);
}
.page-podcast footer::after {
  background-color: #000000;
}

.read-more {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 23px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 30px;
}
.read-more a {
  color: #000000;
  font-weight: 600;
  display: flex;
  flex-direction: row;
}
.read-more a span {
  background-image: url(images/arrow-b.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: relative;
  top: 3px;
  left: 15px;
  cursor: pointer;
}

.bottom {
  padding-top: 0;
}
/*# sourceMappingURL=style.css.map */