/************************************/
/* PAGE TITLE */
/************************************/

#pageTitle {
  padding: 3vh 0 0 0;
  text-align: center;
}

#pageTitle .breadBoxContainer {
  /*border-bottom: 2px solid var(--baseLinkColor);*/
  padding: 0 0 3vh 0;
}

#pageTitle .cartBreadBoxContainer {
  border-bottom: 2px solid var(--baseLinkColor);
  padding: 0 0 3vh 0;
}

#pageTitle .cartBreadBoxContainer .ctaYellow:hover a {
  color: #FFF;
  text-decoration: none;
}

#pageTitle .page {
  padding: 0 0 10px 0;
}

#pageTitle .breadBox {
  display: inline-block;
}

#pageTitle .breadBox::before {
  content: "·";
  padding: 0 3px 0 5px;
}

#pageTitle .breadBox:first-child::before {
  display: none;
}

/************************************/
/* END PAGE TITLE */
/************************************/

/************************************/
/* FILTERS */
/************************************/

#filters {
  padding: 10px 0 0 0;
}

#filters .checkWidthWrap {
  position: relative;
  border-bottom: 1px solid var(--baseLinkColor);
}

#filters .checkWidthWrap .icon-plus {
  display: none;
  position: absolute;
  top: -8px;
  right: 0;
  padding: 10px;
  background: var(--baseLinkColor);
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}

#filters .cwExtra {
  display: inline-block;
  padding: 0 20px 10px 0;
}

#filters .cwElement {
  display: inline-block;
}

#filters .filterBox {
  display: inline-block;
}

#filters .filter {
  display: inline-block;
  padding: 0 5px;
}

#filters .ctaSubmit {
  position: relative;
  border: 1px solid #ccc;
  width: 40px;
  height: 41px;
  top: 0;
  margin: 0 10px;
}

#filters .ctaSubmit:hover::after {
	left: 20px;
	opacity: 1;
}

#filters .checkWidthWrap.mobile {
  text-align: center;
}

#filters .checkWidthWrap.mobile .icon-plus {
  display: block;
}

#filters .cwElement.mobile {
  display: none;
}

#filters .cwElement.mobile .filterBox.extended {
  display: block;
}

#filters .cwElement.mobile .filterBox.extended .filter {
  display: block;
  padding: 0;
}

/************************************/
/* END FILTERS */
/************************************/

/************************************/
/* PAGES */
/************************************/

.pages {
  padding: 2vh 0;
  text-align: center;
}

.pages .wrap > *, .pages .pagesBox {
  display: inline-block;
  vertical-align: middle;
}

.pages .page {
  font-size: 19px;
  margin: 0 2px;
}

.pages .pagesBox {
  margin: 0 2px;
}

.pages .ctaGrey.active {
  background: var(--baseLinkColor);
	color: #fff;
	border-radius: 20px;
}

/************************************/
/* END PAGES */
/************************************/

/************************************/
/* ABOUT */
/************************************/

#about .title {
  font-family: "Nothing You Could Do", cursive;
  text-align: center;
}

/************************************/
/* END ABOUT */
/************************************/

/************************************/
/* SERVICES */
/************************************/

#services .serviceBox {
  text-align: center;
  padding: 3vh 0 0 0;
}

#services .serviceList {
  text-align: center;
  display: inline-block;
  width: 25%;
  padding: 0 20px;
  border-right: 1px solid #ccc;
  vertical-align: top;
  margin-bottom: 20px;
}

#services .serviceList:last-child {
  border-right: none;
}

#services .servicesIcon {
  color: var(--baseLinkColor);
}

#services .servicesTitle {
  color: var(--baseLinkColor);
  padding: 10px 0;
}

@media (max-width:950px){
  #services .serviceList {
    width: 50%;
  }

  #services .serviceList:nth-child(even) {
    border-right: none;
  }
}

