body,
html {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 150%;
	margin: 0;
	padding: 0;
	/*background: #F2F7F9 !important;*/
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	line-height: 130%;
	font-weight: 300;
}

input {
  outline: none !important;
  /*color: #FFF !important;*/
}

h4.login-tit {color: #FFF; font-weight: 300}

p {padding: 0; margin: 0;}

p.med {font-size: 0.9rem;}

.bco {color: #FFF !important;}
label.bco {color: #FFF !important;}

.contenedor {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 90%;
	max-width: 1200px;
	height: 90%;
	max-height: 800px;
}

section#formHolder {
  padding: 50px 0;
  color: #FFF !important;
}

.brand {
    padding: 20px 10px;
    background-color: #FFF;
    min-height: 500px;
    position: relative;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.6s cubic-bezier(1, -0.375, 0.285, 0.995);
    z-index: 1;
    border-radius: 12px;
}

.logo-login {
	position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	width: 75%; 
	max-width: 430px;
	height: 75%;
	max-height: auto;
}

.brand.active {
  width: 100%;
}
.brand::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.form1 {
  position: relative;
  padding: 0 40px;
  margin: 0;
  width: 40%;
  position: absolute;
  top: 7%;
  left: 70%;
  transform: translate(-50%, -50%);
  color: #FFF !important;
}
.form-peice {
  background: #399CA1;
  min-height: 430px;
  margin-top: 30px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  color: #FFF !important;
  padding: 30px 100px;
  transition: all 0.9s cubic-bezier(1, -0.375, 0.285, 0.995);
  position: absolute;
  top: 0;
  left: -10%;
  width: 130%;
  overflow: hidden;
	border-radius: 12px;
}
.switched {
    background: #399CA1;
    min-height: 430px;
    margin-top: 30px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    color: #FFF !important;
    padding: 30px 100px;
    transition: all 0.9s cubic-bezier(1, -0.375, 0.285, 0.995);
    position: absolute;
    top: 0;
    left: -10%;
    width: 130%;
    overflow: hidden;
    border-radius: 12px;
    transform: translateX(-100%);
    width: 100%;
    left: 0;
}

.form1  .form-group {
  margin-bottom: 5px;
  position: relative;
  color: #FFF !important;
}
.form1  .form-group.hasError input {
  border-color: #F3F9F9 !important;
}
.form1  .form-group.hasError label {
  color: #F3F9F9 !important;
}
/*.form1  label {
  font-size: 16px;
  color: #FFF !important;
  font-weight: 400;
  text-transform: uppercase;
  transform: translateY(40px);
  transition: all 0.4s;
  cursor: text;
  z-index: -1;
}
.form1  label.active {
  transform: translateY(10px);
  font-size: 10px;
  color: #FFF !important;
}
.form1  label.fontSwitch {
  font-weight: 400;
  color: #FFF !important;
}
.form1  input:not([type=submit]) {
  background: none;
  outline: none;
  border: none;
  display: block;
  padding: 10px 0 5px;
  width: 100%;
  border-bottom: 1px solid #D4E0E5;
  color: #FFF;
  font-size: 18px;
  z-index: 1;
}
.form1  input:not([type=submit]).hasError {
  border-color: #F3F9F9;
}
.form1  span.error {
  color: #F3F9F9;
  font-size: 12px;
  position: absolute;
  bottom: -20px;
  right: 0;
  display: none;
}
.form1  input[type=password] {
  color: #FFF !important;
}*/
.form1  .CTA {
  margin-top: 30px;
}
.form1  .CTA input {
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 30px;
  background: #F3F9F9;
  color: #fff;
  border-radius: 30px;
  margin-right: 20px;
  border: none;
}
.form1  .CTA a.switch {
  font-size: 15px;
  font-weight: 400;
  color: #DAE7ED;
	display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
}

.form1  .CTA a.switch:hover {
  color: #FFF;
	text-decoration: underline;
}

footer {
  text-align: center;
}
footer p {
  color: #777;
}
footer p a, footer p a:focus {
  color: #b8b09f;
  transition: all 0.3s;
  text-decoration: none !important;
}
footer p a:hover, footer p a:focus:hover {
  color: #F3F9F9;
}

@media (max-width: 1024px) {
    .form-peice {
        padding: 30px 70px 30px 90px;
    }
}

@media (max-width: 800px) {
    .form-peice {
        padding: 30px 70px 30px 80px;
    }
}

@media (max-width: 767px) {

.contenedor {
	position:relative;
	top: 10px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 90%;
    margin: 0 auto;
    margin: 10px auto 0 auto;
    height: auto;
}

section#formHolder {
    position:relative;
    width: 100%;
    padding: 20px 0 0 0;
}

.brand {
	border-radius: 0;
    min-height: 350px;
    padding-top: 20px;
    padding-bottom: 20px;
    width:100%;
    margin: 0 auto;
    clear:both;
}

.form1 {
    width: 100%;
    margin: 0 auto 1rem auto;
    transform:none;
    padding: 0 20px;
    position:relative;
    transform: none;
    display:block;
    top: 0;
    left: 0;
    height:auto;
}

.form-peice {
    margin: 0 auto;
    padding: 10px 20px;
    transition: all 0.9s cubic-bezier(1, -0.375, 0.285, 0.995);
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0px;
    height:auto;
    position:relative;
}

.switched {
  background: #5C788F;
    height: 51px;
    max-height: 223px;
    margin-top: 0px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    padding: 0;
    transition: none;
    position: relative;
    top: 200px;
    left: 0;
    width: 5px;
    border-radius: 0px;
    transform: none;
}


.logo-login {
		width: 90%; 
		height: 90%;
	}

}




/*---Botones---*/

.btn {
	white-space:normal !important;
	word-wrap:break-word;
	padding: 3px 8px 4px 8px;
	margin: 3px;
	font-size: 0.9rem;
	text-transform: uppercase;
	box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0);
    cursor:pointer;
}

