.pbody {
    font-size: 14px;
}

.imgLanding {
    object-fit: contain;
    /* object-fit: fill; */
    background: #ffff;
    width: 100%;
    height: auto;
    margin-left: -15px;
    background-size: cover;
}

.container {
    min-width: 320px;
    max-width: 320px;
    padding-left: 0px;
    padding-right: 0px;
}
.contenedor {
    margin: 0.5rem 0.2rem;
}

.text-p {
	text-align: center;
    font-family: var(--font-family-sans);
    font-size: 12px;
    line-height: 16px;
    color: #3d3f41;
    font-weight: 500;
}

.text-p2 {
	text-align: center;
    font-family: var(--font-family-sans);
    font-size: 10px;
    line-height: 16px;
    color: #7c838b;
    font-weight: 500;
}
.content{
	padding-top:3.5rem;
}
.footer{
	background-color:white;
	opacity:0.92;
	text-align:center;
	position:absolute;
	bottom:0;
}
.center{
	display: block;
  	margin: auto;
}

.titulo {
    text-align: center;
    font: normal normal bold 28px/36px Montserrat;
    letter-spacing: 0px;
    color: #26C9D3;
    text-transform: capitalize;
}
.titulo-light {
    font-size: 1rem;
    line-height: 0.6rem;
}

.p-footer{
	text-align: center;
	font: normal normal 600 16px/22px Work Sans;
	color: #7B7B7B;
	margin-top:15px;
}
.r-footer{
	text-align: left;
	font: normal normal 600 16px/22px Work Sans;
	color: #7B7B7B;
	margin-top:15px;
}
/*logos*/
.logo-escudo-arma {
    background-image: url('/epencani/images/familias/Grupo 21641.png');
    background-repeat: no-repeat;
    background-size: contain;
  	width: 8.5rem;
  	height: 9rem;
  	
}


/*botones*/
button[disabled]:hover {
    
}

.btn-custom-blue {
	background: #35BCD9 0% 0% no-repeat padding-box;
	border-radius: 33px;
	opacity: 1;
	text-align: center;
	font: normal normal bold 16px/30px Montserrat;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: Capitalize;
	opacity: 1;
}
.btn-custom-blue-p {
	background: #1995AD 0% 0% no-repeat padding-box;
	border-radius: 28px;
	opacity: 1;
	text-align: center;
	font: normal normal bold 14px/20px Montserrat;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: Capitalize;
	opacity: 1;
}
.btn-custom-transparent-p {
	background: transparent 0% 0% no-repeat padding-box;
	border-radius: 28px;
	opacity: 1;
	text-align: center;
	font: normal normal bold 14px/20px Montserrat;
	letter-spacing: 0px;
	border: 1px solid #1995AD;
    color: #1995AD;
	text-transform: Capitalize;
	opacity: 1;
	padding: 6px 12px;
}   

.btn-custom-gray-p{
	background: #7B7B7B 0% 0% no-repeat padding-box;
	border-radius: 28px;
	opacity: 1;
	text-align: center;
	font: normal normal bold 14px/20px Montserrat;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: Capitalize;
	opacity: 1;
}

.btn-custom-blue:hover{
	background-color: #F4A11C;
	border-color: #F4A11C;
	color: #fff;
}

