/*808080*/
/* 1220px */



html {
	-webkit-text-size-adjust: 100%;
	
}

* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-overflow-scrolling: touch !important;
   overflow: visible !important;
}

body {
   background: #808080;
   /* color: white; */
   font-family: 'Verdana';
}

.clearfix:after {
  content: " "; /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}


a {
   color: #23678b;
}
input[type='submit'] {
   background: #23678b;
   color: white;
   border: 1px solid #164158;
   padding: 5px 11px;
}
textarea {
   width: 500px;
   
}
.onlydesk {
   /* display: block;*/
	height: 100%;
}
.onlymobile {
   /* display: none;*/
}
.tsmall {
   height: 60px;
}
.tlarge {
   height: 100px;
}
.table {
   width: 400px;
}
.table,
.table td {
   border: 1px solid #efefef;
   border-collapse: collapse;
}
.table td {
   padding: 4px;
}
.table thead td,
.table tfoot td {
   font-weight: bold;
}

.wrap {
   width: 70%;
   max-width: 900px;
   margin: 30px auto;
}
.icons {
	margin: 50px;
}
.icon {
   width: 36%;
   margin-left: 7%;
   margin-right: 7%;
   float: left;
   overflow: visible;
   position: relative;
   height: 130px;
   /*overflow: hidden !important;
   position: relative;*/
   position: relative;
   height: 130px;
   overflow: hidden !important;
}
.icon:first-child {
   /*margin-left: 0;
   margin-right: 0;*/
}
.icon:last-child {
   /*margin-left: 0;
   margin-right: 0;*/
}

.logo {
   height: 130px;
   /*position: fixed;*/
   overflow: visible;
   background-repeat: no-repeat;
   background-position: left center;
   position: absolute;
   top: 0;
   left: 0;
   transition: .4s all;
   z-index: 3;
   max-width: 100%;
   
   -webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
transform: translateZ(0);
   
}
.logo a {
   display: block;
   line-height: 130px;
   vertical-align: middle;
   width: 100%;
   height: 100%;
   overflow: visible;
   background-size: contain;
   background-repeat: no-repeat;
   max-width: 100%;
   
   -webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
transform: translateZ(0);
}

.logo a img {
   max-width: 100%;
   display: none;
}

a {
   color: white;
   text-decoration: none;
}

.logo_chuchie {
	background-image: url('chuchie_logo.png');
	width: 223px !important;
	height: 119px !important;
}

.logo_inthesea {
	background-image: url('inthesea_logo.png');
	width: 272px !important;
	height: 39px !important;
}

.logo_inthesea_e {
	padding-top: 46px;
	
}

.logo_tot {
	background-image: url('tot_logo.png');
	width: 206px !important;
   height: 57px !important;
}

.logo_tot_e {
	padding-top: 35px;
}

.logo_crewup {
	background-image: url('crw.png');
	width: 220px !important;
	height: 57px !important;
}

.logo_crewup_e {
	padding-top: 35px;
}

.desc {
   font-size: 10px;
   font-weight: bold;
   margin-top: 5px;
   overflow: hidden !important;
   /*position: relative;*/
   /*border-bottom: 2px solid rgba(255,255,255,0.6);*/
   
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 130px;
   
}

.descwrap {
   /* position: absolute;
	bottom: -150px;*/
   transform: translate(0,100%);
   transition: all .4s;
   background: rgba(0,0,0,0.4);
   height: 100%;
   padding: 7px;
   position: relative;
}

.descwrap_logo {
	position: absolute;
	top: 7px;
	left: 7px;
	display: none;
	
	
}

.descwrap_logo a {
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	
}

.descwrap_logo img {
	display: none;
}

.descwrap_cont {
   /* position: absolute;
	bottom: 7px;
	left: 7px;*/
	
}

