* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'nunitoregular', Helvetica, Arial, sans-serif;
  background: #21325b;
}
.button {
  background-color: #377dff;
  border: none;
  color: white;
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  cursor: pointer;
  margin-top: 15px;
  border-radius: .375rem;
  outline: none;
 font-family: 'nunito600';
 width: 100%;
}

.button:hover {
	background-color:  #165bb6;
    box-shadow: 0 0 1rem 0 rgba(140,152,164,.25);
	
}

.button:active {
  transform: translateY(3px);
  border:  2px solid #007bff;
}


.form-control {
    border: .0625rem solid rgba(33,50,91,.1);
    border-radius: .475rem;
	color: #5e6278;
    padding: 0.75rem 1rem;
    font-size: 16px;
	margin-bottom: 5px;
	width: 450px;
	color: #12263f;
	outline:none;
}


.form-control1 {
    border: .0625rem solid rgba(33,50,91,.1);
    border-radius: .475rem;
	color: #5e6278;
    padding: 0.75rem 1rem;
    font-size: 16px;
	margin-bottom: 5px;
	width: 450px;
	color: #12263f;
	outline:none;
}

.form-control1::placeholder {
  color: #97a4af;
  font-family: 'nunito600';
}

.form-control::placeholder {
  color: #97a4af;
  font-family: 'nunito600';
}

/*clase para honeypot*/
.form-control2 {
	position: absolute;
	left: -9999px; /* lo mueve fuera de la pantalla */
}


input:focus {
 box-shadow: 0 0 1rem 0 rgba(140,152,164,.25);
}

.recuerdame {
    margin-top: 20px;
}

footer {
margin-top: 30px;
}




h3 {
letter-spacing: 2px;
font-weight: normal;
}

a {
text-decoration: none;
color: black;
}

.pin {
color: #1e2022;
margin-bottom:7px;
margin-top:10px;
text-align: left;
}


.rowjustify {
    justify-content: center;
    display: flex;
	background: white;
}

.mb-4{
	width: 150px;
	height:auto;
	
}

.cln03n1020 {
    background-color: white;
    color: #95aac9;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #d2ddec;
    cursor: pointer;
    text-align: center;
    border-radius: .9rem;
    outline: none;
}

.pised {
    font-size: 25px;
    text-align: center;
    margin-top: 0px;
    color: #12263f;
    font-family: 'nunito800';
	margin-bottom: 10px;
}

.content {
	min-width: 550px;
	position: relative;
}


.cln03n0001 {
    color: #677788;
    text-align: center;
}

.cln03n0002 {
color: #377dff;
font-family: 'nunito700';
}

.cln03n0003 {
    background-color: #21325b;
    position: absolute;
    height: 100%;
    width: 33%;
    left: 0px;
}


.cln03n0004  {
    position: absolute;
    height: 100%;
    width: 67%;
    right: 0px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
	background: white;
}


.cln03n0005  {
	display: flex;
    justify-content: center;
	padding: 3.75rem;
}

.cln03n0006  {
	text-align:center;
}


.cln03n0008  {
    justify-content: center;
}



.cln03n0013 {
	position: absolute;
    top: 20px;
    right: 20px;
}



.cln03n0015 {
    color: #677788;
	font-family: 'nunito600';
	text-align:center;
	margin: 0px;
	padding-bottom: 20px;
}

.cln03n0016 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
   font-family: 'nunito600';
  font-size: 14px;
  color: #677788;
}

	/* Hide the browser's default checkbox */
.cln03n0016 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

	/* Create a custom checkbox */
.cln03n0017 {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  border-radius: .35em;
  border: 0.0625rem solid rgba(33,50,91,.1);
}

	/* On mouse-over, add a grey background color */
.cln03n0016:hover input ~ .cln03n0017 {
 box-shadow: 0 0 1rem 0 rgba(140,152,164,.25);
}

	/* When the checkbox is checked, add a blue background */
.cln03n0016 input:checked ~ .cln03n0017 {
  background-color: #377dff;
}

	/* Create the checkmark/indicator (hidden when not checked) */