.btn-custom-blue-p:hover{
	background-color: #F4A11C;
	border-color: #F4A11C;
	color: #fff;
}
/*segundo panel*/
.row-1{
	background-color: white;
    padding: 8px;
}
.titulo-landing {
    font-family: "Montserrat";
    font-size: 1rem;
    margin: 0px;
    line-height: 2rem;
    top: 270px;
	left: 1156px;
	width: 482px;
	height: 53px;
	text-align: center;
	letter-spacing: 0px;
	color: #1995AD;
	opacity: 1;
}
.logo-empresa {
    position: relative;
/* 	top: 124px; */
	left: 118px;
	width: 164px;
	height: 115px;
    background: transparent url('/epencani/images/EscudoDeArmaInova.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}
.cont_detail_v2{
	margin: 1rem 1rem 1rem 1rem;
	max-width: 90%;
	text-align: left;
	background-color: rgba(255, 255, 255, 1);
    border-color: rgba(112, 112, 112, 1);
    border-radius: 15px;
    -webkit-filter: drop-shadow(5px 20px 20px rgba(108, 112, 113, 0.14901960784313725));
    filter: drop-shadow(5px 20px 20px rgba(108, 112, 113, 0.14901960784313725));
    padding: 1.5rem 2rem 1.5rem 2rem;
}

div .cont_detail_v2 > div .control-label{
	font: normal normal normal 14px/15px Montserrat;
}

div .cont_detail_v2 > div .p-footer{
	text-align: left;
	font: normal normal bold 16px/20px Work Sans;
	color: #000000;
}

.subtitle{
	text-align: center;
	font: normal normal bold 18px/24px Montserrat;
	margin-bottom: 1rem; /**linea nueva*/
	padding-top: 1rem;
}


.fc {
    color: #26C9D3;
}

.loading {
	background-color: rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	z-index: -1000;
	overflow: hidden;
    display: none;
}

.loading-show {
	opacity: 1;
	z-index: 1000;
	display: flex;
}

/************************************************ FIN LANDING **************************************************************/



@media screen and (min-width: 250px) {
        
    .container {
        max-width: 480px;
        position: relative;
    }

    .contenedor {
	    display: contents;
	    margin: 0rem;
	    max-width: 84%;
	    position: absolute;
	    right: 1.98rem;
	    top: 16rem;
    }
    
    .titulo {
    	font-size: 0.74rem;
    	line-height: 0.98rem;
    }
    
    .titulo-light {
	    font-size: 0.77rem;
	    line-height: 1.6rem;
	}
	
	.logo-empresa {
	    left: 25%;
	    height: 90px;
	}
		
	.imgLanding {
	    min-height: 10rem;
	}
	
	.text-p {
	    font-size: 10px;
	    line-height: 16px;
	}
	
	.text-p2{
	    font-size: 10px;
	    line-height: 16px;
	}
	
    .fz-12 {
        font-size: 11px;
    }
    
}

@media screen and (min-width: 480px) {
    
    .container {
        max-width: 480px;
        position: relative;
    }

    .contenedor {
	    display: contents;
	    margin: 0rem;
	    max-width: 94%;
	    position: absolute;
	    right: 0.6rem;
	    top: 25rem;
    }
    
    .titulo {
        font-size: 0.9rem;
        line-height: 1rem;
    }
    
    .titulo-light {
	    font-size: 0.77rem;
	    line-height: 1.6rem;
	}
	
	.logo-empresa {
	    left: 30%;
	    height: 90px;
	}
		
	.imgLanding {
	    min-height: 15rem;
	}
	
	.text-p {
	    font-size: 10px;
	    line-height: 16px;
	}
	
	.text-p2{
	    font-size: 10px;
	    line-height: 16px;
	}
	
    .fz-12 {
        font-size: 11px;
    }

}

@media screen and (min-width: 576px) {

    .container {
        max-width: 576px;
    }

	.logo-escudo-arma {
        height: 10.5rem;
        width: 13rem;
    }
    
    .contenedor {
	    display: inline-block;
	    max-width: 90%;
	    right: 1.1rem;
	    top: 31rem;
    }

    .titulo {
        font-size: 0.95rem;
        line-height: 0.95rem;
    }
    
    .titulo-light {
	    font-size: 1rem;
	    line-height: 1.9rem;
	}
	
	.logo-empresa {
	    left: 35%;
	}
		
	.imgLanding {
	    min-height: 10rem;
	}
		
	.text-p {
	    font-size: 10px;
	    line-height: 16px;
	}
	
	.text-p2{
	    font-size: 10px;
	    line-height: 16px;
	}
	
	.w-custom {
		width: 70%;
	}    
}

@media screen and (min-width: 768px) {

    .container {
        max-width: 768px;
    }

    .contenedor {
	    display: inline-block;
	    max-width: 53%;
	    right: 1rem;
	    top: -0.6rem;
    }

    .titulo {
        font-size: 0.78rem;
        line-height: 0.98rem;
    }
    
    .titulo-light {
	    font-size: 0.9rem;
	    line-height: 0.98rem;
	    text-align: center;
	}
	
	.logo-empresa {
	    left: 35%;
	    height: 90px;
	}
	
	.imgLanding {
	    min-height: 20rem;
	}
		
	.text-p {
	    font-size: 10px;
	    line-height: 16px;
	}
	
	.text-p2{
	    font-size: 10px;
	    line-height: 16px;
	}

    .fz-12 {
        font-size: 12px;
    }
	
}

@media screen and (min-width: 992px) {

    .container {
        max-width: 992px;
    }

    .contenedor {
	    display: inline-block;
      	max-width: 45%;
	    right: 1rem;
	    top: -0.6rem;
    }

    .titulo {
        font-size: 0.92rem;
        line-height: 0.95rem;
    }
    
    .titulo-light {
	    font-size: 0.9rem;
	    line-height: 1.3rem;
	}
	
	.logo-empresa {
	    left: 35%;
	    height: 100px;
	}
	
	.imgLanding {
	    min-height: 30rem;
	}
		
	.text-p {
	    font-size: 10px;
	    line-height: 16px;
	}
	
	.text-p2{
	    font-size: 10px;
	    line-height: 16px;
	}

    .fz-12 {
        font-size: 14px;
    }
    
    .btn-gov {
	    font-size: 11px;
	    line-height: 16px;
	    padding: 10px 30px 0px 30px;
    }
    
    .fc {
	    font-size: 14px;
	    line-height: 16px;
	}
}

@media screen and (min-width: 1200px) {

    .container {
        max-width: 1200px;
    }

    .contenedor {
	    display: inline-block;
	    max-width: 35%;
	    right: 3.6rem;
	    top: 3rem;
    }

    .titulo {
        font-size: 0.9rem;
        line-height: 3rem;
    }
    
    .titulo-light {
	    font-size: 1rem;
	    line-height: 0.6rem;
	}

	.logo-empresa {
	    left: 35%;
	    height: 110px;
	}
	
	.imgLanding {
	    min-height: 30rem;
	}
		
	.text-p {
	    font-size: 10px;
	    line-height: 16px;
	}
	
	.text-p2{
	    font-size: 10px;
	    line-height: 16px;
	}
	
    .fz-12 {
        font-size: 14px;
    }
    
    .btn-gov {
	    font-size: 11px;
	    line-height: 16px;
	    padding: 10px 30px 0px 30px;
    }
    
    .fc {
	    font-size: 14px;
	    line-height: 16px;
	}

}

@media screen and (min-width: 1366px) {

    .container {
        max-width: 1366px;
    }

    .contenedor {
	    display: inline-block;
	    max-width: 35%;
	    right: 4rem;
	    top: 8rem;
    }

    .titulo {
        font-size: 1rem;
        line-height: 2rem;
    }
    
    .titulo-light {
	    font-size: 1rem;
	    line-height: 0.8rem;
	}

	.logo-empresa {
	    left: 35%;
	    height: 110px;
	}
	
	.imgLanding {
	    min-height: 45rem;
	}
		
	.text-p {
	    font-size: 12px;
	    line-height: 19px;
	}
	
	.text-p2{
	    font-size: 12px;
	    line-height: 19px;
	}
	
    .fz-12 {
        font-size: 14px;
    }
    
    .btn-gov {
	    font-size: 18px;
	    line-height: 24px;
	    padding: 12px 34px 0px 34px;
    }
    
    .fc {
	    font-size: 15px;
	    line-height: 24px;
	}
    

}

@media screen and (min-width: 1920px) {

    .container {
        max-width: 1920px;
    }

    .contenedor {
	    display: inline-block;
        max-width: 40%;
        right: 5rem;
        top: 12rem;
    }

    .titulo {
        font-size: 1.4rem;
        line-height: 4rem;
    }
    
    .titulo-light {
	    font-size: 1.4rem;
	    line-height: 0.8rem;
	}

	.logo-empresa {
	    left: 35%;
	    height: 110px;
	}
	
	.imgLanding {
	    min-height: 45rem;
	}
		
	.text-p {
	    font-size: 16px;
	    line-height: 21x;
	}
	
	.text-p2{
	    font-size: 16px;
	    line-height: 21x;
	}
	
    .fz-12 {
        font-size: 14px;
    }
    
    .btn-gov {
	    font-size: 18px;
	    line-height: 24px;
	    padding: 12px 34px 0px 34px;
    }
    
    .fc {
	    font-size: 18px;
	    line-height: 24px;
	}


}



