  /***************/
 /** GENERALES **/
/***************/
.UniPymePg img {
    width: 100%;
}

.UniPymePg ul li {
    list-style: none;
}

body {
    position: relative;
    margin: 0;
    min-height: 100vh;
    padding-bottom: 175px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body .UniPymePg label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 100;
}

.UniPymePg .form-control {
    margin-bottom: 10px;
}

.UniPymePg a {
    color: #333 !important;
}

.UniPymePg section {
    margin: 30px 0;
}

.UniPymePg input.form-control, select {
    position: relative;
    height: 44px;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
    padding: 0 15px 0 15px;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 0%);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0);
    box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 0%);
}


  /************/
 /** HEADER **/
/************/
.UniPymePg header{
	display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 146px;
    border-bottom: 1px solid #a3c517;
    padding: 20px 30px;
    background: #fff;
    z-index: 99;
}

.UniPymePg header .logo{
	width: 11%;
}

.UniPymePg header .extreLogo {
    display: flex;
    justify-content: space-between;
    width: 60%;
}



.UniPymePg header .extreLogo a {
    text-align: center;
}



.UniPymePg header .extreLogo a:nth-child(1) img {
    width: 100%;
}



.UniPymePg header .extreLogo a:nth-child(2) img {
    width: 50%;
}



.UniPymePg header .extreLogo a:nth-child(3) img {
    width: 100%;
}

.UniPymePg header .menu{
    position: relative;
    margin-right: 17px;
}

.UniPymePg header .menu i{
	color: #a3c517;
    font-size: 40px;
    cursor: pointer;
}

.UniPymePg header .menu ul{
	display: none;
	position: absolute;
	right: 0px;
	top: 45px;
    padding: 5px;
	width: 150px;
	background-color: #fff;
	border: 1px solid #e1e1e1;	
	box-shadow: 0 0.2rem 0.7rem 0 rgb(0 0 0 / 25%);
    z-index: 2;
}

	.UniPymePg header .menu ul li{
		border-bottom: 1px solid #a3c51775;
    	cursor: pointer;
		padding: 10px;
	}

    .UniPymePg header .menu ul li:hover{
        background-color: #a3c5171f;
    }


		.UniPymePg header .menu ul li:last-child{
		border-bottom: 0px solid #e1e1e1;
	}

/******************/
/**** BOTONES ****/
/****************/
.UniPymePg .btn-primary{
	width: 100%;
    text-align: center;
    padding: 8px;
    background: #a3c517;
    cursor: pointer;
    font-size: 18px;
        box-shadow: inset 0 0 0 3px #a3c517, 0 0 1px rgb(0 0 0 / 0%);
}

.UniPymePg .btn-primary:hover{
	background: #fff;
	color: #a3c517;
}

.UniPymePg .btnRack{
    position: absolute;
    right: 30px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.UniPymePg .btnPyme {
    display: flex;
    align-items: center;
    max-height: 50px;
    justify-content: center;
    color: #fff !important;
    font-size: 16px;
    margin: 30px 0;
    margin-right: 30px;
    padding: 10px 15px;
    min-width: 155px;
    background: #a3c517;
    box-shadow: inset 0 0 0 3px #a3c517, 0 0 1px rgb(0 0 0 / 0%);
}

.UniPymePg .btnPyme:last-child{
    margin-right: 0;
}


.fundae .btnRack .btnPyme .txtBt {
    color: #fff;
    padding: 15px 15px 15px 23px;
    font-size: 1.7rem;
}

.UniPymePg .btnPyme i::before {
	position: relative;
    top: 3px;
    right: -13px;
}

.UniPymePg .btnPyme:hover{
	background: #fff;
	color: #a3c517;
}

.UniPymePg .btnPyme:hover .txtBt{
	color: #a3c517;
}

.UniPymePg .btnPyme:hover i:before{
	color: #a3c517;
}

/******************/
/***** main ******/
/****************/
.UniPymePg main {
    padding-top: 0px !important;
    padding-bottom: 65px;
}

.UniPymePg main .logo{
	width: auto;
}

.UniPymePg .bgGreen {
    background: #a3c51714;
    padding: 30px;
    margin-top: 0px;
}

/** FORMULARIO **/
.containForm{
	border: 6px solid #a3c517;
    padding: 30px;
}

.containForm h2{
	color: #a3c517;
    margin: 0 0 20px 0;
}

.UniPymePg .blockForm{
    margin-top: 0px;
}

/** Logos Imagenes **/
.UniPymePg .entities {
    display: flex;
    justify-content: space-between;
}

    .UniPymePg .entities img {
        width: 600px;
    }

/******************/
/**** Footer *****/
/****************/
.UniPymePg footer{
	position: absolute;
    bottom: 0px;
    padding: 30px;
    background-color: #263c47;
    width: 100%;
}

	.UniPymePg footer img{
		width: 500px;
	}

.UniPymePg footer .brandMenu{
	display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #a3c517;
    padding-top: 30px;
}	

.UniPymePg footer .brandMenu img{
	width: 40px;
    margin-right: 20px;
    cursor: pointer;
}

.UniPymePg footer .brandMenu li:last-child img{
   width:55px; 
}

/*******************/
/** MediaQueris ***/
/*****************/
@media (max-width: 780px) {
    .UniPymePg header{
        position: inherit;
        flex-direction: column;
    }

     .UniPymePg header .logo{
        width: 100px;
        margin-bottom: 15px;
    }

    .UniPymePg header .menu{
        display: none;
    }

    .UniPymePg main {
        padding-top: 0 !important;
    }

    .UniPymePg header .extreLogo{
        width: 391px;
    }

    .UniPymePg .btnRack{
        position: relative;
        right: 0;
        left: 0;
        flex-direction: column;
        margin: 5px -3px;
    }

    .UniPymePg .btnRack a{
        width: 100%;
        margin: 5px;
        min-width: 100%;
    }

}