*/@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;

}

:root {
  --padding-container: 2em 0;
  --color-title: #001a49;
  --color-cta: #ffffff;
  --bg-cta: #3f2f17;
  --hover-color-cta: #000000;
  --hover-bg-cta: #b7774f;
  --block-bg-color: lightgrey;
  --container-bg-color: dimgrey;
  --paleta-primary: #ffff00;
  --paleta-secundary: #0000ff;
  --paleta-font-cta: #ff0000;
  --paleta-bg-cta: #008000;
  --nav-height: clamp(60px, 8vw, 80px);
}

.debug_color {
  background-color: orangered;
}

.block_container_color {
  background-color: #dfdfef;
}

.block_container_clear {
  background-color: var(--block-bg-color);
}

body {
  width: 100%;
  min-width: 390px;

  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}

/*.container_color {
  background-color: dimgrey;
}

.XXblock_title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1em;
}
*/
.paragraph {
  /*font-size: 1.1rem;
  text-align: left;
  font-size: x-large;*/
  white-space: pre-line;
  text-align: justify;
}

.title {
  font-size: xx-large;
  /*margin-bottom: 1.5em;*/
}

.subtitle {
  font-size: x-large;
  /*margin-bottom: 15px;*/
}

.container {
  width: 90%;
  /*max-width: 1200px;
  margin: 0 auto;*/
  overflow: hidden;
  padding: var(--padding-container);
}

.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: grid;
  grid-template-rows: 6.5em 1fr;
  color: #ffffff;
  object-fit: fill;
  /*min-width: 340px;*/
}

.hero::before {
  content: "";
  /**/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #0000008c 0%, #0000008c 100%),
    url("../images/alberto-castillo-q-mx4mSkK9zeo-unsplash.jpg");
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  z-index: -1;
}

.hero_titlesContainer {
  margin: 0 auto;
  /*--padding-container: 3.0em;*/
  display: grid;
  grid-auto-rows: max-content;
  gap: 2.5rem;
  text-align: center;
}

/*.hero_title {
  font-size: 2.5rem;
  margin-bottom: 30px;
}*/

/*.hero_paragraph {
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 1.75rem;
}*/

.cta {
  display: inline-block;
  background-color: var(--bg-cta);
  justify-self: center;
  color: var(--color-cta);
  /*text-decoration: none;*/
  padding: 0.5em 1.5em;
  border-radius: 1.5em;
  margin: 0 1.5em;
  /*margin-top: 30px;
  margin-bottom: 30px;*/
}

.cta:hover {
  background-color: var(--hover-bg-cta);
  color: var(--hover-color-cta);
}

/* >>>>>>> NAVEGACIÓN <<<<<<<<*/

/* inProgress - BT Movil Details* ==> MOVER A: shop.css <== */

.productDetails_movil {
  display: none;
}

.btMovilDetails_link {
  /*  margin-left: auto;
    padding: 0;
  display: flex;
  flex-wrap: wrap;
gap: 2em;*/
}

.btMovilDetails_close {
  /*display: var(--show, none);*/
  width: 24px;
  cursor: pointer;
}

/*.btMovilDetails_img {
  display: block;
  width: 30px;
}
*/
/* inProgress - BT Movil Details* ==> MOVER A: shop.css <== */

.nav {
  --padding-container: 0;
  height: 100%;
  display: flex;
  align-items: center;
  /*margin-left: 20px;*/
  margin: 0 auto;
}

.nav_title {
  margin-right: 20px;
  font-size: xx-large;
  /*font-weight: 500;*/
}

.nav_items {
  list-style: none;
}

.nav_link {
  margin-left: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  /*  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;*/
  gap: 2em;
}

.nav_links {
  color: #ffffff;
  text-decoration: none;
}

.nav_close {
  display: var(--show, none);
}

.nav_movil {
  margin-left: auto;
  cursor: pointer;
  display: none;
  background-color: #ffffff;
}

.nav_img {
  display: block;
  width: 30px;
}

