/*
    Theme Name: Rádio 1.0
    Description: Rádio 1.0
    Author: Alexsander Arcelino
    Version: 1.0
*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
    background-color: #FFFFFF;
    color: #414042;
    font-family: "Nunito", sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #00249F;
    text-decoration: none;
    transition: color 300ms linear, text-decoration 300ms;
}


h1,
h2,
h3,
h4 {
/*font-family: 'gilroy', sans-serif;*/
padding-bottom: 10px;
color: #333333;
}

h1 {
font-size: 2rem;
}

h2 {
font-size: 1.4rem;
}

h3 {
font-size: 1.2rem;
}

h4 {
font-size: 1rem;
}

p {
/*font-family: 'Montserrat', sans-serif;*/
font-size: 1rem;
color: #333333;
}


/* PLAYER */

.volume-button {
position: relative;
display: flex;
align-items: center;
cursor: pointer;
}

.volume-slider {
    position: fixed;
    bottom: 28px;
    right: 0;
    transform: translateX(-50%) rotate(0deg);
    border-radius: 5px;
    padding: 5px;
}

.volume-slider input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
}

.volume-button:hover .volume-slider {
display: block;
}



/* HEADER */
/*=== NAV ===*/
.menu {
    background-color: transparent;
    box-shadow: none;
    min-height: 8vh;
    transition: 0.5s ease-in;
    position: fixed;

    /*
    box-shadow: rgba(0, 0, 0, 0.7) 0px 3px 10px;
    background-color: rgba(241, 243, 244, 0.5);
    */
}

nav {
    width: 100%;
    /*position: fixed;*/
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*background-color: #5d4954;*/
    font-family: 'Poppins', sans-serif;
    z-index: 999;
    top: 0;

    background: #ed5353;
}
.logo {
    width: 154px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 20px;
    margin-top: 20px;
}
#logo {
    width: 80px;
    transition: 0.5s ease-in;
}

.nav-links {
    display: flex;
    /*width: 30%;*/
    width: 40%;
    justify-content: space-around;
}
.nav-links li {
    list-style: none;
}
.nav-links a {
    color: #fff;
    /*color: #344554;*/
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.nav-links a:hover {
    color: #C94418 !important;
}

.burger {
    display: none;
    cursor: pointer;
}
.burger div {
    width: 25px;
    height: 3px;
    margin: 5px;
    background-color: #fff;
    transition: all 0.3 ease;
}

@media screen and (max-width: 1024px) {
    .nav-links {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    .nav-links {
        /*position: absolute;*/
        position: fixed;
        z-index: 2;
        right: 0px;
        height: 100vh;
        top: 77px;
        background-color: #E2A42D;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 50%;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;
        transition: 0.5s ease-in;
    }
    .nav-links li {
        opacity: 0;
        margin-top: -60px;
    }
    .nav-links li:nth-child(2),
    .nav-links li:nth-child(3),
    .nav-links li:nth-child(4),
    .nav-links li:nth-child(5) {
        margin-top: -170px;
    }
    .nav-links a {
        color: #fff;
    }

    .burger {
        display: block;
    }

}

.nav-active {
    transform: translateX(0%);
}

@keyframes navLinkFade{
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

.toogle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}
.toogle .line2 {
    opacity: 0; 
}
.toogle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}





/*=== Header ===*/


.header_new_home {
    width: 100%;
    overflow: hidden;
    background-image: linear-gradient(-137deg,#1F0043 0,#E50071 100%);
    padding: 250px 0 100px;
    /*margin-bottom: 100px;*/
    margin-top: -77px;
}


.header-new-width {
    width: 80%;
    margin: 0 auto;
}

.header-new-width ul li {
    width: 48%;
    float: left;
    float: left;
    list-style: none;
}

.header-new-width ul li:nth-child(2) {
    float: right;
}

.header-new-width ul li:nth-child(2) img {
    width: 397px;
    margin-top: -50px;
}


.header-new-width ul li h1 {
    font-family: "gilroy";
    font-size: 40px;
    margin-bottom: 5px;
    color: #fff;
    margin-top: 60px;
}

.header-new-width ul li p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 25pt;
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff;
}



.header-new-play {
    width: 100%;
    overflow: hidden;
    padding: 19px 14px
}

.header-new-play a {
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #E40071;
    letter-spacing: 1.3px;
    padding: 15px 25px;
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
    
}



/* ROW-HEADER */
.row-header {
    width: 100%;
    height: 100vh;
    /*padding-top: 72px;*/
    background: url(./img/bg-home.jpg) center bottom no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.mask-header {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
}


.card-header {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    height: 87vh;
}

.title-radio {
    color: #fff;
    display: flex; /* Ativa Flexbox */
    flex-direction: column; /* Garante que os elementos dentro da div fiquem empilhados */
    align-items: center; /* Centraliza horizontalmente os elementos */
    justify-content: center; /* Centraliza verticalmente os elementos */
    height: 100%; /* Alinha a altura ao container pai */
    width: 100%; /* Garante a largura completa */
    text-align: center; /* (Opcional) Centraliza o texto */
}

.title-radio h1 {
    font-size: 2.3rem;
    padding-bottom: 20px;
    color: #fff;
    font-weight: 800;
    line-height: 2.3rem;
    width: 190px;
}

.title-radio h4 {
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    background: #C94418;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 15px 5px 5px 5px;
}


.title-radio h2 {
    color: #fff;
    font-size: 1.2rem;
}

.title-radio p {
    color: #fff;
}


/* HOME TITLE */

.home-title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.home-title h2 {
    border-left: 5px solid #C94418;
    padding-left: 30px;
    font-size: 1.8rem;
    font-weight: 800;
    padding-top: 10px;
}

/* NOTÍCIAS FEED */



/*
.news-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.news-item img {
    width: 100%;
    height: auto;
}

.news-content {
    padding: 10px;
}

.news-category {
font-size: 0.9rem;
color: #007bff;
font-weight: bold;
margin-bottom: 5px;
}

.news-title {
font-size: 1.2rem;
color: #333;
margin: 5px 0;
}

.news-description {
font-size: 0.95rem;
color: #555;
}

.news-link {
display: inline-block;
margin-top: 10px;
color: #007bff;
text-decoration: none;
font-weight: bold;
}

.news-link:hover {
text-decoration: underline;
}
*/

.home-news {
    width: 90%;
    padding: 100px 5%;
    overflow: hidden;
}

.home-news .news-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
    border-radius: 30px 15px 15px 15px;
}


    /**/
.home-news .news-item:nth-child(1) img {
    width: 100%;
    min-height: 220px;
    max-height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 30px 15px 15px 15px;
    object-fit: cover;
}

.home-news .news-item img {
    float: left;
    width: 80px;
    border-radius: 30px 15px 15px 15px;
    object-fit: cover;
    margin-right: 15px;
}



    /**/




.home-news .news-item:nth-child(1) .news-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    /* text-align: center;*/
}


    /**/

