.modal {
	width: 100%;
	height: 80vh;
	background: rgb(0, 0, 0, 0.8);
}

.contenido {
	margin: auto;
	width: 100%;
	overflow: auto;
}

.contenido2 {
	margin: 0;
}

.getstartedPP {
    background: rgb(255, 93, 7); /*COLORBOTONMENU*/
    padding: 15px 20%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: #fff;
    font-size:1.2vw;
}

.getstartedPP:hover, .getstarted:focus:hover {
    color: #fff;
}

#cerrar {
	display: none;
}

#cerrar + label {
	position: fixed;
	color: #fff;
	font-size: 22px;
	text-align: center;
	z-index: 5000;
	background: rgb(255,95, 0);
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 80%;
	right: 90px;
	margin-top:90px;
	cursor: pointer;
}

#cerrar:checked + label, #cerrar:checked ~ .modal {
	display: none;
}

@keyframes modal {
	100% {
		visibility: visible;
		opacity: 1;
	}
}


.bienvenida {
    width: 100%;
	height: 32px;
	background: #2196f3;
	color:#fff;
}

.pp{
    line-height: 2;
    font-size:2vw;
}

.ppp{
    line-height: 1;
    font-size:2vw;
}

@media (min-width: 768px){
    .bienvenida{
        height: 60px;
    }
}