@media (max-width:600px){
  #services .serviceList {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    padding: 20px 0;
  }

  #services .serviceList:last-child {
    border-bottom: none;
  }
}

/************************************/
/* END SERVICES */
/************************************/

/************************************/
/* CONTACTS */
/************************************/

#contacts .contactMain {
  width: 50%;
  display: inline-block;
}

#contacts .contactMap {
  width: 50%;
  float: right;
  padding: 0 0 0 3vw;
}

#contactMap {
  height: 50vh;
}

#contacts .contactStore {
  width: 50%;
}

#contacts .contactAddress {
  padding: 0 0 30px 0;
}

.storeList .contactTitle {
  position: relative;
}

#contacts .contactMain .contactTitle {
  text-transform: uppercase;
  font-weight: 700;
}

#contacts .contactMap iframe {
  width: 100%;
  height: 50vh;
  max-height: 450px;
  min-height: 300px;
}

.storeList {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  cursor: pointer;
}

.storeList:last-child {
  border-bottom: 1px solid #ccc;
}

.storeList .contactTitle::after {
  content: "\e818";
  font-family: "icomoon";
  position: absolute;
  top: 0px;
  right: 0;
  padding: 10px;
  background: var(--baseLinkColor);
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
}

.storeList .contactTitle.close::after {
  content: "\e819";
}

.storeList .contactAddress {
  padding: 20px 0 0 0;
  display: none;
}

@media (max-width:580px){
  #contacts .contactMain {
    width: 100%;
  }

  #contacts .contactMap {
    width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }

  #contacts .contactStore {
    width: 100%;
  }
}

/************************************/
/* END CONTACTS */
/************************************/

/************************************/
/* RECRUITMENT */
/************************************/

#recruitment .topic {
  max-width: 600px;
}

#recruitment .formStyle {
  max-width: 600px;
  margin: auto;
}

.recruitmentCheckboxTxt {
  display: inline-block;
  margin: 0 0 10px 10px;
  vertical-align: middle;
}

.validationCheck .recruitmentCheckboxTxt {
  vertical-align: top;
  padding-top: 10px;
  max-width: 80%;
}

#recruitment .formStyle .submitCta {
  margin: 20px 0 0 0;
  font-size: 15px;
  min-width: 300px;
}

/************************************/
/* END RECRUITMENT */
/************************************/

/************************************/
/* TERMS */
/************************************/

#terms .contactTitle {
  text-transform: uppercase;
}

#terms .contactStore {
  max-width: 1200px;
  margin: auto;
}

#terms .contactTitle {
  padding: 0 30px 0 0;
}


#terms .storeList:nth-child(even) {
  background: #fafafa;
}

#terms .storeList .contactTitle::after {
  padding: 5px;
}

/************************************/
/* END TERMS */
/************************************/

/************************************/
/* LOGIN */
/************************************/

#login .formStyle {
  max-width: 600px;
  margin: auto;
}

#login .topic {
  max-width: 600px;
  margin: auto;
}

#login .loginList {
  display: inline-block;
  width: 50%;
  padding: 0 10px 0 0;
}

#login .loginList:last-of-type {
  padding: 0 0 0 10px;
}

#login .cta {
  width: 100%;
  font-size: 15px;
}

#login .cta.fbLogin {
  background: #395e96;
}

#login .cta.fbLogin:hover {
  background: #fff;
}

#login .cta.fbLogin::before {
  content: "\e801";
  font-family: "icomoon";
  font-size: 16px;
  color: #fff;
  padding: 0 10px 0 0;
}

@media (max-width:600px) {
  #login .loginList {
    width: 100%;
    padding: 0 0 10px 0;
  }

  #login .loginList:last-of-type {
    padding: 0;
  }
}

/************************************/
/* END LOGIN */
/************************************/

/************************************/
/* REGISTER */
/************************************/

#register .formStyle {
  max-width: 600px;
  margin: auto;
}

