@import "fonts.css";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Sarabun-Regular";
	font-size: 12px;
}

a {
	text-decoration: none;
}

.d-none{
	display: none;
}

.d-block{
	display: block;
}

input,
textarea {
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
  }

header {	
	background-color: #fff;
	background-image: url('../img/header-bg.png');
	background-repeat: no-repeat;
	background-position: 60px bottom;
	background-size: 250px;	
}
.header {
	display: flex;
	background-color: #fff;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
.header__logo-img {
	width: 190px;
	/* margin: 1em 0 1em 0 ; */
}
.header__menu-ul {
    display: flex;
    list-style: none;
    margin-top: 20px;
    margin-left: 20px;
}
.header__menu-ul li {
	margin-bottom: 20px;
}
.header__menu-ul a {
	color: #000;
	font-size: 16px;
}
.header__menu-ul a:hover {
	color: #189ADE;
}
.header__menu-line {
	height: 30px;
	margin: 0 25px;
}
.header__menu-cart {
	width: 25px;
}
.header__icons {
	display: flex;
	margin-right: 10px;
	align-items: center;
	position: relative;
}
.header__icon-img {
	width: 25px;
	vertical-align: middle;
}
.header__menu__line {
	height: 30px;
	margin: 0 25px;
}
.header__menu__mobile {
    display: block;
    position: absolute;
    background-color: #fff;
    width: 220px;
    right: 0;
    top: 89px;
    z-index: 4;
    height: 100vh;
    box-shadow: -2px -2px 6px #eae7e7;
}
.header__menu__mobile {
	display: none;
}
.header__menu__mobile ul {
    flex-direction: column;
}
.header__menu__mobile .line {
	display: none;
}
.header__menu__cartnum {
	display: none;
	position: absolute;
	top: -10px;
	right: -5px;
	width: 15px;
	height: 15px;
	color: #fff;
	background-color: red;
	border-radius: 50%;
	font-size: 10px;
	text-align: center;
}
.header__menu__cartnum2 {
	display: none;
	position: absolute;
	top: -6px;
	right: 72px;
	width: 15px;
	height: 15px;
	color: #fff;
	background-color: red;
	border-radius: 50%;
	font-size: 10px;
	text-align: center;
}

.bg {
	display: none;
    background-color: #000;
    opacity: 0.6;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 3;
}

.max-container {
    max-width: 1200px;
}
.hide {
	display: none;
}

footer {
	text-align: center;
}
@media screen and (max-width: 780px) {
	.footer__contact {
		color: #fff;
		font-size: 14px;
		background-color: #464646;
		padding: 20px 0;
		background-image: url('../img/info-bg.png');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right center;
	}
}
@media screen and (min-width: 781px) {
	.footer__contact {
		color: #fff;
		font-size: 14px;
		background-color: #464646;
		padding: 20px 0;
		background-image: url('../img/info-bg.png');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right center;
		display: inline-flex;
		width: 100%;
	}
	.footer__copyright-images{
		width: 30%;
	}
	.footer__copyright-text1{
		width: 60%;
	}
}
.footer__contact-phone img {
	vertical-align: middle;
	margin-right: 5px;
	width: 15px;
}
.footer__contact a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
.footer__legal {
	background-color: #000;
}
.footer__legal {
	padding: 20px 0;
}
.footer__legal a {
	color: #fff;
	text-decoration: underline;
	font-size: 14px;
}
.footer__copyright {
	padding: 30px 0;
	background-color: #000;
}
.footer__copyright-text {
	color: #fff;
	font-size: 14px;
}
.footer__copyright-lockton {
	width: 140px;
	margin-right: 20px;
	margin-bottom: 24px
}
.footer__copyright-ike {
	width: 70px;
	margin-bottom: 4px
}

@media screen and (min-width: 780px) {
	.header__menu {
		display: block;		
		position: relative;		
		margin-right: 20px;
		margin-top: 20px;
		top: unset;		
		right: unset;
		width: unset;
		height: unset;
		background-color: unset;
		box-shadow: unset;		
	}
	.header__menu ul {
		flex-direction: row;
		margin: 0;
	}
	.header__menu-ul a {
		color: #000;
		font-weight: bold;
	}
	.header__menu .line {
		display: block;
	}
	.header__icons {
		display: none;
	}
	.footer__contact {
		background-image: unset;
	}
}
.center {
  margin: auto;
}
.custom-header{
	background-color: #00AEEF;
	text-align: center;
}
.custom-body{
	text-align: center;
}

table>thead {
	background-color: #00aeef;
	color: white;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .1em .5em;
    margin-left: 2px;
    text-align: center;
	color: #00AEEF;
	text-decoration: none !important;
	font-weight: bold !important;
	border: 3px solid #ccc !important;
	border-radius: 8px !important;
	cursor: pointer !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	background-color: #00AEEF !important;
	color: #ffffff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    background-color: #e0e0e0 !important; 
    color: #999 !important; 
    border-color: #ccc !important; 
    cursor: not-allowed !important; 
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background-color: #00aeef !important; 
    color: #ffffff !important;
    border-color: #ccc !important;
	&:hover{
		color: #ffffff !important;
	}
}
.table.dataTable thead th{
	text-align: center !important;
}
.dataTables_filter input{
	font-weight: 500 !important;
	margin-bottom: 10px;
	border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
}
.dataTables_empty{
	text-align: center !important;
}
.centrado {
	text-align: center !important;
	vertical-align: middle !important;
}

.linea-evento {
	border-top: 1px solid #ccc;
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	width: 25px;
}