/* :: 1.0 Import Web Fonts */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Poppins:wght@300&display=swap');

.color-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    background-color: #004d6e;
    opacity: 0.7;
    display: block;
	z-index:1;
}
.contenedor{
	z-index:100;
}
.wrapper {
        width: 100%;
    height: 100%;
    background-image: url("/imgv2/fondoAPICS.jpg");
    background-position: top left;
    background-size: cover;
        margin: 0;
    padding: 0;
}

#app a {
    color: #BC4D61;
    text-decoration: none;
}

#app a:hover {
    color: #9C9C9C;
    text-decoration: none;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

#app {
    width: 60vh;
    height: 79vh;
    margin-top: 1vh;
    margin-bottom: 6vh;
	/*background: rgba(255,255,255,.75);*/
    background: rgba(13,40,62,.4939);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
	/*background-color: #0d283e;*/
    border-radius: 5px 5px 5px 5px;
    /*opacity: 0.49397590361446;*/
}


.app-view {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.app-header {
    padding-top: 1vh;
	padding-bottom: 10px;
	padding-left: 3vh;
	padding-right: 3vh;
	
}

.app-header,
.app-header > * {
    font-size: 4.8vh;
    margin: 0;
    font-weight: 300;
}

.app-header > h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4.8vh;
    font-weight: 300;
    /*margin-bottom: 4.8vh;*/
	margin-bottom: 0px;
}

.app-header > h2 {
    font-size: 3vh;
}

.app-subheading {
    font-size: 20px;
    /*color: rgba(0, 0, 0, 0.45);*/
	color:#FFF;
}

.app-register {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    font-size: 14px;
    top: 1vh;
    height: 5vh;
    line-height: 2.5vh;
    padding: 0 6vh;
    color: rgba(0, 0, 0, 0.45);
}

.app-register > a {
    font-weight: 300;
}

.inputRegistro {
    font-size: 2.5vh;
    width: calc(100% - 13vh);
    height: 6vh;
    margin-bottom: 2vh;
    background: transparent;
    /*position: absolute;*/
    top: 0;
    left: 6.5vh;
    z-index: 2;
    border: none;
    box-shadow: inset 0 -0.5vh rgba(0, 0, 0, 0.1);
	border-radius:3px;
}

input:focus {
    outline: none;
    box-shadow: inset 0 -0.5vh transparent;
}
.app-button {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #0F9EDE;
    font-size: 4vh;
    padding: 0 6vh;
    position: absolute;
    bottom: 12vh;
    font-weight: 400;
}

.app-button:focus {
    outline: none;
}

.meta {
    padding: 6vh;
	padding-top: 2vh;
    position: relative;
    top: 135px;
    transform: translateY(-50%);
}

.meta > * {
    -webkit-transition: none !important;
    transition: none !important;
}

.meta > h1 {
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    font-size: 38px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 0px;
	font-weight:200;
}

.meta > h1 > sup {
    font-size: 30px;
    margin-top: 8px;
}

.meta > b {
    color: #125990;
    font-weight: 300;
}

.meta > h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 38px;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
}

.meta > h2 > b {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 38px;
    color: rgba(255, 255, 255, 1);
}

.meta > p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    font-weight: 300;
    font-size: 16px;
    color: #cdcdcd;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
}

.meta a {
    color: rgba(255, 255, 255, 0.6);
}

.meta a:hover {
    color: white;
}

.route {
    display: none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    position: relative;
}

.buttonwrapper {
   /* top: 6vh;*/
    margin-left: 30px;

}

.buttonwrapper button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.buttonwrapper button.learn-more {
  width: 21rem;
  height: auto;
}
.buttonwrapper button.learn-more .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 4rem;
  height: 4rem;
  background: #125990;
  border-radius: 2rem;
}
.buttonwrapper button.learn-more .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.buttonwrapper button.learn-more .circle .icon.arrow {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.2rem;
  width: 2rem;
  height: 0.125rem;
  background: none;
}
.buttonwrapper button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.buttonwrapper button.learn-more .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
    font-size: 1.5rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.8rem 0;
  margin: 0 0 0 1.85rem;
  color: #125990;
  line-height: 1.6;
  text-align: center;
}
.buttonwrapper button:hover .circle {
  width: 100%;
}
.buttonwrapper button:hover .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
.buttonwrapper button:hover .button-text {
  color: #fff;
}
#regresarBado{
	margin-top:45px !important;
}
.contenedorPrincipalApics{
	height:670px;
}
.captchaApics{
	/*position: absolute;
	top: calc(25% + 33vh);*/
	margin-left:40px !important;
	/*margin-bottom:-35px; 
	margin-top:165px !important;
	margin-left:40px !important;*/
}
.inputEmail {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    top: calc(25% + 6.5vh);
	background-color:#FFF;
	padding-left:10px;
}

.inputPassword {
    font-family: Arial, Helvetica, sans-serif;
    /*top: calc(25% );*/
	
    font-weight: 300;
	background-color:#FFF;
	padding-left:10px;
}
.inputTel {
    font-family: Arial, Helvetica, sans-serif;
    /*top: calc(25% + 13vh);*/
	
    font-weight: 300;
	background-color:#FFF;
	padding-left:10px;
}
.inputInteres {
    font-family: Arial, Helvetica, sans-serif;
    top: calc(25% + 19.5vh);
    font-weight: 300;
	background-color:#FFF;
	padding-left:5px;
	color:#7c7c7c;
}
.inputCert {
    font-family: Arial, Helvetica, sans-serif;
    top: calc(25% + 26vh);
    font-weight: 300;
	background-color:#FFF;
	padding-left:5px;
	color:#7c7c7c;
}
.subtituloApics{
	font-size:19px; 
	color:#125990;
}
/* mobile adaptations */
@media (max-width: 750px) {
	.subtituloApics{
		font-size:15px; 
	}
	
	.inputPassword {
        top: calc(29% );
	}
	.inputEmail {
		top: calc(29% + 6.5vh);
	}
	.inputTel {
		top: calc(29% + 13vh);
	}
	.inputInteres {
		top: calc(29% + 19.5vh);
	}
	.inputCert {
		top: calc(29% + 26vh);
	}
	.captchaApics{
		/*margin-bottom:-35px; 
		margin-top:190px !important;
		margin-left:40px !important;*/
		/*top: calc(29% + 33vh);*/
		margin-left:40px !important;
	}
	.contenedorPrincipalApics{
		height:2000px;
	}
	#regresarBado{
		margin-top:60px !important;
	}
	.app-subheading {
		font-size: 15px;
		/*color: rgba(0, 0, 0, 0.45);*/
		top: -20px;
		
	}
    .contenedor {
        margin-bottom: 0px;
    }
    
.meta {
    text-align: center;
    padding: 0;
	top: 530px;
}
    
.meta h1 {
    font-size: 28px;
    line-height: 62px;
    color: #fff;
    margin-bottom: 18px;
    margin-top: 20px;
}
    
.meta > h1 > sup {
    font-size: 18px;
    margin-top: 16px;
}
    
.meta > h2 {
    font-size: 13px;
    line-height: 10px;
}
    
#app {
    width: 100%;
    min-height: 500px;
    margin-top: 2vh;
    padding-bottom: 0px;
}
  

    
.buttonwrapper button.learn-more {
  width: 17.5rem;
  height: auto;
}
}