#register .topic {
  max-width: 600px;
  margin: auto;
}

#register .topicTxt {
  font-weight: 700;
}

#register .cp {
  display: inline-block;
  width: 20%;
  min-width: 50px;
  padding: 0 10px 0 0;
}

#register .cp:last-of-type {
  width: 60%;
  padding: 0;
}

#register .pass {
  width: 50%;
  display: inline-block;
  padding: 0 5px 0 0;
}

#register .pass:last-of-type {
  padding: 0 0 0 5px;
}

#register .ctaYellow {
  font-size: 15px;
  min-width: 300px;
  margin: 20px 0;
}

@media (max-width:600px) {
  #register .ctaYellow {
    min-width: 100%;
  }
}

/************************************/
/* END REGISTER */
/************************************/

/************************************/
/* CART */
/************************************/

#cart .cartHeader {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  text-transform: uppercase;
}

#cart .cartList {
  width: 15%;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

#cart .cartList:nth-child(2) {
  text-align: left;
}

#cart .cartList:first-child {
  width: 55%;
  text-align: left;
}

#cart .cartProduct {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

#cart .productImage {
  width: 10vw;
  height: 8vw;
  overflow: hidden;
  position: relative;
  max-height: 200px;
  min-height: 100px;
  min-width: 120px;
  display: inline-block;
  vertical-align: middle;
}

#cart .cartTitleBox {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: middle;
}

#cart .cartTitle {
  margin: 10px 0;
  font-weight: 700;
  display: block;
}

#cart .cartRemove {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display: block;
}

#cart .cartRemove {
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  display: block;
}

#cart .cartFooter {
  padding: 20px 0;
}

#cart .cartFooterList {
  display: inline-block;
  width: 40%;
  text-align: right;
}

#cart .cartFooterList:first-child {
  width: 40%;
  text-align: left;
  vertical-align: top;
}

#cart .cartFooterList:last-child {
  width: 20%;
}

#cart .cartFooterList form {
  position: relative;
  width: 50%;
}

#cart .promoInput {
  padding: 5px 30px 5px 5px;
}

#cart .promoSubmit {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  z-index: 999;
}

#cart .cartFooterList .promoInput {
  position: relative;
  z-index: 998;
}

#cart .price:last-of-type {
  font-weight: 700;
}

.cartNavList {
  display: inline-block;
  width: 50%;
}

.cartNavList:last-child {
  text-align: right;
  font-size: 15px;
  font-weight: 700;
}

#relatedCarrinhoWrap {
  padding: 20px 0;
}

#relatedCarrinhoWrap .sugestTitle {
  text-transform: uppercase;
  padding: 20px 0 5px 0;
  font-weight: 700;
}

#relatedCarrinhoWrap .equip {
  display: inline-block;
  width: 20%;
  padding: 10px;
  vertical-align: top;
  margin-right: -4px;
}

#relatedCarrinhoWrap .productImage {
  height: 15vw;
}

@media(max-width:700px) {
  #cart .cartList {
    width: 33.33%;
    text-align: center;
  }

  #cart .cartList:first-child {
    width: 100%;
    text-align: left;
    padding: 0 0 5px 0;
  }

  #cart .cartFooterList {
    width: 67%;
  }

  #cart .cartFooterList:first-child {
    width: 100%;
    text-align: left;
    padding: 0 0 5px 0;
  }

  #cart .cartFooterList:last-child {
    width: 33%;
  }
}

/************************************/
/* END CART */
/************************************/

/************************************/
/* CART2 */
/************************************/

#cart2 .title {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 20px 0;
}

#cart2 .cart2Box {
  padding: 0 0 30px 0;
}

#cart2 .cart2List {
  display: inline-block;
  width: 50%;
  padding: 0 1vh 0 0;
  vertical-align: top;
  position: relative;
}

#cart2 .cart2List:last-child {
  display: inline-block;
  width: 50%;
  padding: 0 0 0 1vh;
}

