#cover-screen2 {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 2000;
	overflow: hidden;
	position: fixed;
	background-color: rgba(0, 0, 0, .6);
	z-index: 100;
}

#contenedor-cover-screen2 {
	position: relative;
	width: 300px;
	height: 450px;
	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);

    border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;

	border: 1px solid #aaaaaa;
    background: #ffffff url(../_js/jquery/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	
	padding: .2em;
    outline: 0;
}

#contenedor-cover-screen-header {
    height: auto;
	display: flex;
	justify-content: space-between;
    align-items: center;

	background: rgb(81, 145, 49);

	color: #FFFFFF;
	font-family: arial;
	
	padding: .4em 1em;
	
	border: 1px solid #aaaaaa;
	font-weight: bold;
	
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

#cerrar-form-exhibicion {
	width: 25px;
	height: 25px;
	margin-right: -10px;
}

#contenedor-cover-screen-form {
	color: #7D7D7D;
	font-family: 'Archivo Narrow';
	padding: 40px;
}

#Form_Exhibicion {
	margin-top: 15px;
}

.form-exhibicion, .form-exhibicion input, .form-exhibicion textarea {
	width: 100%;
	box-sizing: border-box;
}

.form-exhibicion #telefono-contacto .iti, #telefono-contacto #telefono {
    max-width: 100%;
}

.form-exhibicion input, .form-exhibicion textarea {
	width: 100%;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border: 1px solid #FFF;
	padding: 5px 0px 5px 10px;
	background-color: #EDEDED;
	font-family: Arial;
	color: #000;
	margin-bottom: 5px;
}

.form-exhibicion textarea {
	height: 80px;
	resize: none;
}

.form-exhibicion input::placeholder, .form-exhibicion textarea::placeholder, #telefono-contacto-exhibicion .iti .iti__selected-dial-code {
	color: #909090;
	font-family: 'Archivo Narrow';
	font-size: 1.1em;
}

#div-boton-exhibicion {
	width: 100%;
	margin-top: 5px;
}

#div-boton-exhibicion input {
	background-color: #519131 !important;
    width: 100%;
	height: 32px;
	border: 1px solid #FFF;
	border-radius: 5px;
	color: #FFF;
	font-family: Arial;
	font-weight: bold;
	cursor: pointer;
	font-size: 1.1em;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#contenedor-cover-screen2 {
		top: 50%;
        width: 600px;
		height: 425px;
        margin: 0px auto;
		margin-top: -25%;
    }
}

@media (max-width: 740px) and (max-height: 420px) {
	#contenedor-cover-screen2 {
        margin-top: 0px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 1024px) {
	#contenedor-cover-screen2 {
		top: 0px;
		margin-top: 210px;
    }
}

@media (min-width: 1024px) and (max-height: 650px) {
	#contenedor-cover-screen2 {
		top: 50%;
		margin-top: -20%;
    }
}