/* GOOGLE FOTOS IMPORT ***/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}

/*  */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.pb-0 {
  padding-bottom: 0 !important;
}
section {
  padding: 100px 0;
}
.max-width {
  max-width: 1500px;
  padding: 0 80px;
  margin: auto;
}
.about,
.services,
.teams,
.contact,
footer {
  font-family: "Poppins", sans-serif;
}
.about .about-content,
.services .serv-content,
.contact .contact-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.about {
  background: #f8f9fa;
  padding-top: 20em;
}
#details {
  padding-top: 13.5em;
}
.thumbnail-set {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin-top: 2em;
}
.thumbnail-set img{
  cursor: pointer;
}

section .title {
  position: relative;
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 60px;
  padding-bottom: 20px;
  font-family: "Ubuntu", sans-serif;
  z-index: 1;
}
section .title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 180px;
  height: 3px;
  background: #111;
  transform: translateX(-50%);
}
section .title::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  font-size: 20px;
  color: crimson;
  padding: 0 5px;
  background: #fff;
  transform: translateX(-50%);
}

.navbar {
  width: 100%;
  z-index: 6;
  padding: 25px 0;
  font-family: "Ubuntu", sans-serif;
  transition: all 0.3s ease;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
}
.navbar:first-child {
  position: sticky;
  width: 100%;
  padding: 5px 0;
  background-color: #074173;
  top: 0;
  z-index: 9;
}
.navbar:first-child ol {
  width: 100%;
  display: flex;
  justify-content: end;
  list-style: none;
  grid-gap: 10px;
  font-size: 1em;
}
.navbar:first-child ol li p {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
}
.navbar:first-child ol > li > a {
  color: #ccc;
}
.navbar:first-child ol > li > a > i {
  margin: 10px 5px;
  color: #fff;
}
.banner_principal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.navbar_m {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
}
.second_logo {
  position: absolute;
  width: 30%;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 15%;
}
.second_logo img {
  width: 100%;
}
.icon-ajust {
  transform: rotate(90deg);
}
.navbar.sticky {
  padding: 15px 0;
  background: #fffe;
}
.navbar .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.navbar .logo a {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}
.navbar .logo img {
  width: 100%;
  object-fit: contain;
}
.navbar .logo a span {
  color: crimson;
  transition: all 0.3s ease;
}
.navbar .logo {
  flex: 1 0 15%;
}
.navbar.sticky .logo a span {
  color: #fff;
}
.navbar .menu li {
  list-style: none;
  display: inline-block;

  margin-left: 15px;
}
.navbar .menu li a {
  display: block;
  color: #074173;
  font-size: 1em;
  font-weight: 500;
  transition: color 0.3s ease;
  letter-spacing: 0.45px;
  font-family: "Roboto", sans-serif;
}
.navbar .menu li:first-child {
  margin-left: 0;
}
.navbar .menu li a:hover {
  color: crimson;
}
.navbar.sticky .menu li a:hover {
  color: #fff;
}
.categorias {
  position: absolute;
  bottom: -25%;
  width: 100%;
  padding: 0;
}
.card_content {
  background: #fff;
  border-radius: 5px;
  padding: 10%;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
  margin: 0.5em 0;
}
.card_content img {
  padding: 15%;
}
.card_content p {
  font-size: 1em;
  color: #111;
  font-family: "Roboto", sans-serif;
}
.call-to-whats {
}

