@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

.cbp-mc-form {
	position: relative;
	font-style:normal;
	font-weight:normal;
	font-family: 'Open Sans';
}

.cbp-mc-form:before,
.cbp-mc-form:after {
	content: " "; display: flex;
}

.cbp-mc-form:after {
	clear: both;
}
.cbp-mc-column {
	width: 50%;
	padding: 0px 0px;
	float: left;
	align-content: center;
	}

@media screen and (min-width: 71em) {
	main {
		width: 60%;
	}
	.btn-btn-primary-btn-lg{
		width: 40% ;
	}
}

@media screen and (max-width: 70em) {
	main {
		width: 90%;
	}
	.btn-btn-primary-btn-lg{
		width: 80%;
	}
}
			
@media screen and (max-width: 48em) {
	main {
		width: 100%;
	}
	.btn-btn-primary-btn-lg{
		width: 80% ;
	}
}
		
.cbp-mc-submit-wrap {
		text-align: center;
		padding-top: 10px;
		clear: both;
		border-radius: 1em;
		}
		
.cbp-mc-form input.cbp-mc-submit {
	background: #5300ff;
	border: none;

	height: 3em;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.1em;
	letter-spacing: 1px;
	border-bottom-right-radius: 2em;
	border-top-left-radius: 2em;
}
boton{
	background-color: #5300ff;
}
.was-validated .g-recaptcha{
	margin: auto;
	width: auto;
	/* position:relative; */
	justify-content: center;
	/* align-items: center; */
	display: flex;
}

body{
	margin: auto;
	width: 100%;
	background-image: url("../Img/Logo-ITSE-descriptor-MR.png");
	background-repeat:no-repeat;
	background-size: 10%;
	background-position-x: 95%;
	background-position-y: 95%;
	background-attachment: fixed;
}
#add-photo-container{
	margin: auto;
}
/* Loader */
#loader {
	align-items: center;
    justify-content:initial;
	background: #150040; 
	background-size: cover;
	position: -webkit-sticky;
	position: sticky;
  	display: none;
	top: 0;
	left:40%;
	right: 0;
	bottom: 40%;


	width: 10em;
	height: 10em;
	font-size: 25px;
	box-sizing:content-box;
	border-top: 0.3em solid #5300ff;
	border-radius: 50%;
	animation: rotating 2s ease-in-out infinite;
	--direction: 1;
}

#loader::before,
#loader::after {
	content: '';
	position: absolute;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	box-sizing: border-box;
	top: -0.2em;
}

#loader::before {
	border-top: 0.3em solid #fffe75;
	transform: rotate(120deg);
}

#loader::after {
	border-top: 0.3em solid #ff9b4c;
	transform: rotate(240deg);
}

#loader span {
	position: absolute;
	color: white;
	width: inherit;
	height: inherit;
	text-align: center;
	line-height: 10em;
	font-family: sans-serif;
	animation: rotating 2s linear infinite;
	--direction: -1;
}

@keyframes rotating {
	50% {
		transform: rotate(calc(180deg * var(--direction)));
	}

	100% {
		transform: rotate(calc(360deg * var(--direction)));
	}
}
/*loader*/
footer{
	display: flex;
    justify-content: flex-end;
	margin-right: 2%;
}
main {
	border:0px solid #5300ff;
	/* width: 60%; */
	height:auto;
	margin: auto;
	display:flex;
	justify-content: center;
	align-items: center;
	column-count:1;
	column-gap: 3em;
	column-rule: 100px solid #bbb;
}

