* {
	box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;  /* Firefox en macOS */
  text-rendering: optimizeLegibility;
}

button:focus {
	outline: 0 !important;
}

input:focus {
	outline: 0 !important;
}

a+input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.error input {
	boder: 1px solid red;
}

.dia {
	margin-top: 10px;
	margin-right: 7px;
}

button {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0px;
	font-family: 'Montserrat', 'sans-serif';
	background-color: #fff;
	color: #606060;
}

#pantalla {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}

#contenedor {
	height: auto;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	max-width: 1220px;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none !important;
	color: #546e7a;
}

ul {
	list-style: none;
	-webkit-padding-start: 21px;
}

p {
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	margin: 0;
}

.smallp {
	font-size: 12px;
	margin-top: 7px;
}

.smallp2 {
	font-size: 12px;
	margin-top: 2px;
	float: left;
	margin-right: 2px;
	color: #68EC91;
}

.smallp3 {
	font-size: 12px;
	margin-top: 2px;
	float: left;
	margin-right: 2px;
	color: #E52A2A;
}

h1, h2, h3, h4 {
	margin: 0px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 16px;
}

.floatl {
	float: left;
	margin-top: 50px;
}

.floatr {
	float: right;
}

label {
	width: 100%;
	font-size: 12px;
	margin-bottom: 10px;
	float: left;
	font-family: Montserrat, sans-serif;
}

input {
	width: 100%;
	height: 36px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #606060;
	font-family: Montserrat, sans-serif;
}

.ui-menu {
	z-index: 9999 !important;
}

.biginput input {
	font-weight: 600;
	font-size: 16px;
}

.check input, .check label {
	height: auto;
	width: auto;
	float: left;
	margin: 0px 5px 0px 0px;
}

.check2 input, .check2 label {
	height: auto;
	width: auto;
	float: left;
	margin-right: 5px;
}

.search input, .search select {
	width: 90%;
	border: 1px solid #606060;
	border-left: 0px;
	float: left;
}

.search i {
	width: 10%;
	height: 44px;
	float: left;
	border: 1px solid #606060;
	border-right: 0px;
	color: #2949E5;
	padding: 12px;
	background-color: #fff;
}
.c-selctc{
	margin: 20px;
	margin-bottom: 5px;
}
.stls-select{
   font-size: 14px;
   height: 30px;
   padding: 5px;
   margin: 0px;
   width: 250px;
} 

.form-error {
	color: red !important;
	font-size: 10px !important;
}
select {
	width: 100%;
	height: 44px;
	border: 1px solid #606060;
	font-size: 12px;
	padding: 0px 10px;
	font-family: Montserrat, sans-serif;
	background-color: #fff;
}

.lblue {
	color: #2949E5;
}

.bold {
	font-weight: 600 !important;
}

.padding125 {
	padding: 0px 12.5px;
}

footer {
	padding: 49px 12.5px 41px 12.5px;
	max-width: 1195px;
	margin: 0 auto;
}

.anchofooter {
	width: 36%;
	height: auto;
	float: left;
	position: relative;
}

.anchofooter2 {
	width: 28%;
	height: auto;
	float: left;
	position: relative;
}

.anchofooter p {
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 24px;
}

.boxifooter {
	width: 296.5px;
	height: auto;
	margin: 0px auto;
	margin-top: 40px;
}

.boxifooter i {
	font-size: 30px;
	margin: 0px 25px;
	float: left;
	color: #2949E5;
}

.hrfooter {
	border: 1px solid #2949E5;
	margin: 0px 12.5px;
}

.footermobile {
	display: none;
}

.topfp {
	margin-top: 22px;
}

@media screen and (max-width: 800px) {
	footer {
		padding: 30px 20px;
	}
	.anchofooter {
		width: 30%;
		height: auto;
	}
	.anchofooter2 {
		width: 40%;
		display: flex;
	}
	.boxifooter i {
		font-size: 25px;
	}
	.topfp {
		margin-top: 0px;
	}
}

@media screen and (max-width: 520px) {
	footer {
		padding: 22px 32px 30px 30px;
		background-color: #6a6a6a;
		color: #2949E5;
	}
	.anchofooter, .anchofooter2, .hrfooter {
		display: none;
	}
	.footermobile {
		display: block;
	}
	.footermobile p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 5px;
		font-family: 'montserratsemibold';
		text-align: center;
		max-width: 200px;
		margin: 0px auto;
	}
	.boxifooter {
		height: auto;
		margin: 30px;
		padding-left: 50px;
		padding-top: 5px;
		padding-inline-start: 2px;
	}
	.boxifooter i {
		color: #2949E5;
		margin: 0px;
	}
	.marginboxifooter1 {
		margin-right: 45px !important;
	}
	.marginboxifooter2 {
		margin-bottom: 40px !important;
	}
	.anchofooter3 {
		width: 50%;
		float: left;
		margin-left: -30px;
	}
	.anchofooter3 img {
		width: 81px;
		float: right;
		margin-right: 37px;
	}
	input {
		height: 30px;
	}
	h1, h2, h3, h4 {
		font-family: 'montserratsemibold';
	}
	.padding125 {
		padding: 0px;
	}
}

/* ========================================================================
 * Check
 * ======================================================================== */
.radiobtn, .checkbtn {
	display: none;
}

.buttons, .checks {
	display: block;
}
.buttonb{
	margin-bottom: 25px; padding-top:50px;
}
.boxresido{
	width:350px;
	margin: 0px auto;
	height: auto;
}
.resido{
	width: auto; float: left; height:auto;
}
.buttons  label {
	margin: 5px 0px 0px 0px;
	position: relative;
	width: auto;
	padding-left: 30px;
	left: -25px;
}

.buttons  label:hover {
	cursor: pointer;
}

.buttons  span {
	display: inline-block;
	position: relative;
	border: 1px solid #2949E5;
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 11px;
	float: left;
}

.radiobtn:checked+span::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 4.5px;
	background-color: #2949E5;
}

.checks  label {
	margin: 5px -24px 0px 0px;
	position: relative;
	width: auto;
	padding-left: 30px;
	left: -25px;
}

.checks  label:hover {
	cursor: pointer;
}

.checks  span {
	display: inline-block;
	position: relative;
	border: 1px solid #606060;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 6px;
	float: left;
}

.checkbtn:checked+span::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	background-image: url("../img/check.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* ========================================================================
 * BUTTON
 * ======================================================================== */
button {
	font-family: Montserrat, sans-serif;
	line-height: normal;
	text-align: center;
	cursor: pointer;
	padding: 0px 30px;
	width: auto;
	height: 59px;
	font-size: 16px;
	border-radius: 30px;
	font-weight: 600;
}

.btn1 {
	border: 1px solid #2949E5;
	background-color: #FFFFFF;
}

.btn2 {
	background-color: #2949E5;
	color: #FFFFFF;
	border: none;
}

.btn2 a {
	color: #FFFFFF;
}

.btn3 {
	color: #2949E5;
	background-color: #fff;
	border: none;
}

.btn3 a {
	color: #2949E5;
}

.btn4 {
	color: #606060;
	background-color: #fff;
	border: none;
}

.btn5 {
	color: #2949E5;
	border: 1px solid #2949E5;
	background-color: #FFFFFF;
}

.btn5 a {
	color: #2949E5;
}

.btn6 {
	color: #B1B1B1;
	font-size: 12px;
	font-weight: 500;
	border: 0px;
	height: auto;
	padding: 0px;
	background-color: #fff;
}

.btn7 {
	color: #2949E5;
	height: auto;
	background-color: transparent;
	border: 0px;
	padding: 0px;
	margin-left: 20px;
	cursor: pointer;
}
.btn8 {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	cursor: pointer;
	text-align: center;
	padding:  20px 30px 20px 30px;
	border-radius: 30px;
	font-weight: bolder;
}
.btng {
	background-color: #DD4B39;
}

.btnf {
	background-color: #3A579D;
}

.btng, .btnf {
	border: 0px;
	color: #fff;
	margin-bottom: 15px !important;
	padding: 17px 32px;
}

.btng i, .btnf i {
	font-size: 31px;
	float: left;
}

.btng a, .btnf a {
	color: #fff;
	margin-top: 8px;
	float: left;
	margin-left: 10px;
}

.mercadopago-button {
	background-color: #2949E5 !important;
	width: auto !important;
	height: 59px !important;
	padding: 0px 40px !important;
	font-family: Montserrat, sans-serif !important;
	line-height: normal !important;
	border: none;
	font-size: 16px !important;
	border-radius: 30px !important;
	font-weight: 600 !important;
	margin-top: 20px;
}

.btn1:hover, .btn2:hover, .btn3:hover, .btn4:hover, .btn5:hover, .btn6:hover,
	.btn7:hover, .btng:hover, .btnf:hover, .btn8:hover, .mercadopago-button:hover {
	opacity: 0.8 !important;
}

.btnbusca i {
	margin-right: 10px;
	color: #2949E5;
}

@media screen and (max-width: 520px) {
	button {
		height: 44px;
		font-size: 12px;
		padding: 0px 17px
	}
	.boxresido, .resido{
	   width: 100%;
	   margin-bottom: 20px;
	   padding-left: 30px;
	}
	.btn8 {
		font-size: 12px;
		padding: 13px 17px 13px 17px;
	}
}

/* ========================================================================
 * HEADER
 * ======================================================================== */
header {
	width: 100%;
	height: auto;
	background-color: #fff;
	float: left;
	position: relative;
}

nav {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0px 12.5px;
	float: left;
}

.logotype {
	width: 300px;
	height: 119px;
	position: relative;
	float: left;
}

.logotypeb {
	width: 85px;
	height: auto;
	position: relative;
	float: left;
	display: none;
	margin-left: 3px;
}

.logotype2 {
	width: 119px;
	height: auto;
	position: relative;
	float: left;
	margin-left: 30px;
	margin-top: 22px;
}

.box-usuario {
	width: auto;
	height: auto;
	position: relative;
	float: right;
	margin-top: 40px;
}

.box-usuario img {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 9px;
}

.buscar, .contacto {
	float: left;
	position: relative;
	margin-top: 21px;
	font-weight: 500;
}

.buscar {
	margin-right: 25px;
}

.contacto {
	margin-right: 24px;
}

.buscar p {
	font-size: 16px;
	letter-spacing: normal;
	line-height: 19px;
	float: left;
	position: relative;
}

.icon1 {
	font-size: 16px;
	margin-right: 10px;
	color: #2949E5;
	float: left;
	position: relative;
	font-weight: 400;
}

.contacto {
	font-size: 16px;
	letter-spacing: normal;
	line-height: 19px;
	color: #2949E5;
}

.buscar p:hover, .contacto:hover, .buscar p:active, .contacto:active,
	.activeh {
	font-weight: 600;
	border-bottom: 2px solid #2949E5
}

.busquedamobile {
	display: none;
}

@media screen and (max-width: 800px) {
	.logotype2 {
		display: none;
	}
	.box-usuario {
		margin-top: 30px;
	}
	nav {
		padding: 0px 20px;
	}
}

@media screen and (max-width: 500px) {
	header {
		height: 52px;
		background-color: #e9e9e8;
	}
	nav {
		padding: 0px 10px;
		margin-top: 2px;
	}
	.logotype, .buscar {
		display: none;
	}
	.logotypeb {
		display: block;
		margin-top: 5px;
		z-index: 99;
	}
	.box-usuario {
		margin-top: 0px;
		margin-right: 65px;
		z-index: 99;
	}
	.contacto {
		display: none;
	}
	.iniciarmobile {
		border: 0px;
		background-color: transparent;
		font-size: 10px;
		padding: 0px;
		height: auto;
		margin-top: 20px;
		letter-spacing: 0.5px;
	}
	.iniciarmobile a {
		color: #8e8e8f !important;
	}
	.busquedamobile {
		display: block;
		width: 94.5%;
		height: 52px;
		position: absolute;
		float: left;
		top: 0;
		right: 0;
		z-index: 9;
	}
	.busquedamobile:hover {
		z-index: 9999;
	}
	.container-2 {
		width: 100%;
		vertical-align: middle;
		white-space: nowrap;
		position: relative;
	}
	.container-2 input#search {
		width: 30px;
		height: 40px;
		background: transparent;
		border: none;
		font-size: 10pt;
		float: right;
		padding-right: 25px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		margin: 6px 10px 6px 0px;
		-webkit-transition: width .55s ease;
		-moz-transition: width .55s ease;
		-ms-transition: width .55s ease;
		-o-transition: width .55s ease;
		transition: width .55s ease
	}
	.container-2 input#search::-webkit-input-placeholder {
		color: #cdcdcd;
	}
	.container-2 .icon {
		position: absolute;
		margin-right: 17px;
		margin-top: 20px;
		z-index: 1;
		color: #000;
		font-size: 14px;
		right: 0;
	}
	.container-2 input#search:focus, .container-2 input#search:active {
		outline: none;
		width: 300px;
		z-index: 9999;
	}
	.container-2:hover input#search {
		width: 100%;
		background-color: #fff;
		border: 1.5px solid #2949E5;
		border-radius: 0px;
		padding-left: 10px;
		z-index: 9999;
	}
	.container-2:hover .icon {
		color: #2949E5;
	}
}