.cln03n0017:after {
  content: "";
  position: absolute;
  display: none;
}

	/* Show the checkmark when checked */
.cln03n0016 input:checked ~ .cln03n0017:after {
  display: block;
}

	/* Style the checkmark/indicator */
.cln03n0016 .cln03n0017:after {
  left: 7px;
  top: 3px;
  width: 2px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cln03n0018{
    outline: none;
    border: none;
    background: inherit;
    cursor: pointer;
    color: #377dff;
    font-family: 'nunito600';
}

.cln03n0019 {
    display: none;
    position: fixed;
    z-index: 99999999999999999999999999999999999999999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* background-color: rgba(44,123,229,0.3); */
}
.cln03n0020 {
    position: fixed;
    z-index: 4;
    padding-top: 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* background-color: rgba(0,0,0,0.4); */
    background-color: rgba(0,0,0,0.2);
}

.cln03n0021 {
    max-width: 900px;
    margin: auto;
    margin-bottom: 40px;
}

.cln03n0022 {
    background-color: white;
    box-shadow: 0 7px 14px 0 rgb(65 69 88 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
    border: 1px solid #edf2f9;
    border-radius: 10px;
    margin-top: 20px;
}

.cln03n0023 {
	padding: 40px;
	text-align: justify;
	padding-left: 60px;
    padding-right: 60px;
	color: #12263f;
	padding-top: 0px;
}

.cln03n0023 > p {
	font-size:14px;
}

.cln03n0024 {
    color: #a1a5b7;
    border: none;
    font-size: 12px;
    font-family: 'nunito700';
    border-radius: .475rem;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
	cursor:pointer;
}

.cln03n0024:hover {
	color:#00A3FF;
	background:#f1faff;
}


.cln03n0025 {
	display:flex;
	justify-content: end;	
	padding: 1.75rem;
	padding-bottom: 0px;
}

.cln03n0026 {
	text-align:right;
	padding-top: 20px
}

.cln03n0027 {
	border: 1px solid #f0f0f0;
	border-radius: 6px;
	background-color: #fff;
	cursor:pointer;
	outline:none;
	padding: 8px 16px;
}

.cln03n0027:hover {
	background-color: #dddd;
}

.cln03n0028 {
	max-height: 600px;
	overflow: auto;
}

.cln03n0028::-webkit-scrollbar {
    -webkit-appearance: none;
}

.cln03n0028::-webkit-scrollbar:vertical {
    width:10px;
}

.cln03n0028::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

.cln03n0028::-webkit-scrollbar:horizontal {
    height: 10px;
}

.cln03n0028::-webkit-scrollbar-thumb {
    background-color: #dadce0;
    border-radius: 20px;
    border: 2px solid #ffffff;
}

.cln03n0028::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.cln03n0029 {
	padding: 40px;
    padding-top: 100px;
}

.cln03n0030 {
    text-align: center;
    font-size: 25px;
    color: white;
}

.cln03n0031 {
    text-align: center;
    color: rgba(255,255,255,.7);
}

.cln03n0032 {
	text-align:center;
	display: none;
	padding-bottom: 20px;
}

.cln03n0033 {
	position: absolute;
    top: 15px;
    left: 15px;
}

.cln03n0034 {
	width: 100px;
}


/* Slideshow container */
.slideshow-container {
  position: relative;

}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {
	font-style: italic;
	color: white;

}

/* Add a blue color to the author */
.author {
	color: white;
	font-family: 'nunito800';
    font-size: 18px;
}

.icon {
   
    border-radius: 100%;
    height: 100px;
    width: 100px;
    margin: auto;
	margin-bottom: 20px;
	color: white;
}

svg {
    margin-top: 20px;
}


@media screen and (max-width: 950px){

.cln03n0032{
	display:block;
}


.cln03n0003, .cln03n0033 {
	display:none;		
	
}
.cln03n0004 {
    position: initial;
	width: 100%;
}

body {
	background:white;
}

}

@media screen and (max-width: 600px){
.content {
    min-width: auto;
}
	
.form-control1, .form-control {
    width: 100%;

}	
.rowjustify {
    display: block;
}
.cln03n0005 {
    display: block;
}
	
}