h2 {
	column-span:all;
	color: #5300ff;
	font-style:normal;
	font-weight:900;
	font-size: 2.5em;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
h1{
	font-family: 'Open Sans', sans-serif;
	color: #5300ff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
}
.caja {
	background-color: #f2f4f6;
	width: 80%;
	height: auto;
	box-shadow: 0px 0px 71px 8px gray;
	border-radius: 15px;
	display: block;
	margin: auto;
}

.Bloque {
		height:100px;
		overflow: hidden;
	 }

.select{
	width: 100%; 
	border-radius: 8px; 
	height: 36px; 
	border-color: #28a745;
	background-color: #fff;
}
select {
	outline: 0;
	box-shadow: none;
	background-image: none;
	background: #fff;
	font-size: 14px;
	height: 2.8em;
	padding: 5px;
	width: 45.4%;
	/* border: none;  
	border-bottom: 2px solid #5300ff;
	border-left: 2px solid #5300ff;
	border-bottom-right-radius: 2em;
	border-right: 2px solid #5300ff; */
	color: #495057;
	cursor: pointer;
	text-align: center;
}

/* Elimina la "sombra" azulada que aparece en Google Chrome */
select:focus{ outline: none;}

  /* Remove IE arrow */
select::-ms-expand { display: none;
  }
  /* Custom Select */
.select {
	position:relative;
	display:flexbox;
	width: 100%;
	height: 2.6em;
	line-height: 2;
	background: #fff;
	overflow: hidden;
	border-radius: .25em;
}

  /* Arrow */
.select::after {
	content: '\25BC';
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 1em;
	background: #fff;
	cursor: pointer;
	pointer-events: none;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}
  /* Transition */
.select:hover::after {
	color: #fff;
}


article {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.cbp-mc-form p {
	text-align: center;
}


.cbp-mc-form  td,th{
	border: 0 solid black;
	vertical-align: top;
	text-align: left;
	width: 2px;
}

.was-validated  label {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	color: #5300ff;
}
label::first-letter{
	font-size: 1.2rem;
  }

div.avatar {
    /* cambia estos dos valores para definir el tamaño de tu círculo */
    height: fit-content;
    width: fit-content;
    /* los siguientes valores son independientes del tamaño del círculo */
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: 80%;
	border-color: #5300ff;
	border-style: solid;
	padding: 9%;
	margin-right: auto;
	margin-left: auto;
}

label {
	display: flow-root;
	margin: auto;
	/* margin-right: auto; */
	text-align: center !important;
	font-weight: bold;
	color: #5300ff;
}

ul,li {
	list-style:none;
}

.Centrar {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.Fuente {
	column-span:all;
	font-style:normal;
	font-weight:normal;
	font-family: 'Open Sans';
	 
 }

.Fila {
	margin: .80em auto;
	padding: .80em;
	width: 80%;
}

.Titulos {
	margin: auto;
	text-align: center;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	/* background: #5300ff; */
	color: #5300ff;
	font-weight: bolder;
	font-size: xx-large;
}

.copyright {
	margin: auto;
	text-align: center;
	font-size:0.8em;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	background: #5300ff;
	color: white
}
/* Dropdown Button */
.was-validated  .dropbtn {
	background-color: #5300ff;
	color: white;
	width: auto;
	height: 4em;
	/* padding: 18px; */
	font-size: 12px;
	font-weight: bold;
	border: none;
	border-radius: 1em;
	/* margin-top: 2%; */
	/* margin-bottom: 4%; */
	text-align: center;
	text-overflow: ellipsis;
	 white-space: pre-wrap; 
	overflow: hidden;
}

.was-validated input {
	display: block;
	margin: auto;
	/* margin-right: auto; */
	text-align: center;
	width: 100%;
	/* height: 2.6em; */
	/* border: gray solid; */
	border-radius: 8px;
}
.was-validated .cajatexto{
	width: 100px;
}

.was-validated .form-control:invalid~.invalid-tooltip{
	align-content: center;
	text-align: center;
	width: 80%;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(200,53,69,.8);
	position: initial;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.parrafo{
    text-align: center;
    font-size: 18px;
    padding: 10px 30px;
}
.btn-btn-primary-btn-lg{
	background-color: #150040;
	color: white;
	/* width: 40%; */
	height: 2.5em;
	/* padding: 18px; */
	font-size: 20px;
	font-weight: bold;
	border: none;
	border-radius: 1em;
	/* margin-top: 2%; */
	/* margin-bottom: 4%; */
	text-align: center;
	margin: auto;
	display: block;
	text-overflow: ellipsis;
	white-space: pre-wrap; 
	overflow: hidden;
}