/* ========================================================================
 * CONTENIDO
 * ======================================================================== */
section {
	float: left;
	width: 100%;
	position: relative;
}

.maxh1 {
	text-align: center;
	font-size: 60px;
	line-height: 66px;
	color: #606060;
	max-width: 610px;
	margin: 0px auto;
	font-weight: 500;
	width: 100%;
}

.paddingmaxh1 {
	padding: 70px 0px 85px 0px
}

@media screen and (max-width: 800px) {
	.maxh1 {
		font-size: 40px;
		line-height: 48px;
	}
	.paddingmaxh1 {
		padding: 50px 0px
	}
}

@media screen and (max-width: 500px) {
	.maxh1, .paddingmaxh1 {
		display: none;
	}
}

/* ========================================================================
 * LOGIN
 * ======================================================================== */
.box-login {
	height: 527px;
	width: 586px;
	margin: 50px auto;
	background-color: #FFFFFF;
	box-shadow: 0 0 1px 0 #818181;
}

.box-login h3 {
	text-align: center;
	margin-top: 70px;
	margin-bottom: 10px;
}

.box-login h4 {
	text-align: center;
}

.recuperar {
	font-size: 12px;
	line-height: 28px;
	float: right;
	margin-top: 7px
}

.box1 {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.box2 {
	width: 286px;
	height: auto;
	margin: 0px auto;
	margin-top: 30px;
}

.boxbtn {
	margin: 0px auto;
	margin-top: 40px;
	display: block;
}

.top68 {
	margin-top: 68px;
}

.bottom40 {
	margin-bottom: 40px;
}

.bottom80 {
	margin-bottom: 80px;
}

.top80 {
	margin-top: 80px;
}

/* ========================================================================
 * BACKEND
 * ======================================================================== */
.headeregc {
	height: auto;
	width: 100%;
	margin: 0px;
	border-bottom: 1px solid #2949E5;
}

.navegc {
	width: 100%;
	height: 66px;
	margin: 0px;
	padding: 0px 77px 0px 30px;
}

.boxh4egc {
	padding: 25px 0px 19px 0px;
	float: left;
}

.boxjg {
	float: right;
	padding: 19px 0px 7px 0px;
}

.jgcircle {
	box-sizing: border-box;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	border: 1px solid #2949E5;
	background-color: #fff;
	color: #2949E5;
	padding: 0px 9px;
}

.downjg {
	height: 5px;
	width: 9px;
	color: #2949E5;
	margin-left: 5px;
}
/* ========================================================================
 * MENU DESPLEGABLE
 * ======================================================================== */
.dropdown {
	position: relative;
	display: inline-block;
	z-index: 999;
	float: right;
	margin-right: 20px;
}

.dropdown4 {
	float: left;
	margin-right: 0px;
	width: 100% !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #606060 !important;
	padding-top: 19px !important;
	
}

.dropdown5 {
	float: left;
	margin-right: 0px;
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #606060 !important;
}

.dropdown4 i, .dropdown5 i {
	color: #606060;
}

.dropdown4 button, .dropdown5 button {
	font-size: 14px !important;
}

.dropdown-content {
	display: none;
	position: absolute;
	height: 132px;
	width: 207px;
	background-color: #F9F9F9;
	box-shadow: 0 0 1px 0 #818181;
	margin-top: 8px;
	margin-left: -156px;
}

.dropdowna1 {
	color: #606060;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 14px;
	padding: 0px 14px 5px 14px;
}

.dropdowna2 {
	color: #606060;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	padding: 20px 14px 0px 14px;
}

.dropdowna3 {
	color: #2949E5;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	padding: 5px 15px;
	float: left;
}

.dropdown-content hr, .dropdown-content3 hr {
	box-sizing: border-box;
	width: 100%;
	border: 0.5px solid #BEBEBE;
}

.dropdown-content3 hr {
	margin-bottom: 0px;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown2 {
	position: relative;
	display: inline-block;
	z-index: 999;
	margin-right: 20px;
}

.dropdown-content2 {
	display: none;
	position: absolute;
	height: auto;
	width: 220px;
	background-color: #F9F9F9;
	box-shadow: 0 0 1px 0 #818181;
	padding: 0px 15px;
}

.dropdown-content2 a {
	width: 100%;
	margin: 10px 0px 10px 0px;
	font-size: 12px;
	line-height: 18px;
	float: left;
}

.dropdown2:hover .dropdown-content2 {
	display: block;
}

.dropdown-content3 {
	display: none;
	position: absolute;
	height: 300px;
	width: 323px;
	background-color: #F9F9F9;
	box-shadow: 0 0 1px 0 #818181;
	border-top: 1.5px solid #2949E5;
	overflow-y: auto;
	left: 300px;
	transform:translateY(-20px);
}

.dropdown-content3 h4 {
	padding: 25px 15px;
}

.paddrop {
	padding: 15px;
	width: 100%;
	float: left;
}
.paddrop:hover {
	background-color: #2949E5;
	color: #fff;
}

.paddrop label {
	font-size: 13px;
	margin-top: 1px;
}

.aplidrop {
	width: 100%;
	padding: 13px 15px;
	border: 0px;
	background-color: transparent;
	text-align: left;
	color: #2949E5;
	border-radius: 0px;
	margin: 0px;
}

.aplidrop:hover {
	color: #fff;
	background-color: #2949E5;
}

.dropdown:hover .dropdown-content3 {
	display: block;
}

@media screen and (max-width: 500px) {
	.dropbtn {
		height: 50px;
	}
	.dropdown {
		margin-right: 12px;
		margin-left: -110px;
	}
}

/* ========================================================================
 * MENU LATERAL y CONTENIDO
 * ======================================================================== */
.lateral {
	width: 10%;
	height: auto;
	position: relative;
	float: left;
	background-color: #2949E5;
}

.lateral ul {
	-webkit-padding-start: 0px;
	margin-top: 0px;
}

.lateral li {
	height: 95px;
	width: 100%;
	float: left;
}

.lateral li:hover, #activo {
	background-color: #2949E5;
}

.lateral img {
	height: auto;
	margin: 0px auto;
	display: block;
	margin-top: 27px;
	margin-bottom: 5px;
}

.width1 {
	width: 26px;
}

.width2 {
	width: 33px;
}

.width3 {
	width: 25px;
}

.width4 {
	width: 31px;
}

.width5 {
	width: 39px;
}

.width6 {
	width: 25px;
}

.lateral a {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	display: block;
}

.contenido, .contenido3 {
	width: 90%;
	height: auto;
	position: relative;
	float: left;
	background-color: #f1f1f1;
}

.contenido {
	padding: 23px 71px;
}

.contenido3 {
	padding: 45px 71px 23px 71px;
}

.contenido5 {
	width: 1033px;
	height: auto;
	margin: 0px auto;
	display: block;
	margin-top: 80px;
}

.contenido-mp {
	width: 700px;
	height: auto;
	padding: 60px;
	margin: 0px auto;
	display: block;
	margin-bottom: 100px;
	box-shadow: 0 0 1px 0 #818181;
	margin-top: 200px;
}

@media screen and (max-width: 800px) {
	.contenido5 {
		padding: 0px;
		width: 100%;
		margin-top: 0px;
	}
}

/* ========================================================================
 * DASHBOARD
 * ======================================================================== */
.boxobjetivos, .boxnotificaciones, .boxactividades, .boxcampanias,
	.boxcobranzas {
	background-color: #FFFFFF;
	box-shadow: 0 0 1px 0 #818181;
}

.boxobjetivos, .boxactividades {
	width: 66%;
	height: auto;
	margin-right: 1%;
	float: left;
}

.boxcobranzas {
	width: 100%;
	height: auto;
	float: left;
	padding: 24px 30px;
	margin-bottom: 15px;
}

.boxnotificaciones, .boxcampanias {
	width: 33%;
	height: auto;
	float: left;
}

.boxobjetivos, .boxnotificaciones {
	margin-bottom: 10px;
}

.boxobjetivos h4, .boxnotificaciones h4, .boxactividades h4,
	.boxcampanias h4 {
	float: left;
}

.boxobjetivos hr, .boxnotificaciones hr, .boxcampanias hr {
	width: 100%;
	margin: 0px;
	border: 0.5px solid #818181;
	opacity: 0.5;
}

.boxobjetivos1, .boxnotificaciones1 {
	padding: 25px 30px 27px 30px;
	float: left;
	width: 100%;
}

.ancho31 {
	width: 31%;
	float: left;
	margin-right: 10px;
}

.ancho31 button {
	margin-left: 20px;
	margin-top: 12px;
}

.boxobjetivos2 {
	padding: 34.5px 37.5px 36px 37.5px;
	float: left;
	width: 100%;
}

.ancho48 {
	width: 48%;
	float: left;
	margin-right: 10px;
}

.boxobjetivos2 img {
	width: 130px;
	height: auto;
	float: left;
	margin-right: 21.5px;
}

.boxobjetivos2 h3 {
	color: #606060;
	font-size: 24px;
	line-height: 30px;
	margin: 3px 0px 0px 0px;
}

.boxobjetivos2 h3 span, .boxobjetivos2 p, .boxcobranzas span {
	font-size: 12px
}

.boxobjetivos2 p {
	margin-bottom: 20px;
}

.boxnotificaciones2, .boxnotificaciones3 {
	width: 100%;
	float: left;
	padding: 24px 30px
}

.boxnotificaciones2 {
	background-color: #ddecf4;
}

.boxnotificaciones3 {
	background-color: #fff;
	min-height: 96px;
}

.iconletra {
	height: 48px;
	width: 48px;
	background-color: #2949E5;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 29px;
	padding: 11px 0px;
	text-align: center;
	float: left;
	border-radius: 24px;
	margin-right: 5px;
}

.boxnotificaciones2 p, .boxnotificaciones3 p {
	margin: 3px 0px;
	font-size: 12px;
	line-height: 18px;
}

.dhoy, .dayer {
	margin: 3px 0px;
	font-size: 12px;
	line-height: 18px;
	float: right;
}

.dhoy i {
	font-size: 6px;
	color: #2949E5;
	float: left;
	margin: 6px 5px 0px 0px;
}

.dayer i {
	font-size: 6px;
	color: #fff;
	float: left;
	margin: 6px 5px 0px 0px;
}

.boxactividades2 {
	padding: 26px 30px 10px 30px;
	float: left;
	width: 100%;
}

.boxactividades3 {
	padding: 0px 30px 11px 30px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #2949E5;
}

.boxactividades3 a {
	font-size: 16px;
	line-height: 22px;
	margin-right: 70px;
}

.boxactividades3 a:hover, .aactive {
	font-weight: 600;
	padding-bottom: 12px;
	border-bottom: 2px solid #2949E5;
}

.boxactividades button, .boxcampanias button {
	height: auto;
	padding: 0px;
}

.fuerademes p {
	opacity: 0.5;
}

.diaseleccionado {
	font-weight: 600;
}

.bcero {
	border: 0px !important;
}

.bcero p {
	margin-top: -5px;
}

.bdashed td {
	border-bottom-style: dashed;
}

.btcero  td {
	border-top: 0px !important;
}

.bbcero  td {
	border-bottom: 0px !important;
}

/* ========================================================================
 * CURSOS
 * ======================================================================== */
.contenido2 {
	width: 90%;
	height: auto;
	position: relative;
	float: left;
	background-color: #fff;
}

.calendario {
	width: 20%;
	height: 880px;
	position: relative;
	float: left;
	background-color: #F9F9F9;
	padding: 36px 26px 0px 25px;
}

.lista {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 40px;
}

.lista hr {
	float: left;
	width: 100%;
	margin: 13.5px 0px 19px 0px;
}

.lista label {
	font-size: 16px;
	margin-top: 2px;
}

.lista input {
	margin-top: 1px;
}

.tablafechas {
	width: 80%;
	height: auto;
	position: relative;
	float: left;
	background-color: #fff;
	padding: 17px 20px 19px 20px;
}

.fecha2 {
	float: left;
	padding: 20px 0px 0px 20px;
}

.fecha2 i, .fecha1 i, .row1 {
	color: #2949E5;
	font-size: 16px;
	font-weight: 600;
	margin: 0px 23px;
	float: left;
}

.fecha2 h4 {
	float: left;
}

/* ========================================================================
 * CREAR CURSOS
 * ======================================================================== */
.borrartitulo {
	width: 5%;
	height: auto;
	position: relative;
	float: left;
	padding-top: 44px;
}

.actividad {
	width: 95%;
	height: auto;
	position: relative;
	float: left;
}

.bigtext {
	width: 60%;
	float: left;
	padding: 40px 0px;
}

.bigtext label {
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: 600;
}

.bigtext input {
	font-size: 34px;
	height: 56px;
	font-weight: 600;
}

.btnact {
	width: 40%;
	float: left;
	padding: 50px 20px 0px 0px;
}

.padding1 {
	border-bottom: 2px solid #2949E5;
	padding-bottom: 50px;
}

.padding2 {
	padding-top: 48px;
}

.margin30 {
	margin-bottom: 30px;
}

.ancho17 {
	width: 17%;
	margin-right: 15px;
	float: left;
}

.ancho18 {
	width: 18.5%;
	float: left;
}

.ancho82 {
	width: 81.5%;
	float: left;
}

.ancho21 {
	width: 21%;
	margin-right: 15px;
	float: left;
}

.ancho10 {
	width: 10%;
	margin-right: 15px;
	float: left;
}

.ancho44 {
	width: 44%;
	margin-right: 15px;
	float: left;
}

.ancho25 {
	width: 25%;
	float: left;
}

.ancho75 {
	width: 75%;
	float: left;
	padding-left: 10px;
}

.ancho75 p {
	font-size: 16px;
	margin-bottom: 5px;
}

.minibtn {
	width: auto;
	float: left;
	margin-right: 15px;
}

.minibtn p {
	font-size: 12px;
	margin-bottom: 10px;
}

.minibtn button {
	height: 31px;
	width: 31px;
	border: 1px solid #B1B1B1;
	background-color: #FFFFFF;
	border-radius: 15px;
	padding: 0px;
	font-size: 14px;
}

.minibtn button:hover, .minibtn button:active {
	color: #fff;
	background-color: #2949E5;
	border: none;
}

.lista2 li {
	font-size: 16px;
}

.lista2 ul {
	list-style: none;
	-webkit-padding-start: 0px;
	margin-bottom: 170px;
}

.lista2 hr {
	width: 1px;
	height: 33px;
	margin: 0px 0px 0px 6px
}

.positivo {
	color: #2949E5;
	margin-right: 9px;
	font-size: 19px;
}

.negativo {
	color: #B1B1B1;
	margin-right: 9px;
	font-size: 19px;
}

.cargafoto {
	padding: 48px 0px;
	text-align: center;
	border: 1px solid #606060;
}

.cargafoto p {
	font-size: 12px;
	margin-bottom: 25px;
}

.textborder input {
	border: 1px solid #606060;
	padding: 10px;
	height: 92px;
}

.cargadatos {
	padding: 12px 15px;
	border: 1px solid #606060;
	height: 44px;
	float: left;
	width: 89%;
}

.icon1 {
	font-size: 20px !important;
	float: left;
	color: #2949E5;
	margin-right: 10px;
}

.icon2 {
	font-size: 20px !important;
	float: right;
	color: #2949E5;
}

.cargadatos p {
	font-size: 12px;
	float: left;
	margin-top: 5px;
}

.datostitle {
	float: left;
	width: 89%;
	margin-bottom: 10px;
}

.datostitle p {
	font-size: 12px;
}

.boxalum {
	width: 89%;
	float: left;
	padding-top: 10px;
}

.boxalum i {
	float: left;
	margin-right: 15px;
	color: #2949E5;
	font-size: 20px !important;
}

.boxalum p {
	float: left;
	margin-top: 3px;
}

.texttabla p {
	font-size: 16px;
	text-align: left;
	line-height: 22px;
	font-weight: 500;
}

.textabla2 p {
	color: #68EC91;
	font-size: 24px;
	text-align: left;
}

.textabla3 p {
	color: #E52A2A;
	font-size: 24px;
	text-align: left;
	float: left;
}

.tr0 th {
	border-bottom: 1px solid #606060;
	padding-left: 30px
}

.tr1 td {
	padding: 17px 0px 10px 30px;
	background-color: #F9F9F9;
}

.tr2 td {
	padding: 17px 0px 10px 30px;
}

.tr3 td {
	padding: 20px 10px;
	background-color: #F9F9F9;
}

.tr4 td {
	padding: 20px 10px;
	background-color: #fff;
}

.tr3 p, .tr4 p {
	font-size: 16px;
	line-height: 22px;
}

.tr5 td {
	padding: 21px 0px 28px 25px;
	background-color: #F9F9F9;
	height: auto;
}

.tr6 td {
	padding: 21px 0px 28px 25px;
	height: auto;
}

.tr7 td {
	padding: 21px 0px 10px 25px;
	background-color: #2949E5;
	color: #fff;
	height: auto;
}

.espacialmenu {
	width: auto;
	height: 15px;
	border: 0px;
	background-color: #fff;
	padding: 0px;
}

.sinalum {
	padding-top: 50px;
	text-align: center;
	min-height: 300px;
}

.sinalum i {
	font-size: 22px !important;
}

.sinalum p {
	font-size: 16px;
	margin-top: 10px;
}

.bordertable {
	border-collapse: collapse;
}

.bordertable td, .bordertable th {
	border: 0.5px solid #B1B1B1;
}

.bordertable th {
	border-top: 0px;
}

.bordertable td {
	border-bottom: 0px;
}

.br0 {
	border-right: 0px !important;
}

.bl0 {
	border-left: 0px !important;
}

.hrline {
	margin: 0px 1.9%;
	height: 44px;
	float: left;
	width: 1px;
	background-color: #B1B1B1;
}

.checkbox2, .checkbox3 {
	height: 28.5px;
	width: 28.5px;
	border-radius: 14px;
	text-align: center;
	padding: 4px 0px;
	margin: 0px auto;
}

.checkbox2 {
	border: 1.5px solid #68EC91;
	color: #68EC91;
}

.checkbox3 {
	border: 1.5px solid #b1b1b1;
	color: #b1b1b1;
}

.del1, .del2 {
	padding: 23px 30px 23px 37px;
	height: auto;
	float: left;
	width: 100%;
}

.del1 h4, .del2 h4 {
	padding: 18px 0px;
}

.del1 button, .del2 button {
	margin-left: 10px;
	background-color: transparent;
}

.del1 {
	background-color: #f9f9f9;
}

.del2 {
	background-color: #fff;
}

.totalnum, .totalnum2 {
	width: 80%;
	padding-bottom: 10px;
	float: left;
}

.totalnum3 {
	width: 30%;
}

.totalnum {
	border-bottom: 1px solid #606060;
}

.totalnum h3, .totalnum2 h3 {
	margin: 0px !important;
}

.alertneg h3, .alertneg span {
	color: #E52A2A;
}

/* ========================================================================
 * COBRANZAS
 * ======================================================================== */
.pad1 {
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 25px 30px;
	float: left;
	border: 1px solid #606060;
}

/* ========================================================================
 * INICIO
 * ======================================================================== */
.ancho33 {
	float: left;
	position: relative;
	width: 33.33%;
	padding: 0px 15px;
}

.contentselect {
	max-width: 1062px;
	margin: 0px auto;
	height: auto;
}

.select3 {
	float: left;
	position: relative;
	width: 324px;
	margin: 0px 15px;
	margin-bottom: 25px;
}

.bordernone select {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid #606060;
	font-size: 14px;
	padding: 0px;
}

.bordernone select:hover {
	color: #2949E5;
	border-bottom: 2px solid #2949E5;
}

.selectmodal {
	width: 100%;
	float: left;
	position: relative;
	height: auto;
	margin: 0px;
}

.selectmodal select {
	height: 33px;
}

.bordernone select, .boxordenar select, .selectmodal select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.bordernone select::-ms-expand, .boxordenar select::-ms-expand {
	display: none;
}

.iarrow {
	position: absolute;
	right: 0px;
	top: calc(65% - 13px);
	width: 8px;
	height: 8px;
	display: block;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: black transparent transparent transparent;
}

.iarrow2, .iarrow3 {
	position: absolute;
	right: 10px;
	width: 8px;
	height: 8px;
	display: block;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: black transparent transparent transparent;
}

.iarrow2 {
	top: 14px;
}

.iarrow3 {
	top: 17px;
}

.bordernone:hover i, .boxordenar:hover i {
	border-color: #2949E5 transparent transparent transparent;
	transform: rotate(-180deg);
}

.bordernone option {
	background-color: #F9F9F9;
	height: 60px !important;
	width: 100% !important;
	border-bottom: 1px solid black !important;
	color: black !important;
	padding: 18px !important;
}

.bordernone option:focus {
	outline: 0px !important;
	border: 0px !important;
}

.bordernone option:focus {
	color: #2949E5 !important;
	background-color: transparent !important;
}

.buttonfiltros {
	margin-bottom: 74px;
	padding: 0px 77px 0px 84px;
}

.contenido4 {
	width: 100%;
	float: left;
}

.contenido4 h3 {
	padding-left: 12.5px;
}

.margincontenido4 {
	margin-bottom: 39px;
	margin-top: 85px;
}

.boximgact{
	float: left;
	position: relative;
	width: 20%;
	padding: 0px 12.5px;
	margin-bottom: 25px;
}

.boxcontact {
	width: 100%;
	height: auto;
	box-shadow: 0 0 1px 0 #818181;
	float: left;
}

.fechaia{
	height: 52px; 
	width: 48px; 
	background-color: #FFFFFF; 
	box-shadow: 0 0 1px 0 #818181;
	position: absolute;
	margin-top: 11px;
	z-index: 9999;
    margin-left: -5px;
    padding: 11px 9px;
}

.fechaia p{
	color: #606060;
	font-size: 12px;	
	font-weight: 600;
	text-align: left;
	margin-bottom: 4px;
}

.boximgactb {
	float: left;
	width: 100%;
	height: 180px;
	background-image: url(../img/imgej2.jpg);
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.boximgactb img {
	position: relative;
	height: auto;
	float: left;
}

.boximgactc {
	float: left;
	padding: 15px 14px 19px 14px;
	min-height: 152px;
}

.boximgactc h4{
	line-height: 19px;
    height: 95px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 13px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.datosfecha {
	width: 100%;
	height: auto;
}

.datosfecha p {font-size: 10px; float: left; text-transform: uppercase;}

.datosfecha img {
    height: 10px;
    width: 10px;
    margin-right: 3px;
    float: left;
    margin-top: 0px;
}

.datosfechap1 {
	float: left;
}

.datosfechap1 span {
	display: none;
}

.datosfechap2 {
	float: right;
}

.datosfechap2 p {
	font-style: italic;
}

.iarrows i {
	color: #2949E5;
	font-size: 26px;
	margin-right: 12.5px;
}

.box-modalnew {
	width: 985px;
	margin: 0px auto;
	margin-top: 205px;
	background-color: #FFFFFF;
	height: 130px;
}

.cajabusqueda {
	padding: 30px 80px 85px 80px;
}

.cajabusqueda input {
	text-align: center;
	font-size: 60px;
	line-height: 66px;
	color: #606060;
	margin: 0px auto;
	font-weight: 500;
	width: 100%;
	border: 0px;
	height: auto;
}

.cajabusqueda i {
	font-size: 40px !important;
	text-align: center;
	color: #2949E5;
}

.cajabusqueda1 {
	width: 10%;
	float: left;
	height: 60px;
}

.cajabusqueda2 {
	width: 80%;
	float: left;
	height: 60px;
}

.cajabusqueda3 {
	width: 10%;
	float: left;
	height: 60px;
	text-align: center;
	padding-top: 17px;
	cursor: pointer;
	height: 69px;
}

.cajabusqueda3 img {
	width: 24px;
	height: 24px;
	margin-top: 10px;
	float: right;
	margin-right: 8px;
}

.cajafiltros1 {
	width: 70%;
	float: left;
}

.cajafiltros1 button {
	height: 47px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	padding: 0px 15px;
}

.cajafiltros1 i {
	margin-left: 8px;
	color: #2949E5;
}

.closebutton {
	width: 16px;
	height: 16px;
	margin-left: 8px;
	float: right;
}

.cajafiltros2 {
	width: 30%;
	float: left;
}

.cajafiltros2 button {
	margin-bottom: 10px;
	float: right;
}

.contactoform {
	width: 570px;
	height: auto;
	margin: 0px auto;
	margin-top: 49px;
}

.contactoform h3 {
	max-width: 490px;
	padding-bottom: 70px;
	text-align: center;
	font-size: 24px;
	margin: 0px auto;
	line-height: 30px;
	font-weight: 500;
}

.contactoform input {
	margin-bottom: 30px;
	padding: 10px;
	height: 35px;
	border-bottom: 1px solid #606060;
}

.boxmensaje {
	margin-top: 55px;
	border: 1px solid #606060;
	height: 177px;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
}

.h3mobile {
	display: none;
}

.marginboximg {
	margin-top: 35px;
}

.margincontenido4b {
	margin-bottom: 39px;
}

.marginmarcas {
	margin-top: 17px;
	margin-bottom: 35px;
	padding: 0px 12.5px;
}

.marginmarcas img {
	height: auto;
    width: 21%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
}

.displayn2, .boxvolver, .boxordenar2, .boxordenar3, .boxresultados,
	.contactomobile {
	display: none !important;
}

.marginbtncontacto {
	margin-top: 50px;
	margin-bottom: 81px;
}

.boxcargarmas {
	margin-bottom: 110px;
	text-align: center;
}

.display-cursos{
	display: flex;
    flex-wrap: wrap;

}

/* carrusel desde aqui*/
.carrusel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 40px;
}

.carrusel-container {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}
/*
.boximgact-dos {
    flex: 0 0 20%;
    box-sizing: border-box;
    padding: 10px;
    margin-right: 10px;
    min-width: 240px;
}*/

.boximgact-dos {
    flex: 0 0 auto;
    width: 240px;
    box-sizing: border-box;
    padding: 10px;
    margin-right: 10px;
}

.boximgactb-dos {
    background-size: cover;
    background-position: center;
    height: 150px;
    border-radius: 6px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}

.carrusel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.carrusel-btn.left {
    left: 0;
}

.carrusel-btn.right {
    right: 0;
}

/* carrusel simple hasta aqui*/


/* Carrusel doble - versión alternativa */
.carrusel-doble-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 40px;
}

.carrusel-doble-container {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

.carrusel-doble-pagina {
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}

.grid-container-doble {
    display: grid;
    grid-template-columns: repeat(5, minmax(200px, 1fr));
    grid-auto-rows: auto;
    gap: 10px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.boximgact-doble {
    flex: 0 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-right: 10px;
    min-width: 0;

}

.boximgactb-doble {
    background-size: cover;
        background-position: center;
        height: 150px;
        border-radius: 6px;
        margin-bottom: 10px;
        background-color: #f0f0f0;
}

.carrusel-doble-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    visibility: visible;
}

.carrusel-doble-btn.left {
    left: 0;
}

.carrusel-doble-btn.right {
    right: 0;
}

/* --Responsive-- */
@media (max-width: 1200px) {
    .grid-container-doble {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 900px) {
    .grid-container-doble {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .grid-container-doble {
        grid-template-columns: repeat(2, 1fr);
    }

    .carrusel-doble-wrapper {
        padding: 0 30px;
    }

    .boximgactb-doble {
        height: 120px;
    }
}
/* carrusel doble hasta qui*/

@media screen and (max-width: 1200px){
	.boximgact{width: 25%;}
}

@media screen and (max-width: 800px) {
	.contentselect {
		max-width: 324px;
	}
	.margincontenido4 {
		margin-top: 16px;
	}
	.boximgact {
		width: 50%;
		margin-bottom: 25px;
	}
	.marginmarcas {
		margin-top: 0px;
	}
	.select3 {
		margin: 0px 0px 20px 0px;
	}
	.contenido4 {
		padding: 0px 20px;
	}
	.cajafiltros1, .cajafiltros2 {
		width: 100%;
		margin-bottom: 20px;
	}
	.cajafiltros2 button {
		float: none;
		margin: 0px auto;
		display: block;
	}
	.buttonfiltros {
		margin-bottom: 0px;
		padding: 0px 54px;
	}
}

@media screen and (max-width: 520px) {
	.displayn {
		display: none !important;
	}
	.boximgact {
		width: 100%;
		margin-bottom: 30px;
	}
	.boxordenar2 {
		display: block !important;
		width: 112px;
		height: 37px;
		padding: 12px 0px 13px 8px;
		margin-top: 19px;
		margin-left: 13px;
		margin-bottom: 27px;
		box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.5);
	}
	.boxordenar2 img {
		width: 11px;
		height: 12px;
		margin-right: 7px;
		float: left;
	}
	.h3mobile {
		display: block;
		color: #2949E5;
		font-size: 12px;
		letter-spacing: 1px;
	}
	.h3mobile a {
		color: #2949E5;
	}
	.marginboximg {
		margin-top: 0px;
	}
	.margincontenido4, .margincontenido4b {
		margin-bottom: 20px;
	}
	.marginmarcas {
		display: none;
	}
	.boxordenar {
		width: 100%;
		height: 70px;
		background-color: #f6f5f5;
		padding: 30px 18px 0px 18px;
	}
	.box-borrarfiltros {
		height: 70px;
		padding: 30px 18px 0px 18px;
	}
	.box-borrarfiltros i {
		color: #2949E5;
		float: left;
	}
	.box-borrarfiltros h3 {
		float: right;
	}
	.displayn2 {
		display: block !important;
	}
	.margincontenido4 {
		margin-top: 0px;
	}
	.contenido4 {
		padding: 0px 18px;
	}
	.contenido4 h3 {
		padding-left: 0px;
		font-size: 14px;
		margin-bottom: 20px;
		letter-spacing: 0.5px;
	}
	.selectordenar {
		width: 120px;
		border: 0px;
		background-color: transparent;
		height: auto;
		font-size: 14px;
		float: right;
	}
	.ancho33 {
		width: 100%;
		padding: 0px;
	}
	.contentselect {
		float: left;
		margin-bottom: 20px;
	}
	.bordernone select {
		border: 0px;
		padding: 0px 7px 0px 7px;
		background: #fff;
		font-family: 'montserratmedium';
		font-weight: 600;
		letter-spacing: 1px;
	}
	.verresultados {
		padding: 10px 18px
	}
	.verresultados p {
		float: left;
		margin-top: 15px;
		color: grey;
	}
	.verresultados button {
		float: right;
	}
	.boximgact {
		padding: 0px;
	}
	.contactoform {
		width: 100%;
		padding: 0px 20px;
		margin-top: 18px;
	}
	.contactoform h4 {
		max-width: 90%;
		padding-bottom: 25px;
		text-align: center;
		font-size: 16px;
		margin: 0px auto;
		line-height: 22px;
	}
	.contactoform label {
		font-family: 'montserratmedium';
		font-weight: 600;
	}
	.boxmensaje {
		margin-top: 0px;
		border: 0.5px solid #606060;
		height: 81px;
		border-radius: 5px;
	}
	.newsletter {
		padding: 0px 18px;
	}
	.checks label {
		margin: 4px -24px 0px 5px;
	}
	.marginbtncontacto {
		margin: 0px auto;
		display: block;
		margin-top: 25px;
		margin-bottom: 35px;
		height: 50px;
		width: 100%;
		background-color: #e9e9e8;
		color: #494949;
		font-family: 'montserratmedium';
		font-weight: 600;
	}
	.fechaia {
		height: 40px;
		width: 40px;
		box-shadow: none;
		margin-top: 0px;
		margin-left: 0px;
		padding: 8px
	}
	.fechaia p {
		font-size: 16px;
		margin-bottom: 3px;
		text-align: center;
		letter-spacing: 0.7px;
		font-family: 'montserratsemibold';
	}
	.minipfecha {
		font-size: 7px !important;
	}
	.boxcontact {
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);;
		border-radius: 0px 10px 10px 10px;
	}
	.boximgactb {
		height: 148px;
		border-radius: 0px 10px 0px 0px;
	}
	.boximgactc {
		padding: 22px 10px 23px 10px;
		min-height: 188px;
	}
	.boximgactc h4 {
		line-height: 28px;
		height: auto;
	}
	.datosfecha img {
		display: none;
	}
	.datosfecha p {
		text-transform: none;
	}
	.datosfechap1 {
		width: 100%;
		margin-bottom: 14px;
	}
	.datosfechap1 span {
		display: block;
		float: left;
		margin-right: 5px;
	}
	.datosfechap2 {
		float: left;
	}
	.datosfechap2 p {
		font-style: inherit;
		font-family: 'montserratsemibold';
	}
	.boxcargarmas {
		margin-bottom: 40px;
	}
	.boxvolver {
		display: block !important;
		width: 100%;
		padding: 17px 18px 0px 14px;
		height: auto;
	}
	.boxvolver1 {
		float: left;
		position: relative;
	}
	.boxvolver1 i {
		font-size: 24px;
		margin-right: 7px;
		margin-top: -5px;
		float: left;
		color: black;
	}
	.boxvolver1 span {
		float: left;
		color: black;
	}
	.boxvolver2 {
		float: right;
	}
	.boxvolver h3 {
		font-size: 16px;
		letter-spacing: 1px;
		float: right;
	}
	.boxordenar3 {
		display: block !important;
		height: 52px;
		width: 100%;
		float: left;
		position: relative;
		border-bottom: 1px solid #606060;
		padding: 18px 17px 0px 20px;
		margin-bottom: 23px;
	}
	.boxordenar3 h3 {
		float: left;
		font-size: 16px;
		color: black;
	}
	.boxordenar3 p {
		float: right;
		position: relative;
		color: black;
	}
	.boxordenar3 span {
		margin-right: 34px;
	}
	.boxordenar3 i {
		top: 4px !important;
	}
	.boxresultados {
		display: block !important;
		width: 100%;
		height: 81px;
		position: relative;
		float: left;
		padding: 18px 14px 0px 21px;
		border-top: 1px solid #606060;
		border-bottom: 1px solid #606060;
		margin-bottom: 40px;
	}
	.boxresultados h3 {
		float: left;
		font-size: 13px;
		margin-top: 16px;
	}
	.boxresultados button {
		float: right;
		font-size: 13px
	}
	.contactomobile {
		display: block !important;
	}
	.contactomobile h3 {
		float: left;
		font-size: 16px;
		color: black;
		margin-bottom: 14px;
		padding-bottom: 0px;
	}
	.contactomobile p {
		float: left;
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 23px;
	}
}

/* ========================================================================
 * ELEMENTOS SELECT INDEX
 * ======================================================================== */
.box-select1 {
	width: 323px;
	height: auto;
	background-color: #F9F9F9;
	box-shadow: 0 0 1px 0 #818181;
	float: left;
}

.box-select1 h4 {
	color: #606060;
	font-size: 16px;
	font-weight: 600;
	padding: 20px 17px;
	float: left;
}

.box-select1 a, .box-select1label {
	color: #606060;
	font-size: 16px;
	font-weight: 500;
	padding: 20px 17px;
	float: left;
	border-bottom: 0.5px solid #BEBEBE;
	width: 100%;
}

.box-select1 label {
	font-size: 16px;
	margin-top: 2px;
}

.box-select1 a:hover, .box-select1 label:hover {
	color: #2949E5;
	font-weight: 600;
}

.box-select1 button {
	background-color: #2949E5;
	width: 100%;
	border: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0px;
	text-align: left;
	padding: 0px 20px;
}

/* ========================================================================
 * CURSO
 * ======================================================================== */
.imgcurso {
	width: 100%;
	height: auto;
	background-image: url(../img/imgcurso.jpg);
	position: relative;
	background-size: cover;
	color: rgb(255, 255, 255);
	background-position: center right;
	background-repeat: no-repeat;
	margin: 70px 0px 50px 0px;
}

.infoic {
	width: 100%;
	min-height: 459px;
	padding: 80px 107px 40px;
}

.infoic h2 {
	font-size: 34px;
	font-weight: 500;
	line-height: 38px;
	max-width: 517px;
	margin: 10px 0px 40px 0px;
}

.infoic button {
	border: 2px solid #fff;
    min-width: 200px;
    margin-right: 20px;
    margin-bottom: 60px;
    margin-left: 0;
}
.infoic .btn7{
	height: 59px;
    padding: 0 42px;
	background-color: #2949E5;
}
.infoic .btn8{
	border: 2px solid #fff;
	display: inline-block;
	margin-bottom: 60px;
	margin-right: 20px;
	background-color: #2949E5;
}
.infoic p {
	text-transform: uppercase;
}
.contenedor-botones-inscripcion{
	position: relative;
	max-width: 600px;
}

.datosic {
	padding: 0px 64px 38px 50px;
	height: auto;
	float: left;
	width: 100%;
}

.datosicb {
	padding: 0px 0px 50px 75px;
	height: auto;
	float: left;
	width: 100%;
}

.datosic p {
	margin-bottom: 11px;
	text-transform: uppercase;
}

.datosic h4 {
	margin-bottom: 3px;
}

.datosic i {
	margin-bottom: 3px;
	font-size: 22px;
	margin-top: -15px;
}

.datosic1 {
	width: 43%;
	float: left;
}

.datosic2 {
	width: 13%;
	float: left;
}

.datosic3 {
	width: 21%;
	float: left;
}

.datosic4 {
	width: 57%;
	float: left;
	padding: 40px 0px 0px 0px;
}

.datosic5 {
	width: 10%;
	float: left;
}

.datosic6 {
	width: 43%;
	float: left;
	padding: 40px 23px 42px 107px;
}

.conferencia {
	height: 41px;
	width: 50px;
	float: left;
}

.imgreloj {
	height: 22px;
	width: 22px;
	margin-bottom: 6px;
	margin-top: -8px;
}

.relojblue {
	height: 22px;
	width: 22px;
	float: left;
}

.datoscurso {
	background-color: #F9F9F9;
	border-top: 1px solid #2949E5;
	border-bottom: 1px solid #2949E5;
	margin-bottom: 45px;
}

.datoscurso h4 {
	margin-bottom: 8px;
}

.datoscurso p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 22px;
}

.arancelic {
	padding: 0px 127px;
	margin-bottom: 82px;
	float: left;
}

.arancelic h4 {
	width: 100%;
	margin-bottom: 60px;
	font-size: 25px;
}

.arancelic1 {
	width: 20%;
	float: left;
	margin-right: 40px;
}

.arancelic1 p {
	content: "\25bd";
	max-width: 140px;
	line-height: 22px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align:center;
	margin: auto;
}

.arancelic2 {
	float: left;
	margin-right: 70px;
}

.arancelic2 h1 {
	font-size: 31px;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
}

.arancelic2 p {
	content: "\25bd";
	max-width: 140px;
	line-height: 22px;
	font-size: 16px;
	text-align:center;
}

.arancelic-po {
	margin-bottom: 45px;
}

.arancelic1 h1 {
	font-size: 31px;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
}


.padding020 {
	padding: 0px 20px;
}

.marginh4curso {
	margin-left: 10px;
	max-width: 723px;
	line-height: 22px;
}

.bottomimput {
	margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
	.infoic {
		padding: 80px 40px 40px;
	}
	.datosic1, .datosic2, .datosic3, .datosic4 {
		width: 50%;
		min-height: 45px;
		margin: 0px 0px 30px 0px;
		float: left;
	}
	.datosic4 {
		padding: 0px;
	}
	.datoscurso {
		padding: 39px 44px;
	}
	.arancelic {
		padding: 0px 70px;
		margin-bottom: 20px;
	}
	.arancelic1 {
		width: 33.33%;
	}
	.arancelic2 {
		width: 33.33%;
	}
	.infoic2 button {
		margin-bottom: 10px;
		float: left;
	}
	.datosic6 {
		width: 50%;
		padding: 0px 30px 0px 0px;
	}
	.marginh4curso {
		max-width: 600px;
	}
}

@media screen and (max-width: 520px) {
	.padding020 {
		padding: 0px;
	}
	.imgcurso {
		min-height: 265px;
		margin-top: 0px;
		margin-bottom: 0px;
		float: left;
	}
	.box-usuario {
		margin-bottom: 30px;
	}
	.infoic {
		padding: 16px 16px 21px 16px;
		height: auto;
		float: left;
	}
	.infoic h2 {
		font-size: 16px;
		font-weight: 600;
		line-height: 23px;
		max-width: 250px;
		margin: 12px 0px 25px 0px;
	} 
	.infoic button {
	    display: flex;
		align-items: center;
	    margin-bottom: 20px;
	    min-width: auto;
    	height: 41px;
	}
	.infoic btn2 {
		margin-bottom: 15px;
		width: 100%;
		height: 46px;
		background-color: #2949E5;
		color: #fff;
		padding: 0px 13px;
		font-family: 'montserratmedium';
	}
	.infoic .btn7 {
    	height: 41px;
    	padding: 0 17px;
	}
	.infoic p {
		text-transform: none;
	}
	.datosic {
		padding: 26px 18px 0px 18px;
		background-color: #f0f0ef;
	}
	.datosic2, .datosic3, .datosic5 {
		width: 100%;
		margin-bottom: 24px;
	}
	.datosic p {
		margin-bottom: 7px;
		font-family: 'montserratmedium';
		font-weight: 600;
		text-transform: none;
	}
	.datosic h4 {
		margin-bottom: 0px;
		font-family: 'Montserrat';
		font-weight: 400;
	}
	.sobrecurso {
		height: 45px;
		width: 45px;
		border-radius: 22.5px;
		background-color: #2949E5;
		margin-top: 10px;
		float: left;
		text-align: center;
	}
	.sobrecurso i {
		color: #fff;
		padding-top: 12px;
		font-size: 20px;
		margin: 0px;
	}
	.datoscurso {
		padding: 26px 18px 20px 18px;
		background-color: #fff;
		border: 0px;
		margin: 0px;
	}
	.arancelic {
		padding: 20px 20px 40px 20px;
		margin-bottom: 50px;
		background-color: #f0f0ef;
	}
	.datosic6, .datosic4 {
		width: 100%;
		padding: 0px;
	}
	.datoscurso h4 {
		margin-bottom: 3px;
	}
	.datoscurso p {
		margin-bottom: 16px;
		font-size: 16px;
		line-height: 19px;
	}
	.arancelic1 {
		width: 100%;
		margin: 0px 0px 19px 0px;
	}
	.arancelic1 h1 {
		margin-bottom: 0px;
		font-size: 22px;
	}
	.arancelic2 {
		width: 100%;
		margin: 0px 0px 19px 0px;
	}
	.arancelic2 h1 {
		margin-bottom: 0px;
		font-size: 22px;
	}
	.arancelic h4 {
		margin-bottom: 35px;
		font-size: 18px;
	}
	.arancelic1 p {
		max-width: 100%;
		margin-bottom: 7px;
	}
	.arancelic2 p {
		max-width: 100%;
		margin-bottom: 7px;
	}
	.arancelic button {
		width: 100%;
		height: 46px;
		background-color: #fff;
		float: left;
		margin-top: 10px;
	}
	.arancelic button a {
		color: #5e5e5e;
		font-family: 'montserratmedium';
		font-weight: 600;
	}
	.boxbtncurso {
		width: 100%;
		float: left;
	}
	.marginh4curso {
		margin-left: 0px;
		line-height: 20px;
		text-align: center;
	}
	.infoic2 {
		min-height: 265px;
	}
	.datosic i {
		text-align: center;
		width: 100%;
	}
	.bottomimput {
		margin-bottom: 30px;
	}
	.pcursosf {
		margin-bottom: 40px;
		max-width: 250px;
		line-height: 18px;
	}
	.infoic .btn8{
		margin-bottom: 20px;
	}
}

/* ========================================================================
 * INFORMACION
 * ======================================================================== */
.informacion1 {
	width: 24%;
	float: left;
	height: auto;
}

.informacion1 img {
	height: auto;
	width: 34px;
	margin-right: 34px;
	float: right;
}

.informacion2 {
	width: 52%;
	float: left;
	height: auto;
}

.informacion2 select {
	height: 33px;
	margin-top: 4px;
	-webkit-appearance: none;
}

.infoar {
	font-size: 36px !important;
	float: right;
	margin-right: 30px;
}

.points i {
	font-size: 9px;
	margin-right: 9px;
}

.infoh4 {
	max-width: 414px;
	margin: 0px auto;
	margin-bottom: 45px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-weight: 500;
}

.infoh4b {
	margin: 0px auto;
	margin-bottom: 78px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-weight: 500;
}

.infoh4c {
	max-width: 437px;
	margin: 0px auto;
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-weight: 500;
}

.bigi {
	font-size: 67px !important;
	text-align: center;
	margin-bottom: 30px;
	width: 100%;
}

.infoh4d {
	text-align: center;
	width: 100%;
	padding: 70px 0px 15px 0px;
	font-weight: 500;
}

.infoh3b {
	text-align: center;
	width: 100%;
	padding: 0px 0px 50px 0px;
	font-weight: 500;
}

.infoh4e {
	width: 100%;
	margin: 0px auto;
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-weight: 500;
}

.infoh4f {
	max-width: 386px;
	margin: 0px auto;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-weight: 500;
}

.infoh4g {
	max-width: 386px;
	margin: 0px auto;
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-weight: 500;
}

.widthinput {
	width: 23%;
	float: left;
	margin: 0px 1%;
}

.btninfo {
	margin: 0px auto;
	display: block;
	margin-bottom: 30px;
}

.topreloj {
	margin-top: 150px;
	margin-bottom: 60px
}

.topreloj img {
	height: 67.5px;
	width: 67.5px;
	margin: 0px auto;
	margin-bottom: 29px;
	display: block;
}

.boxformaf {
	margin-top: 70px;
	margin-bottom: 60px;
}

.boxformaf2, .boxfactinfo {
	margin-bottom: 50px;
}

.formaf {
	margin: 0px auto;
	width: 780px;
	height: auto;
}

.anchoinputfac {
	width: 286px;
}

.btnvero {
	margin: 0px auto;
	display: block;
	margin-bottom: 30px;
}

.numerofecha1 {
	width: 44px;
	margin-right: 12px;
	float: left;
	position: relative;
}

.numerofecha1 i {
	right: 6px !important;
}

.numerofecha1 select {
	padding: 0px 0px 0px 5px;
}

.numerofecha2 {
	width: 84px;
	float: left;
	position: relative;
}

.searchinfo i {
	width: 10%;
	height: 33px;
	float: left;
	border: 1px solid #606060;
	border-right: 0px;
	color: #2949E5;
	padding: 9px;
	background-color: #fff;
	font-size: 12px
}

.searchinfo input {
	height: 33px;
	padding-left: 5px;
	width: 90%;
	border: 1px solid #606060;
	border-left: 0px;
	float: left;
	font-size: 12px;
}

.paddingregistro {
	padding-left: 49px;
}

@media screen and (max-width: 800px) {
	.displayn3 {
		display: none;
	}
	.informacion1 {
		width: 12%;
		margin-top: 40px;
	}
	.informacion2 {
		width: 76%;
		margin-top: 40px;
	}
	.box5b, .formaf {
		width: 100%;
	}
	.boxformaf {
		padding: 0px 60px;
	}
	.informacion1 img {
		margin-right: 0px;
	}
	.paddingregistro {
		padding-left: 0px;
	}
}

@media screen and (max-width: 520px) {
	.informacion1 {
		width: 30%;
		margin-top: 0px;
		position: absolute;
		z-index: 9999;
	}
	.informacion2 {
		width: 100%;
		margin-top: 20px;
		padding: 0px 20px;
	}
	.informacion3 {
		width: 100%;
		float: left;
		padding: 0px 20px;
	}
	.informacion3 p {
		text-align: left;
		float: left;
		font-size: 12px;
		margin-top: 5px;
	}
	.informacion3 a {
		float: left;
	}
	.infoar {
		font-size: 20px !important;
		float: left;
		margin-left: 30px;
	}
	.points {
		width: 59px;
		margin: 0px auto;
	}
	.widthinput {
		width: 29%;
		margin: 0px 4% 0px 0px;
	}
	.widthinput label {
		font-size: 10px;
	}
	.padding13 {
		padding: 0px
	}
	.infoh4c {
		max-width: 240px;
		margin-bottom: 150px;
		font-size: 14px;
		line-height: 26px;
		font-weight: 400;
	}
	.btninfo {
		margin-top: 30px;
	}
	.topreloj {
		margin-top: 33px;
	}
	.infoh3fac {
		max-width: 100%;
		margin-bottom: 20px !important;
	}
	.boxformaf {
		margin-top: 2px;
		margin-bottom: 310px;
	}
	.boxformaf2 {
		margin-bottom: 220px;
		padding-left: 20px;
	}
	.infoh4d {
		text-align: left;
		width: 100%;
		padding: 50px 0px 22px 0px;
		font-weight: 600;
		font-size: 16px;
		line-height: 22px;
	}
	.boxfactinfo {
		margin-bottom: 30px;
	}
	.points2 {
		width: 80px;
		margin: 0px auto;
	}
	.points i, .points2 i {
		font-size: 8px;
		margin: 0px 5px;
	}
	.infoh4f, .infoh4g {
		max-width: 210px;
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 26px;
		font-weight: 400;
	}
	.btnvero {
		margin-top: 140px;
	}
	.infoh3b {
		text-align: left;
		color: #2949E5;
	}
}

/* ========================================================================
 * FACTURACION
 * ======================================================================== */
.facturacion1 {
	width: 647px;
	float: left;
	min-height: 590px;
	background-color: #FFFFFF;
	box-shadow: 0 0 1px 0 #818181;
}

.facturacion1a {
	width: 33.33%;
	float: left;
	padding: 76px 0px 16px 0px;
	margin: 0px;
	text-align: center;
}

.facturacion1a:hover {
	font-weight: 600;
	padding-bottom: 16px;
	border-bottom: 2px solid #2949E5;
}

.facturacion1 h4 {
	max-width: 263px;
	line-height: 22px;
	margin-bottom: 10px;
}

.facturacion1 p {
	max-width: 417px;
	line-height: 18px;
	margin-bottom: 10px;
	font-size: 12px;
}

.contfact1 {
	width: 45%;
	float: left;
	height: auto;
}

.boxfaclabel label {
	font-size: 16px;
	margin-top: 2px;
}

.boxfaclabel2 {
	margin-left: 23px !important;
	margin-top: -20px !important;
	font-weight: 600;
	line-height: 22px;
}

.contfact2 {
	width: 55%;
	float: left;
	height: auto;
}

.contw {
	width: 100%;
	margin-bottom: 19px;
	float: left;
}

.contw label {
	font-size: 16px;
	float: left;
	margin-top: 4px;
}

.facturacion2 {
	width: 386px;
	float: left;
	min-height: 590px;
	background-color: #F9F9F9;
	box-shadow: 0 0 1px 0 #818181;
	padding: 75px 23px 0px 23px;
}

.facturacion2 h4 {
	margin-bottom: 10px;
}

.facturacion2 h1 {
	margin-bottom: 30px;
	font-size: 60px;
}

.facturacion2 p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 22px;
}

