html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/Gothic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Centurybold";
  src: url("../fonts/GothicB.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "bebasnue";
  src: url("../fonts/BebasNeue-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
img {
  width: 100%;
}

html {
  font-size: 8px;
}

body {
  font-family: "Century Gothic", "Noto Sans", sans-serif;
  line-height: 28px;
}

header {
  position: sticky;
  top: 0;
  z-index: 2;
}

.navbar-content {
  transition: all 0.5s ease;
  background-color: #0070C0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 1rem 5%;
  width: 100%;
  line-height: normal;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.navbar-content nav {
  background: none;
  box-shadow: none;
  height: auto;
  line-height: 1;
}
.navbar-content .logo-b {
  width: 9%;
  max-width: 50rem;
  min-width: 10rem;
  transition: all 2s ease;
}
.navbar-content .bar-item .items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.navbar-content .bar-item .items .item {
  position: relative;
  padding: 1rem 0 1rem 0;
  margin: 0 0 0 1rem;
}
.navbar-content .bar-item .items .item:hover .link {
  opacity: 0.8;
  transition: all 0.2s linear 0.1s;
}
.navbar-content .bar-item .items .item .link {
  display: block;
  min-width: 13rem;
  text-align: center;
  border-radius: 1rem;
  padding: 0.8rem 1rem;
  font-family: "Centurybold", "Noto Sans", sans-serif;
  background: #ffffff;
  color: #0070C0;
  user-select: none;
  font-size: 1.9rem;
  line-height: normal;
}
.navbar-content .bar-item .items .item .link:active {
  color: #0070C0;
}
.navbar-content .bar-item .items .item:hover .sub-items {
  display: block;
}
.navbar-content .bar-item .items .sub-items {
  z-index: 50;
  display: none;
  position: absolute;
  top: 100%;
  border-radius: 15px;
  border: 1px solid #0070C0;
  background-color: #ffffff;
  list-style: none;
  padding: 0;
  width: 23rem;
}
.navbar-content .bar-item .items .sub-items li {
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  float: none;
}
.navbar-content .bar-item .items .sub-items li a {
  width: 100%;
  padding: 1rem 1.5rem 1rem 1.5rem;
  color: #0070C0;
  font-size: 1.8rem;
  text-decoration: none;
  line-height: normal;
}
.navbar-content .bar-item .items .sub-items li a:hover {
  font-weight: bold;
  background-color: transparent;
}
.navbar-content .bar-item .items .sub-items li a:active {
  color: #0070C0;
  transition: color 0 linear 0;
}
.navbar-content .bar-item .items .sub-items li:first-child a {
  padding-top: 2rem;
}
.navbar-content .bar-item .items .sub-items li:last-child a {
  padding-bottom: 2rem;
}

.sticky .logo-b {
  width: 9%;
}

.btn-sidenav {
  display: none;
}
.btn-sidenav .ico-menu {
  background-image: url(../images/menu.png);
  display: block;
  width: 3rem;
  height: 3rem;
  background-size: contain;
  transition: all 1s ease;
}
.btn-sidenav .ico-menu:hover {
  opacity: 50%;
}

.slidebar-content .m-edi a {
  padding-left: 32px;
}
.slidebar-content .m-edi li {
  padding-left: 10px;
}
.slidebar-content .user-view {
  padding: 20px 40px;
  margin: 0;
}

.separar {
  margin-bottom: 10rem;
}

.carousel-item {
  cursor: pointer;
}

.active {
  cursor: default;
}

.carousel {
  min-height: 500px;
}

.carousel .carousel-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  user-select: none;
  width: 500px;
  height: 500px;
}

.carousel .carousel-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 15px;
}
.carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 15px;
}

.carousel .indicators .indicator-item {
  border-radius: 0;
  transform: rotate(45deg);
  margin: 0 15px;
  background: #36221c;
}

.title h1, .title h2 {
  font-family: "Century Gothic", "Noto Sans", sans-serif;
  font-size: 3rem;
  color: #292929;
  text-align: center;
  margin: 10rem 0;
}

