@import url("loader.css");
@import url("accordion.css");
@import url("sass/main.css");

html{
	width: 100%;
	height: 100%;
}

body{
	width: 100%;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.body-login{
	background-image: url("../images/bg_login.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.font-gray{
	color: #333333;
}

.font-red{
	color: #EC2024;
}

.font-blue{
	color: #004781;
}

.bold{
	font-weight: 700;
}

.errorLogin{
	font-size: 13px;
	font-weight: bold;
}

a.link{
	color: #004781;
}

a.link:hover{
	color: #ec2024;
}

.btn-default{
	background-color: #004781;
	color: #ffffff;
	border-bottom: solid 4px rgba(1, 49, 81, 0.6);
}

.btn-default:hover{
	background-color: #ffffff;
	color: #004781;
	border-bottom: solid 4px rgba(226, 226, 226, 0.9);
}

/* HEADER */
.header-login{
	background-color: #056dae;
	padding: 16px 0 3px 0;
}

.logo-login{
	width: 80%;
}

.title-slogan{
    margin: 10px 0
}

.slogan{
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 0;
}

.slogan-script{
	color: #ffffff;
	font-family: 'Euphoria Script', cursive;
	font-size: 30px;
	margin-bottom: 0;
}

/* INICIAR SESIÓN */
.container-login{
	width: 100%;
	height: 100%;
	margin-top: 10%;
}

.content-login{
	background-color: rgba(256, 256, 256, 0.3);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 80%;
	border-radius: 12px;
	min-width: 342px;
}

.content-login p:first-child{
	font-size: 18px;
}

.form-check-label{
	font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.link-login{
	text-decoration: underline;
}

/* FOOTER */
.footer-login{
	text-align: center;
	color: #ffffff;
	width: 100%;
	padding-bottom: 20px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

/* chat en línea */
.btn-chat-container{
	margin-bottom: 15px;
}

.icon-chat{
    width: 25px;
	height: 20px;
    margin-right: 10px;
    background-image: url("../images/icon-chat.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 3px;
}

.btn-chat:hover .icon-chat{
    background-image: url("../images/icon-chat-hover.png");
}


.legales{
	margin-bottom: 2px;
	font-size: 12px;
	color: #ffffff;
}

.link-footer{
	color: #ffffff;
}


/* HEADER */
.header{
	font-size: 13px;
}

/* NAVBAR */
.container-nav{
	background-color: #f0f0f0;
    padding: 10px 0;
}

.navbar{
	display: block;
	/*padding: 1rem 0.5rem 0 0.5rem;*/
	padding: 0;
}


.navbar-brand {
	padding-bottom: 0;
	padding-top: 0;
}

.img-brand{
	width: 200px;
	height: auto;
}

.navbar-light .navbar-nav .nav-link{
	color: #004781;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active{
	color: #333333;
	border-bottom: solid 1px #333333;
}

.navbar-light .navbar-toggler{
	background-color: #004781;
	border-color: #004781;
	padding: 8px 15px;
	float: right;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("../images/menu-mobile.png");
	width: 20px;
    height: 20px;
}


.container-user{
	background-color: #00B1E9;
	color: #ffffff;
	padding: 8px 25px;
	border-radius: 5px;
	display: flex;
	align-content: center;
	align-items: center;
	margin-right: 20px;
	border-bottom: solid 3px #006889;
}

.icon-user{
	width: 20px;
	height: 20px;
	margin-right: 15px;
}

.container-user p{
	margin: 0;
}

/* GENERALES */
.main{
	margin-top: 20px;
}

.title{
	color: #004781;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 24px;
}

/* BASES Y CONDICIONES */
.list-bases{
	list-style: none;
	padding-left: 0px;
	color: #3a3a3a !important;
	text-align: justify;
}
.list-bases p{
	padding: 10px;
}

.list-bases li{
	padding: 10px;
}

.list-bases .bg-gray{
	background-color: #f0f0f0;
}

.list-abc{
	list-style: lower-alpha;	
}

.list-number{
	color: #004781;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 24px;
}

.container-list-destinos{
	width: 50%;
	float: left;
	margin-bottom: 15px;
}

.container-list-destinos p{
	margin-bottom: 0;
}

.lista-destinos li{
	padding: 0;
}

.acept-terms{
	font-size: 16px;
    border: solid 3px #002d72; /*#004781; #0071bc*/
    /*background-color: rgba(0, 45, 114, 0.4);*/
    width: 100%;
    padding: 20px;
	margin: 0 auto 20px auto;
    border-radius: 10px;
}

.acept-terms .form-group{
	margin-bottom: 0;
}

.acept-terms .form-check{
	padding-left: 0;
}


/* FOOTER */
.container-data-contact{
	background-color: #004781;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.container-data-contact a{
	color: #ffffff;
}

.container-data-contact h3{
	text-align: left;
	font-weight: 400;
	font-size: 24px;
	text-transform: uppercase;
}

.data-contact{
	display: flex;
	align-content: center;
	align-items: flex-start;
	justify-content: flex-start;
	padding-right: 15px;
	padding-left: 15px;
}

.icon-data{
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.info-data p{
	margin-bottom: 0;
}

.icon-mail{
	background-image:  url(../images/icon-mail.png);
}

.icon-tel{
	background-image:  url(../images/icon-tel.png);
}

.data-contact.border-right{
	border-right: none;
	margin-bottom: 10px;
}

.container-legales{
	padding: 20px 0;
	font-size: 11px;
	color: #004781;
}

.list-legales{
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-legales li{
	float: left;
}

.list-legales li a{
	color: #004781;
}

/* MODAL infoExpires*/
.modal.covidModal .btn{
	margin: 0px 20px;
}

.modal.covidModal .modal-header, .modal.covidModal .modal-footer,
.modal.infoExpires .modal-header, .modal.infoExpires .modal-footer{
	border:none;
	text-align: center;
	justify-content: center;
}

.modal.covidModal .modal-header,
.modal.infoExpires .modal-header{
	display: block;
	text-transform: uppercase;
	color: #004781;
    font-weight: bold;
	padding: 1rem 1rem 0 1rem;
}
.modal.covidModal .modal-header .fa-exclamation-circle,
.modal.infoExpires .modal-header .fa-exclamation-circle{
	font-size: 3rem;
	margin-bottom: 15px;
}
.modal.covidModal .modal-header .close,
.modal.infoExpires .modal-header .close{
	display: none;
}

.modal.covidModal .modal-content{
	text-align: left;
}
.modal.covidModal .modal-content ol li{
	list-style-type: disc;
}

.modal.infoExpires .modal-content{
	text-align: center;
	background-color: #ffffff;
}

.modal.covidModal .modal-body,
.modal.infoExpires .modal-body{
    padding: 1rem;
	font-size: 1.2rem;
}
.modal.covidModal .modal-body p.note,
.modal.infoExpires .modal-body p.note{
	background-color: #eeeeee;
	padding: 10px;
	font-size: 18px;
}

.modal.covidModal .modal-footer .btn-default:hover,
.modal.infoExpires .modal-footer .btn-default:hover{
	background-color: #00B1E9;
	color: #ffffff;
	border-bottom: solid 4px #006889;
}
.content-tabs{
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.tabs_links{
	width: 100%;
	display: flex;
	overflow-x: auto;
	
}
.tabs_links::-webkit-scrollbar{
	display: none;
	
}
.tabs_links a{
	height: 40px;
	border-bottom: solid 3px transparent;
	color: #004781;
	font-size: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #fff;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
}
.tabs_links a.active{
	border-bottom: solid 3px #004781;
	font-weight: bold;
}
.tabs_links a:hover{
	border-bottom: solid 3px #004781;
	font-weight: bold;
}
.tabs_contents{
	width: 100%;
	display: flex;
	align-items: flex-start;
}
.tabs_contents .tabs_content_item{
	top: 0;
	left: 0;
	display: none;
}
.tabs_contents .tabs_content_item p{
	padding: 10px;
	font-size: 14px;
	color: #3a3a3a;
}
.tabs_contents .tabs_content_item p.backgroundgray{
	background-color: #F0F0F0;
}
.tabs_contents .tabs_content_item a{
	color: #056DAE;
	text-decoration: none;
}
.tabs_contents .tabs_content_item a:hover{
	cursor: pointer;
	text-decoration: underline;
}
.tabs_contents .tabs_content_item.active{
	display: block;
}
.tabs_contents .tabs_content_item .title{
	margin-left: 20px;
	font-size: 18px;
    margin-top: 20px;
}

@media (min-width: 320px) {
	.btn-covid{
		margin: 0px 20px 0px 0px;
	}
}

@media (min-width: 320px) {
	.btn-covid{
		margin: 0px 20px 0px 0px;
	}
}
@media (max-width: 333px) {
	.navbar button{
		margin-top: -80px;
	}
}
@media (min-width: 768px) {

	body{
		height: 100%;
	}

	.container-login{
		width: 100%;
		height: 100%;
		display: flex;
		align-content: center;
		margin-top: 5%;
	}

	.logo-login{
		width: 240px;
	}

	.slogan{
		color: #ffffff;
		font-size:1.5rem;
		font-weight: 700;
		float: left;
		margin-right: 20px;
	}

	.slogan-script{
		font-size: 38px;
		float: left;
		margin-top: -10px;
	}

	/* NAVBAR */
	.navbar{
		padding: 1.5rem 0rem;
	}

	.img-brand{
		width: 250px;
		height: auto;
	}

	/* PREGUNTAS FRECUENTES */
	.column-base{
		position: relative;
	}

	.container-doubts{
		background-color:  #eeeeee;
		padding: 20px;
		color: #333333;
		font-size: 16px;
		font-weight: 600;
		width: 25%;
	    position: fixed;
	    right: 10%;

	}

	.graylight{
		color: #97999b;
	}

	/* FOOTER */
	.container-data-contact h3{
		text-align: center;
	}

	.content-data-contact{
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
	}

	.data-contact{
		width: 280px;
	}

	.content-legales{
		display: flex;
		justify-content: space-between;
		align-content: center;
	}

	.container-legales{
		font-size: 12px;
	}

	.list-legales li{
		margin-right: 10px;
	}

	.container-list-destinos{
		width: 33%;
	}

	.acept-terms{
	    width: 70%;
	}

	/* FOOTER */
	.footer-login{
		text-align: center;
		color: #ffffff;
		width: 100%;
	}

	.form-check-label{
		font-size: 16px;;
	}

	.footer-login{
		display: flex;
	    align-items: center;
	    align-content: center;
	    justify-content: center;
	}

	.btn-chat-container{
		margin-right: 15px;
		margin-bottom: 0;
	}

	/* MODAL infoExpires */
	.modal.covidModal .modal-body,
	.modal.infoExpires .modal-body{
	    padding: 1rem 3rem;
	    font-size: 0.9rem;
	}
	.btn-covid{
		margin: 0px 20px;
	}
	.content-tabs{
		flex-direction: row;
		margin-top: 0px;
	}
	.tabs_links{
		flex-direction: column;
		max-width: 200px;
		overflow: hidden;
		margin-top: 23px;
	}
	.tabs_contents .tabs_content_item{
		padding: 1rem;
	}
	.tabs_contents .tabs_content_item .title{
		font-size: 24px;
		margin-top: 15px;
	}
	.tabs_links a{
		font-size: 20px;
		padding: 10px;
	}
}

@media (min-width: 992px) {

	body{
		height: auto;
	}

	/* HEADER */
	.navbar {
	    padding: 0;
	}

	.logo-login{
		width: 210px;
		float: left;
		margin-right: 15px;
		margin-top: 6px;
	}
	
	.img-brand{
		float: left;
		margin-right: 15px;
		width: 210px;
	}

	.title-slogan {
	    float: left;
	    margin: 4px 0;
	}

	.slogan{
		margin-right: 10px;
	}

	.wrapper-login{
		width: 100%
	}

	.content-login{
		width: 25%;
		font-size: 14px;
	}

	.form-login .form-control{
		font-size: 14px;
	}

	.container-list-destinos{
		width: 25%;
	}

	.acept-terms{
	    width: 40%;
	}


	/* FOOTER */
	.container-data-contact h3{
		font-size: 22px;
	}

	/* MODAL infoExpires */
	.modal.covidModal .modal-body,
	.modal.infoExpires .modal-body{
		font-size: 0.9rem;
	}
	.modal.covidModal .modal-dialog{
		max-width: 50%;
	}
	.content-tabs{
		flex-direction: row;
		/*margin-top: 50px;*/
	}
	.tabs_links{
		flex-direction: column;
		max-width: 200px;
		overflow: hidden;
	}


}

@media (max-width: 768px) {
		.footer-login{ display: contents;}
}
.btn-chat-status{
    cursor:pointer;
    img{
        height: 80px;
        margin-right: 15px;
    }
}
.btn-chat-status:active{
    transform: scale(0.98);
}
.status-offline{
	cursor: default;
	transform: none;
}
.status-offline:active{
	transform: none;
}
.status-offline a{
	cursor: default;
	transform: none;
}
.status-offline a:active{
	transform: none;
	cursor: default;
}