@font-face {
    font-family: "Lexend Deca";
    src: url(../css/fonts/LexendDecaRegular.ttf);
	
}

@font-face {
    font-family: "Nunito";
    src: url(../css/fonts/Nunito-VariableFont_wght.ttf);
	
}

/*@font-face {
    font-family: "quicksand";
    src: url(../css/fonts/Quicksand_Bold.otf);
	
}*/

.drop-down02 {
	position: relative;
}

.drop-down02 .sub-menu02 {
	position: absolute !important;
	left: 100%;
	top: 0;
}

.drop-down02 .dropdown-toggle {
	padding: .25rem 1.1rem !important;
}

@media screen and (max-width :767px) {
	.drop-down02 .sub-menu02 {
		position: static !important;
	}
}

body {
	display: grid;
	grid-template-rows: auto 1fr auto;
	height: 100vh;
	font-family: 'Lexend Deca';
}



.rectangle {
	height: 1000px;
	width: 682px;
	background-color: white;
	border-radius: 10px;
}

.titulocontenido1 {
	background-color: #FF5E3E;
	border-radius: 20px;
	color: white;
	width: 80%;
}

.titulocontenido2 {
	background-color: #118D79;
	border-radius: 20px;
	color: white;
	width: 80%;
}

.titulocontenido3 {
	background-color: #030F66;
	border-radius: 20px;
	color: white;
	width: 80%;
}


.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}



.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}

.modalDialog>div {
	width: 65%;
	height: 65%;
	position: relative;
	margin: 10% auto;
	padding: 20px 20px 100px 20px;
	border-radius: 10px;
	background: #fff;

}




.close1 {

	position: absolute;
	right: 0px;
	text-align: center;
	top: 1px;
	width: 24px;

}


.close2 {
	position: absolute;
	right: 0px;
	text-align: center;
	top: 1px;
	width: 24px;


}

.close3 {
	position: absolute;
	right: 0px;
	text-align: center;
	top: 1px;
	width: 24px;


}


h2 {
	
}


p {
	
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: none !important;
}

.dropdown,
.dropend,
.dropstart,
.dropup {
	position: relative;
	line-height: 28px !important;
}

a {
	color: #fff;
	text-decoration: underline;
}

iframe {

	height: 100%;
	width: 100%;
}

.py-5 {
	padding-top: 8rem !important;
	padding-bottom: 0rem !important;
}

.margen {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}



.navbar-brand {
	padding-top: 2.313rem !important;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap;
}

.navbar-light.sticky-top {
	top: 0px;
	transition: .5s;
}

.navbar {

	font-family: 'Nunito';
	font-size: 14px;
	/*height: 45px;*/
}

.bg-light {
	--bs-bg-opacity: 1;
	background-color: #717171 !important;
}

.tema{

margin-top: 5%;
}

.buttongroup {
	padding: 3%;
	height: 250px;
	width: 100%;
	background-color: #E8F8EF;
	border-radius: 10px;
	margin: 5%;

}

.buttongroup2 {
	padding: 3%;
	height: 210px;
	width: 95%;
	background-color: #E8F8EF;
	border-radius: 10px;
}

.buttongroup3 {
	padding: 3%;
	height: 210px;
	width: 95%;
	/*background-color: #E8F8EF;*/
	border-radius: 10px;
}


.title {
	color: #118D79;
	font-size: 4.5rem !important;
	padding: 5%;
	font-weight: bold;
	font-family: quicksand;
}