.home-news .news-item:nth-child(1) .news-category {
    background-color: #C94418; /* Fundo semitransparente para a categoria */
    border-radius: 15px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    display: inline-block;
    padding: 5px 15px;
    font-size: 0.7rem;
    margin-bottom: 20px;
    border-radius: 15px 5px 5px 5px;
}


.home-news .news-item .news-category {
    background-color: #C94418;
    border-radius: 15px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    display: inline-block;
    padding: 5px 15px;
    font-size: .7rem;
    margin-bottom: 10px;
    border-radius: 15px 5px 5px 5px;
}






.home-news .news-item:nth-child(1) .news-content a {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2em;
    color: #fff; /* Texto branco */
    text-decoration: none;
    transition: color 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: center;
}

.home-news .news-item .news-content a {
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.2em;
    transition: color .3s;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
    -webkit-line-clamp: 3;
}

.home-news .news-item .news-content a:hover {
    color: #E56E39; /* Alteração de cor ao passar o mouse */
}


/* PROGRAMAÇÃO - home-schedule */
.home-schedule {
    width: 90%;
    padding: 100px 5%;
    background: #F6F7F9;
}


.home-schedule img {
    width: 100%;
}



/* HOME CONTATO - home-contact */

.home-contact {
    width: 100%;
    overflow: hidden;
    background: #041020;
}

.contact-content {
    width: 90%;
    margin: 0 auto;
    padding: 100px 0;
    overflow: hidden;
}

.contact-content ul {

}

.contact-content ul li {
    list-style: none;
}

.contact-content ul li p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 30px;
    opacity: .8;
}

.contact-content ul li h1 {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
    font-family: "Montserrat", sans-serif;
}

.contact-content ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    min-width: 100px;
    line-height: 1.2;
    color: #fff;
    background-color: #dd7428;
    padding: 17px 35px;
    border-radius: 30px;
    margin-bottom: 20px;
    border-radius: 15px 5px 5px 5px;
}




/* Home Player - home-player */

