

.img-responsive {
    display: inline;
    max-width:100%;
    height:auto;
}


/*botoes gradiente*/
.g-btn {
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    padding: .7rem 1.2rem;
    outline: 0;
    width: 100%;
}
.g-btn--prontos {
    background: -webkit-gradient(linear, left top, left bottom, from(#389FFD), to(#006cff));
    background: linear-gradient(#56443c, #513225);
}
.g-btn--prontos.has-border {
    border-color: #0066f1
}
.g-btn--prontos:hover {
    background: #513225
}


.sombra-texto {
text-shadow: #FFF 2px 2px 2px;
}

.borda-cinza {
    border: 1px solid #e3e2e2;
    padding-bottom: 10px;
}
.borda-cinza-pad {
    border: 1px solid #9f9c9c;
    padding: 5px;
}

.borda-branca {
    border: 1px solid #FFF;
}
.borda-branca-pad {
    border: 1px solid #FFF;
    padding: 5px;
}
.borda-bottom {
    border-bottom: 1px solid #C4C3C3;
}

.clear {clear: both;}

.ideias {
    text-align: center;
    font-size: 13px;
    color: aqua;
    background-color: #FFF;
    padding: 20px;
}

.ideias a {
    color:#8693f5;
}

.endereco {
	padding: 10px;
	border: 1px solid #cecccc;
	color: #333;
	border-radius: 3px;
}

/* BG */
.bg-diagonal-1{   
    background-image: -webkit-linear-gradient(-75deg, #f4e6d2 50%, #f8cfd0 50%);
} 
.bg-diagonal-2{   
    background-image: -webkit-linear-gradient(-77deg, #fff 50%, #e4e4e2 50%);
} 


/*MODAL*/
.modal {
    font-size: 14px;
    z-index: 9999;
}
.modal-header {
	text-align: center;
	background-color: #d5faff;
	color: #2c355b;
	font-weight: 700;
    border: 5px solid #fff;
}

.modal hr {
    border-color:#ccc;
    border-width:1px;
}
.modal-footer {
    padding: 10px;
    text-align: center;
    background: #0b899c;
    border: 1px solid #fff;
}
.modal .btn-primary {
    margin-top: 0;
    background: transparent;
}
.modal-backdrop {
    background: #07889b;
    opacity:0.9 !important;
}
.modal-content {
    border-radius: 20px 20px 0 0 !important;
}
.close:focus, .close:hover {
    color: #00afef;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1.1;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #2c355b;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}
/*MODAL*/


.div-select {
    overflow:hidden; /* Esconde o conteúdo que passar do tamanho especificado */
}
  
.div-select select {
    background: #f0f0f0;
    background-position: 205px center;
    width: 100%;
    height: 48px;
    font-size: 18px;
    padding: 7px 20px 7px 7px;
    color: #6e6969;
    text-indent: 0.01px;
    text-overflow: "";
    border: 1px solid #cecaca;    
}


.mouse-up {
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    transition:0.3s;
}
.mouse-up:hover {
    margin-left: 5px;
}

/*img resp*/
.img-mobile {
    display: none;
}

@media screen and (max-width: 768px) 
    {
      .img-full {
          display: none;
        }

        .img-mobile {
        display: block;
        }
    }
/*img resp*/


.wrapper {
  height: 100%;
  min-height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.wrapper_login {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}



/*.embed-video iframe, .embed-video object, .embed-video embed {  width: 100%; height: 100%; }*/
.video-container {
position: relative;
padding-bottom: 46.25%;
padding-top: 0px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* padding */
.pad-10 {  padding: 10px; }
.pad-20 {  padding: 20px; }
.pad-30 {  padding: 30px; }
.pad-40 {  padding: 40px; }
.pad-50 {  padding: 50px; }

/*padding-bottom*/
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-100 {
    padding-bottom: 100px;
}

/*padding-top*/
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}

/* margin */
.marg-10 {  margin: 10px; }
.marg-20 {  margin: 20px; }
.marg-30 {  margin: 30px; }
.marg-40 {  margin: 40px; }
.marg-50 {  margin: 50px; }


/*margin-bottom*/
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-100 {
    margin-bottom: 100px;
}

/*margin-top*/
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-100 {
    margin-top: 100px;
}

@media(min-width:770px) {
    
}


.zoom-id {
  position: relative;
  border: 2px solid #f6adaf;
  overflow: hidden;
}
.zoom-id img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zoom-id:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/* Flex */
.flex {
    display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: start;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-item-1 {
    flex: 1;
}

/* Flex Item */
.cat-item {
    margin: 10px;
    text-align: center;
}
.cat-item img{
    max-width: 90px;
}




