.section_latest {
    padding-top: 80px;
    padding-bottom: 57px;
    background-color: #F3F4F6;
}
.section_latest .item_product {
    margin-top: 20px;
    display: block;
    color: #000;
}
.section_latest .images_product {
    display: flex;
    position: relative;
    justify-content: center;
}
.section_latest .name_product {
    font-size: 23px;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 9px;
    color: #000000;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    display: block;
}
.section_latest .text {
    display: flex;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
    color: #000;
    justify-content: center;
}
.section_latest .image_product {
    max-width: 300px;
    max-height: 300px;
    z-index: 1;
    display: block;
    position: relative;
}
.section_latest .image_product__back {
    max-width: 270px;
    max-height: 250px;
    left: 100px;
    top: -15px;
    z-index: 0;
    position: absolute;
}
.section_latest .more_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.section_latest .align_center {
    padding-top: 35px;
    text-align: center;
}
.section_latest .btn_main {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    background-color: #FF1038;
    border-radius: 25px;
    padding: 12px 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    color: #FFFFFF;
}
.section_latest .btn_main:hover {
    background-color: #e10e31;
}

.made-with {
    background: #fd264f;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 1em;
    margin: 0;
    padding: 5px 110px;
    position: fixed;
    top: 20px;
    right: -100px;
    text-align: center;
    text-decoration: none;
    transform: rotate(45deg);
}
.documentation {
    color: #fd264f;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none; }

.tabs {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden; }
  .tabs [class^="tab"] label,


.tabs [class^="tab"] label, .tabs [class*=" tab"] label {
    color: #44220d;
    cursor: pointer;
    display: block;
    font-size: 2.1em;
    font-weight: 700;
    line-height: 2em;
    padding: 1rem 0px;
    text-align: center;
    font-family: Helvetica Neue;
}
  .tabs [class^="tab"] [type="radio"],
  .tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(239, 237, 239, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
    .tabs [class*=" tab"] [type="radio"]:hover,
    .tabs [class*=" tab"] [type="radio"]:focus {
      border-bottom: 1px solid #fd264f; }
    .tabs [class^="tab"] [type="radio"]:checked,
    .tabs [class*=" tab"] [type="radio"]:checked {
      border-bottom: 2px solid #fd264f; }
    .tabs [class^="tab"] [type="radio"]:checked + div,
    .tabs [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1; }
    .tabs [class^="tab"] [type="radio"] + div,
    .tabs [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      padding: 2rem 0;
      width: 90%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .tabs .tab-2 {
    width: 50%; }
    .tabs .tab-2 [type="radio"] + div {
      width: 200%;
      margin-left: 200%; }
    .tabs .tab-2 [type="radio"]:checked + div {
      margin-left: 0; }
    .tabs .tab-2:last-child [type="radio"] + div {
      margin-left: 100%; }
    .tabs .tab-2:last-child [type="radio"]:checked + div {
      margin-left: -100%; }
.cards {
	display: flex;
    flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-evenly;
	padding-bottom: 10px;
	}
	
	.cards2 {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-evenly;
	padding-bottom: 10px;
	}


img.catalogs-item__link-icon {
    scale: 0.3;
    position: relative;
    bottom: 110px;
}

a.catalogs-item__link {
    color: #f6f6f6;
    font-family: Helvetica;
    font-size: 20px;
    font-weight: 700;
}


.card {
  margin: 5px;
  position: relative;
  max-width: 250px;
  max-height: 350px;
/*  box-shadow: 0 40px 60px -6px black; */
}

.card2 {
  margin: 5px;
  position: relative;
/*  max-width: 250px;*/
  max-height: 350px;
  box-shadow: 0 40px 60px -6px black;
}

.card2-title {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #C69380;
  padding: 2%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}



.card-title {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #C69380;
  padding: 2%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.card2 img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  display: block;
  position: relative;
}


.card img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  display: block;
  position: relative;
}

.card2-desc {
    display: block;
    font-size: 16px;
    position: absolute;
    height: 0;
    top: 55px;
    opacity: 0;
    padding: 25px 8%;
    background-color: #d8c1b2;
    /* overflow-y: scroll; */
    transition: 0.8s ease;
    font-family: Verdana;
    font-weight: 700;
	color: white;
}



.card-desc {
    display: block;
    font-size: 16px;
    position: absolute;
    height: 0;
    top: 55px;
    opacity: 0;
    padding: 25px 8%;
    background-color: #d8c1b2;
    /* overflow-y: scroll; */
    transition: 0.8s ease;
    font-family: Verdana;
    font-weight: 700;
	color: white;
}

.card2-link {
    display: grid;
    font-size: 1.5rem;
    position: inherit;
    height: 0;
    top: -120px;
    opacity: 0;
    padding: 10px 8%;
    /* background-color: white; */
    /* overflow-y: scroll; */
    transition: 0.8s ease;
}


.card-link {
    display: grid;
    font-size: 1.5rem;
    position: inherit;
    height: 0;
    top: -120px;
    opacity: 0;
    padding: 10px 8%;
    /* background-color: white; */
    /* overflow-y: scroll; */
    transition: 0.8s ease;
}

/*
.card-desc {
  display: block;
  font-size: 1.2rem;
  position: absolute;
  height: 0;
  top: 0;
  opacity: 0;
  padding: 18px 8%;
  background-color: white;
  overflow-y: scroll;
  transition: 0.8s ease;
}
*/



.card2:hover .card2-desc  {
  opacity: 1;
  height: 100%;
}

.card2:hover .card2-link {
  opacity: 1;

}


.card:hover .card-desc  {
  opacity: 1;
  height: 100%;
}

.card:hover .card-link {
  opacity: 1;

}


/*
h1 {
  font-size: 2.8rem;
  color: #fff;
  margin: 40px 0 20px 0;
  text-align: center;
}
*/

.made-with {
    background: #fd264f;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 1em;
    margin: 0;
    padding: 5px 110px;
    position: fixed;
    top: 20px;
    right: -100px;
    text-align: center;
    text-decoration: none;
    transform: rotate(45deg);
}
.documentation {
    color: #fd264f;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none; }

.tabs {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden; }
  .tabs [class^="tab"] label,


.tabs [class^="tab"] label, .tabs [class*=" tab"] label {
    color: #44220d;
    cursor: pointer;
    display: block;
    font-size: 2.1em;
    font-weight: 700;
    line-height: 2em;
    padding: 1rem 0px;
    text-align: center;
    font-family: Helvetica Neue;
}
  .tabs [class^="tab"] [type="radio"],
  .tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(239, 237, 239, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
    .tabs [class*=" tab"] [type="radio"]:hover,
    .tabs [class*=" tab"] [type="radio"]:focus {
      border-bottom: 1px solid #fd264f; }
    .tabs [class^="tab"] [type="radio"]:checked,
    .tabs [class*=" tab"] [type="radio"]:checked {
      border-bottom: 2px solid #fd264f; }
    .tabs [class^="tab"] [type="radio"]:checked + div,
    .tabs [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1; }
    .tabs [class^="tab"] [type="radio"] + div,
    .tabs [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      padding: 2rem 0;
      width: 90%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .tabs .tab-2 {
    width: 50%; }
    .tabs .tab-2 [type="radio"] + div {
      width: 200%;
      margin-left: 200%; }
    .tabs .tab-2 [type="radio"]:checked + div {
      margin-left: 0; }
    .tabs .tab-2:last-child [type="radio"] + div {
      margin-left: 100%; }
    .tabs .tab-2:last-child [type="radio"]:checked + div {
      margin-left: -100%; }
.cards {
	display: flex;
    flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-evenly;
	padding-bottom: 10px;
	}
	
	.cards2 {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-evenly;
	padding-bottom: 10px;
	}


img.catalogs-item__link-icon {
    scale: 0.3;
    position: relative;
    bottom: 110px;
}

a.catalogs-item__link {
    color: #f6f6f6;
    font-family: Helvetica;
    font-size: 20px;
    font-weight: 700;
}


.card {
  margin: 5px;
  position: relative;
  max-width: 250px;
  max-height: 350px;
/*  box-shadow: 0 40px 60px -6px black; */
}

.card2 {
  margin: 5px;
  position: relative;
/*  max-width: 250px;*/
  max-height: 350px;
  box-shadow: 0 40px 60px -6px black;
}

.card2-title {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #C69380;
  padding: 2%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}



.card-title {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #C69380;
  padding: 2%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.card2 img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  display: block;
  position: relative;
}


.card img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  display: block;
  position: relative;
}

.card2-desc {
    display: block;
    font-size: 16px;
    position: absolute;
    height: 0;
    top: 55px;
    opacity: 0;
    padding: 25px 8%;
    background-color: #d8c1b2;
    /* overflow-y: scroll; */
    transition: 0.8s ease;
    font-family: Verdana;
    font-weight: 700;
	color: white;
}



.card-desc {
    display: block;
    font-size: 16px;
    position: absolute;
    height: 0;
    top: 55px;
    opacity: 0;
    padding: 25px 8%;
    background-color: #d8c1b2;
    /* overflow-y: scroll; */
    transition: 0.8s ease;
    font-family: Verdana;
    font-weight: 700;
	color: white;
}

.card2-link {
    display: grid;
    font-size: 1.5rem;
    position: inherit;
    height: 0;
    top: -120px;
    opacity: 0;
    padding: 10px 8%;
    /* background-color: white; */
    /* overflow-y: scroll; */
    transition: 0.8s ease;
}


.card-link {
    display: grid;
    font-size: 1.5rem;
    position: inherit;
    height: 0;
    top: -120px;
    opacity: 0;
    padding: 10px 8%;
    /* background-color: white; */
    /* overflow-y: scroll; */
    transition: 0.8s ease;
}

/*
.card-desc {
  display: block;
  font-size: 1.2rem;
  position: absolute;
  height: 0;
  top: 0;
  opacity: 0;
  padding: 18px 8%;
  background-color: white;
  overflow-y: scroll;
  transition: 0.8s ease;
}
*/



.card2:hover .card2-desc  {
  opacity: 1;
  height: 100%;
}

.card2:hover .card2-link {
  opacity: 1;

}


.card:hover .card-desc  {
  opacity: 1;
  height: 100%;
}

.card:hover .card-link {
  opacity: 1;

}


/*
h1 {
  font-size: 2.8rem;
  color: #fff;
  margin: 40px 0 20px 0;
  text-align: center;
}
*/