/* Importacion de Fuentes */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&family=Roboto:wght@400;500;900&display=swap");

:root {
  --primary-color: #00a23a;
  --secondary-color: #0065aa;
  --hover-secondary-color: #004777;
  --white-color: #fff;
  --black-color: #000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

/* ===============  HEADER =============== */

header {
  background-color: var(--secondary-color);
}

/* ===============  MENU =============== */
#menu a {
  font-size: 18px;
  font-weight: bold;
  color: var(--secondary-color);
}

.active {
  color: var(--primary-color) !important;
}

.navbar {
  background-color: var(--white-color);
}

.nav-link:hover {
  color: var(--primary-color) !important;
  text-decoration-line: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 4px;
}

/* ===============  CARROUSEL DE IMAGENES =============== */

.carousel-caption {
  position: absolute;
  z-index: 100;
  top: 0;
  left: auto;
  right: auto;
  width: 100%;
}

.carousel-caption h2 {
  font-family: Roboto Condensed;
  font-size: 4em;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 100;
}

.carousel-indicators {
  z-index: 101;
}

/* ===============  SERVICIOS =============== */

#section-servicios h2 {
  color: var(--primary-color);
}

#card-servicio {
  margin: 20px;
  border: 1px solid black;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  cursor: default;
  transition: all 400ms ease;
}

#card-servicio:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.6);
  transform: translateY(-3%);
}

#btn-servicios {
  background-color: var(--secondary-color);
}

#btn-servicios:hover {
  background-color: var(--hover-secondary-color);
}

/* ===============  NOSOTROS =============== */

#section-nosotros {
  background-color: var(--white-color);
}

.text-nosotros {
  font-size: 15px !important;
  color: var(--black-color);
}

/* ===============  NUESTROS CLIENTES =============== */

#section-clientes {
  background-color: var(--secondary-color);
}

.logo-cliente {
  background-color: white;
  margin: 5px;
}

.logo-cliente-fondo-oscuro {
  background-color: none;
  margin: 5px;
  border: 2px solid white;
}

/* ===============  ACREDITACIONES =============== */

#parallax .title {
  background: white;
  padding: 60px;
  margin: 0 auto;
  text-align: center;
}

#parallax .parallax-one img {
  background-color: var(--white-color);
  padding: 15px;
  z-index: 10;
}

#parallax .parallax-one {
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-image: url("../images/aprobado.jpeg");
  background-color: var(--secondary-color);
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

/* ===============  FOOTER =============== */

footer {
  width: 90% !important;
  background-color: var(--white-color);
  color: var(--secondary-color) !important;
}

.footer-social {
  color: var(--primary-color) !important;
}

.footer-divider {
  border-color: var(--secondary-color) !important;
}

.contact-info {
  font-size: 13px;
}

/* ===============  BOTON WHATSAPP FLOTANTE =============== */

.btn-whatsapp {
  position: fixed;
  width: 55px;
  height: 55px;
  line-height: 55px;
  bottom: 30px;
  right: 50px;
  background: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 101;
}

.btn-whatsapp:hover {
  text-decoration: none;
  color: #25d366;
  background: #fff;
}

/****************************************************/
/***************  NOSOTROS.HTML PAGE ******************************/
/****************************************************/

#section-inicial {
  position: relative;
}

.img-principal {
  position: relative;
  top: 0;
  z-index: -1;
}

.img-principal-title {
  position: absolute;
  bottom: 40%;
  left: 10%;
}

.titulo-linea-2 {
  color: var(--primary-color);
  font-size: 60px;
}

#seccion-textos p {
  font-size: 15px;
  word-spacing: 1px;
  background-color: var(--white-color);
}

#mision-vision-border {
  border-color: var(--secondary-color) !important;
  max-width: 300px;
}

#calidad-border {
  border-color: var(--secondary-color) !important;
  width: 100%;
}

.fa-bullseye {
  color: var(--primary-color) !important;
  font-weight: bolder;
  font-size: 50px;
}

#seccion-quejas{
    text-align: center;
    color: red;
}

#seccion-quejas h5 {
  color: var(--secondary-color) !important;
}


/****************************************************/
/***************  ACREDITACION.HTML PAGE ******************************/
/****************************************************/

#seccion-archivos {
  background-color: var(--secondary-color);
  width: 95%;
}

#seccion-archivos p {
  font-size: 14px;
  padding-top: 5px;
}

