@font-face {
    font-family: 'Avenir LT Std';
    src: url('AvenirLTStd-Book.woff2') format('woff2'),
        url('AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('AvenirLTStd-Roman.woff2') format('woff2'),
        url('AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

body {
  font-family: 'Avenir LT Std';
  color: #474C55;
  margin: 0;
  font-weight:400;
  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: 'Avenir LT Std'; color: #474C55;}
a:hover {color:black;}

.negro {color:#252923 !important;}
.blanco {color:white !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.6) 100%);}
.solido {background-color:#F1F1F2 !important; opacity:0.6;}
.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;}


.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-family: 'Avenir LT Std'; 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:120px !important; position:fixed !important; top:0; left:0; display:flex; flex-direction:row; justify-content:space-around; 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; }
.logo {position:absolute; top:3vh; width: auto; height:auto; display:block; z-index:300; margin: 0 auto; padding:0;}
.logo img {height:35px; width:auto; max-width:auto; }
.logo2 {display:none !important;}

footer {width:100% !important; height:min-content; display:flex; flex-direction:row; justify-content:center; margin:o auto !important; padding:0; z-index:100; position:absolute; bottom:2%;}

.tel {width:auto; height:min-content; margin:0; padding:0; display:flex; position:absolute; left:10%;}

.correo {width:auto; height:min-content; margin:0; padding:0; position:absolute; right:10%;}
.correo p, .correo a, .tel p, .tel a {font-family: 'Avenir LT Std';  font-size:1.25rem; height:min-content; text-decoration:none; margin:0; padding:0;}
.correo a {text-decoration:underline; color: #474C55;}
.tel p {margin-right:1rem !important; color:#beb0a3;}

.redes a {text-decoration:none; width:32px !important; height:32px !important; margin:0; padding:0;}
.redes img {width:32px; height:32px;}




.left{transform: translateX(-200px); opacity: 0;}
.right{transform: translateX(200px); opacity: 0;}
.fade-in {opacity: 0;}
.activo{transform: translateX(0); opacity: 1; transition: transform 0.7s, opacity 0.7s;}












@media (max-width:35em) {
 header {height:50px !important; position:fixed !important; background-color:white;}	
 .logo {position:absolute; top:10px !important; width: auto; height:auto; display:block; z-index:300; margin: 0 auto; padding:0;}
 .logo img {height:30px; width:auto; max-width:auto; }
 
 footer {width:100% !important; height:min-content; display:flex; flex-direction:row; justify-content:center !important; margin:0 auto !important; padding:0; z-index:100; position:absolute; left:0; top:94vh; top:94svh !important;}
 .tel {width:auto; height:min-content; margin:0; padding:0; display:flex; position:absolute; left:2%;}
 .correo {width:auto; height:min-content; margin:0; padding:0; position:absolute; right:2%;}
 .correo p, .correo a, .tel p, .tel a {font-family: 'Avenir LT Std'; font-size:0.85rem; height:min-content; text-decoration:none; margin:0; padding:0;}
 .correo a, .tel a {text-decoration:underline; color: #474C55;}
 .tel p {margin-right:0.5rem !important; color:#beb0a3;}
 .redes a {text-decoration:none; width:24px !important; height:24px !important; margin:0; padding:0;}
 .redes img {width:24px; height:24px;}

}




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