#cart2 .cart2Link {
  width: 100%;
  text-align: center;
  padding: 20px;
  background: #aab7cc;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

span.lojaText {
  color: var(--baseLinkColor);
  font-weight: 700;
  padding-left: 10px;
  text-decoration: underline;
}

#cart2 .cart2Link.active {
  background: var(--baseLinkColor);
}

#cart2 .cart2Link:hover {
  background: var(--baseYellow);
  color: #333;
}

#cart2 .loja {
  display: none;
}

#cart2 .formTitle {
  font-weight: 700;
  padding: 10px 0;
}

#cart2 .cart2ListHalf {
  display: inline-block;
  width: 50%;
  padding: 0 5px 0 0;
}

#cart2 .cart2ListHalf:last-of-type {
  padding: 0 0 0 5px;
}

#cart2 .cart2ListThird {
  display: inline-block;
  width: 20%;
  padding: 0 10px 0 0;
}

#cart2 .cart2ListThirdHalf {
  display: inline-block;
  width: 33.33%;
  padding: 0 10px 0 0;
}

#cart2 .cart2ListThirdHalf:last-of-type {
  padding: 0;
}

#cart2 .cart2ListThird:last-of-type {
  width: 60%;
  padding: 0;
}

#cart2 .preFill {
  position: absolute;
  top: 10px;
  right: 0;
  cursor: pointer;
}

#cart2 .fsRadio {
  display: block;
}

#cart2 .cart2Radio {
  display: inline-block;
  width: 10%;
  min-width: 40px;
  vertical-align: top;
}

#cart2 .cart2Radio:last-of-type {
  width: 85%;
  min-width: initial;
}

#cart2 .cart2RadioTxt {
  height: 30px;
  padding: 10px 0 36px 0;

}

#cart2 .cartNavList {
  margin: 20px 0 0 0;
}

.loc {
  font-size: 11px;
  display: none;
  font-weight: 700;
}

#cart2 .cart2RadioTxt:hover .loc {
  display: block;
}

@media(max-width:780px) {
  #cart2 .cart2List {
    width: 100%;
    padding: 0;
  }

  #cart2 .cart2List:last-child {
    width: 100%;
    padding: 0;
  }

  #cart2 .cart2Link:first-of-type {
    margin: 0 0 10px 0;
  }

  .loc {
    display: block;
  }

  #cart2 .fsRadio {
    margin-bottom: 35px;
  }

  #cart2 .cart2RadioTxt {
    height: 66px;
  }
}

/************************************/
/* END CART2 */
/************************************/

/************************************/
/* CART3 */
/************************************/

#cart3 .title {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 20px 0;
}

#cart3 .formStyle {
  max-width: 600px;
  margin: auto;
}

#cart3 .fsOptions li:last-child img {
  vertical-align: middle;
  max-width: 178px;
  margin-left: 10px;
}


/************************************/
/* END CART3 */
/************************************/

/************************************/
/* CART4 */
/************************************/

#cart4 .title {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 20px 0;
}

#cart4 .confirmacao {
  max-width: 1200px;
  margin: auto;
}

#cart4 .cartTitleBox {
  padding: 0;
}

#cart4 .cartTitleList:first-of-type {
  font-weight: 700;
}

#cart4 .confirmList .title {
  text-align: left;
}

#cart4 .confirmList {
  padding: 20px;
  display: inline-block;
  width: 50%;
  text-align: left;
  vertical-align: top;
}

#cart4 .confirmList:first-of-type .title {
  text-align: right;
}

#cart4 .confirmList:first-of-type {
  text-align: right;
}

/************************************/
/* END CART4 */
/************************************/

/************************************/
/* CART5 */
/************************************/

#cart5 .title {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 20px 0;
}