.facturacion2 span {
	font-size: 24px;
	float: left;
	padding-top: 20px;
	margin-right: 10px;
}

.boxfacturaciona {
	float: left;
	width: 100%;
	border-bottom: 1px solid #2949E5;
}

.boxfacturaciondatos {
	float: left;
	width: 100%;
}

.dto25 {
	width: 100%;
	margin-bottom: 15px;
	float: left;
}

.dto25 input {
	width: 60%;
	float: left;
	background-color: #FFFFFF;
	box-shadow: 0 0 1px 0 #818181;
	border: 1px solid #606060;
}

.dto25 button {
	width: 40%;
	float: left;
	margin: 14px 0px 0px 0px;
	text-transform: uppercase;
}

.specialp1 {
	margin-top: 10px;
	font-size: 16px !important;
	padding-left: 30px;
	margin-bottom: 30px !important;
	max-width: 100% !important;
}

.specialp2 {
	margin-top: 10px;
	font-size: 16px !important;
	padding-left: 30px;
	max-width: 100% !important;
}

@media screen and (max-width: 800px) {
	.boxfacturaciondatos {
		padding: 59px 33px;
	}
	.contfact1, .contfact2, .facturacion2, .facturacion1 {
		width: 100%;
	}
	.boxfaclabel2 {
		margin-left: 0px !important;
		margin-top: 0px !important;
	}
}