.txt p {
  font-family: "Century Gothic", "Noto Sans", sans-serif;
  font-size: 2rem;
  color: #292929;
  text-align: left;
}

.content {
  width: 80%;
  margin: auto;
  margin-bottom: 20rem;
}

.sec-history {
  margin-bottom: 10rem;
}
.sec-history .txt p {
  font-family: "Century Gothic", "Noto Sans", sans-serif;
  font-size: 2rem;
  color: #292929;
  text-align: justify;
}

.sec-teachers {
  margin-bottom: 20rem;
}
.sec-teachers .teachers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 10%;
  padding: 0 5%;
  justify-content: center;
  position: relative;
}
.sec-teachers .teachers .item {
  padding: 2rem;
  margin-bottom: 5rem;
}
.sec-teachers .teachers .item .img {
  display: block;
  width: 100%;
}
.sec-teachers .teachers .item .img img {
  width: 100%;
}
.sec-teachers .teachers .item:target {
  position: fixed;
  display: flex;
  align-self: center;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}
.sec-teachers .teachers .item:target .img {
  z-index: 2;
  width: 60rem;
  max-width: 90%;
  margin: auto;
  cursor: default;
}
.sec-teachers .teachers .item:target .img img {
  width: 100%;
}
.sec-teachers .teachers .item:target .close::before {
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
}

.sec-info {
  margin-bottom: 10rem;
}
.sec-info span {
  padding-left: 3%;
}
.sec-info .business .box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.sec-info .business .box .item {
  max-width: 100%;
}
.sec-info .business .box .item .img {
  width: 25rem;
}
.sec-info .txt {
  margin-bottom: 10rem;
}
.sec-info .txt h3 {
  font-family: "Century Gothic", "Noto Sans", sans-serif;
  font-size: 2.5rem;
  color: #292929;
  text-align: center;
  margin: 10rem 0 5rem 0;
}
.sec-info .txt .img {
  line-height: 0;
  position: relative;
  width: 90%;
  margin: 3rem auto;
  border: 1px solid #d0dae7;
}
.sec-info .txt .img iframe {
  height: 60rem;
}
.sec-info .txt .img img {
  width: 100%;
}
.sec-info .txt .img iframe {
  width: 100%;
}
.sec-info .txt .img .link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sec-info .ico-cont {
  display: flex;
  justify-content: start;
  align-self: center;
}
.sec-info .ico-cont .ico {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-size: contain;
  transition: all 1s ease;
  margin-right: 1rem;
}
.sec-info .ico-cont .ico:hover {
  opacity: 50%;
}
.sec-info .ico-cont .whatsapp {
  background-image: url(../images/whatsapp.png);
}
.sec-info .ico-cont .facebook {
  background-image: url(../images/facebook.png);
}
.sec-info .ico-cont .gmail {
  background-image: url(../images/gmail.png);
}

.sec-schedule {
  margin-bottom: 10rem;
}
.sec-schedule .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: center;
}
.sec-schedule .items div {
  width: 30rem;
}
.sec-schedule .items div p {
  text-align: center;
}

.btn-start {
  padding-top: 5rem;
}
.btn-start .n-btn {
  display: block;
  margin: auto;
  width: 30rem;
  padding: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 1rem;
  border: 2px solid #0070C0;
  color: #ffffff;
  background-color: #0070C0;
}
.btn-start .n-btn:hover {
  background-color: #ffffff;
  color: #0070C0;
  transition: all 0.5s ease;
}

.english-test {
  margin-top: 20rem;
  padding: 1% 5%;
  background-color: #d0dae7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.english-test .img {
  height: 8rem;
}
.english-test .img img {
  height: 100%;
}
.english-test .left {
  display: inline-flex;
  align-items: center;
}
.english-test .left .url {
  font-family: "Century Gothic", "Noto Sans", sans-serif;
  font-size: 2rem;
  color: #292929;
  text-align: left;
  margin-left: 2rem;
}
.english-test .left .url a {
  text-decoration: none;
  color: #0070C0;
}

