<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*APARTIR DE ACA ESTILOS GENERALES DE NAV, LOADING, FOOTER ETC*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&amp;display=swap');
* {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color: #2e2e2e;
}

html {
	/* scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch; */
}

html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #2e2e2e;
}

:root {
	--primaryColor: #38C3B9;
}

header {
	display: flex!important;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
    left: -1px;
	width: calc(100% + 5px);
	height: 80px;
	z-index: 8;
	background: transparent;
	transition: all .3s;
}

/* header:hover {
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(55,79,140,1) 0%, rgba(0,185,182,1) 100%);
} */

header .containerLogo {
	width: 110px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 50px;
}

header .containerLogo .logo {
	width: 100%;
	max-width: 170px;
	transition: all .3s;
}

.headerActiveOnScroll {
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(55,79,140,1) 0%, rgba(0,185,182,1) 100%);
	height: 56px;
	transition: all .4s;
}

.headerActiveOnScroll .containerLogo .logo {
	width: 110px;
	margin-top: 10px;
	transition: all .3s;
}

header nav {
	width: 70%;
	background: transparent!important;
	box-shadow: none;
	margin-right: 50px;
}

header nav ul {
	display: flex;
	justify-content: space-evenly;
	height: 100%;
}

header nav ul li {
	list-style: none;
	display: flex;
	align-items: center;
}

header nav ul li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	height: 65px;
	white-space: nowrap;
}

header nav ul li a i {
	color: #fff;
	font-size: 12px;
}

header nav ul li a:hover {
	background: transparent;
}

header nav  li ul {
	display:none;
	position:absolute;
	min-width:110px;
}

header nav  li:hover &gt; ul {
	/* display:block; */
	display: flex;
	flex-direction: column;
	margin-top: 240px;
	/* background-color: #209CAA; */
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(30,154,170,1) 0%, rgba(38,165,174,1) 100%);
	height: auto;
	padding-top: 10px;
}

header nav  li ul li {
	/* position:relative; */
	height: 30px;
}

header nav  li ul li:hover {
	background-color: #26a5ae;
	/* filter: brightness(50%); */
	z-index: 10;
}

header nav  li ul li a {
	width: 100%;
}

header nav ul li .changeLang {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 25px;
	background: #808080;
	padding: 0;
	margin: 0;
}

.cambiar-idioma-li {
	width: 100%;
	max-width: 60px;
	align-items: center;
	justify-content: center;
	height: 43px;
}

 .cambiar-idioma-li .cambiar-idioma-link{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 43px;
	padding: 0 15px;
}

.bandera-container{
	overflow: hidden;
	height: 28px;
	width: 28px !important;
	border-radius: 12rem;
	border: 3px solid white;
}

header nav ul li:last-child a div {
	width: 100%;
}

header nav ul li:last-child a div img{
	width: 106%;
	margin-bottom: 20px;
	padding-bottom: 2px;
	margin-left: -1px;
	object-fit: cover;
	height: 24px;
}

.menuMobile .cambiar-idioma-li .cambiar-idioma-link img{
	width: 70%;
}

.menuMobile .cambiar-idioma-li .cambiar-idioma-link{
	padding: 0;
}

.menuMobile .cambiar-idioma-li{
	margin-left: 0;
}

.bandera-container-mob{
	border: 3px solid white;
	border-radius: 10rem;
	width: 40px;  
	height: 40px;
	overflow: hidden;
}

.bandera-container-mob img {
	width: 100% !important;
	height: 33.9px;
	object-fit: cover;
}

.modalNewsletter {
	display: none;
	flex-direction: column;
	background-image: url("/home/img/banners/barra_colores.png");
	background-size: 20px 100%;
	background-repeat: no-repeat;
	background-position-x: left;
	border-radius: 10px;
	padding-left: 20px;
	min-height: 350px;
}

