* {
  font-family: 'Sen', sans-serif;
  font-weight: 100;
}

body{
  /* background-color: #000; */
}

.text_title{
    font-family: Overpass, sans-serif !important;
    color:#E46931;
    line-height: 1.3;
    width: 340px;
    text-shadow: rgb(245 239 223 / 24%) 5px 5px 5px;
    letter-spacing: -1.5px;
}
.flex-container {
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px 0px 40px 0px ;
    background-image: url(../imagen/fondo.png);
    background-size: 1960px 500px ;
    /* background-repeat: no-repeat; */
    z-index: 100;
    /* border: 5px solid red; */
}
.div_nav_img{
    display: flex;
    justify-content: center;
    margin-top: 26px;
}
.div_nav{
  position: relative;
  /* z-index: 100; */
}

.div_nav_img_2 {
  position: absolute;
  align-items: center;
  flex-wrap: wrap;
  height: 500px;
  width: 1900px;
  justify-content: center;
  z-index: 0;
  margin: -200px 0px 0px 0px ;
  background-image: url(../imagen/logo.png);
  opacity: 0.2;
  background-size: 1960px 600px ;
  background-repeat: no-repeat;

}


.div_title{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    padding: 25px;
    margin: 0px 0px;
    z-index: 2;
}
.nav_link{
    margin: 0px 0px 0px 35px ;
}
.nav_link a {
    color : #000;
    font-size: 11px;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 1px;
    font-family: Comfortaa, display;
    padding: 0px 5px 0px 5px;

}

.nav_link a:hover {
    transition: color 0.4s ;
    color: rgba(228, 105, 49, 1);

}
.nav_link{
  display: inline-block;
  color: #000;
}

.form {
    /* min-width: 400px; */
    flex: 1;
    text-align: center;
    padding: 19px;
    order: 5;
}

.form__input{
   margin: 3px 0px ;
   min-width: 150px;
   padding: 15px;
   border: none;
}
.form_margin{
   margin-left: 650px ;
}
.div_footer{
  width: 200px;
  height: 130px;
}
.form input[type="submit"]{
    border-radius: 50px;
    border-bottom: none;
    width: 100%;
    align-items: center;
    background-color: rgba(228, 105, 49, 1);

}


.container_footer{
  margin-left: 400px;
}
.footer_flex {
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin: 0px 40px 0px 10px;
    width: 180px;
    height:auto;
}
.footer_flex2 {
    display: inline-block;
}
.text_footer {
    color: #E46931;
    margin: 0px 0px;
    display: inline;

}

.text_hidden{
color:#fff;
}
.div__ico{
  display: inline-block;
  margin: 8px;
}



/* *************************nav************************************** */
.nav__responsive-ul {
  display: none;
}
.nav__responsive-button-container {
  position: relative;
  cursor: hand;
  margin-top: -85px;
  z-index: 100;
  align-items: center;
}

.nav__responsive-button {
  cursor:pointer;
  text-align: center;
  width: 94%;
  font-size: 15px;
}

.nav__responsive-li {
  width: 100%;
  padding: 0px 20px 10px 0px;
}
.nav_title_responsive {
  width: 100%;
  text-align: center;
  padding: 10px 20px 10px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.nav_li-container {

  position: absolute;
  height: calc(100vh - 64px);
  background: rgb(12 33 23);
  transition: all 1s;
  z-index: 1;
  width: 100%;
  padding-top:27px;
}

.nav_link_responsive a {
    color : #fff;
    font-size: 13px;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 1px;
    font-family: Comfortaa, display;
    padding: 0px 10px 0px 5px;
    font-size: 13px;
}

/* *************************nav************************************** */
@media screen and (max-width:1300px){
  .form_margin{
     margin-left: auto ;
  }
  .flex-container {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      /* padding: 90px; */
      background-image: url(../imagen/fondo.png);
      background-size: 1960px 900px ;
      /* background-repeat: no-repeat; */
  }
  .container_footer{
    margin: 0px;
  }
  .footer_flex2 {
       display: block;
  }
  .div_nav_img_2 {
    position: absolute;
    align-items: center;
    flex-wrap: wrap;
    height: 450px;
    width: 100%;
    /* justify-content: center; */
    z-index: 0;
    margin: -15px 0px 0px 0px ;
    opacity: 0.1;
    background-size: 400px 150px ;
    /* border:1px solid red; */
     /* background-repeat: no-repeat; */
  }
}

 @media only screen and (max-width:700px) {
  .nav__ul {
    display: none;
  }

  .nav__responsive-ul {
    display: block;
    position: absolute;
    width: 100%;
    margin-top: 37px;
    padding-top: 27px;
    height: 37px;
  }

  .nav_li-container {
    position: absolute;
    left: -600px;
    margin: -190px 0px 0px 0px;
    height: calc(190vh - 64px);
    background: rgb(12 33 23);
    transition: all 1s;
    z-index: 200;
    width: 70%;
    padding-top:27px;
  }



  .nav__responsive-li {
    width: 100%;
    padding: 9px 20px;
  }

  .nav__responsive-li i {
    color : #fff;
    font-size: 11px;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 1px;
    font-family: Comfortaa, display;
    padding: 0px 10px 0px 5px;

  }

  .nav__responsive-li a {
    color : #fff;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 1px;
    font-family: Comfortaa, display;
    padding: 0px 10px 0px 5px;
  }

  .nav__responsive-ul:hover >.nav_li-container{
    left: 0px;

  }

}
