
html, body {
  position: relative;
  height: 100%;
}

html, body {
  overflow-x:hidden 
} 

body {
  background: #fdc802;
  font-family: 'Poppins', sans-serif;
	font-weight: 400 !important;
  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
}

img {
  width: auto !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.myVideo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	min-width: 100%; 
	min-height: 100%;
	overflow: hidden;
	opacity: 0.2;
	/* -webkit-filter: grayscale(100%);
	filter: grayscale(100%);

	-webkit-filter: blur(5px);
	filter: blur(5px); */
}

::-webkit-input-placeholder { /* Edge */
	color: #000000 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000000 !important;
}

::placeholder {
	color: #000000 !important;
}

.rosa{
	color: #e2007a !important;
}
.mayusculas{
	text-transform: uppercase;
}
.vmiddle{
	vertical-align: middle;
}
.vcenter {
	display: flex;
    align-items: center;
	justify-content: center;
}
.marginTop10{
	margin-top: 10px !important;
}
.marginTop20{
	margin-top: 20px !important;
}
.marginTop30{
	margin-top: 30px !important;
}
.marginTop40{
	margin-top: 40px !important;
}
.marginTop40b{
	margin-top: 40px !important;
}
.marginTop50{
	margin-top: 50px !important;
}
.marginTop100{
	margin-top: 70px !important;
}
.rregular{
    font-family: 'Poppins', sans-serif;
	font-weight: 400 !important;
}
.rmedium{
    font-family: 'Poppins', sans-serif;
	font-weight: 500 !important;
}
.rlight{
    font-family: 'Poppins', sans-serif;
	font-weight: 300 !important;
}
.texto14{
	font-size: 14px !important;
}
.texto16{
	font-size: 16px !important;
}
.texto18{
	font-size: 18px !important;
}
.texto20{
	font-size: 20px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}

@keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

.cabecera-modal{
/*	background-image: url('/canal/templates/comunidad/especifico/103830/cabecera-modal.jpg') !important;  */
}

.modal-content{
	border-radius: 0;
}
.modal-dialog {
/*    max-width: 805px;*/
}

.modal-header{
	color: #ffffff;
	font-size: 22px;
	border: 0;
	border-radius:0;
	padding: .5rem .5rem;
}

.cursor-pointer{
	cursor: pointer;
}

.close {
    font-size: 35px;
    color: #005037;
    filter: alpha(opacity=100);
    opacity: 1;
}


* {
  box-sizing: border-box;
}


.logo {	
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.texto {	
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	color: #ffffff;
	text-align:center;
}


.texto .p1{	
	font-size: 25px;
}

.texto .p2{	
	font-size: 36px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400 !important;
}

.acceder{	
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}

.comunidades{	
	position: absolute;
	top: 63%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	color: #ffffff;
}

.logo-cabecera {	
	position: absolute;
	top: 10%;
	left: 14%;
	transform: translate(-50%,-50%);
}

.comunidades-min{	
	position: absolute;
	top: 83%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	color: #ffffff;
}

.boton-accede{
	font-family: 'Poppins', sans-serif;
	font-weight: 400 !important;
	font-size: 32px;
	color:#3a3a3a;
	padding: 23px 10px 23px 10px;
	text-decoration: none;
	border: 0;
	text-align: center;
-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background-color: #ffffff;
	cursor: pointer;
}

.boton-accede.active, .boton-accede.focus, .boton-accede:active, .boton-accede:focus, .boton-accede:hover{
    background-color: #3a3a3a;
    color:#ffffff;
	text-decoration: none;
	cursor: pointer;
}


.by-vivlium {	
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%,0);
}

.enlace-verde{
    color:#005037;
	text-decoration: none;
}
.enlace-verde.active, .enlace-verde.focus, .enlace-verde:active, .enlace-verde:focus, .enlace-verde:hover{
    color:#005037;
	text-decoration: none;
}

.paginacion {	
	width: 342px;
	height: 99px;
	position: absolute;
	bottom: 0%;
	left: 0%;
}