@media screen and (max-width: 520px) {
	.facturacion1, .facturacion2 {
		width: 100%;
	}
	.facturacion2 {
		background-color: #e9e9e8;
	}
	.facturacion1 {
		min-height: auto;
		padding-top: 18px;
	}
	.boxfacturaciondatos {
		padding: 20px 22px 50px 22px;
	}
	.boxfacturaciondatos select {
		padding-left: 0px;
		margin-bottom: 20px;
		border-bottom: 1px solid #2949E5;
	}
	.facturacion1 h4 {
		max-width: 100%;
		text-align: left;
		font-weight: 400;
		font-family: "Montserrat";
	}
	.facturacion1 h3 {
		max-width: 100%;
		text-align: left;
		font-size: 16px;
		margin-bottom: 5px;
	}
	.facturacion2 {
		padding: 25px 22px 33px 22px;
		min-height: auto;
		text-align: center;
	}
	.facturacion2 h1 {
		font-size: 30px;
	}
	.facturacion2 span {
		font-size: 23px;
		float: none;
		padding-top: 0;
		margin-right: 5px;
	}
	.facturacion2 button {
		margin: 0px auto;
		width: 100%;
		background-color: #fff;
		font-family: 'montserratsemibold';
		font-weight: 600;
	}
	.facturacion2 button a {
		color: #606060;
	}
	.facturacion2 h4 {
		margin-bottom: 10px;
		font-family: 'Montserrat';
		text-align: left;
	}
	.facturacion2 p {
		line-height: 24px;
		font-family: 'montserratsemibold';
		text-align: left
	}
	.facturacion1 label {
		max-width: 100%;
		line-height: 24px !important;
	}
	.dto25 {
		margin-top: 10px;
		margin-bottom: 80px;
	}
	.dto25 input {
		background-color: #e9e9e8;
		border: 0px;
	}
	.dto25 button {
		font-family: 'montserratsemibold';
		text-transform: none;
		margin-top: 10px;
		font-weight: 600;
	}
	.facturacion2 hr {
		width: 40%;
		margin-top: -13px;
		margin-bottom: 25px;
		border: 1px solid;
	}
	.specialp1, .specialp2 {
		color: #a8a7a7;
		font-weight: 600;
		line-height: 24px !important;
	}
	.boxfaclabel2 {
		margin-left: 23px !important;
		margin-top: -22px !important;
	}
}

