body{
	margin:0px;
	padding:0px;
	font-family: 'Lato';
	background: #F5F5F5;
}

.logo-topo{
	width:180px;
	margin-top:-23px;
}

.navbar-default{
	background-color: #FFF !important;
	min-height:65px !important;
	padding-top:7px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

.navbar-nav a{
	font-size:15px;
	color:#444;
}

.navbar-nav a i{
	color: #555;
    font-size: 16px;
}

#busca .col{
	padding: 0px;
	margin: 0px;
}

#busca input{
	height:45px;
	color:#444;
	font-family: 'Raleway';
	font-size:16px;
}

#busca select{
	height:45px;
	color:#444;
	font-family: 'Raleway';
	font-size:15px;
}

#filtros{
	color:#aca8a5;
	font-size: 17px;
	font-family: 'Raleway';
}

#filtros:hover{
	color:#000;
	text-decoration: none;
}

.filtrar {
    padding-top: 12px !important;
    margin-right: 10px !important;
    text-align: center;
    border: solid 1px #CCC;
    height: 45px;
    margin: 0px !important;
    border-right:none;
    background: #FFF;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .filtrar {
        z-index: 10;
        padding-top: unset !important;
    }
}

.btn-buscar {
	font-size:17px;
	padding:9.5px;
	border-radius: 0px 4px 4px 0px !important;
	color:#aca8a5;
	padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width:767px){
    .btn-buscar {
        width:100%;
    }
}

#spacer-top{
	margin-top:90px;
}

#spacer-top-banner {
    margin-top: 63px;
}


#anuncie{
	background: #CA1E25;
	border-radius:4px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

#anuncie a{
	color:#FFF;
}

#anuncie i{
	color:#FFF;
}

#filtros-avancados{
	background: #FFF;
    border: solid 1px #fff;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    width: 64%;
    margin-left: 132px;
    margin-top: -15px;
    padding: 10px;
    display: none;
    position: absolute;
    z-index:9;
}

@media only screen and (min-width:768px) and (max-width:991px){
    #filtros-avancados {
        width: 72.5%;
        margin-left: unset;
    }
}

@media only screen and (width:960px) {
    #filtros-avancados {
        width: 74.5%;
        margin-left: unset;
    }
}

@media only screen and (width:900px) {
    #filtros-avancados {
        width: 79.5%;
        margin-left: unset;
    }
}

@media only screen and (width:854px) {
    #filtros-avancados {
        width: 84%;
        margin-left: unset;
    }
}

@media only screen and (width:800px) {
    #filtros-avancados {
        width: 89.5%;
        margin-left: unset;
    }
}

@media only screen and (width:768px) {
    #filtros-avancados {
        width: 93.5%;
        margin-left: unset;
    }
}

@media only screen and (max-width:767px) {
    #filtros-avancados {
        width: 92.5%;
        margin-left: unset;
    }
}

.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 18px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  border-radius:50px;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 18px; /* Set a specific slider handle width */
  height: 18px; /* Slider handle height */
  background: #CA1E25; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius:50px;
}

.slider::-moz-range-thumb {
  width: 18px; /* Set a specific slider handle width */
  height: 18px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

#filtros-avancados h2{
	color:#444;
	font-size:22px;
}

#filtros-avancados #filtro h2{
	font-size:16px;
	color:#666;
}

#categorias-principais{
	margin-top:30px;
	font-family: 'Raleway';
	color:#000;
}

#categorias-principais h2{
	color:#444;
	text-align: left;
	font-size:22px;
	margin-left:55px;
	margin-bottom:20px;
	font-family: 'Raleway';
}

.carousel-cat img{
	border-radius:100px;
	text-align: center;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
}

.carousel-cat {
	text-align: center;
	color:#444;
	font-size:16px;
}

.container h2{
	color:#444;
	font-size:22px;
}

@media only screen and (max-width:991px){

    #nick-destaque {
        margin-top: 35px !important;
    }

    .telefone-perfil-destaque {
        margin-bottom: 35px !important;
    }

    #detalhes-perfil-destaque {
        margin-bottom: 35px !important;
    }

    #texto-destaque {
        padding: 0px 20px 30px 20px !important;
        color: #676666;
    }

}

#direita-destaque-perfil{
	border:solid 1px #CCC;
	border-radius: 0px 4px 4px 0px;
	min-height:450px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	background: #FFF;
}

#perfis-destaque img{
	border-radius: 4px 0px 0px 4px;
}

#nick-destaque{
	text-align: center !important;
	font-size:18px !important;
	font-weight: bold !important;
}

.btn-destaques{
	background:none;
	border:solid 1px #CCC;
	color:#FFF;
	font-size:16px;
	padding:15px;
}

#texto-destaque{
    padding: 10px 20px 20px 20px;
	color:#676666;
}

.telefone-perfil-destaque{
	text-align: center;
    font-size:22px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.btn-vermelho{
	background:#ca1e25 !important;
	border:solid 1px #ca1e25 !important;
}

#detalhes-perfil-destaque{
	text-align: center;
	margin-bottom:15px;
}

#perfis-sua-cidade{
	margin-top:30px;
	width:84%;
	margin: 0 auto;
}

#perfis-sua-cidade h2{
	color:#444;
	font-size:28px;
	font-weight: 500;
	font-family: 'Raleway';
}

#perfis-sua-cidade h2 i{
	color:#c5c5c5;
}

#imagem-thumbnail{
	height:150px;
}

.efeito{
	background: #000;
}

.call-to-action{
	background: #FFF;
	padding:15px;
	margin-top:15px;
	margin-bottom:50px;
	font-family: 'Raleway';
}

.call-to-action a{
	font-size:25px;
	margin-top:10px;
}

.call-to-action-2 {
    background: #d9534f;
    padding: 0px 48px;
    margin-top: 15px;
    margin-bottom: 50px;
    font-family: 'Raleway';
    min-height:148px
}

.call-to-action-2 a {
    font-size: 25px;
    margin-top: 7px;
    color: #d43f3a;
    background-color: #fff;
    border-color: #d43f3a;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
}

.call-to-action-2 a:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
}

.call-text{
    color:#fff;
    float:left;
    margin-top:31.5px
}

.call-btn{
    float:right;
    padding: 8px 40px 8px 40px;
    margin-right: 100px;
}

@media only screen and (min-width:411px) and (max-width:1279px) {

    .call-text {
        float: unset !important;
    }

    .call-btn {
        float: unset !important;
        padding: 10px 100px 10px 100px !important;
        margin-right: unset !important;
    }
}

