body{
  font-family: 'Questrial', sans-serif;
}

.bg{
  width: 100%;
  float: left;
  position: relative;
}

.bg img {
  width: 100%;
}

.bg  .title{
  top:50%;
  left: 40%;
  color: #000;

}

/* .bg  .title{
  position: absolute;
  top:50%;
  left: 40%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  white-space: nowrap !important;
} */

.title-form {
  font-size: 20px;
  color:#00367B;
  padding-bottom: 20px;
  font-weight: bold;
}

.formlabel label{
  font-weight: bold;
  color:#00367B;
  font-size: 18px;
}


.form-title{
  background: #00367B;
  height: 100px;
}


.form-title p{
  font-size: 20px;
  color:#ffffff;
  font-family: 'PT Sans Caption', sans-serif;
  padding-top: 35px;
  text-align: center;
  margin: auto;
}


.bg h2{
  font-size: 20px;
    font-weight: bold;
    font-family: 'PT Sans Caption', sans-serif;
    margin-top: 40px;
    padding-left: 600px;
    color:#00367B;
    /* margin: auto; */
    /* text-align: center; */
    /* width: 500px; */
    /* word-spacing: 0.40em; */
}
}

.brand{
  /* background-color: white; */
  margin: 0px;
  padding-left: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  /* position: fixed; */
  /* width: 100%; */
}

 .brand img{
  margin-left: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 150px;
 }



.content-form {
   width: 90%;
   margin-left: 5%;
   position: relative;
   z-index: 1000;
   top:-100px;
   background: rgba(238, 238, 238, 0.0);
   float: left;

}


.box-left{
  margin-left:5%;
  width: 55%;
  background-color: #f7f9fa;
  height: auto;
  float:left;
  border-radius: 5px;
  margin-top: -50px;

}


.box-left > div{
   border-radius: 5px 5px 0px 0px;
}

.cont-form{
  padding: 18px;
}


.box-right{
  margin-left: 5%;
  margin-right: 5%;
  width: 30%;
  background-color: #f7f9fa;
  height: auto;
  margin-top: -50px;
  float: left;
  border-radius: 5px;

}

.box-right img{
  width:40px;

}

.box-right > div{
  border-radius: 5px;
}


.box-blue{
  width: auto;
  margin-bottom: 20px;
}

.box-blue {
  background-color: #00367B;
  height: 100px;
  border-radius: 5px 5px 0px 0px;
  font-family: 'PT Sans Caption', sans-serif;

}


.box-blue p{
  font-size: 20px;
  padding-top: 35px;
  text-align: center;
  color: #fff;
  font-weight: bold!important;

}


.txt {
  padding-left: 20px;
}


.box-right > div ul li{
  padding-top: 20px;
  list-style: none;
}

.text {
  width: 100%;
  float: left;
  margin: auto;
  text-align: center;
}

.text span{
  padding-bottom: 40px;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  color: #00367B;
  font-family: 'PT Sans Caption', sans-serif;
}



.text p{
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}


.title-interest{
  margin-top: 20px;
  margin-left: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #484848;
  margin-bottom: 40px;
}

.select{
  margin: auto;
}

/* Form navigator */

#formnavigator {
  display: none;
}

.circule{
  margin-left: 0;
  padding-bottom: 40px;
}


.formnav{
  height:50px;
  width:50px;
  background:#495767;
  border-radius:50px;
  padding-top: 10px;
  margin-right: 50px;
  background: #F5F8FD;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.formnav-active{
  border: 0px solid #52B72D;
   background:#1782FD;
   color:#fff;
}

/* Error msg*/

#errormsg {
  color: red;
}

/*Es aquí donde sucede la separación de ambos*/

form {
  margin: 30px auto;
  width: 600px;
}

.botonera {
  display: flex;
  justify-content: space-between;

  width: 100%;
}

/* Apariencia de los botones */
.boton {
  padding: 10px;
  border: 0;
  background: red;
  font-size: 1.2em;
  color: #000;
}

.boton-atras {
  text-decoration: none;
}


/* Form  1 */

.home-icon img{
  margin-left: 10px;
  width: 35px;
}

.line-company{
  margin-top: 30px;
  margin-bottom: 20px;
}

.btn-primary-only{
  color: #fff;
  background-color: #30c351;
 border-color: #30c351;
 margin-left: 500px;
}

.btn-primary-only:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-primary{
  color: #fff;
  background-color: #30c351;
 border-color: #30c351;
}

.btn-primary:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}


/* Form 5 */