#cart5 .outcome {
  /*font-weight: 700;*/
  text-align: center;
  /*text-transform: uppercase;*/
  padding: 40px 0 0 0;
  color: #4b4b4b
}
@media screen and (min-width: 991px)
{
  #cart5 .outcomeSmall {max-width: 70%;margin:10px auto;}
}

#cart5 .outcomeSmall,
#cart5 .align-center {
  text-align: center;
}
#cart5 .align-center img {
  max-width: 70px;
  margin: 10px auto;
  display: block
}

/************************************/
/* END CART5 */
/************************************/

/************************************/
/* DETAIL */
/************************************/

#detail .detailList {
  display: inline-block;
  width: 65%;
  vertical-align: top;
  padding: 0 1vw 2vh 0;
  position: relative;
  margin-right: -4px;
}

#detail .detailList:nth-child(even) {
  width: 35%;
  padding: 0 0 2vh 1vw;
}

#detail .photos {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}

#detail .detailInfo {
  width: 40%;
  padding: 0 0 0 20px;
  display: inline-block;
  vertical-align: top;
}

#detail .productBigImage {
  /*overflow: hidden;*/
  display: block;
  width: 100%;
  height: 31vw;
  max-height: 480px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; 
}

#detail .slickDetailNav {
  border-top: 1px solid #ccc;
}

#detail .slickDetailNav .icon {
  display: inline-block;
  width: 50%;
  text-align: center;
  padding: 10px;
}

#detail .detailName {
  font-weight: 700;
  padding: 0 0 5px 0;
}

#detail .detailRef {
  font-style: italic;
  padding: 0 0 20px 0;
}

#detail .detailSummary p {
  padding: 0 0 10px 0;
}

#detail .tecnicTitle {
  text-transform: uppercase;
  padding: 0 0 5px 0;
}

#detail .tecnicIcon {
  display: inline-block;
  margin: 5px;
}

#detail .tecnicIcon img {
  max-width: 40px;
  max-height: 40px;
}

#detail .tecnicList {
  border-top: 1px solid #ccc;
  padding: 20px 0 0 0;
}

#detail .transportRecomend {
  position: absolute;
  top: 20px;
  right: 1vw;
  text-align: right;
}

#detail .tecnicInfo {
  padding: 20px 0;
}

#detail .videoInfo {
  padding: 20px 0;
  text-align: center;
}

#detail .videoInfo iframe {
  width: 100%;
  height: 48vh;
}

#detail .tecnicInfoTitle {
  text-transform: uppercase;
}

#detail .sugestTitle {
  text-transform: uppercase;
  padding: 20px 0 5px 0;
  font-weight: 700;
}

#detail .sugestList {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  vertical-align: top;
  border-top: 1px solid #ccc;
}

#detail .sugestList .productImage {
  width: 40%;
  height: 11vw;
  max-height: 165px;
}

#detail .calendarBox {
  background: #e9edf2;
  border-radius: 3px;
  padding: 5px;
}

#detail .priceListBox {
  text-align: center;
  padding: 0 0 5px;
}

#detail .priceList {
  display: inline-block;
  width: 50%;
  padding: 5px;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #FFF;
  font-style: italic;
}

#detail .priceList:nth-child(even) {
  border-right: none;
}

#detail .priceList:nth-child(1n+5) {
  border-bottom: none;
}

#detail .priceList span {
  font-weight: 700;
}

#detail .timeBox {
  background: #fff;
  padding: 10px;
  text-align: center;
}

#detail .timeList {
  display: inline-block;
  width: 100%;
  padding: 0 5px;
  text-align: left;
  vertical-align: top;
}

#detail .qtdList.icon {
  border: 1px solid #ccc;
  padding: 10px 0;
  border-radius: 3px;
  cursor: pointer;
  background: #f2f2f2;
  font-size: 18px;
}

#detail .qtdList.icon:hover {
  border: var(--baseLinkColor);
  color: #fff;
  background: var(--baseLinkColor);
}

