@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i,900");
:root {
  --blue: #79A9F5;
  --indigo: #C45F90;
  --purple: #A16AE8;
  --pink: #FC8BC0;
  --red: #F85C70;
  --orange: #FF8882;
  --yellow: #FAD02C;
  --green: #A3C14A;
  --teal: #20c997;
  --cyan: #47D8E0;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ff9a44;
  --secondary: #6c757d;
  --success: #A3C14A;
  --info: #47D8E0;
  --warning: #FAD02C;
  --danger: #F85C70;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Lato", sans-serif;
  --font-family-monospace: monospace;
}



.header {
  background-color: #79A9F5;
  margin: 0;
  height: auto;
  max-height: 40px;
  min-height: 20px;
}
.logo-header {
  height: 5%;
  width: 200px;
  margin-top: 10px;
  margin-left: 50px;
}

body {
  background-color: #333;
  background-image: url("/images/pexels-grzegorz-tomicki-10183533.jpg");
  background-size: cover;
  background-repeat: repeat;
  background-color: white;
  margin: 0;
  color: white;
  
}

.text {
  margin-top: 15%;
  margin-left: 10%;
  margin-right: 40%;
  font-size:medium;
  font-family: inherit;
  width: 45%;
  height: 40%;
}

/* Estilos adicionales para el contenido */
.contenido {
  /* Añade estilos específicos para el contenido si es necesario */
  /* Por ejemplo: */
  padding: 20px;
  background-color: #79A9F5;
  height: auto;
  width: 30%;
  margin: 50px 60%; /* Esto establece márgenes automáticos a izquierda y derecha */
  text-align: center;
  overflow-y: auto;
  max-height: 80%;
  border-radius: 5px;
  margin-top: 10%;
  margin-right: 20%;
  
}




.logo-whatsapp {
  height: auto;
  width: 30%;

}

.logo-body {
  margin-top: 5px;
 height: auto;
 width: 100%;
}

.boton-consulta{
  font-family: sans-serif;
  height: 50px;
  width: 95%;
  background-color: white;
  border-color: #79A9F5;
  border-radius: 5px;
}

/* Estilos para las etiquetas de preguntas */
label {
  display: block;
  margin-bottom: 5px;
  color: black; /* Color de texto para las preguntas */
}

/* Estilos para los inputs de texto */
input[type="text"],
textarea,
select {
  width: 95%;
  padding: 13px; /* Espaciado fijo para los campos de entrada */
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px; /* Tamaño de texto fijo */
  color: #333; /* Color de texto para las respuestas */
  height: 35px;
  text-align: center;
  line-height: 5px;
  
}

#pregunta8{
  
}


/* Estilos para los campos obligatorios no respondidos */
input:required:not(:focus):invalid,
textarea:required:not(:focus):invalid,
select:required:not(:focus):invalid {
  border: 1px solid red; /* Cambia el borde a rojo */
}

.header-title {
  font-size: 40px;
  font-weight: 300;
}

.header-title strong {
  font-weight: 700;
  color: #79A9F5;
}

.text-primary {
  color:#333 !important;
}

#pregunta8{
  #miCuadroDeTexto {
    resize: none; /* Evita que el usuario cambie el tamaño manualmente */
    overflow-y: scroll; /* Agrega barra de desplazamiento vertical si es necesario */
    width: 100%; /* Ajusta el ancho del cuadro de texto */
}

}