@media only screen and (max-width:411px) {

    .call-text {
        float: unset !important;
    }

    .call-btn {
        float: unset !important;
        width:100%;
        margin-right: unset !important;
    }
}

.thumbnail{
        box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        height:604px
}

#rodape{
	width:100%;
	padding-bottom: 20px;
	background:#333;
	padding-top:20px;
	color:#FFF;
	/* margin-top:30px; */
}

#rodape h3{
	font-family: 'Raleway';
	font-size:30px;
}

#rodape ul{
	list-style-type: none;
	margin-left:-40px;
}

#rodape a{
	color:#FFF;
}

#rodape i{
	font-size:30px;
}

#final-rodape{
	color:#FFF;
	text-align: center;
	border-top:solid 1px #F5F5F5;
	margin-top:20px;
}


/* Código Caio*/

#perfil-banner {
    width: 84%;
    margin: 0 auto;
}

.texto-banner{
    position: absolute;
    left: 150px;
    top: 300px;
    color:#ffffff;
}

@media only screen and (width:1200px) {
    #esquerda-info {
        width: 62.5% !important;
    }

    #direita-info {
        width: 36.7% !important;
    }
}
#esquerda-info {
    border: solid 1px #CCC;
    border-radius: 0px 4px 4px 0px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    background: #FFF;
    padding:0px;
    width:65.5%;
    min-height:615px;
    float: right;
}

#direita-info {
    border: solid 1px #CCC;
    border-radius: 0px 4px 4px 0px;
    min-height: 615px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    background: #FFF;
    width:32.7%;
    float: left;
    padding:0;
}

.info-acompanhante{
    text-align: left !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.tbl-intern {
    border-collapse: collapse;
    font-size: 14px;
    width:49%;
    color: #000000;
}

@media only screen and (max-width: 799px) {

    .tbl-intern {
        width: 100%;
    }

    #table-horario {
        margin-top:30px;
    }

}

.tbl-intern tr {
    border: 1px solid #F6F7F9;
    text-align: left;
    padding: 8px;
}

.tbl-intern td {
    text-align: left;
}

.tbl-intern tr:nth-child(odd) {
    background-color: #F6F7F9;
}

.tbl-intern strong {
    display: inline-block;
    color: #777777;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
}

.tbl-intern th{
    text-align: left;
    padding: 8px;
    font-size:18px;
    font-weight:500;
}

/* carousel */
.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
}

/* Previous button  */
.media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 127px
}

/* Next button  */
.media-carousel .carousel-control.right {
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 127px
}

/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
    background: #c0c0c0;
}

.media-carousel .carousel-indicators .active {
    background: #333333;
}

.media-carousel img {
    width: 93%;
}

.media-carousel img{
    height: 280px;
}

.media-carousel .carousel-control.left .carousel-control.right{
    margin-top: 127px !important;
}

.media-carousel img{
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.direita-info-perfil{
    padding: 0px !important;
}

/* End carousel */

.info-estatisticas{
    font-size:16.5px !important;
    margin-top:0px
}

@media only screen and (max-width:359px) {
    .info-acompanhante-top-sm-xs {
        text-align: center !important;
        font-size: 20px !important;
        font-weight: bold !important;
    }
}

.info-acompanhante-top-sm-xs {
    text-align: center !important;
    font-size: 25px !important;
    font-weight: bold !important;
}

.info-acompanhante-top {
    text-align: left !important;
    font-size: 36px !important;
    font-weight: bold !important;
}

.ensaio-foto {
    width: 84%;
    margin: 0 auto;
}

.ensaio-foto h2{
    color: #444;
    font-size: 28px;
    font-weight: 500;
    font-family: 'Raleway';
}

.ensaio-vid {
    width: 82.5%;
    margin: 0 auto;
    margin-top: 60px;
}

.ensaio-vid h2{
    color: #444;
    font-size: 28px;
    font-weight: 500;
    font-family: 'Raleway';
}

.check-atendimento {
    padding-top:5px ;
}

.faq-updown {
    background:#CA1E25;
    float:right;
    margin-top:20.5px;
    padding: 5px 11px 5px 11px;
    text-align:center;
    color:#ffffff;
    border:1px solid #CA1E25;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    cursor:pointer;
}

.faq-updown:hover,
.faq-updown:focus
{
    background:#CA1E25;

}

.rotacao {
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
}

.rotacao.baixo {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-top:4.5px;
}

.publicar {
    background: #CA1E25;
    border-radius: 0px !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    padding: 10px 100px;
    display: inline-block;
    color:#ffffff;
    font-size:15.5px;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

@media only screen and (max-width:430px) {
    .publicar {
        margin: -12%;
    }
}

.publicar:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    background: #ca1e25db;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
}

.mapa {
    background: #ca1e25db;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    padding: 7px 14px;
    display: block;
    color:#ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
}

.mapa:hover {
    background: #ca1e24c7;
    color:#ffffff;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    text-decoration: none;
    cursor:pointer;
}

.termo{
    text-decoration:underline;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
}

.termo:hover {
    cursor: pointer;
    color:#000000ab;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
}

.btn-perfil {
    background: #CA1E25;
    border-color:#CA1E25;
    width:100%;
    color:#fff;
}

.btn-perfil:hover {
    background: #d9534f;
    color: #fff;
}

.newsletter {
    background: #d9534f;
    padding: 15px;
    margin-top: 15px;
    font-family: 'Raleway';
    min-height: 175px
}

.newsletter a {
    font-size: 25px;
    margin-top: 7px;
    color: #d43f3a;
    background-color: #fff;
    border-color: #d43f3a;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
}

.newsletter a:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
}

.news-text {
    color: #fff;
    text-align: center;
    margin-top: 5px !important;
    margin-bottom: 20px !important;
}

.btn-newsletter {
    float: right;
    border-radius: 0 3px 3px 0;
    height: 48px;
    padding: 0 30px !important;
    font-size: 23px !important;
    color:#fff;
    background: #ac2925;
}

.btn-newsletter:hover {
    color: #fff;
    background: #ac2a25af;
}

.input-newsletter{
    background: 0 0;
    border: 1px solid #fff;
    margin-right: 0;
    color: #fff;
    padding: 0 15px;
    height: 48px;
    width: calc(100% - 85px);
    border-right: 0;
    float: left;
    border-radius: 3px 0 0 3px !important;
}

