@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body{
	font-family: "Poppins", sans-serif;
}
#header-signin{
	display: none;
}
.outlined-input-field label{
	font-family: "Poppins", sans-serif;
	font-size: 15px !important;
	font-weight: 300;
}
.outlined-input-field .outlined-text-field{
	font-family: "Poppins", sans-serif;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
  }
  
  .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }


.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  

  #header-signin .logo-signin h1 {
    font-size: 30px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
  }
  
  #header-signin .logo-signin h1 a, #header-signin .logo-signin h1 a:hover {
    color: #5777ba;
    text-decoration: none;
  }
  
  #header-signin .logo-signin img {
    padding: 6px 0;
    margin: 0;
    height: 40px;
  }
  #header-signin {
	  z-index: 997;
	  transition: all 0.5s;
	  height: 4.5rem;
	  padding: 15px 0;
	  background: #0055fc;
	  box-shadow: 0 1px 4px 0px #cac1c1;
	}
  
  #header-signin.header-transparent {
    background: transparent;
  }
  
  #header-signin.header-scrolled {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  #header-signin .logo-signin h1 {
    font-size: 30px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
  }
  
  #header-signin .logo-signin h1 a, #header-signin .logo-signin h1 a:hover {
    color: #5777ba;
    text-decoration: none;
  }
  
  #header-signin .logo-signin img {
    padding: 6px 0;
    margin: 0;
    height: 40px;
  }
  .nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
  }
  
  .nav-menu a {
    display: block;
    position: relative;
    color: #47536e;
    padding: 12px 15px;
    transition: 0.3s;
    font-size: 14px;
  }
  
  .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #5777ba;
    text-decoration: none;
  }
  
  .nav-menu .get-started a {
    background: #5777ba;
    color: #fff;
    border-radius: 50px;
    margin: 0 15px;
    padding: 10px 25px;
  }
  
  .nav-menu .get-started a:hover {
    background: #748ec6;
    color: #fff;
  }
  .contact{
    overflow: hidden;
    display: flex;
    /*height: calc(100vh - 5.3rem);*/
	height: calc(100vh);
    align-items: center;
    /*margin-top: 5.3rem;*/
  
  }

  .contact .php-email-form {
    width: 100%;
  }
  
  .aos-animate {
    opacity: 1;
    transform: translateZ(0);
  }
  
  .contact .php-email-form button[type="submit"] {
    background: #f94143;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 10px;
    margin-top: 30px;
    font-size: 18px;
	border: 0px;
	width: 170px;
  }
  .contact .php-email-form button[type="button"] {
    background: #fff;
    border: 2px solid #5777ba;
    padding: 10px 24px;
    color: #5777ba;
    transition: 0.4s;
    border-radius: 50px;
    margin-top: 5px;
    font-size: 15px;
    width: 24rem;
  }
  .subtitle-sigin{
      margin-bottom: 0.5rem;
      font-weight: 200;
      line-height: 1.5;
      font-size: 18px; 
      color: #676a6c;
  }
  
  .icons-colors {
    filter: invert(60%) sepia(100%) saturate(500%) hue-rotate(180deg) brightness(70%) contrast(503%);
    }

  
  .row-signin{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .section-title {
    text-align: center;
  }
  
  .section-title h1 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #5777ba;
    font-family: "Poppins", sans-serif;
  }
  
  .section-title h2 {
    font-size: 3.5vh;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    
    font-family: "Poppins", sans-serif;
  }
  
  .section-title p {
    margin-bottom: 0;
  }
  .outlined-input-field i {
    position: absolute;
    top: 0.8rem;
    left: 0.5rem;
}

.icons-colors {
    font-size: 1.8rem;
    filter: invert(60%) sepia(100%) saturate(500%) hue-rotate(180deg) brightness(70%) contrast(300%);
}

.text-center {
    text-align: center;
}
.box-form{
	padding:8%;
}
.mitad-image-registro{
    background-image: url("../../../images/fondo-register.jpg") ;
    background-size: cover;
    background-position: center center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 0 7% 3% 7%;
    /*align-items: center;*/
  }
.img-register{
	width: 50%;
	margin-left: -7%;
  margin-top : 7%;  
}
.img-register img{
	width: 100%;
}
.logo-register {
	height: 6%;
	margin-bottom: 7%;
}
.logo-register img {
	height: 100%;
}
.texto-1{
	font-size: 5.3vh;
	color: #fff;
	font-weight: 300;
	line-height: 5.2vh;
  margin-top : 7%;  
}
.texto-2{
	font-size: 5.2vh;
	color: #28ead7;
	font-weight: 600;
	line-height: 5.3vh;
}
.link-registro{
	margin-top: 30px;
}
.link-registro a{
	font-weight: 600;
	color: #212529;
}

@media (max-width: 768px){
	#header-signin{
		display: flex;
	}
	.hidden-sm{
		display: none;
	}
	 .contact{
		margin-top: 5rem;
		height: calc(100vh - 5rem);
	  }
	.mt-5, .my-5{
		margin-top:10px !important;
	}
}


input:-webkit-autofill ~ label {
  top: -1.5rem;
  left: 1rem;
  padding: 0.25rem;
}

.label-accion-recuperar {
  color: #202528;
  font-size: 19px;
  margin-top: 30px;
}
.label-accion-recuperar, .texto-1, .texto-2 {
  font-family: Poppins,sans-serif;
}


@media (max-width:767px) {
 .hidden-xs {
  display:none!important
 }
}

@media (min-width:768px) and (max-width:991px) {
 .hidden-sm {
  display:none!important
 }
}
@media (min-width:992px) and (max-width:1199px) {
 .hidden-md {
  display:none!important
 }
}
@media (min-width:1200px) and (max-width:4000px) {
 .hidden-xl {
  display:none!important
 }
}