#containerInfoSol{
	
	
	display:grid;
	grid-template-columns:1fr 1fr;
	
}


.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  width: 90%;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  font-size: 1.3rem;
  color: #333;
  /* color: #17a9bf; */
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.3s;
}
.form__field::placeholder {
  color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
  font-size: 1.1rem;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #444444;
    font-weight: 700;
    font-style: italic;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  /* border-image: linear-gradient(to right, #11998e, #38ef7d); */
  

	/* border-image: -moz-linear-gradient(146deg, rgba(9,52,90,1) 50%, rgba(237,20,61,1) 100%); */
	/* border-image: -webkit-linear-gradient(146deg, rgba(9,52,90,1) 50%, rgba(237,20,61,1) 100%); */
	/* border-image: linear-gradient(146deg, rgba(9,52,90,1) 50%, rgba(237,20,61,1) 100%); */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#09345a",endColorstr="#ed143d",GradientType=1); */
  
  
  

border-image: -moz-linear-gradient(90deg, rgba(191,4,17,1) 7%, rgba(227,173,81,1) 44%, rgba(56,153,65,1) 100%);
border-image: -webkit-linear-gradient(90deg, rgba(191,4,17,1) 7%, rgba(227,173,81,1) 44%, rgba(56,153,65,1) 100%);
border-image: linear-gradient(90deg, rgba(191,4,17,1) 7%, rgba(227,173,81,1) 44%, rgba(56,153,65,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bf0411",endColorstr="#389941",GradientType=1);
  
  
  color: #333;
  
  
  
  
  
  border-image-slice: 1;
}
.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #333;
  font-weight: 700;
  font-style:italic;
}

/* reset input */
.form__field:required, .form__field:invalid {
  box-shadow: none;
}


#mailChecker{
	
	display: grid;
    grid-template-columns: 1fr 1fr;
	width:100%;
	
}

#checkEmLab{
	
	top:inherit;
	
}




.option-input, .option-input2 , .option-input3 {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}

.option-input2:hover {
  background: #9faab7;
}

.option-input:checked {
  background: #40e0d0;
}

.option-input2:checked {
  background: #e56060;
}

.option-input3:checked {
  background: #40e0d0;
}


.option-input:checked::before {
  width: 20px;
  height: 20px;
  display:flex;
  content: '\f00c';
  font-size: 15px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
}

.option-input2:checked::before {
  width: 20px;
  height: 20px;
  display:flex;
  content: '\f00d';
  font-size: 14px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
}
.option-input3:checked::before {
  width: 20px;
  height: 20px;
  display:flex;
  content: '\f00c';
  font-size: 14px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
}


.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

.option-input2:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #e56060;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}


.option-input3:checked::after {

  background: #e56060;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}





.option-input.radio, .option-input2.radio {
  border-radius: 50%;
  margin-right:1rem;
}




.option-input.radio::after {
  border-radius: 50%;
}
.option-input2.radio::after {
  border-radius: 50%;
}


.confLabel{
	
	display:flex;
	line-height:3rem;
	
}

.mChecck{
	
	display:flex;
	
}

.confLabel:hover{
	
	color:#17a9bf;
	font-weight:700;
	cursor:pointer;
	
}


.style18{
    height: 10px;
	border: 0;
	box-shadow: inset 0 11px 12px -12px rgba(74, 74, 74);
}


.ui-draggable .ui-dialog-titlebar {
	
	
	background:#fafafa;
	
}


#rightInfEsq{
	
	display:grid;
	grid-template-columns:1fr 1fr;
	
	
}

.inpSpec2{
	
	width: 70%;
    /* right: 100%; */
    position: relative;
	
}


.miniTxt{
	
	font-size:0.9rem !important;
	
}

.moreProds, .moreCerts{
  position: relative;
  background-color: #40e0d0;
  border-radius: 4em;
  font-size: 1.2rem !important;  
  color: white;
  padding: 0.8em 1.8em;
  cursor:pointer;
  user-select:none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  transition-duration: 0.65s;
  -webkit-transition-duration: 0.65s; /* Safari */
}


.moreProds:after, .moreCerts:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  box-shadow: 0 0 10px 40px #40e0d0;
}

.moreProds:active:after, .moreCerts:active:after {
  box-shadow: 0 0 0 0 #40e0d0;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top:0;
  opacity: 1;
  transition: 0s;
}

