/*=====================
MODAL DESAFIO
=======================*/
#modalDesafios .modal-content,
#modalVideo .modal-content,
#modalDownloadEbook .modal-content{
    background: #004755;
    position: relative;
}

#modalDesafios .modal-content:before,
#modalVideo .modal-content:before,
#modalDownloadEbook .modal-content:before{
    content: "";
    background: url(svg/line-ondas-azulmarinho.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
}

#modalDesafios .modal-header ,
#modalVideo .modal-header,
#modalDownloadEbook .modal-header{
    align-items: center;
    position: relative;
    border-bottom: 0px;
}

#modalDesafios .modal-body,
#modalDownloadEbook .modal-body{
    width: 80%;
    margin: 0 auto;
    padding: 30px 0px 80px;
}

#modalVideo .modal-body{
	padding: 0;
}

#modalVideo .modal-body iframe{
    width: 100%;
    height: 500px;
}

.btnFecharModalDesafios {
    background: transparent;
    border: 0px;
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    align-items: center;
    position: relative;
    top: -5px;
}
span.icon-close-desafio {
    font-size: 120px;
    font-family: "Telefonica";
    color: #E25D33;
    padding: 0px;
    margin: 0px;
    line-height: 0;
    display: inline-block;
    position: relative;
    font-weight: 100;
}
button.btnFecharModalDesafios span:nth-child(2) {
  color: white;
  font-size: 25px;
  padding-left: 10px;
  position: relative;
  top: 2px;
  font-family: "Telefonica";
  font-weight: 300;
}
a.icon-chat-ModalDesafios {
    background: url(svg/icon-chat-modal-desafio.svg);
    width: 50px;
    height: 50px;
    display: block;
}

p.text-modal-desafio {
    color: white;
    font-size: 20px;
    font-family: "Telefonica";
    font-weight: bold;
}

input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: "Telefonica";
    font-weight: 100;
}

input[type="radio"] + label .bullet-form {
    display:inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background: transparent -38px top no-repeat;
    border: 1px solid #E25D33;
    cursor:pointer;
}

input[type="radio"]:checked + label .bullet-form {
    background: white -57px top no-repeat;
}

.tag-item-modal-desafio {
    color: #E25D33;
    font-size: 20px;
    padding-right: 10px;
    font-family: "Telefonica";
    line-height: 0px;
    position: relative;
    top: -2px;
    width: 20px;
    font-weight: 500;
}

.title-pergunta-modal-desafioa {
    color: #E25D33;
    font-size: 20px;
    font-weight: bold;
    font-family: "Telefonica";
    margin-top: 50px;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}


.form-ebook-down h2 {
    font-weight: bold;
    color: white;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
}

.form-ebook-down input[type="email"]{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
}
.form-ebook-down input[type="submit"]{
    width: 100%;
    color: white;
    background: #e25d33;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    border: none;
    border-radius: 5px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    padding: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
}