.icon_hovered .descwrap {
	transform:translate(0,0);
}
.icon_hovered .logo {
   transform: translate(0,-100%);
}
.desc h3 {
   font-size: inherit;
   padding: 0;
   margin: 0;
   margin-bottom: 15px;
}

.single_icon {
   float: none;
   margin: 210px auto 0 auto !important;
   position: relative;
   padding-top: 0;
   width: 470px;
}

.single_icon .logo {
   /*position: absolute;
   top: 7px;
   left: 0;
   height: auto;*/
   float: left;
   width: 130px;
   height: 80px;
}

.single_icon .logo a {
   line-height: 70px;
}

.single_icon .desc {
   margin-left: 49px;
   width: 290px;
   
}

#tot {
	   display: none;
   }
   
   .totflash {
	   display: inline;
   }
   
#copyright {
   text-align: center;
   margin: 20px;
}

.tb_tb {
   display: table; width: 100%; height: 100%;
}

.tb_row {
   display: table-row; width: 100%; height: 100%; vertical-align: middle;
}

.tb_cell {
   display: table-cell; width: 100%; height: 100%; vertical-align: middle;
}

body,
html {
   height: 100%;
   overflow-x: hidden;
   padding: 0;
   margin: 0;

}

.overlay-container {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.7); /* Fondo semitransparente */
   z-index: 999; /* Ajusta el valor de z-index según sea necesario para superponer otros elementos */
   display: flex;
   align-items: center;
   justify-content: center;
}

.overlay-text {
   color: #fff;
   font-size: 10px;
   font-weight: bold;
   text-align: center;
   padding: 1em;
}

.close-icon {
   position: absolute;
   top: 21vw;
   right: 36.5vw;
   font-size: 24px;
   cursor: pointer;
}


.bg {
   position: fixed;
   top: 110%;
   left: 0;
   width: 100%;
   height: 100%;
   transition: top .6s;
   z-index: -1;
   background-size: cover;
}

/*
#bg1  {
   background-image: url('1.jpg');
}

#bg2  {
   background-image: url('2.jpg');
}

#bg3 {
   background-image: url('3.jpg');
}

#bg4 {
   background-image: url('4.jpg');
}

*/

.intro-containter {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 20%;
   height: 50%;
   margin-right: 40px;
   background-color: aqua;
}

.intro-text {
   display: flex;
   justify-content: center;
   align-items: center;
   color: #efefef;
}

h1 {
   font-family: 'montserrat';
   font-size: 25px;
   display: flex;
   justify-content: center;
   align-items: center;
   text-shadow: #808080 0px 0px 10px;
}

h1 .wrap {
   text-align: center;
}

.bg1 #bg1 {
   top: 0;
}

.bg2  #bg2 {
   top: 0;
}

.bg3 #bg3 {
   top: 0;
}

.bg4 #bg4 {
   top: 0;
}

.cbg {
   /* background-image: url('_2.jpg');*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	background-size: cover;
}

@media screen and ( min-width : 420px) and ( max-width : 1024px) {
	
	.logo a {
		 margin: 0 auto;
	}
		
	
}

@media screen and (min-width : 1025px) {
	
	.icons {
		 margin: 90px;
	}
	
	.wrap {
		 width: 80%;
		 max-width: 1100px;
	}
	
	.logo_crewup_e,
	.logo_inthesea_e {
		 left: auto;
		 right: 0;
	 }
	
}

@media screen and ( min-width : 781px ) and ( max-width : 1024px) {


	
	.desc_tot {
		 /*margin-top: -7px;*/
	}
	
	.desc_its {
	   /*  margin-top: -7px;*/
	}
	
}

@media screen and ( min-width : 571px) and ( max-width :780px ) {

	
	.desc_tot {
		 
	  /*  margin-top: -18px;*/

	}
	
	.desc_its {
	   /*  margin-top: -20px;*/
	}
	
}

@media screen and ( min-width : 420px) and ( max-width : 570px) {


   .desc_its {
		/* margin-top: -31px;*/
   }
	
   .desc_tot {
	   /*  margin-top: -20px;*/
   }
}
	

