@font-face {
	font-family: 'CourierPrimeBold';
	src: url('../fonts/CourierPrime-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'CourierPrime';
	src: url('../fonts/CourierPrime-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Overpass';
	src: url('../fonts/Overpass-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


h1, h2, h3, h4, h5, h6,
div.section.writeus > .toggle-button {
    font-family: 'CourierPrimeBold', Arial, sans-serif;
    line-height: 1;
}
.primary-font {
    font-family: 'CourierPrime', Arial, sans-serif;
    line-height: 1;
}
body,
div.section.intro h2.title,
div.section.intro p.description,
div.section.newsletter legend,
#contact_form .wrap .form h3 {
    font-family: 'Overpass', Arial, sans-serif;
    line-height: 1;
    color: #3c3c3c;
}

#bg-loading {
    background-image: none;
    background-color: white;
}
#bg-loading .loader {
    background-image: url(../img/logo-pirueta-2023-cuadrado.png);
	background-position: center;
	width: 100%;
    height: 100%;
	top: 0;
}
#bg-overlay {
    background-image: none;
    /* background-color: rgba(0,0,0,0.9); */
    background-color: white;
}
div#header {
    background-color: white;
}

#main div.section.countdown {
    cursor: url('../img/cursor-2021.png'), pointer;
    height: calc(100vh - 130px);
    margin-top: 0;
}
div.section.countdown .scrolldown {
    background-image: url('../img/cursor-2021.png');
}

#main #widgets div.section {
    color: #3c3c3c;
}
#widgets.opened > span.close,
#contact_form .wrap > span.close {
	background: url(../img/close-widgets-black.png) no-repeat;
    width: 18px;
    height: 22px;
}
#contact_form .wrap > span.close {
    right: 0px;
}

#bg-video {
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#bg-video iframe {
	width: 177.77777778vh;
	height: 56.25vw;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
div#logo {
    padding-top: 10px;
    width: 100%;
    height: 100%;
}
div#logo img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}
div#logo img.desktop {
	display: none;
}
div#logo img.mobile {
    height: 80px;
}

h1.title,
h2.title {
    font-size: 32px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
}

div.section.intro p.description {
    font-size: 16px;
}
div.section.newsletter fieldset {
    border-color: #3c3c3c;
    color: #3c3c3c;
}
div.section.newsletter legend {
    line-height: 1;
}
div.section.newsletter .contact {
    text-align: center;
}
div.section.newsletter .contact a {
    font-size: 20px;
    font-weight: lighter;
    font-family: 'CourierPrimeBold';
    text-decoration: none;
}
div.section.writeus > .toggle-button {
    text-transform: uppercase;
    /* background-color: #3c3c3c;
    color: white; */
    font-size: 24px;
    width: 300px;
}

/* Contacto - Clientes */
#contact_form .wrap .form {
    width: 100%;
}
#contact_form .wrap .form h3 {
    font-size: 32px;
    text-transform: none;
    margin-bottom: 50px;
}
.clients img {
	width: 90%;
    margin: 0 auto;
}
.slick-prev:before, .slick-next:before {
    font-size: 28px;
    color: black;
}
.slick-initialized .slick-slide {
    min-height: 139px;
}

.politicas {
    margin: 0% 15% 5%;
    font-size: 16px;
}

::marker {
    font-weight: bold;
}

li {
    padding-bottom: 20px;
    line-height: 25.6px;
}

@media only screen and (min-width: 569px) {
	div#header {
		background: transparent;
		background-image: none;
	}
	/* div#logo.visible {
		width: 98%;
		text-align: right;
	} */
	div#logo img.mobile {
		display: none;
	}
	div#logo img.desktop {
		display: inline-block;
		/* width: auto;
		height: 85px; */
	}
}
@media only screen and (max-width: 568px) {
	#bg-video {
		height: 270px;
		top: 100px;
		bottom: unset;
	}

	h1.title,
	h2.title {
	    font-size: 25px;
	    letter-spacing: 0.1em;
	}
    #main #widgets div.section {
        width: 90%;
    }
    #main div.section.countdown {
        height: 290px;
    }
    div.section.intro p.description {
        text-align: center;
    }
    div.section.writeus {
        position: relative !important;
    }
    #contact_form {
        display: block !important;
        height: auto;
    }
    div.section.writeus > .toggle-button,
    #contact_form .wrap > span.close {
        display: none;
    }
    #contact_form .wrap .form h3 {
        font-size: 24px;
    }
	div.section.clients > div {
        height: 150px;
    }
    
}
@media only screen and (max-width: 480px) {
    #widgets {
        background-color: white;
    }
    #main #widgets div.section {
        text-align: center;
    }
}