@font-face {
  font-family: 'EthnocentricRg';
  src: url('../assets/fonts/landing/EthnocentricRg.otf') format('truetype');
}
@font-face {
  font-family: 'STOWE___';
  src: url('../assets/fonts/landing/STOWE___.TTF') format('truetype');
}

/* Nosotros P,  */
@font-face {
  font-family: 'STOWE__I';
  src: url('../assets/fonts/landing/STOWE__I.TTF') format('truetype');
}

@font-face {
  font-family: 'ArapeyItalic';
  src: url('../assets/fonts/landing/ArapeyItalic-LwGZ.ttf') format('truetype');
}

@font-face {
  font-family: 'ArapeyRegular';
  src: url('../assets/fonts/landing/ArapeyRegular-X2Md.ttf') format('truetype');
}




body,
html {

  height: 100%;
  background: #000;
}

/* crg-> Prefijo para identificar estilos propios de Casa Robles Group y evitar colisiones con los de Bootstrap */
.crg-title {
  color: #fff;
  font-family: 'ArapeyItalic',
    sans-serif;
  margin-bottom: 2rem;
  margin-top: 1rem;
  padding: .75rem 1.5rem;
}

.crg-text {
  color: #fff;
  font-family: 'EthnocentricRg',
    sans-serif;
  font-size: 180%;
  margin-bottom: 1.5rem;
  margin-top: 2.9rem;
}
/* Ajustes móviles */

.btn-crg {
  padding: .75rem 1.5rem;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-family: sans-serif;
  font-weight: bold;
}

.btn-crg:hover {
  background: #fff;
  color: #000;
}

.video-container video {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Indentaciones responsivas en text-block */
.text-block p:nth-of-type(1) {
  margin-left: 7vw;
}

.text-block p:nth-of-type(2) {
  margin-left: 12vw;
}

.text-block p:nth-of-type(3) {
  margin-left: 16vw;
}

body {
  transition: opacity 2s ease;
  opacity: 1;
}

body.fade-out {
  opacity: 0;
}

a.btn-crg {
  cursor: pointer !important;
}
@media (max-width: 915px) {
  .crg-text {
    font-size: 7vw;
  }

  
}