#detail .qtdList {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  text-align: center;
  padding: 0 5px;
}

#detail .price {
  text-align: center;
  font-weight: 700;
}

#detail .available {
  padding: 10px;
  text-align: center;
  background: #2b9700;
  color: #fff;
}

#detail .available::after {
  content: "Disponível";
}

#detail .unavailable {
  background: #990000;
}

#detail .unavailable::after {
  content: "Indisponível";
}

#detail .submitDetail {
  font-weight: 700;
  padding: 15px 5px;
  width: 100%;
  text-align: center;
}

#detail .submitDetail:hover {
  border-radius: 0;
}

@media (max-width: 950px) {
  #detail .detailList {
    width: 100%;
    padding: 0 0 2vh 0;
  }

  #detail .detailList:nth-child(even) {
    width: 100%;
    padding: 0 0 2vh 0;
  }

  #detail .productBigImage {
    height: 48vw;
  }

  #detail .sugestList {
    width: 50%;
    padding: 10px 5px 10px 0;
  }

  #detail .sugestList:nth-child(even) {
    padding: 10px 0 10px 5px;
  }

  #detail .sugestList .productImage {
    height: 15vw;
  }

  /* #detail .priceList {
    width: auto;
    padding: 5px 10px;
  } */

  #detail .timeList {
    width: 33.33%;
  }

  #detail .timeList:last-of-type {
    width: 100%;
  }
}

@media (max-width: 700px) {
  #detail .photos {
    width: 100%;
    padding: 0 0 20px 0;
  }

  #detail .detailInfo {
    width: 100%;
    padding: 0 0 20px 0;
  }

  #detail .productBigImage {
    height: 78vw;
    max-height: 540px;
  }

  #detail .transportRecomend {
    position: relative;
    top: auto;
    right: auto;
    text-align: left;
    padding: 10px 0 0 0;
  }

  #detail .sugestList {
    width: 100%;
    padding: 10px 0;
  }

  #detail .sugestList:nth-child(even) {
    padding: 10px 0;
  }

  #detail .sugestList .productImage {
    height: 31vw;
    max-height: 190px;
  }

  #detail .timeList {
    width: 100%;
  }
}

/************************************/
/* END DETAIL */
/************************************/

/************************************/
/* CLIENTE */
/************************************/

.cliente .title {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 20px 0;
}

.cliente .clienteBox {
  text-align: center;
  padding: 10px 0;
  margin: 10px 0;
  border-top: 2px solid #ccc;
}

.cliente .clienteList {
  display: inline-block;
  padding: 5px;
}

/************************************/
/* END CLIENTE */
/************************************/

/************************************/
/* CLIENTE1 */
/************************************/

#cliente1 .cliente1Box {
  border-top: 1px solid #ccc;
}

#cliente1 .cliente1List {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

/************************************/
/* END CLIENTE1 */
/************************************/

/************************************/
/* CLIENTE2 */
/************************************/

#cliente2 .title {
  text-align: center;
  padding: 0 0 30px 0;
}

#cliente2 .cliente2Box {
  border-top: 1px solid #ccc;
}

#cliente2 .cliente2List {
  border-bottom: 1px solid #ccc;
}

#cliente2 .cliente2List:first-child {
  padding: 10px;
}

#cliente2 .cliente2List:nth-child(even) {
  background: #f7f7f7;
}

#cliente2 a {
  padding: 10px;
  display: block;
}

#cliente2 a:hover {
  color: #fff;
  background: var(--baseLinkColor);
}

#cliente2 .cliente2ListItem {
  text-transform: uppercase;
  display: inline-block;
  width: 25%;
}

#cliente2 .cliente2List:first-child .cliente2ListItem {
  font-weight: 700;
}

/************************************/
/* END CLIENTE2 */
/************************************/

/************************************/
/* CLIENTE3 */
/************************************/