.lessPr{
  position: relative;
  background-color: #e56060;
  border-radius: 4em;
  font-size: 1.2rem !important;
  color: white;
  padding: 0.8em 1.8em;
  cursor:pointer;
  user-select:none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  transition-duration: 0.65s;
  -webkit-transition-duration: 0.65s; /* Safari */
}


.lessPr:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  box-shadow: 0 0 10px 40px #e56060;
}

.lessPr:active:after {
  box-shadow: 0 0 0 0 #e56060;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top:0;
  opacity: 1;
  transition: 0s;
}

.fontIccons{
	
	transform: scale(1.7);
	
	
}


.commonFont, .spanCerts{
	
	
	color:#333;
	
	
}

.inpRad2{
	
	top:0;
	
}

.smol{
	
	width:50%;
	
}

.cpc1{
	
	border: 1px solid #dadee1;
    border-radius: 1rem 0 0 1rem;
	
}

.cpc2{
	
	border: 1px solid #dadee1;

	
}

.cpc3{
	
	border: 1px solid #dadee1;
    border-radius: 0 1rem 1rem 0;
	
}

#otherDesired{
	
	margin-top: 1rem;
	
	
}

  .emGrid{
		
		margin-top: 1rem;
		
	}  

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}


.choke{
    
    display:none !important;
    
    
}


#cuadroInferior{
    
    
    display:grid;
    grid-template-columns: 1fr 1fr;
    
}

#buttonSubir{
    
    display: flex;
    flex-direction: column;
    align-self: center;
    
    
}


#hideInferior{
    
    display:none;
    
}

.btnNewCourse{
    
    
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
    font-style: italic;
    color: white;
    border-radius:0.5rem;
    
}


#btCcc1{
    
   background:#329c97;
    
    
}


#btCcc2{
    
   background:#98bcbe;
    
    
}



#btCcc1:hover{
    
     background:#007d84;
    
}


#btCcc2:hover{
    
     background:#728d8e;
    
}




/* --------------media queries----------------- */

/* @media only screen and (width: 375px) { */
@media only screen and (min-width: 320px) and (max-width: 479px) {
	
	
	#formWelcome{
		
		width:98%;
		
	}
	
	#formFrame {
		width: 100%;
	}
	
	#containerInfoSol{
		
		display:grid;
		grid-template-rows: repeat(9, 1fr);
		grid-template-columns: none;
		height: 80vh;
		
	}
	
	#dialog{
		
		width: 99%;
    padding: 1%;
		
	}
	
	
	.form__field:placeholder-shown ~ .form__label {
		
		font-size: 0.5rem !important;
		top:0;
		
	}
	
	
	.form__label {
		
		top:0;
		font-size:0.4rem !important;
		
	}
	
	.form__field:focus ~ .form__label {
		
		
		
	}
	
	
	.titleMod {

		font-size: 1rem;
	
	}

	#mailChecker {
		display: grid;
		grid-template-columns: 1fr 3fr;
	}
	
	#checkEmLab{
		
		width:50%;
		
	}
	
	
	.radioGroup {

		width: 45%;
	}
	
	.containerTotProds {

		grid-template-columns: 80% 20%;
	
	
	}
	
	
	.innerSquare {
		
		grid-template-columns:none;
		grid-template-rows:1fr 1fr;
		
		
	}
	
	
	.form__label.miniTxt{
		
		/* top:inherit; */
		font-size: 0.4rem !important;
		/* width: 32%; */
		
		
	}
	
	.addProdBtnsCont, .addCert, .addPreProcess {
		
		font-size: 0.5rem;
		
	}
	.moreProds, .moreCerts, .lessPr {
		font-size: 0.6rem !important;
	
	}
	
	.labelInputs4 {

		font-size: 0.5rem;
		    text-align: center;
	}
	
	.commonFont, .spanCerts {

		font-size: 0.5rem;
	}
	
	
	#containerBlockRadio2 {
		grid-template-columns: none;
		grid-template-rows: 1fr 1fr;
		
	
	}
	.containerRadio2 {
		margin: 0;
		margin-left: 1rem;
	}
	
	.labRad2 {
		margin: 3%;
		font-size: 0.7rem;
	}
	
	.impCertStage, .datepicker, .inpsDiau{
		
		font-size:0.35rem !important;
		
	}
	
	
	#containerDesiredCerts {

		width: 100%;
	
	}
	
	
	#certCheckers {

		grid-template-columns: repeat(3, 33%);
	
	}
	
	
	.miniCertBoxes {

		font-size: 0.5rem;
	
	}
	
	.desiredChecks.option-input.checkbox{
		
		width: 0.6rem;
		height: 0.6rem;
		
	}
	
	#containerInputCountry{
		
		
		text-align:center;
	}
	
	#otherDesired {
		margin-top: 2rem;
		text-align: center;
	}
	
	.sendCotti {
		width: 20vw;
	}
	
	#gerDirRad{
		display:grid;
		grid-template-rows:1fr 1fr;
		
		
	}
	
	
	#containerOther{
		
		font-size:0.8rem;
		
	}
	
	
	.commonBtn {

		height: 8vh;
		width: 45%;
	}
	
	
	
	
	
	
}