/* ========================================================================
 * SLIDER
 * ======================================================================== */
.slider {
	display: none;
}

@media screen and (max-width: 520px) {
	.slider {
		display: block;
		width: 100%;
		margin: auto;
		overflow: hidden;
	}
	.slider img {
		margin: 0px auto;
		display: block;
		width: 179px;
	}
	.slider h3 {
		font-weight: 600;
		font-size: 18px;
	}
	.slider ul {
		display: flex;
		padding: 0;
		width: 500%;
		animation: cambio 20s infinite alternate linear;
	}
	.slider li {
		width: 100%;
		list-style: none;
		padding-left: 0px 50px;
	}
	@keyframes cambio { 0% {
		margin-left: 0;
	}
	20%
	{
	margin-left
	
	
	:
	
	 
	
	0;
}

30%
{
margin-left


:

 

-100%;
}
40%
{
margin-left


:

 

-100%;
}
50%
{
margin-left


:

 

-200%;
}
60%
{
margin-left


:

 

-200%;
}
70%
{
margin-left


:

 

-300%;
}
80%
{
margin-left


:

 

-300%;
}
90%
{
margin-left


:

 

-400%;
}
100%
{
margin-left


:

 

-400%;
}
}
}

/* ========================================================================
 * VENTANA MODAL
 * ======================================================================== */
