/*PALETA COLORES*/
/*USO COLORES*/
/*TAMAÑOS*/
/*ESTILOS*/
.gradienteHeader {
  background: #98F4BD;
  background: -moz-linear-gradient(left, #8FD3F4 0%, #98F4BD 100%);
  background: -webkit-linear-gradient(left, #8FD3F4 0%, #98F4BD 100%);
  background: linear-gradient(to right, #8FD3F4 0%, #98F4BD 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8FD3F4', endColorstr='#98F4BD',GradientType=1 );
}
.boxShadow {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.transition5 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner {
  background: #98F4BD;
  position: relative;
}
.banner:after {
  border-radius: 50%;
  border: 1.5rem solid #98F4BD;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -1.5rem;
  width: 0;
}
.banner:before {
  background: #98F4BD;
  content: '';
  display: block;
  height: 100%;
  left: -2rem;
  position: absolute;
  top: 0;
  width: 2rem;
}
.p {
  font-family: 'Montserrat', 'Century gothic', sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  color: #3D3D3D;
}
p {
  font-family: 'Montserrat', 'Century gothic', sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  color: #3D3D3D;
}
p b {
  font-family: 'Montserrat', 'Century gothic', sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  color: #3D3D3D;
  font-weight: 900;
}
p a {
  font-family: 'Montserrat', 'Century gothic', sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  color: #3D3D3D;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  font-weight: 700;
  color: #41A3CD;
}
p a:hover {
  color: #98F4BD;
}
h1,
.h1 {
  background: #98F4BD;
  position: relative;
  color: #FFFFFF;
  font-family: 'Montserrat', 'Century gothic', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 1rem;
  min-width: fit-content;
  padding: 0.5rem 2rem 0.5rem 0;
  text-transform: lowercase;
  width: 60%;
}
h1:after,
.h1:after {
  border-radius: 50%;
  border: 1.5rem solid #98F4BD;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -1.5rem;
  width: 0;
}
h1:before,
.h1:before {
  background: #98F4BD;
  content: '';
  display: block;
  height: 100%;
  left: -2rem;
  position: absolute;
  top: 0;
  width: 2rem;
}
.col-1 {
  width: calc(100%/12 * 1);
}
.col-2 {
  width: calc(100%/12 * 2);
}
.col-3 {
  width: calc(100%/12 * 3);
}
.col-4 {
  width: calc(100%/12 * 4);
}
.col-5 {
  width: calc(100%/12 * 5);
}
.col-6 {
  width: calc(100%/12 * 6);
}
.col-7 {
  width: calc(100%/12 * 7);
}
.col-8 {
  width: calc(100%/12 * 8);
}
.col-9 {
  width: calc(100%/12 * 9);
}
.col-10 {
  width: calc(100%/12 * 10);
}
.col-11 {
  width: calc(100%/12 * 11);
}
.col-12 {
  width: calc(100%/12 * 12);
}
/*CODIGO*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
header {
  background: #98F4BD;
  background: -moz-linear-gradient(left, #8FD3F4 0%, #98F4BD 100%);
  background: -webkit-linear-gradient(left, #8FD3F4 0%, #98F4BD 100%);
  background: linear-gradient(to right, #8FD3F4 0%, #98F4BD 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8FD3F4', endColorstr='#98F4BD',GradientType=1 );
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
header div#foto-perfil img {
  border-radius: 50%;
  height: 5rem;
  width: 5rem;
}
header div#navbar {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
header div#navbar a.navbar-item {
  color: #3D3D3D;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 3rem;
  margin: 0 1rem;
  position: relative;
  text-decoration: none;
  text-transform: lowercase;
}
header div#navbar a.navbar-item.active {
  color: #FFFFFF;
}
header div#navbar a.navbar-item.active:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #FFFFFF;
  content: '';
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  width: 0;
}
header div#navbar a.navbar-item.active:hover {
  cursor: pointer;
}
header div#navbar a.navbar-item.active:hover:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #FFFFFF;
  content: '';
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  width: 100%;
}
header div#navbar a.navbar-item:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #3D3D3D;
  content: '';
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  width: 0;
}
header div#navbar a.navbar-item:hover {
  cursor: pointer;
}
header div#navbar a.navbar-item:hover:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #3D3D3D;
  content: '';
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  width: 100%;
}
main {
  padding: 2rem;
}
main > section {
  margin: 2rem 0;
}
main section#intro {
  margin-top: 0;
}
main section#mapa img {
  max-width: 100%;
}
main section#webapp {
  display: flex;
  align-items: center;
  justify-content: center;
}
main div.dropdown-toggle,
main div.dropdown-toggle a {
  font-family: 'Montserrat', 'Century gothic', sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  font-weight: 900;
  text-transform: lowercase;
  margin: 1.2rem 0 0 0;
  font-size: 2rem;
  letter-spacing: 0.22rem;
  color: #3D3D3D;
  text-decoration: none;
}
main div.dropdown-toggle.link,
main div.dropdown-toggle a.link,
main div.dropdown-toggle.link a,
main div.dropdown-toggle a.link a {
  text-decoration: underline;
}
main div.dropdown-toggle.link:hover,
main div.dropdown-toggle a.link:hover,
main div.dropdown-toggle.link a:hover,
main div.dropdown-toggle a.link a:hover,
main div.dropdown-toggle.link.open,
main div.dropdown-toggle a.link.open,
main div.dropdown-toggle.link a.open,
main div.dropdown-toggle a.link a.open {
  cursor: pointer;
  color: #41A3CD;
}
main div.dropdown-info {
  display: none;
}
main div.dropdown-info a {
  font-family: 'Montserrat', 'Century gothic', sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  color: #3D3D3D;
  position: relative;
}
main div.dropdown-info a:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #3D3D3D;
  content: '';
  display: block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 0;
}
main div.dropdown-info a:hover {
  cursor: pointer;
}
main div.dropdown-info a:hover:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #3D3D3D;
  content: '';
  display: block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
}
main div.dropdown-info ul li {
  font-family: 'Montserrat', 'Century gothic', sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  color: #3D3D3D;
  list-style: none;
  font-weight: 700;
  font-size: 1.3rem;
}
main div.dropdown-info ul li span.catedra {
  font-family: 'Montserrat', 'Century gothic', sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  color: #3D3D3D;
  font-size: 1.3rem;
}
main div.dropdown-info ul li.cursando {
  font-weight: 700;
  font-style: italic;
}
main div.dropdown-info ul li a {
  font-family: 'Montserrat', 'Century gothic', sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  text-decoration: none;
  color: #3D3D3D;
  font-size: 1.3rem;
}
main div.dropdown-info ul li a:hover {
  cursor: pointer;
  color: #3D3D3D;
}
main div.dropdown-info ul li ul {
  margin-left: 1rem;
}
main div.dropdown-info ul li ul li {
  font-family: 'Montserrat', 'Century gothic', sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  color: #3D3D3D;
  font-size: 1.3rem;
}
main .plan-container p {
  font-size: 1.5rem;
}
footer {
  align-items: center;
  background: #8FD3F4;
  bottom: 0;
  display: flex;
  height: 3rem;
  justify-content: space-between;
  padding: 0.5rem;
  position: fixed;
  text-transform: lowercase;
  width: 100%;
}
footer a {
  font-family: 'Montserrat', 'Century gothic', sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  color: #3D3D3D;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0.5rem;
  text-decoration: none;
}