.sec-info .txt .min-img {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.sec-info .txt .min-img h3 {
  margin: 5rem 0;
}
.sec-info .txt .min-img .img {
  width: 100%;
  margin: 0;
}
.sec-info .txt .min-img .item {
  width: 30%;
}

.sec-calendar {
  background-color: #F4F5EF;
  padding: 0 0 20rem 0;
}
.sec-calendar .title {
  width: 80%;
  margin: auto;
  margin-bottom: 5rem;
  padding: 3rem 0;
  background-color: #73CDFF;
  background-image: url("../images/calendar/title.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.sec-calendar .title h1 {
  font-size: 5rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.sec-calendar .calendar {
  width: 80%;
  margin: auto;
}
.sec-calendar .calendar .img {
  width: 100%;
}
.sec-calendar .calendar .img img {
  width: 100%;
}

.separador {
  width: 4rem;
  height: 4rem;
  background-color: #f2f2f2;
}

footer {
  font-size: 1.8rem;
  color: #ffffff;
  background-color: #0070C0;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 0 1rem;
}
footer .add {
  line-height: 2.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 1rem 0;
  font-style: normal;
}
footer .ubi {
  margin: auto;
  width: 35rem;
  text-align: center;
}
footer .ubi span {
  display: block;
}
footer .net a {
  color: #ffffff;
  font-size: 3rem;
}
footer .net a:hover {
  text-decoration: underline;
  transition: all 0.2s linear 0.1s;
}
footer .info {
  margin: auto;
  width: 35rem;
}
footer .info a {
  color: #ffffff;
  text-decoration: none;
}
footer .info a:hover {
  text-decoration: underline;
  transition: all 0.2s linear 0.1s;
}
footer .info .img img {
  width: 100%;
}
footer .enlace {
  display: flex;
  justify-content: space-between;
}
footer .copy p {
  text-align: center;
  margin: 0;
  line-height: 2rem;
}

.various {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10rem;
}
.various .item {
  width: 320px;
  margin-bottom: 6rem;
}
.various .item .img {
  width: 100%;
}
.various .ttt {
  align-items: flex-start;
}

.edit-footer {
  padding: 2rem 5% 0 5%;
}
.edit-footer .add {
  padding: 2rem 0;
}
.edit-footer .lema {
  font-family: "Bebas Neue", "bebasnue", "Noto Sans", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.5rem;
  text-align: center;
}
.edit-footer .enlace {
  display: block;
  text-align: center;
}
.edit-footer .inter {
  display: flex;
  justify-content: space-around;
  width: 50%;
  margin: 2rem auto;
}
.edit-footer .inter .ico {
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  transition: all 1s ease;
}
.edit-footer .inter .ico:hover {
  opacity: 50%;
}
.edit-footer .inter .whatsapp {
  background-image: url(../images/whatsapp.png);
}
.edit-footer .inter .facebook {
  background-image: url(../images/facebook.png);
}
.edit-footer .inter .instagram {
  background-image: url(../images/instagram.png);
}
.edit-footer .copy {
  padding: 2rem 0;
  font-size: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.466);
}
.edit-footer .copy a {
  color: #ffffff;
}
.edit-footer .copy a:hover {
  text-decoration: underline;
}

.edit-header .nav {
  padding: 1rem 5%;
}
.edit-header .nav .items {
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
.edit-header .nav .item .link {
  display: block;
  min-width: 13rem;
  text-align: center;
  border-radius: 10px;
  padding: 0.8rem 1rem;
}
.edit-header .nav .links {
  width: 85%;
}
.edit-header .nav .ret {
  width: 10%;
}

.welcome {
  position: relative;
  height: 88vh;
  background-color: #adccc8;
  background-image: url(../images/welcome-home-02.jpg);
  background-size: cover;
}

.phrase {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.phrase .logo {
  margin-top: 5%;
  width: 30%;
}
.phrase .logo .img {
  width: 100%;
}
.phrase .banner {
  width: 65%;
  position: relative;
  line-height: 0;
}
.phrase .banner .img {
  width: 100%;
}
.phrase .banner .btn-more {
  position: absolute;
  width: 30%;
  height: 20%;
  bottom: 19%;
  left: 35%;
}
.phrase .banner .btn-more a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear 0.1s;
}
.phrase .banner .btn-more a:hover {
  background-color: rgba(255, 255, 255, 0.493);
}

.edit-t {
  width: 100%;
}

.separar {
  width: 80%;
  margin: auto;
}

.sec-enlaces .servicios-menu {
  width: 80%;
  margin: auto;
}
.sec-enlaces .servicios-menu .title h1 {
  margin-top: 20rem;
  margin-bottom: 18rem;
}
.sec-enlaces .servicios-menu .boxes {
  display: grid;
  grid-template-columns: 18% 18% 18% 18%;
  gap: 9.3%;
}
.sec-enlaces .servicios-menu .boxes .box .img {
  border-radius: 1rem;
  border: 1px solid #d0dae7;
  overflow: hidden;
  line-height: 0;
}
.sec-enlaces .servicios-menu .boxes .box .img img {
  transition: all 0.5s ease-in;
}
.sec-enlaces .servicios-menu .boxes .box .img img:hover {
  transform: scale(1.2);
  opacity: 0.7;
}
.sec-enlaces .btn-services {
  padding: 2.5rem 0;
}
.sec-enlaces .btn-services .n-btn {
  display: block;
  margin: auto;
  width: 100%;
  padding: 1rem 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 1rem;
  border: 2px solid #0070C0;
  color: #ffffff;
  background-color: #0070C0;
}
.sec-enlaces .btn-services .n-btn:hover {
  background-color: #ffffff;
  color: #0070C0;
  transition: all 0.5s ease;
}
.sec-enlaces .articles-link {
  width: 85%;
  margin: 20rem auto;
}
.sec-enlaces .articles-link hr {
  opacity: 0.8;
}
.sec-enlaces .articles-link .owl-carousel {
  padding: 2rem 0;
}
.sec-enlaces .articles-link .owl-carousel .item p {
  font-family: "Century Gothic", "Noto Sans", sans-serif;
  font-size: 1.8rem;
  color: #050505;
  text-align: center;
}
.sec-enlaces .articles-link .owl-carousel .item p a {
  color: #0070C0;
}
.sec-enlaces .articles-link .owl-carousel .item p a:hover {
  text-decoration: underline;
}
.sec-enlaces .articles-link .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
}
.sec-enlaces .articles-link .owl-carousel .owl-dots .owl-dot {
  margin: 0 1rem;
  transition: all 0.5s ease;
  opacity: 0.5;
  border: 1.5rem solid transparent;
}
.sec-enlaces .articles-link .owl-carousel .owl-dots .owl-dot span {
  display: block;
  background-color: #555555;
  width: 1rem;
  height: 1rem;
}
.sec-enlaces .articles-link .owl-carousel .owl-dots .active span {
  background-color: #0070C0;
}

#div-cookies {
  position: fixed;
  bottom: 1rem;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 1rem 5%;
  z-index: 99;
  display: flex;
  justify-content: space-between;
}
#div-cookies span {
  font-family: "Century Gothic", "Noto Sans", sans-serif;
  font-size: 1.6rem;
  color: #050505;
  display: block;
  width: 80%;
}
#div-cookies span a {
  color: #0070C0;
  text-decoration: underline;
}
#div-cookies button {
  align-self: center;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 1rem;
  border: 2px solid #0070C0;
  color: #ffffff;
  background-color: #0070C0;
  box-shadow: none;
  line-height: 0;
  padding: 1rem 2rem;
}
#div-cookies button:hover {
  border: 2px solid #ffffff;
  transition: all 0.5s ease;
}

