/*! 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;
    /*overflow-x: hidden;
	overflow-y: visible;*/
}

body {
    height: auto;
    background: #f4f2f5;
}

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

.hide {
    display: none !important;
}

.active {
    display: block !important;
}

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

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

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

.color-telefono {
    color: #e65c09;
}

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

@media (max-width: 991px) {
    .bg-home {
        background: none;
    }
}

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

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

.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: #e65c09;
}

.bg-darks {
    background: #f4f2f5;
}

.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;
    }
}

.logos-mb img {
    display: inline-block;
    width: 119px;
    height: 34px;
}

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

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

.logo {
    width: max-content;
}
.logo:after {
    content: "";
    position: relative;
    width: 100%;
    height: 5px;
    background-color: rgba(227, 92, 46, 1);
    display: block;
    margin-top: 12px;
}

.logo-udla {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 50px;
    margin-left: 8%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.logo-top-admision {
    position: relative;
    display: inline-block;
    width: 190px;
    height: auto;
    margin-right: 8%;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.banner-home {
    min-height: 780px;
    background: transparent url(../img/banner/banner-2026.jpg) no-repeat center
        center;
    background-size: cover;
}

.bloque-info {
    width: 90%;
    height: auto;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px;
    border-radius: 20px;
    padding: 30px;
    -webkit-box-shadow: 0px 5px 8px 5px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 5px 8px 5px rgba(0, 0, 0, 0.25%);
    box-shadow: 0px 5px 8px 5px rgb(0 0 0 / 25%);
}
.bloque-info .bloque-a {
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    line-height: 35px;
    color: #e65c09;
    width: 80%;
    position: relative;
    display: block;
    margin-left: 10%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bloque-info .bloque-b {
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #1b242a;
    width: 100%;
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.bloque-info .bloque-b span {
    color: #e65c09;
    font-weight: bold;
}
.bloque-info .bloque-b .legal {
    font-size: 15px;
}

@media (max-width: 991px) {
    .logo-udla {
        margin-left: 20%;
    }
}

@media (max-width: 768px) {
    .logo-udla {
        margin-left: 10%;
    }
}

.logo-udla2 {
    position: relative;
    display: block;
    width: 243px;
    height: 70px;
}

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

.logo-acr {
    position: relative;
    display: block;
    width: 177px;
    height: 70px;
}

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

.logo-admi {
    position: relative;
    display: block;
    height: auto;
    left: 40%;
    margin-bottom: 0px;
    max-width: 366px;
}

@media (max-width: 991px) {
    .logo-admi {
        left: 20%;
    }
}

@media (max-width: 768px) {
    /*.logo-admi {
            left: 0px;
            width: 273px;
            height: auto;
            margin: 0 auto;
            margin-bottom: 30px;
        }*/
    .logo-admi {
        left: 40px;
        width: 273px;
        height: auto;
        /* margin: 0 auto; */
        margin-bottom: 0px;
    }
}

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

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

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

.bloque-becas {
    position: absolute;
    width: 500px;
    /* height: 100px; */
    left: 10%;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    top: 50%;
    margin-top: -50px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #212529;
    padding: 20px;
    text-align: center;
}

.bloque-form {
    position: absolute;
    width: 450px;
    height: 600px;
    right: 10%;
    margin: auto;
    background: #fff;
    border-radius: 40px;
    top: 50%;
    margin-top: -300px;
    z-index: 2;
}

.bloque-form .titulo-form {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    background: #e65c09;
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    padding: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.bloque-form .form-udla {
    width: 90%;
    position: relative;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Raleway", sans-serif;
}

.bloque-form .form-udla .form-group label {
    color: #1b242a;
    font-size: 14px;
    line-height: 19px;
}

.bloque-form .form-udla .form-group select {
    height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 20px;
    background-color: #f4f2f5;
}
.bloque-form .form-udla .form-group select option {
    text-transform: uppercase;
}

.bloque-form .form-udla .form-group input {
    border-radius: 20px;
    background-color: #f4f2f5;
    height: 30px;
}

.bloque-form .form-udla .btn-enviar {
    display: block;
    position: relative;
    width: 300px;
    margin: 0 auto;
    background: transparent;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.5s ease;
    text-decoration: none !important;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #e65c09;
    border: 2px solid #e65c09;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.bloque-form .form-udla .btn-enviar:hover {
    background-color: rgba(244, 102, 36, 1);
    color: #fff;
}

.banner-home-mobile {
    display: none;
}

@media (max-width: 1280px) {
    .bloque-becas {
        width: 350px;
        height: auto;
    }
}
@media (max-width: 1024px) {
    .banner-home {
        min-height: 400px;
    }
    .bloque-becas {
        position: relative;
        display: block;
        max-width: initial;
        top: initial;
        margin: 0 auto;
        margin-bottom: 20px;
        left: initial;
        width: 80%;
        margin-top: 20px;
    }
    .bloque-form {
        position: relative;
        display: block;
        top: initial !important;
        right: initial;
        margin: 0 auto;
        width: 80%;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .banner-home {
        display: none;
    }
    .banner-home-mobile {
        display: block;
    }
}

.box-matricula {
    position: relative;
    display: block;
    left: 40%;
    background: transparent;
    padding: 0;
    max-width: 370px;
    font-family: "Raleway", sans-serif;
    font-size: 10.5pt;
    text-align: left;
    color: rgb(154 154 154);
    /*border: 3px solid rgba(200, 78, 0);*/
}

@media (max-width: 991px) {
    .box-matricula {
        left: 20%;
    }
}

@media (max-width: 768px) {
    .box-matricula {
        left: 0;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

.grids .icons {
    width: 88px;
    height: auto;
    margin-bottom: 10px;
}
.grids span {
    width: 172px;
    margin: 0 auto;
    font-family: "Raleway", sans-serif;
    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;
}

.list {
    position: relative;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    font-family: "Raleway", sans-serif;
    padding-bottom: 30px;
}

.list li {
    text-indent: -0.2em;
}

.list li p {
    color: rgb(154 154 154);
    font-size: 15px;
    font-family: "Raleway", sans-serif;
    font-size: 10.5pt;
    text-align: initial;
    display: inline;
}

.list li p.legal {
    /*color: #666666;*/
    color: #e65c09;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}

.matriculamobile {
    display: none;
}

/* A/B TEST MOBILE*/

@media (max-width: 480px) {
    .bg-home {
        padding-top: 0 !important;
    }
    .logo-udla {
        margin-left: 5%;
        width: 110px;
        height: 30px;
        margin-top: 10px;
    }

    .logo-top-admision {
        position: relative;
        display: inline-block;
        width: 120px;
        height: auto;
        margin-right: 5%;
        float: right;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .bloque-form {
        width: 92%;
        height: 640px;
    }

    .bloque-becas {
        width: 90%;
    }

    .box-first {
        margin-top: 0;
    }

    .logo-admi {
        position: relative;
        display: block;
        /* 		margin: 0 auto; */
        left: initial;
        width: 90%;
    }

    .box-second {
        margin-top: 0;
    }

    /*.box-matricula{			
		display: none;
	}
	.matriculamobile{
		display: block;
		margin-top: 30px;
	}*/
    .box-matricula .list {
        padding-bottom: 0;
    }

    .form-udla .form-group label {
        font-size: 11px;
        line-height: 11px;
    }
    .form-udla .form-group input {
        height: 26px;
        line-height: 26px;
    }
}

.subtitle {
    position: relative;
    display: block;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    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 {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    background: #e65c09;
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    padding: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

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

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

.box-carr h2{
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: rgb(119, 119, 119);
    font-style: normal;
    border-left: 5px solid #e65c09;
    padding-left: 10px;
}

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

.box-carr ul li{
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    color: #e65c09;
    cursor: pointer;
    padding: 0px;
    text-decoration: underline;
    text-indent:0;
    text-decoration: none;
}

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

.box-req {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.box-req h3 {
    position: relative;
    display: block;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    color: white;
    font-style: normal;
    margin-bottom: 0;
}

.box-req .titulo {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    background: #e65c09;
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    padding: 20px;
}
@media (max-width: 768px) {
    .title,
    .box-req h2 {
        text-align: center;
        font-size: 17px;
    }
    /*
    .box-req {
        padding: 30px;
    }
*/
}

.box-dc {
    position: relative;
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.box-dc p {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: black;
    font-style: normal;
    color: #666c71;
}

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

.box-dc ul li {
    position: relative;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: black;
    font-style: normal;
    padding-left: 1em;
    display: list-item;
    list-style-position: outside;
    margin-bottom: 5px;
    color: #666c71;
}

.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%;
        }
    }
*/

.icon-udla {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 35px;
    margin-left: 10px;
}
/*
    @media (max-width: 768px) {
        .icon-udla {
            left: 25%;
        }
    }
*/

.icon-udla.icon1 {
    width: 41px;
    height: 35px;
}
.icon-udla.icon2 {
    width: 35px;
    height: 35px;
}
.icon-udla.icon3 {
    width: 56px;
    height: 35px;
}
.icon-udla.icon4 {
    width: 56px;
    height: 35px;
}
.icon-udla.icon5 {
    width: 74px;
    height: 34px;
}
.icon-udla.icon6 {
    width: 50px;
    height: 36px;
}
.icon-udla.icon7 {
    width: 48px;
    height: 38px;
}
.icon-udla.icon8 {
    width: 41px;
    height: 37px;
}

#accordionExample {
    width: 100%;
}

#accordionExample .card {
    background-color: #fff;
    border: none;
    margin-bottom: 20px !important;
    border-radius: 20px !important;
    -webkit-box-shadow: 0px 5px 8px 5px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 5px 8px 5px rgba(0, 0, 0, 0.25%);
    box-shadow: 0px 5px 8px 5px rgb(0 0 0 / 25%);
}

#accordionExample .card .card-header {
    background-color: #fff;
}

#accordionExample .card .card-body {
    padding: 20px 50px 30px 50px;
}

#accordionExample .tit-card {
    color: #e65c09;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
}

#accordionExample .tit-baj {
    color: #1a242a;
    font-size: 16px;
}

#accordionExample button.collapsed {
    color: #1a242a;
}

#accordionExample .btn-link {
    text-decoration: none;
    color: #e65c09;
    font-size: 16px;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
}
#accordionExample .btn-link:hover {
    color: #e65c09;
    text-decoration: none;
}

.card {
    background-color: transparent;
    border: none;
    margin-bottom: 50px !important;
}

.description {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 145px;
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: -0.5px;
    text-align: center;
    padding: 20px 20px 20px 20px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: #1a242a;
    border-radius: 12px;
    -webkit-box-shadow: 0px 5px 8px 5px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 5px 8px 5px rgba(0, 0, 0, 0.25%);
    box-shadow: 0px 5px 8px 5px rgb(0 0 0 / 25%);
}

.description span {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    color: #e65c09;
    line-height: 55px;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: -3px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.description .iconosDatos {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: -25px;
    margin: auto;
}

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

.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;
    }
}

.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: "Raleway", sans-serif;
    text-transform: uppercase;
}

.sedes {
    color: rgb(255, 255, 255);
    font-size: 25px;
    line-height: 25px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 25px;
}

.sedes.conce {
    margin-top: 25px;
}

.campus {
    color: rgb(255, 255, 255);
    font-size: 25px;
    line-height: 25px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 35px;
}

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

.title-sedes {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: bold;
    margin-bottom: 0;
}

.dsp-sedes {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-style: normal;
    margin-bottom: 20px;
}

.dsp-link {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-style: normal;
    margin-bottom: 0;
}

.dsp-link a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.dsp-link a:hover {
    opacity: 0.8;
}

.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: "Raleway", sans-serif;
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-style: normal;
}

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

