/*banners*/
.banner {
    max-width: 780px;
    margin: 30px auto;
    height: auto;
}
.banner img{
   max-width: 100%;
   height: auto;
   width: 100%;
}
.flexAds{
    display: flex;
    flex-wrap: wrap;
    max-width: 1180px;
    width: 100%;
    margin: 30px auto;
    justify-content: center;
    padding: 0 20px;
}
.flexAds > div {
    margin: 10px 0;
    height: auto;
    width: 23%;
    margin-right: 2.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexAds > div:last-child {
    margin-right: 0;
}
.flexAds > div img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.flexAds > div span {
    width: 100%;
}
@media (max-width: 750px){
     .flexAds > div {
        width: 48.6%;
    }
    .flexAds > div:nth-child(even) {
        margin-right: 0;
    }
}
@media (max-width: 450px){
    .flexAds > div {
        width: 100%;
        margin-right: 0;
    }
    .flexAds {
        max-width: 250px;
    }
}
/**/
#headerNAV .navbar-header {
    float: none;
}
#headerNAV .navbar-brand {
    display: block;
    max-width: 215px;
    margin: auto !important;
    float:none;
}
#headerNAV .navbar-brand > img {
    max-width: 100%;
}
#headerNAV .navbar-nav {
    float: none !important;
    margin: 20px auto;
    max-width: 650px;
    margin-top: 0;
}
#headerNAV .search-form .dropdown-menu {
    background: rgba(255, 255, 255,0.9);
    padding: 20px;
    border-top: none;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 1px #aaaaaa;
    box-shadow: 0px 0px 1px #aaaaaa;
    width: 100%;
    top: 148px;
}
.sticky-header #headerNAV .search-form .dropdown-menu {
    top: 128px;
}
#headerNAV  .input-group .btn-default {
    background-color: #ef6400;
}
#headerNAV .navbar-nav > .open > a, #headerNAV .navbar-default .navbar-nav > .open > a:hover, #headerNAV .navbar-default .navbar-nav > .open > a:focus {
    color: #ef6400;
}
#headerNAV .navbar-nav > li > a {
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding: 7px 10px !important;
    background-color: transparent;
}
#headerNAV .navbar-toggle .icon-bar {
    background-color: #ef6400;
}
#headerNAV .navbar-toggle {
    background-image: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
#headerNAV .navbar-toggle:hover, #headerNAV .navbar-toggle:focus {
    background-color: transparent;
}
#tab-side-container ul li.selected-tab {
    background: #ef6400;
}
@media(min-width: 767px){
    #headerNAV .navbar-nav {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media(max-width: 767px){
    
    #headerNAV .navbar-nav > li > a {
        color: #000000!important;
        border-bottom: 1px solid #44444426 !important;
    }
    #headerNAV .navbar-nav > li > a:hover, #headerNAV  .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #FF6600 !important;
    }
}
#footer.secFooter{
    width: 100%;
    min-height: 100px;
    margin: 0 auto;
    padding: 50px 0;
    padding-bottom: 20px;
    color: #000000;
    background-repeat: no-repeat;
    background-position: center top;
    background: none;
    position: relative;
    text-shadow: none;
    background-color: #f4f4f4;
}
#footer.secFooter .footer-about img {
    margin-bottom: 15px;
    width: 100%;
    max-width: 235px;
    margin: auto;
    display: block;
}
#footer.secFooter .footer-list li a {
    color: #000000;
}
#footer.secFooter .footer-list strong{
    color: #FF6600;
}
#footer.secFooter h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ef6400;
}
#footer.secFooter .footer-list {
    display: flex;
    flex-wrap: wrap;
}
#footer.secFooter .seccionesList .footer-list li {
    width: 30%;
}
#footer.secFooter .seccionesList .footer-list li  div > strong{
    font-size: 18px;
    font-weight: 600;
    color: #ef6400;
}
#footer .appsFooter{
    margin-top: 50px;
}
#footer .seccionesList{
    border-right: solid 1px #dddddd;
    border-left: solid 1px #dddddd;
    padding: 0 40px;
}
#footer .webmailIcon{
    margin-top: 25px;
}
#footer .webmailIcon img{
    margin-right:10px;
}
#footer .webmailIcon a{
    font-family: Raleway;
    font-size: 14px;
    font-weight: 600;
    color: #6f6f6f;
}
.footerContacto p{
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: normal;
}
.footerContacto p img {
    margin-right: 10px;
    margin-top: 4px;
}
.socialIconsFTR{
    text-align: center;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}
