*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    text-align: center;
    font-family: sans-serif;
}
.header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar {
    display: flex;
    margin-right: 10px;
}

.logo {
    margin-left: 30px;
    background-image: url('img/img9.png'),linear-gradient(to right, #fff, #fff);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 90px;
}

.logo a {
    text-decoration: none;
    color: #2B53A1;
    text-transform: uppercase;
    font-size: 20px;
}

.navbar a {
    display: block;
    padding: 20px 20px;
    color: #2B53A1;
    text-decoration: none;
    text-transform: full-size-kana;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}

.navbar a:hover {
    background: #2B53A1;
    color: white;
    border-radius: 100px;

}

.Healow {
  
  border: #2B539F;
  color: white;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 18px;
  border-color: #2B539F;   
}
.header {
    display: flex;
    justify-content: center;
    align-items: center;

}

.header {
    height: 110vh !important;
    background: url(img/img8.png) no-repeat center;
    background-size: cover;
}

.title1 {
  text-transform: full-size-kana;
  font-size: 80px;
  color: #2B53A1;
  margin-top: 45rem;
}

.button1 {
    display: inline-block;
    margin-top: 20px;
    padding: 20px 40px;
    color: #fff;
    text-decoration: none;
    background: #2B539F;
    border-radius: 40px;

}

section {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.image-container {
  display: flex;
  justify-content: center;
}

.image-wrapper {
    margin-left: 50px;
    background-image: url('img/img8.png'),linear-gradient(to right, #fff, #fff);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 190px;
    height: 90px;
    margin-bottom: 90rem;
}


@import url(https://fonts.googleapis.com/css?family=Noto+Sans);


body{
  height: 100%; 
  font-family: 'inter thing', sans-serif; 
}


.contact_form{  
  width: 460px; 
  height: auto;
  border-radius: 10px;  
  padding-top: 30px;
  padding-bottom: 20px;  
  background-color: #fbfbfb; 
  padding-left: 30px; 
}


input{
  background-color: #fbfbfb; 
  width: 408px; 
  height: 40px; 
  border-radius: 5px;  
  border-style: solid; 
  border-width: 1px; 
  border-color: #2B539F; 
  margin-top: 10px;  
  padding-left: 10px;
  margin-bottom: 20px; 
}


textarea{
  background-color: #fbfbfb; 
  width: 405px; 
  height: 150px; 
  border-radius: 5px;  
  border-style: solid; 
  border-width: 1px; 
  border-color: #2B539F; 
  margin-top: 10px;  
  padding-left: 10px;
  margin-bottom: 20px; 
  padding-top: 15px; 
}


label{
  display: block; 
  float: center;  
}


button{
  height: 45px; 
  padding-left: 5px;
  padding-right: 5px;   
  margin-bottom: 20px; 
  margin-top: 10px;   
  text-transform: uppercase;
  background-color: #2B539F; 
  border-color: #2B539F; 
  border-style: solid; 
  border-radius: 10px;  
  width: 420px;   
  cursor: pointer;
}


button p{
  color: #FFFFFF; 
}


span{
  color: #2B539F; 
}


.aviso{
  font-size: 13px;  
  color: #2B539F;  
}



.formulario input:focus{
  outline:0;
  border: 1px solid #2B539F;
}


.formulario textarea:focus{
  outline:0;
  border: 1px solid #2B539F;
}


section#contacto{
  width: 450px;
  text-align: center;
  margin:40px 0 10px 100px;
  float: left;
  text-align: left;
  font-family: 'Muli', sans-serif;
  margin-top: 1rem;
  color: #474747;

 
}

.contact_form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
  margin-top: -200px;
}

.form input {
  width: 90%;
  height: 30px;

}

.form button {
  padding: 0.5em 1em;
  border: none;
  background: rgb(100, 200, 255);
  cursor: pointer;
}



footer {
  background-color: #F7F7F7;
  padding: 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

nav li {
  margin: 0 10px;
}

nav a {
  text-decoration: none;
  color: #333;
  padding: 20px 20px;
}

nav a:hover {
   background: #2B53A1;
    color: white;
    border-radius: 100px;
}

.call-button {
  margin-bottom: 60px;
}

.call-button button {
  background-color: #2B539F;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 18px;
}

section {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.image-container {
  display: flex;
  justify-content: center;
}

.image-wrapper {
    margin-left: 30px;
    background-image: url('img/img11.png'),linear-gradient(to right, #fff, #fff);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 90px;
    margin-bottom: 90rem;
}
.img18 {
    height: 600px;
    margin-top: 1rem;
}

@media (max-width: 768px) {
     
     footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo {
    margin-bottom: 10px;
  }

  nav {
    text-align: center;
    margin-bottom: 10px;
  }

  .call-button {
    text-align: center;
  }
    .title {
        margin-bottom: 0;
        font-size: 40px;
    }

    .sau {
        height: 100vh;
    }

    .navbar {
        display: none;
    }
   
    .logo {
        width: 120px;
        height: 32px;
    }

    .navbar a:hover {
     width: 100px;
     height: 32px;
}