@media (max-width: 991px) {
    .box-sedes {
        display: block;
    }
    .ml-6 {
        margin-left: 0rem;
        margin-top: 15px;
    }
}

.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: 480px) {
    .ft-qs {
        float: right;
    }
}

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

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

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

@media (max-width: 480px) {
    .ft-acreditada {
        margin-top: 30px;
    }
}

.bloque-footer {
    border-top: 1px solid #1b242a;
    margin: 30px 30px 50px 30px;
}

.bloque-footer .title-foot {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #e65c09;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 30px;
}

.ico-udla {
    width: 180px;
}

.ico-qs {
    width: 160px;
    position: relative;
    display: block;
    margin: 0 auto;
}

.ico-acre {
    width: 300px;
    float: right;
}

.bloque-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: right;
    margin-top: 15px;
}
.bloque-footer ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 10px;
}
.bloque-footer ul li img {
    width: 30px;
    height: 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: 480px) {
    .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: rgba(255, 255, 255, 1);
    padding: 10px;
}
@media (max-width: 768px) {
    .gracias {
        width: 296px;
        height: 233px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }
}
.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: #d3711b;
    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: #d3711b;
    border-radius: 0px;
    right: 0;
    bottom: 0;
    z-index: 37;
    width: 47px;
    height: 47px;
    position: absolute;
}
.gracias 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;
}
.gracias .tit-gracias {
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    font-size: 26px;
    color: rgb(200, 78, 0);
    font-style: normal;
}
.gracias .info-gracias {
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: rgb(34, 34, 34);
    font-style: normal;
    line-height: normal;
    display: block;
}
@media (max-width: 768px) {
    .gracias .info-gracias {
        font-size: 14px;
    }
}