.socialIconsFTR li{
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
}
.socialIconsFTR li a{
    color: #ef6400;
}
@media(min-width: 991px){
    #footer.secFooter .footer-about {
        padding: 150px 0;
    }
    #footer .datoscontacto{
        padding-left: 50px;
    }
    .footerContacto {
        padding-left: 30px;
    }
}
@media(max-width: 991px){
    #footer .seccionesList {
        border: none;
        border-top: solid 1px #dddddd;
        border-bottom: solid 1px #dddddd;
        padding: 30px 15px;
    }
}
/**/
.tp-bullets.simplebullets.square .bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    opacity: 0.3;
    background-color: #000000;
    background-image: none;
}
.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected{
    background-color: #ef6400;
    opacity: 1;
}
.cntVideoCovid{
    max-width: 536px;
    margin: auto;
}
.cntVideoCovid video{
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
.parallaxCOVID h3{
    font-size: 16px;
    font-weight: 300;
}
.parallaxCOVID h3 strong{
    font-size: 28px;
    font-weight: 500;
}
.parallaxCOVID h3 strong:after, .parallaxCOVID h3 strong:before{
    content:"";
    width: 8px;
    height: 8px;
    background-color: #000000;
    display: inline-block;
}
.parallaxCOVID h3 strong:before{
    margin-right:10px;
    
}
.parallaxCOVID h3 strong:after{
    margin-left:10px;
}
.parallaxCOVID .parallax-caption {
    margin: 30px 0 !important;
}
.parallaxCOVID {
    padding: 60px 15px;
}
#estelaresHome{
    padding-bottom: 60px;
    padding-top: 60px;
}
#estelaresHome .owl-carousel {
    margin-top: 30px;
}
#estelaresHome h2, #secNoticias h2{
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
}
#estelaresHome h2:before, #estelaresHome h2:after,
#secNoticias h2:before, #secNoticias h2:after,
#secAnuncio h2:after{
    content:"";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #ef6400;
    top: -5px;
    position: relative;
}
#estelaresHome h2:after,#secNoticias h2:after, #secAnuncio h2:after{
    margin-left:10px;
    
}
.parallaxCOVID h3 strong:before,#secNoticias h2:before, #estelaresHome h2:before{
    margin-right:10px;
}
#secNoticias{
    padding: 50px 0;
    margin-top: 50px;
    border-top: solid 2px #000000;
}
#secNoticias .btnOrange{
    margin-top: 50px;
}
#estelaresHome p, #secNoticias p{
    font-size: 21px;
    font-weight: normal;
    text-align: center;
    color: #000000;
    line-height: 1.14;
}
#estelaresHome .owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #ef6400;
    font-size: 25px;
    opacity: 0.8;
}
#estelaresHome .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background: transparent;
    opacity: 1;
}
#estelaresHome .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -35px;
}
#estelaresHome .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -35px;
}

