.hiddem {
    display: none;
    visibility: hidden;
}

.my-bold {
    color: #0a3043;
    font-weight: 600;
}

.canais-atendimento {
    background-color: #37495d;
    color: #fff;
    padding: 5rem 0 4rem 0;
    margin-top: 50px;
    margin-bottom: -52px;
}

.my-list {
    list-style: none;
    padding-left: 0px;
}

.my-list a:hover {
    text-decoration: none;
    padding-left: 5px;
    transition: 0.5s;
}

.my-title {
    color: #fff;
    font-weight: 600;
}

.canais-atendimento h2 {
    color: #fff;
    font-size: 23px;
}

.small-text {
    font-size: 14px;
}

.my-line {
    text-align: left;
    margin: -10px auto 30px 0;
    border-bottom: 1px solid #fff;
    width: 15%;
}

/* The Modal (background) */
.my-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* my-Modal Content */
.my-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 600px;
}

@media screen and (max-width: 600px) {
    .my-modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
    }
}

/* The Close Button */
#close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#close:hover,
#close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.my-btn{ 
    font-size: 16px;   
    font-weight: 100;
    border: 1px solid #cb3741;
    padding: 10px 15px;
    -moz-border-radius: 10rem;
    -webkit-border-radius: 10rem;
    border-radius: 10rem;
    border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
    border-bottom-left-radius: 10rem;
}

.my-btn:hover{
    background-color: rgb(201, 35, 46);
}

.top-header{
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}



/* The Modal (background) */
.my-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* my-Modal Content */
.my-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 600px;
}

@media screen and (max-width: 600px) {
    .my-modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
    }
}

/* The Close Button */
#close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#close:hover,
#close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.hidden {
    display: none;
    visibility: hidden;
}

.naoexibir {
    display: none;
  }