.modal_mask {
	position: fixed;
	width: 100vw;
	height: 100vh;
	right: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.80);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	/*z-index:-1;*/
	overflow-x: hidden;
	overflow-y: auto;
}

.modal_mask:target {
	opacity: 1;
	top: 0;
	pointer-events: auto;
	z-index: 9999;
}

.cerrar {
	position: relative;
	float: right;
	font-size: 25px;
	color: #2949E5;
}

.box-modal {
	width: 586px;
	height: auto;
	margin: 50px auto;
	background-color: #FFFFFF;
	box-shadow: 0 0 1px 0 #818181;
	padding-bottom: 40px;
}

.box-modal2 {
	max-width: 571px;
	width: 100%;
	margin: 50px auto;
	background-color: #FFFFFF;
	box-shadow: 0 0 1px 0 #818181;
	padding-bottom: 40px;
}

.box-modal3 {
	width: 486px;
	height: auto;
	margin: 50px auto;
	background-color: #FFFFFF;
	box-shadow: 0 0 1px 0 #818181;
	padding-bottom: 40px;
	padding: 70px 73px 51px 73px;
}

.box-modal4 {
	width: 985px;
	height: auto;
	margin: 0px auto;
	margin-top: 183px;
	background-color: #FFFFFF;
	box-shadow: 0 0 1px 0 #818181;
	padding: 0px 0px 50px 0px;
}