.modalNewsletter .modal-header-newsletter {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.modalNewsletter .modal-header-newsletter .containerCerrarNewsletter {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.modalNewsletter .modal-header-newsletter img {
	width: 90px;
	margin: -20px 0 20px 0;
}

.modalNewsletter .modal-header-newsletter h4 {
	margin: 0;
	width: 100%;
	text-align: center;
}

.modalNewsletter .modal-header-newsletter button {
	background-color: transparent;
	border: none;
	padding: 10px;
	cursor: pointer;
}

.modalNewsletter .modal-header-newsletter button i {
	font-size: 24px;
	color: #2e2e2e;
}

.modalNewsletter .modal-footer {
	background-color: transparent;
	text-align: center;
}

.modalNewsletter .modal-footer .containerInputNewsletter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 50%;
	padding: 0;
	height: 40px;
	margin: 5px auto;
	border: solid 1px #CACACA;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}

.modalNewsletter .modal-footer .containerInputNewsletter input {
	padding: 10px 15px;
	border: none;
}

.modalNewsletter .modal-footer .containerInputNewsletter input:focus, .newsletter-footer .containerInputNewsletter input:focus {
	outline: none;
}

.modalNewsletter .modal-footer .containerInputNewsletter button, .newsletter-footer .containerInputNewsletter button {
	border-left: solid 1px #cacaca;
	background-color: var(--primaryColor);
	height: 100%;
	margin: 0;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
}

#result {
	text-align: center;
	width: 70%;
	margin: 10px auto 20px auto;
	padding-top: 20px;
}

.suscripcionExitosa {
	text-align: center;
	font-weight: 500;
	color: var(--primaryColor);
	font-size: 20px;
}

.newsletter-footer {
	/* background-color: red; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	max-width: 300px;
}

.newsletter-footer  p {
	color: #fff;
	text-align: center;
}

.newsletter-footer .containerInputNewsletter {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	border: solid 1px var(--primaryColor);
	border-radius: 10px;
	height: 40px;
	overflow: hidden;
	background-color: transparent;
	margin: 10px 0;
}

.newsletter-footer .containerInputNewsletter input {
	border: none !important;
	margin: 0 !important;
	padding: 0 10px !important;
	color: #fff !important;
	transition: all .2s !important;
}

.newsletter-footer .containerInputNewsletter input:focus {
	background-color: #fff;
	transition: all .2s;
	color: #2e2e2e;
}

.newsletter-footer .containerInputNewsletter input:placeholder {
	color: #f1f2f3;
}


@media screen and (max-width: 768px) {
	.modalNewsletter {
		height: 400px;
	}

	.modalNewsletter .modal-header-newsletter h4 {
		font-size: 25px;
	}

	.modalNewsletter .modal-footer .containerInputNewsletter {
		width: 90%;
	}

	.modalNewsletter .modal-footer .containerInputNewsletter input {
		width: 80%;
	}

	#result {
		width: 90%;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 856px){
	header nav {
		display: none;
	}

	header .containerLogo {
		margin-left: 22px;
	}

	.boton-menu-mobile {
		display: flex;
	}

	.menuMobile {
		display: flex;
	}

	.main-nav {
		display: inline-block;
	}

	header .logo {
		width: 120px!important;
	}

	.serviciosFooter{
		display: none;
	}

}

@media screen and (min-width: 856px) {
	.boton-menu-mobile {
		display: none!important;	
	}

	.menuMobile {
		display: none!important;
	}
	header nav {
		width: 750px!important;
	}
}

/* Wsp Button */
.wsp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 30px;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,.5));
    z-index: 1231231;    
}


.wsp-icon a .logoWsp {
	display: block;
    width: 60px;
    height: 60px;
    z-index: 1231231;
}

    /* ondas al icono wsp */
.wsp-icon span {
    position: relative;
    font-size: 72px;
    border: none;
    top: 40px;
    left: -5px;
    color: transparent;
}

.wsp-icon::after {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    left: -8px;
    right: 0;
    bottom: 0;
    content: '';
    height: 100%;
    width: 100%;
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    animation-name: ripple;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
}

.wsp-icon::before {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    left: -8px;
    right: 0;
    bottom: 0;
    content: '';
    height: 100%;
    width: 100%;
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    animation-name: ripple;
    animation-duration: 3s;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
}