#cliente3 .cliente2Box {
  border-top: 1px solid #ccc;
}

#cliente3 .cliente2List {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

#cliente3 .cliente2ListItem {
  text-transform: uppercase;
  display: inline-block;
  width: 25%;
}

#cliente3 .cliente2List:first-child .cliente2ListItem {
  font-weight: 700;
}

#cliente3 #cart {
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
  margin: 0 0 20px 0;
}

#cliente3 #cart .cartTitleBox {
  padding: 0;
}

/************************************/
/* END CLIENTE3 */
/************************************/

/************************************/
/* CLIENTE4 */
/************************************/


#cliente4 .confirmList .title {
  text-align: left;
}

#cliente4 .confirmList {
  padding: 0 20px 20px 20px;
  display: inline-block;
  width: 50%;
  text-align: left;
  vertical-align: top;
}

#cliente4 .confirmList:first-of-type .title {
  text-align: right;
}

#cliente4 .confirmList:first-of-type {
  text-align: right;
}

/************************************/
/* END CLIENTE4 */
/************************************/

/************************************/
/* CLIENTE5 */
/************************************/

#cliente5 .formStyle {
  max-width: 600px;
  margin: auto;
}

#cliente5 .formTitle {
  font-weight: 700;
  padding: 10px 0;
}

#cliente5 .cart2ListHalf {
  display: inline-block;
  width: 50%;
  padding: 0 5px 0 0;
}

#cliente5 .cart2ListHalf:last-of-type {
  padding: 0 0 0 5px;
}

#cliente5 .cart2ListThird {
  display: inline-block;
  width: 20%;
  padding: 0 10px 0 0;
}

#cliente5 .cart2ListThird:last-of-type {
  width: 60%;
  padding: 0;
}

#cliente5 .preFill {
  position: absolute;
  top: 10px;
  right: 0;
}

#cliente5 .fsRadio {
  display: block;
}

#cliente5 .cart2Radio {
  display: inline-block;
  width: 10%;
  min-width: 40px;
  vertical-align: top;
}

#cliente5 .cart2Radio:last-of-type {
  width: 85%;
  min-width: initial;
}

#cliente5 .cart2RadioTxt {
  height: 30px;
  padding: 10px 0 36px 0;
}

#cliente5 .cartNavList {
  margin: 20px 0 0 0;
}

#cliente5 .validationCheck {
  margin: 0 0 20px 0;
}

#cliente5 .clientSubmit {
  margin: 0 20px 0 0;
}

@media(max-width:780px) {
  #cliente5 .cart2List {
    width: 100%;
    padding: 0;
  }

  #cliente5 .cart2List:last-child {
    width: 100%;
    padding: 0;
  }

  #cliente5 .cart2Link:first-of-type {
    margin: 0 0 10px 0;
  }
}

/************************************/
/* END CLIENTE5 */
/************************************/



.ver_todos
{
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size:15px;
  vertical-align: middle;
  width: 80%;
background: url(../img/icon_vertodos.png) center right no-repeat;
    background-size: auto;
background-size: 48px 48px;
padding: 50px 0;
height: 120px;
margin-top:40px;
}
.ver_todos span{
  display: block;height: 100%;
  vertical-align: middle;font-size: 13.5px;

  }
@media screen and (max-width: 1240px) and (min-width:768px)
{
  .feature.last{width: 36%!important;}
}
@media screen and (max-width: 767px)
{
  .feature.last, .ver_todos{display: none!important;}
}

/* The Modal (background) */
.modal-registe-se {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-registe-se .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 40px 20px;
  border: 1px solid #888;
  width: 40%;
  text-align: center;
}

@media screen and (max-width: 767px)
{
  .modal-registe-se .modal-content{width: 98%}
}

.modal-registe-se .modal-content h4{text-align: center;font-size: 22px;font-weight:700;margin-bottom: 50px;}

/* The Close Button */
.modal-registe-se .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}