@charset 'UTF-8';

/* Tipografías */

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.eot');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Neigh';
    src: url('../fonts/Neigh-Bold.woff2') format('woff2'),
        url('../fonts/Neigh-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neigh';
    src: url('../fonts/Neigh-Regular.woff2') format('woff2'),
        url('../fonts/Neigh-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Estilos generales */
:focus{
	outline:0px !important;
}
.t-center {
  text-align: center;
}

html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

/* Cabecera de página */

/* Pie de página */

.slider .prev-arrow {
    display: none;
	width: 3vw;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.slider .next-arrow {
    display: none;
	width: 3vw;
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.prev-arrow, .next-arrow {
    display: none;
}
.box-l {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50vw;
    z-index: 1;
	display: none !important;
}
.box-r {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50vw;
    z-index: 1;
	display: none !important;
}

#project__parallax {
  position: relative;
  width: 100%;
  height: 70vh;
  clip-path: inset(27% 26% 34% 28% round 0px);
}

@media (max-width: 767px) {

}
