*{
	padding: 0px;
	margin: 0px;
}

.iconos-redes-sociales{
	width: 35px;
}

.login-wrap{
	/*background-image: url("../images/f.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	min-height: 54vh;*/
}


#fondo-enlaces{
	background-image: url("../images/inicio/fondo-enlaces.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	padding: 20px 0px;
}

.btn-enlaces{
	width: 230px;
}

.btn-enlaces-izq:hover{
	margin-left: 10px;
	transition: .2s;
}

.btn-enlaces-der:hover{
	margin-right: 10px;
	transition: .2s;
}

#fondo-footer{
	background-image: url("../images/inicio/footer_SIDCAI.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
}

/*#fondo-footer > .row{
	margin-top: 10px;
}
*/
#footer-informacion{
	padding: 15px;
}

#logo_f_footer{
	width: 130px;
}

#fondo_nombre_sidcai{
	width: 100%;
}

#footer-informacion #informacion{
	color: #ffffff;
}

#footer-informacion #informacion-2{
	color: #c7ca08;
}






.container {
	overflow: hidden;
}

section#formHolder .form {
	min-width: 100%;
	min-height: 400px;
}

section#formHolder .form .form-peice {
	margin: 0;
	top: 0;
	left: 0;
	width: 100% !important;
	transition: all 0.5s ease-in-out;
	padding: 30px 70px;
}

section#formHolder .form .form-peice.switched {
	transform: translateY(-100%);
	width: 100%;
	left: 0;
}

.login .row, .singup .row {
	margin: auto;
}
  
.form .form-peice {
	background: #fff;
	min-height: 380px;
	margin-top: 20px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
	color: #bbbbbb;
	padding: 30px 0 60px;
	transition: all 1s cubic-bezier(1, -0.375, 0.285, 0.995);
	position: absolute;
	top: 0;
	left: -27%;
	width: 130%;
	overflow: hidden;
	border-radius: 0px 0px 30px 30px;
}

.fondo-inicio{
	margin-left: -20px;
	margin-right: -20px;
	padding: 30px;
}


/******   Titulos  ********/
.title-text {
	font: 20px serif;
  	margin-top: 5px;
  	margin-bottom: 30px;
  	text-align: center;
  	position: relative;
  	overflow: hidden;
}
.title-text span {
  	display: inline-block;
  	vertical-align: baseline;
  	zoom: 1;
  	position: relative;
  	padding: 0 20px;
}
.title-text span:before,
.title-text span:after {
  	content: '';
  	display: block;
  	width: 1000px;
  	position: absolute;
  	top: 0.73em;
  	border-top: 2px solid #245b99;
}
.title-text span:before {
  	right: 100%;
}
.title-text span:after {
  	left: 100%;
}




/* Estilos generales */
.login-wrap {
    padding: 2rem 0;
}

#formHolder {
    max-width: 800px;
    margin: 0 auto;
}

.form-container {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.form-title {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.8rem;
}

/* Campos del formulario */

.selectpicker {
    width: 100% !important;
}

/* Input password */
.input-password {
    position: relative;
}

.show-password {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #7f8c8d;
    z-index: 10;
}

/* Botones */
.btn-primary {
    background-color: #223265;
    border-color: #223265;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #2980b9;
    border-color: #2980b9;
}

/* Enlaces */
.switch-form {
    color: #223265;
    text-decoration: none;
    font-weight: 500;
}

.switch-form:hover {
    text-decoration: underline;
}

/* Efectos de transición */
.form-peice {
    transition: all 0.3s ease;
}

.form-peice:not(.active) {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .form-container {
        padding: 1.5rem;
    }

    .form-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .form-container {
        padding: 1rem;
    }

    .form-footer .row > div {
        width: 100%;
        text-align: center !important;
    }
}

.twitter-button {
	background-color: white; /* Fondo blanco */
	color: black;
	border: none;
	padding: 8px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #ccc; /* Borde para el botón */
}

.twitter-button:hover {
	background-color: #f5f5f5; /* Color de fondo al pasar el ratón */
}

.twitter-icon {
	width: 35px;
	height: 35px;
	background-color: #ffffff; /* Color azul de Twitter */
	border-radius: 50%; /* Hace que el ícono sea circular */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.twitter-icon svg {
	width: 20px;
	height: 20px;
	fill: #223265; /* Color del ícono */
}



.instagram-icon {
	width: 35px;
	height: 35px;
	background-color: #ffffff; /* Color azul de Instagram */
	border-radius: 50%; /* Hace que el ícono sea circular */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 4px 2px;
}

.instagram-icon svg {
	width: 20px;
	height: 20px;
	fill: #223265; /* Color del ícono */
}

.facebook-icon {
	width: 35px;
	height: 35px;
	background-color: #ffffff; /* Color azul de Facebook */
	border-radius: 50%; /* Hace que el ícono sea circular */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 4px 2px;
}

.facebook-icon svg {
	width: 20px;
	height: 20px;
	fill: #223265; /* Color del ícono */
}