.nav_link--footer {
  text-align: center;
}


.block_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(340px,100%), 1fr));
  gap: 10px;
  /*grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
 */}

.block_flex {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.block_flex_spaceBetween {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}


.flex_column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.flex_row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}

.boxContainer_center {
  text-align: center;
  gap: 1em
}

/*.flex_center {
  gap: 10px;
  justify-items: center;
  justify-content: center;
}*/

.item_group {
  margin-top: 15px;
  margin-bottom: 30px;
  border: #196612 solid 1px;
  border-radius: 10px;
  padding: 10px;
}

.item_desc {
  width: 70%;
  text-align: center;
}

.item_title {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}

.main {
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  gap: 2em;
  width: 100%;
  min-width: 390px;
}

/* >>>>>>>>> BLOCK About <<<<<<<< */
.block_about {
  width: 80%;
  margin: 0 auto;
  padding-top: 2em;
  min-height: 60vh;
  text-align: center;
}

.about_img {
  width: 80%;
  max-height: 340px;
  object-fit: cover;
}

.about_desc {
  width: auto;
}

.activeImg_thumbnails {
  width: 74px;
  object-fit: contain;
  cursor: pointer;
}

.product_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}

/* >>>>>>>>> BLOCK Budget <<<<<<< */
.budget_block {
  min-height: 100vh;
}

/* >>>>>>>>> BLOCK customers <<<<<<< */

.customers_block {
  width: auto;
}

.block_contact {
  width: 80%;
  margin: 0 auto;
  min-height: 80vh;
  margin-top: 100px;
  text-align: center;
}

/*chatGPT*/
.mainFlex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/*chatGPT*/
.mainFlex>div {
  flex: 1 1 340px;
  min-width: 340px;
  box-sizing: border-box;
  padding: 3em;
  align-content: center;
}

.contact_info_form {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #f4d29f;
  border-radius: 15px;
  margin: 30px;
  padding: 20px;
}

.contact_form_button {
  display: inline-block;
  background-color: var(--bg-cta);
  color: var(--color-cta);
  text-decoration: none;
  padding: 13px 30px;
  border-radius: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* >>>>>>> BLOCK Blog <<<<<<<< */

.block_blog {
  /*width: 80%;
  margin: 0 auto;
  min-height: 80vh;
  margin-top: 100px;
  text-align: center;*/
}

/* >>>>>>> BLOCK footer  <<<<<<<< */
.footer {
  background-color: black;
  color: #dfdfef;
  margin : 0 auto;
  padding: 0;
  margin-top: 100px;
  padding-bottom: 100px;
  margin: 0 auto;
  width: 100%;
  justify-content:center;
  align-items: center;
display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(390px,100%), 1fr));  
/*  
  display: flex;
  flex-wrap: wrap;  gap: 0.5em;
  align-items: center;
  padding: 2em;
  */

}

.footer_column {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  text-align: center;
  width: min(340px,100%);
}

.footer_empresa {
  justify-items: center;
}

.footer_icons {
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
}

.footer_newsletter {
  border: solid whitesmoke 0.5px;
  border-radius: 10px;
  padding: 0.5em;
}

.form_container {
  display: flex;
  flex-direction: column;
}

.form_newsletter {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.logo_box_light {
  width: 20%;
  border: solid whitesmoke 1px;
}

.logo_box_dark {
  width: 20%;
  background-color: lightgray;
  color: #000
}

.logo_div {
  max-width: 180px;
  height: 90px;
  padding-top: 1em;
}

.floatNav {
  display: none;
}

.goTop {
  position: fixed;
  bottom: 90px;
  right: 5px;
  background-color: brown;
  color: white;
  border-radius: 50% 50% 0 0;
  box-shadow: 0 2px 5px #141266;
}

.goBottom {
  position: fixed;
  bottom: 70px;
  right: 5px;
  background-color: brown;
  color: white;
  border-radius: 0 0 50% 50%;
  box-shadow: 0 2px 5px #141266;
}