.call-to-whats button {
  display: inline-block;
  background: #074173;
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  padding: 10px 30px;
  margin-top: 0;
  border-radius: 6px;
  border: 2px solid #074173;
  transition: all 0.3s ease;
  margin-left: 5%;
  width: 100%;
  cursor: pointer;
}
/* menu btn styling */
.menu-btn {
  color: #fff;
  font-size: 23px;
  cursor: pointer;
  display: none;
}
.scroll-up-btn {
  position: fixed;
  height: 45px;
  width: 42px;
  background: crimson;
  right: 30px;
  bottom: 10px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  z-index: 9999;
  font-size: 30px;
  border-radius: 6px;
  border-bottom-width: 2px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.scroll-up-btn.show {
  bottom: 30px;
  opacity: 1;
  pointer-events: auto;
}
.scroll-up-btn:hover {
  filter: brightness(90%);
}

/*HOME BY SITE */
.home {
  display: flex;
  height: 100%;
  color: #fff;
  min-height: 700px;
  font-family: "Ubuntu", sans-serif;
  padding: 0;
  position: relative;
}
.home .max-width {
  width: 100%;
  display: flex;
}
.home .max-width .row {
  margin-right: 0;
}
.home .home-content .text-1 {
  font-size: 27px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.home .home-content .text-2 {
  font-size: 75px;
  font-weight: 600;
  margin-left: -3px;
}
.home .home-content .text-3 {
  font-size: 40px;
  margin: 5px 0;
}
.home .home-content .text-3 span {
  color: crimson;
  font-weight: 500;
}
.home .home-content a {
  display: inline-block;
  background: crimson;
  color: #fff;
  font-size: 25px;
  padding: 12px 36px;
  margin-top: 20px;
  font-weight: 400;
  border-radius: 6px;
  border: 2px solid crimson;
  transition: all 0.3s ease;
}
.home .home-content a:hover {
  color: crimson;
  background: none;
}
#map{

width: 100%;
}
#map iframe{
  
width: 100%;
  
height: 150px;
  
border-radius: 5px;
}
/***ALERT BY CODE ***/
#result{
  background: #ffcc00;
  margin: 1.5em 0;
  border-radius: 5px;
}
#result p{
  padding: 2%;
  color: #111;
  font-weight: 400;
  font-family: "Roboto", sans-serif;  
  line-height: 1.5;
  font-size: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 10px;  
}
#cotizador{
  
position: fixed;
  
width: 100%;
  
height: 100%;
  
z-index: 10;
  
top: 100%;
  
background: #111111b0;
}
.cotizador .cot{
  
text-align: center;
  
font-size: 1.25em;
  
font-weight: 500;
  
font-family: 'Roboto';
}
.cotizador .form_view{
  
position: absolute;
  
color: #333;
  
font-size: 1.5em;
  
right: 2.5%;
  
top: 1.5%;
  
cursor: pointer;
}
#productos_i {
  min-height: 375px;
}
/*** PRODUCTOS ***/
.productos {
  padding: 50px 0;
  position: relative;
  background: #f8f9fa;
}
.banner_productos {
  width: 100%;

  position: absolute;

  top: 0;

  height: 100%;

  z-index: 2;
}
.banner_productos img {
  width: 100%;

  object-fit: cover;

  object-position: center;

  height: 100%;
}
.banner_productos .max-width {
  position: absolute;

  bottom: 15%;

  width: 100%;

  left: 0;

  right: 0;

  top: auto;
}
.container_products {
  display: grid;

  grid-template-columns: 1fr 75%;

  grid-gap: 25px;

  width: 100%;
}
.container_products aside {
  position: sticky;

  width: 100%;

  padding: 5%;

  border: 1px solid #eee;

  background: #fff;

  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);

  flex: 0 0 24%;

  height: fit-content;

  top: 20%;
}
.container_products aside ul {
  list-style: none;

  width: 100%;
}
.container_products aside ul li {
  margin: 1.25em 0;
}
.container_products aside ul li a {
  display: flex;

  flex-direction: row;

  justify-content: flex-start;

  align-items: center;

  grid-gap: 15px;
}
.container_products aside ul li a p {
  font-size: 1em;

  font-weight: normal;

  font-family: "Roboto", sans-serif;

  color: #212121;
}
.menu_responsive {
  display: none;
}
.container_items {
  flex: 0 1 74%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  grid-gap: 20px;
  border-radius: 5px;
}
.container_items .card {
  background: #fff;
  border: 1px solid #eee;
  padding: 10% 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: min-content;
  cursor: pointer;
}
.container_items .img__product {
  height: 230px;
}
.container_items .img__product img {
  width: 100%;
  margin: auto;
  padding: 5%;
}
.container_items .content p {
  font-size: 1em;

  font-family: "Roboto", sans-serif;

  padding: 0.5em 0 0;
}
/* ABOUT US BY SITE*/
.about .title::after {
  content: "Insumos Térmicos";
}
.about .about-content .left {
  width: 45%;
  text-align: center;
}
.about .about-content .left img {
  /* height: 400px; */
  /* width: 400px; */
  object-fit: cover;
  border-radius: 6px;
  width: 85%;
}
.about .about-content .right {
  width: 55%;
}
.about .about-content .right .text {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
.about .about-content .right .text span {
  color: crimson;
}
.about .about-content .right p {
  text-align: justify;
  padding: 5%;
  /* font-family: 'Roboto', sans-serif; */
  line-height: 1.65;
}
.about .about-content .column p:first-child {
}
.about .about-content .right p > strong {
  color: #074173;
}
.about .about-content .right a {
  display: inline-block;
  background: #074173;
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  padding: 10px 30px;
  margin-top: 0;
  border-radius: 6px;
  border: 2px solid #074173;
  transition: all 0.3s ease;
  margin-left: 5%;
}
.about .about-content .right a:hover {
  color: #074173;
  background: none;
}
/* SERVICES BY SITE  */
.services,
.teams {
  color: #fff;
  position: relative;
}
.services::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 65%;
  background-color: #023057;
  z-index: -1;
}
.services .title::before,
.teams .title::before {
  background: #fff;
}
/*
.services .title::after,
.teams .title::after {
  background: #111;
  content: "what i provide";
}
  */
