/*
	Theme Name:		Credicompras
	Description: 	Site Credicompras
	Author: 		PRO Internacional
	Author URI: 	https://www.prointernacional.com
	Version: 		1.1
*/

label.error {
	color: #d8433d!important;
}

.form__input {
	padding: 0 1em!important;
}

.success-message {
	background-color: #eee;
	text-align:center;
	padding: 1em 2em;
	border-radius: 10px;
	color:#36a036;
	font-size:1.3em;
	font-weight:bold;
}
.slide-home {
  border: 2px solid white;
	border-radius: 1rem;
  height: fit-content;
  width: 50%;
}
.slide-home .owl-carousel .owl-nav .owl-prev,
.slide-home .owl-carousel .owl-nav .owl-next {
  background: white !important;
  height: 2rem !important;
  width: 2rem !important;
}
.slide-home .owl-carousel .owl-nav .owl-prev {
  left: -4rem;
}
.slide-home .owl-carousel .owl-nav .owl-next {
  right: -4rem;
}
@media only screen and (max-width: 600px) {
  .slide-home {
    height: fit-content;
	  margin: 2rem;
    width: 90%;
  }
  .slide-home .owl-carousel .owl-nav .owl-prev {
    left: -3rem;
  }
  .slide-home .owl-carousel .owl-nav .owl-next {
    right: -3rem;
  }
}
/* Table */
.table-grid {
  margin: 2rem 0;
  //border: 2px solid red;
  position: relative;
  z-index: 2;
  padding: 0 2rem;
  //margin: 1rem 0 2rem 0;
}
.table-grid table * {
  color: white !important;
  font-size: 0.85rem;
}

.table-grid table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
}
.table-grid td {
  border-bottom: 1px solid #2358a1;
  padding: 0.25rem 0.5rem;
}

@media only screen and (max-width: 600px) {
  .table-grid {
    background: #233375;
	 // border: 3px solid red;
    margin: 0 -2rem 0 -2rem;
    padding: 2rem;
    //overflow-x: scroll;
  }
}

@media only screen and (max-width: 600px) {
.grid--m-row-inverse {
	//border: 2px solid red;
	flex-direction: column-reverse !important;
}
}
.figure--relative {
	position: relative !important;
margin: inherit !important;;
}