.boxm {
	width: 100%;
	height: auto;
}

.box-cerrar {
	width: 100%;
	height: auto;
	float: left;
	text-align: right;
	padding: 40px 40px 6px 0px;
}

.box-cerrar3 {
	width: 100%;
	height: auto;
	float: left;
	text-align: right;
	padding: 58px 78px 8px 0px;
}

.box-modal h3, .box-modal3 h3, .box-modal4 h3, .infoh3, .infoh3c {
	text-align: center;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 30px;
}

.box-modal h4, .box-modal4 h4 {
	max-width: 486px;
	margin: 0px auto;
	margin-bottom: 45px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-weight: 500;
}

.bottomh3a {
	margin-bottom: 10px;
}

.box-cerrar img, .box-cerrar3 img {
	height: 24px;
	width: 23px;
	float: right;
}

.box3 {
	width: 386px;
	height: auto;
	margin: 0px auto;
}

.box4 {
	width: 286px;
	height: auto;
	margin: 0px auto;
}

.box5 {
	width: 586px;
	height: auto;
	margin: 0px auto;
}

.box6 {
	width: 486px;
	height: auto;
	margin: 0px auto;
}

.box5 input, .box5 select {
	margin-bottom: 30px;
	background-color: #fff;
}

.ancho50 {
	width: 48%;
	float: left;
	position: relative;
	margin: 0px 1%;
}

.ancho50C {
	width: 48%;
	float: inherit;
	position: relative;
	margin: 0px 1%;
}

