* {
	padding: 0;
	margin: 0;
	outline: 0;
	box-sizing: border-box;
  }
  html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
  }
  #zoom {
	transform-origin: 0, 0;
	transform: scale(1) translate(auto, auto);
	cursor: grab;
  }
  
  .zoom_outer {
	max-width: 100%;
	max-height: 100%;
  }
  
  div #zoom > img {
	height: auto;
  }
	  /* Estilos para el contenedor de carga */
  .loader-container {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  display: flex;
	  justify-content: right;
	  align-items: right;
	  z-index: 9999;
	  background: url(/zonaportuaria/images/mar.png) top center no-repeat;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: center;
  }
  
  /* Estilos para la segunda imagen */
  .loader-container img:nth-child(2) {
	  position: absolute;
	  top: 0;
	  left: 0;
  }
  /* Estilos para el botón */
  #loadContentButton {
	  position: fixed; /* Cambiar a 'fixed' para que el botón se mantenga en su lugar al desplazarse */
	  z-index: 10000; /* Asegura que el botón esté por encima de otros elementos */
	  bottom: 20px; /* Ajusta la posición verticalmente */
	  right: 20px; /* Ajusta la posición horizontalmente */
  }
  
  .botton{
  
	  display: block;
	  
	  text-decoration: none;
		  
	  background-color: #f44141;
	  
	  width: 90px;
	  
	  height: 90px;
	  
	  line-height: 2;
	  
	  text-align: center;
	  
	  border-radius: 50%;   
	  
  }

  .gif{
	display: block;
	text-decoration: none;
	width: 30%;
	height: 50%;
	text-align: center;
  }
  
  
  @media only screen and (min-width: 345px ) and (max-width: 988px) {
	  .loader-container img {
	  width: 60%;
	  height: 60%;
	  margin: 90px 0px;
	}
  
	.loader-container .img-1 {
	  width: 50%;
	  height: 35%;
	}
  
	.botton {
	  margin-bottom: 30px;
	}
	.gif {
		margin-bottom: 30px;
		height: 20%;
	  }
  
  }

/*-------------General Style---------------------------------------*/
html{
	overflow-x:hidden !important;
	height: 100%;
}
body{
	font-weight: 600;
	font-size: 13px;
	height: 100%;
  	width: 100%;
  	margin: 0px;
 	padding: 0px;
	text-align:center;
	background: transparent;
	color:#000;
	font-family: 'Nunito', sans-serif;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
/*--------------Typography--------------------------------------*/
p {
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 10px;
	font-weight:500;
	color: #383b45;
}

/*------ loader-------------------------------------------------*/
.loader-wrap {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 1;
}
.pin , .ajax-loader {
	position:absolute;
	left:50%;
	top:50%;
	width:40px;
	height:40px;
	border:4px solid;
	border-radius:100%;
	margin:-20px 0 0 -20px;
}
.pulse  , .ajax-loader-cirle{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:100%;
	animation: spin 1000ms linear infinite;
}
.pulse:before  , .ajax-loader-cirle:before{
	content:'';
	position:absolute;
	width:12px;
	height:4px;
	border-radius:4px;
	background:#fff;
	left:50%;
	top:50%;
	margin:-2px 0 0 -12px;
}
 
@keyframes spin {
   to{
        -webkit-transform: rotate(360deg);
transform: rotate(360deg);
    }
}

.fl-wrap {
	float:left;
	width:100%;
	position:relative;
}


/*-------------Ajax modal---------------------------------------*/
.ajax-modal-container {
	position:fixed;
	/* top:60px; */
	right:-550px;
	width:505px;
	height:100%;
	z-index:999;
    overflow: hidden;
    overflow-y: auto;
	opacity:0;
	background:#fff;
 
}
#ajax-modal {
	overflow:hidden;
	background:#fff;
	padding: 50px 0;
	margin-top: -50px;
}
.ajax-modal-wrap {
	opacity:0;
}
.ajax-modal-media {
 	border-radius:20px 0 0 0;
}
.ajax-modal-media  img{
	width:100%;
	height:auto;
}
.ajax-modal-details {
	padding:0px 45px;
	margin-top:10px;
}
.ajax-modal-details p {
	text-align:justify;
}

.ajax-modal-details ul {
	list-style: none;
	padding: 0;
	text-align: left;
}

.ajax-modal-details ul li {
	padding-left: 28px;
	position: relative;
}

.ajax-modal-details ul li+li {
	margin-top: 10px;
}

.ajax-modal-details ul i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
	color: #006fbe;
	line-height: 1;
}

.ajax-modal-details i {	
	font-size: 13px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #383b45;
	font-style: normal;
}
.ajax-modal-details-box {
	width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.ajax-modal-title {
	color: #fff;
    padding: 20px 0 25px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.ajax-modal-photos-btn {
	position:absolute;
	right:30px;
	top:30px;
	z-index:5;
	padding:10px 20px;
	cursor:pointer;
	border-radius:4px;
	color:#fff;
	background: #18458B;
	font-size:11px;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
}

.ajax-modal-container .ajax-modal-details-box .float-btn {
	background: #1630BE none repeat scroll 0 0;
	border-radius: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: .5s;
	cursor: pointer;
}
	
.ajax-modal-container .ajax-modal-details-box .float-btn:hover {
	background: #92c5fc  none repeat scroll 0 0;
	color: #1630BE;
}
	
.ajax-modal-photos-btn span {
	padding:0 4px;
}
.ajax-modal-list {
	border-bottom:1px solid #eee;
	background: #f9f9f9;
}
.ajax-modal-list {
	padding:12px 0;
	border-left:1px solid #e2e2e2;
	box-sizing:border-box;
}
.ajax-modal-list :first-child {
	border:none;
}
.ajax-modal-list h5 {
	font-size:20px;
	color:#383b45;
}
.ajax-modal-list h5 span{
	color:#666;
	padding-left:4px;
}
.ajax-modal-list i {
	font-size:28px;
	padding-bottom:10px;
}
.ajax-modal-close{
	position: absolute;
    left:40px;
    width: 40px;
    height: 40px;
    top:25px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    z-index:20;
    background: #18458B;
    border-radius:6px;
	cursor:pointer;
}

.ajax-modal-close .bi-x{
	font-size: 25px;
}
.ajax-modal-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	overflow: auto;
	display:none;
	z-index:118;
	-webkit-transform: translate3d(0,0,0);
	background:rgba(0,0,0,0.41);
}
.ajax-loader {
	z-index:100;
}
  
/*------responsive------------------------------------------------*/ 
@media only screen and  (max-width: 1224px) {

.ajax-modal-container {
    width: 500px;
}
.ajax-modal-details {
    padding: 20px 25px;
}
.ajax-modal-list li {
	width:50%;
}
.ajax-modal-container {
    width: 400px;
}	
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg {
	background-attachment: scroll !important;
	-webkit-background-size:cover;
	background-position:center;
}
}