ul:not(.browser-default)&gt;li {
    margin: 10px;
}

.noselect {
	-webkit-touch-callout: none;
	  -webkit-user-select: none;
	   -khtml-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
		  -webkit-tap-highlight-color: transparent;
  }
  
.noselect {
	width: 170px;
	padding: 4px 0!important;
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	border: none;
	border-radius: 16px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
	border: solid 2px var(--primaryColor);
	background-color: var(--primaryColor);
	z-index: 1000;
	margin-top: 20px;
	margin-left: 10px;
	/* position: absolute;
	left: 45%;
	top: 80%; */
}

.noselect, .noselect span {
	transition: 200ms;
}

.noselect .text {
	transform: translateX(20px);
	color: white;
	font-weight: bold;
}

.noselect .icon {
	position: absolute;
	border-left: 1px solid #f1f2f3;
	transform: translateX(125px);
	height: 25px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.noselect i {
	font-size: 15px;
	color: #eee;
}

.noselect:hover {
	border: solid 2px var(--primaryColor);
	background-color: var(--primaryColor);
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.3));
	transition: all .2s;
}

.noselect:hover .text {
	color: transparent;
}

.noselect:hover .icon {
	width: 170px;
	border-left: none;
	transform: translateX(0);
}

.noselect:focus {
	outline: none;
}

.main-container{
	display: flex;
	flex-direction: column;
	flex: 1;
}

.medium-div{
	display: flex;
	flex-direction: column;
}

.container-noticia-cem{
	display: none;
	flex-direction: column;
	flex: 1;
	z-index: 6;
	justify-content: center;
	align-items: center;
	transition: all 1s ease;
}

.container-noticia-cem header{
	position: relative !important;
	height: auto !important;
	width: auto;
	justify-content:flex-start;
	align-items: flex-start;
	z-index: 1 !important;
}

.container-noticia-cem header i{
	margin-top: 28px;
	position: absolute;
	left: -40px;
	font-size: 20px;
	color: #26a5ae;
	cursor: pointer;
}

.container-noticia-cem header i:hover{
	font-size: 23px;
}

.container-noticia-cem header .title-noticia{
	margin: 20px 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 40px;
}

.container-noticia-cem main h2{
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
}

.container-noticia-cem main{
	padding: 40px 20px;
}

.container-noticia-cem article main p{
	margin: 10px 0;
	font-size: 16px;
	text-align: justify;
}

.container-noticia-cem article main p .first-letter:first-child{
	color: #26a5ae;
	font-size: 32px;
	line-height: 20px;
}

.container-noticia-cem article main p strong{
	font-weight: bold;
}

.container-noticia-cem article main p q{
	font-style: italic;
}

.container-noticia-cem article main img{
	width: 100%;
	margin: 10px 0;
}

.container-noticia-cem article{
	max-width: 800px;
}

.container-noticia-cem article .noticia-img-container{
	width: 100%;
	padding: 0px 20px;
}

.container-noticia-cem article .noticia-img-container img{
	width: 100%;
}

@media screen and (max-width: 348px){
	.noselect{
		width: 120px;
		margin-left: 0 !important;
		margin-right: 0 !important;
		justify-content: space-between;
	}

	.noselect .icon{
		display: none;
	}

	.noselect .text{
		font-size: .8rem;
	}
}

footer {
	width: 100%;
	min-height: 120px;
	background: #2e2e2e;
	display: flex !important;
	justify-content: space-around;
	align-items: flex-start;
	padding: 30px 0;
}

footer a {
	color: #ffffff;
	font-size: 16px;
}

footer hr {
	display: none;
}

footer a:hover {
	text-decoration: underline;
}

footer .logo img{
	width: 120px;
}

footer .logo p {
	color: #ffffff;
	font-weight: 600;
}

footer .serviciosFooter {
	color: #fff;
}

footer .serviciosFooter p {
	color: #fff;
	font-size: 16px;
}

