*{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    box-sizing: border-box;
    margin: 0;
}
body{
	background: #F3F5FC;
}

.header{
  padding: 2rem;
  height: 20vh;
}

.menu{
  display: flex;
  width: 100%;
  height: 75vh;
}

.seccion1{
  width: 65%;
  display: flex;
  justify-content: end;
}

.div-seccion1{
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem 0;
}

.div-seccion1 input{
  width: 75%;
  height:48px;
  background: #F3F5FC;
  border: none;
  outline: none;
  color: #052142;
  font-size: 24px;
}

.input-seccion1::placeholder{
  color: #052142;
  font-size: 24px;
}

.div_button-seccion1 div:first-child{
  margin-bottom: 16px;
}

.div_button-seccion1 div:first-child img{
  vertical-align:middle;
  width: 16px;
  height: 16px;
}

.div_button-seccion1 div:first-child p{
  font-size: 12px;
  display: inline-block;
}

.div_button-seccion1 div:last-child button,
.div_textEnc-seccion2 button{
  display: inline-block;
  width: 323px;
  padding:24px;
  border-radius: 24px;
  border:1px solid #0A3871;
}

.div_button-seccion1 div:last-child button:first-child{
  background-color:#0A3871;
  color:#fff;
  margin-right: 24px;
}

.div_button-seccion1 div:last-child button:nth-child(2){
  background-color: #D8DFE8;
  color: #0A3871;
}

.seccion2 {
  width: 35%;
}

.div-seccion2{
  height: 100%;;
}

.div_imagen-seccion2{
  display:flex;
  justify-content: center;
  align-items: center;
}

.div_textEnc-seccion2 {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 0;
}

.div_imagen-seccion2,
.div_textEnc-seccion2{
  background-color: #fff;
  width: 70%;
  height: 100%;
  margin: auto;
  flex-direction: column;
  border-radius: 32px;
  box-shadow: 0 24px 32px #00000010;
}

.div_imagen-seccion2 img{
  width: 100%;
}

.div_imagen-seccion2 div{
  width: 80%;
  text-align: center;
}

.div_imagen-seccion2 div p:first-child{
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 16px;
}

.div_textEnc-seccion2 textarea{
  border:none;
  width:80%;
  height: 20%;
  outline: none;
}

.div_textEnc-seccion2 button{
  background-color: #fff;
  color: #0A3871;
}

.footer{
  height: 5vh;
}

.footer p{
  font-size: 0.75rem;
  margin-left: 2rem;
}

@media(max-width:768px) {
  .header{
    padding-top: 4.5rem;
    padding-left: 0;
  }
  .menu{
    flex-wrap: wrap;
  }
  
  .seccion1{
    width: 100%;
    justify-content: center;
    height: 75%;
  }
    
  .div-seccion1{
    width: 88%;
  }

  .seccion2 {
    width: 100%;
    height: 25%;
    padding-top:1.5rem;
  }

  .div-seccion2 {
    height: 133px;
  }

  .div_imagen-seccion2{
    width: 88%;
    display: none;
  }

  .div_textEnc-seccion2{
    display: flex;
   /*  height: 343px; */
  }

  .div_imagen-seccion2 img {
    display: none;
  }

  .footer p {
    width: 88%;
    margin:auto;
  }
}
