:root {
	--main-bg-color: #000630;
	--secondary-bg-color: #070f47;
	--hover-bg-color: #0d1659;
	--min-vw: 320;
    --max-vw: 1920;
}


* {
	margin: 0;
	padding: 0;
}

a {
	color: white;
	text-decoration: none;
}

footer {
	background-color: black;
	padding: 25px 0;
	position: relative;
	font-size: 10px;
	text-align: center;
	width: 100%;
	z-index: 2;
}

html, body {
 	background-color: var(--main-bg-color);
 	color: white;
    height: 100%;
    font-family: 'Montserrat';
    margin: 0;
}	

nav a {
	padding: 0px 30px;
}

video.video_header {
 /* position: fixed;*/
 position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}

video.video_world {
    opacity: 0.5;
    position: relative;
    width: 75%;
    margin: 0 auto;
    top: 75px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.arrow_right {
	margin-top:100px;
	opacity: 0;
	transition: .3s;
}
.arrow_right:hover {
	opacity: .5!important;
}

.black_cover {
	background: rgb(0 0 0 / 25%);
	min-height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.circle_bg {
	position: absolute;
	width: 0%;
	height: 0%;
	top: 0;
	left: 0;
	background: var(--hover-bg-color);
	border-radius: 100%;
	transition: 1s;
	transform: translate(-50%,-50%);
}

.circle_cursor {
	background-color: #152ccf;
	font-size: 6px;
	border-radius: 100px;
	display: inline-grid;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
	z-index: 9;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    transition: 0.02s;
}

.contact_section {
	background-color: var(--main-bg-color);
	margin-top: -150px;
	max-height: 1000px;
	overflow: hidden;
	position: relative;
	min-height: 300px;
	z-index: 2;
}

.contact_text {
	font-size:22px;
	left: 9%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.contact_title {
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 100px;
}

.fadeLetter {
	opacity: 1;

	animation: fadeLetter;
	animation-duration: 0.3s;
}

.link_contacto {
	font-weight: 200;
	text-decoration-thickness: 1px;
	text-decoration: underline;
}

.link_web {
	opacity: 0;
	width: 28px;
	font-size: 10px;
	text-align: center;
}

.logoBox {
	position: relative;
	/*margin: 0 90px;*/
	/*width: 120px;*/
}

.logos_bar {
	align-content: center;
	align-items: center;
	background-color: var(--secondary-bg-color);
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	justify-items: center;
	margin: 50px auto;
	padding: 90px 200px;
	width: calc(90% - 400px);
}

.logos_bar img {
	margin: 0 auto;
	opacity: 0.7;
	transition: 0.5s;
	/*width: 100px!important;*/
}

.logos_bar img:hover {
	opacity: 1;
}

.logos_section {
	background-color: var(--main-bg-color);
	padding: 200px 0px 200px 0px;
	position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;

    background: rgb(0,6,48);
	background: linear-gradient(180deg, rgba(0,6,48,1) 0%, rgba(0,6,48,1) 95%, rgba(255,255,255,0) 100%);
}

.main_arrow {
	width: 100%;
	display: flex;
	justify-content: center;
	bottom: 30px;
	cursor: pointer;
	position: absolute; 
	z-index: 2;

	animation: shakeY;
	animation-duration: 4s;
	animation-iteration-count:  infinite;
}

.main_logo {
	position: absolute;
	top: 44px;
	z-index: 2;
	width: 100%;
	display: flex;
	justify-content: center;
}

.main_section {
	/*background-image: url(../img/header.png);*/
    align-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: inline-grid;
    justify-content: center;
    justify-items: center;
    height: 100%;
    width: 100%;
    
    box-shadow: inset 0px 100px 100px #000;
    -moz-box-shadow: inset 0px 100px 100px #000;
    -webkit-box-shadow: inset 0px 100px 100px #000;
}

.main_text {
	position: relative;
	z-index: 2;
}

.main_text_bottom {
	font-size: 50px;
	font-weight: 700;
	left: 375px;
	position: relative;
	top: -25px;
}

.main_text_center {
	font-size: 130px; 
	font-weight: 700;
}

.main_text_top {
	font-size: 50px;
	font-weight: 700;
	left: 65px;
	position: absolute;
	top: -10px;
}

.media_item {
	padding: 10%;
	width: 50%;
}

.media_item #nautical_item, .media_item #horse_item{
	padding: 10%;
	position: relative;
	text-align: center;
	overflow: hidden;
}

/*.media_item div:hover{
	background-color: var(--hover-bg-color);
}*/

.media_logo {
	margin-bottom: 50px;
	width: 230px;
	z-index: 1;
	position: relative;
}

.media_section, .network_section {
    align-content: center;
    align-items: flex-start;
    background-color: var(--main-bg-color);
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.media_text {
	line-height: 30px;
	font-size: 15px;
	z-index: 1;
	position: relative;
}

.network_item{
	line-height: 30px;
	margin: 150px auto;
	min-height: 450px;
    padding: 60px 5%;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: calc(100%/2);
}

.network_title, .network_text {
	position: relative;

	z-index: 1;
}


/*.network_item:hover {
	background-color: var(--hover-bg-color);
}*/

.paragraph1 {
	margin-bottom: 50px;
	font-size: 18px;
}

.paragraph2 {
	font-weight: 200;
	margin-bottom: 25px;
}

.paragraph3 {
	margin-bottom: 80px;
}

.second_section {
	background-color: var(--secondary-bg-color);
    align-content: stretch;
    align-items: flex-start;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    position: relative;
    z-index: 2;
}

.second_item {
	cursor: pointer;
	min-height: 500px;
	padding: 10% 15% 10% 10%;
	position: relative;
	overflow: hidden;
	width: 50%;
}

/*.second_item:hover {
	background-color: var(--hover-bg-color);
	cursor: pointer;
}*/

.second_item h2 {
	font-size: 48px;
    font-weight: 600;
    letter-spacing: 2px;
}

.second_item p {
	line-height: 35px;
}

.second_text {
	position: relative;
	z-index: 1;
}

.somos_item {
	font-size: 26px;
	line-height: 30px;
	max-width: 656px;
}
.somos_item p{
	line-height: 1.5em;
}

.somos_logo {
	margin-top: 52px;
	position: relative;
	opacity: 0;
}
.somos_logo img {
	margin: 10px 0;
	width: 210px;
}

.somos_section {
	background-color: var(--secondary-bg-color);
    align-content: center;
    align-items: stretch;
    display: inline-grid;
    justify-content: center;
    justify-items: center;
    padding: 200px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.somos_section h2 {
	font-size: 48px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom:  50px;
}

.squirrelmedia_logo {
	opacity: 0.7;
	transition: 0.5s;
}

.squirrelmedia_logo:hover {
	opacity: 1;
}

.squirrelmedia_logo:hover~.squirrelmedia_text{
    opacity: 1;
    bottom: -50px;

    transition: 1s;
}

.squirrelmedia_text {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
	letter-spacing: 2px;
	font-size: 12px;
}

.text_hover {
	bottom: -60px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.5s;
	opacity: 0;
	width: 205px;
}

.logoBox:hover .text_hover{
    opacity: 1;
    bottom: -40px;

    
}


@keyframes shakeY
{
	0%,50%,to {
		-webkit-transform:translateZ(0);
		transform:translateZ(0)
	}
	55%,75%,95% {
		-webkit-transform:translate3d(0,-10px,0);
		transform:translate3d(0,-10px,0)
	}
	65%,85% {
		-webkit-transform:translate3d(0,10px,0);
		transform:translate3d(0,10px,0)
	}
}

@keyframes shakeX
{
	0%,50%,to {
		-webkit-transform:translateZ(0);
		transform:translateZ(0)
	}
	55%,65%,75% {
		-webkit-transform:translate3d(0px,0,0);
		transform:translate3d(0px,0,0)
	}
	60%,70% {
		-webkit-transform:translate3d(10px,0,0);
		transform:translate3d(10px,0,0)
	}
}

@keyframes fadeLetter
{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}




.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel .caption {
  text-align: center;
}
.main_h1 {
	font-size: 80px;
	text-align: center;
}
.sec_extra{
	width: 900px;
	max-width: 80%;
    margin: 8em auto;
}
.sec_extra ul{
	padding-left: 15px!important;
}
.sec_extra ul, .sec_extra p{
	margin-bottom: 1em;
}
.sec_extra h2{
	margin: 3em 0 1em;
	font-size: 1em;
}
.sec_extra h3{
	margin: 2em 0 1em;
	font-size: 1em;
}
.sec_extra *{
	line-height: 1.5em;
}
.sec_extra strong{
	margin-top: 2em;
}
.img_logo {
	width: 140px;
	height: 51px;
}

/* SCROLL general */

body::-webkit-scrollbar, html::-webkit-scrollbar {
    display: none;
  }
  .dropdown-content option:not(:last-child) {
    margin-bottom: 1rem;
  }

  /* Tamaño del scroll */
  .scroll::-webkit-scrollbar, 
  .scroll2::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  /* Estilos barra (thumb) de scroll */
  .scroll::-webkit-scrollbar-thumb {
    width: 6px;
    background: var(--color-white03);
  }
  
  /* Estilos track de scroll */
  .scroll::-webkit-scrollbar-track{
    background: var(--color-white06);
  }
  
  
  /* SCROLL para FIREFOX */
  
  .scroll, html{
    overflow: auto;
    /* Dos colores:   Barra  Fondo */
    scrollbar-color: var(--color-black) var(--color-gris4);
    /* Ancho fino */
    scrollbar-width: thin;
  }
 


@media only screen and (max-width: 1000px) {
	.circle_cursor {
		display: none!important;
	}

	.main_text_center {
		font-size: 14vw;
  	}
  	.main_text_bottom {
  		font-size: 5vw;
  		top: -2vh;
  		left: 42vw;
  	}
  	.main_text_top {
  		font-size: 5vw;
  		left: 8vw;
  	}
  	.main_logo {
		top: 35px;

	}

  	.second_section {
  		flex-direction: column;
  	}
  	.second_item {
  		width: auto;
  	}

  	.logos_bar {
		padding: 45px 100px;
    	width: calc(90% - 200px);
  	}
  	.logos_section {
  		padding: 100px 0px 100px 0px;
  	}
  	.media_section, .network_section {
  		flex-direction: column;
  	}
  	.media_item, .network_item {
  		width: fit-content;
  	}

  	.contact_title {
  		font-size: 35px;
  		margin-bottom: 50px;
  	}
  	.contact_text {
  		font-size: 15px;
  	}
  	video.video_world{
  		width: 100%;
  	}
	.main_h1 {
		font-size: calc(40px + (80 - 40) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
	}
	.network_text {
		font-size: calc(13px + (16 - 13) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
	}
}
@media only screen and (max-width: 800px) {
	.arrow_right {
		width: 50px;
		margin-top: 50px!important;
	}
	.contact_section{
		margin-top: -45px;
	}
	.contact_text {
		text-align: center;
    	width: 100%;
    	left: 0;
    	top: 0;
    	transform: none;
	}

	.contact_title {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.paragraph1 {
	    margin-bottom: 15px;
	}

	.somos_item {
		font-size: 20px;
		width: 80%;
	}
	.network_item {
		margin: 70px auto;
	}

}

@media only screen and (max-width: 500px) {
	.logos_bar {
		padding: 22px 50px;
    	width: calc(90% - 100px);
  	}

  	footer {
  		text-align: left;
  	}

  	nav	{
  		display: inline-flex;
  		flex-direction: column;
  	}
  	nav a {
  		margin:  10px 0;
  	}

  	video.video_world {
  		top: 0;
  		width: 150%;
  	}
  	.contact_text {
		top: 50%;
    	transform: translateY(-50%);
  	}

}