.home-player {
    width: 100%;
    
    overflow: hidden;
    
    position: fixed;
    /*background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20390%2070%22%20fill%3D%22none%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3ClinearGradient%20id%3D%22gradient%22%20gradientTransform%3D%22rotate(153)%22%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%2229.95%25%22%20stop-color%3D%22rgba(0%2C%200%2C%200%2C%200.8)%22%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%2247.76%25%22%20stop-color%3D%22rgba(0%2C%200%2C%200%2C%201)%22%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%2248.18%25%22%20stop-color%3D%22rgba(0%2C%200%2C%200%2C%200.8)%22%2F%3E%0A%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20id%3D%22fill%22%20fill%3D%22%23001446%22%20d%3D%22M0%204.92944H156.497C162.384%204.92944%20168.158%206.55354%20173.181%209.62301L178.474%2012.8569C188.608%2019.0487%20201.338%2019.1191%20211.539%2013.0397L217.579%209.44025C222.534%206.48799%20228.194%204.92944%20233.961%204.92944H390V73.3296H0V4.92944Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cpath%20id%3D%22stroke%22%20stroke%3D%22%23f0f0f0%22%20stroke-width%3D%224%22%20d%3D%22M0%204.92944H156.497C162.384%204.92944%20168.158%206.55354%20173.181%209.62301L178.474%2012.8569C188.608%2019.0487%20201.338%2019.1191%20211.539%2013.0397L217.579%209.44025C222.534%206.48799%20228.194%204.92944%20233.961%204.92944H390V73.3296H0V4.92944Z%22%2F%3E%0A%3C%2Fsvg%3E") center top / cover no-repeat;*/
    bottom: 0;
    z-index: 2;
}

.player-content {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 5rem;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20390%2070%22%20fill%3D%22none%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3ClinearGradient%20id%3D%22gradient%22%20gradientTransform%3D%22rotate(153)%22%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%2229.95%25%22%20stop-color%3D%22rgba(0%2C%200%2C%200%2C%200.8)%22%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%2247.76%25%22%20stop-color%3D%22rgba(0%2C%200%2C%200%2C%201)%22%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%2248.18%25%22%20stop-color%3D%22rgba(0%2C%200%2C%200%2C%200.8)%22%2F%3E%0A%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20id%3D%22fill%22%20fill%3D%22%23001446%22%20d%3D%22M0%204.92944H156.497C162.384%204.92944%20168.158%206.55354%20173.181%209.62301L178.474%2012.8569C188.608%2019.0487%20201.338%2019.1191%20211.539%2013.0397L217.579%209.44025C222.534%206.48799%20228.194%204.92944%20233.961%204.92944H390V73.3296H0V4.92944Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cpath%20id%3D%22stroke%22%20stroke%3D%22%23f0f0f0%22%20stroke-width%3D%224%22%20d%3D%22M0%204.92944H156.497C162.384%204.92944%20168.158%206.55354%20173.181%209.62301L178.474%2012.8569C188.608%2019.0487%20201.338%2019.1191%20211.539%2013.0397L217.579%209.44025C222.534%206.48799%20228.194%204.92944%20233.961%204.92944H390V73.3296H0V4.92944Z%22%2F%3E%0A%3C%2Fsvg%3E") center top / cover no-repeat;
}

#bottomMenu {
    position: fixed !important; */
    /* bottom: 0 !important; */
    /* left: 0 !important; */
    /* width: 100% !important; */
    /* max-height: 20% !important; */
    min-height: 60px;
    /* border-radius: 10px; */
    /* background-color: rgba(0, 0, 0, 0.6); */
    /* color: #fff; */
    /* text-align: center; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* padding: 10px; */
    transition: height 0.5s, font-size 0.5s, justify-content 0.5s;
    /*min-height: 60px;*/
    z-index: 2;

}

.play-button, .stop-button {
    width: 4rem;
    height: 4rem;
    background-color: #f0f0f0;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    position: fixed; /* Troque inherit por fixed */
    left: 50%; /* Centraliza horizontalmente */
    bottom: 75px; /* Distância do fundo */
    transform: translateX(-50%); /* Compensa 50% da largura para alinhar ao centro */
}

.play-button::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 15px solid #000;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transform: translate(-50%, -50%);
}

.stop-button::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: #000;
    transform: translate(-50%, -50%);
}

.volume-slider {
    width: 70px;
    background: linear-gradient(90deg, #2e1da5, #00cbff);
    height: 4px;
    outline: none;
    cursor: pointer;
}

.volume-slider::-webkit-slider-thumb {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
}

#statusIndicator {
    margin-left: 20px;
    font-size: 16px;
}

audio::-webkit-media-controls-timeline {
    display: none;
}


.player-sound {

}


.player-icon {
    position: fixed;
    left: 30px;
    width: 10px;
    bottom: 6px;
}