.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: none;
    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: none;
    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: "Raleway", sans-serif;
    font-size: 16px;
    color: rgb(211, 113, 27);
    font-style: normal;
    line-height: 0;
}
.info-investigate span.info2 {
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: rgb(34, 34, 34);
    font-style: normal;
    line-height: 0;
}
.info-investigate span.info3 {
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    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;
    }
}

.bloque-carreras .carrCollapse {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
}

.bloque-carreras .carrCollapse .card {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px !important;
}

.bloque-carreras .card-body {
    padding: 0 !important;
}

.bloque-carreras .carrCollapse .card .card-header h2 {
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    color: #1a242a;
}

.carrCollapse .card {
    border: none;
}
.carrCollapse .card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
}
.carrCollapse button {
    outline: none;
}
.carrCollapse .vermas {
    width: 35px;
    margin-right: 15px;
}
.carrCollapse button.btn {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #1a242a;
    font-style: normal;
    pointer-events: none;
    padding: 10px 20px;
}
.carrCollapse button.btn:hover,
.carrCollapse button.btn:focus,
.carrCollapse button.btn:active {
    text-decoration: none;
}
.carrCollapse .card-body ul {
    margin-bottom: 20px;
}
.carrCollapse .card-body ul li {
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    color: #1b242a;
    cursor: pointer;
    padding: 0px;
    text-indent: 0;
    text-decoration: none;
}
.carrCollapse .card-body ul li:hover {
    color: #e35205;
}

