p {
  margin-bottom: 0;
}

/*================SECCIÓN 1================*/
.secc1-bg {
  background-image: url("../img/Contacto/banner.jpg");
  background-position: top;
  background-size: cover;
  height: 593px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.secc1_marca_agua {
  max-width: 300px;
  opacity: 0.6;
}
.secc1_flecha {
  position: absolute;
  bottom: 0;
}

/*================SECCIÓN 2================*/
.secc2 {
  margin-bottom: 160px;
}
.secc2_fondo {
  width: 100%;
  position: relative;
  max-width: 1450px;
  background-color: #950606;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.secc2_tabla {
  display: flex;
  justify-content: space-between;
}

.subtabla_item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
/*----------*/
.secc2_tabla-textos {
  max-width: 350px;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  gap: 2rem;

  color: white;
}

.secc2-tabla-textos-div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
/*================SECCIÓN 2================*/
.secc2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secc2 img {
  object-fit: cover;
  max-width: 100%;
}
/*================SECCIÓN 3================*/
.secc3 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 1450px;
}
.secc3_imagen {
  background-image: url("../img/Contacto/Rectangle93.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 615px;
  width: 40%;
}
.secc3_form {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
}
.form-contacto {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/*================SECCIÓN 4================*/
.secc4 {
  margin-top: 80px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.form_secc1 {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.secc3_form .form-control {
  background-color: #f6f5f100;
  border: #f6f5f100;
  border-bottom: solid 1px #000000;
  border-radius: 0;
  height: 60px;
  outline: none;
}
.secc3_form .form-control:focus {
  border-bottom: solid 2px #000000;
  box-shadow: none;
}
.form_item {
  width: 100%;
}
.form2 {
  justify-content: flex-end;
}
.form3 {
  justify-content: flex-start;
}
.form_mensaje {
  width: 100%;
}
.form_text-area {
  max-width: 100% !important;
  height: 200px !important;
  background-color: #ebebeb;
  border-bottom: none;
  transition: all 0.15s ease-in-out;
}
.form_text-area:focus {
  border-bottom: none;
}
.enviar_mensaje {
  text-align: left;
}
.btnenviar {
  background-color: #950606;
  border: none;
  width: calc(100% - 20px);
  max-width: 200px;
  color: white;
  height: 60px;
  transition: all 0.15s ease-in-out;
}
.btnenviar:hover {
  transform: scale(1.05);
}

/* LIBRO DE RECLAMACIONES*/
.libror-banner {
	background-color: #950606;
	padding: 1.5rem 1rem;
	margin-bottom: 3rem;
}
.libror-banner h2 {
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
}
.form-libro {
	gap: 0;
}
.form-libro .form_text-area {
	height: auto !important;
}
/*==================RESPONSIVE=================*/
@media (min-width: 320px) {
  .secc1-bg {
    height: 350px;
  }
  /*-----------------*/
  .secc3 {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
  .secc3_imagen {
    width: 80%;
    border-radius: 1rem;
  }
  .secc3_form {
    justify-content: center;
  }
  /*---------------*/
  .form-contacto {
    width: 100%;
  }
  .btnenviar {
    width: 100%;
    max-width: unset;
  }
  .form_secc1 {
    flex-direction: column;
  }
}
@media (min-width: 550px) {
  .secc1-bg {
    height: 450px;
  }
  /*-----------------*/
}
@media (min-width: 768px) {
  iframe {
    display: block;
  }
}
@media (min-width: 992px) {
  .secc1-bg {
    height: 500px;
  }
  /*-----------------*/
  .secc3 {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .form_secc1 {
    flex-direction: row;
  }
  .btnenviar {
    width: calc(100% - 20px);
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
}

@media (min-width: 1440px) {
  .secc1-bg {
    height: 593px;
  }
  /*-----------------*/
}
@media (min-width: 1600px) {
  .secc3 {
    max-width: 1400px;
  }
  .secc2 {
    max-width: 1400px;
  }
}
@media (max-width: 992px) {
  .secc3_imagen {
    width: 100%;
  }
  .secc2_tabla {
    flex-direction: column;
  }
  iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
  }

  .secc2_fondo {
    height: unset;
  }
  .secc2_tabla-textos {
    flex-direction: row;
    max-width: unset;
    width: 100%;
  }
  .secc2-tabla-textos-div {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .secc2_tabla-textos {
    flex-direction: column;
  }
  .secc2-tabla-textos-div {
    width: 100%;
  }
}