.paginacion img{	
	position: absolute;
	bottom: 12%;
	left: 7%;
}

.menu-button {
	width: 80px;
	height: 60px;
	position: absolute;
	top: 0px; right: 0px;
	padding: 15px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}

.menu-button img{	
	position: absolute;
	top: 25%;
	right: 0%;
}

.menu {
	min-width: 100px;
	width: 70%;
	max-width: 320px;
	background-color: #2C8DFB;
	color: #fff;
}
.content {
	width: 100%;
}

.error, .evento{
	font-size: 17px;
	text-align: center;
	margin-bottom: 20px;
}

.error span{
    font-size: 25px;
    position: relative;
    top: 6px;
    margin-right: 6px;
}

.acceder a:link,.acceder a:active,.acceder a:visited{
	/*color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400 !important;*/
}
.acceder a:hover,.acceder a:focus{
}

.form-control-registro{
	font-family: 'Poppins', sans-serif;
	font-weight: 400 !important;
	background-color: transparent;
	border-bottom: 1px solid #000000;
	border-top: none;
	border-right: none;
	border-radius: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #000000 !important;
	display: block;
	font-size: 18px !important;
	height: 40px !important;
	line-height: 1.42857;
	padding: 21px 0;
	vertical-align: middle;
	text-align: left;
	padding-left: 11px;
	-webkit-appearance: none;
	text-align-last: left;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	animation: input_background_autofill 0s forwards;
	position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
	border-left: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.form-control-registro:focus{
	background-color: transparent;
	border-bottom: 1px solid #000000;
	border-top: none;
	border-right: none;
	border-radius: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #000000 !important;
	display: block;
	padding-left: 11px;
	-webkit-appearance: none;
	text-align-last: left;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	animation: input_background_autofill 0s forwards;
    font-size: 18px !important;
    margin-bottom: 0;
	border-left: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-addon {
    padding: 2px 12px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
    border: none;
}

.input-group span {
    font-size: 40px;
    color: #000000;
}

.boton-entrar{
	font-family: 'Poppins', sans-serif;
	font-weight: 400 !important;
	font-size: 28px;
	color:#3a3a3a;
	padding: 10px 45px 10px 45px;
	text-decoration: none;
	border: 0;
	text-align: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background-color: #ffffff;
}

.boton-entrar.active, .boton-entrar.focus, .boton-entrar:active, .boton-entrar:focus, .boton-entrar:hover{
    background-color: #3a3a3a;
    color:#ffffff;
	text-decoration: none;
}

.boton-entrar2{
	font-family: 'Poppins', sans-serif;
	font-weight: 400 !important;
	font-size: 28px;
	color:#ffffff;
	padding: 10px 45px 10px 45px;
	text-decoration: none;
	border: 0;
	text-align: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background-color: #005037;
}

.boton-entrar2.active, .boton-entrar2.focus, .boton-entrar2:active, .boton-entrar2:focus, .boton-entrar2:hover{
    background-color: #3a3a3a;
    color:#ffffff;
	text-decoration: none;
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh) !important;
}

@media (min-width: 1680px) {	
}
@media (max-width: 1280px) {	
	
	.logo-cabecera{
		top: 7%;
		left: 20%;
	}

	
	.logoprincipal{
		top: 20% !important;
	}

	.logo {	
/*		width: 46%;*/
		position: absolute;
		top: 20%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.texto{
		top: 37%;
	}
	.acceder {
		top: 45%;
	}
	.comunidades{
		top: 67%;
		width: 70%;
	}
	.by-vivlium {	
		position: absolute;
		bottom: 5%;
		left: 50%;
		transform: translate(-50%,0);
	}
}

@media (max-width: 1024px) {
	.logo-cabecera{
		left: 25%;
	}

	.logo {	
/*		width: 70%;*/
		position: absolute;
		top: 18%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.texto{
		top: 40%;
	}

	.acceder {
		top: 40%;
	}

	.marginTop20tbl{
		margin-top: 20px !important;
	}

	.texto-alta{
/*		margin-top: 0 !important;*/
	}

	.comunidades{
		top: 67%;
		width: 70%;
	}

	.content .titulo {	
		min-width: 80%; 
		position: absolute;
		top: 57%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.boton-accede{
		font-family: 'Poppins', sans-serif;
		font-weight: 400 !important;
		font-size: 22px;
		color:#1e1e1e;
		padding: 12px 40px 12px 40px;
		text-decoration: none;
		border: 0;
		text-align: center;
/*		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;*/
	}
	.boton-accede.active, .boton-accede.focus, .boton-accede:active, .boton-accede:focus, .boton-accede:hover{
		background-color: #1e1e1e !important;
		border-color: #1e1e1e !important;
		color:#ffffff !important;
		text-decoration: none;
	}

}

@media (max-width: 768px) {
	
	.logo-cabecera{
		top: 7%;
		left: 30%;
	}
	
	.logoprincipal{
		top: 20% !important;
	}

	.logo {	
/*		width: 75%;*/
		position: absolute;
		top: 18%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.acceder {
		top: 48%;
	}
	.texto {
	   top: 39%;
	}

	.comunidades{
		top: 67%;
		width: 80%;
	}

	.comunidades-min {
		width: 90%;
		top: 83%;
	}

}


@media (max-width: 480px) {
	
	.texto18{
		font-size: 16px !important;
	}
	.texto20{
		font-size: 17px !important;
	}
	.marginTop20{
		margin-top: 10px !important;
	}
	.sin-padding-right-mobile{
		padding-right: 0;
	}

	.menu-button {
		width: 172px;
		height: 50px;
		position: absolute;
		top: 0px;
		right: 0px;
		padding: 15px;
		cursor: pointer;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.menu-button img{
		width: 25%;
	}

	.paginacion {
		width: 172px;
		height: 50px;
		position: absolute;
		bottom: 0%;
		left: 0%;
	}

	.paginacion img{
		width: 14%;
	}

	.logo-cabecera{
		top: 6%;
		left: 38%;
	}
	
	.logoprincipal{
		top: 13% !important;
	}

	.logo {	
/*		width: 75%;*/
		position: absolute;
		top: 20%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.textoprincipal {
		width: 80%;
		top: 28% !important;
	}

	.texto {
		width: 80%;
		top: 43%;
	}

	.texto .p1 {
		font-size: 19px;
	}
	.texto .p2 {
		font-size: 21px;
	}

	.comunidades{
		top: 60%;
		width: 45%;
	}

	.comunidades img{
		margin-top: 15px;
	}

	.acceder{
		top: 48%;
		width: 90%;
	}

	.boton-accede{
		width: 65%;
		font-size: 20px;
		padding: 5px;
		border: 0;
	}

	.boton-entrar {
		font-size: 20px;
		padding: 5px 30px;
	}

	.boton-entrar2 {
		font-size: 19px;
		padding: 7px 45px 7px 45px;
	}

	.error, .evento {
		font-size: 13px;
		margin-bottom: 0;
	}
	.form-control-registro,.form-control-registro:focus{
		font-size: 20px !important;
		height: 30px !important;
		padding: 15px 0;
	}

	.form-group {
		margin-bottom: 0.2rem;
	}

	.input-group span {
		font-size: 38px;
	    color: #FFFFFF;
	}

	.comunidades-min {
		width: 90%;
		top: 87%;
	}

	.by-vivlium {
		width: 30%;		
		bottom: 5%;
	}

}

@media (max-width: 361px) {
	.texto18{
		font-size: 16px !important;
	}
	.texto20{
		font-size: 17px !important;
	}
	.marginTop20{
		margin-top: 10px !important;
	}
	.sin-padding-right-mobile{
		padding-right: 0;
	}
	.menu-button {
		width: 172px;
		height: 50px;
		position: absolute;
		top: 0px;
		right: 0px;
		padding: 15px;
		cursor: pointer;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.menu-button img{
		width: 14%;
	}

	.paginacion {
		width: 172px;
		height: 50px;
		position: absolute;
		bottom: 0%;
		left: 0%;
	}

	.paginacion img{
		width: 14%;
	}

	.logo-cabecera{
		top: 7%;
		left: 40%;
	}
	
	.logoprincipal{
		top: 15% !important;
	}

	.logo {	
/*		width: 75%;*/
		position: absolute;
		top: 20%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.textoprincipal {
		width: 80%;
		top: 30% !important;
	}

	.texto {
		width: 95%;
		top: 38%;
	}

	.texto .p1 {
		font-size: 16px;
	}
	.texto .p2 {
		font-size: 20px;
	}

	.comunidades{
		top: 61%;
		width: 50%;
	}

	.comunidades img{
		margin-top: 10px;
	}

	.acceder{
		top: 52%;
		width: 90%;
	}

	.boton-accede{
		width: 65%;
		font-size: 22px;
		padding: 10px;
		border: 0;
	}

	.boton-entrar {
		font-size: 15px;
		padding: 5px 30px;
	}

	.error, .evento {
		font-size: 13px;
		margin-bottom: 0;
	}

	.form-group {
		margin-bottom: 0.5rem;
	}

	.form-control-registro,.form-control-registro:focus{
		font-size: 17px !important;
		height: 30px !important;
		padding: 15px 0;
	}

	.input-group span {
		font-size: 25px;
	    color: #FFFFFF;
	}

	.comunidades-min {
		width: 90%;
		top: 86%;
	}

	.by-vivlium {
		width: 30%;		
		bottom: 5%;
	}

}
@media (min-width: 576px) {
	/*.modal-dialog-scrollable .modal-content {
	    max-height: calc(100vh) !important;
	}*/
}
@media (max-width: 767px) and (orientation: landscape) {
	.texto18{
		font-size: 14px !important;
	}
	.texto20{
		font-size: 15px !important;
	}
	.marginTop20{
		margin-top: 10px !important;
	}
	.marginTop40{
		margin-top: 10px !important;
	}
	.sin-padding-right-mobile{
		padding-right: 0;
	}
	.menu-button {
		width: 172px;
		height: 50px;
		position: absolute;
		top: 0px;
		right: 0px;
		padding: 15px;
		cursor: pointer;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.menu-button img{
		width: 14%;
	}

	.paginacion {
		width: 172px;
		height: 50px;
		position: absolute;
		bottom: 0%;
		left: 0%;
	}

	.paginacion img{
		width: 14%;
	}

	.logo-cabecera{
		top: 7%;
		left: 30%;
		width: 45%;
	}
	
	.logoprincipal{
		width: 45% !important;
		top: 17% !important;
	}

	.logo {	
/*		width: 30%;*/
		position: absolute;
		top: 20%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.textoprincipal {
		width: 80%;
		top: 40% !important;
	}

	.texto {
		width: 80%;
		top: 38%;
	}

	.texto .p1 {

		font-size: 15px;
		margin-bottom: 5px;
	}
	.texto .p2 {
		font-size: 18px;
	}

	.comunidades{
		top: 61%;
		width: 45%;
	}

	.comunidades img{
		margin-top: 15px;
	}

	.acceder{
		top: 55%;
		width: 90%;
	}

	.boton-accede{
		width: 31%;
		font-size: 14px;
		padding: 5px;
		border: 0;
	}

	.boton-entrar {
		font-size: 14px;
		padding: 0 30px;
	}
	.error, .evento {
		font-size: 13px;
		margin-bottom: 0;
	}
	.form-control-registro,.form-control-registro:focus{
		font-size: 14px !important;
		height: 20px !important;
		padding: 15px 0;
	}

	.input-group {
		width: 60%;
	}
	
	.form-group {
		width: 60%;
		margin-bottom: 0;
		margin-top: 5px !important;
	}

	.input-group span {
		font-size: 27px;
	    color: #FFFFFF;
	}

	.comunidades-min {
		width: 50%;
		top: 85%;
	}

	.by-vivlium {
		width: 25%;		
		top: 75%;
	}

}