@charset "UTF-8";
@font-face {
    font-family: 'TT Hoves Pro Trial';
    src: url('TTHovesProTrial-Bd.woff2') format('woff2'),
        url('TTHovesProTrial-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Hoves Pro Trial';
    src: url('TTHovesProTrial-Rg.woff2') format('woff2'),
        url('TTHovesProTrial-Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sauce One';
    src: url('OpenSauceOne-Bold.woff2') format('woff2'),
        url('OpenSauceOne-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sauce One';
    src: url('OpenSauceOne-BoldItalic.woff2') format('woff2'),
        url('OpenSauceOne-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sauce One';
    src: url('OpenSauceOne-Regular.woff2') format('woff2'),
        url('OpenSauceOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'TT Hoves Pro Trial';
	font-weight: normal;
}
body{
	width: 100vw;
	height: 100vh;
	height: 100svh;
	background: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #ff7f28;
	color: #FFFFFF;
	display: flex;
    align-items: center;
    justify-content: center;
}
.general{
	width: 100vw;
	height: 100vh;
	height: 100svh;
	overflow: hidden;
}
a{
	color: #FFFFFF;
	text-decoration: none;
}
.img-fluid{
	max-width: 100%;
	width: 100%;
	height: auto;
}
.container {
    width: 90%;
	height: 100vh;
    height: 100svh;
	padding:0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info {
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
	letter-spacing: -.08rem;
}
.wrapperContacto {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    width: max-content;
    min-width: auto;
    gap: 24px;
}
.col-links {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}
.logo {
    width: 200px;
    margin: 80px 0 0;
	position: absolute;
    left: 0;
    bottom: 16%;
}
.rowPrincipal {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 10%;
}
h1{
	font-family: 'Open Sauce One'; 
	font-size: 70px;
	line-height: 1em;
	font-weight: normal;
}
h1 span {
	font-family: 'Open Sauce One';
    font-size: 102px;
    display: inline-flex;
    line-height: .96em;
    align-items: flex-end;
	font-weight: normal;
}
h1 span strong{
	font-family: 'Open Sauce One';
	font-weight: bold;
}
h1 span strong em{
	font-family: 'Open Sauce One';
	font-weight: bold;
	font-style: italic;
}
h2 {
    font-size: 20px;
	font-weight: normal;
    text-align: right;
    margin: 0 0 100px;
	position: absolute;
    right: 0;
    top: 10%;
}
.primeroContacto {
    margin: 0 0 5px;
}
h3{
	font-weight: bold;
	margin: 0 0 5px;
	text-align: left;
	font-size: 24px;
}
p {
	font-weight: normal;
	margin-top: 0;
	font-size: 24px;
	line-height: 1.2em;
    margin-bottom: 1rem;
}
p.destacado {
	font-weight: normal;
	font-size: 20px;
    margin-bottom: 3.2rem;
}
.flecha {
    width: auto;
    height: 80px;
    margin: 0 18px .4rem;
}
a.link {
	margin: 0;
	padding: 0;
    color: #FFFFFF;
    text-decoration: none;
	font-size: 24px;
	line-height: 1em;
	font-weight: normal;
}
a.link-red {
	margin: 0;
	padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
	font-size: 24px;
	line-height: 1em;
	font-weight: normal;
}
.icon {
    display: inline-block;
    width: 24px;
    height: auto;
    margin: 2px 0;
}
.item01 {
    position: absolute;
    width: 13%;
    inset: -3% auto auto 36%;
}
.item02 {
    position: absolute;
    width: 12%;
    inset: 62% -1% auto auto;
}
.item03 {
    position: absolute;
    width: 15%;
    inset: auto auto -4% 43%;
}

/*ANIMACION*/
.item01 {
  animation: flotar1 6s ease-in-out infinite;
}
.item02 {
  animation: rotar2 8s linear infinite;
}
.item03 {
  animation: flotar3 10s ease-in-out infinite;
}

@keyframes flotar1 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-14%);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes flotar3 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(24%);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rotar2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


@media only screen and (max-width: 1280px) {
	body{
		background: url("../img/bg-m.jpg");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}
	h1 {
		font-size: 54px;
	}
	h1 span {
    	font-size: 70px;
	}
	.flecha {
		height: 56px;
		margin: 0 12px .4rem;
	}
	.logo {
		width: 180px;
	}
	.item02 {
		inset: 66% -1% auto auto;
	}
	p {
		font-size: 20px;
	}
	p.destacado {
		font-size: 16px;
	}
	h2 {
		font-size: 16px;
	}
	a.link {
		font-size: 20px;
	}
	a.link-red {
		font-size: 20px;
	}
	h3 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
	.item01 {
		width: 20vw;
		inset: -2vw auto auto 23vw;
	}
	.item02 {
        inset: 67vh -1.4vw auto auto;
        width: 20vw;
    }
	.item03 {
		width: 26vw;
		inset: auto auto -4vw 47vw;
	}
}
@media only screen and (max-width: 992px) and (orientation: portrait) {
	.info {
		margin: 0 0 60px;
	}
	.item01 {
        width: 20vw;
        inset: -2vw 13vw auto auto;
    }
	.item02 {
        inset: 68vh -1.4vw auto auto;
        width: 20vw;
    }
	.item03 {
		width: 26vw;
		inset: auto auto -4vw 48vw;
	}
	h2 {
		text-align: left;
		right: auto;
		left: 0;
		margin-left: .75rem;
	}
}
@media only screen and (max-width: 580px) {
    h1 {
        font-size: 40px;
    }
	h1 span {
        font-size: 55px;
    }
	h2 {
        margin: 0 0 60px;
        top: 5%;
    }
	.flecha {
        height: 44px;
        margin: 0 10px 0.3rem;
    }
	.item02 {
        inset: auto -2vw 30vh auto;  
    }
	.logo {
        width: 160px;
		margin: 40px 0 0;
		bottom: 10%;
	}
	.info, .col-contacto {
        padding: 0;
        margin: 0 0 5vh;
    }
	.wrapperContacto {
		gap: 6px;
	}
	p.destacado {
		margin-bottom: 5vh;
	}
	h3 {
        font-size: 16px;
    }
	a.link {
        font-size: 16px;
    }
	a.link-red {
        font-size: 16px;
    }
	.primeroContacto {
		margin: 0;
	}
}
@media only screen and (max-width: 440px) {
	.item02 {
        inset: auto -2vw 20vh auto;
    }
}
@media only screen and (max-width: 419px) {
	.wrapperContacto {
		display: flex;
		align-items: start;
		flex-direction: column;
		min-width: 100%;
		align-content: flex-start;
		gap: 1rem;
		width: 100%;
	}
	.col-links {
		display: flex;
		flex-direction: column;
		align-content: flex-start;
		justify-content: center;
		width: 100%;
	}
	.item02 {
		width: 24vw;
        inset: auto -4vw 20vh auto;
    }
}
@media only screen and (max-width: 375px) {
	.logo {
		bottom: 10%;
	}
	.rowPrincipal {
		padding-bottom: 5%;
	} 
	p {
		font-size: 18px;
	}
	p.destacado {
		font-size: 14px;
	}
	h1 {
        font-size: 36px;
    }
	h1 span {
        font-size: 48px;
    }
	.flecha {
        height: 37px;
        margin: 0 9px 0.26rem;
    }
	h2 {
		top: 5%;
		font-size: 14px;
	}
	.logo {
        width: 150px;
    }
	.item03 {
        width: 22vw;
        inset: auto auto -4vw 43vw;
    }
	.item02 {
        inset: auto -4vw 20vh auto;
    }
}
@media only screen and (max-width: 980px) and (orientation: landscape) {
	.rowPrincipal {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		width: 100%;
		padding-bottom: 10%;
		flex-direction: row;
		justify-content: space-between;
	}
	.info {
		width: 50%;
	}
	.col-contacto {
		 width: 50%;
	}
	.logo {
		bottom: 10%;
	}
	.rowPrincipal {
		padding-bottom: 5%;
	} 
	p {
		font-size: 18px;
		margin-bottom: .5rem;
	}
	p.destacado {
		font-size: 14px;
		margin-bottom: 1rem;
	}
	h1 {
        font-size: 36px;
    }
	h1 span {
        font-size: 48px;
    }
	.flecha {
        height: 37px;
        margin: 0 9px 0.26rem;
    }
	h2 {
		top: 5%;
		font-size: 14px;
	}
	.logo {
        width: 150px;
    }
	.item01 {
		width: 11%;
        inset: -4vw 12vw auto auto;
	}
	.item02 {
		width: 9.2%;
        inset: 68% -1.5% auto auto;
    }
	.item03 {
    	width: 12%;
		inset: auto auto -4% 53%;
	}
	.info, .col-contacto {
        padding: 0;
    }
	.info, .col-contacto {
        padding: 0;
    }
	p br {
		display: none;
	}
}
@media only screen and (max-width: 740px) and (orientation: landscape) {
	.container {
		width: 100%;
		height: 100vh;
		height: 100svh;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		margin:  0 auto;
		min-width: 90%;
	}
	p {
		font-size: 16px;
		margin-bottom: .5rem;
	}
	p.destacado {
		font-size: 13px;
		margin-bottom: 1.5rem;
	}
	h1 {
        font-size: 32px;
    }
	h1 span {
        font-size: 44px;
    }
	.flecha {
        height: 33px;
        margin: 0 9px 0.26rem;
    }
	h2 {
		top: 5%;
		font-size: 13px;
	}
	a.link {
		font-size: 16px;
	}
	a.link-red {
		font-size: 16px;
	}
	h3 {
		font-size: 16px;
	}
	.wrapperContacto {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		min-width: 100%;
		align-content: flex-start;
		gap: .5rem;
	}
	.col-5.col-links {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		gap: 12px;
	}
	.col-links {
		width: 100%;
	}
    .info, .col-contacto {
        padding: 0;
    }
	.item02 {
        width: 12%;
    }
}