<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Lato&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&amp;display=swap");
:root {
	scroll-behavior: smooth;
}

body,
html {
	overflow: auto;
	width: 100%;
}

body {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

.container-css {
	width: 1000px;
	margin: 0 auto;
}
.topmenu img {
	display: block;
	/* margin-left: auto;
	margin-right: auto; */
	width: 100%;
}
.topmenu {
	margin: 1rem auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.btn-contenido {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}
.btn-contenido a {
	background-color: #167ac6;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 1rem 2rem;
	cursor: pointer;
	font-size: 1rem;
	text-decoration: none;
	border: 1px solid #167ac6;
	border-radius: 5px;
	transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out,
		border 0.5s ease-in-out;
}

.btn-contenido a:hover {
	background-color: #fff;
	color: #167ac6;
	border: 1px solid #167ac6;
}
/* } */
.nav-css {
	margin: 1.5rem 0;
	background-color: #fff;
}

.nav-css img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 15%;
}

.banner {
	background-image: url("https://ucp.edu.ar/futuro/public/images/slide-desk2.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 550px;
}

.banner-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 120px;
}

.slide-image {
	width: 34%;
	margin-right: 1rem;
}

.banner-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 1rem;
}

.banner-text p {
	color: #fff;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	width: 35%;
	margin-right: 0.5rem;
}

.chat-btn {
	display: flex;
	justify-content: space-around;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 30px;
	/* padding: 0.5rem 0; */
	-webkit-padding-start: 3%;
	-webkit-padding-end: 3%;
	-webkit-padding-before: 0.5%;
	-webkit-padding-after: 0.5%;
	background-color: #fff;
	color: #002e51;
	font-weight: bold;
	cursor: pointer;
}

.chat-btn img {
	width: 10%;
}
.scrolling {
	position: fixed !important;
	top: 10%;
	right: 1%;
	z-index: 999;
	border: 1px solid #002e51;
	padding: 10px;
}
.modal-popup {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.5);
	animation-name: animatetop;
	animation-duration: 0.8s;
}
@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}
.popup-content {
	margin: auto;
	display: block;
	width: 100%;
	max-width: fit-content;
}
.popup-close {
	position: absolute;
	top: 2%;
	right: 5%;
	color: #fff;
	font-size: 50px;
	font-weight: bold;
}
.popup-close:hover,
.popup-close:focus {
	text-decoration: none;
	cursor: pointer;
}

span.close {
	position: absolute;
	top: 2%;
	right: 2%;
	z-index: 90;
	cursor: pointer;
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
}
.desc-link {
	padding: 0.2rem;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background-color: rgb(0 0 0 / 25%);
	border-radius: 40px;
	margin-bottom: 0.5rem;
}
.desc-link p {
	color: #fff;
	font-size: 1rem;
	/* background-color: #29a916; */
	border-radius: 15px;
	padding: 5px;
	font-style: normal;
}

.container-facultad {
	width: 1240px;
	margin: 0 auto;
}