.player-icon img {
    width: 46px;
    border-radius: 10px;
}


.player-live {
    position: fixed;
    left: 90px;
    bottom: 22px;
    background: #fff;
    padding: 6px 15px;
    border-radius: 100px;
    display: flex;
}

.player-live img {
    float: left;
    width: 17px;
    margin-right: 9px;
}

.player-live span {
    font-weight: bold;
    font-size: 0.7rem;
    float: right;
}


.player-navigation {
    position: fixed;
    right: 126px;
    bottom: 19px;
}

.player-navigation img {
    width: 25px;
}


/* FOOTER */
footer {
    width: 100%;
    overflow: hidden;
    /*background-color: #fff;*/
    background: #000000;
    position: relative;
    z-index: 1;
}

.footer-content {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0;
    position: relative;
    display: grid;
    text-align: center;
}

.footer-left {
}

.footer-left img {
    width: 100px;
}

.footer-center {
    padding: 20px 0;
    display: grid;
    overflow: hidden;
}

.footer-center a {
    color: #fff;
    margin-top: 5px;
}

.footer-center a:hover {
    color: #C94418;
}


.footer-rigth {

}

.footer-rigth a {
    background: #C94418;
    display: inline-block;
    position: relative;
    margin: 0 5px;
    padding: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
    border-radius: 50%;
    transition: ease .4s;
}

.footer-rigth a i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    transform: translate(-50%, -50%);
    color: #fff;
    transition: ease .4s;
}




.footer-inform {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 160px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    position: relative;
}

.inform-left,
.inform-rigth {
    display: grid;
    text-align: center;
}

.inform-left {
    padding-bottom: 20px;
}

.inform-left a {
    color: #fff;
}

.inform-left a:hover {
    color: #C94418;
}

.inform-left a:nth-child(2) {
    padding: 10px 0;
}

.inform-rigth {

}

.inform-rigth p {
    color: #fff;
}


/* Página */
.header-page {
    width: 100%;
    /*height: 100vh;*/
    /* padding-top: 72px; */
    background: url(./img/bg-home.jpg) center bottom no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.page-mask {
    background: rgba(0, 0, 0, 0.8);
    /*height: 100vh;*/
}

.card-page {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    /* height: 87vh; */
    padding-bottom: 80px;
    padding-top: 150px;
}

.title-page {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*height: 100%;*/
    width: 100%;
    text-align: center;
}

.title-page h1 {
    font-size: 2.3rem;
    padding-bottom: 20px;
    color: #fff;
    font-weight: 800;
    line-height: 2.3rem;
    width: 190px;
}

.title-page h4 {
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    background: #C94418;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 15px 5px 5px 5px;
}

.page {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
}


.page-content {
    width: 90%;
    font-size: 1.1rem;
    margin: 0 auto;
}

.page-content p {
    margin-bottom: 15px;
    line-height: 30px;
    color: #222222;
}

.page-content p a {
    text-decoration: underline;
}

.page-content ol {
    margin-left: 15%;
}

.page-content ol li {
    color: #666;
    text-decoration: none;
    text-align: justify;
    line-height: 20pt;
    padding: 5px 0;
}

.page-content ol li a {
    color: #666;
    text-decoration: underline;
    text-align: justify;
    line-height: 20pt;
}

.page-content ol a:active {
    text-decoration: none;
}

.page-content ol a:hover {
    text-decoration: underline;
    color: #185a5e;
}

.page-content ul li {
    margin-left: 10%;
    margin-bottom: 20px;
}

blockquote {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 20px 0;
    padding: 20px 10%;
    background: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
}

blockquote p {
    color: #fff !important;
    font-style: italic;
}

blockquote p a {
    color: #fff;
}

blockquote:after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(344deg, #F0790B 0px, #dc2430 70%, #F0790B 85%);
}

blockquote p {
    margin-bottom: -6px !important;
}

blockquote ul {
    margin-top: 20px;
    color: #fff;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.aligncenter, div.aligncenter {
    margin-bottom: 20px;
}


/* FORMULÁRIO CONTATO */

.wpcf7-form {
    width: 100%;
    padding: 20px 0;
}

.wpcf7-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}


.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 90%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Foco nos campos */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
    border-color: #007bff;
    outline: none;
    background-color: #f0f8ff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Botão de envio */