.services .serv-content .card {
  width: calc(25% - 20px);
  background: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 25px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
  height: 100%;
  position: relative;
  border: 1px solid #ddd;
}
.services .serv-content .card:hover {
  background: #111;
  border: 1px solid #111;
}
.services .serv-content .card .box {
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}
.services .serv-content .card:hover .box {
  transform: scale(1.05);
}
.services .serv-content .card i {
  font-size: 50px;
  color: #082f51;
  transition: color 0.3s ease;
  padding: 14%;
}
.services .serv-content .card:hover i {
  color: #fff;
}
.services .serv-content .card .text {
  font-size: 25px;
  font-weight: 500;
  margin: 10px 0 7px 0;
}
.card .box p {
  color: #111;
  font-size: 1em;
  /* padding: 0 20%; */
  font-family: "Roboto", sans-serif;
}
.services .serv-content .card:hover p {
  color: #fff;
}
/** TEAM  BY SITE ***/
/*
.teams .title::after {
  content: "who with me";
}*/
.teams .carousel .card {
  background: #222;
  border-radius: 6px;
  padding: 25px 35px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
}
.teams .carousel .card:hover {
  background: crimson;
}
.teams .carousel .card .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.teams .carousel .card:hover .box {
  transform: scale(1.05);
}
.teams .carousel .card .text {
  font-size: 25px;
  font-weight: 500;
  margin: 10px 0 7px 0;
}
.teams .carousel .card img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid crimson;
  transition: all 0.3s ease;
}
.teams .carousel .card:hover img {
  border-color: #fff;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.teams .card .box {
  display: flex;

  flex-direction: column;

  position: relative;
}
.teams .card .box p {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #082f51e8;
  height: 20%;
  color: #eee;
  display: flex;
  align-items: center;
  padding: 0 10%;
}
.teams {
  background-image: url("../../img/services/fondo_0.webp");
  background-size: cover;
  z-index: 1;
  background-position: center;
  position: relative;
  width: 100%;
}
.teams::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #111111e8;
  z-index: 0;
  top: 0;
}
.teams .card .box img {
  min-height: 275px;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 7px;
}
.owl-dot {
  height: 13px;
  width: 13px;
  margin: 0 5px;
  outline: none !important;
  border-radius: 50%;
  border: 2px solid crimson !important;
  transition: all 0.3s ease;
}
.owl-dot.active {
  width: 35px;
  border-radius: 14px;
}
.owl-dot.active,
.owl-dot:hover {
  background: crimson !important;
}