footer .serviciosFooter ul li a {
	font-size: 14px;
	text-transform: capitalize;
}

footer .serviciosFooter ul li a:hover {
	text-decoration: underline;
}

footer .redes {
	display: flex;
	justify-content: space-evenly;
	width: 120px;
}

footer .redes a i{
	color: #ffffff;
	font-size: 15px;
}

@media screen and (max-width: 914px){
	.container-noticia-cem header{
		flex-direction: column;
	}

	.container-noticia-cem header i{
		position: static;
		margin: 20px 10px;
	}
}

@media screen and (max-width: 768px) {

	footer {
		flex-direction: column;
		align-items: center;
	}

	footer hr {
		display: block;
		width: 50px;
		margin-top: 10px;
	}

	footer .logo {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	footer .logo img{
		width: 120px;
		margin: 10px auto;
	}

	footer .logo p{
		font-size: 12px;
	}
	
	footer .serviciosFooter {
		margin: 12px 0;
	}

	footer .serviciosFooter p {
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	footer a {
		text-align: center;
	}

}
/*FIN ESTILOS GENERALES DE NAV FOOTER ETC*/


/* APARTIR DE ACA ESTILOS DE LANDING DE MEDIOS*/

.title{
	font-size: 2rem;
	margin-bottom: 1rem;
	color: white;
	font-weight: bold;
}

.darwin {
	width: 100%;
	padding: 35px 0 0 25px;
	height: 230px !important;
}

.darwin p, .darwin strong {
	font-size: 1.3rem;
	color: white;
	z-index: 5;
}

.darwin strong{
	font-weight: bold;
}

.parallax img{
	transform: translate3d(-50%, 450px, 0px) !important;
}

.franja{
	width: 100%;
	height: 16px;
}

.noticias-container{
	width: 80%;
	max-width: 330px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-bottom: 50px;
	/*transition: all 1s ease;*/
}

.noticias-container .noticia:first-child{
	margin: 0;
}

.noticia{
	margin-top: 50px;
}

.noticia a{
	cursor: pointer;
}

.medio-container{
	position: relative;
	height: 27px;
}

.medio{
	color: rgb(141, 141, 141);
}

.medio::before{
	content: "";
	width: 100%;
	height: 2px;
	background-color: rgb(196, 196, 196);
	position: absolute;
	bottom: 0;
}

.img-noticia{
	width: 100%;
	height: 220px;
	object-fit: cover;
	margin-top: 25px;
}

.title-noticia{
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	margin-top: 1rem;
}

.noticia a:last-child{
	text-decoration: underline;
	color:#5f9fce;
	font-size: 1.2rem;
	margin-top: 20px;
	display: inline-block;
}

@media screen and (min-width: 768px){

	.title{
		font-size: 2.5rem;
	}

	.darwin{
		height: 250px !important;
		padding: 50px 0 0 95px;
	}

	.parallax img{
		transform: translate3d(-50%, 10px, 0px) !important;
	}

	.darwin p{
		width: 500px;
	}

	.darwin p, .darwin strong {
		font-size: 1.5rem;
	}

	.noticias-container{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		max-width: 785px;
		grid-gap: 20px;
		
	}

	.noticias-container .noticia:first-child{
		margin-top: 50px;
	}

	.noticia{
		height: 95%;
		position: relative;
	}

	.noticia a:last-child{
		position: absolute;
		bottom: 0;
	}
}

@media screen and (min-width: 1440px){

	.principal{
		transform: translate(150px, 50px);
	}

	.title{
		font-size: 3rem;
	}

	.darwin{
		height: 450px !important;
		padding: 105px 0 0 95px;
	}

	.parallax img{
		transform: translate3d(-50%, 10px, 0px) !important;
	}

	.darwin p{
		width: 600px;
	}

	.darwin p, .darwin strong {
		font-size: 1.8rem;
	}

	.noticias-container{
		grid-template-columns: 1fr 1fr 1fr;
		max-width: 1240px;
		grid-gap: 40px;
	}

	
}</pre></body></html>