.btn.focus,
.btn:focus {
    box-shadow: 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;
}

.graciasnuevo {
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    color: #1b242a;
}

.graciasnuevo .info {
    width: 70%;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 50px;
}

.graciasnuevo .info h2 {
    font-size: 25px;
}
.graciasnuevo .info h3 {
    font-size: 22px;
}

.visible-desktop {
    display: block;
}
.visible-mobile {
    display: none;
}

.bloque-info {
    padding: 0;
    width: 100%;
    background: #5e5e5e;
    margin: 0;
    border-radius: 0;
    margin-bottom: 3em;
}

.bloque-info .bloque-a {
    color: #ff9900;
    font-family: "Raleway", sans-serif;
    font-size: 1.5em;
}

.bloque-info .bloque-a span {
    color: #f4f2f5;
}

.bloque-info .bloque-b {
    color: #f4f2f5;
    font-size: 20px;
}

.bloque-info .bloque-b span {
    color: #ff9618;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
}

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

/*Fixed Button*/
.fixed-button {
    position: fixed;
    right: -2px;
    top: 250px;
    text-align: right;
    transform: translateY(-50%);
    z-index: 2;
    display: inline-block;
}
.fixed-button .wrapper-int {
    display: inline-block;
}
.fixed-button .wrapper-int ul.wrapper-botones {
    padding: 0px;
    margin: 0;
    min-width: 130px;
}
.fixed-button .wrapper-int ul.wrapper-botones li {
    list-style: none;
    margin: 8px 0px;
    position: relative;
    z-index: 5;
}
.fixed-button .wrapper-int ul.wrapper-botones li a {
    display: table;
    background-color: #000000;
    color: #fff;
    width: 100%;
    border-radius: 45px 0px 0px 45px;
    border: 2px solid #ffff;
}
.fixed-button .wrapper-int ul.wrapper-botones li a .icono {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
    width: 35px;
    padding-left: 12px;
}
.fixed-button
    .wrapper-int
    ul.wrapper-botones
    li
    a
    .icono
    svg.icono-mano-wrapper {
    width: 20px;
    transform: rotate(-27deg);
    transition: 0.3s ease;
}
.fixed-button
    .wrapper-int
    ul.wrapper-botones
    li
    a
    .icono
    svg.icono-mano-wrapper
    path.icono-mano,
