@font-face {
  font-family: ChronicaPro;
  src: url(../fuentes/ChronicaPro-Book.otf);
}
@font-face {
  font-family: Chronicablack;
  src: url(../fuentes/ChronicaPro-Black.otf);
}
@font-face {
  font-family: Chronicamedium;
  src: url(../fuentes/ChronicaPro-Medium.otf);
}
@font-face {
  font-family: Avenir;
  src: url(../fuentes/AvenirLTStd-Book.otf);
}
@font-face {
  font-family: Light;
  src: url(../fuentes/ChronicaPro-Light.otf);
}
@font-face {
  font-family: Bebas;
  src: url(../fuentes/BebasNeue-Bold.otf);
}

.slick-prev:after {
  content: ">";
  color: networking;
  font-size: 30px;
}
.slick-next:before {
  content: "<";
  color: networking;
  font-size: 30px;
}

.btn-unete {
  background-color: #cccccc7a;
  border-radius: 2px;
}
.box-slider {
  position: relative;
}
.caja-texto {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100%;
}

.img-slider {
  display: block;
}

.texto-slider {
  text-align: center;
  font-size: 72px;
  font-family: bebas;
  color: white;
  margin-top: 4%;
  text-shadow: 1px 2px #060606;
  text-transform: uppercase;
}
.texto-slider2 {
  text-align: center;
  font-size: 18px;
  font-family: Chronicamedium;
  color: white;
  width: 50%;
  margin-left: 25%;
  text-shadow: 1px 2px #060606;
  text-transform: uppercase;
  margin-top: 5%;
}

.texto-nosotros {
  font-family: Avenir;
  font-size: 15px;
  color: black;
}
.logo2 {
  width: 80%;
  margin-top: -4%;
  margin-left: -40%;
}

.como {
  background-color: #cccccc7a;
}
.caja-icon {
  /* border: 1px solid red; */
}

.titulo-asesoria {
  font-family: ChronicaPro;
  font-size: 45px;
}
.texto-asesoria {
  font-family: Avenir !important;
  font-size: 20px;
}

.titulo-unete {
  font-family: ChronicaPro;
  font-size: 45px;
  color: white !important;
}
.texto-unete {
  font-family: Avenir !important;
  font-size: 20px;
}

.icon {
  /* border: 1px solid green; */
  width: 50%;
  text-align: center;
}

.input-contacto {
  border: 1px solid #a199b4;
  padding: 6px 25px;
  height: 35px;
  width: 100%;
  display: inline-block;
  height: 35px;
  padding: 6px 25px;
  font-size: 14px;
  line-height: 1.42857143;
  color: black;
  background-color: white;
  background-image: none;
  border: 1px solid #356252;
  border-radius: 0px;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.textarea-contacto {
  border: 1px solid #a199b4;
  display: inline-block;
  padding: 6px 25px;
  font-size: 14px;
  line-height: 1.42857143;
  width: 100%;
  color: black;
}
.textarea-contacto::-webkit-input-placeholder {
  color: black !important;
  font-family: Avenir;
}

.input-contacto::-webkit-input-placeholder {
  color: black !important;
  font-family: Avenir !important;
}
.input-asesoria::-webkit-input-placeholder {
  font-family: Avenir !important;
}

.suscribete::-webkit-input-placeholder {
  color: black !important;
  font-family: Avenir;
}
.footer-texto {
  color: black !important;
  font-size: 15px !important;
  font-family: Avenir;
  margin-top: 5%;
}
.redes {
  color: black !important;
  background-color: #81ab4d;
}

.btn-ver {
  background: #356252;
  color: white;
  width: 20%;
  height: 40px;
  margin-top: 7%;
  font-family: ChronicaPro;
  padding-top: 1%;
}

.color {
  color: black;
}

.parrafo {
  width: 80%;
  font-family: Light;
  font-size: 18px;
  text-align: left;
  line-height: 25px;
}

.anlges {
  width: 20%;
}
@media screen and (max-width: 1025px) and (min-width: 480px) {
  .texto-slider {
    font-size: 29px;
    width: 90%;
    margin-left: 2%;
  }

  .texto-slider2 {
    font-size: 18px;
    width: 60%;
    margin-left: 18%;
  }

  .parrafo {
    text-align: justify;
    margin-left: 13%;

    margin-top: -10% !important;
  }
  .main_menu_bg .navbar-nav > li > a {
    font-size: 12px !important;
  }
}

@media (max-width: 480px) {
  .main_menu_bg .navbar-nav > li > a {
    font-size: 12px !important;
  }
  .texto-slider {
    font-size: 20px;
    width: 90%;
    margin-left: 0;
  }
  .texto-slider2 {
    font-size: 12px;
    width: 90%;
    margin-left: 0;
  }

  .texto-nosotros {
    font-family: Avenir;
    font-size: 15px;
    line-height: 18px;
    text-align: justify;
  }
  .logo2 {
    padding-top: -10%;
    width: 80%;
    margin-top: -20%;
    margin-left: -10%;
  }

  .titulo-asesoria {
    font-family: ChronicaPro;
    font-size: 25px;
  }

  .texto-asesoria {
    font-family: Avenir;
    font-size: 15px;
    width: 90%;
    text-align: center;
    margin: auto;
  }
  .titulo-unete {
    font-family: ChronicaPro;
    font-size: 25px;
    color: white !important;
  }
  .texto-unete {
    font-family: Avenir;
    font-size: 15px;
  }
  .parrafo {
    text-align: justify;
    margin-left: 10%;

    margin-top: -15% !important;
  }
  .form-unete {
    width: 90%;
    margin-left: 5%;
    margin-top: 10%;
  }

  .footer-texto {
    color: black !important;
    font-size: 15px !important;
    font-family: Avenir;
    margin-top: 5%;
  }

  .fo {
    font-size: 15px;
  }
  .anlges {
    width: 40%;
  }
}