@media screen and (max-width : 1024px) {
   
   .wrap {
	   width: 99%;
	   max-width: none;
   }
   
   
   
   .subscribe {
	   width: 60%;
	   font-size: 95%;
   }
   
   .image {
	   width: 40%;
   }
   
   #tot {
	   display: inline;
   }
   
   .totflash {
	   display: none;
   }
   
}

@media screen and ( max-width : 1024px) {
	.descwrap {
	transform:translate(0,0) !important;
	/*height: auto !important;*/
		 /*translate:transform(0,0) ;*/
		 height: 110px !important;
	}
	
	.icon {
		 height: auto;
		 width: 44%;
		  margin-left: 3%;
		  margin-right: 3%;
	}
	
	.icon .logo {
		 position: static;
	}
	
	.icon .desc {
		 position: static;
		 height: auto;
		 
		 height: 110px;
	}
	
	.descwrap_logo {
		 display: none;
	}
	
	.descwrap_cont {
		 position: static;
	}
	
	.icon_hovered .logo {
		 transform: translate(0,0);
	 }
	 
	 .bg {
		 display: none !important;
	 }
}



@media screen and ( max-width : 745px ) {
   .close-icon {
	   position: absolute;
	   top: 85vw;
	   right: 4.0vw;
	   font-size: 24px;
	   cursor: pointer;
   }
	.wrap {
		 margin-top:0px;
	}
	
	.icons {
		 margin-left: 20px;
		 margin-right: 20px;
		 margin-top: 20px;
		 margin-bottom: 20px;
	}
}

@media screen and ( max-width : 569px ) {

	 .descwrap {
		 height: 120px !important;
	 }
	 
	 .icon .desc {
		 height: 120px !important;
	 }
	 
	 .logo_crewup_e {
		 padding-top: 15px;
	 }
	 
	 .logo_tot_e {
		 padding-top: 15px;
	 }
}

@media screen and (max-width:425px) {
	
	.logo_inthesea_e {
   padding-top: 20px;
}
   
   .icons {
	margin: 0 !important;
   }
   .icon {
	   float: none;
	   width: 44%;
	   margin: 50px auto !important;
	   
   }
   
   .icon:first-child {
	   margin-top: 20px;
	   margin-left: auto !important;
	   margin-right: auto !important;
   }
   
   .icon:last-child {
	   margin-left: auto !important;
	   margin-right: auto !important;
   }
   
   .logo_single .ibg-bg {
	   max-width: 300px !important;
   }
   
   .email {
	   width: 160px;
   }
   
   .coming_soon img {
	   height: 88px;
   }
   
   /*.onlydesk {
		 display: none !important;
	}
	.onlymobile {
	   display: block !important;
	}*/
   
   .wrap {
	margin-top: -30px;
   }
   
   .onlydesk {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: scroll !important;
	
   }
   body {
	width: 100%;
	height: 100%;
	overflow: hidden;
   }
   
   
   
}

@media screen and (max-width:425px) {
   
   .icon {
	   width: 90%;
   }
   
   .mobile_image {
	   display: block;
   }
   
   .image {
	   display: none;
   }
   
   .subscribe {
	   float: none;
	   width: 100%;
	   padding-left: 5px;
	   padding-right: 5px;
   }
   
   .sb_line2 {
	   text-align: justify;
   }
   
   .desc {
	border: none !important;
   }
   
   
   
}

@media screen and ( max-width : 570px ) and ( max-height : 320px ) {
	.icons {
		 margin-left: 0;
		 margin-right: 0;
	}
}

@media screen and (max-width : 458px) {
   
   .email {
	   width: 100%;
	   display: block;
   }
   
   .subscribe_btn  {
	   width: 100%;
	   display: block;
	   margin-top: 7px;
	   margin-bottom: 7px;
	   margin-left: 0;
   }
   
}





