#nav {
    overflow: hidden;
    background-color: rgba(0,0,0,0.8);
    padding: 30px 10px;
    transition: 0.4s;  
}

#navbar #logo {
    width: 165px;
    transition: 0.4s;
}

.bg-logo{
    background-color: #535393;
}
.img-logo{
    width: 165px;
}
.nav-link{
    color: #FFFFFF !important;
    font-size: 16px;
}
.draggable-el{
    cursor: grabbing;
}

/*========================
=======Preloader CSS======
==========================*/
.preloader{
    display: table;
    background: #fff;
    z-index: 999999;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

#loaderImage {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
}

#canvas {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}

.active-a{
    background-color: #fff;
    color: #78909C;
    text-decoration: none;
    outline: none;
}

#inicio{
    font-family: 'Roboto', sans-serif;
}
.title-slide{
    font-family: 'Candal', cursive;
    color: #e56733; 
    font-size: 46px;
    letter-spacing: 5px;
}
.txt-slide{
    font-family: 'Sawarabi Gothic', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.txt-parrafos{
    font-family: 'Merriweather Sans', sans-serif;
}
.content-txt-slide{
    padding: 10px;
    background: rgba(0,0,0,0.4);
    width: 70%;
    margin: 0;
}

.content-left{
    text-align: left;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.bgimg-secc{
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.bgimg-secc-1 {
    /*background-image: url("/images/landing/color_1.png");*/
    min-height: 100%;
}
.bgimg-secc-2 {
    background-image: url("/images/landing/prod1.jpg");
    min-height: 100%;
}
.bgimg-secc-3 {
    background-image: url("/images/landing/radio2x.jpg");
    min-height: 100%;
}
.bgimg-secc-4 {
    background-image: url("/images/landing/pamplona5x.jpg");
    min-height: 100%;
}

.bgimg-default{
    position: relative;
    opacity: 0.9;
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.bgimg-1 {
    background-image: url("/images/landing/tv_retro2.jpg");
    min-height: 100%;
}
.bgimg-2 {
    background-image: url("/images/landing/radio_retro1.jpg");
    min-height: 100%;
}
.bgimg-3 {
    background-image: url("/images/landing/contacto1.jpg");
    min-height: 80%;
}

#tv .box{
    padding: 50px 20px;
    margin-bottom: 50px;
    text-align: center;
    border: 1px solid #e6e6e6;
    height: 200px;
    position: relative;
    background: #fafafa;
}
#tv .icon{
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    /*border: 2px solid #535393;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #fff;
}
#tv .title{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#tv .description{
    font-size: 14px;
    line-height: 24px;
}

.bgimg-standard{
    position: relative;
    opacity: 0.9;
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*width: 100%;*/
}

#especialistas .box{
    padding: 50px 20px 0 20px;
    margin-bottom: 50px;
    text-align: center;
    border: 1px solid #e6e6e6;
    height: 100%;
    position: relative;
    background: #ffffff;
}
#especialistas .icon{
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    /*border: 2px solid #535393;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #fff;
}
#especialistas .title{
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}
#especialistas .description{
    font-size: 14px;
    line-height: 24px;
}
.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.icon-podcast{
    animation: pulse 2s infinite;
}
.icon-dish{
    animation: pulse 2s infinite;
}
.section{
    padding: 10px 0px !important;
}
.section-redes{
    font-size: 32px !important;
}
.btn-transparent 
{
    color: #000;
    background: transparent;
    /*border: 1px solid #eee;*/
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active 
{
    color: #545454;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active 
{
    color: #ffffff;
    background-color: #3B5998;
    border-color: #3B5998;
}
.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active,
.btn-youtube.active
{
    color: #ffffff;
    background-color: #bb0000;
    border-color: #bb0000;
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active
{
    color: #ffffff;
    background-color: #517fa4;
    border-color: #517fa4;
}
.btn-whats:hover,
.btn-whats:focus,
.btn-whats:active,
.btn-whats.active
{
    color: #ffffff;
    background-color: #25d366;
    border-color: #25d366;
}
.icon-redes{
    font-size: 22px !important;
    vertical-align: middle;
}
.btn-default-color{
    background-color: #eca83a;
    color: #fff;
}
footer.page-footer .footer-copyright{
    background-color: rgba(0,0,0,0.9) !important;
}
.active-a{
    background-color: #fff;
    color: #78909C;
    text-decoration: none;
    outline: none;
}
.active{
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    text-decoration: none;
    outline: none;
    border-radius: 5px;
}
.icon-secc-1{
    color: #fff;
    font-size: 72px;
    margin-bottom: 15px;
}
.icon-secc-2{
    color: #fff;
    font-size: 12vh;
    margin: 15px;
}
.frame-video{
    width: 100vh; height: 100vh;
}
.h1-secc{
    padding-top: 7rem;
    padding-bottom: 2rem;
    text-align: center;
}
.titulo-secc{
    color: #fff;
    text-align: center;
}
.h1-secc-2{
    padding-top: 7rem;
}
.txt-h1-secc{
    color: #eca83a;
}
.txt-prog{
    font-size: 4rem;
    padding-top: 60px;
}
.icon-prog{
    width: 96px;
    display: inline-block;
    margin: 15px;
    opacity: 0.7;
}
.info-prog{
    font-size: 24px;
}
.txt-contacto{
    text-align: center;
    width: 100%;
    font-size: 22px;
}
.content-contacto{
    padding: 60px;
    margin-top: 2rem;
    background-color: #fff;
}