.company span{
  font-size: 18px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.company{
  padding-bottom: 0px;
}

.company-two{
  padding-bottom: 30px;
}

.company-two span{
  font-size: 18px;
  padding-left: 20px;
}


.send {
    padding-top: 40px;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;

}

.boxes{
  width: 80%;
  margin: auto;
}


.box-body{
  width: 33.33%;
  float: left;
  height: 250px;

}

.box-body > div {

  padding: 1em;
  background-color: #fff;
  border-radius: 5px;
  margin: 20px;
  height: 250px;
  background: #f7f9fa;

}

.box-body img{
  display: block;
  padding-bottom: 25px;
  margin:auto;
  width: 70px;
}

.box-body p{
  font-size: 20px;
  text-align: center;
}

.ti{
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  color:#00367B;
}




.co{
  font-size: 20px;
  text-align: center;
  color: #495767;
  margin-top: 30px;
    margin-bottom: 80px;
}

.icon1{

}

.icon1 img{
  width: 50px;
}


.footer{
  margin-top: 90px;
  width: 100%;
  background: #00367B;
  height: 150px;
}

.box-footer {
  width: 20%;
  margin: auto;
  float: left;
  padding-bottom: 30px;
  padding-left: 80px;
}

.box-footer2{
  width: 80%;
  float: left;
  padding-top: 10px;
}

.start{
  padding-top: 50px;
  margin-left: 200px;
}

.box-footer2 a{
  margin: 20px;
}



.box-footer2 > div{
  width: auto;
}


.box-footer > div{
  width: auto;
}



.box-footer p{
  width: 50%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  margin-top: 30px;

}

.icons ul li {
  list-style:none;
  margin:0px;
  padding-left: 0px;

}



.icons img{
  padding-top: 42px;
  width: 35px;
}

.box-footer img{
  width: 150px;
  margin-top: 40px;
  margin-left: 90px;
}

a:link, a:visited {
    color: #FFFFFF;
    text-decoration: none;
    cursor:pointer;
}

/* Form 2 */

#geofields {
  margin-left: 0;
}
#geofields > div {
  padding-right: 10px;
}


/*MEDIA QUERIES*/

@media (max-width:800px){

  .btn-primary-only {
    color: #fff;
    background-color: #30c351;
   border-color: #30c351;
   margin-left: 250px;
  }

  .bg h2 {
    font-size: 20px;
    font-weight: bold;
    font-family: 'PT Sans Caption', sans-serif;
    margin-top: 40px;
    color: #00367B;
    padding-left:0px!important;
    margin-left: 50px;
    border-left-width: 0px;
    margin-top: 70;
    font-size: 15px;
    /* margin: auto; */
    /* text-align: center; */
    /* width: 500px; */
    /* word-spacing: 0.40em; */
}



  .box-footer {
    width: 100%;
    margin: auto;
    float: left;
    margin-left: 0px;
  }

  .box-footer img{
    width: 150px;
    margin-top: 40px;
  }


  .icons ul li {
    list-style:none;
    margin:0px;
    padding-left: 0px;
  }

  .icons img{
    padding-top: 42px;
    width: 35px;
  }

  .formnav{
    height:40px;
    width:40px;
    background:#495767;
    border-radius:50px;
    padding-top: 5px;
    margin-right: 30px;
    background: #F5F8FD;
    text-align: center;
    font-weight: bold;
    font-size: 18px;

  }

  .formnav-active{
    border: 0px solid #52B72D;
    background:#1782FD;
    color:#fff;

  }



  .start{
    text-align: center;
    padding-top: 0px;
    margin-left: 0px;

  }

  .box-body{
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }



  .brand img{
    position: absolute;

    width: 100px;
  }


  .content-form {
     width: 90%;
     margin-left: 5%;
     position: relative;
     z-index: 1000;
     top:-90px;
     background: rgba(238, 238, 238, 0.0);
     float: left;
  }


  .box-footer2 > div {
      width: auto;
  }

  .box-footer2 {
    float: left;
}

  .box-footer2 a {
    margin: 10px;
}

.icons ul a{
    margin-left: 0px;
    margin-right: 0px;

}


  .box-footer p{
    width: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
  }

/*   .bg .title {
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
} */

  .box-left{
    margin: auto;
    width: 100%;
    background-color:#f7f9fa;
    height: auto;
    float:left;
    border-radius: 5px;
    margin-top: 40px;

  }

  .box-right{
    margin-top: 50px!important;
    margin: auto;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background-color:#f7f9fa;
    height: auto;
    float: left;
    border-radius: 5px;

  }

  .footer{
    margin: 0px;
    width: 100%;
    background: #00367B;
    height: 250px;
  }

}

@media (max-width:480px){

  .brand img {
      margin-left: 50px;
      margin-bottom: 20px;
      width: 100px;
  }

  .box-body{
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }

  .footer{
    margin-top: 90px;
    width: 100%;
    background: #1782FD;
    height: 150px;
  }


  .boxes{
    width: 100%;
    padding: 0px;
    margin: 0px;

  }

  .box-body > div{
    margin: 0px;
    padding: 0px;

  }


  .content-form {
     width: 90%;
     margin-left: 5%;
     position: relative;
     z-index: 1000;
     top:-10px;
     background: rgba(238, 238, 238, 0.3);
     float: left;
  }


  .bg .title {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      color: #fff;
  }



  .box-left {
    margin: auto;
    width: 100%;
    background-color: #fff;
    height: auto;
    float: left;
    padding: 30px;
    border-radius: 5px;
    margin-top: -10px;
}

  .box-right{
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
    width: 30%;
    background-color: #fff;
    height: auto;
    border-radius: 5px;
    float: left;

  }

}








/* Form 1 */

#form1 {
  display: block;
}

/* form 2 */

.ctmselect {
  padding: 10px;
  border-radius: 5px;
  width: 250px;
  border-color: #D8D8D8;

}


/* form 2 */

#form2 {
  display: none;
}

#form3 {
  display: none;
}

#form4 {
  display: none;
}

#form5 {
  display: none;
}
