/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&family=Raleway:wght@400;800&display=swap');*/

@import url("https://fonts.googleapis.com/css?family=Raleway:700,600,regular,500%7CNunito+Sans:700,regular");

@font-face {
  font-family: "Nunito Sans Regular";
  src: url("../fonts/NunitoSans-Regular.woff2") format("woff2"),
    url("../fonts/NunitoSans-Regular.woff") format("woff"),
    url("../fonts/NunitoSans-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  font-family: "Nunito Sans Regular";
  /*overflow-x: hidden;
	overflow-y: visible;*/
}

body {
  height: auto;
}

a {
  outline: none;
}
a:hover {
  text-decoration: none;
}

.hide {
  display: none !important;
}

.active {
  display: block !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.ml-8 {
  margin-left: 8rem !important;
}

.p-9rem {
  padding: 9rem 0;
}

/*
.wrapper{
    display: none;
}
*/

.logo-heder {
  width: 250px;
  height: auto;
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 20px;
}

.linea {
  position: relative;
  display: block;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
  background: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}

.linea2 {
  position: relative;
  display: block;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
  background: #6d6d6d;
  margin-bottom: 50px;
  margin-top: 50px;
}

.logo-center {
  position: relative;
  display: block;
  margin: 0 auto;
}

.img-carreras {
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.img-carreras:hover {
  opacity: 0.8;
}

.infoCarreras {
  display: none;
}

.ico-wsp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 10px;
  background: transparent url(../img/wsp-leones.png) no-repeat center center;
  background-size: contain;
  z-index: 1000;
}

/*
 @media (max-width: 768px) {
    .bg-veterinaria {
        background: #fff;
    }
}
*/

.color-telefono {
  color: #e65c09;
}

.bg-veterinaria {
  background: rgba(255, 255, 255, 1);
  background-image: url("../img/home-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .bg-veterinaria {
    background: #fff;
  }
}

.logos-footer {
  padding-top: 15px;
}

.bg-investigate {
  display: block;
  background: rgba(255, 255, 255, 0);
  background-image: url("../img/bg-investigate.png");
  background-repeat: no-repeat;
  background-position: right center;
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 940px;
  height: 500px;
  position: relative;
}

@media (max-width: 768px) {
  .bg-investigate {
    width: 100%;
    height: 970px;
    background-position: center bottom;
  }
}

.bg-gris {
  background: rgba(247, 247, 247, 1);
}
.bg-gris2 {
  background-color: rgba(245, 245, 245, 1);
}

.bg-orange {
  background: rgba(200, 78, 0, 1);
}

.bg-darks {
  background: rgba(204, 204, 204, 1);
}

.wrap-grid {
  padding-top: 60px;
  padding-bottom: 60px;
}
.wrap-infraestructura {
  padding-top: 40px;
  padding-bottom: 20px;
}
.wrap-investigate {
  padding-top: 60px;
}
.wrap-ubicacion {
  padding-top: 40px;
  padding-bottom: 40px;
}

.logos-mb {
  position: relative;
  display: none;
  width: 100%;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .logos-mb {
    display: flex;
  }

  .p-9rem {
    padding: 1rem 0;
  }
}

.logos-mb img {
  display: inline-block;
  width: 200px;
  height: 56px;
}

.box-first {
  position: relative;
  display: block;
  width: auto;
  margin-top: 8%;
  margin-left: 15%;
  height: auto;
}

@media (max-width: 768px) {
  .box-first {
    margin-top: 5%;
    margin-left: inherit;
  }
}

.logo {
  width: max-content;
}

.loader-class {
  opacity: 0;
  visibility: hidden;
  width: 30px;
  height: 30px;
  position: relative;
  display: none;
  margin: 0 auto;
}

.loader-class.active {
  opacity: 1;
  visibility: visible;
  display: block;
  margin-top: 20px;
}

.mensaje-enviando-load {
  display: none;
  width: 100%;
  height: 35px;
  font-family: "Nunito Sans Regular";
  font-size: 15px;
  line-height: 30px;
  color: #666666;
  text-align: center;
  position: relative;
  border: 1px solid #666666;
  margin-top: 15px;
}

.grids .icons {
  width: 88px;
  height: auto;
  margin-bottom: 10px;
}
.grids span {
  width: 172px;
  margin: 0 auto;
  font-family: "Nunito Sans Regular";
  color: rgb(26, 35, 47);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  display: block;
  line-height: normal;
}
@media (max-width: 768px) {
  .grids {
    margin-bottom: 30px;
  }
  .grids span {
    width: 146px;
    font-size: 14px;
  }
}
.grids span:nth-child(3) {
  font-size: 12px;
}

.formData {
  width: 75%;
  position: relative;
  display: block;
  margin: 0 auto;
  background: #4e4c4d;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.formData h2 {
  font-size: 16px;
  color: #fff;
  font-family: "Nunito Sans Regular";
  font-weight: bold;
  width: 90%;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
  width: 90%;
}

.formData .formData__legal {
  font-size: 16px;
  font-family: "Nunito Sans Regular";
  text-align: center;
  color: white;
}

.formData h2 span {
  color: #f09c01;
}

.formData .form-group label {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.formData .aviso {
  color: #fff;
  font-size: 12px;
}

.formData .form-group select {
  height: 30px;
  font-size: 12px;
  width: 90%;
  margin: 0 auto;
  border-radius: 15px;
}

.formData .form-group input {
  background-color: #eee;
  height: 30px;
  width: 90%;
  margin: 0 auto;
  border-radius: 15px;
}

.btn-enviar {
  display: block;
  position: relative;
  width: 90%;
  background-color: #e31c19;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.5s ease;
  border: none;
  text-decoration: none !important;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.btn-carreras{
	outline: none;
    font-family: "Nunito Sans Regular";
    background-color: #e31c19;
    padding: 5px 10px;
    text-decoration: none;
    color: white;
    font-size: 16px;
    border-radius: 10px;
}

@media (max-width: 812px) {
  .btn-enviar {
    font-size: 12px;
  }
}

.btn-enviar:hover {
  opacity: 0.8;
}

.subtitle {
  position: relative;
  display: block;
  font-weight: 500;
  font-family: "Nunito Sans Regular";
  font-size: 22px;
  color: rgb(181, 181, 181);
  font-style: normal;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .subtitle {
    text-align: center;
    font-size: 16px;
  }
}

.title {
  position: relative;
  display: block;
  font-family: "Nunito Sans Regular";
  text-transform: uppercase;
  font-size: 23px;
  color: white;
  font-style: normal;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .title {
    text-align: center;
    font-size: 17px;
  }
  .formData {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.box-carr {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 18px;
}

.box-carr h2 {
  font-weight: 500;
  font-family: "Nunito Sans Regular";
  font-size: 16px;
  color: rgb(154, 154, 154);
  font-style: normal;
  border-left: 5px solid #d3711b;
  padding-left: 10px;
}

.box-carr ul {
  list-style-type: disc;
  margin-left: 16px;
}

.box-carr ul li {
  font-size: 15px;
  font-family: "Nunito Sans Regular";
  color: #e65c09;
  cursor: pointer;
  padding: 0px;
  text-decoration: underline;
  text-indent: 0;
  text-decoration: none;
}

.box-carr ul li::before {
  content: "";
  color: white; /* or whatever color you prefer */
}

.box-req {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background: white;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .title,
  .box-req h2 {
    text-align: center;
    font-size: 17px;
  }
  .box-req {
    padding: 30px;
  }
}
.box-req h3 {
  position: relative;
  display: block;
  font-weight: 600;
  font-family: "Nunito Sans Regular";
  font-size: 21px;
  color: rgb(255, 255, 255);
  font-style: normal;
}

/*
.box-req h2{
    position: relative;
    display: block;
    font-family:"Nunito Sans Regular";
    text-transform: uppercase;
    color: #666666;
    font-style: normal;
    border-bottom: 3px solid white;
    padding-bottom: 20px;
}
*/

.box-dc {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.box-dc .box-dc__list li {
  font-family: "Nunito Sans Regular";
  font-size: 17px;
  line-height: 22px;
  color: #000;
  font-style: normal;
}

@media (max-width: 768px) {
  .box-dc .box-dc__list li {
    font-size: 20px;
  }
}

.box-dc p {
  font-family: "Nunito Sans Regular";
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  color: #000;
  padding: 40px;
  text-align: justify;
  text-transform: uppercase;
}

.box-dc ul {
  position: relative;
  display: block;
  list-style-type: decimal;
  padding: 0;
  margin: 0;
  padding-left: 3em;
  margin-bottom: 10px;
}

.box-dc__list {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.box-dc ul li {
  position: relative;
  font-family: "Nunito Sans Regular";
  font-size: 16px;
  line-height: 30px;
  color: black;
  font-style: normal;
  padding-left: 1em;
  display: list-item;
  list-style-position: outside;
  margin-bottom: 5px;
  color: #000;
}

.number {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-family: "Nunito Sans Regular";
  font-size: 48px;
  color: rgb(211, 113, 27);
  line-height: 0;
}

/*
    @media (max-width: 768px) {
        .number {
            left: 25%;
        }
    }
*/

.description {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  font-family: "Nunito Sans Regular";
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.8px;
  font-style: normal;
  text-align: center;
  padding: 20px 20px 20px 20px;
  border: 1px solid #e65c09;
  min-height: 120px;
  transition: all 0.5s ease-out;
  color: #666666;
}

.description span {
  position: relative;
  display: block;
  font-size: 40px;
  text-align: center;
  width: 100%;
  height: auto;
  color: #e65c09;
  line-height: 50px;
}

@media (max-width: 768px) {
  .description {
    max-width: 240px;
    margin: 0 auto;
    padding: 10px;
  }

  .description span {
    font-size: 30px;
  }
}

.linearoja {
  border-right: 2px solid #e31c19;
}

.box-oculto {
  position: relative;
  display: none;
  width: 100%;
  height: 90px;
  background: rgba(34, 34, 32, 1);
}

@media (max-width: 768px) {
  .box-oculto {
    display: block;
  }
  .box-dc ul {
    padding-left: 2em;
  }

  .bloque-mob {
    margin-top: 50px;
  }
  .linearoja {
    border-right: 0;
  }
}

.box-oculto a {
  position: absolute;
  top: 30%;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  padding: 7px 8px 7px 8px;
  cursor: pointer;
  background: rgba(180, 57, 0, 1);
  box-shadow: none;
  color: #fff;
  max-width: 240px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 22px;
  font-family: "Nunito Sans Regular";
  text-transform: uppercase;
}

.sedes {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-family: "Nunito Sans Regular";
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  border-bottom: 1px solid #e7a700;
  width: 220px;
}

@media (max-width: 768px) {
  .sedes {
    text-align: center;
    margin-top: 25px;
  }
}

.title-sedes {
  font-weight: 700;
  font-family: "Nunito Sans Regular";
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-style: normal;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .title-sedes {
    text-align: center;
  }
}

.dsp-sedes {
  font-weight: 700;
  font-family: "Nunito Sans Regular";
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-style: normal;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .dsp-sedes {
    text-align: center;
  }
}

.metro {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .metro {
    text-align: center;
  }
}

.metro img {
  display: inline-block;
  width: 25px;
  height: 20px;
}

.metro p {
  display: inline-block;
  font-weight: 700;
  font-family: "Nunito Sans Regular";
  font-size: 12px;
  color: rgb(255, 255, 255);
  font-style: normal;
}

.box-sedes {
  position: relative;
  display: inline-block;
}

@media (max-width: 768px) {
  .box-sedes {
    display: block;
    margin: 0 auto !important;
  }
}

.logo-footer {
  position: relative;
  display: block;
  width: 143px;
  height: 57px;
}

@media (max-width: 768px) {
  .logo-footer {
    margin: 0 auto;
  }
}

/* LOGOS INDEPENDIENTES */
.ft-udla {
  width: 151px;
  height: 43px;
}

@media (max-width: 768px) {
  .ft-udla {
    margin-bottom: 30px;
  }
}

.ft-qs {
  width: 99px;
  height: 43px;
}

@media (max-width: 768px) {
  .ft-qs {
    float: right;
  }
}

.ft-laureate {
  width: 143px;
  height: 57px;
  margin-top: -15px;
}

@media (max-width: 768px) {
  .ft-laureate {
    float: left;
    width: 108px;
    height: 43px;
  }
}

.ft-acreditada {
  width: 222px;
  height: 43px;
}

@media (max-width: 768px) {
  .ft-acreditada {
    margin-top: 30px;
  }
}
/* FIN LOGOS INDEPENDIENTES */

.middle {
  position: relative;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  color: rgb(102, 102, 102);
  top: 30px;
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 150px;
}

.middle:hover {
  color: rgba(102, 102, 102, 0.7);
}

@media (max-width: 768px) {
  .middle {
    display: none;
  }
}

a.middle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: rgba(200, 78, 0, 1);
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

a.middle:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

/* GRACIAS */
.gracias {
  position: relative;
  width: 300px;
  height: 309px;
  background: transparent;
  border: 4px solid #000;
  padding: 10px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .gracias {
    width: 296px;
    height: 233px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    background: transparent;
    border: 3px solid transparent;
  }
}
.gracias .bloque {
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .gracias .bloque {
    width: 240px;
    margin: 0 auto;
  }
}

.gracias .pl {
  display: block;
  background: rgba(255, 255, 255, 1);
  border-style: solid none none solid;
  border-width: 3px;
  border-color: #000;
  border-radius: 0px;
  left: 0px;
  top: 0px;
  z-index: 38;
  width: 47px;
  height: 47px;
  position: absolute;
}
.gracias .br {
  display: block;
  background: rgba(255, 255, 255, 1);
  border-style: none solid solid none;
  border-width: 3px;
  border-color: #000;
  border-radius: 0px;
  right: 0;
  bottom: 0;
  z-index: 37;
  width: 47px;
  height: 47px;
  position: absolute;
}
.gracias hr {
  display: block;
  background: #000;
  border-style: none;
  border-radius: 0px;
  width: 141px;
  height: 3px;
  border-top: none;
  margin-left: auto;
  margin-right: auto;
}
.gracias .tit-gracias {
  font-weight: 600;
  font-family: "Nunito Sans Regular";
  font-size: 26px;
  color: #000;
  font-style: normal;
}
.gracias .info-gracias {
  font-weight: 400;
  font-family: "Nunito Sans Regular";
  font-size: 16px;
  color: #000;
  line-height: normal;
  font-weight: bold;
  display: block;
}
@media (max-width: 768px) {
  .gracias .info-gracias {
    font-size: 14px;
    color: #666666;
  }
  .gracias .pl {
    display: block;
  }
  .gracias .br {
    display: block;
  }
  .gracias .tit-gracias {
    color: #d3711b;
  }
  .gracias hr {
    background: #d3711b;
  }
}

.info-investigate {
  position: relative;
  display: block;
  height: 342px;
  width: 440px;
  padding: 10px;
}

.info-investigate .bloque {
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .info-investigate .bloque {
    width: 240px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .info-investigate {
    width: 296px;
    height: 455px;
    margin: 0 auto;
  }
}
.info-investigate .pl {
  display: block;
  background: #fff;
  border-style: solid none none solid;
  border-width: 3px;
  border-color: #d3711b;
  border-radius: 0px;
  left: 0px;
  top: 0px;
  z-index: 38;
  width: 47px;
  height: 47px;
  position: absolute;
}
.info-investigate .br {
  display: block;
  background: #fff;
  border-style: none solid solid none;
  border-width: 3px;
  border-color: #d3711b;
  border-radius: 0px;
  right: 0;
  bottom: 0;
  z-index: 37;
  width: 47px;
  height: 47px;
  position: absolute;
}
.info-investigate hr {
  display: block;
  background: rgba(211, 113, 27, 1);
  border-style: none;
  border-radius: 0px;
  width: 141px;
  height: 3px;
  border-top: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.info-investigate h1,
.info-investigate h3 {
  line-height: 19px;
  margin-bottom: 2rem;
}
.info-investigate span.info1 {
  font-weight: 600;
  font-family: "Nunito Sans Regular";
  font-size: 16px;
  color: rgb(211, 113, 27);
  font-style: normal;
  line-height: 0;
}
.info-investigate span.info2 {
  font-weight: 400;
  font-family: "Nunito Sans Regular";
  font-size: 16px;
  color: rgb(34, 34, 34);
  font-style: normal;
  line-height: 0;
}
.info-investigate span.info3 {
  font-weight: 600;
  font-family: "Nunito Sans Regular";
  font-size: 16px;
  color: rgb(211, 113, 27);
  font-style: normal;
  line-height: 0;
}
@media (max-width: 768px) {
  .info-investigate span.info1 {
    font-size: 14px;
  }
  .info-investigate span.info2 {
    font-size: 14px;
  }
  .info-investigate span.info3 {
    font-size: 14px;
  }
}

.visible-desktop {
  display: block !important;
}

.visible-mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .visible-mobile {
    display: block !important;
    text-align: center;
  }
  .visible-desktop {
    display: none !important;
  }
}

.accordion {
  width: 100%;
}

.card-body {
  padding: 20px 40px;
}

.btn-link {
  text-decoration: none;
  color: #666666;
  font-size: 25px;
  font-weight: bold;
  font-family: "Nunito Sans Regular";
  white-space: initial !important;
}

.btn-link:hover {
  color: #e8b52a;
  text-decoration: underline;
}

.card-header button {
  color: #666666;
}
.card-header button.collapsed {
  color: #666666;
}

.tit-card {
  color: #e8b52a;
  font-family: "Nunito Sans Regular";
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: block;
}
.tit-baj {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  font-family: "Nunito Sans Regular";
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.bajada-card {
  color: #000;
  font-size: 18px;
  font-family: "Nunito Sans Regular";
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.accordion button.btn:hover,
.accordion button.btn:focus,
.accordion button.btn:active {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}

.card {
  background-color: transparent;
  border: none;
}

.loader-class {
  opacity: 0;
  visibility: hidden;
  width: 30px;
  height: 30px;
  position: relative;
  display: none;
  margin: 0 auto;
}
.loader-class.active {
  opacity: 1;
  visibility: visible;
  display: block;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .accordion {
    margin-bottom: 0px;
  }
  .sedes-mobile {
    margin-top: 0rem !important;
  }
}

@media (max-width: 768px) {
  .bloque-caarreras {
    padding: 0px !important;
    overflow-x: hidden;
  }

  .bloque-caarreras .bg-gris {
    background-color: white;
  }
}

.boxBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 30px;
  width: 100%;
}

@media (max-width: 768px) {
  .boxBtn {
    flex-direction: column;
  }
}

.boxBtn .txtBtn {
  padding: 0px;
  margin: 0px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .boxBtn .txtBtn {
    margin-right: 0px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }
}

.boxBtn .customButton {
  font-family: "Nunito Sans Regular";
  background-color: #e31c19;
  padding: 0px 20px 0px 20px;
  text-decoration: none;
  color: white;
  font-size: 20px;
  border-radius: 10px;
}

.customText p {
  padding-bottom: 0px;
}

.bg-slider {
  background: url(../img/banner-carreras-1-desktop.png) no-repeat center center;
  background-size: contain;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.box-dc ul.list-pq {
  list-style: none;
  text-align: left;
  list-style-type: none;
  width: 80%;
  margin: 0 auto;
}
.box-dc ul.list-pq li {
  font-size: 1.2em;
}

@media (max-width: 768px) {
  .bg-slider {
    background: none;
    background-size: contain;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .box-dc ul.list-pq {
    padding-left: 0;
    width: 100%;
  }
}

.bg-baner {
  background: url(../img/banner-admision-2022.png) no-repeat bottom left;
  background-size: cover;
  height: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
}

.customText p {
  width: 80%;
  margin: 0 auto;
}

img.img-fluid.icon-logo-header {
  position: absolute;
  left: 0;
  top: 127px;
  width: 140px;
}

@media (max-width: 768px) {
  img.img-fluid.icon-logo-header {
    z-index: 99;
    width: 70px;
    right: 0;
    left: inherit;
    top: 105px;
  }
  .bg-baner {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