.fixed-button
    .wrapper-int
    ul.wrapper-botones
    li
    a
    .icono
    svg.icono-mano-wrapper
    path {
    fill: #fff;
}
.fixed-button .wrapper-int ul.wrapper-botones li a p {
    margin: 0px;
    vertical-align: middle;
    display: table-cell;
    padding: 7px 0px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding-right: 10px;
    font-weight: bold;
}
.fixed-button .wrapper-int ul.wrapper-botones li a:hover {
    background-color: #e65c09 !important;
}
.fixed-button .wrapper-int ul.wrapper-botones li a:hover svg.icono-mano-wrapper,
.fixed-button .wrapper-int ul.wrapper-botones li a:hover .icono img {
    transform: rotate(0deg) scale(1);
}

.fixed-button .wrapper-int ul.wrapper-botones li a .icono img {
    max-width: 100%;
    transform: rotate(-30deg) scale(0.9);
    transition: 0.3s ease;
}
/* IE9, IE10, IE11 */
@media screen and (min-width: 0\0) {
    .fixed-button .wrapper-int ul.wrapper-botones li {
        height: 30px;
    }
    .fixed-button .wrapper-int ul.wrapper-botones li a {
        display: block;
        height: 30px;
        position: relative;
    }
    .fixed-button .wrapper-int ul.wrapper-botones li a .icono {
        display: none;
        position: absolute;
        top: 0px;
    }
    .fixed-button .wrapper-int ul.wrapper-botones li a p {
        display: inline-block;
        width: 135px;
        position: absolute;
        top: 0px;
        z-index: 2;
    }
}
.fixed-button .wrapper-int ul.wrapper-botones li a .icono img {
    max-width: 100%;
    transform: rotate(-30deg) scale(0.9);
    transition: 0.3s ease;
}
.fixed-button .wrapper-int ul.wrapper-botones li a .icono img {
}
.fixed-button .wrapper-int ul.wrapper-botones li a:hover .icono img {
    transform: inherit;
}
@media (max-width: 768px) {
    .fixed-button {
        position: fixed;
        text-align: center;
        right: 0;
    }
    .fixed-button .wrapper-int ul.wrapper-botones li {
        display: inline-block;
        width: auto;
        margin: 0;
    }
    .fixed-button .wrapper-int ul.wrapper-botones li a {
        border: 1px solid #fff;
    }
    .fixed-button .wrapper-int ul.wrapper-botones li a p {
        font-size: 12px;
        padding-right: 11px;
    }
    .fixed-button .wrapper-int ul.wrapper-botones li a .icono {
        width: 29px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .fixed-button
        .wrapper-int
        ul.wrapper-botones
        li
        a
        .icono
        svg.icono-mano-wrapper {
        width: 17px;
    }
    .fixed-button .wrapper-int ul.wrapper-botones {
        /* min-width: 112px; */
    }

    .fixed-button .wrapper-int .mobile .boton {
        background-color: #000;
        width: 62px;
        margin-right: -3px;
        margin-left: auto;
        border-radius: 30px 0px 0px 30px;
        padding: 5px 10px;
        cursor: pointer;
        border: 2px solid #fff;
        transition: 0.3s ease;
    }
    .fixed-button .wrapper-int .mobile .boton path {
        fill: #fff;
    }
    .fixed-button .wrapper-int .mobile .boton svg.icono-mano-wrapper {
        max-width: 27px;
        transform: rotate(-24deg);
    }
    .fixed-button .wrapper-int .mobile .menu-mobile {
        transition: 0.3s ease;
        left: 0%;
        position: relative;
        margin-right: -7px;
    }
    .fixed-button .wrapper-int .mobile .menu-mobile ul {
        padding: 0px;
        list-style: none;
        margin: 0;
        padding-right: 5px;
    }
    .fixed-button .wrapper-int .mobile .menu-mobile ul li {
        width: 100%;
    }
    .fixed-button .wrapper-int .mobile .menu-mobile ul li a {
        background-color: #000;
        color: #fff;
        width: 100%;
        border-radius: 45px 0px 0px 45px;
        border: 2px solid #ffff;
        display: block;
        text-transform: uppercase;
        padding: 4px 15px;
        font-size: 12px;
        margin: 4px 0px;
    }
    .fixed-button .wrapper-int .mobile .menu-mobile ul li a:hover {
        background-color: #e65c09 !important;
    }
    .fixed-button .wrapper-int .mobile .menu-mobile.collapsed {
        position: relative;
        left: 100%;
        transition: 0.3s ease;
    }
    .fixed-button .wrapper-int .mobile .boton.active {
        background-color: #e65c09;
    }
    .fixed-button .wrapper-int .mobile .boton img {
        width: 24px;
    }
}

/**/

@media (max-width: 1024px) {
    .logo-admision {
        width: 350px;
        height: 100px;
    }
    .bloque-info .bloque-a {
        font-size: 26px;
        width: 90%;
        margin-left: 5%;
    }
    .bloque-info .bloque-b {
        font-family: "Raleway", sans-serif;
        font-size: 17px;
        line-height: 25px;
        color: #1b242a;
        width: 100%;
        position: relative;
        display: block;
        margin-left: 0%;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #f4f2f5;
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    .bloque-info .bloque-b {
        width: 90%;
        margin-left: 5%;
    }
    .bloque-carreras .card-body br {
        display: none;
    }
    .ico-udla {
        width: 180px;
    }
    .ico-qs {
        width: 130px;
    }
    .campus.especial {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .bloque-info {
        padding: 10px;
    }
    .bloque-info .bloque-a {
        font-size: 18px;
        line-height: 23px;
        width: 100%;
        margin-left: 0;
    }
    .bloque-info .bloque-b {
        font-size: 18px;
        line-height: 20px;
        width: 100%;
        margin-left: 0%;
        margin-top: 0px;
    }
    .title {
        text-align: center;
        font-size: 16px;
    }

    .box-req .titulo {
        font-size: 16px;
    }
    .box-dc {
        width: 100%;
    }
    .logo-admision {
        width: 180px;
        height: 100px;
    }
    .box-second .titulo-form {
        font-size: 16px;
        padding: 20px 16px;
    }
    .form-group {
        margin-bottom: 5px !important;
    }
    .description {
        min-height: 120px;
        position: relative;
        font-size: 15px;
        line-height: 18px;
        padding: 10px 10px 10px 10px;
    }
    .description span {
        line-height: 35px;
        font-size: 30px;
        margin-top: 20px;
    }
    .ico-udla {
        position: relative;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .ico-qs {
        margin-bottom: 30px;
    }
    .bloque-footer .title-foot {
        text-align: center;
    }
    .bloque-footer ul {
        display: inline-table;
        float: initial;
        width: 100%;
        margin-top: 30px;
    }
    .bloque-footer ul li {
        margin-left: 0px;
        width: 25%;
    }
    .bloque-footer ul li img {
        position: relative;
        display: block;
        margin: 0 auto;
    }
    #accordionExample .btn-link {
        font-size: 14px;
        min-height: 50px;
    }
}