.input-newsletter::placeholder {
    color:#fff;
}

.input-newsletter:focus {
    border-color: #ac2a25d2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px #ac2a25b6;
}


.form-filtro{
    margin-left:100px;
}

@media only screen and (max-width:991px){
    .form-filtro {
        margin-left: unset;
    }
}

.filtro-campo{
    border-radius: 0px;
    border-left: 1px solid #CCC;
    border-right: none;
}

@media only screen and (max-width:767px) {
    .filtro-campo{
        border-radius: 0px;
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC;
    }
}

.gp-card {
    padding-left: 0px;
    /*height:570px;*/
}


@media only screen and (max-width:767px) {
    .gp-card {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.banner-img {
    width: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

@media only screen and (max-width:844px) {
    .banner-img {
        height:100% !important;
    }
}

.servico-direita-info a:first-child {
    width:30%;
    padding: 5px 0px 5px 0px;
    margin-right: 10px;
}

.servico-direita-info a:last-child {
    width: 30%;
    padding: 5px 0px 5px 0px;
    margin-left: 10px;
}

.servico-direita-info a:nth-child(2n) {
    width:30%;
    padding: 5px 0px 5px 0px;
    margin-right:0px;
}

.banner-h {
    height: 90vh;
}

@media only screen and (min-height:1366px){
    .banner-h{
        height: 49.8vh;
    }
}

.mapa-div {
    margin-left: -30px !important;
    margin-top:15px;

}

@media only screen and (max-width:767px) {
    .mapa-div {
        margin-left: unset !important;
        margin-top: unset;
        padding:0;
    }
}

.anuncio-container {
    max-width:75%;
    background:#ffffff;
    border:1px solid #e9e9e9;
    border-radius: 35px 20px;
    margin-bottom:35px;
}

@media only screen and (max-width:767px) {
    .anuncio-container {
        max-width: 90%;
    }
}

@media only screen and (max-width:384px) {
    .caret-position {
        position: absolute;
        margin-left: -32px;
    }

    .caret-position-caracteristica {
       position: absolute;
       margin-left: unset;
    }
}

@media only screen and (min-width:385px) and (max-width:502px) {
    .caret-position {
        position: unset;
        margin-left: -32px;
    }
}

.popover-body hr{
    width: 134%;
    margin-left: -15px;
}

.popover-header button {
    width: 100% !important;
}

.popover-body button {
    width: 100% !important;
}

.checkbox-dias{
    padding-right:0;
    padding-top:8px;
    width:12.5%;
}

@media only screen and (max-width:768px) {
    .checkbox-dias {
        padding-left: 20px;
        padding-top: 25px;
        padding-bottom: 15px;
        width: unset;
    }
}

.metodo-atendimento-left {

    float:left;
    width:30%

}

.metodo-atendimento-right {

    float:right;
    width:70%;

}

@media only screen and (max-width:768px) {
    .metodo-atendimento-left {

        float: left;
        width: 50%
    }

    .metodo-atendimento-right {

        float: right;
        width: 50%;

    }

    .metodo-atendimento-right div{

        padding:0 !important;

    }
}

.aviso-cep {
    color:#ff0f09;
    font-size:15px;
    padding: 10px 0px 0px 0px;
}

/* --------------------------------------------------------------- */
/* ############### Slim Template Página de Planos ############### */
/* ------------------------------------------------------------- */

.row-sm {
    margin-left:-10px;
    margin-right:10px
}

.row-sm div {
    padding-left:10px;
    padding-right:10px;
}

.btn-contratar {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 1.200rem 0.75rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card-pricing-two {
    text-align: center;
    padding: 30px !important;
}

.card {
    border-radius: 0;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.card-pricing-two .pricing-title {
    color: #343a40;
    font-size: 14px;
}

.pricing-title {
    color: #1677d2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.card-pricing-two .pricing-price {
    font-size: 50px;
    color: #CA1E25;
    margin-bottom: 0;
}

.pricing-price {
    font-weight: 400;
    color: #CA1E25;
    margin-bottom: 25px;
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
}

.mg-b-25 {
    margin-bottom: 25px;
}

.pricing-list {
    margin: 0 20px 25px;
    padding: 0;
    list-style: none;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #868ba1;
}

.pricing-list li {
    display: block;
    text-align: center;
    padding: 10px 0;
}


.pricing-item {
    text-align: center;
}

@media (min-width: 576px) {
    .pricing-item {
        padding: 30px;
    }
}

.pricing-icon {
    font-size: 100px;
    color: #1b84e7;
}

.pricing-title {
    color: #1677d2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.pricing-text {
    margin-bottom: 30px;
}

.pricing-price {
    font-weight: 400;
    color: #CA1E25;
    margin-bottom: 25px;
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
}

.btn-pricing {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

.card-pricing-two {
    text-align: center;
    padding: 30px;
}

.card-pricing-two .pricing-title {
    color: #343a40;
    font-size: 14px;
}

.card-pricing-two .pricing-price {
    font-size: 50px;
    color: #CA1E25;
    margin-bottom: 0;
}

.pricing-list {
    margin: 0 20px 25px;
    padding: 0;
    list-style: none;
}

.pricing-list li {
    display: block;
    text-align: center;
    padding: 10px 0;
}

.pricing-list li+li {
    border-top: 1px solid #dee2e6;
}

.card-pricing-primary .card-pricing,
.card-pricing-primary .card-body {
    border-color: #1b84e7;
}

.card-pricing-primary .btn-pricing {
    background-color: #1b84e7;
}

.plano a {
    margin-top: 20px;
    background-color: #c91f28;
    color: #fff;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.plano a:hover,
.plano a:focus {
    background-color: #cf3940;
    color: #fff;
}

.btn-pricing-2 {
    margin-top: 10px;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #CA1E25;
    border-color: #fff;
    letter-spacing: 1px;
}

.btn-pricing-2:hover,
.btn-pricing-2:focus {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #CA1E25;
    background-color: #fff;
    border-color: #CA1E25;
    letter-spacing: 1px;
}

@media (min-width: 576px) {

.slim-pageheader {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

}

.slim-pageheader {
    padding: 15px 0;
}

.slim-pagetitle {
    margin-top: 0;
    margin-bottom: 0;
}

.slim-pagetitle {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #343a40;
    padding-left: 10px;
    border-left: 4px solid #CA1E25;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: .5px;
}

/* ---------------------------------------------------------------------- */
/* ############### Slim Template Página Central de Ajuda ############### */
/* -------------------------------------------------------------------- */

.accordion-one .card+.card {
    margin-top: 5px;
}

.accordion-one .card-header {
    padding: 0;
    background-color: transparent;
    font-weight: 500;
}

.accordion-one .card-header a {
    display: block;
    padding: 18px 20px;
    color: #1b84e7;
    position: relative;
    border-bottom: 1px solid #ced4da;
}

.accordion-one .card-header a::before {
    content: '\f106';
    font-family: "FontAwesome";
    position: absolute;
    top: 20px;
    right: 25px;
}

.accordion-one .card-header a:hover,
.accordion-one .card-header a:focus {
    color: #1b84e7;
}

.accordion-one .card-header a.collapsed {
    color: #343a40;
    background-color: #f8f9fa;
    border-bottom-color: transparent;
}

.accordion-one .card-header a.collapsed::before {
    content: '\f107';
}

.accordion-one .card-header a.collapsed:hover,
.accordion-one .card-header a.collapsed:focus {
    color: #1b84e7;
}

.accordion-one .card-body {
    padding: 20px;
}

.accordion-one-primary .card {
    border-color: #1b84e7;
}

.accordion-one-primary .card-header a,
.accordion-one-primary .card-header a:hover,
.accordion-one-primary .card-header a:focus {
    color: #1b84e7;
}

.accordion-one-primary .card-header a.collapsed {
    background-color: #1b84e7;
    color: #fff;
}

.accordion-one-primary .card-header a.collapsed:hover,
.accordion-one-primary .card-header a.collapsed:focus {
    background-color: #1677d2;
    color: #fff;
}

.accordion-one-success .card {
    border-color: #23BF08;
}

.accordion-one-success .card-header a,
.accordion-one-success .card-header a:hover,
.accordion-one-success .card-header a:focus {
    color: #23BF08;
}

.accordion-one-success .card-header a.collapsed {
    background-color: #23BF08;
    color: #fff;
}

.accordion-one-success .card-header a.collapsed:hover,
.accordion-one-success .card-header a.collapsed:focus {
    background-color: #1fa707;
    color: #fff;
}

.accordion-one-warning .card {
    border-color: #F49917;
}

.accordion-one-warning .card-header a,
.accordion-one-warning .card-header a:hover,
.accordion-one-warning .card-header a:focus {
    color: #F49917;
}

.accordion-one-warning .card-header a.collapsed {
    background-color: #F49917;
    color: #fff;
}

.accordion-one-warning .card-header a.collapsed:hover,
.accordion-one-warning .card-header a.collapsed:focus {
    background-color: #e78c0b;
    color: #fff;
}

.accordion-one-danger .card {
    border-color: #dc3545;
}

.accordion-one-danger .card-header a,
.accordion-one-danger .card-header a:hover,
.accordion-one-danger .card-header a:focus {
    color: #dc3545;
    text-decoration: none;
}

.accordion-one-danger .card-header a.collapsed {
    background-color: #dc3545;
    color: #fff;
}

.accordion-one-danger .card-header a.collapsed:hover,
.accordion-one-danger .card-header a.collapsed:focus {
    background-color: #d32535;
    color: #fff;
    text-decoration: none;
}

.accordion-one-info .card {
    border-color: #5B93D3;
}

.accordion-one-info .card-header a,
.accordion-one-info .card-header a:hover,
.accordion-one-info .card-header a:focus {
    color: #5B93D3;
}

.accordion-one-info .card-header a.collapsed {
    background-color: #5B93D3;
    color: #fff;
}

.accordion-one-info .card-header a.collapsed:hover,
.accordion-one-info .card-header a.collapsed:focus {
    background-color: #4786ce;
    color: #fff;
}

.accordion-two .card {
    background-color: #f8f9fa;
}

.accordion-two .card+.card {
    border-top: 0;
}

.accordion-two .card-header {
    padding: 0;
    background-color: transparent;
}

.accordion-two .card-header a {
    display: block;
    padding: 18px 20px 18px 40px;
    border-bottom: 1px solid #ced4da;
    background-color: #e9ecef;
    font-weight: 500;
}

.accordion-two .card-header a::before {
    content: '\f462';
    font-family: "Ionicons";
    font-size: 20px;
    position: absolute;
    top: 14px;
    left: 20px;
}

.accordion-two .card-header a.collapsed {
    border-bottom-color: transparent;
    background-color: #fff;
}

.accordion-two .card-header a.collapsed::before {
    content: '\f489';
}

.accordion-two-primary .card {
    border-color: #1b84e7;
}

.accordion-two-primary .card-header a {
    background-color: #1b84e7;
    border-color: transparent;
    color: #fff;
}

.accordion-two-primary .card-header a.collapsed {
    background-color: #ebf4fd;
    color: #1b84e7;
}

.accordion-two-primary .card-header a.collapsed:hover,
.accordion-two-primary .card-header a.collapsed:focus {
    background-color: #e1effc;
}

.accordion-two-success .card {
    border-color: #23BF08;
}

.accordion-two-success .card-header a {
    background-color: #23BF08;
    border-color: transparent;
    color: #fff;
}

.accordion-two-success .card-header a.collapsed {
    background-color: #e6fee2;
    color: #23BF08;
}

.accordion-two-success .card-header a.collapsed:hover,
.accordion-two-success .card-header a.collapsed:focus {
    background-color: #ddfdd8;
}

.accordion-two-warning .card {
    border-color: #F49917;
}

.accordion-two-warning .card-header a {
    background-color: #F49917;
    border-color: transparent;
    color: #fff;
}

.accordion-two-warning .card-header a.collapsed {
    background-color: #fef9f2;
    color: #F49917;
}

.accordion-two-warning .card-header a.collapsed:hover,
.accordion-two-warning .card-header a.collapsed:focus {
    background-color: #fef5e8;
}

.accordion-two-danger .card {
    border-color: #dc3545;
}

.accordion-two-danger .card-header a {
    background-color: #dc3545;
    border-color: transparent;
    color: #fff;
}

.accordion-two-danger .card-header a.collapsed {
    background-color: #fdf4f5;
    color: #dc3545;
}

.accordion-two-danger .card-header a.collapsed:hover,
.accordion-two-danger .card-header a.collapsed:focus {
    background-color: #fceced;
}

.accordion-two-info .card {
    border-color: #5B93D3;
}

.accordion-two-info .card-header a {
    background-color: #5B93D3;
    border-color: transparent;
    color: #fff;
}

.accordion-two-info .card-header a.collapsed {
    background-color: #ecf2fa;
    color: #5B93D3;
}

.accordion-two-info .card-header a.collapsed:hover,
.accordion-two-info .card-header a.collapsed:focus {
    background-color: #e4edf8;
}


.Tel-perfil-destaque{
    color:#000;
    transition: 0.25s all ease;
    -webkit-transition: 0.25s all ease;
    -moz-transition: 0.25s all ease;
    -ms-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
}

.Tel-perfil-destaque:hover {
    color: #1b8a1b !important;
    transition: 0.25s all ease;
    -webkit-transition: 0.25s all ease;
    -moz-transition: 0.25s all ease;
    -ms-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
}

.modal {
  text-align: center;
  padding: 0 !important; }
  .modal::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  .modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
  .modal .modal-content {
    border-radius: 0;
    border: 0; }
  .modal .modal-header {
    padding: 20px 25px;
    align-items: center; }
  .modal .modal-header,
  .modal .modal-footer {
    background-color: #f8f9fa; }
  .modal.animated .modal-dialog {
    transform: translate(0, 0); }
  .modal.effect-scale .modal-dialog {
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s; }
  .modal.effect-scale.show .modal-dialog {
    transform: scale(1);
    opacity: 1; }
  .modal.effect-slide-in-right .modal-dialog {
    transform: translateX(20%);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }
  .modal.effect-slide-in-right.show .modal-dialog {
    transform: translateX(0);
    opacity: 1; }
  .modal.effect-slide-in-bottom .modal-dialog {
    transform: translateY(20%);
    opacity: 0;
    transition: all 0.3s; }
  .modal.effect-slide-in-bottom.show .modal-dialog {
    transform: translateY(0);
    opacity: 1; }
  .modal.effect-newspaper .modal-dialog {
    transform: scale(0) rotate(720deg);
    opacity: 0; }
  .modal.effect-newspaper.show ~ .modal-backdrop,
  .modal.effect-newspaper .modal-dialog {
    transition: all 0.5s; }
  .modal.effect-newspaper.show .modal-dialog {
    transform: scale(1) rotate(0deg);
    opacity: 1; }
  .modal.effect-fall {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px; }
    .modal.effect-fall .modal-dialog {
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d;
      transform: translateZ(600px) rotateX(20deg);
      opacity: 0; }
    .modal.effect-fall.show .modal-dialog {
      transition: all 0.3s ease-in;
      transform: translateZ(0px) rotateX(0deg);
      opacity: 1; }
  .modal.effect-flip-horizontal {
    perspective: 1300px; }
    .modal.effect-flip-horizontal .modal-dialog {
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d;
      transform: rotateY(-70deg);
      transition: all 0.3s;
      opacity: 0; }
    .modal.effect-flip-horizontal.show .modal-dialog {
      transform: rotateY(0deg);
      opacity: 1; }
  .modal.effect-flip-vertical {
    perspective: 1300px; }
    .modal.effect-flip-vertical .modal-dialog {
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d;
      transform: rotateX(-70deg);
      transition: all 0.3s;
      opacity: 0; }
    .modal.effect-flip-vertical.show .modal-dialog {
      transform: rotateX(0deg);
      opacity: 1; }
  .modal.effect-super-scaled .modal-dialog {
    transform: scale(2);
    opacity: 0;
    transition: all 0.3s; }
  .modal.effect-super-scaled.show .modal-dialog {
    transform: scale(1);
    opacity: 1; }
  .modal.effect-sign {
    perspective: 1300px; }
    .modal.effect-sign .modal-dialog {
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d;
      transform: rotateX(-60deg);
      transform-origin: 50% 0;
      opacity: 0;
      transition: all 0.3s; }
    .modal.effect-sign.show .modal-dialog {
      transform: rotateX(0deg);
      opacity: 1; }
  .modal.effect-rotate-bottom {
    perspective: 1300px; }
    .modal.effect-rotate-bottom .modal-dialog {
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d;
      transform: translateY(100%) rotateX(90deg);
      transform-origin: 0 100%;
      opacity: 0;
      transition: all 0.3s ease-out; }
    .modal.effect-rotate-bottom.show .modal-dialog {
      transform: translateY(0%) rotateX(0deg);
      opacity: 1; }
  .modal.effect-rotate-left {
    perspective: 1300px; }
    .modal.effect-rotate-left .modal-dialog {
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d;
      transform: translateZ(100px) translateX(-30%) rotateY(90deg);
      transform-origin: 0 100%;
      opacity: 0;
      transition: all 0.3s; }
    .modal.effect-rotate-left.show .modal-dialog {
      transform: translateZ(0px) translateX(0%) rotateY(0deg);
      opacity: 1; }
  .modal.effect-just-me .modal-dialog {
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s; }
  .modal.effect-just-me .modal-content {
    background-color: transparent; }
  .modal.effect-just-me .close {
    text-shadow: none;
    color: #fff; }
  .modal.effect-just-me .modal-header {
    background-color: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    padding-left: 0;
    padding-right: 0; }
    .modal.effect-just-me .modal-header h6 {
      color: #fff;
      font-weight: 500; }
  .modal.effect-just-me .modal-body {
    color: rgba(255, 255, 255, 0.8);
    padding-left: 0;
    padding-right: 0; }
    .modal.effect-just-me .modal-body h5 {
      color: #fff; }
  .modal.effect-just-me .modal-footer {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    border-top-color: rgba(255, 255, 255, 0.1); }
  .modal.effect-just-me.show ~ .modal-backdrop {
    opacity: .96; }
  .modal.effect-just-me.show .modal-dialog {
    transform: scale(1);
    opacity: 1; }

/********** RTL SUPPORT **********/
/*********************************/
[dir="rtl"] .modal-header .close {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }

[dir="rtl"] .modal-body:not(.tx-center) {
  text-align: right; }

[dir="rtl"] .modal-footer > :not(:last-child) {
  margin-right: 0;
  margin-left: 5px; }

  #contratar-persona {
        width: 100%;
        min-height: 70px;
        position: fixed;
        bottom: 0px;
        z-index: 997;
    }

    .btn-editar {
        color: #fff;
        padding-top: 8.5px;
        padding-bottom: 8.5px;
        font-size: 16px;
        width:20%;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    #salvar:hover {
        color: #28a745 !important;
        background-color: #ffffffe3;
        border-color: #28a745;
    }

    #salvar:focus {
        color: #fff !important;
        box-shadow: unset !important;
    }

    #editar:hover {
        color: #5bc0de !important;
        background-color: #ffffffe3;
        border-color: #46b8da;
    }

    #editar:focus {
        color: #fff !important;
        box-shadow: unset !important;
    }

    #cancelar:hover {
        color: #c9302c !important;
        background-color: #ffffffe3;
        border-color: #ac2925;
    }

    #cancelar:focus {
        color: #fff !important;
        box-shadow: unset !important;
    }

    #salvar-adm:hover {
        color: #28a745 !important;
        background-color: #ffffffe3;
        border-color: #28a745;
    }

    #salvar-adm:focus {
        color: #fff !important;
        box-shadow: unset !important;
    }

    #editar-adm:hover {
        color: #5bc0de !important;
        background-color: #ffffffe3;
        border-color: #46b8da;
    }

    #editar-adm:focus {
        color: #fff !important;
        box-shadow: unset !important;
    }

    #cancelar-adm:hover {
        color: #c9302c !important;
        background-color: #ffffffe3;
        border-color: #ac2925;
    }

    #cancelar-adm:focus {
        color: #fff !important;
        box-shadow: unset !important;
    }
    #plano-adm:hover {
        color: #c9302c !important;
        background-color: #ffffffe3;
        border-color: #ac2925;
    }

    #plano-adm:focus {
        color: #fff !important;
        box-shadow: unset !important;
    }

    .star-rank i {
        color: #faec5a;
        font-size:18px;
    }

    .cabelo-icone {
        width:17px;
    }

    .footer-fixed {
        position: fixed;
        bottom: 0;
        width: 20%;
        left: 82.6%;
        z-index:1000;
        float: right;
    }

    .active-adminNav{
        color: #fff !important;
        background: #CA1E25;
        border:1px solid #CA1E25;
        border-radius: 4px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }

    .active-adminNav:hover {
        color: #CA1E25 !important;
        background: #FFF;
        border-radius: 4px;
        border:1px solid #CA1E25;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

    @media only screen and (max-width:358px){

        .break {

            display: block !important;

        }

        .tbl-intern {

            float:unset !important;

        }

    }

    .perfil-img {
        width: 300px;
        height: 300px;
        border-radius: 50%;
    }

.container-foto-perfil{
    position: relative;
}

.perfil-img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;

}

