.modalSWAL {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
    height: 100vh;
	background: rgba(0,0,0,.3);
	overflow: hidden !important;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	
	opacity: 0;
	z-index: -1;
}

.modalSWAL.active {
	opacity: 1;
	z-index: 5000;
}

.modalSWAL .modalSWAL--content {
	position: relative;
	width: 35%;
	height: 30%;
	max-height: 45%;
	background: var(--White) !important;
	-webkit-zoom: .65;
	-moz-zoom: .65;
	-o-zoom: .65;
	zoom: .65;
}

.modalSWAL .modalSWAL--content .modalSWAL__title {
	position: absolute;
    top: .6rem;
    left: .5rem;
    margin: 0;
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--bgPurple);
    text-transform: uppercase;
}

.modalSWAL .modalSWAL--content .modalSWAL__content,
.modalSWAL .modalSWAL--content .modalSWAL__button {
	position: absolute;
	left: 0;
	width: 100%;
}

.modalSWAL .modalSWAL--content .modalSWAL__content {
	top: 0;
	height: 60%;
	padding: calc(29px + .3rem) .5rem .5rem;
}

.modalSWAL .modalSWAL--content .modalSWAL__content p.content {
	margin: 0;
    font-size: 1.8rem;
    color: var(--bgPurple);
    padding: .5rem;
	font-weight: bold;
	text-align: center;
}

.modalSWAL .modalSWAL--content .modalSWAL__button {
	bottom: 0;
	height: 30%;
}

.modalSWAL .modalSWAL--content .modalSWAL__button button {
	margin: 0 !important;
	margin-left: .5rem !important;
}

.modalSWAL .modalSWAL--content .modalSWAL__button button:first-child {
	margin-left: 0 !important;
}
.flexCenter{
	display: flex;
	justify-content: center;
	align-items: center;
}

.headerNav{
	background: var(--white);
	box-shadow: none;
	padding: 1rem;
	height: 70px;
}

.headerNav ul a{
	color: var(--first-color-dark);
	font-weight: bold;
}

.headerNav__logo{
	height: 50px;
	margin-left: .5rem;
	vertical-align: middle;
}

.headerNav__logoM{
	width: 50%;
	padding: 1rem;
	vertical-align: middle;
}

.boxContenido{
	padding: 1rem;
}

.boxContenido__title{
	text-align: center;
	font-size: 2.5rem;
}

.boxContenido__title span{
	color: var(--first-color-dark);
	font-size: 4rem;
}

.btnApp{
	background: var(--first-color-dark);
	border: 2px solid var(--first-color);
	color: var(--white) !important;
	border-radius: 1rem;
	color: var(--first-color-dark);
	font-weight: bold;
	padding: 1em;
	font-size: 1rem;
	padding: .1rem;
    width: 100%;
    margin: .5rem;
}

.btnApp:hover,
.btnApp:focus{
	background: var(--white);
	color: var(--first-color-dark) !important;
}

.boxTemas .icon_temas:hover{
	color: var(--first-color-dark);
	cursor: pointer;
	animation: 3s all;
	left: 0;
}

.boxVideo video{
	border: 1px solid #eee;
}

.footer{
	background: var(--first-color);
	color: var(--white);
	padding: .1rem;
	text-align: center;
}

.boxModal {
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	top: 0px !important;
	overflow-y: hidden;
}

.boxModal .divTextLeftModal {
	margin-top: 45%;
	padding:0px 10px;
}

.boxModal .divTextRightModal {
	padding:0px 10px;
}

.modalRegistro .divTextRightModal {
	margin-top: 15%;
}

.boxModal__left {
	background-color: #1ba0d4;
	max-height: 100vh;
	height: 100vh;
}

.boxModal__right {
	background-color: var(--white);
	overflow: auto;
	max-height: 100vh;
	height: 100vh;
}

.input-field .icon_input{
	background: var(--first-color);
	color: var(--white);
    top: 0rem;
    padding: 1rem;
	position: absolute;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
select,
textarea.materialize-textarea {
    border: 1px solid #ccc !important;
    padding-left: 4rem;
}

input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
select:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border: 1px solid #888 !important;
    box-shadow: none !important;
}

@media (max-width: 767px){
	.boxModal__left{
		display: none;
	}

	.boxContenido__title{
		font-size: 1.8rem;
	}

	.boxContenido__title span{
		font-size: 2.2rem;
	}

	.boxModal .divTextRightModal{    
		margin-top: 3rem;
	}
}


@media (min-width: 768px){	
	.boxVideoShort{
		margin-bottom: 1rem;
	}
}