/* contact section styling */
.contact .title::after {
  content: "Escríbenos";
}
.contact .contact-content .column {
  width: calc(50% - 30px);
}
.contact .contact-content .text {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin: 2% 0 6%;
}
.contact .contact-content .left p {
  text-align: justify;
}
.contact .contact-content .left .icons {
  margin: 10px 0;
}
.contact .contact-content .row {
  display: flex;
  height: 65px;
  align-items: center;
}
.contact .contact-content .row .info {
  margin-left: 30px;
}
.contact .contact-content .row i {
  font-size: 25px;
  color: crimson;
}
.contact .contact-content .info .head {
  font-weight: 500;
}
.contact .contact-content .info .sub-title {
  color: #333;
}
.contact .right form .fields {
  display: flex;
}
.contact .right form .field,
.contact .right form .fields .field {
  height: 45px;
  width: 100%;
  margin-bottom: 3em;
}
.contact .right form .textarea {
  height: 80px;
  width: 100%;
}
.contact .right form .name {
  margin-right: 10px;
}
.contact .right form .field input,
.contact .right form .textarea textarea {
  height: 100%;
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 6px;
  outline: none;
  padding: 0 15px;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
}
.contact .right form .field input:focus,
.contact .right form .textarea textarea:focus {
  border-color: #b3b3b3;
}
.contact .right form .textarea textarea {
  padding-top: 10px;
  resize: none;
}
.contact .right form .button-area {
  display: flex;
  align-items: center;
  width: 100%;
}
.contact-content {
  justify-content: center !important;
}
.container_contact {
  position: relative;
  padding: 4% 2%;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
  background: #fff;
}
.right form .button-area button {
  color: #fff;
  display: block;
  width: 100% !important;
  height: 45px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  flex-wrap: nowrap;
  background: #082f51;
  border: 2px solid #082f51;
  transition: all 0.3s ease;
}
.right form .button-area button:hover {
  color: rgba(9, 38, 85, 0.9836309523809523);
  background: none;
}
/* footer section styling */
footer {
  background: #111;
  padding: 15px 23px;
  color: #fff;
  text-align: center;
  /* background: rgb(2,0,36); */
  /* background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,38,85,0.9836309523809523) 35%, rgba(9,38,85,0.7791491596638656) 100%); */
  /* background: rgb(2,0,36); */
  /* background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,38,85,0.9836309523809523) 51%, rgba(9,38,85,0.7791491596638656) 100%); */
}
.title_f {
  font-weight: 400;

  font-size: 1.1em;
}
footer ol {
  list-style: none;

  display: grid;

  grid-template-columns: 20% 25% 30% 25%;

  padding: 3.5% 0;
}
footer ol > li {
  text-align: left;

  padding: 0 5%;
}
footer ol > li > ul {
  list-style: none;

  display: flex;

  flex-direction: column;

  grid-gap: 10px;

  padding: 15% 0% 5% 0;
}
footer ol > li > ul > li {
  padding: 1% 0;

  display: grid;

  grid-template-columns: 10% 90%;

  align-items: center;

  grid-gap: 5px;
}
footer ol > li > ul > li > a > i {
}
footer ol > li > ul > li > a {
  color: #ccc;
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
footer span {
  color: #ccc;
  font-size: 14px;
}
footer span a {
  color: crimson;
  text-decoration: none;
}
footer span a:hover {
  text-decoration: underline;
}

/* responsive media query start */
@media (max-width: 1104px) {
  .about .about-content .left img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .navbar_m .navbar:first-child .max-width {
    padding: 0;
  }
  .thumbnail-set {
    grid-template-columns: repeat(3, 1fr);
  }
  .thumbnail-set img {
    width: 100px !important;
    height: 100px !important;
  }
}
@media (max-width: 1104px) {
  .banner_principal img {
    min-height: 800px;
  }
  .container_products {
    grid-template-columns: 1fr 69%;
  }
  .container_items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .max-width {
    padding: 0 50px;
  }
  .about {
    padding-top: 15em;
  }
  .second_logo {
    width: 75%;
  }
  .navbar_m .navbar:first-child .max-width {
    padding: 0 50px;
  }
  .container_products {
    grid-template-columns: 1fr 62%;
  }
  .container_items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 947px) {
  .menu-btn {
    display: block;
    z-index: 999;
    color: #074173;
  }
  .menu-btn i.active:before {
    content: "\f00d";
  }
  .navbar .menu {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: -100%;
    top: 0;
    background: #fffe;
    text-align: center;
    padding-top: 10em;
    transition: all 0.3s ease;
    z-index: -1;
  }
  .navbar:first-child ol {
    width: 50%;
    grid-gap: 50px;
  }
  .navbar:first-child ol li p {
    display: none;
  }
  .navbar_m .navbar:nth-child(2n) .max-width {
    flex-direction: row-reverse;
  }
  .navbar .menu.active {
    left: 0;
  }
  .navbar .menu li {
    display: block;
  }
  .navbar .menu li a {
    display: inline-block;
    margin: 20px 0;
    font-size: 25px;
  }
  .home .home-content .text-2 {
    font-size: 70px;
  }
  .home .home-content .text-3 {
    font-size: 35px;
  }
  .home .home-content a {
    font-size: 23px;
    padding: 10px 30px;
  }
  .banner_principal img {
    min-height: 700px;
  }
  .max-width {
    max-width: 930px;
  }
  .about .about-content .column {
    width: 100%;
  }
  .about .about-content .left {
    display: flex;
    justify-content: center;
    margin: 0 auto 60px;
  }
  .about .about-content .right {
    flex: 100%;
  }
  .about .about-content .left {
    flex-direction: column;
  }
  .services .serv-content .card {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .contact .contact-content .column {
    width: 100%;
    margin-bottom: 35px;
    padding: 5%;
  }
  footer {
    padding: 7% 0 0;
  }
  footer ol {
    grid-template-columns: repeat(2, 1fr);
  }
  footer ol > li > ul {
    padding: 10% 0% 5% 0;
  }
}

@media (max-width: 690px) {
  .navbar_m .navbar:first-child .max-width {
    padding: 0 23px;
  }
  .navbar_m .navbar:nth-child(2n) .max-width {
    flex-direction: row-reverse;
  }
  .navbar:first-child ol {
    width: 40%;
    grid-gap: 20px;
  }
  .max-width {
    padding: 0 23px;
  }
  .home .home-content .text-2 {
    font-size: 60px;
  }
  .home .home-content .text-3 {
    font-size: 32px;
  }
  .home .home-content a {
    font-size: 20px;
  }
  #details {
    padding-top: 11em;
  }
  .container_products aside ul {
    display: flex;
    transition: transform 0.3s ease-in-out;
    align-items: center;
  }
  .container_products aside ul li {
    flex: 0 0 50%;
  }
  .container_products aside ul li:first-child {
    flex: 0 0 25%;
    align-items: center;
  }
  .menu_responsive {
    display: block !important;
  }
  #productos_i {
    min-height: 300px;
  }
  .container_products {
    grid-template-columns: 1fr;
  }
  .container_products aside {
    position: relative;
    top: 0;
    overflow: hidden;
  }
  .container_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .about .about-content .right .text {
    text-align: center;
  }
  .services .serv-content .card {
  }
  footer ol {
    grid-template-columns: repeat(1, 1fr);
  }
  .container_items .img__product {
    height: 200px;
  }
}

@media (max-width: 500px) {
  .home .home-content .text-2 {
    font-size: 50px;
  }
  .home .home-content .text-3 {
    font-size: 27px;
  }
  .about .about-content .right .text {
    font-size: 19px;
  }
  .contact .right form .fields {
    flex-direction: column;
  }
  .contact .right form .name,
  .contact .right form .email {
    margin: 0;
  }
  .right form .error-box {
    width: 150px;
  }
  .scroll-up-btn {
    right: 15px;
    bottom: 15px;
    height: 38px;
    width: 35px;
    font-size: 23px;
    line-height: 38px;
  }
  .container_items .img__product {
    height: 180px;
  }
}
@media (max-width: 391px) {
  .about .title::after {
    content: "Insumos Térmicos";
    width: 100%;
}
.navbar:first-child ol{
width: 60%;
}
}


/**
 * feedback errors
 */

.feedback__container{
  width: 100%;
  height: auto;
  border: solid 1px red;
  padding: 0.3rem 1.2rem;
  background: #FF748B;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  color: #C62E2E;
}