#estelaresHome .item .da-thumbs {
    background: #ffffff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    padding: 15px;
}
#estelaresHome .owl-carousel .item img {
    max-width: 80%;
    width: auto;
    display: block;
    margin: auto;
}
#estelaresHome .owl-carousel .item {
    padding: 10px 5px;
}
#estelaresHome .da-thumbs:hover{
    background-color: rgba(0, 0, 0, 0.1);
}
.btnOrange{
    border-radius: 6px;
    background-color: #ef6400;
    display: block;
    padding: 8px 25px;
    margin: 20px auto;
    max-width: 180px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff !important;
    text-decoration: none !important;
}
@media(max-width: 767px){
    #estelaresHome .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -25px;
    }
    #estelaresHome .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -25px;
    }
    
}
#secAnuncio .bg-Image{
    background-position: right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: auto;
    padding: 70px 0;
    background: url(../images/web2020/bg_image1.png);
}
#secAnuncio .bg-Image .container > div{
    width: 100%;
    max-width: 500px;
}
#secAnuncio h2{
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    line-height: 1.3;
    max-width: 95%;
}
#secAnuncio  p{
    font-size: 21px;
    font-weight: 300;
    color: #000000;
    line-height: 1.14;
}
#secAnuncio .bg-Image h2, #secAnuncio .bg-Image p{
    color: #ffffff;
}
#secAnuncio .bg-Image .btnOrange{
    margin: 20px 0;
    max-width: 120px;
}
#secAnuncio .secEscribenos{
    padding: 60px 0;
}
#secAnuncio .secEscribenos .flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#secAnuncio .secEscribenos .flex > div img{
    max-width: 100%;
}
#secAnuncio .secEscribenos .flex > div{
    width: 50%;
    padding: 0 30px;
}
#secAnuncio .secEscribenos .flex > div:first-child{
    text-align: center;
}
#secAnuncio .secEscribenos .btnOrange{
    margin: 20px 0;
}
#copyright {
    width: 100%;
    min-height: 50px;
    padding: 20px 0px;
    color: #696969;
    background-color: #333333;
    text-shadow: none;
    font-size: 12px;
}
#secintrohome {
    padding: 60px 0;
}
#secintrohome h1{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.15;
    color: #000000;
}
#secintrohome h1 span{
    font-size: 32px;
    line-height: 1.16;
    color: #ef6400;
}
#secintrohome h1 span.max{
    font-size: 36px;
    color: #000000;
}
#secintrohome h1 span.max > span{
    background-color: #ef6400;
    color:#ffffff;
    padding: 2px 5px;
}
#secintrohome .flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#secintrohome .flex > div img{
    max-width: 100%;
}
#secintrohome .flex > div{
    width: 55%;
}
#secintrohome .flex > div:first-child{
     width: 40%;
     margin-right: 5%;
     text-align: right;
}
.bgImageTop h1{
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.17;
    text-align: center;
    max-width:400px;
    width:100%;
}
.bgImageTop h1 span{
    color: #ef6400;
    display:block;
}
.bgImageTop{
    width: 100%;
    min-height: 450px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url(../images/web2020/bg_emisoras.jpg);
    background-color: #454342;
    text-shadow: none;
    display: flex;
    align-items: center;
    padding: 50px 0;
    height: auto;
    background-attachment: initial !important;
}
.bgImageTop .parallax-overlay-black{
    background: transparent;
}
#secEmisoras.bgImageTop{
    background-image: url(../images/web2020/bg_emisoras.jpg);
}
#secCadenas.bgImageTop{
    background-image: url(../images/web2020/bgCadenas.jpg);
    min-height: 300px;
}
#secServicios{
    background-image: url(../images/web2020/bgServicios.jpg);
    padding: 0;
    min-height: 450;
    margin: 0;
}
#secServicios.bgImageTop h1 {
    max-width: 100%;
}

