/* Your custom css code goes here */

/* 1 */

.margin-noticia {
    margin-left: 15px;
}

.noticias {
    width: 300px;
    height: 500px;
    min-height: 300px;
    display: inline-block;
    margin: 50px;
    text-align: center;
    border: 0;
    overflow: hidden;
}

.colaboradores {
    width: 25%;
    /* min-height: 500px; */
    display: inline-block;
    text-align: center;
    /* border: 1px solid rgb(216, 216, 216); */
}

.iframe-noticias {
    border: none;
    overflow: hidden;
    width: 90%;
    height: 460px;
}

.index-noticias {
    border: none;
    overflow: hidden;
    width: 250px;
    margin: 15px;
    height: 450px;
}

.other-controller {
    border: 1px solid #ccf;
    padding: 5px;
    margin: 3px;
}

.cargo {
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .margin-noticia {
        margin-left: 0;
    }
    .noticias {
        width: 98%;
        margin: 0px;
    }
    .col-sm-12 {
        padding: 2px;
    }
}

.tammaxbanner {
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 500px) {
    .imagem1 {
        background-image: url("http://18.229.153.198/assets/img/banners/slider_4.jpg");
    }
    .tabmobile {
        display: block
    }
    .tabdesktop {
        display: none
    }
    .acordion-mobile {
        width: 100%;
    }
}

@media (min-width: 500px) {
    .imagem1 {
        background-image: url("http://18.229.153.198/assets/img/banners/slider_1.jpg");
    }
    .tabmobile {
        display: none
    }
    .tabdesktop {
        display: block
    }
    .acordion-mobile {
        width: 60%
    }
}

/* 2 */

@media (max-width: 500px) {
    .imagem2 {
        background-image: url("http://18.229.153.198/assets/img/banners/slider_5.jpg");
    }
}

@media (min-width: 500px) {
    .imagem2 {
        background-image: url("http://18.229.153.198/assets/img/banners/slider_2.jpg");
    }
}

/* 3 */

@media (max-width: 500px) {
    .imagem3 {
        background-image: url("http://18.229.153.198/assets/img/banners/slider_6.jpg");
    }
}

@media (min-width: 500px) {
    .imagem3 {
        background-image: url("http://18.229.153.198/assets/img/banners/slider_3.jpg");
    }
}

/* 4 */

@media (max-width: 500px) {
    .imagem4 {
        background-image: url("http://18.229.153.198/assets/img/banners/slider_8.jpg");
    }
}

@media (min-width: 500px) {
    .imagem4 {
        background-image: url("http://18.229.153.198/assets/img/banners/slider_7.jpg");
    }
}

/* 5 */

@media (max-width: 500px) {
    .imagem5 {
        background-image: url("http://18.229.153.198/assets/img/banners/slider_11.jpg");
    }
}

@media (min-width: 500px) {
    .imagem5 {
        background-image: url("http://18.229.153.198/assets/img/banners/slider_10.jpg");
    }
}

/*  6 */

/* @media (max-width: 500px) {
    .imagem6 {
        background-image: url("http://191.252.195.31/assets/img/banners/slider_12.jpg");
    }
}

@media (min-width: 500px) {
    .imagem6 {
        background-image: url("http://191.252.195.31/assets/img/banners/slider_9.jpg");
    }
} */

/* - Enquiry Us */

.enquiry-us {
    display: inline-block;
    width: 100%;
    padding: 0 12%;
    text-align: center;
    margin-bottom: 70px;
}

.enquiry-us .section-heading {
    color: #0f89d1;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-size: 30px;
}

.enquiry-us .form-group {
    text-transform: uppercase;
    color: #444;
    font-size: 10px;
    letter-spacing: 1px;
}

/* - Enquiry Form */

.enquiry-form .form-control {
    border-radius: 0;
    box-shadow: none;
    min-height: 40px;
    border-color: #eee;
    box-shadow: none;
}

.enquiry-form .form-control:focus {
    border-color: #000;
}

.enquiry-form label {
    font-size: 10px;
}

.enquiry-form textarea {
    display: inline-block;
    height: 125px;
}

.enquiry-form input[type="submit"] {
    background-color: #2098df;
    letter-spacing: 1px;
    width: 100%;
    font-size: 12px;
    margin-left: 0;
}

.enquiry-form input[type="submit"]:hover {
    background-color: #fff;
    border-color: #2098df;
    color: #2098df;
}

/* - Alert Msg */

.alert-msg {
    color: #ccc;
    display: inline-block;
    width: 100%;
    margin: 10px 18px;
    position: relative;
    text-align: left;
    z-index: 1;
}

.alert-msg-success {
    color: #50B948;
}

.alert-msg-failure {
    color: #FF0000;
}

.imagemlivros {
    width: 50%
}

/* Style the buttons that are used to open and close the accordion panel */

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

/* Style the accordion panel. Note: hidden by default */

.panel {
    /*padding: 0 18px;
    */
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:after {
    content: '\271A';
    /* Unicode character for "plus" sign (+)271A */
    font-size: 13px;
    color: rgb(0, 0, 0);
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: "\2015";
    /* Unicode character for "minus" sign (-) 2015*/
}