/*--------------------------------------------------------------
# Hero Contacto Section
--------------------------------------------------------------*/
#heroContacto {
    width: 100%;
    height: 100vh;
    background: url("../../img/fondo1.jpg") top center;/*hero-bg.jpg*/
    background-size: cover;
    position: relative;
}
  
#heroContacto:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
  
#heroContacto .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}
  
#heroContacto h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
  
#heroContacto h1 span {
  color: #990000;/*#ffc451*/
}
  
#heroContacto h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}
  
#heroContacto .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}
  
#heroContacto .icon-box i {
  font-size: 32px;
  line-height: 1;
  color:#990000;/*#ffc451*/
}
  
#heroContacto .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}
  
#heroContacto .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}
  
#heroContacto .icon-box h3 a:hover {
  color: #990000;/*#ffc451*/
}
  
#heroContacto .icon-box:hover {
  border-color: #990000;/*#ffc451*/
}
  
@media (min-width: 1024px) {
  #heroContacto {
    background-attachment: fixed;
  }
}
  
@media (max-width: 768px) {
  #heroContacto {
    height: auto;
  }

  #heroContacto h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #heroContacto h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Privacidad  Section
--------------------------------------------------------------*/
.privacidad p {
  color: #848484;
}

.privacidad h5 {
  font-family: Trebuchet, Trebuchet MS, Tahoma, Arial, sans-serif;
  /* font-family: "Raleway", sans-serif; */
}

.privacidad  ul {
  list-style: none;
  padding: 0;
}

.privacidad  ul li {
  padding: 0 0 8px 26px;
  color: #848484;
  position: relative;
}

.privacidad  ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #dd0000;/*#ffc451*/;
}