#cover-screen {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 2000;
	overflow: hidden;
	position: fixed;
	background-color: rgba(0, 0, 0, .6);
	/* POR MATIAS CASTRO Q. 03-12-2024 MOTIVO: REQUERIMIENTO 12347*/
	font-family: "Montserrat", sans-serif;
	/*FIN REQUERIMIENTO 12347*/
}
#contenedor-cover-screen {
	position: relative;
	/* POR MATIAS CASTRO Q. 03-12-2024 MOTIVO: REQUERIMIENTO 12347*/
	width: fit-content;
	/*FIN REQUERIMIENTO 12347*/
	height: 550px;
	margin: 50px auto 0px auto;
	background-color: white;
			box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
/* POR MATIAS CASTRO Q. 03-12-2024 MOTIVO: REQUERIMIENTO 12347 */
.divbotones{
	margin-top: 45px;
	width:100%;
}
/* FIN REQUERIMIENTO 12347 */

#contenedor-cover-screen-left,
#contenedor-cover-screen-right {
	/*POR MATIAS CASTRO Q. 03-12-2024 MOTIVO: REQUERIMIENTO 12347*/
	/* float: left; */
	display: flex;
	flex-direction: column;
	/*FIN REQUERIMIENTO 12347*/
	height: 100%;
}

/* POR MATIAS CASTRO Q. 03-12-2024 MOTIVO: REQUERIMIENTO 12347*/
#divContenidoExperiencia{
	order: 3;
}
#wrapper-logo-facturacion {
	order: 2;
}
#divCerrarExperiencia {
	order: 1;
}
/*FIN REQUERIMIENTO 12347*/

#contenedor-cover-screen-left {
    display: none;
	width: 331px;
}

#contenedor-cover-screen-right {
	/* POR MATIAS CASTRO Q. 03-12-2024 MOTIVO: REQUERIMIENTO 12347 */
	width: 300px;
	padding: 0px 15px;
	/*FIN REQUERIMIENTO 12347*/
}

#contenedor-cover-screen-right h1,
#contenedor-cover-screen-right h4 {
	text-align: center;
}

#contenedor-cover-screen-right h1 {
	/* POR MATIAS CASTRO Q. 03-12-2024 MOTIVO: REQUERIMIENTO 12347*/
	color: #019501;
	margin: 20px 0px 0px 0px;
	font-size: 22px;
	font-weight: 800;
	/* FIN REQUERIMIENTO 12347 */
}

#contenedor-cover-screen-right ul {
	color: #696969;
	margin: 25px 0px 0px 0px;
	font-weight: 300;
	/* POR MATIAS CASTRO Q. 03-12-2024 MOTIVO: REQUERIMIENTO 12347*/
	font-size: 12px;
	/* letter-spacing: 1px; */
	text-align: start;
	/*FIN REQUERIMIENTO 12347*/
}

#contenedor-cover-screen-right ul > li {
	margin-bottom: 7px;
}

#contenedor-cover-screen-right h4 {
	color: #696969;
	margin: 25px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
}

#contenedor-cover-screen-right > div { text-align: center; }
#contenedor-cover-screen-right .boton-modal-desis {
	color: white;
	border: 0px;
	cursor: pointer;
	margin: 10px auto 0px auto;
	/*POR MATIAS CASTRO Q. 03-12-2024 MOTIVO: REQUERIMIENTO 12347*/
	width: 180px;
	padding: 15px 0;
	font-size: 15.5px;
	/*FIN REQUERIMIENTO 12347*/
	text-align: center;
	/*POR MATIAS CASTRO Q. 03-12-2024 MOTIVO: REQUERIMIENTO 12347*/
	font-weight: bold;
	font-style: italic;
	/* letter-spacing: 1px; */
	/*FIN REQUERIMIENTO 12347*/
	background-color: #48AF60;
}

#wrapper-logo-facturacion {
    margin-top: 30px;
}

.dont-cover-screen {
	position: relative;
}
.dont-cover-screen .sub {
	border-bottom: 0px;
}

/* Medium devices (tablets, 837px and up) */
@media (min-width: 837px) {
    
	#contenedor-cover-screen {
		top: 50%;
		/* POR MATIAS CASTRO Q. 03-12-2024 MOTIVO: REQUERIMIENTO 12347*/
		width: 760px;
		display: flex;
		/*FIN REQUERIMIENTO 12347*/
		height: 434px;
        margin: 0px auto;
		margin-top: -25%;
    }

    #contenedor-cover-screen-left {
		/* POR MATIAS CASTRO Q. 03-12-2024 MOTIVO: REQUERIMIENTO 12347*/
		width: 44%;
        display: block;
		/*FIN REQUERIMIENTO 12347*/
    }
    
    #contenedor-cover-screen-right {
		/* POR MATIAS CASTRO Q. 03-12-2024 MOTIVO: REQUERIMIENTO 12347*/
        width: 56%;
		/*  padding: 0px 20px; */
		/*FIN REQUERIMIENTO 12347*/
    }

    
	/* POR MATIAS CASTRO Q. 03-12-2024 MOTIVO: REQUERIMIENTO 12347*/
    #contenedor-cover-screen-right h1 {
		font-size: 24px;
	}
	.divbotones{
		margin-top: 60px;
	}
	/* FIN REQUERIMIENTO 12347 */

    #contenedor-cover-screen-right h4 {
        margin: 40px 0px 0px 0px;
        font-size: 17px;
    }
    #contenedor-cover-screen-right ul {
		/* POR MATIAS CASTRO Q. 03-12-2024 MOTIVO: REQUERIMIENTO 12347*/
		font-size: 14.5px;
		font-weight: 500;
		margin: 45px 10px 0px 0px;
		/*FIN REQUERIMIENTO 12347*/
    }

    #wrapper-logo-facturacion {
        display: none;
    }

}

@media (max-width: 740px) and (max-height: 420px) {
	#contenedor-cover-screen {
        margin-top: 0px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 1024px) {
	.dont-cover-screen {
        z-index: 2001;
	}
	#contenedor-cover-screen {
		top: 0px;
		margin-top: 210px;
    }
}

@media (min-width: 1024px) and (max-height: 650px) {
	.dont-cover-screen {
        z-index: 100;
	}
	#contenedor-cover-screen {
		top: 50%;
		margin-top: -20%;
    }
}

.size-boton-dialog{
	border: 0px!important;
	color: white!important;
	cursor: pointer!important;
	padding:4px 17px!important;
	font-size:16px!important;
	font-weight: normal!important;
	margin:0px!important;
	background-color: #529233!important;
	font-family: Arial!important;		
    letter-spacing: 1px!important;    
}