#secServicios > div .container > .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
#secLogin.bgImageTop{
    background-image: url(../images/web2020/bgTarifaslogin.jpg);
    min-height: 300px;
}
#titleContatoTop{
    background-image: url(../images/web2020/bgContacto.jpg);
}
#titleContatoTop.bgImageTop h1 {
    max-width: 600px;
}
.bgImageTop ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    text-align: center;
}
.bgImageTop ul li{
    font-size: 21px;
    display: inline-block;
    line-height: 1.14;
    text-align: center;
    color: #ffffff;
    padding: 0 15px;
}
.infoBoxesEmisoras .titleline{
    display: none;
}
.infoBoxesEmisoras form p span{
    font-size: 21px;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #000000 !important;
    font-family: Raleway;
    font-weight: 500;
}
.infoBoxesEmisoras form input{
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border: none;
    padding: 10px 8px;
}
.infoBoxesEmisoras .busc {
    width: 360px;
    margin-right: 10px;
    margin: auto 10px;
}
#div_radios_buscador{
    margin-top: 30px;
}
#div_radios_buscador .photo-title2{
    text-align: left;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    background: #fdfdfd;
    border: none;
    border-top: none;
    padding-left: 12px!important;
    padding-right: 12px!important;
    font-size: 12px;
    background-color: rgba(0, 0, 0,0.05);
}
#cadenasBoxes #div_radios_buscador .photo-title2 {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
#cadenasBoxes .photo-title2 h5 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 12px;
}
#div_radios_buscador .photo-title2 p {
    margin-bottom: 0;
    font-size: 12px;
    color: #000000;
}
#div_radios_buscador .da-thumbs {
    border: none;
}
#div_radios_buscador .da-thumbs img{
    max-width: 80%;
    display: block;
    margin: auto;
}
.shadowBox{
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
#div_radios_buscador .paginado {
    margin: 15px auto;
    clear: both;
    text-align: center;
    color: #ef6400;
    border: none;
    width: 100%;
}
.padSection{
    padding: 30px 0;
}
.padSection .container{
   border-bottom: solid 2px #000000;
   padding-bottom: 50px;
}
.bgGraySer{
    background-color: #f4f4f4;
    padding: 60px 0;
}
.bgGraySer div img{
    margin: auto;
    display: block;
}
.titles h2{
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.14; 
    max-width: 94%;
    width: 100%;
}
.titles h2:after{
    content:"";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #ef6400;
    top: -5px;
    position: relative;
}
.titles h2:after{
    margin-left:10px;
}
.titles p{
    font-size: 21px;
    line-height: 1.14;
    color: #000000;
    font-weight: normal;
}
.toggle-container audio{
    max-width: 100%;
}
.toggle-container h4{
    font-size: 21px;
    font-weight: 600;
    color: #ef6400;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    border: none;
    margin-bottom: 15px;
}
.toggle-container h4:before {
    left: 15px;
    top: 26px;
    line-height: 1;
    color: #ef6400;
    font-size: 12px;
}
.toggle-container h4.active {
    color: #ef6400;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: bold;
    margin-bottom: 0;
    box-shadow: 0 -5px 25px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 -5px 25px 0px rgba(0, 0, 0, 0.1);
}
.toggle-container h4:hover{
    background-color: #ef6400;
    color: #ffffff;
}
.toggle-container h4:hover:before{
    color: #ffffff;
}
.toggle-content {
    margin: 0 0 15px;
    border: none;
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: 0 15px 45px -15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 15px 45px -15px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    padding: 15px 40px;
}
.cmxform label span,  .formularioContacto label span{
    color: #ef6400;
    font-size: 9px;
}
.cmxform label, .formularioContacto label {
    color: #000000;
    font-size: 15px;
}
.cmxform input, .cmxform select, .cmxform textarea,
.formularioContacto input:not([type="submit"]), .formularioContacto select, .formularioContacto textarea{
    width: 100%;
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    background: #ffffff;
    border: none;
    margin-top: 0px;
    margin-bottom: 15px;
    border-radius: 0px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.formularioContacto{
    padding-top: 50px;
    padding-bottom: 50px;
}
.cmxform .submit:hover, .cmxform .submit:focus,
.formularioContacto input[type="submit"]:hover, .formularioContacto input[type="submit"]:focus  {
    color: #ffffff!important;
    background: #666666;
    border-color:  #666666; 
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
    box-shadow: none !important;
}
.cmxform .submit,
.formularioContacto input[type="submit"] {
    color: #ffffff!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    border-radius: 6px;
    background-color: #ef6400;
    max-width: 180px;
    width:100%;
    border-color: #EF6405;
    text-align: center;
}
.secIngreso {
    padding-top: 60px;
    padding-bottom: 60px;
 }
.secIngreso form{
     margin-top: 30px;
}
.secIngreso .formularioContacto{
     padding-top:0;
     padding-bottom: 0;
}
.secIngreso .formularioContacto.titles h2{
    margin-top: 0px;
}
.secIngreso img{
    margin: auto;
    display: block;
    max-width: 100%;
    margin-top: 50px;
}
#parallaxRegitro{
    background-image: url(../images/web2020/bg_orange.png);
}
#parallaxRegitro h3{
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    max-width: 95%;
    width: 100%;
}

#parallaxRegitro h3:after{
    content:"";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #000000;
    top: -5px;
    position: relative;
}
#parallaxRegitro h3:after{
    margin-left:10px;
}
#parallaxRegitro .testimonial p{
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.43;
    color: #ffffff;
}
#parallaxRegitro  .testimonial:before, #parallaxRegitro .testimonial:after{
	
	display: inline-block;
	font-family: Raleway;
	content:' “  ';
	 font-size: 70px;
  font-weight: 500;
}
#parallaxRegitro .testimonial:after{
    content:' ” ';
}
#parallaxRegitro .testimonial{
    padding: 0 10px;
}
#formContactLG.formularioContacto.titles h2{
    margin-top: 0;
}
.borderLine{
    padding-right: 10%;
    border-right: 1px solid  #000000;
}
.formularioContacto .sidebar h3, .formularioContacto .sidebar  ul li {
    color: #000000;
    font-family: 'Raleway', sans-serif;
}
.formularioContacto .sidebar ul li strong{
    font-size: 16px;
    line-height: 1.25;
    color: #ef6400;
}
.sidebar .social-color li a i{
    color: #000000;
    font-size: 20px;
    border: none;
    text-shadow: none!important;
}
.sidebar .social-color li a i:hover{
    background: transparent !important;
    border: none;
    color: #ef6400;
}
#secContacto #map{
    position: relative;
    overflow: hidden;
    height: 250px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    max-width: 350px;
    margin: 0;
}
#secContacto.formularioContacto.titles h2 {
    margin-top: 0px;
}
.owl-theme .owl-controls .owl-page span {
    background: #ffffff;
}

