@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Koulen&family=Lato&family=Nunito&family=Playfair+Display:ital@1&family=Prata&family=Raleway:ital,wght@1,100&family=Roboto&family=Roboto+Condensed&family=Teko&display=swap');

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* @media only screen and (max-width: 600px) { */
/* } */


body {
  background-image: url('../images/notaria67-bkgr-web.jpg') !important; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  /* transform-style: preserve-3d;
  perspective: 1px; */
}

.redes {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: #00704A;
  display: flex;
  justify-content: center; 
  padding-right: 130px;
  align-items: center;
  z-index: 999;
  text-align: center;
}

.redes img {
  position: relative;
  width: 100%;
  max-width: 20px;
  height: 30px;
  vertical-align: middle;
  filter: invert(100%);
  padding: 2px 10px;
}

.redes .boton-cta {
  transition: 0.4s ease-in-out;
}

.redes .boton-cta:hover {
  opacity: 0.5;
}

.content {
  color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  justify-content: center;
  align-items: start;
  /* position: relative; */
  text-align: center;
}

.logo {
  width: 100%;
  margin-top: 30px;
}

.logo img {
  max-width: 200px;
  padding: 40px;
  width: 100%;
}

.correos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px,350px));
  gap: 10px;
  justify-content: center;
  padding: 0 100px 50px;
}

.anuncios {
  margin: 10px 50px 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.anuncios img {
  max-width: 350px;
  /* padding: 10px 50px 50px; */
  margin: 0 auto;
  box-shadow: 2px 10px 33px -15px rgba(0,0,0,0.65);
  -webkit-box-shadow: 2px 10px 33px -15px rgba(0,0,0,0.65);
  -moz-box-shadow: 2px 10px 33px -15px rgba(0,0,0,0.65);
}

/* ARTICLES ------------------ */
.correos article .foto-perfil {
  width: 100%;
  max-width: 100px;
  border-radius: 50%;
  border: 4px solid rgba(0,0,0,0.15);
}

.correos article .btn {
  width:95%;
}
    
.btn {
  color: #fff;
  background: linear-gradient(90deg, #00704A 0%, #2b9e3a 100%);
  font-family: Roboto, sans-serif;
  font-weight: 0;
  font-size: 14px;
  padding: 10px 20px;
  border: solid rgba(255, 255, 255, 0.3) 2px;
  box-shadow: 2px 10px 33px -10px rgba(0,0,0,0.55);
  -webkit-box-shadow: 2px 10px 33px -10px rgba(0,0,0,0.55);
  -moz-box-shadow: 2px 10px 33px -10px rgba(0,0,0,0.55);
  border-radius: 50px;
  transition : 382ms ease-in-out;
  transform: translateY(0);
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin: 7px;
  transition : all 0.3s ease-in-out;
}

.btn:hover {
/* padding: 10px 30px; */
/* transform : translateY(-0px); */
background: linear-gradient(90deg, #191919 0%, #060606 100%);
opacity: .7;
color: #f0f0f0;
border: solid white 2px;
box-shadow: 2px 10px 28px -16px rgba(0,0,0,0.78);
-webkit-box-shadow: 2px 10px 28px -16px rgba(0,0,0,0.78);
-moz-box-shadow: 2px 10px 28px -16px rgba(0,0,0,0.78);
}

.icono-correo {
  width: 100%;
  max-width: 20px;
  padding-right: 10px;
}
