html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: 'Nunito', sans-serif;
  background-color: #00aef9;
  background-image: url('../img/background.webp');
  background-repeat: no-repeat;
  background-size: cover;           /* Cubre toda la pantalla */
  background-position: center center;
  background-attachment: fixed;     /* Fija el fondo al hacer scroll */
}

/* Superposición oscura opcional (mejor visibilidad del contenido) */
body::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3); /* Puedes ajustar la opacidad aquí */
  z-index: -1;
}

body.page-sidebar,
body.page-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

body.page-sidebar .page,
body.page-background .page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.page-sidebar .content,
body.page-background .content {
  padding: 50px 0;
}

body.page-sidebar .content>h1,
body.page-background .content>h1 {
  color: white;
}

body.page-sidebar .content>p,
body.page-background .content>p {
  font-size: 1.15em;
  line-height: 1.5em;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.25) 1px 1px 1px;
}

body.page-sidebar .content>p a,
body.page-background .content>p a {
  color: white;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid white;
}

body.page-sidebar:before,
body.page-background:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0 !important;
  position: absolute;
  z-index: -1;
}

body.page-sidebar:before {
  top: -500px;
}

body.page-sidebar .form {
  box-shadow: none;
}

body.page-sidebar .form:after {
  background: white;
  content: "";
  display: block;
  height: 9999px;
  width: 9999px;
  left: 0;
  top: -500px;
  position: absolute;
  z-index: -1;
}

h1 , h5 {
  color: white !important;
  text-align: center;
  font-weight: 800;

} 

.content {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  display: flex;

}

.container>div>p{
  font-size: 1em;
  font-weight: 600;
}


.container>p{
  font-size: 1em;
  font-weight: 600;
}
.d-flex {
  display: flex!important;
  align-items: center;
  align-content: space-around;
  flex-wrap: wrap;
  justify-content: center;
}

.left {
  margin-left: 30px;
}

.center {
  grid-area: 1 / 2 / 5 / 3;
  position: relative;


}


.comentario {
  font-family: 'Nunito', sans-serif;
  color: #242424;
  line-height: 1.6em;
  letter-spacing: 0.03em;
  text-align: justify;
  font-weight: 600;
  padding-top: 25px;
}

.right_img {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-height: 100vh;
}
.right_img>div{
  width: 30%;
  height: 30%;
}

.container-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-direction: column;
  height: 8%;
  background-color: transparent;
  justify-content: center;
  /*overflow: hidden;*/
  max-width: 600px;
  width: auto;


}

/* .form {
  box-shadow: 14px 3px 16px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 40px;
  background: #bebebe;
  border-radius: 10px;
}

.form.form-center {
  width: 400px;
  z-index: 1;
} */
.form {
  position: absolute;
  top: auto;
  left: 0;
  width: 360px;
  background: #bebebe;
  padding: 40px;
  border-radius: 0 10px 10px 0;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.25);
  z-index: 2;
  overflow-y: hidden;
  padding-top:10px
}

/* Versión responsiva en móvil */
@media (max-width: 768px) {
  .form {
    width: 100%;
	height:100%
    border-radius: 0;
	
  }
	body{
		background:none;	
}
}

.form.form-alpha {
  background: none;
  box-shadow: none;
}

.form.form-alpha h2 {
  color: #242424;
}

.form>.control {
  margin-bottom: 25px;
}

.form>.control .label,
.form>.control .input {
  display: block;
}

.form>.control .label {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1em;
  color: #242424;
}

.form>.control .input {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 15px;
  width: 90%;
  transition: all .3s;
  background-color: #fff;
}

.form>.control .input:focus {
  box-shadow: 0 0 2px rgba(53, 64, 79, 0.25);
  background: #e6eaee;
  outline: none;
}

.form>.control .input.input-outline {
  background: none;
  color: white;
}

.form>.control .input.input-outline:focus {
  color: white;
}

.form>.submit {
  margin-top: 35px;
  margin-bottom: 20px;
}
.div-poliza{
  display: flex;
  justify-content: end;
  position: relative;
  
}
.poliza{
  position: absolute;
  border-radius: 20px;
  height: auto;
  /*overflow: hidden;*/
  position: relative;
  opacity: .9;
}
.img_0{
  top: 50%;
  left: 50%;
}
img {
    width: 100%;
    height: auto;
}

.form>.submit .button {
  box-shadow: 0 3px 0px #3b8683;
  background: #4AAAA5;
  color: white;
  font-weight: bold;
  border: 1px solid #4AAAA5;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 16px;
  letter-spacing: 1px;
  width: auto;
  cursor: pointer;
  transition: all .3s;
}

.form>.submit .button.button-block {
  width: 100%;
}

.form>.submit .button:hover {
  background: #429894;
}

input::placeholder{
  color: #707070;
}
