/* Generated by less 3.11.1 */
/*! HTML5 Site: Conversare | Nodo5 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
body {
  margin: 0;
  background-image: url(../img/bg-main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
/* ==========================================================================
   FUENTES::::
   ========================================================================== */
@font-face {
  font-family: "Anton";
  src: url("fonts/Anton.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
.anton {
  font-family: "Anton";
}
.f-white {
  color: #fff;
}
.text-center {
  text-align: center;
}
.row {
  display: flex;
  width: 100%;
}
.div1 {
  width: 20%;
  display: flex;
  align-items: center;
}
.div2 {
  width: 60%;
  align-items: center;
}
.div2 .img {
  position: relative;
  margin-top: -60px;
}
.div3 {
  width: 20%;
  display: flex;
  align-items: center;
}
.col-12 {
  width: 100%;
}
footer {
  background-color: #142142;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  padding: 20px;
}
footer a {
  color: #153072;
  text-decoration: none;
}
.seccion-main {
  height: 100vh;
  display: flex;
  align-items: center;
}
@media all and (orientation: landscape) {
  .div2 {
    width: 100%;
    align-items: center;
  }
  .div2 .img {
    width: 70%!important;
  }
}
@media all and (max-width: 1024px) {
  .row {
    display: block;
  }
  .div1 {
    display: none;
  }
  .div2 {
    width: 100%;
    align-items: center;
  }
  .div2 .img {
    position: initial;
    margin-top: 10px;
  }
  .div3 {
    display: none;
  }
}
@media all and (max-width: 639px) {
  .row {
    display: block;
  }
  .div1 {
    width: 100%;
    align-items: center;
    display: none;
  }
  .div2 {
    width: 100%;
    align-items: center;
  }
  .div2 .img {
    position: initial;
    margin-top: 10px;
  }
  .div3 {
    width: 100%;
    align-items: center;
    display: none;
  }
}
