/*/////////////*/
/*  UNITECH SA */
/*/////////////*/

body{
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	background-color: #f7f7f7;
	/* background-image: url('../images/fondo.svg'); */
	background-repeat: no-repeat;
	background-size: cover;
}
.fondo_img{
	background-color: #E1E1E1;
	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: cover;
	height: 100vh;
}
.btn-success{
	color: #212529;
	position: relative;
    background: white;
    border-radius: .4rem;
    box-shadow: 0 0.16rem 0.36rem 0 rgba(0, 0, 0, 0.13), 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.11);
	cursor: pointer;
	border-color: transparent;
}
.btn-success:hover{
	color: #212529;
	box-shadow: 0 0.06rem 0.18rem 0 rgba(0, 0, 0, 0.11), 0 0.32rem 0.72rem 0 rgba(0, 0, 0, 0.13);
	background-color: #FAF9F8;
	border-color: transparent;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #212529;
	box-shadow: 0 0.06rem 0.18rem 0 rgba(0, 0, 0, 0.11), 0 0.32rem 0.72rem 0 rgba(0, 0, 0, 0.13);
    background-color: #FAF9F8;
    border-color: #001a4e;
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-success.focus, .btn-success:focus {
    box-shadow: none;
}
.content_titulo{
	margin-top: 60px;
	margin-bottom: 30px;
}
.titulo_grande{
	font-size: 2.6rem;
	text-align: left;
	font-weight: 4600;
	line-height: 1.2;
}
.titulo_grande--bold{
	font-weight: 700;
}
.p_subtitulo{
	font-size: .9rem;
	margin-bottom: 70px;
	margin-top: 20px;
}
.poweredby{
	font-size: .70rem;
}
.col-header{
	width: 100%;
	margin-top: 25px;
	text-align: center;
}
.col-footer{
	width: 100%;
	position: fixed;
    height: 30px;
	bottom: 0px;
    left: 0px;
    right: 0px;
	margin-bottom: 0px;
	text-align: center;
	/* padding-left: 115px; */
}
.col-derecha{
	width: 35%;
	margin-left: 122px;
}
.col-izquierda{
	width: 35%;
	margin-top: 50px;
}
.img-portada{
	width: 80%;
	margin-top: 30px;
}
.iso-logo{
	width: 10%;
}
.logo-tipo{
	width: 100px;
	margin-top: 4px;
	margin-left:4px;
}
.logo_unitech{
	width: 40px;
	margin-left: 5px;
}

.linea-vertical{
	border-left: 1px solid #e1dfdd;
    width: 0;
	margin: .5rem 3rem;
	height: 270px;
}
.btn-texto{
	margin: 1rem 0 .5rem 0;
	text-align: left;
    width: calc(42rem - 13.6rem);
}
.btn-texto_titulo{
	color: #2858a6;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 0;
    margin-bottom: .5rem;
}
.btn-texto_parrafo{
	color: #605e5c;
    font-size: .8rem;
    line-height: 1.2rem;
    margin: 0;
}
.icono-tamaño{
	width: 48px;
	margin-top: 2px;
    margin-left: 10px;
}
.clearbot{
	clear: both;
}
.col-icono-btn{
	width: 19%;
	float: left;
}
.col-textos-btn{
	width: 79%;
	float: left;
	margin-left: 5px;
}
.vhcontent{
	margin-top: 80px;
}
.installPrompt {
    width: 16rem;
    box-shadow: 0 1rem 2rem 0 rgba(22, 35, 58, 0.24);
    background-color: #2858a6;
    color: white;
    border-radius: 0.2rem;
    padding: 0 1rem;
    position: absolute;
    text-align: left;
}
.installPrompt.left {
    left: 2rem;
}
.installPrompt.bottom {
    bottom: 2rem;
}
.installPrompt.bottom::after {
    content: ' ';
    position: absolute;
    left: 50%;
    border-top: 0.8rem solid #2858a6;
    border-right: 0.8rem solid transparent;
    border-left: 0.8rem solid transparent;
    border-bottom: none;
}
.installPrompt .title {
	font-size: 1rem;
    line-height: 1.2rem;
	margin: 1.6rem auto 0.8rem;
	font-weight: bold;
}
.msg {
    font-size: .9rem;
    line-height: 1.2;
    margin: 0.8rem auto 1.6rem;
}
.fadeIn {
    -webkit-animation: fadeIn 2s 1;
    animation: fadeIn 2s 1;
}


/*
*MOBILE
*/
@media (max-width: 768px), handheld and (orientation: landscape) {
	.div_mobile{
		display: none;
	}
	.mensaje_mobile{
		display: block;
	}
	.col-header{
		padding-left: 25px;
	}
	.iso-logo{
		width: 40px;
	}
	.logo-tipo{
		width: 200px;
	}
}
@media (min-width: 769px){
	.mensaje_mobile{
		display: none;
	}
}
@media (width: 768px){
	.img-portada{
		width: 50%;
		display:block;
		margin:auto;
	}
}

.p_mensaje_mobile{
	font-size: 1.2rem;
	margin-top: 30px;
	text-align: center;	
}