#noticiasPost .da-thumbs img{
    height: 250px!important;
    width: 100%;
    object-fit: cover;
}
#noticiasPost .team-content h4{
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    color: #000000;
}
#noticiasPost .team-content h4 small{
    font-weight: 300;
    line-height: 1.69;
    color: #000000;
    font-size: 16px;
}
#noticiasPost .team-content h4 small:after{
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #ef6400;
    top: -5px;
    position: relative;
    margin-left: 5px;
}
#noticiasPost .team-content {
    padding: 15px 0px;
    background: #ffffff;
    border: none;
    border-top: none;
}
#noticiasPost .team-content p{
    font-size: 13px;
    text-align: left;
    line-height: 1.2;
}
#newsLetter, #avisosPrivacidad{
    padding-top: 120px;
}
#avisosPrivacidad.titles p{
    font-size: 16px;
}
#tab-side-container ul li.selected-tab {
    background: #ef6400;
}
.marginB {
    margin-bottom: 35px;
}
@media(min-width: 991px){
    .formularioContacto.titles h2{
        margin-top: 30px;
    }
    .secIngreso .formularioContacto{
        padding-right:15%;
   }
   #parallaxRegitro .container > .row{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .formularioContacto .sidebar {
        padding-left: 30px;
    }
}
@media(max-width: 1199px){
    .infoBoxesEmisoras .busc {
        width: 313px;
        margin: auto 0px;
    }
}
@media(max-width: 991px){
    #estelaresHome .owl-carousel {
        margin-top: 5px;
    }
    .infoBoxesEmisoras .busc {
        width: 100%;
    }
    #secServicios.bgImageTop h1 {
        margin-top: 30px;
    }
    .secIngreso img{
        margin-bottom: 30px;
        margin-top: 0px;
    }
    .borderLine{
        padding-right: 15px;
        border-right: none;
        border-bottom: 1px solid  #000000;
    }
    #secContacto #map{
        max-width: 100%;
    }
}
@media(max-width: 767px){
    #secAnuncio .secEscribenos .flex > div{
        width: 100%;
        padding:0;
    }
    #secAnuncio .secEscribenos .flex > div:first-child {
        margin-bottom: 30px;
    }
    #secintrohome .flex > div{
        width: 100% ;
        text-align: center !important;
    }
    #secintrohome .flex > div:first-child{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
   }
   
}
@media(max-width: 480px){
    #secAnuncio p, #estelaresHome p, #secNoticias p {
        font-size: 18px;
    }
    #secAnuncio h2,  #estelaresHome h2, #secNoticias h2{
        font-size: 25px;
    }
    .titles h2{
        font-size: 25px;
    }
    .titles p{
        font-size: 18px;
    }
    #secintrohome h1 span {
        font-size: 28px;
    }
    #secintrohome h1 span.max {
        font-size: 30px;
    }
    .infoBoxesEmisoras form p span {
        font-size: 16px;
    }
    .bgImageTop h1 {
        font-size: 30px;
    }
    
    #div_radios_buscador {
        margin-top: 130px;
    }
    #cadenasBoxes #div_radios_buscador {
        margin-top: 0;
    }
    .bgImageTop ul li {
        font-size: 18px;
        padding: 5px 10px;
    }
    .imagg {
        float: none;
        display: block;
        text-align: center;
    }
    .toggle-content {
        padding: 15px 20px;
    }
    #parallaxRegitro h3{
        font-size: 25px;
    }
    #parallaxRegitro .testimonial p{
        font-size: 16px;
    }
    #newsLetter, #avisosPrivacidad{
        padding-top: 50px;
    }
    .bgImageTop.marginB{
        min-height: auto;
    }
    #estelaresHome .owl-carousel {
        padding: 0 30px;
    }
    #estelaresHome .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
        margin: 0;
        padding: 0;
    }
    #estelaresHome .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0;
        margin: 0;
        padding: 0;
    }
}