@media (max-width: 1200px) {
  .sec-enlaces .servicios-menu .boxes {
    grid-template-columns: 22% 22% 22% 22%;
    gap: 4%;
  }

  footer .add {
    display: flex;
    align-items: flex-start;
  }

  .add .net {
    margin: auto;
    order: 3;
  }
  .add .ubi {
    margin: 0 auto;
  }
  .add .info {
    margin: 20px auto;
  }

  .sec-teachers .teachers .item {
    margin-bottom: 3rem;
  }

  .sec-calendar .title {
    width: 90%;
  }
  .sec-calendar .calendar {
    width: 80%;
  }

  .sec-teachers .teachers {
    padding: 0;
  }
}
@media (max-width: 965px) {
  .welcome .phrase .logo {
    margin-top: 10%;
  }
  .welcome .phrase .banner {
    width: 80%;
  }

  .sec-enlaces .servicios-menu .boxes {
    grid-template-columns: 40% 40%;
    gap: 10rem 20%;
  }

  .sticky .logo-b {
    width: 10%;
  }

  .sidenav-overlay {
    width: calc(100% - 300px);
    left: inherit;
  }

  .btn-sidenav {
    display: block;
  }

  .bar-item {
    display: none;
  }

  .sec-teachers .teachers {
    grid-template-columns: 1fr;
    padding: 0 5%;
  }
}
@media (max-width: 800px) {
  .content {
    width: 95%;
  }

  .logo {
    margin: 5rem auto;
  }

  .sec-calendar {
    padding-bottom: 10rem;
  }
  .sec-calendar .title {
    width: 95%;
  }
  .sec-calendar .title h1 {
    font-size: 30px;
  }
  .sec-calendar .calendar {
    width: 100%;
  }

  .sec-teachers .teachers {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .phrase .logo, .phrase .banner {
    width: 60%;
  }

  .sec-enlaces .servicios-menu .boxes {
    grid-template-columns: 45% 45%;
    gap: 10%;
  }

  .content {
    width: 90%;
    margin-bottom: 10rem;
  }

  .content .title h1, h2 {
    font-size: 26px;
  }

  .content .txt p {
    font-size: 18px;
  }

  .content .txt .img {
    width: 100%;
  }

  .content .txt .min-img {
    width: 100%;
  }

  .btn-start {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .welcome .phrase .logo {
    width: 90%;
    margin-top: 10%;
  }
  .welcome .phrase .banner {
    width: 90%;
  }

  .content .txt .min-img {
    flex-wrap: wrap;
  }
  .content .txt .min-img .item {
    width: 100%;
    margin: auto;
  }

  .sec-enlaces .articles-link {
    margin: 10rem auto;
  }

  .sec-enlaces .servicios-menu .title h1 {
    margin: 15rem auto;
  }
  .sec-enlaces .servicios-menu .boxes {
    grid-template-columns: 1fr;
    gap: 10rem;
    width: 90%;
    margin: auto;
  }

  .welcome {
    height: 60vh;
    min-width: 100%;
  }

  .content {
    margin-bottom: 3rem;
  }

  .separar {
    margin-bottom: 5rem;
  }

  .phrase .logo {
    width: 60%;
    max-width: 25rem;
    margin: 0 auto 4rem auto;
  }

  .agrandar {
    transform: scale(1.1);
  }

  .carousel .carousel-item {
    width: 75%;
    height: 300px;
  }

  .sec-teachers .teachers .item {
    min-width: 100%;
  }

  .sec-info .txt .img iframe {
    height: 400px;
  }
  .sec-info .txt .img .link {
    display: none;
  }

  .edit-footer .lema {
    font-size: 25px;
  }

  footer .ubi {
    order: 4;
    font-size: 16px;
  }

  .navbar-content .logo-b {
    min-width: 50px;
  }
}
@media (max-width: 400px) {
  .sec-enlaces .servicios-menu .boxes {
    gap: 5rem;
  }

  .carousel .carousel-item {
    height: 350px;
  }
}

/*# sourceMappingURL=styles.css.map */