/* For mobile (landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
	.form__label {

		top: 0;
		font-size: 0.6rem;

	
	}
	
	
	.form__field {

		font-size: 0.7rem !important;
		padding-bottom: 0;
		padding-top: 1rem;

	}
	
	

	.form__field:placeholder-shown ~ .form__label {
		font-size: 0.6rem;
	
	}
	
	
	.form__field:focus ~ .form__label {
		position: absolute;
		top: 0;
		font-size: 0.6rem;
	
	}
	
	#checkEmLab{
		
		width:50%;
		
	}
	#mailChecker {

		width: 150%;
		margin-bottom: 1rem;
	}
	
	
	#contLabbelMail{
		
		display: flex;
		align-items: center;
	
	}
	.radioGroup {

		width: 45%;
		bottom:inherit;
		transform: scale(0.8);
	}
	.containerTotProds {

		grid-template-columns: 80% 20%;
	
	}
	
	.miniTxt {
	width: 30%;
	top: inherit;
	font-size: 0.45rem;
	}
	
		.addCerti, .addPre, .addProd, #solServContainer {

		font-size: 0.7rem;
	
	}
	
	.moreProds, .moreCerts, .lessPr {

		font-size: 0.8rem !important;
	
	}
	
		.titleMod {

		font-size: 0.8rem;
	}
	
	.labelInputs4 {

		font-size: 0.5rem;
		    text-align: center;
	}
	
	.commonFont, .spanCerts {
		color: #333;
		font-size: 0.55rem;
	
	}
	#containerBlockRadio2 {
		grid-template-columns: none;
		grid-template-rows: 1fr 1fr;
		
	
	}
	
	
	.impCertStage, .datepicker, .inpsDiau{
		
		font-size: 0.45rem !important;
		
	}
	
	.containerRadio2 {
		
		margin-left:1rem;
		
		
	}
	.labRad2 {

		font-size: 0.8rem;

	}
	
	
	#certCheckers {

		grid-template-columns: repeat(4, 25%);
		width:100%;

	}
	
	.miniCertBoxes {

		font-size: 0.5rem;
	
	}
	
	.desiredChecks.option-input.checkbox{
		
		width: 0.6rem;
		height: 0.6rem;
		
	}
	
	
	#containerOther{
		
		font-size:0.8rem;
		
	}
	
	
	.dwnLabbel{
		
		font-size:1.2rem;
		
	}
	
	
	.emGrid{
		
		transform: scale(0.8);
		
	}
	
	.sendCotti {
		width: 15vw;
	}
	
	.commonBtn {

		height: 8vh;
	}
	
	
	.innerSquare {
		
		grid-template-columns:none;
		grid-template-rows:1fr 1fr;
		
		
	}
	
	
	
	
}


/* For tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	
	
	.form__label {

		top: 0;
		font-size: 0.6rem;
	
	
	}

	.form__field:placeholder-shown ~ .form__label {
		font-size: 0.6rem;
	
	}
	
	
	.form__field:focus ~ .form__label {
		position: absolute;
		top: 0;
		font-size: 0.6rem;
	
	}
	
	
	#mailChecker {

		width: 150%;
	
	}
	
	
	#contLabbelMail{
		
		display: flex;
		align-items: center;
	
	}
	
	
	
	.containerTotProds {

		grid-template-columns: 80% 20%;
	
	}
	
	
	.miniTxt {
		/* width: 30%; */
		/* top: inherit; */
		font-size: 0.45rem !important;
	}
	
	.addCerti, .addPre, .addProd, #solServContainer {

		font-size: 0.8rem;
	
	}
	
	.moreProds, .moreCerts, .lessPr {

		font-size: 0.8rem !important;
	
	}
	
	
	.titleMod {

		font-size: 0.9rem;
	}
	
	.labelInputs4 {

		font-size: 0.5rem;
		    text-align: center;
	}
	
	.commonFont, .spanCerts {
		color: #333;
		font-size: 0.55rem;
	
	}
	#containerBlockRadio2 {
		grid-template-columns: none;
		grid-template-rows: 1fr 1fr;
		
	
	}
	
	
	.impCertStage, .datepicker, .inpsDiau{
		
		font-size:0.7rem !important;
		
	}
	

	.labRad2 {

		font-size: 0.8rem;

	}
	
	
	#certCheckers {

		grid-template-columns: repeat(4, 25%);

	}
	
	.miniCertBoxes {

		font-size: 0.7rem;
	
	}
	
	.desiredChecks.option-input.checkbox{
		
		width: 0.6rem;
		height: 0.6rem;
		
	}
	
	#containerOther{
		
		font-size:0.8rem;
		
	}
	
	
	.innerSquare {
		
		grid-template-columns:none;
		grid-template-rows:1fr 1fr;
		
		
	}
	
	
	
}

