@font-face {
    font-family:PPEditorialNew-Regular;
    src: url(../../plugins/css/fonts/PPEditorialNew-Regular.woff2);
}

@font-face {
    font-family:PPEditorialNew-Ultralight;
    src: url(../../plugins/css/fonts/PPEditorialNew-Ultralight.woff2);
}

@font-face {
    font-family:Graphik-Regular;
    src: url(../../plugins/css/fonts/Graphik-Regular.woff2);
}


/*-----------------------------------
------------ GLOBAL ------------------
-------------------------------------*/

body {
    font-family: PPEditorialNew-Regular;
    background-color: #F2EFEA;
}

header {
    font-family: Graphik-Regular;
}


h1 {
    font-size: 100px;
    letter-spacing: 0;
    line-height: 120px;
}

h2 {
    font-size: 80px;
    letter-spacing: 0;
    line-height: 100px;
}

h3 {
    font-family: PPEditorialNew-Ultralight;
    font-size: 60px;
    font-weight: 200;
    letter-spacing: 0;
    line-height: 80px;
}

h4 {
    font-family: PPEditorialNew-Ultralight;
    font-size: 48px;
    font-weight: 200;
    letter-spacing: 0;
    line-height: 58px;
}

h5 {
    font-family: Graphik-Regular;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 46px;
}

h6 {
    font-family: Graphik-Regular;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
}

p {
    font-family: Graphik-Regular;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px
}

.h2-thin {
    font-family: PPEditorialNew-Ultralight;
    font-size: 90px;
    font-weight: 200;
    letter-spacing: 0;
    line-height: 100px;
}

.footer-button-up {
	display: none;
}

.border-hedeko-grey {
    border-color: #000000 !important;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

/* MARGIN TOP */
.mt-6 {
    margin-top: 5rem !important;
}

.mt-10 {
    margin-top: 10rem !important;
}

/* MARGIN START */
.ms-01 {
    margin-left: 0.1rem!important;
}


.my-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}

.wrapper-more {
	display:none;
}


/*-----------------------------------
------------ HEADER ------------------
-------------------------------------*/


.contxt {
    color: #000000;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 70px;
    text-decoration: none;
}

header a {
    color: #000000;
    font-family: Graphik-Regular;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
}
  
  
.send-email-msg {
	margin-top: 25px;
	font-size: 16px;
}	

.send-email-msg-error {
	margin-top: 25px;
	font-size: 16px;
}	


/*-----------------------------------
------------ HOMEPAGE ------------------
-------------------------------------*/

img {
    max-width: 100%;
}


.bi-play-circle {
	  position: absolute;
	  top: calc(50% - 50px);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	  left: 50%;
	  -ms-transform: translateX(-50%);
	  transform: translateX(-50%);
	  width:100px;
}
.big-text-wrapper {
    /*width: fit-content;*/
    width:100%;
	margin-left: auto;
    margin-right: auto;
    line-height: 0px;
    position: relative;
}

.big-text {
    font-size: 140px;
    line-height: 160px;
    cursor: pointer;
    z-index: 1;
}

.small-text {
    visibility: hidden;
    color: #FF8260;
    font-family: Graphik-Regular;
    font-size: 18px;
    letter-spacing: 0;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -10px;
}

.big-text:hover {
    color:#FF8260;
    z-index: 10;
}

.big-text:hover + span {
    visibility: visible;
}

.big-text-wrapper:hover  {
    z-index: 10;
}

.big-text-wrapper:hover + div {
    display: block;
}


.btn-show-more {
    cursor: pointer;
}

.img-wrapper {
    display: none;
    position: fixed;
    z-index: 2;
    left: calc(var(--mouse-x, 0) * 100% - 350px);
    top: calc(var(--mouse-y, 0) * 1px + 300px );
    height: 445px;
    width: 788px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img-wrapper img {
    z-index: 2;
}




#header-hamburger-btn {
    display: none;
	position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999;
    width: 0px;
}

body.hamburger-open {
    height: 100%;
    overflow: hidden;
}

#header-hamburger-btn span {
    display: block;
    height: 2px;
    background-color: black;
    width: 30px;
    margin: 8px 0;
    -webkit-transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
    -o-transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
    transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
}

#homepage #header-hamburger-btn span {
    background-color: #fff;
}


#header-hamburger-container {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 995;
    left: 0;
    top: 0;
    visibility: hidden;
}

#header-hamburger {
    position: fixed;
    right: 0;
	left: 0;
	bottom: 0;
	top: 0;
    background-color: #F2EFEA;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.14);
    transform: translateX(30%);
    -webkit-transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
    -o-transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
    transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
    opacity: 0;
    visibility: hidden;
	padding: 100px 25px;
}


body.hamburger-open #header-hamburger {
    transform: none;
    opacity: 1;
    visibility: visible;
}

body.hamburger-open #header-hamburger-btn span:nth-child(2) {
    opacity: 0;
    max-height: 0;
    margin: 6px;
}

body.hamburger-open #header-hamburger-btn span:nth-child(1) {
    transform: rotate(45deg) translateX(4px) translateY(4px);
	background-color: #000;
    margin: 5px;
}

body.hamburger-open #header-hamburger-btn span:nth-child(3) {
    transform: rotate(-45deg) translateX(1px) translateY(-2px);
	background-color:#000;
    margin: 5px;
}

body.hamburger-open #homepage #header-hamburger-btn span {
    background-color: #000;
}

