/*
Autor: Willy Cruz
www.dznbox.com
*/

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  cursor: default;
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif;
  color: #333;
  background-image: url("../img/bg01.jpg");
  background-size: cover;
}

::selection {
  color: #fff;
  background-color: #47e;
}

a,
a:link,
a:focus,
a:active,
a:visited{
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}
h1, h2, h3, h4, h5, strong{
  font-weight: 700;
}
.btn01{
  font-size: 17px;
  padding: 10px 25px;
  border-radius: 40px;
  transition: 0.2s;
  color: #555 !important;
  background-color: #fff;
}
.btn01:hover{
  color: #fff !important;
  background-color: #49b;
}
.btnWhats{
  font-size: 16px;
  padding: 11px 22px;
  border-radius: 40px;
  transition: 0.2s;
  color: #555 !important;
  border: 1px solid #777;
}
.btnWhats:hover{
  color: #fff !important;
  background-color: #53ab69;
  border: 1px solid #53ab69;
}
.btnWhats02{
  font-size: 17px;
  padding: 11px 22px;
  border-radius: 40px;
  transition: 0.2s;
  color: #fff !important;
  background-color: #25b366;
}
.btnWhats02:hover{
  background-color: #109050;
}

.logotipo{
  padding-top: 100px;
}
.logotipo .logo{
  width: 100%;
  max-width: 440px;
  margin-top: 80px;
}
.logotipo p{
  font-size: 35px;
  font-weight: 200;
  color: #555;
}
.logotipo .ilus{
  width: 100%;
  max-width: 500px;
}


@media (min-width: 992px) {

}
@media (max-width: 991px) {

}
@media (min-width: 1400px) {

}