/* For small desktop */
@media only screen and (min-width: 980px) and (max-width: 1023px) {
	
}
/* For typical desktop */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	
	#containerInfoSol {
		height: 75vh;
	}
	
	
	
	.form__label {

		top: 0;
		font-size: 0.7rem;
	
	
	}

	.form__field:placeholder-shown ~ .form__label {
		font-size: 0.7rem;
	
	}
	
	
	.form__field:focus ~ .form__label {
		position: absolute;
		top: 0;
		font-size: 0.7rem;
	
	}
	
	
	#mailChecker {

		width: 150%;
	
	}
	
	
	#contLabbelMail{
		
		display: flex;
		align-items: center;
	
	}
	
	
	
	.containerTotProds {

		grid-template-columns: 80% 20%;
	
	}
	
	
	.miniTxt {
		width: 30%;
		top: inherit;
		font-size: 0.45rem;
	}
	
	.addCerti, .addPre, .addProd, #solServContainer {

		font-size: 0.7rem;
	
	}
	
	.moreProds, .moreCerts, .lessPr {

		font-size: 1.25rem !important;
	
	}
	
	
	.titleMod {

		font-size: 0.9rem;
	}
	
	.labelInputs4 {

		font-size: 0.5rem;
		    text-align: center;
	}
	
	.commonFont, .spanCerts {
		color: #333;
		font-size: 0.55rem;
	
	}
	#containerBlockRadio2 {
		grid-template-columns: none;
		grid-template-rows: 1fr 1fr;
		
	
	}
	
	
	.impCertStage, .datepicker, .inpsDiau{
		
		font-size:0.7rem !important;
		
	}
	

	.labRad2 {

		font-size: 0.8rem;

	}
	
	
	#certCheckers {

		grid-template-columns: repeat(4, 25%);

	}
	
	.miniCertBoxes {

		font-size: 0.7rem;
	
	}
	
	.desiredChecks.option-input.checkbox{
		
		width: 0.6rem;
		height: 0.6rem;
		
	}
	
	#containerOther{
		
		font-size:0.8rem;
		
	}
	
	.commonBtn {

		height: 9vh;
	}
	
	
}

@media only screen and (width: 1280px) {
	
	#mailChecker {

		width: 150%;
	
	}
	
	
	#contLabbelMail{
		
		display: flex;
		align-items: center;
	
	}
	.form__label {

		top: 0;
		font-size: 0.9rem;
	
	
	}

	
	.form__field:placeholder-shown ~ .form__label {
		font-size: 0.9rem;
	}
	
	.form__field:focus ~ .form__label {
		position: absolute;
		top: 0;
		font-size: 0.9rem;
	
	}
	
	
	
	
	
	.commonBtn {

		height: 8vh;
	}
	
}