a,
a:focus,
a:hover,
a:active {
  text-decoration: none;
  transition: .3s all ease-in-out;
}
strong{
  font-weight: bold;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #111111;
  margin: 0;
  cursor: default;
}

figure {
  width: 100%;
  margin: 0;
}

img {
  width: 100%;
}

/* FORMULARIOS CSS */
/* Message de Formulario */
.backgroundGood {
  color: #1e7e34;
}
.backgroundError{
  color: #dc3545;
}
.activeRspta{
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  margin-top: 10px;
}
.successEnvio{
  margin-top: 10px;
  padding: 10px;
  background-color: #1e7e34;
}

.redesFixed {
  position: fixed;
  top: 26%;
  left: 0;
  z-index: 99;
}
.redesFixed>a{
  width: 45px;
  height: 45px;
  font-size: 25px;
  color: #000;
  background-color: #ffd300;
  transition: all .3s ease-in-out;
}
.redesFixed>a:hover{
  width: 60px;
}
.r_facebook:hover {
  background: #4267B2;
}
.r_whatsapp:hover {
  background: #25D366;
}
.r_instagram:hover{
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.iconWhatsapp{
  position: fixed;
  right: 3%;
  bottom: 10%;
  width: 4rem;
  z-index: 999;
  transform: scale(1);
  filter: saturate(3);
  transition: all .3s ease-out;
}
.iconWhatsapp:hover{
  transform: scale(1.1);
}

.loadImage {
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 2rem;
}
.loadImage>img{
  width: 30%;
}