.container-foto-perfil:hover .perfil-img-overlay {
    opacity: 1;
}
.icon-foto-perfil {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.fa-edit:hover {
    color: #eee;
}

    @media only screen and (max-width:800px) {
        .perfil-img {
            width: 250px;
            height: 250px;
            border-radius: 50%;
        }
    }

    @media only screen and (max-width:420px) {
        .perfil-img {
            width: 225px;
            height: 225px;
            border-radius: 50%;
        }
    }

    @media only screen and (max-width:350px) {
        .perfil-img {
            width: 200px;
            height: 200px;
            border-radius: 50%;
        }
    }

    .aprovacao{
        width:49.5%;
        margin:0 auto;
    }

    @media only screen and (max-width:387px){
        .aprovacao {
            width: 100%;
            margin: 10px auto 0px auto;
        }
    }

    .cuadro_intro_hover {
        padding: 0px;
        position: relative;
        overflow: hidden;
        height: 200px;
    }

    .cuadro_intro_hover:hover .caption {
        opacity: 1;
        transform: translateY(-150px);
        -webkit-transform: translateY(-150px);
        -moz-transform: translateY(-150px);
        -ms-transform: translateY(-150px);
        -o-transform: translateY(-150px);
    }

    .cuadro_intro_hover img {
        z-index: 4;
    }

    .cuadro_intro_hover .caption {
        position: absolute;
        top: 150px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 100%;
    }

    .cuadro_intro_hover .blur {
        background-color: rgba(0, 0, 0, 0.7);
        height: 300px;
        z-index: 5;
        position: absolute;
        width: 100%;
    }

    .cuadro_intro_hover .caption-text {
        z-index: 10;
        color: #fff;
        position: absolute;
        height: 300px;
        text-align: center;
        top: -20px;
        width: 100%;
    }

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");

.tips {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: #f1f1f1;
    line-height: 30px;
    font-size: 14px;
    padding: 2px 15px;
}


.container .col1 {
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.container .col1 .card {
    position: relative;
    width: 420px;
    height: 250px;
    margin-bottom: 85px;
    margin-right: 10px;
    border-radius: 17px;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.container .col1 .card .front {
    position: absolute;
    background: var(--card-color);
    border-radius: 17px;
    padding: 50px;
    width: 100%;
    height: 100%;
    transform: translateZ(1px);
    -webkit-transform: translateZ(1px);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    z-index: 50;
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.container .col1 .card .front .type {
    position: absolute;
    width: 75px;
    height: 45px;
    top: 20px;
    right: 20px;
}
.container .col1 .card .front .type img {
    width: 100%;
    float: right;
}
.container .col1 .card .front .card_number {
    position: absolute;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -1px;
    top: 110px;
    color: var(--text-color);
    word-spacing: 3px;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    margin-left: 30px;
    margin-top: -10px;
}
.container .col1 .card .front .date {
    position: absolute;
    bottom: 40px;
    right: 55px;
    width: 90px;
    height: 35px;
    color: var(--text-color);
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
.container .col1 .card .front .date .date_value {
    font-size: 12px;
    position: absolute;
    margin-left: 22px;
    margin-top: 12px;
    color: var(--text-color);
    font-weight: 500;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
.container .col1 .card .front .date:after {
    content: 'MONTH / YEAR';
    position: absolute;
    display: block;
    font-size: 7px;
    margin-left: 20px;
}
.container .col1 .card .front .date:before {
    content: 'valid \a thru';
    position: absolute;
    display: block;
    font-size: 8px;
    white-space: pre;
    margin-top: 8px;
}
.container .col1 .card .front .fullname {
    position: absolute;
    font-size: 20px;
    bottom: 40px;
    color: var(--text-color);
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
.container .col1 .card .back {
    position: absolute;
    width: 100%;
    border-radius: 17px;
    height: 100%;
    background: var(--card-color);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.container .col1 .card .back .magnetic {
    position: absolute;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    margin-top: 25px;
}
.container .col1 .card .back .bar {
    position: absolute;
    width: 80%;
    height: 37px;
    background: rgba(255, 255, 255, 0.7);
    left: 10px;
    margin-top: 100px;
}
.container .col1 .card .back .seccode {
    font-size: 13px;
    color: var(--text-color);
    font-weight: 500;
    position: absolute;
    top: 100px;
    right: 40px;
}
.container .col1 .card .back .chip {
    bottom: 45px;
    left: 10px;
}
.container .col1 .card .back .disclaimer {
    position: absolute;
    width: 65%;
    left: 80px;
    color: #f1f1f1;
    font-size: 8px;
    bottom: 55px;
}
.container .col2 input {
    /* display: block;
    width: 260px;
    height: 30px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 7px;
    font-size: 17px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.05);
    border: none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;*/
}
.container .col2 input:focus {
    /*outline-width: 0;
    background: rgba(31, 134, 252, 0.15);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;*/
}
.container .col2 label {
    padding-left: 8px;
    font-size: 15px;
    color: #444;
}
.container .col2 .ccv {
    width: 40%;
}
.container .col2 .buy {
    width: 260px;
    height: 50px;
    position: relative;
    display: block;
    margin: 20px auto;
    border-radius: 10px;
    border: none;
    background: #42C2DF;
    color: white;
    font-size: 20px;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
    cursor: pointer;
}
.container .col2 .buy i {
    font-size: 20px;
}
.container .col2 .buy:hover {
    background: #3594A9;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
}

.chip {
    position: absolute;
    width: 55px;
    height: 40px;
    background: #bbb;
    border-radius: 7px;
}
.chip:after {
    content: '';
    display: block;
    width: 35px;
    height: 25px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ddd;
}

.bg-warning {
    background-color: #F49917 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #ce7d0a !important; }

.bg-success {
    background-color: #23BF08 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1a8e06 !important; }

.bg-info {
    background-color: #5B93D3 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #3579c6 !important; }

.bg-danger {
    background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important; }

.tx-white-8 {
    color: rgba(255, 255, 255, 0.8); }
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem; }

.card-status {
    padding: 20px; }
.card-status .media {
    display: flex;
    align-items: center; }
.card-status .media-body {
    margin-left: 15px; }
.card-status p {
    margin-bottom: 0; }
.card-status h1 {
    margin-bottom: 0;
    color: #343a40;
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700; }
.card-status .icon {
    font-size: 64px; }
.card-status .icon, .card-status .icon::before, .card-status .icon::after {
    line-height: 1; }

.exibir-lixeira
{
    height: 28px;
}

.exibir-lixeira:hover{
    background-color: #CA1E25!important;
    color: white;
    font-size: 12px!important;
}
.exibir-lixeira:hover span{
    display: none;
}

.exibir-lixeira:hover::after{
    font-family: FontAwesome;
    content: "\f014";
}

.exibir-plus
{
    height: 28px;
}

.exibir-plus:hover{
    background-color: #90000c !important;
    color: white;
    font-size: 12px!important;
}
.exibir-plus:hover span{
    display: none;
}

.exibir-plus:hover::after{
    font-family: FontAwesome;
    content: "\f067";
}

.payments {
    min-width: 320px;
}

svg {
    display: block;
    position: absolute;
    top: 2px;
    right: 15px;
    width: 45px;
    height: 45px;
}

svg.svg-debit {
    top: 5px;
    right: 17px;
    width: 40px;
    height: 40px;
}

svg.svg-visa {
    right: 125px;
}

svg.svg-master {
    right: 70px;
}


.svg-cash-hand {
    fill: #FFCA65;
}

.svg-cash-thumb {
    stroke: #FBAD3E;
    fill: none;
}

.svg-cash-money {
    fill: #34b154;
}

.svg-cash-money-inner {
    fill: #fff;
    opacity: .4;
}

.svg-cash-shirt-inner {
    fill: #def;
}

.svg-cash-shirt-outer {
    fill: #07b;
}

.svg-debit-card {
    fill: #e5e5e5;
}

.svg-debit-data {
    fill: #bbb;
}

.svg-debit-sign {
    fill: #fff;
}

.svg-debit-read {
    fill: #555;
}

.svg-visa-border {
    fill: #005098;
}

.svg-visa-letter {
    fill: #005098;
}

.svg-visa-corner {
    fill: #F6A500;
}

.svg-master-border {
    fill: #E30613;
}

.svg-master-circle1 {
    fill: #E40520;
}

.svg-master-circle2 {
    fill: #FAB31E;
}

.svg-master-letter {
    fill: #fff;
}

.svg-amex-border {
    fill: #0098D0;
}

.svg-amex-letter {
    fill: #0098D0;
}

.svg-sofort-line1 {
    fill: #ee7f00;
}

.svg-sofort-line2 {
    fill: #383a41;
}

.svg-sofort-fill {
    fill: #fff;
}

.svg-click-border {
    fill: #FF8000;
}

.svg-click-logo {
    fill: #FF8000;
}

.svg-click-letter {
    fill: #FF8000;
}

.svg-click-letter-center {
    fill: #808080;
}

.svg-paypal-border {
    fill: #1B557D;
}

.svg-paypal-letter1to3 {
    fill: #1B557D;
}

.svg-paypal-letter4to6 {
    fill: #107DB0;
}

/*
* Buttons
**********************************************************/
.button-svg {
    position: relative;
    height: 50px;
    padding: 0 0 0 50px;
    font-size: 14px;
    line-height: 48px;
    border-bottom: 1px solid #bbb;
    background: #fafafa;
    cursor: pointer;
}

.button-svg:hover {
    background: #f5f5f5;
}

.button-svg:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 18px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #bbb, inset 0 0 0 7px #fff;
    background: #fff;
}

.button-svg:hover:after {
    background: #bbb;
}

.button-svg.active:after {
    background: #555;
}

/*
* Breakpoint
**********************************************************/
@media all and (min-width: 500px) {
    svg {
        right: 25px;
        width: 55px;
        height: 55px;
    }

    svg.svg-debit {
        top: 4px;
        right: 27px;
        width: 50px;
        height: 50px;
    }

    svg.svg-visa {
        right: 175px;
    }

    svg.svg-master {
        right: 100px;
    }

    svg.svg-sofort {
        top: -14px;
        right: 15px;
        width: 85px;
        height: 85px;
    }

    .button-svg {
        height: 60px;
        padding: 0 0 0 60px;
        font-size: 18px;
        line-height: 58px;
    }

    .button-svg:after {
        top: 20px;
        left: 23px;
    }
}
/*
* Breakpoint
**********************************************************/
@media all and (min-width: 700px) {
    svg {
        top: auto !important;
        right: 0 !important;
        left: 0;
        margin: auto;
        bottom: 10px;
        width: 60px;
        height: 60px;
    }

    svg.svg-cash {
        bottom: 5px;
        width: 70px;
        height: 70px;
    }

    svg.svg-debit {
        width: 60px;
        height: 60px;
    }

    svg.svg-visa {
        bottom: 50px;
        width: 40px;
        height: 40px;
    }

    svg.svg-master {
        bottom: 25px;
        width: 40px;
        height: 40px;
    }

    svg.svg-amex {
        bottom: 0;
        width: 40px;
        height: 40px;
    }

    svg.svg-sofort {
        bottom: 0;
        width: 85px;
        height: 85px;
    }

    svg.svg-click {
        bottom: -2px;
        width: 90px;
        height: 90px;
    }

    svg.svg-paypal {
        bottom: -8px;
        width: 100px;
        height: 100px;
    }

    .svg-visa-border,
    .svg-master-border,
    .svg-amex-border,
    .svg-click-border,
    .svg-paypal-border {
        display: none;
    }

    .payments {
        /*max-width: 700px;*/
        margin: 0 auto;
        padding: 25px;
        overflow: hidden;
    }

    .button-svg {
        float: left;
        width: 100px;
        height: 150px;
        margin-right: 10px;
        padding: 50px 0 0;
        font-size: 12px;
        line-height: 1;
        text-align: center;
        border: 0;
        border-radius: 3px;
        box-shadow: inset 0 0 0 1px #bbb;
    }

    .button-svg:last-child {
        margin-right: 0;
    }

    .button-svg:after {
        top: 15px;
        left: 40px;
    }

}

.dropdown-menu {
    width: 350px;

    color: #868ba1;
    text-align: left;
    list-style: none;
}
.dropdown-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    border-bottom: 1px solid
    #dee2e6;
}
.dropdown-menu-header a {
    color: #CA1E25;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.dropdown-menu-header div {
    font-size: 12px;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.dropdown-menu-title {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    color: #343a40;
}

.dropdown-list .dropdown-link {
    color: #495057;
    font-size: 13px;
}
.dropdown-list .dropdown-link.read .media {
    background-color:
            #f8f9fa;
}
.dropdown-list .dropdown-link .media {
    padding: 10px 15px;
    border-bottom: 1px solid #dee2e6;
    transition: all 0.2s ease-in-out;
}
.media {
    display: flex;
    align-items: flex-start;
}
.dropdown-list .dropdown-link img {
    width: 60px;
    border-radius: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}
.dropdown-list .dropdown-link .media-body {
    margin-left: 15px;
}
.media-body {
    flex: 1;
}

.dropdown-list a{
    text-decoration: none;
}
.dropdown-list .dropdown-link p {
    margin-bottom: 5px;
}
.dropdown-list .dropdown-link span {
    font-size: 12px;
    color:
            #6c757d;
}

.dropdown-list-footer {

    padding: 10px 15px;
    text-align: center;
    font-size: 12px;

}

.dropdown-list-footer a {
    color: #CA1E25;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

.header-notification .indicator {
    width: 7px;
    height: 7px;
    background-color: #CA1E25;
    border-radius: 100%;
    position: absolute;
    top: 6px;
    right: 6px; }

    .btn-view-only:hover{
        color: rgb(0, 0, 0) !important;
        text-decoration: none !important;
        background-color:#fff!important;
        border-color:#ccc!important;
    }

.loader,
.loader:before,
.loader:after {
  background: #9f9f9f;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}
.loader:before {
  left: -1.5em;
}
.loader {
  text-indent: -9999em;
  margin: 8em auto;
  position: relative;
  font-size: 12px;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: 1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #9f9f9f;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #9f9f9f;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #9f9f9f;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #9f9f9f;
    height: 5em;
  }
}

.ribbon {
    position: absolute;
    top: 20px;
    right: 40px;
    padding: 15px;
}
.ribbon-content{
    position: relative; 
    width: 100%; 
    height: 100px; 
    background: #f1f1f1; 
    border: 1px solid #DDD;    
}
.ribbon.base {
    background: #3498db;
    color: #fff;
    border-right: 5px solid #8bc4ea;
}
.ribbon.light {
    background: #ecf0f1;
    color: #2c3e50;
    border-right: 5px solid #dde4e6;
}
.ribbon.dark {
    background: #131313;
    color: #fff;
    border-right: 5px solid #464646;
}
.ribbon.base-alt {
    background: #9cd70e;
    color: #fff;
    border-right: 5px solid #c6f457;
}
.ribbon.red {
    background: #e91b23;
    color: #fff;
    border-right: 5px solid #f2787d;
}
.ribbon.orange {
    background: #ff8a3c;
    color: #fff;
    border-right: 5px solid #ffc7a2;
}
.ribbon.yellow {
    background: #ffd800;
    color: #fff;
    border-right: 5px solid #ffe866;
}
.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent;
}
.ribbon:before {
    top: 0;
}
.ribbon:after {
    bottom: 0;
}
.ribbon.base:before {
    border-top: 27px solid #3498db;
}
.ribbon.base:after {
    border-bottom: 27px solid #3498db;
}
.ribbon.light:before {
    border-top: 27px solid #ecf0f1;
}
.ribbon.light:after {
    border-bottom: 27px solid #ecf0f1;
}
.ribbon.dark:before {
    border-top: 27px solid #131313;
}
.ribbon.dark:after {
    border-bottom: 27px solid #131313;
}
.ribbon.base-alt:before {
    border-top: 27px solid #9cd70e;
}
.ribbon.base-alt:after {
    border-bottom: 27px solid #9cd70e;
}
.ribbon.red:before {
    border-top: 27px solid #e91b23;
}
.ribbon.red:after {
    border-bottom: 27px solid #e91b23;
}
.ribbon.orange:before {
    border-top: 27px solid #ff8a3c;
}
.ribbon.orange:after {
    border-bottom: 27px solid #ff8a3c;
}
.ribbon.yellow:before {
    border-top: 27px solid #ffd800;
}
.ribbon.yellow:after {
    border-bottom: 27px solid #ffd800;
}
.ribbon span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}