.wpcf7-form input[type="submit"] {
    padding: 12px;
    background-color: #C94418;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

/* Hover no botão de envio */
.wpcf7-form input[type="submit"]:hover {
    background-color: #0056b3;
}

/* Mensagens de sucesso e erro */
.wpcf7-response-output {
    margin-top: 15px;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}



/* RESPONSIVO */

@media only screen and (min-width: 560px) {

    /* Home Player - home-player */
    .player-icon {
        left: 80px;
    }

    .player-live {
        left: 135px;
    }

    .player-navigation {
        right: 207px;
    }

    .volume-slider {
        right: 80px;
    }

}

@media only screen and (min-width: 710px) {

    /* HOME NEWS */
    .home-news {
        width: 670px;
        padding: 100px 0;
        margin: 0 auto;
    }


    .home-news .news-item:nth-child(1) img {
        min-height: 300px;
        max-height: 440px;
    }

    .home-news .news-item .news-content a {
        font-size: 1.4rem;
    }

    .home-news .news-item:nth-child(1) .news-content a {
        line-height: 1em;
        font-size: 2rem;
    }

    .home-news .news-item .news-category {
        font-size: .8rem;
    }

    .home-news .news-item img {
        width: 130px;
    }

    /* PROGRAMAÇÃO - home-schedule */
    .home-schedule {
        width: 100%;
        padding: 100px 0;
    }

    .schedule-content {
        width: 670px;
        margin: 0 auto;
    }

    /* HOME CONTATO - home-contact */

    .contact-content {
        width: 670px;
    }

    /* PÁGINA */
    .page-content {
        width: 670px;
    }

}

@media only screen and (min-width: 770px) {
    .player-content {
        background: rgba(0, 20, 70, 0.8);
    }

    .player-content {
        height: 6rem;
    }

    .player-icon {
        transform: translateX(-1200%);
        left: 50%;
    }

    .play-button,
    .stop-button {
        width: 3.5rem;
        height: 3.5rem;
        bottom: 25px;
    }

    .player-live {
        left: 50%;
        bottom: 18px;
        transform: translateX(-50%);
        background: #cf2c33;
        color: #fff;
        z-index: 2;
        padding: 2px 10px;
    }

    .player-live img {
        display: none;
    }

    .player-navigation {
        transform: translateX(185%);
        left: 50%;
        width: 35px;
    }

    .volume-slider {
        transform: translateX(125%);
        left: 50%;
    }
}

@media only screen and (min-width: 940px) {

    /**/

    .card-header {
        width: 780px;
    }

    .title-radio {
        align-items: flex-start;
    }

    .title-radio h1 {
        font-size: 4rem;
        line-height: 4rem;
        width: 335px;
    }

    /* HOME NEWS */
    .home-news {
        width: 780px;
    }

    .schedule-content {
        width: 780px;
    }

    /* HOME CONTATO - home-contact */

    .contact-content {
        width: 780px;
    }

    /* FOOTER */
    .footer-content {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 60px 0;
    }
    
    .footer-center {
        display: block;
    }

    .footer-center a {
        margin-right: 20px;
    }

    .footer-center a:last-child {
        margin-right: 0;
    }

    .footer-inform {
        justify-content: space-around;
        display: flex;
        align-items: center;
        padding-bottom: 100px;
    }

    .inform-left {
        display: block;
    }

    .inform-left a:nth-child(2) {
        margin: 0 20px;
    }

    .inform-rigth {
        margin-top: -22px;
    }

    /* PÁGINA */
    .card-page {
        padding-bottom: 100px;
    }

    .title-page h1 {
        width: auto;
        font-size: 4rem;
    }

    .title-page h4 {
        margin-bottom: 40px;
    }

    /* PÁGINA */
    .page-content {
        width: 780px;
    }

}

@media only screen and (min-width: 1200px) {

    /**/

    .card-header {
        width: 1100px;
    }

    /* HOME NEWS */
    .home-news {
        width: 1100px;
    }

    .home-news .news-item {
        width: 41%;
    }

    .home-news .news-item:nth-child(1) {
        width: 55%;
        float: left;
        margin-right: 4%;
    }

    .home-news .news-item img {
        width: 126px;
    }

    .home-news .news-item:nth-child(1) img {
        min-height: 300px;
        max-height: 440px;
    }

    .schedule-content {
        width: 1100px;
    }

    /* HOME CONTATO - home-contact */

    .contact-content {
        width: 1100px;
        margin: 0 auto;
    }

    .contact-content ul li {
        width: 45%;
        float: left;
    }

    .contact-content ul li:nth-child(2) {
        float: right;
    }

    .contact-content ul li p {
        line-height: 1.5;
    }

    .contact-content ul li h1 {
        font-size: 3.0rem;
        line-height: 3.2rem;
    }

    .contact-content ul li a {
        font-size: 16px;
    }


    /* PÁGINA */
    .page-content {
        width: 1100px;
    }
}