

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html, body {
  height:100vh;
  min-height: 100vh;
  background-color: #FFF;
  scroll-behavior: smooth;
  display:flex;
  flex-direction:column;
}

body {
  font-family: "Urbanist", sans-serif;
  color: black;
  margin: 0;
  font-weight:300;
  padding:0;
  font-size:1rem;
  position:relative;
  overflow-x:hidden;
  scroll-behavior: smooth;
}

::before, ::after {box-sizing: border-box;}

:root {
  --animate-delay: 0.5s;
  --select-border: blue;
  --select-focus:blue;
}

a {font-family: "Urbanist", sans-serif; font-weight:600;}

.negro {color:#252923 !important;}
.blanco {color:white !important;}
.verde {color:#4fad35 !important;}
.gradiente {background:linear-gradient(0deg, rgba(37,41,35,0) 0%, rgba(37,41,35,0.6) 100%);}
.gradiente2 {background:linear-gradient(180deg, rgba(37,41,35,0) 0%, rgba(37,41,35,0.8) 100%);}
.solido {background-color:#F1F1F2 !important;}
.fblack {fill:black !important;}
.fder {float:right;}
.derecha {padding-left:10rem;}
.no-mostrar {display:none !important;}
.flex {display:flex; gap:var (--gap, 1rem);}
.grid {display:grid; gap:var (--gap, 1rem);}
.ptop {padding-top:8% !important;}

#loader {position:absolute; width: 100%; height:100%; background-color:#D0D2D3; left:0px; top:0px; z-index: 9999999999; }
#logotipo {position:relative; width:400px; height:168px; top:50%; left:50%; margin-left:-200px; margin-top:-84px; opacity:0;}

.aviso { display:none !important; width:100%;  height:100%; max-width:100%; min-height:100vh; padding: 0; margin:0; position:absolute;  z-index:99999999999; background-color:black;}
.aviso h1 {font-size:1.5rem; font-weight:600; color:white; width:600px; height:100vh; margin: 0 auto; display:flex; flex-direction:column; justify-content:center; align-items:center;}

.container { width:100%;  height:100%;  display:flex; flex-direction:column; justify-content:center;  padding: 0; margin:0; position:absolute; top:0; left:0;  z-index:0;}

header {width:100%; height:130px !important; position:fixed !important; top:0; left:0; display:flex; flex-direction:row; justify-content:space-between; margin:auto 0; padding:0; z-index:500;}

.contenido { width:100%;   min-height:100%; padding:0; margin:0; display:flex; flex-direction:column; justify-content:center; z-index:100; position:absolute; top:0; left:0; }
.burger {cursor: pointer; display:none; border: 0; width:50px; height:auto; padding: 0;  background: url("../images/menu.svg") no-repeat bottom; transition: opacity 250ms ease; position: absolute; top:1.5rem; z-index:99999;}
.mobile-nav-toggle { cursor: pointer; display:none; border: 0; width:130px; height:40px; padding: 0; color:black; background: url("../images/logo_grajales.svg") no-repeat center; transition: opacity 250ms ease; position: absolute; top:1.5rem; z-index:99999;}



.primary-navigation {list-style:none; width: min-content; height:min-content;  display:flex; flex-direction:row; justify-content:space-between; position:absolute; right:2%; top:3vh; z-index:9999; margin:0; padding:0;}
.primary-navigation a{ text-decoration:none; font-family: "Urbanist", sans-serif; font-size:1.25rem; font-weight:600 !important; width:auto; padding:0; margin-left:7rem;   color:white; text-shadow: 1px 1px 1px rgba(0,0,0,0.6); text-transform:uppercase;}
.primary-navigation a:hover {color:#777 !important;}
.primary-navigation a.active {color:#777; font-weight:bold;}
.logo {position:absolute; left:2%; top:3vh; width: auto; height:auto; display:block; z-index:300; margin: 0 auto; padding:0;}
.logo img {height:70px; width:auto; max-width:auto; filter: drop-shadow(2px 2px 1px rgb(0 0 0 / 0.2));}

.half-principal {width:100%; height:100%; margin:0 0 5rem 0; padding;0; position:absolute; top:0; left:0;}
.half-principal img {display: block; width: 100%; height: auto; object-fit: fit !important;}
.half-bottom {width:100%; height:50vh; margin:0 0 5rem 0; padding;0; z-index:100; background-color: #FFF; position:absolute; top:50vh; left:0;}
.hilera {width:96% !important; height:auto; display:flex; flex-direction:row; justify-content:space-between !important; margin:2rem auto !important; padding:0; }

.direccion, .correo, .privacidad, .redes {width:auto; height:auto; display:flex; flex-direction:column; margin:0 0 3rem 0; padding:0;}
.direccion p, .correo a, .privacidad a {font-family: "Urbanist", sans-serif; font-size:1.2rem; color:black; font-weight:300; width:auto; height:auto; margin:0 0 1rem 0; padding:0;}
.correo p {margin:0 0 1rem 0 !important;}
.correo a:hover, .privacidad a:hover {text-decoration:underline; color:#7A7A7A;}
.redes a, .privacidad a{width:auto; height:auto; margin:0 0 0.75rem 0; padding:0;}
.redes img, .privacidad img {width:24px; height:24px;}

.padbot {padding:0 0 1rem 0 !important;}
.padder {padding: 0 2.5% 0 0;}
.padizq {padding:0 0 0 2.5%;}




@media (max-width:35em) {
  #loader {position:absolute; width: 100%; height:100%; background-color:#D0D2D3; left:0px; top:0px; z-index: 9999999999; }
  #logotipo {position:relative; width:242px; height:102px; top:50%; left:50%; margin-left:-121px; margin-top:-51px; opacity:0;}
	
  header {height:90px !important; position:fixed !important;}	
 .mobile-nav-toggle, .burger { display:block !important; position:absolute; top:1vh; right:2vw; z-index:99999 !important; width:40; height:40px;}
 .mobile-nav-toggle[aria-expanded="true"] {display:block; background: url("../images/cerrar.svg") no-repeat bottom !important; z-index:999999 !important; width:40px; height:40px;}
 .burger[aria-expanded="true"] {display:block;  background: url("../images/cerrar.svg") no-repeat bottom !important; z-index:999999 !important; width:40px; height:40px;}
 .primary-navigation { position:fixed; width:100%; height:100vh; inset:0; background:#D0D2D3;  flex-direction:column; justify-content:center; align-items:center; padding: 0; z-index:99999 !important; transform: translateX(100%); transition:transform 150ms ease-in-out;}
 .primary-navigation[data-visible="true"] {transform: translateX(0%);}
 .logo {position:absolute; left:2vw; top:3vh !important; width: auto; height:auto; display:block; z-index:300; margin: 0 auto; padding:0;}
 .logo img {height:50px; width:auto; max-width:auto; filter: drop-shadow(2px 2px 1px rgb(0 0 0 / 0.2));}
 
 
 .contenido {width:90%; height:auto; padding: 0; margin:0 auto; display:flex; justify-content:center; z-index:100 !important;}
 .primary-navigation li {margin-bottom:0rem;}
 .primary-navigation a { text-decoration:none; font-family: "Urbanist", sans-serif; font-size: 1.75rem; font-weight:600; width:auto; margin:0 0 3rem 0 !important; padding:0 !important; color:black; text-shadow: none !important;}
 .primary-navigation a:hover {color:#777 !important;}
 .primary-navigation a.active {color:#777; font-weight:bold;}
 
.half-principal {width:100%; height:100%; margin:0 0 5rem 0; padding;0; position:absolute; top:0; left:0;}
.half-principal img {display: block; width: 100%; height: auto; object-fit: fit !important;}
.half-bottom {width:100%; height:60vh; margin:0 0 5rem 0; padding;0; z-index:100; background-color: #FFF; position:absolute; top:40vh; left:0;}
.hilera {width:96% !important; height:auto; display:flex; flex-direction:column; justify-content:space-between !important; margin:0 auto 3rem auto !important; padding:0; position:absolute; top:1vh !important; left:2vw;}

.direccion, .correo, .privacidad, .redes {width:100%; height:auto; display:flex; flex-direction:column;  margin:0 0 1.5rem 0; padding:0; text-align:left;}
.direccion p, .correo a, .privacidad a {font-family: "Urbanist", sans-serif; font-size:1.2rem; color:black; font-weight:300; width:auto; height:auto; margin:0 0 1rem 0; padding:0;}
.correo p {margin:margin:0 0 1rem 0 !important;}
.correo a:hover, .privacidad a:hover {text-decoration:underline; color:#7A7A7A;}
.redes a {width:24px; height:auto; margin:0 0 1rem 0; padding:0;}
.privacidad a {width:auto; height:auto;}
.redes img, .privacidad img {width:24px; height:24px;}
 
 .mtop {margin-top:1.5rem !important;}
 .pder {padding:0;}
 

 
  
 
 

 
}




@media only screen and (orientation:landscape) and (max-width:992px){.aviso {display:block !important; width:100%; height:100% !important;} .container {display:none;}}







