body {
    background-color: #13b3c9;
     background-image: url(../images/bg_login.jpg); 
     background-size: cover; 
     background-position: 50% 100%; 
     background-repeat: no-repeat;
}
main.detalle{
    margin-bottom: 12px;
	padding: 10px;
}
footer{
    z-index: 2;
}
ul.navegadores-compatibles{
    float: right;
}
ul.navegadores-compatibles li{
    float: left;
    margin: 5px 2px;
    padding: 0;
    height: 20px;
    width: 20px;
}
ul.navegadores-compatibles li.cnt-label{
    width: auto;
    margin-right: 8px;
}
ul.navegadores-compatibles li.cnt-label label{
    color: #bbbbbb;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}
/* Sección para el nuevo logo sinsu */
main.detalle .cnt-intro-sinsu{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 20px;
	column-gap: 25px;
}
main.detalle .cnt-intro-sinsu img{
	width: 100px;
}
main.detalle .cnt-intro-sinsu h1{
	margin: 0px;
	font-family: 'Roboto','Helvetica','Arial',sans-serif;
	color: #FFFFFF;
	font-size: 1.4rem;
    font-weight: bold;
}
/*Sección para la selección de inicio*/
.content-select-app {
    padding: 5px 0 0 0;
}
.content-select-app [class^='col-']:first-child {
    z-index: 2;
}
.content-select-app [class^='col-']:nth-child(2){
    z-index: 3;
    margin-top: -16%;
}
.content-select-app [class^='col-']:nth-child(3){
    margin-left: 0px;
    margin-top: -16%;
    z-index: 1;
}
.hex.reflect{
    position:absolute;
    top: 6px;
    right: 18px;
    width: 85%;
}
.select-app {
    display: block;
    position: absolute;
    top: 17%;
    left: 0;
    width: 100%;
    padding: 0 40px;
}
main.detalle .select-app h1{
    position: absolute;
    top: -60px;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    color: #026b98;
    color: rgba(2, 107, 152, 0.3);
    font-weight:900;
    font-size: 1200%;
    z-index: -1;
    transform: translateY(50%);
    transition: 0.2s all ease-in-out;
    opacity: 0;
}
.content-select-app [class^='col-']:hover .select-app h1 {
    transform: translateY(0);
    opacity: 1;
}

main.detalle .select-app h3 {
    color: #ffffff;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-size: 2rem;
    font-weight: 500;
	border: none;
}
.select-app p {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-weight: 500;
    color: #ffffff;
}
.select-app .btn {
    background-color: #03a9f4;
    background-color: rgba(3, 169, 244, 0.5);
    color: #ffffff;
    padding: 5px 15px;
	text-transform: uppercase;
}
.select-app .btn:hover{
    background-color: #03a9f4 !important;
}
/*Fin Sección para la selección de inicio*/
.content-login{
    padding: 20px 34% 0 34%;
}
.login {
    position: relative;
    width: 100%;
    height: 100%;
}
.form-login{
    display: block;
    position: absolute;
    top: 30px;
    width: 100%;
    padding: 0 20px;
}
.form-login h2 {
    margin-top: 10px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 25px;
    font-weight: 300;
}
.form-login label, .form-login input, .form-login .form-control .form-login a {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}
.form-login .btn.btn-raised.btn-primary {
    background-color: #2196F3;
    color: #fff;
}
.sys-logo {
    width: 55%;
    margin: 0 auto;
}
.link-white {
    color: rgba(255, 255, 255, 0.50)
}
.link-white:hover, .link-white:focus {
    color: #ffffff;
}
.link-gray {
    color: #666666;
    cursor: pointer;
}
.link-gray:hover, .link-gray:focus {
    color: #4C8FC5;
}
.form-login .form-group.space {
    margin-top: 20px;
}
/*ESTILOS MODAL CAMBIO CONTRASEÑA*/
/*Animación modal*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*Animación de entrada Bounce*/
@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
/*Animación de salida FlipX*/
@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
/*Estilos Modal*/
.login-modal > .modal-dialog {
    margin-top: 12%;
}
.login-modal .modal-content {
    border-radius: 8px;
}
.user {
    font-size: 16px;
}
.login-modal .modal-footer {
    text-align: right !important;
}
.login-modal .modal-header .close {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px;
    background-color: #f4f4f4;
    border: 2px solid #bbbbbb;
    border-radius: 50%;
    opacity: 1;
    z-index: 2;
}
.close i {
    color: #555555;
    vertical-align: middle;
}
.login-modal .modal-header .icon-title {
    color: #4C8FC5;
    font-size: 35px;
    transform: rotate(-90deg);
}
.login-modal .modal-header .modal-title {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 3px;
    font-size: 19px;
    font-weight: 500;
    vertical-align: bottom;
}
.login-modal .modal-header .line-title {
    position: absolute;
    height: 2px;
    width: 10%;
    left: 59px;
    background-color: #4C8FC5;
}
.login-modal .btn-acept {
    position: relative;
    padding: 8px 30px;
    margin-top: 0;
    margin-left: 5px;
    margin-bottom: 0 !important;
    margin-right: 0;
    border: none;
    background-color: #2196F3;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
}
.login-modal .btn-cancel {
    position: relative;
    padding: 8px 30px;
    margin-top: 0;
    margin-left: 5px;
    margin-bottom: 0;
    margin-right: 0;
    border: none;
    background-color: #ccc;
    color: #666666;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
}
.login-modal h4.good-change {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 20px;
}
/*Estilos Selección de perfil*/
.bootstrap-select ul.dropdown-menu {
    background-color: #ffffff;
}
.bootstrap-select ul.dropdown-menu a {
    color: #333;
}
.bootstrap-select ul.dropdown-menu a:hover, ul.dropdown-menu a:active, ul.dropdown-menu a:focus {
    color: #262626;
    background-color: #f5f5f5;
}
.bootstrap-select.open .dropdown-toggle {
    box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu {
    width: 100%;
    min-width: 90px;
    padding: 0;
    padding-bottom: 3px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin: 0 0 5px 0;
}
.bootstrap-select > .btn-default {
    background: none !important;
    border-color: transparent;
    border-bottom: 1px solid #d2d2d2 !important;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    color: #000000 !important;
    outline: none !important;
}
.bootstrap-select > .btn-default:focus {
    outline: none !important;
}
.bootstrap-select > .btn-default::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    height: calc(100% - 2px);
    width: 30px;
    background-color: transparent;
    background-position: right calc(100% - 7px);
    background-repeat: no-repeat;
    background-image: url(../Images/select.png);
    pointer-events: none;
    z-index: 5;
}
.bootstrap-select.btn-group .dropdown-toggle .bs-caret {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bootstrap-select > .btn-default:before {
        background-image: url("../Images/select%402x.png");
        background-size: 12px 12px;
    }
}
.bootstrap-select > .btn-default::after {
    position: absolute;
    z-index: 3;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 0;
    content: "";
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.bootstrap-select > .btn-default:not(.disabled):after,
.bootstrap-select > .btn-default:not(.readonly):after {
    background: #2e88ce;
}
.bootstrap-select > .btn-default.disabled:after,
.bootstrap-select > .btn-default.readonly:after {
    background: #ccc;
}
.bootstrap-select.open > .btn-default:after {
    width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    white-space: normal;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    padding-left: 17px;
}
.bootstrap-select .check-mark {
    margin-top: -5px !important;
    font-size: 19px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: block !important;
    position: absolute;
    top: 11px;
    right: 15px;
}
.bootstrap-select .selected .check-mark {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.dropdown:not([data-animation]) .dropdown-menu, .btn-group:not([data-animation]) .dropdown-menu {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
}
.dropdown .dropdown-menu:not([data-animation]):not(.pull-right):not(.dropdown-menu-right), .bootstrap-select .dropdown-menu:not([data-animation]):not(.pull-right):not(.dropdown-menu-right), .btn-group .dropdown-menu:not([data-animation]):not(.pull-right):not(.dropdown-menu-right) {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.dropdown.open .dropdown-menu:not([data-animation]),
.dropup.open .dropdown-menu:not([data-animation]),
.bootstrap-select.open .dropdown-menu:not([data-animation]),
.btn-group.open .dropdown-menu:not([data-animation]) {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}


.bootstrap-select > .dropdown-toggle {
    padding: 4px 30px 2px 0px;
    margin-bottom: 1px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    line-height: 1;
    font-size: 14px;
}
.bootstrap-select > .btn-default::before {
    height: 100%;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.col-xs-offset-4{margin-left:33.33333333333333%}
/*Responsive para la seleeción de ingreso*/ 
@media(min-width:320px){
    main.detalle{
        margin: 0;
    }
    .content-login {
        min-height: 30em;
        padding: 20px 8% 0 8%;
        background-color: rgba(0, 0, 0, 0.35);
    }
    .hex{
        /* display: none; */
    }
	.select-app{
		top: 25%;
	}
	.select-app > h1{
		display: none;
	}
	.select-app > p{
		display: none;
	}
}
@media(max-width:400px){
    body main.detalle{
        margin:0;
    }
    .form-login h2, .form-group label.control-label, .form-control, .link-gray {
        color: #ffffff;
    }
}
@media(min-width:425px){
	main.detalle .cnt-intro-sinsu h1{
		font-size: 1.6rem;
	}
    .content-login {
        padding: 20px 8% 0 8%;
        background-color: transparent;
    }
    .hex {
        display: block;
    }
	.select-app{
		top: 17%
	}
	.select-app > h1{
		display: block;
	}
	.select-app > p{
		display: block;
	}
}
@media (min-width:768px){
	.col-sm-offset-0 {
		margin-left: 0;
	}
    main.detalle {
        margin: 0 5% 50px;
    }
	main.detalle .cnt-intro-sinsu img{
		float: right;
	}
	main.detalle .cnt-intro-sinsu h1{
		font-size: 1.8rem;
	}
    .content-login {
        padding: 20px 25% 0 25%;
    }
    .content-select-app{
        padding: 10px 6% 0 6%;
    }
    .content-select-app [class^='col-']:nth-child(2) {
        z-index: 3;
        margin-top: 0;
    }
    .content-select-app [class^='col-']:nth-child(3) {
        margin-left: 29%;
        margin-top: -8%;
        z-index: 3;
    }
    .select-app {
        top: 25%;
    }
    .select-app h1{
        top: -50px;
    }
    .select-app h3{
        margin-bottom: 10px;
    }
    .select-app .btn {
        padding: 8px 30px;
    }
    .hex.reflect{
		top: 2px;
		right: 18px;
        width: 87%;
    }

}
@media (min-width:992px){
    main.detalle {
        margin: 0 10% 50px 10%;
    }
    .content-login {
        padding: 20px 25% 0 25%;
    }
    .content-select-app {
        padding: 10px 12% 0 12%;
    }
    .select-app {
        top: 30%;
    }
    /* .hex.reflect { */
        /* width: 90%; */
    /* } */
    .select-app h1 {
        top: -80px;
    }
}
@media (min-width:1200px){
    .content-login {
        padding: 20px 34% 0 34%;
    }
    .content-select-app {
        padding: 10px 22% 0 22%;
    }
    .select-app{
        top: 30%;
    }
	.hex.reflect{
		width: 85%;
	}
}
@media (min-width:1440px){
	.content-select-app {
        padding: 10px 25% 0 25%;
    }
}
@media (min-width:1920px){
	.content-select-app {
        padding: 10px 28% 0 28%;
    }
	.hex.reflect{
		width: 87%;
	}
	main.detalle .cnt-intro-sinsu img {
		width: 6vw;
	}
	main.detalle .cnt-intro-sinsu h1 {
		font-size: 2rem;
	}
}
@media (min-width:2560px){
	.col-lg-5{
		width: 40%;
	}
	.content-select-app {
        padding: 10px 30% 0 30%;
    }
	main.detalle .cnt-intro-sinsu img{
		width: 140px;
	}
	main.detalle .cnt-intro-sinsu h1{
		font-size: 2.5rem;
	}
	.hex.reflect{
		width: 89%;
	}
}