@charset "utf-8";

/* *****************************************************************
Theme Name: Theme sin nombre
Theme URI: http://www.xxx.xx/
Description: Theme para el sitio web de...
Author: 4sale
Author URI: http://www.4sale.cl
Version: xx/xx/xxxx
****************************************************************** */

/* comunes */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');
html { scroll-behavior: smooth; }
a { transition: all 0.3s ease; text-decoration: none; }
a:hover, a:focus { transition: all 0.3s ease; text-decoration: none; }
body { display: flex; min-height: 100vh; flex-direction: column; position: relative; font-family: 'Open Sans'; margin-top: 97px; }
section#contenido { flex: 1; margin: 0; overflow: hidden; }
a.btn { border-radius: 0px; border: none; }
.ancla-cont { position: absolute; width: 15px; height: 115px; z-index: 90; margin-top: -115px; }
section.piso { margin-bottom: 90px; position: relative; }
section.banner-top { background-color: #008ace; }
section.banner-top img { margin: 0 auto; max-width: 100%; width: auto; height: auto; }
@media (max-width:768px) {
	img { width: 100%; }
}
.container.small { max-width: 1057px; }

/* header */
@media (min-width:1200px) {
	.container { max-width: 1280px; }
}
.header-logo { padding: 20px 0px; box-shadow: 0px -10px 30px 0px #000000; z-index: 2; position: relative; display: none; }
.header-logo img { max-width: 200px; }
header { position: fixed; width: 100%; top: 0; background-color: #fff; padding: 16px 0px; box-shadow: 0px -10px 30px 0px #000000; z-index: 3; transition: .3s ease; }
header a.navbar-brand { max-width: 200px; width: 100%; height: auto; }
header nav.navbar { padding: 0px; }
header ul.navbar-nav { position: relative; padding-left: 40px; }
header ul.navbar-nav li.nav-item { display: flex; text-align: center; height: 65px; font-family: 'Open Sans', sans-serif; font-weight: 600; margin: 0px 10px; }
header ul.navbar-nav li.nav-item .vertical { display: flex; vertical-align: middle; height: 100%; align-items: center; }
header ul.navbar-nav li.nav-item .vertical a.nav-link { color: #004a98; line-height: 18px; font-size: 14px; display: inline-block; align-items: center; }
header ul.navbar-nav li.nav-item .vertical a.nav-link:hover { color: #000; }
section#banner_sup { background-color: #f4f4f4; margin-bottom: 90px; }
header ul.navbar-nav li.nav-item .vertical.active a.nav-link.btn-menu-telemedicina { color: #7AB51D; }
header ul.navbar-nav li.nav-item .vertical.active a.nav-link.btn-menu-planmedicamentos { color: #ff4131; }
header ul.navbar-nav li.nav-item .vertical.active a.nav-link.btn-menu-urgenciasdentales { color: #7AB51D; }
header ul.navbar-nav li.nav-item .vertical.active a.nav-link.btn-menu-cajadealimentos { color: #005193; }
header ul.navbar-nav li.nav-item .vertical.active a.nav-link.btn-menu-gasco { color: #00A6DA; }
header ul.navbar-nav li.nav-item .vertical.active a.nav-link.btn-menu-entel { color: #005193; }
header ul.navbar-nav li.nav-item .vertical.active a.nav-link.btn-menu-urgenciasambulatorias { color: #7AB51D; }
header ul.navbar-nav li.nav-item .vertical.active a.nav-link.btn-menu-despachomedicamentos { color: #ff4131; }
header ul.navbar-nav li.nav-item .vertical.active a.nav-link.btn-menu-spotify { color: #76ac49; }
header.active { top: 0px; }
button.navbar-toggler.collapsed { color: #004a98; }
button.navbar-toggler { color: #FFAF1B; outline: none; }
@media (max-width:768px) {
	header a.navbar-brand { max-width: 130px; }
	header { padding: 10px 0px; }
	.header ul.navbar-nav { padding-left: 0px; }
	body { margin-top: 65px; }
}

/* footer */
/*footer { background-color: #EAF1F6; padding: 30px 0px; }
footer .wrapper-footer { display: flex; justify-content: space-between; align-items: center; }
footer .wrapper-footer .logo { }
footer .wrapper-footer .logo figure { margin: 0; }
footer .wrapper-footer .logo figure img { max-width: 176px; height: auto; width: 100%; }
footer .wrapper-footer .legales { }
footer .wrapper-footer .legales p { margin: 0; color: #666666; font-size: 14px; text-align: right; }
footer .wrapper-footer .legales p a { color: #00489B; text-decoration: none; }
@media (max-width:991px) {
	footer .wrapper-footer { flex-direction: column; }
	footer .wrapper-footer .logo { margin-bottom: 25px; }
	footer .wrapper-footer .legales p { text-align: left; }
	footer { padding: 45px 0px; }
}*/
/* footer */
footer { background-color: #e5edf4; padding: 45px 0px; }
footer .footer-top { margin-bottom: 30px; }
footer .footer-top a { color: #005291; font-family: 'Open Sans'; }
footer .footer-top .center { text-align: center; }
footer .footer-top .right { text-align: right; }
footer .footer-top .center .footer-social-icon {display: inline-block; width: 20px; height: 20px;}
footer .legales { }
footer ul { font-family: 'Open Sans'; font-size: 13px; color: rgb(0, 82, 148) !important; padding: 0px; padding-left: 20px; margin-bottom: 0px; }
footer div#accordion { }
footer div#accordion .card { background-color: transparent; border: 0px; }
footer div#accordion .card .card-header { background-color: transparent; border: 0px; padding: 0px; font-family: 'Open Sans'; }
footer div#accordion .card .card-header button { width: 100%; text-align: left; text-decoration: none; color: rgb(0, 82, 148) !important; padding: 0px; margin-left: -1px; }
footer div#accordion .card .card-header button h5 { font-size: 13px; }
footer div#accordion .card-body { font-family: 'Open Sans'; font-size: 13px; color: rgb(0, 82, 148) !important; }
@media (max-width:768px) {
	footer .footer-top .left { text-align: center; margin-bottom: 10px; }
	footer .footer-top .center { margin-bottom: 10px; }
	footer .footer-top .right { text-align: center; }
}
section.piso .ancla { position: absolute; top: -115px; }
.banner-principal img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
.banner-principal img.desktop { display: block; }
.banner-principal img.mobile { width: 100%; display: none; }
@media (max-width:768px) {
	.banner-principal img.desktop { display: none; }
	.banner-principal img.mobile { display: block; }
}
@media (max-width:991px) {
	header nav.navbar .navbar-collapse { position: absolute; left: 0; right: 0; top: 94px; border-radius: 0px 0px 15px 0px; background: rgb(0, 83, 155); background: -moz-linear-gradient(135deg, rgba(0, 83, 155, 1) 0%, rgba(18, 44, 71, 1) 100%); background: -webkit-linear-gradient(135deg, rgba(0, 83, 155, 1) 0%, rgba(18, 44, 71, 1) 100%); background: linear-gradient(135deg, rgba(0, 83, 155, 1) 0%, rgba(18, 44, 71, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00539b", endColorstr="#122c47", GradientType=1); }
	header nav.navbar { position: inherit; }
	header ul.navbar-nav { padding-left: 0; display: flex; padding-right: 0px; text-align: right; padding-top: 0px; padding-bottom: 0px; }
	header ul.navbar-nav li.nav-item { text-align: right; display: flex; align-items: baseline; justify-content: flex-start; height: auto; margin-left: 0; background: rgb(0, 83, 155); background: -moz-linear-gradient(135deg, rgba(0, 83, 155, 1) 0%, rgba(18, 44, 71, 1) 100%); background: -webkit-linear-gradient(135deg, rgba(0, 83, 155, 1) 0%, rgba(18, 44, 71, 1) 100%); background: linear-gradient(135deg, rgba(0, 83, 155, 1) 0%, rgba(18, 44, 71, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00539b", endColorstr="#122c47", GradientType=1); min-height: 0px; padding: 30px 40px; margin-right: 0; }
	header ul.navbar-nav li.nav-item .vertical { height: auto; display: flex; flex: 1; padding-right: 50px; position: relative; }
	header ul.navbar-nav li.nav-item .vertical a.nav-link { color: #FFFFFF; font-family: 'Open Sans', sans-serif; font-size: 22px; font-weight: 400; padding: 0px; text-align: left; line-height: 1.2; }
	header ul.navbar-nav li.nav-item:before { content: ''; display: none; height: 1px; width: auto; background-color: #fff; flex: 1; margin-right: 15px; }
	header ul.navbar-nav li.nav-item .vertical a.nav-link:hover { color: #ffffffbd; }
	header ul.navbar-nav li.nav-item .vertical a.nav-link .titulo-mobile { font-size: 22px; font-weight: bold; margin-bottom: 8px; }
	header ul.navbar-nav li.nav-item .vertical::before { content: ''; display: block; width: 21px; height: 21px; background-image: url(../img/arrow-collapse.svg); background-size: contain; background-position: center; background-repeat: no-repeat; position: absolute; right: 0; transform: translateY(-50%) rotate(-90deg); top: 50%; }
	header ul.navbar-nav li.nav-item.ultimo { min-height: 300px; }
}
@media (max-width:768px) {
	header ul.navbar-nav li.nav-item { padding-right: 15px; }
}
.titular-sect { margin-bottom: 40px; display: flex; align-items: center; justify-content: center; }
.titular-sect h3 { color: #1F79BA; font-size: 24px; font-weight: bold; text-align: center; margin: 0; padding: 0px 25px; }
@media (max-width:768px) {
	.titular-sect:before { position: absolute; left: 15px; right: 15px; top: -20px; height: 1px; }
	.titular-sect:after { display: none; }
	.titular-sect { position: relative; }
}
.titulo-seccion-col { display: flex; align-items: center; justify-content: center; }
.titulo-seccion-col button.btn { min-width: 463px; background-color: #0A539B; color: #FFFFFF; font-family: Open sans, sans-serif; font-size: 32px; font-weight: bold; border-radius: 15px; padding: 8px; outline: none; box-shadow: none; position: relative; }
.titulo-seccion-col:before, .titulo-seccion-col:after { content: ''; display: block; height: 1px; background-color: #0a539b; flex: 1; }
.titulo-seccion-col button.btn .pestana { position: absolute; width: 155px; background-color: #CED6D9; height: 21px; border-radius: 0px 0px 15px 15px; bottom: -22px; left: 50%; transform: translateX(-50%); display: none; }
.titulo-seccion-col button.btn .pestana svg { width: 22px; position: absolute; top: 50%; transform: translate(-50%, -50%) rotate(-180deg); height: auto; transition: .3s ease; }
@media (max-width:768px) {
	.titulo-seccion-col button.btn { width: 100%; font-size: 26px; }
}
@media (min-width:992px) {
	.titulo-seccion-col button.btn { pointer-events: none; }
}
@media (max-width:991px) {
	.titulo-seccion-col button.btn .pestana { display: block; }
}
.ancla { position: absolute; top: -110px; }
@media (max-width:768px) {
	.ancla { top: -50px; }
}
.banner-text { background-color: #00539B; }
.banner-text .wrapper { display: flex; align-items: center; justify-content: center; flex-direction: column; height: 360px; max-width: 955px; margin: 0 auto; text-align: center; }
.banner-text .wrapper h1 { color: #FFFFFF; font-size: 42px; font-weight: bold; }
.banner-text .wrapper h2 { color: #FFFFFF; font-size: 32px; font-weight: 300; margin: 0; }
@media (max-width:768px) {
	.banner-text .wrapper h1 { font-size: 32px; }
	.banner-text .wrapper h2 { font-size: 20px; }
	.banner-text .wrapper { height: 414px; }
}
.bajada-banner { padding: 50px 0px; text-align: center; }
.bajada-banner h2 {font-size: 30px; padding: 20px; background-color: #004a93 ; color: #FFFFFF; border-radius: 15px; font-weight: bolder; text-transform: uppercase; margin-bottom: 40px;}
.bajada-banner h3 {font-size: 24px; color: #546E7A; font-weight: bolder; margin: 30px 0 0 0;}
.bajada-banner p { color: #546E7A; line-height: 1.3; font-size: 18px; }
@media (max-width:768px) {
	.bajada-banner {padding: 30px 0;}
	.bajada-banner h2 {font-size: 26px;}
	.bajada-banner p {font-size: 14px;}
}
.piso-universidades { padding-bottom: 60px; }
.piso-universidades .wrapper { display: flex; gap: 30px; }
.piso-universidades .wrapper .item { flex: 1; display: flex; }
.piso-universidades .wrapper .item .wrapper-item { flex: 1; display: flex; flex-direction: column; background-color: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0px 0px 10px -2px #0000005c; padding-bottom: 30px; padding-left: 15px; padding-right: 15px; }
.piso-universidades .wrapper .item .wrapper-item .bg { padding-top: 47%; position: relative; background-position: center; background-size: cover; margin-left: -15px; margin-right: -15px; }
.piso-universidades .wrapper .item .wrapper-item .bg figure { position: absolute; left: 50%; transform: translateX(-50%); bottom: -40px; margin: 0; }
.piso-universidades .wrapper .item .wrapper-item .bg figure img { max-width: 197px; height: auto; width: 100%; height: auto; }
.piso-universidades .wrapper .item .wrapper-item .bottom { flex: 1; position: relative; padding-top: 30px; padding-bottom: 25px; }
.piso-universidades .wrapper .item .wrapper-item .bottom h3 { text-align: center; color: #17212F; font-size: 26px; font-weight: bold; margin: 0; }
.piso-universidades .wrapper .item .wrapper-item .bottom p { margin: 0; text-align: center; color: #626B79; font-weight: 600; font-size: 20px; }
.piso-universidades .wrapper .item .wrapper-item .boton { text-align: center; }
.piso-universidades .wrapper .item .wrapper-item .boton a { color: #01569A; text-decoration: none; font-size: 14px; font-weight: bold; display: inline-block; border: 1px solid #0A539B; border-radius: 5px; padding: 8px 15px; }
.piso-universidades .wrapper .item .wrapper-item .boton a:hover { background-color: #01569A; color: #fff; }
@media (max-width:768px) {
	.piso-universidades .wrapper { flex-direction: column; gap: 0; }
	.piso-universidades .wrapper .item { margin-bottom: 45px; }
	.piso-universidades .wrapper .item:last-child { margin-bottom: 0; }
	.piso-universidades .wrapper .item .wrapper-item .bg { padding-top: 73%; }
	.piso-universidades .wrapper .item .wrapper-item .bottom h3 { font-size: 24px; }
	.piso-universidades .wrapper .item .wrapper-item .bottom p { font-size: 22px; }
}
.banner-top { position: relative; text-align: center; height: 309px; display: flex; align-items: center; margin-bottom: 150px; }
.banner-top .bg-desktop { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-position: center; background-size: cover; }
.banner-top .bg-mobile { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-position: center; background-size: cover; display: none; }
.banner-top h2 { color: #FFFFFF; position: relative; max-width: 1028px; font-size: 42px; margin: 0 auto; z-index: 1; margin-bottom: 50px; }
.banner-top figure { position: absolute; bottom: -99px; left: 50%; transform: translateX(-50%); margin: 0; z-index: 1; }
.banner-top figure img { max-width: 197px; height: auto; width: 100%; }
.banner-top::before {    /* content: ''; */
display: block; position: absolute; top: 0; left: 0; right: 0; background: rgb(0, 83, 155); background: -moz-linear-gradient(117deg, rgba(0, 83, 155, 1) 26%, rgba(0, 35, 72, 1) 78%); background: -webkit-linear-gradient(117deg, rgba(0, 83, 155, 1) 26%, rgba(0, 35, 72, 1) 78%); background: linear-gradient(117deg, rgba(0, 83, 155, 1) 26%, rgba(0, 35, 72, 1) 78%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00539b", endColorstr="#002348", GradientType=1); bottom: 0; z-index: 1; filter: opacity(0.91); }
@media (max-width:768px) {
	.banner-top h2 { font-size: 27px; }
	.banner-top { height: 300px; }
}
.calugas-interiores { margin-bottom: 60px; }
.calugas-interiores .wrapper { display: flex; gap: 20px; }
.calugas-interiores .wrapper .item { flex: 1; display: flex; }
.calugas-interiores .wrapper .item .item-wrapper { flex: 1; display: flex; flex-direction: column; text-align: center; position: relative; box-shadow: 0px 3px 8px -2px #0000005c; border-radius: 16px; }
.calugas-interiores .wrapper .item .item-wrapper .icon { display: flex; align-items: center; justify-content: center; margin-top: -20px; }
.calugas-interiores .wrapper .item .item-wrapper .icon figure { margin: 0; display: inline-flex; align-items: center; justify-content: center; }
.calugas-interiores .wrapper .item .item-wrapper .icon figure img { }
.calugas-interiores .wrapper .item .item-wrapper .content { padding: 0px 25px; padding-top: 10px; padding-bottom: 20px; }
.calugas-interiores .wrapper .item .item-wrapper .content h3 { color: #00539B; font-size: 28px; font-weight: bold; margin-bottom: 15px; }
.calugas-interiores .wrapper .item .item-wrapper .content p { margin: 0; color: #626B79; font-size: 16px; }
.calugas-interiores .wrapper .item .item-wrapper .content ul { padding: 0; text-align: left; list-style: none; margin: 0; }
.calugas-interiores .wrapper .item .item-wrapper .content ul li { color: #626B79; font-size: 16px; position: relative; padding-left: 20px; }
.calugas-interiores .wrapper .item .item-wrapper .content ul li::before { content: ''; display: block; width: 7px; height: 7px; background-color: #00539B; border-radius: 100%; position: absolute; left: 3px; top: 8px; }
.calugas-interiores .wrapper .item .item-wrapper:before { content: ''; background-color: #FFB01F; height: 6px; width: 40px; border-radius: 30px; position: absolute; bottom: -2px; left: 50%; transform: translateX(-50%); }
@media (max-width:768px) {
	.calugas-interiores .wrapper { gap: 0; flex-direction: column; }
	.calugas-interiores .wrapper .item { margin-bottom: 30px; }
	.calugas-interiores .wrapper .item:last-child { margin-bottom: 0; }
	.calugas-interiores .wrapper .item .item-wrapper .icon { margin-top: 0; padding-left: 0px; align-items: baseline; }
	.calugas-interiores .wrapper .item .item-wrapper { flex-direction: row; padding: 15px; padding-bottom: 30px; }
	.calugas-interiores .wrapper .item .item-wrapper .content { flex: 1; padding: 0; padding-left: 15px; }
	.calugas-interiores .wrapper .item .item-wrapper .icon figure img { width: 64px; height: auto; }
	.calugas-interiores .wrapper .item .item-wrapper .content h3 { text-align: left; font-size: 24px; margin-top: 17px; margin-bottom: 7px; }
	.calugas-interiores .wrapper .item .item-wrapper .content p { text-align: left; }
}
.contenidos-collapses { padding-bottom: 65px; }
.contenidos-collapses .accordion { max-width: 890px; margin: 0 auto; }
.contenidos-collapses .accordion .card { border: 0; background-color: transparent; border-radius: 0; overflow: inherit; margin-bottom: 35px; }
.contenidos-collapses .accordion .card .card-header { border: 0; margin: 0; border-radius: 0; background-color: transparent; padding: 0; }
.contenidos-collapses .accordion .card .card-header h2 { display: flex; }
.contenidos-collapses .accordion .card .card-header h2 button { flex: 1; text-align: left; padding: 25px; color: #00539B; font-weight: bold; font-size: 28px; position: relative; box-shadow: 0px 3px 8px -2px #0000005c; background-color: #fff; border-radius: 16px; text-decoration: none; padding-right: 80px; line-height: 1.2; }
.contenidos-collapses .accordion .card .card-header h2 button span { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; }
.contenidos-collapses .accordion .card .card-header h2 button span img { max-width: 100%; height: auto; transition: .3s ease; rotate: -90deg; }
.contenidos-collapses .accordion .card .card-body { padding: 30px 5px; }
.contenidos-collapses .accordion .card .card-header h2 button.collapsed span img { rotate: 0deg; }
.contenidos-collapses .accordion .card .card-header h2 button:before { content: ''; background-color: #FFB01F; width: 40px; height: 6px; border-radius: 30px; position: absolute; bottom: -2px; left: 25px; }
@media (max-width:768px) {
	.contenidos-collapses .accordion .card .card-header h2 button { font-size: 24px; }
}
.contenidos-collapses .boton { text-align: center; margin-top: 50px; }
.contenidos-collapses .boton a { color: #FFFFFF; font-size: 16px; display: inline-block; background-color: #0A539B; border-radius: 5px; padding: 11px 30px; }
.contenidos-collapses .boton a:hover { filter: brightness(1.1); }
.documentacion-requerida { }
.documentacion-requerida .item { display: flex; margin-bottom: 15px; overflow: hidden; border-radius: 5px; }
.documentacion-requerida .item .numeracion { width: 96px; display: flex; }
.documentacion-requerida .item .numeracion .wrapper-num { flex: 1; display: flex; align-items: center; justify-content: center; background: rgb(255, 211, 129); background: -moz-linear-gradient(126deg, rgba(255, 211, 129, 1) 0%, rgba(255, 165, 0, 1) 100%); background: -webkit-linear-gradient(126deg, rgba(255, 211, 129, 1) 0%, rgba(255, 165, 0, 1) 100%); background: linear-gradient(126deg, rgba(255, 211, 129, 1) 0%, rgba(255, 165, 0, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd381", endColorstr="#ffa500", GradientType=1); padding: 10px 10px; }
.documentacion-requerida .item .numeracion .wrapper-num figure { margin: 0; color: #FFFFFF; font-size: 30px; font-weight: bold; width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; border: 2px solid #fff; border-radius: 100%; }
.documentacion-requerida .item .content { flex: 1; background-color: #F8F8F8; display: flex; align-items: center; padding: 20px 30px; }
.documentacion-requerida .item .content .wrapper-cont { padding-right: 30px; flex: 1; }
.documentacion-requerida .item .content .wrapper-cont p { margin: 0; color: #546E7A; font-size: 16px; }
.documentacion-requerida .item .content .check { width: 28px; }
.documentacion-requerida .item .content .check img { }
@media (max-width:768px) {
	.documentacion-requerida .item .numeracion .wrapper-num { flex: initial; width: 100%; justify-content: center; align-items: baseline; height: 88px; overflow: hidden; border-radius: 5px 0px 0px 5px; }
	.documentacion-requerida .item { border-radius: 0; }
	.documentacion-requerida .item .content .wrapper-cont { padding-right: 0; }
	.documentacion-requerida .item .content .check { display: none; }
	.documentacion-requerida .item .content { border-radius: 0px 5px 5px 0px; overflow: hidden; }
}
.documentacion-requerida.carreras { }
.documentacion-requerida.carreras .item .numeracion .wrapper-num { flex: 1; width: 96px; height: 96px; border-radius: 5px 0px 0px 5px; }
.documentacion-requerida.carreras .item .content { padding: 0; overflow: hidden; border-radius: 0px 5px 5px 0px; }
.documentacion-requerida.carreras .item { border-radius: 0; }
.documentacion-requerida.carreras .item .content .listado-carreras { flex: 1; display: flex; padding-top: 20px; overflow: hidden; border-radius: 0px 5px 5px 0px; }
.documentacion-requerida.carreras .item .content .listado-carreras ul { padding: 0; list-style: none; margin: 0; flex: 1; }
.documentacion-requerida.carreras .item .content .listado-carreras ul li { display: flex; }
.documentacion-requerida.carreras .item .content .listado-carreras ul li a { flex: 1; color: #546E7A; font-size: 18px; position: relative; padding-left: 70px; padding-top: 10px; padding-bottom: 5px; padding-right: 15px; }
.documentacion-requerida.carreras .item .content .listado-carreras ul li:nth-child(2n) a { background-color: #F0F0F0; }
.documentacion-requerida.carreras .item .content .listado-carreras ul li a:before { content: ''; display: block; width: 18px; height: 18px; background-image: url(../img/check-gray.svg); position: absolute; left: 0; opacity: 0.4; top: 14px; left: 40px; }
.documentacion-requerida.carreras .item .content .listado-carreras ul li a:hover { color: #00539b; }
@media (max-width:768px) {
	.documentacion-requerida.carreras .item .numeracion { display: none; }
	.documentacion-requerida.carreras .item .content .listado-carreras ul li a { padding-left: 45px; padding-bottom: 10px; }
	.documentacion-requerida.carreras .item .content .listado-carreras ul li a:before { left: 15px; }
}
.texto-normal { padding: 0px 20px; }
.texto-normal p { color: #626B79; font-size: 16px; }
@media (max-width:768px) {
	.texto-normal { padding: 0; }
}
.contenido-listas { padding: 0px 20px; }
.contenido-listas ul { padding: 0; list-style: none; margin: 0; }
.contenido-listas ul li { color: #626B79; font-size: 16px; margin-bottom: 30px; padding-left: 45px; position: relative; }
.contenido-listas ul li:last-child { margin-bottom: 0; }
.contenido-listas ul li:before { content: ''; width: 28px; height: 28px; background-image: url(../img/check-yellow.svg); display: block; background-position: center; background-size: cover; background-repeat: no-repeat; position: absolute; left: 0; top: -1px; }
.contenido-listas ul li a { color: #0A539B; font-weight: bold; }
@media (max-width:768px) {
	.contenido-listas { padding: 0; }
}
.piso-bottom { position: relative; padding: 65px 0px; }
.piso-bottom .bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url(../img/bottom-bg-desktop.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; }
.piso-bottom .wrapper { position: relative; display: flex; gap: 15px; }
.piso-bottom .wrapper .item { flex: 1; display: flex; }
.piso-bottom .wrapper .item a { flex: 1; display: flex; transition: .3s ease; }
.piso-bottom .wrapper .item .wrapper-item { flex: 1; display: flex; align-items: center; background-color: #FFFFFF; border-radius: 16px; padding: 20px; padding-bottom: 30px; }
.piso-bottom .wrapper .item .wrapper-item .icon { width: 85px; display: flex; align-items: center; justify-content: center; }
.piso-bottom .wrapper .item .wrapper-item .icon figure { }
.piso-bottom .wrapper .item .wrapper-item .icon figure img { }
.piso-bottom .wrapper .item .wrapper-item .content { flex: 1; text-align: center; padding: 0px 15px; }
.piso-bottom .wrapper .item .wrapper-item .content h5 { color: #00539B; font-size: 26px; font-weight: bold; margin-bottom: 3px; }
.piso-bottom .wrapper .item .wrapper-item .content p { margin: 0; color: #626B79; font-size: 16px; }
.piso-bottom .wrapper .item a:hover { transform: scale(1.05); }
@media (max-width:991px) {
	.piso-bottom .wrapper { gap: 0; flex-direction: column; }
	.piso-bottom .wrapper .item { margin-bottom: 20px; }
	.piso-bottom .wrapper .item .wrapper-item .icon figure { margin: 0; }
	.piso-bottom .wrapper .item a:hover { transform: scale(1); }
}
@media (min-width:992px) {
	header ul.navbar-nav li.nav-item .vertical a.nav-link i { font-style: normal; }
	header ul.navbar-nav li.nav-item .vertical a.nav-link .titulo-mobile { display: none; }
}
@media (max-width:768px) {
	header nav.navbar .navbar-collapse { top: 65px; }
	.banner-top .bg-desktop { display: none; }
	.banner-top .bg-mobile { display: block; }
}
