.navbar-default {
    background-color: #a9a9a9;
}

button {
    background: #ff5722;
    border: 2px solid #ff5f00;
    color: #ffffff;
    transition: all 0.25s linear;
    cursor: pointer;
}

.btn_pagamento_cartao::after {
    position: relative;
    right: 0;
    content: " \2714";
    transition: all 0.15s linear;
}

button:hover {
    background-color: #f58551;
    border-color: #f58551;
}

button a:hover {
    color: #fff;
}

button a {
    color: #fff;
}

button:hover::after {
    right: -7px;
}

button:focus {
    outline: none;
}

.section_conntent {
    padding-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
}

.section_conntent.dark {
    background-color: #f6f6f6;
}

.section_conntent .content {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    background-color: white;
}

.section_conntent .block-heading {
    padding-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.section_conntent .block-heading p {
    text-align: center;
    max-width: 420px;
    margin: auto;
    opacity: 0.7;
}

.section_conntent.dark .block-heading p {
    opacity: 0.8;
}

.section_conntent .block-heading h1,
.section_conntent .block-heading h2,
.section_conntent .block-heading h3 {
    margin-bottom: 1.2rem;
    color: #3b99e0;
}

.section_conntent form {
    border-top: 2px solid #f33;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    background-color: #ffffff;
    padding: 0;
    max-width: 700px;
    margin: auto;
    width: 500px;
}

.section_conntent .title {
    font-size: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0.8em;
    font-weight: 600;
    padding-bottom: 8px;
}

.section_conntent .star {
    font-size: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0.8em;
    font-weight: 600;
    padding-bottom: 8px;
    color: #f33;
}

.forma_pagamento {
    margin-left: 15px;
}

.header a {
    margin-left: 15px;
}

.header h2 {
    font-weight: bold;
    margin-top: 7px;
    padding: 15px;
}

header .breadcrumb li:first-child {
    padding-left: 2px;
}

header .breadcrumb li:not(:last-child)::after {
    content: " \276f";
    padding-left: 8px;
    font-size: 13px;
}

.section_conntent .products {
    background-color: #f7fbff;
    padding: 25px;
}

.section_conntent .products .item {
    margin-bottom: 1em;
}

.section_conntent .products .item-name {
    font-weight: 600;
    font-size: 0.9em;
}

.section_conntent .products .item-description {
    font-size: 0.8em;
    opacity: 0.6;
}

.section_conntent .products .item p {
    margin-bottom: 0.2em;
}

.section_conntent .products .price {
    float: right;
    font-weight: 600;
    font-size: 0.9em;
}

.section_conntent .products .total {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding-top: 19px;
    font-weight: 600;
    line-height: 1;
}

.section_conntent .main_div {
    padding: 25px 25px 15px;
}

.section_conntent .main_div label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #79818a;
    text-transform: uppercase;
}

.section_conntent .main_div button {
    margin-top: 0.6em;
    padding: 12px 0;
    font-weight: 600;
}

.section_conntent .date-separator {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}



#modal-cad-evento {
    position:relative;
    /* top: 50%; */
    left: 10%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 99;
    padding-top: 0;
    padding-bottom: 0;
}

.close-modal {
    position: relative;
    top: 0;
    left: 85%;
}

.hide-element {
    display: none;
}


/* ----------------------------------- ----------------------------------- -----------------------------------*/


/* ---------- ----------------------------------->>> @Media <<<----------- -----------------------------------*/


/* ----------------------------------- ----------------------------------- -----------------------------------*/


/* @Media da página > @Media
//////////////////////////////////////*/


/**
* Estilos @Media Large
*
* @section Extra Large ----------------------------------->>> 1920px <<<----------- -----------------------------------
*/


/* Extra Large Desktop Devices */

@media (min-width: 1362px) {
    .area_cliente_menu {
        margin: 20px 0;
        float: right;
        background: white;
        width: 350px;
        position: fixed;
        border-radius: 3px;
        padding: 20px;
        z-index: 999;
        top: 10%;
        left: 72%;
    }
    .area_cliente_menu:after {
        bottom: 100%;
        left: 58%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: white;
        border-width: 8px;
        margin-left: -8px;
    }
}


/**
* Estilos @Media Large
*
* @section Extra Large ----------------------------------->>> 1920px <<<----------- -----------------------------------
*/


/* Extra Large Desktop Devices */

@media (min-width: 1200px)and (max-width: 1361px) {
    .area_cliente_menu {
        margin: 20px 0;
        float: right;
        background: white;
        width: 350px;
        position: fixed;
        border-radius: 3px;
        padding: 20px;
        z-index: 999;
        top: 10%;
        left: 75.5%;
    }
}


/* Small Desktop Devices and iPad Landscape  ------------------------>>> 1023px - 1199 ----------------------------------*/

@media (min-width: 1024px) and (max-width: 1199px) {}


/**
* Estilos @Media Medium
*
* @section Medium  ----------------------------------->>> 768px - 1023px <<<----------- --------------------------------
*/


/* iPad and Tablets Potrait */

@media (min-width: 768px) and (max-width: 1023px) {
    .area_cliente_menu {
        margin: 20px 0;
        float: right;
        background: white;
        width: 350px;
        position: fixed;
        border-radius: 3px;
        padding: 20px;
        z-index: 999;
        top: 15%;
        left: 60%;
    }
    .area_cliente_menu:after {
        bottom: 100%;
        left: 58%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: white;
        border-width: 8px;
        margin-left: -8px;
    }
}


/**
* Estilos @Media Small
*
* @section Small  ----------------------------------->>> 320px - 767 <<<----------- -----------------------------------
*/


/* Large Screen Phones */

@media (min-width: 480px) and (max-width: 767px) {
    .section_conntent .title {
        font-size: 1.2em;
    }
    .section_conntent .products {
        padding: 40px;
    }
    .section_conntent .products .item-name {
        font-size: 1em;
    }
    .section_conntent .products .price {
        font-size: 1em;
    }
    .section_conntent .main_div {
        padding: 40px 40px 30px;
    }
    .section_conntent .main_div button {
        margin-top: 2em;
    }
	
	.section_conntent form {
    border-top: 2px solid #f33;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    background-color: #ffffff;
    padding: 0;
    max-width: 95%;
    margin: auto;
    width: 100%;
}
	
	#modal-cad-evento {
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 99;
    padding-top: 0;
    padding-bottom: 0;
	width:100%;
}
}


/* Small Screen Phones */

@media (min-width: 320px) and (max-width: 479px) {
    .area_cliente_menu {
        margin: 20px 0;
        float: right;
        background: white;
        width: 100%;
        position: fixed;
        border-radius: 3px;
        padding: 20px;
        z-index: 999;
        top: 6%;
        left: 0%;
    }
    .area_cliente_menu:after {
        bottom: 100%;
        left: 94%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: white;
        border-width: 8px;
        margin-left: -8px;
    }
	
	.section_conntent form {
    border-top: 2px solid #f33;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    background-color: #ffffff;
    padding: 0;
    max-width: 100%;
    margin: auto;
    width: 100%;
}
	#modal-cad-evento {
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 99;
    padding-top: 0;
    padding-bottom: 0;
	width:100%;
}
}

.snip1326 a:before {
    background-color: #e67e22;
}