.banner2 {
	height: 20%;
	width: 100%;
	background-color: #E8F8EF;
	border-radius: 10px;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #000;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item2 {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #000 !important;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.textoacordeon {
	color: #060606 !important;
	font-weight: lighter;
	font-size: medium;

}
.accordion-button:not(.collapsed) {
	color: #FF5E3E;
	background-color: #e7f1ff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
  }
  .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #FF5E3E;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  }

  .accordion-button2:not(.collapsed) {
	color: #030F66;
	background-color: #e7f1ff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
  }
  .accordion-button2 {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #030F66;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  }

  .accordion-button3:not(.collapsed) {
	color: #118D79;
	background-color: #e7f1ff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
  }
  .accordion-button3 {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #118D79;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  }

.cd-modal-action .btn,
.cd-modal-action .cd-modal-bg {
	display: inline-block;
	height: 2em;
	background-color: #fff !important;
	border-radius: 15px;
}

/*.cd-modal-action .btn, .cd-modal-action .cd-modal-bg {
  display: inline-block;
  height: 2em;
  background-color: #1313131c !important;
  border-radius: 15px;
}
*/

.cd-modal-action2 .btn,
.cd-modal-action2 .cd-modal-bg {
	display: inline-block;
	height: 2em;
	background-color: #030F66 !important;
	border-radius: 15px;
	color: white;
}


.maconocer {
	color: #FF5E3E;
	font-size: 1.5rem !important;
	padding: 1%;
	background-color: #fff;
	border-radius: 15px;
	font-weight: bold;

}

.maconocer2 {
	color: #FF5E3E;
	font-size: 1.5rem !important;
	padding: 1%;
	background-color: #fff;
	border-radius: 15px;
	font-weight: bold;

}

.maconocer3 {
	color: #FF5E3E;
	font-size: 1.5rem !important;
	padding: 1%;
	background-color: #fff;
	border-radius: 15px;
	font-weight: bold;

}

.maprender {
	color: #030F66;
	font-size: 1.5rem !important;
	padding: 1%;
	background-color: #fff;
	border-radius: 15px;
	font-weight: bold;

}

.maprender2 {
	color: #030F66;
	font-size: 1.5rem !important;
	padding: 1%;
	background-color: #fff;
	border-radius: 15px;
	font-weight: bold;

}

.maprender2 {
	color: #030F66;
	font-size: 1.5rem !important;
	padding: 1%;
	background-color: #fff;
	border-radius: 15px;
	font-weight: bold;

}

.maplicar {
	color: #118D79;
	font-size: 1.5rem !important;
	padding: 1%;
	background-color: #fff;
	border-radius: 15px;
	font-weight: bold;

}

.maplicar2 {
	color: #118D79;
	font-size: 1.5rem !important;
	padding: 1%;
	background-color: #fff;
	border-radius: 15px;
	font-weight: bold;

}

.maplicar3 {
	color: #118D79;
	font-size: 1.5rem !important;
	padding: 1%;
	background-color: #fff;
	border-radius: 15px;
	font-weight: bold;

}

.titulomomento1 {
	color: #FF5E3E;

}

.titulomomento2 {
	color: #030F66;

}

.titulomomento3 {
	color: #118D79;

}

.momentoconocer {
	color: #fff;
	font-size: 2.5rem !important;
	padding: 1%;
	background-color: #FF5E3E;
	border-radius: 15px;
}


.tareasconocer {
	color: #fff;
	font-size: 2.5rem !important;
	padding: 1%;
	background-color: #FF5E3E;
	border-radius: 15px;
}

.tareasaprender {
	color: #fff;
	font-size: 2.5rem !important;
	padding: 1%;
	background-color: #030F66;
	border-radius: 15px;
}

.tareasaplicar {
	color: #fff;
	font-size: 2.5rem !important;
	padding: 1%;
	background-color: #FF5E3E;
	border-radius: 15px;
}

.contenidotareasconocer {
	color: #000;
	/*font-size: 1.5rem !important;*/
	padding: 1%;
	/*background-color: #FF5E3E;*/
	border-radius: 15px;
	/*font-weight: 200;*/
}

.tareasaprender {
	color: #fff;
	font-size: 2.5rem !important;
	padding: 1%;
	background-color: #030F66;
	border-radius: 15px;
}

.contenidotareasaprender {
	color: #000;
	/*font-size: 1.5rem !important;*/
	padding: 1%;
	background-color: #030F66;
	border-radius: 15px;
	/*font-weight: 200;*/
}

.tareasaplicar {
	color: #fff;
	font-size: 2.5rem !important;
	padding: 1%;
	background-color: #118D79;
	border-radius: 15px;
}

.contenidotareasaplicar {
	color: #000;
	/*font-size: 1.5rem !important;*/
	padding: 1%;
	/*background-color: #118D79;*/
	border-radius: 15px;
	/*font-weight: 200;*/
}

.momentoaprender {
	color: #fff;
	font-size: 2.5rem !important;
	padding: 1%;
	background-color: #030F66;
	border-radius: 15px;
}

.momentoaplicar {
	color: #fff;
	font-size: 2.5rem !important;
	padding: 1%;
	background-color: #118D79;
	border-radius: 15px;
}


.feconocer {
	color: #FF5E3E;
	font-size: 1.5rem !important;
	padding: 1%;
	background-color: #fff;
	border-radius: 15px;
	font-weight: bold;

}

.feaprender {
	color: #030F66;
	font-size: 1.5rem !important;
	padding: 1%;
	background-color: #fff;
	border-radius: 15px;
	font-weight: bold;
}

.feaplicar {
	color: #118D79;
	font-size: 1.5rem !important;
	padding: 1%;
	background-color: #fff;
	border-radius: 15px;
	font-weight: bold;
}


.titulosrecursos {
	color: #030F66;
	font-size: 1.5rem;
	padding: 1%;
	text-align: center;
	font-weight: bold;
	text-align: left;
	
}

.subtitulosrecursos {
	color: #030F66;
	font-size: 1.2rem;
	padding: 2%;
	text-align: left;
}
.subtitulosrecursos1 {
	color: #FF5E3E;
	font-size: 1.2rem;
	padding: 2%;
	text-align: left;
}
.subtitulosrecursos2 {
	color: #030F66;
	font-size: 1.2rem;
	padding: 2%;
	text-align: left;
}
.subtitulosrecursos3 {
	color: #118D79;
	font-size: 1.2rem;
	padding: 2%;
	text-align: left;
}

.subtitle2 {
	color: #fff;
	font-size: 2.5rem;
	padding: 0%;
	font-family: quicksand;
}

.subtitle {
	color: #030F66;
	font-size: 30px;
	padding: 1%;
	text-align: center;
	font-weight: bold;
}

.conocer {
	background-color: #fff;
	border-color: #fff;
	border-radius: 5px;
	height: 250px;
	width: 90%;
	margin-left: 5%;
}

.aprender {
	background-color: #fff;
	border-color: #fff;
	border-radius: 5px;
	height: 250px;
	width: 90%;
	margin-left: 5%;
}

.aplicar {
	background-color: #fff;
	border-color: #fff;
	border-radius: 5px;
	height: 250px;
	width: 90%;
	margin-left: 5%;
}

.containerfixed {
	background-color: #F8F8F8;
	border-radius: 15px;
	padding: 2%;
}

.cajas {
	/*  background-color: #F8F8F8;*/
	border-radius: 15px;
	padding: 2%;
}

.titulo {
	color: #030F66;
	text-decoration-line: initial;
	font-size: 2.5rem !important;
	font-weight: bold;
}


.rec {
	background-color: #f5f5f5;
	border-color: #fff;
	border-radius: 10px;
	height: 40%;
	width: 100%;
}

a {

	text-decoration: none !important;
}


.dropdown-item:focus,
.dropdown-item:hover {
	color: #1e2125;
	background-color: #f96b09 !important;
}

.dropdown-item .dropdown-item {
	color: #fff !important;
	background-color: #e9ecef !important;
}


.banner1 {

	height: 25%;
	width: 80%;
	background-color: #E8F8EF;
	border-radius: 10px;

	/*  height: 20%;
  width: 80%;
  background-color: #E8F8EF;
  border-radius: 10px;
  position: fixed;*/
}

.banner2 {
	height: 50%;
	width: 100%;
	background-color: #E8F8EF;
	border-radius: 10px;
}

.supertitulo {
	font-weight: bold;
	color: #118D79;
	font-family: Quicksand;
	font-size: 4rem;
	padding: 0%;
}

.supertitulo2 {
	font-weight: bold;
	color: #118D79;
	font-family: Quicksand;
	font-size: 3rem;
	padding: 0%;
}

.subtitulo {
	color: #030F66;
	font-size: 2em;
	/*font-weight: bold;*/
	


}

.cd-section {
	padding: 0em 5%;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 15px;
	font-size: 0em;
	height: 110%;


}

.cd-section p {
	margin: 2em 0;
	line-height: 1.6;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	font-weight: normal !important
}


.cd-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
	-moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
	transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}

.cd-modal::after {
	/* gradient overlay at bottom of modal window */
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	pointer-events: none;
	background: transparent;
	background: -webkit-linear-gradient(bottom, #34383c, rgba(52, 56, 60, 0));
	background: linear-gradient(to top, #34383c, rgba(52, 56, 60, 0));
}

.cd-modal .cd-modal-content {
	height: 100%;
	width: 100%;
	padding: 3em 5%;
	text-align: left;
	overflow-y: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cd-modal p {
	color: #ffffff;
	line-height: 1.6;
	margin: 2em 0;
}

.modal-is-visible .cd-modal {
	z-index: 1;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
	-moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
	transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}

.modal-is-visible .cd-modal .cd-modal-content {
	-webkit-overflow-scrolling: touch;
}

.cd-modal-action {
	position: relative;
}

.cd-modal-action .btn,
.cd-modal-action .cd-modal-bg {
	display: inline-block;
	height: 4em;
	background-color: #34383c;
}

.cd-modal-action .btn {
	width: 4.5em;
	/*border: 2px solid #FF5E3E;*/
	color: #FF5E3E;
	line-height: 3em;
	white-space: nowrap;
	font-weight: 700;
	/*  -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;*/
	background-color: white;
	height: 165px;
	width: 150px;
	float: right;
}

/*.cd-modal-action .btn {
width: 4.5em;
border: 2px solid #FF5E3E;
color: #FF5E3E;
  line-height: 3em;
  white-space: nowrap;
  font-weight: 700;
  -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;
  background-color: white;
}*/
.cd-modal-action .btn.to-circle {
	width: 4em;
	color: transparent;
	/*  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;*/
}

.cd-modal-action .cd-modal-bg {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 0;
	width: 4em;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform: translateX(-2em);
	-moz-transform: translateX(-2em);
	-ms-transform: translateX(-2em);
	-o-transform: translateX(-2em);
	transform: translateX(-2em);
	-webkit-transition: visibility 0s 0.5s;
	-moz-transition: visibility 0s 0.5s;
	transition: visibility 0s 0.5s;
}

.cd-modal-action .cd-modal-bg.is-visible {
	opacity: 1;
	visibility: visible;
}

.cd-modal-close {
	position: fixed;
	z-index: 1;
	top: 85%;
	right: 5%;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.3) url(../cd-icon-close.svg) no-repeat center center;

	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
	transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}

.no-touch .cd-modal-close:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-is-visible .cd-modal-close {
	visibility: visible;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
	transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


.texto {
	margin: 0;
	line-height: 1.6;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	padding: 0;
}

.texto2 {
	margin: 0;
	line-height: 1.6;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	padding: 5%;
	font-size: 15px;
	

}

.texto3 {
	margin: 0;
	line-height: 1.6;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	padding: 0;
	font-size: 15px;
	

}

.btn-primary:hover {
	color: #FFF !important;
	background-color: #030F66 !important;
	border-color: #fff !important;
	font-weight: bold;
}


.btn-primary {
	color: #030F66;
	background-color: #e9ebf9 !important;
	border-color: #fff !important;
	border-radius: 20px;
	font-weight: bold;
}


.btn-primary2 {
	color: #fff !important;
	background-color: #030F66 !important;
	border-color: #fff !important;
	border-radius: 10px;
}

.btn-primary2:hover {
	color: #000 !important;
	background-color: #e9ebf9 !important;
	border-color: #fff !important;
	font-weight: bold;
}

.btn-primary3 {
	color: #fff !important;
	background-color: #0C6973 !important;
	border-color: #fff !important;
	border-radius: 10px;
}

.btn-primary3:hover {
	color: fff;
	background-color: #030F66 !important;
	border-color: #fff !important;
}


a:hover {
	color: #fff;
}


.btn-primary5 {
	color: #FF5E3E;
	background-color: #fff;
	border-color: #FF5E3E;
	border-radius: 10px;
}

.btn-primary5:hover {
	color: #fff;
	background-color: #FF5E3E;
	border-color: #fff;
	border-radius: 10px;
}





.btn-primary6 {
	color: #030F66;
	background-color: #fff;
	border-color: #030F66;
	border-radius: 10px;
}

.btn-primary6:hover {
	color: #fff;
	background-color: #030F66;
	border-color: #fff;
	border-radius: 10px;
}



.btn-primary7 {
	color: #118D79;
	background-color: #fff;
	border-color: #118D79;
	border-radius: 10px;
}

.btn-primary7:hover {
	color: #fff;
	background-color: #118D79;
	border-color: #fff;
	border-radius: 10px;
}


.btn-primary8 {
	color: #FF5E3E;
	background-color: #fff;
	border-color: #FF5E3E;
	border-radius: 10px;
	width: 208px;
	height: 50px;
}

.btn-primary8:hover {
	color: #fff;
	background-color: #FF5E3E;
	border-color: #fff;
	border-radius: 10px;
	width: 208px;
	height: 50px;
}

.btn-primary9 {
	color: #030F66;
	background-color: #fff;
	border-color: #030F66;
	border-radius: 10px;
	width: 208px;
	height: 50px;
}

.btn-primary9:hover {
	color: #fff;
	background-color: #030F66;
	border-color: #fff;
	border-radius: 10px;
	width: 208px;
	height: 50px;
}

.btn-primary10 {
	color: #118D79;
	background-color: #fff;
	border-color: #118D79;
	border-radius: 10px;
	width: 208px;
	height: 50px;
}

.btn-primary10:hover {
	color: #fff;
	background-color: #118D79;
	border-color: #fff;
	border-radius: 10px;
	width: 208px;
	height: 50px;
}




/*.dropdown-item{

color: #000;

  }*/


.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	/*  color: #fff !important;*/
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.changecolor {
	color: #fff;

}

@media screen and (max-width: 600px) {
	.dropdown-item {
		color: #fff !important;
	}

	.dropdown-item {
		display: block;
		width: 100%;
		padding: .25rem 1rem;
		clear: both;
		font-weight: 400;
		color: #fff !important;
		text-align: inherit;
		text-decoration: none;
		white-space: nowrap;
		border: 0;
		background-color: #717171;
	}

	.changecolor {
		color: #000;

	}

}



.footer {

	background-color: #717171;

	/* width: 100%; */
	color: #fff;
	text-align: center;
	padding:1rem 0;
	
}

/*@media screen and (max-width: 600px) {
a {
  color: #000;
  text-decoration: underline;
}


}*/

@media screen and (max-width: 600px) {
	.buttongroup {
		padding: 0%;
		height: 450px;
		width: 100%;
		background-color: #E8F8EF;
		border-radius: 10px;
	}

	#navbarDropdown {
		color: #fff;
		background-color: #717171;
		padding: 6px;
		padding-right: 310px;
	}

	.navbar-brand {
		padding-top: 0 !important;


	}



}

@media screen and (min-width: 600px) {
	.navbar {

		height: 45px;
	}

	.navbar-brand {
		padding-top: 2.313rem !important;
	}

	.foro img{
		float: right;
		margin-top: -4%;
	}

}


/*.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: .375rem .75rem;
  font-size: 15px !important;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/

/*.btn-primary3 {
color: #fff !important;
background-color: #0C6973 !important;
border-color: #fff !important;
border-radius: 10px;
}

.btn-primary3:hover {
  color: fff;
  background-color: #030F66 !important;
  border-color: #fff !important;
}
*/


btn.btn-primary,
.btn.btn-secondary {
	color: #030F66;

}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    background-color: #fa6b09;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s
}
.accordion-body {
    padding: 1rem 1.25rem;
    background: #fa6b0982;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #fa6b09;
    box-shadow:inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.btn-primary {
    color: #ffffff;
    background-color: #fa6909f2 !important;
    border-color: #fff !important;
    border-radius: 20px;
    font-weight: bold;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #fa6909f2 !important;
    border-color: #fff !important;
    border-radius: 20px;
    font-weight: bold;
}

.border-danger {
    border-color: #fa6b09!important;
}
.dropdown-menu-dark {
    color: #000000;
    background-color: #f96b0952;
    border-color: rgba(0,0,0,.15);
}
.dropdown-menu-dark .dropdown-item {
    color: #000000;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #05031e!important;
    border-color: #fff !important;
    border-radius: 20px;
    font-weight: bold;
}





/*.dropdown-item:focus, .dropdown-item:hover {
  color: #fff !important;
  background-color: #e9ecef !important;
}


.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}



.navbar-light .navbar-brand, .navbar-light a.btn {
 height: 30px;
width: 10%;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: #747574 !important;
  height: 50px;
}*/