.box3 button, .box4 button {
	margin: 0px auto;
	display: block;
}

.alignbtn {
	margin: 0px auto;
	display: block;
	margin-top: 30px;
}

.box-search {
	margin-top: 10px;
	margin-bottom: 31px;
	float: left;
	width: 100%;
}

.box-search2 {
	float: left;
	width: 34%;
	margin-right: 15px;
}

.omensaje {
	width: 121px;
	margin: 0px auto;
}

.omensaje hr {
	width: 50px;
	height: 2px;
	margin: 6px 3px;
	float: left;
}

.omensaje2 {
	width: 270px;
	height: 18px;
	margin: 0px auto;
	margin-bottom: 15px;
	margin-top: 20px;
}

.omensaje2 hr {
	width: 121px;
	height: 2px;
	margin: 6px 3px;
	float: left;
}

.omensaje p, .omensaje2 p {
	float: left;
}

.moodlep {
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 25px;
}

.moodlei label {
	font-size: 16px;
	margin-right: 1px;
	margin-bottom: 30px;
	margin-top: 1px;
}

.checkbox {
	height: 69.5px;
	width: 69.5px;
	margin: 0px auto;
	border-radius: 34px;
	color: #2949E5;
	text-align: center;
	margin-bottom: 0px;
}

.checkbox i {
	font-size: 45px;
	font-weight: 400;
	padding: 10px;
}

.pedidop {
	width: 571px;
	padding: 69.25px 0px 60px 0px;
}

.pedidop h3 {
	margin: 30px 0px 25px 0px;
	text-align: center;
	font-weight: 500;
}

.pedidop p {
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
}

.pedidop a {
	text-align: center;
	margin: 0px auto;
	display: block;
}

.smallp4 {
	font-size: 12px;
	margin-top: 2px;
	float: left;
	margin-right: 2px;
}

.smallp5 {
	font-size: 12px;
	margin-top: 18px;
	margin-bottom: 7px;
}

.datosmodal {
	float: left;
	width: 100%;
	border-bottom: 1px solid #2949E5;
	padding-bottom: 11px;
	margin-bottom: 25px;
}

.datosmodal a {
	font-size: 16px;
	line-height: 22px;
}

.datosmodalaa {
	margin-right: 37px;
}

.datosmodalaa2 {
	margin-right: 60px;
}

.datosmodal a:hover, .dmactive {
	font-weight: 600;
	padding-bottom: 12px;
	border-bottom: 2px solid #2949E5;
}

.datosap {
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	color: #2949E5;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.datosap2 {
	max-width: 222px;
	margin-right: 50px;
	float: left;
}

.datosap2 p {
	font-size: 16px;
	line-height: 22px;
}

.datosaphr hr {
	width: 100%;
	float: left;
	margin: 20px 0px;
}

.btnacti {
	border: 0px;
	border-bottom: 1px solid #606060;
	padding: 0px;
	background-color: transparent;
	border-radius: 0px;
	width: 100%;
	margin: 0px;
	text-align: left;
	height: 44px;
}

.inscripbtn button {
	height: 65px;
	width: 286px;
}

.btnmailmodal input {
	background-color: #2949E5;
	border: none;
	font-family: Montserrat, sans-serif;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
	padding: 0px 30px;
	width: 286px;
	height: 59px;
	font-size: 16px;
	border-radius: 30px;
	font-weight: 600;
	margin: 0px auto;
	display: block;
}

.btnmailmodal input::placeholder {
	color: #FFFFFF;
	text-transform: uppercase;
}

.btnmailmodal input:hover::placeholder {
	color: grey;
}

.btnmailmodal input:hover {
	color: grey;
	background-color: #fff;
	border: 1px solid #2949E5;
}

.marginbtnmodal {
	margin-top: 50px;
}

.marginh3modal, .marginh3modal2 {
	margin-bottom: 50px !important;
}

.textmodal {
	margin-top: 1px;
	font-size: 14px;
	line-height: 18px;
	width: 100% !important;
}

.textmodal2 {
	margin-top: 1px;
	font-size: 12px;
	line-height: 18px;
	width: 485px !important;
	text-align: center;
	margin-top: 1px !important;
}

.topmodalfac {
	margin-top: 20%;
}

.boxbtnempresa {
	width: 338px;
	margin: 0px auto;
	display: block;
	margin-bottom: 20px;
}

.paddingpoints {
	padding: 47px 0px 0px 40px;
}

.btnentrar {
	text-transform: uppercase;
	margin-bottom: 11px !important;
}
#mediosDePago{
	padding: 40px 127px;
}
#mediosDePago h3{
	margin-bottom: 10px;
}
.contMDP{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.boxMDP{
	width: calc(50% - 10px);
}
.boxMDP h4 span{
	font-weight: 400;
}
.boxInformativo p{
	line-height: 20px;
	margin-bottom: 30px;
	font-size: 15px;
}

@media screen and (max-width: 800px) {
	.paddingpoints {
		padding-left: 20px;
	}
	.box-modal4 {
		width: 100%;
	}
	#mediosDePago {
		padding: 39px 44px;
	}
}

@media screen and (max-width: 520px) {
	.ancho50 {
		width: 100%;
		margin: 0px;
	}
	.box-modal4, .box-modal2 {
		margin-top: 0px;
		float: left;
		padding: 24px 20px 0px 20px;
	}
	.boxm {
		float: left;
	}
	.box3, .box5 {
		width: 100%;
	}
	.box-modal4 h3 {
		font-weight: 600;
		font-size: 16px;
		text-align: left;
		margin-left: 33px;
	}
	.infoh3 {
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		text-align: left;
	}
	.infoh4, .infoh4b, .infoh4e {
		max-width: 280px;
		text-align: left;
		margin-left: 0px;
		font-weight: 400;
		font-family: "Montserrat";
		font-size: 14px;
		color: #2949E5;
		margin-bottom: 30px;
	}
	.box-modal4 h4 {
		max-width: 80%;
		margin-bottom: 25px;
		text-align: left;
		font-family: "Montserrat";
		margin-left: 0px;
		font-size: 15px;
	}
	.box-cerrar2 {
		width: auto;
		height: auto;
		float: left;
		text-align: left;
		padding: 0px;
		position: absolute;
		z-index: 9999;
	}
	.box-cerrar2 img, .informacion3 img {
		height: auto;
		width: 13px;
		margin-right: 19px;
	}
	.marginbtnmodal {
		margin: 0px auto;
		display: block;
		margin-top: 22px;
		margin-bottom: 22px;
	}
	.pedidop {
		width: 100%;
		padding: 50px 0px 0px 0px;
	}
	.pedidop h3 {
		margin: 49px 0px 24px 0px;
	}
	.pedidop p {
		text-align: center;
		max-width: 200px;
		font-weight: 600;
		line-height: 25px;
		margin: 0px auto;
	}
	.pedidopa {
		display: none !important;
	}
	.box3 button {
		margin-top: 200px;
		margin-bottom: 27px;
	}
	.marginmodalcheck {
		margin-left: 15px;
	}
	.marginh3modal {
		margin-bottom: 87px !important;
	}
	.btng {
		margin-top: 0px !important;
		margin-bottom: 18px !important;
		font-size: 16px;
	}
	.btnf {
		margin-top: 0px !important;
		margin-bottom: 34px !important;
		font-size: 16px;
	}
	.btnmailmodal input {
		margin-top: 34px !important;
		margin-bottom: 0px !important;
		font-size: 16px;
		height: 45px;
		width: 100%;
		background-color: #e9e9e8;
		font-family: 'montserratmedium';
		font-weight: 600;
		color: #494949;
	}
	.btnmailmodal input::placeholder {
		color: #494949;
		text-transform: none;
	}
	.btnentrar {
		margin-top: 0px !important;
		font-size: 16px;
		text-transform: none;
		margin-bottom: 60px !important;
	}
	.btnentrar a {
		color: #a6a6a6;
		font-family: "montserratsemibold";
		font-weight: 600;
	}
	.btnentrar a:hover {
		color: #2949E5 !important;
	}
	.textmodal {
		text-align: center;
		margin-bottom: 20px !important;
	}
	.search input {
		height: 44px !important;
		margin-bottom: 0px;
	}
	.topmodalfac {
		margin-top: 0px;
		width: 100%;
	}
	.boxbtnempresawidth {
		width: 290px;
		margin-top: 140px
	}
	.bottomh3a {
		text-align: left;
		margin-left: 33px;
		margin-top: -4px;
	}
	.labelmobile {
		font-family: "montserratsemibold";
		font-weight: 600;
	}
	.btnmobile {
		height: 50px;
		width: 100%;
		background-color: #e9e9e8;
		font-family: 'montserratmedium';
		font-weight: 600;
	}
	.btnmobile2 {
		height: 50px;
		width: auto;
		background-color: #e9e9e8;
		font-family: 'montserratmedium';
		font-weight: 600;
		border: 0px;
		margin: 0px auto;
		padding: 0px 30px;
		margin-top: 150px;
		margin-bottom: 60px;
	}
	.btnmobile a, .btnmobile2 a {
		color: #494949;
	}
	.selectmobile {
		border-top: 0px !important;
		border-right: 0px !important;
		border-left: 0px !important;
	}
	.marginh3modal2 {
		margin-left: 0px !important;
		text-align: center !important;
		margin-bottom: 20px !important;
	}
	.inscripbtn button {
		height: 45px;
		width: 100%;
		padding: 0px 20px;
	}
	.omensaje2 {
		width: 300px;
	}
	.omensaje2 hr {
		width: 136px;
	}
	.btng i, .btnf i {
		position: absolute;
		left: 40px;
		margin-top: -7px;
	}
	.btng a, .btnf a {
		float: none;
	}
	.box6, .boxMDP {
		width: 100%;
	}
	.textmodal2 {
		width: 100% !important;
		padding-right: 20px
	}
	.infoh3c {
		font-size: 20px;
		letter-spacing: 0.5px;
		margin-bottom: 20px;
	}
	.boxInformativo{
		padding: 0;
	}
	.boxInformativo h3{
		font-size: 20px;
	}
	.box-cerrar {
		padding: 20px 20px 6px 0px;
	}
	#mediosDePago {
		padding: 26px 18px 20px 18px;
	}
	.contMDP {
		display: block;
	}
}

button.btn2[disabled] {
	background-color: #888;
}

button.btn2[disabled]:hover {
	background-color: #888;
	cursor: auto;
	opacity: 1;
}