.btn-dark {
  color: #fff;
  background-color: #288287;
  border-color: #A6C2CC;
}
.btn-dark:hover {
  color: #fff;
  background-color: #318F94;
  border-color: #A6C2CC;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #A6C2CC;
  border-color: #A6C2CC;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #288287;
  border-color: #A6C2CC;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0);
}

.btn-primary {
  background-color: #399CA1;
  border-color: #399CA1;
}
.btn-primary:hover {
  background-color: #318F94;
  border-color: #318F94;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #88C4C7;
  border-color: #88C4C7;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #318F94;
  border-color: #318F94;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}


.btn-secondary {
  color: #fff;
  background-color: #8FAFBA;
  border-color: #8FAFBA;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5C788F;
  border-color: #5C788F;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #CEDFE7;
  border-color: #CEDFE7;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #5C788F;
  border-color: #5C788F;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0);
}


.btn-outline-primary {
  color: #399CA1;
  background-color: transparent;
  background-image: none;
  border-color: #399CA1;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #399CA1;
  border-color: #399CA1;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #399CA1;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #399CA1;
  border-color:#399CA1;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #5C788F;
  background-color: transparent;
  background-image: none;
  border-color: #8FAFBA;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #8FAFBA;
  border-color: #8FAFBA;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #5C788F;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #8FAFBA;
  border-color: #8FAFBA;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0.5);
}


/*---Pie---*/

.pie {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.pie p {
	font-size: 0.9rem;
}

.pie img {
	width: 150px;
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
}

.logo-fcs-ini {
	width: 100%;
	max-width: 230px;
}


/*---Modal---*/

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

h5.modal-title {
    font-size: 1.4rem; 
    color: #318F94; 
    margin: 0; 
    padding:0; 
    font-weight: 400;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}



.modal-lg-opciones {
    width: 95%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.alert {
  padding: 0.5rem 1rem;
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}




.der-izq {text-align: right;}

@media (max-width: 991px) {
    .der-izq {text-align: left;}
}




/*---Nuevos campos para login---*/

.input-element {
  margin: 0 auto;
  padding-top: 38px;
  position: relative;
  overflow: visible;
}
.input-element:last-child {
  margin-bottom: 0;
}
.input-element:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.input-element:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  /*background: #F1F1F1;*/
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  z-index: 20;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.input-element.right:before {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.input-element label {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  color: #fff;
  top: 50px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.input-element label:hover {
  cursor: pointer;
  color: #FFF;
}
.input-element input {
  width: 100%;
  padding: 8px 0;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 1.2rem;
  -webkit-backface-visibility: hidden;
}
.input-element.active label {
  top: 15px;
  color: #FFF;
  font-size: 13px;
}
.input-element.active:before {
  width: 100%;
}