#seccion-archivos .fa-file-pdf,
.fa-globe {
  color: var(--white-color) !important;
  font-weight: bolder;
  font-size: 50px;
}


/****************************************************/
/***************  SERVICIOS.HTML PAGE ******************************/
/****************************************************/

#section-servicios {
  width: 90%;
}

.img-servicios {
  transition: 0.5s;
  width: 100%;
  height: 250px;
}

.img-servicios:hover {
  transform: scale(1.2);
}

.card-servicio-detalle {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.card-servicios {
  width: 90%;
}

/****************************************************/
/***************  QUEJA.HTML PAGE ******************************/
/****************************************************/

.section-queja {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#section-queja-izquierda {
  width: 100%;
  padding: 20px;
  height: 100%;
  position: relative;
  min-width: 375px;
  max-width: 600px;
}

.queja-title {
  position: absolute;
  top: 80%;
  right: 10%;
}

.queja-title h2 {
  color: var(--white-color) !important;
  font-size: 36px;
  font-weight: 600;
}

#section-queja-derecha {
  width: 100%;
  padding: 20px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#section-queja-derecha #form {
  position: relative;
  background-color: #004777;
  border-radius: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 90%;
  padding: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.title {
  color: #eee;
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
}

.input-container {
  height: 50px;
  position: relative;
  width: 100%;
}

.ic1 {
  margin-top: 40px;
}

.ic2 {
  margin-top: 30px;
}

.ic3 {
  margin-top: 30px;
  height: 200px;
  max-height: 200px;
}

.input {
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-radius: 14px;
  border: 0;
  box-sizing: border-box;
  font-size: 12px;
  height: 100%;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%;
}

.input:-webkit-autofill,
.input:-webkit-autofill:hover,
.input:-webkit-autofill:focus,
.input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--secondary-color) inset !important;
  -webkit-text-fill-color: var(--white-color) !important;
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-radius: 14px;
  border: 0;
  box-sizing: border-box;
  font-size: 12px;
  outline: 0;
  padding: 15px 20px 0;
  width: 100%;
  height: 200px;
}

.cut {
  background-color: none;
  border-radius: 10px;
  height: 20px;
  left: 10px;
  position: absolute;
  top: -20px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 76px;
}

.cut-short {
  background-color: none;
  width: 100px;
}

.input:focus ~ .cut,
textarea:focus ~ .cut,
.placeholder:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut,
textarea:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
  background-color: var(--white-color);
  width: 200px;
  color: var(--black-color);
  opacity: 0.7;
}

.placeholder {
  color: #ccf1a7;
  background-color: transparent;
  font-family: sans-serif;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 20px;
}

.input:focus ~ .placeholder,
textarea:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder,
textarea:not(:placeholder-shown) ~ .placeholder {
  transform: translateY(-30px) translateX(0px) scale(0.75);
}

.input:not(:placeholder-shown) ~ .placeholder,
textarea:not(:placeholder-shown) ~ .placeholder {
  transform: translateY(-30px) translateX(10px) scale(0.75);
  color: var(--hover-secondary-color);
  opacity: 0.7;
}

.input:focus ~ .placeholder,
textarea:focus ~ .placeholder {
  color: var(--hover-secondary-color);
  width: 200px;
  padding: 2px 8px;
  border-radius: 5px;
  opacity: 1;
  font-weight: 600;
}

.submit {
  background-color: var(--white-color);
  color: var(--hover-secondary-color);
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  height: 50px;
  margin-top: 38px;
  outline: 0;
  text-align: center;
  width: 30%;
}

.submit:active {
  background-color: #06b;
}

/*******************Notificacion ************************************/

.notification {
  position: absolute;
  bottom: 50%;
  color: var(--white-color);
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: opacity 0.5s ease-out;
  width: 200px;
}


/* Media Queries */
/**************************/

@media (max-width: 992px) {
  .carousel-caption h2 {
    font-size: 2em;
  }
}

@media screen and (max-width: 767px) {
  .carousel-caption h2 {
    font-size: 1em;
  }

  #parallax .parallax-one {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .titulo-linea-2 {
    font-size: 30px;
  }

  .logo {
    width: 150px;
    height: 75px;
  }

  .text-nosotros {
    font-size: 12px !important;
  }

  .card-servicio {
    width: 70%;
  }
}

@media (min-width: 767px) {
  .section-queja {
    flex-direction: row;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {
}