#header-hamburger h5 {
	font-size:18px;
	line-height: 60px;
	text-align: center;
}
 
.orange-border-bottom {
    /*border-bottom: 5px solid #FF8260;*/
    background-image: url("../images/crta_hover.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    text-decoration: none;
}

.side-button-wrapper {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}

.side-button {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    border: 1px solid black;
    font-family: Graphik-Regular;
    position: relative;
}

.side-button div{
    position: absolute;
    top: 36px;
    left: 27px; 
}

/*-------------------------------------
------------ PRIVACIY POLICY ----------
-------------------------------------*/

.policy-title{
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28px;
}

.policy-smalltext  {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
}


/*-----------------------------------
------------ FOOTER ------------------
-------------------------------------*/

.footer-black {
    background-color: #000000;
    color:white;
}

.footer-text-big {
    line-height: 133px;
}

.footer-text-small {
    font-size: 14px;
}

.btn-hedeko {
    font-family: Graphik-Regular;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    height: 50px;
    border-radius: 25px;
    padding: 10px 20px 10px 20px;
}

input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0 !important;
    font-size: 21px !important;
    line-height: 1 !important;
    background-color: #000000;
    color: white;
    outline:none !important;

}

input:focus {
    outline:none !important;
}


/* ----------------------------------------
-------------- COKIES ----------------------
------------------------------------------- */

.cookie-consent {
    font-family: Graphik-Regular;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 76px;
    background: #000000;
    z-index: 120;
    cursor: pointer;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid white;
}

.allow-button {
    height: 20px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: green
}

@media (max-width: 768px) {
    .cookie-consent {
        height: 300px;
    }
}



@media (max-width: 767px) {

    .mt-10 {
        margin-top: 1rem !important;
    }

    .my-10 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    h1 {
        font-size: 48px;
        letter-spacing: 0;
        line-height: 60px;
    }

    h2 {
        font-size: 42px;
        letter-spacing: 0;
        line-height: 52px;
    }

    h3 {
        font-size: 36px;
        font-weight: 200;
        letter-spacing: 0;
        line-height: 46px;
    }

    h4 {
        font-size: 36px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 15px;
    }

    footer h6 {
        font-size: 14px;
    }

    .big-text {
        font-size: 48px;
        letter-spacing: 0;
        line-height: 52px;
    }

    .h2-thin {
        font-size: 36px;
        font-weight: 200;
        letter-spacing: 0;
        line-height: 46px;
    }

    .marquee.h2-thin {
        font-size: 42px;
    }

    p {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 24px;
    }

    .contxt {
        font-size: 32px;
    }

    img {
        width: 100%;
    }

    .branding {
        padding-top: 10px;
    }

    .btn-hedeko {
        margin-bottom: 40px;
        font-size: 12px;
    }

    input {
        width: 97% !important;
    }

    .big-text:hover {
        color:inherit;
    }
    
    .big-text:hover + span {
        visibility: hidden;
    }
    
    .big-text-wrapper:hover + div {
        display: none;
    }

    .btn-show-more {
        font-size: 16px;
    }

    .product-s-text {
        font-size: 14px;
    }

    .mt-6 {
        margin-top: 3rem !important;
    }

    .policy-title {
        font-size: 18px;
    }
  
    .cookies-table p {
        font-size: 10px;
    }

    
}

.h2special {
	font-size:60px
}


.image-container {
    position: relative;
    cursor: pointer;
}
.image-container .after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);



    color: #FFF;
    opacity: 0.6;
    font-size: 7rem;
}
.image-container:hover .after {
    color: black;
}



@media (max-width: 1326px) {
    #project-video iframe {
        height: 630px !important;
    }
}

@media (max-width: 1172px) {
    #project-video iframe {
        height: 528px !important;
    }
}

@media (max-width: 767px) {
    #project-video iframe {
        height: 291px !important;
    }
}

@media (max-width: 500px) {
    #project-video iframe {
        height: 276px !important;
    }
}

@media (max-width: 414px) {
    #project-video iframe {
        height: 220px !important;
    }
}

@media (max-height: 901px) and (min-width: 1000px) {
	
	h1 {
		font-size: 80px;
		letter-spacing: 0;
		line-height: 100px;
	}
	
	.side-button {
		height: 80px;
		width: 80px;
	}
	.side-button-wrapper {
	    padding-right: var(--bs-gutter-x,.75rem);
		padding-left: var(--bs-gutter-x,.75rem);
		
	}
}

@media (min-width: 1600px) {
	.side-button-wrapper {
		max-width: 1600px;
	}
}
.footer-links-container {
	position: relative;
}
.footer-links {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.footer-links h6 {
	line-height: 22px!important;
	text-align: right;
}

.footer-links a {
	text-decoration: none;
}

@media (max-width: 1280px) {
	.me-5 {
		margin-right:10px!important;
	}

}

@media (max-width: 1000px) {
	.footer-links-container {
		position: unset;
		margin-top:30px;
	}
	.footer-links {
		position: unset;
	}
	.footer-links h6 {
		text-align: left;
	}
	#header-hamburger-btn {
        display: block!important;
    }
	.header-menu {
		display:none;
	}
}

@media (max-width: 700px) {
	.footer-button-up-container {
		position: relative;
		margin-bottom: 40px;
	}
	
	.footer-button-up {
		display: block;
		position: absolute;
		width: 98%;
		text-align: right;
		padding-right: 50px;
		padding-bottom: 10px;
		top: 20px;
		left:0px;
	}
}