.container-carreras {
	width: 1240px;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.container-facu-detalle {
	margin: 0 auto;
	width: 620px;
}

.facultad-title {
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
}

.facultad-title p,
.carreras-title p {
	margin: 1.5rem auto;
	/* color: #666; */
	color: rgba(0, 0, 0, 0.6);
	font-size: 1.6rem;
	text-align: center;
}

.facultad-content {
	display: flex;
}

.facultad-content img {
	width: 50%;
	object-fit: contain;
	margin-top: 95px;
}

.facultad-content p {
	font-size: 1.6rem;
	color: #167ac6;
}

.facultad-videos {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.facultad-videos &gt; div.container-video:nth-child(2n-1) {
	margin-right: 15px;
}

.facultad-videos iframe {
	margin-bottom: 25px;
	width: auto;
	height: auto;
}

.container-video {
	position: relative;
	margin-bottom: 30px;
}

.text-video {
	position: absolute;
	height: 50px;
	bottom: -20px;
	right: 0;
	left: 0;
	background: #167ac6;
	padding-left: 20px;
	padding-right: 20px;
}

.text-video p {
	font-size: 13px !important;
	color: #fff;
	text-align: center;
}

.facultad-detalle {
	margin-left: -40px;
}

.carreras-title {
	border-top: 2px solid #ddd;
}

.list-carreras {
	flex: 1;
	margin-right: 1rem;
	display: flex;
	flex-direction: column;
}

.list-carreras a {
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 4px 4px 0 rgb(0 0 0 / 15%), 0 6px 10px 0 rgb(0 0 0 / 15%);
	padding: 10px;
	border-radius: 10px;
	margin-top: 2rem;
	text-align: center;
	color: #666666;
	font-style: italic;
	font-size: 1.2rem;

	transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out,
		border 0.5s ease-in-out;
}

.list-carreras a:first-of-type {
	margin-top: 0;
}

.list-carreras a:hover {
	background-color: #167ac6;
	color: #fff;
	border: 1px solid transparent;
}

.list-carreras p {
	color: #999999;
	font-size: 0.9rem;
	line-height: 1.2rem;
	text-align: justify;
}

.form-consulta {
	flex: 1;
	background-color: #ddd;
	padding: 1rem;
	margin-top: 1rem;
	border: 1px solid transparent;
	border-radius: 10px;
	box-shadow: 0 4px 5px 0 rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 19%);
	text-align: center;
	margin-right: 1rem;
}

.form-consulta p {
	font-size: 1.2rem;
}

.input-consulta,
.select-consulta {
	width: 95%;
	border: none;
	padding: 0.5rem;
	border-radius: 5px;
	font-family: "Lato", sans-serif;
	color: #808080;
}

.select-consulta {
	width: 98%;
}

.main-form .form-input {
	margin-bottom: 10px;
}

.form-input textarea {
	resize: vertical;
}
.form-input-check {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid transparent;
	padding: 5px 0;
	background-color: white;
	border-radius: 5px;
}
.form-input-check input {
	width: 10%;
}
.form-input-check label {
	font-size: 0.9rem;
	color: #808080;
	padding-left: 10px;
}
.facultades-detalle .title {
	text-align: center;
	font-size: 1.6rem;
	color: #167ac6;
}

.title-facu-detalle {
	margin: 1.5rem 0;
	color: rgba(0, 0, 0, 0.6);
	font-size: 1.5rem;
	text-align: center;
}

.btn-banner {
	cursor: pointer;
	background-color: #2daae1;
	border: 1px solid transparent;
	padding: 10px 40px;
	border-radius: 30px;
	margin-top: 2rem !important;
	text-align: center;
	color: #fff;
}

.btn-banner a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.vivo-btn {
	display: flex;
	justify-content: space-around;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 30px;
	-webkit-padding-start: 2%;
	-webkit-padding-end: 2%;
	-webkit-padding-before: 1%;
	-webkit-padding-after: 1%;
	background-color: #c00;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.img-vivo {
	width: 10%;
}

.footer-banner {
	background-color: #3a3e65;
}
.banner-congreso {
	width: 100%;
	margin-top: 2rem;
}
.banner-congreso img {
	width: 100%;
	display: block;
}

.footer-banner-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.expo-footer {
	width: 25%;
}

.accordion {
	background-color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	transition: 0.4s;
	width: 100%;
}

.panel {
	background-color: white;
	display: none;
	overflow: hidden;
}

.line-facu-detalle {
	border-top: 2px solid #ddd;
	margin: 0 auto 0.5rem;
}

.display-section &gt; button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.display-section .accordion img {
	margin-left: 2rem;
}

.arrowdown {
	display: block;
	width: 2%;
}

.arrowup {
	display: none;
	width: 2%;
}

.section-footer {
	padding: 3rem 0;
	color: #666666;
	background-color: #ddd;
	font-size: 0.75rem;
	font-family: "PT Sans Narrow", sans-serif;
}

.footer {
	display: flex;
	justify-content: space-between;
}

.footer-details {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-details div {
	padding-left: 8px;
}

.footer-item {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.footer-item li {
	padding: 0.5rem;
}

.footer-item a,
.footer-item li {
	display: flex;
	align-items: center;
}

.footer-item a {
	color: #999999;
	font-weight: bold;
}

.footer-item a {
	list-style: none;
}

.copyright {
	text-align: center;
	padding: 15px 0;
	color: #fff;
	background-color: #868686;
	font-size: 0.625rem;
	line-height: 0.8rem;
	font-family: "PT Sans Narrow", sans-serif;
}

@media screen and (max-width: 625px) {
	body {
		font-size: 12px;
	}
	.nav-css img {
		width: 80%;
	}
	.banner {
		background-image: url("https://ucp.edu.ar/futuro/public/images/slide-mobile2.png");
		background-repeat: no-repeat;
		background-size: cover;
		height: 600px;
	}
	.banner-content {
		flex-direction: column-reverse;
		padding-top: 0;
	}
	.slide-image {
		width: 60%;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	iframe {
		width: 95%;
	}
	.banner-text {
		flex-direction: column;
	}
	.banner-text p {
		font-size: 1.1rem;
		text-align: center;
		margin-right: 0;
	}
	.banner-content {
		padding-bottom: 1rem;
	}
	.chat-btn {
		-webkit-padding-start: 4%;
		-webkit-padding-end: 4%;
		-webkit-padding-before: 2.5%;
		-webkit-padding-after: 2.5%;
	}
	.chat-btn span {
		font-size: 0.9rem;
	}
	.scrolling {
		position: fixed !important;
		right: 5%;
		top: 90%;
		z-index: 999;
		border: 1px solid #002e51;
		padding: 10px;
		z-index: 999;
	}
	.chat-dir-btn {
		width: auto;
		margin-bottom: 1rem;
		-webkit-padding-start: 4%;
		-webkit-padding-end: 4%;
		-webkit-padding-before: 2.5%;
		-webkit-padding-after: 2.5%;
	}
	.view-chat {
		right: 1%;
		left: 1%;
		width: 90%;
	}
	.desc-link {
		padding-right: 1rem;
	}
	.display-section &gt; button {
		justify-content: space-between;
	}
	.facultad-content {
		justify-content: center;
	}
	.facultad-content p {
		text-align: center;
	}
	.facultad-title p,
	.carreras-title p {
		font-size: 1.2rem;
		margin: 1.5rem 0.2rem;
	}
	.facultad-detalle {
		margin-left: 10px;
		margin-right: 10px;
	}
	.facultad-videos {
		flex-wrap: nowrap;
		flex-direction: column;
	}
	.facultad-videos &gt; div.container-video:nth-child(2n-1) {
		margin-right: 0;
	}
	.facultad-videos iframe {
		width: 100%;
		height: 100%;
	}
	.list-carreras {
		margin: 0 1rem;
	}
	.form-consulta {
		margin: 24px 10px;
		width: -webkit-fill-available;
	}
	.main-form {
		margin-top: 0.8rem;
	}
	.form-input select {
		background-color: #fff;
		color: #666666;
	}
	.select-consulta {
		width: 100%;
	}
	.btn-banner {
		padding: 15px 30px;
		font-weight: bold;
	}
	.container-carreras {
		flex-direction: column;
		align-items: stretch;
	}
	.facultad-content p {
		font-size: 1.3rem;
	}
	.container-facu-detalle {
		width: 100%;
	}
	.title-facu-detalle {
		font-size: 1.2rem;
	}
	.facultades-detalle {
		margin-left: 10px;
		margin-right: 10px;
	}
	.facultades-detalle .title {
		font-size: 1.3rem;
	}
	.arrowdown {
		width: 5%;
	}
	.arrowup {
		width: 5%;
	}
	.footer-banner-content {
		padding: 0;
	}
	.expo-footer {
		flex: 1;
		margin: 1rem;
		width: 30%;
	}
	.vivo-btn {
		flex: 1;
		margin: 1rem;
		-webkit-padding-start: 2.5%;
		-webkit-padding-end: 2.5%;
		-webkit-padding-before: 4%;
		-webkit-padding-after: 4%;
	}
	.vivo-btn span {
		font-size: 0.9rem;
	}
	.footer {
		flex-direction: column-reverse;
	}
	.section-footer {
		padding: 0;
	}
	.footer &gt; div {
		padding: 1rem;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.footer-details &gt; div &gt; span {
		font-weight: bold;
	}
	.footer-info p {
		font-size: 1rem;
		margin-right: 3rem;
	}
	.footer-info {
		flex-direction: column !important;
	}
	.sponsors-list {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		margin: 0;
		padding: 0;
		margin-bottom: 24px;
	}
	.copyright span {
		display: none;
	}
	.topmenu {
		flex-direction: column;
	}
	.btn-contenido a {
		display: block;
		padding: 0.8rem 5rem;
	}
}

@media screen and (max-width: 1000px) {
	.nav-text-css {
		font-size: 1rem;
	}
	.container-css {
		width: 100%;
	}
	.hidden-md {
		display: none;
	}
	.container-facultad,
	.container-carreras {
		width: 100%;
	}
}

/* Utilities */

@media screen and (min-width: 625px) {
	.visible-xs {
		display: none !important;
	}
}

@media screen and (max-width: 625px) {
	.hidden-xs {
		display: none !important;
	}
}

.show-arrow {
	display: block;
}
.hide-arrow {
	display: none;
}
</pre></body></html>