html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after {
    content: '';
    content: none
}

q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input.parsley-success, select.parsley-success, textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6
}

input.parsley-error, select.parsley-error, textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in
}

.parsley-errors-list.filled {
    opacity: 1
}

.parsley-required {
    color: red;
    text-align: left;
    font-size: 10px
}

form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin: 0 0 5px 0;
    font: normal 14px/20px "Source Sans Pro";
    line-height: 1.428571429;
    color: #979797;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 0;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s
}

form .form-control::-webkit-input-placeholder {
    color: #979797;
    font: normal 14px/20px "Source Sans Pro"
}

form .form-control:-ms-input-placeholder {
    color: #979797;
    font: normal 14px/20px "Source Sans Pro"
}

form .form-control::-ms-input-placeholder {
    color: #979797;
    font: normal 14px/20px "Source Sans Pro"
}

form .form-control::placeholder {
    color: #979797;
    font: normal 14px/20px "Source Sans Pro"
}

form .form-control:focus {
    outline: none
}

form label {
    display: block;
    margin: 15px 0 15px 0;
    font: normal 14px/20px "Source Sans Pro";
    color: #979797;
    text-align: left
}

form label a {
    font: normal 14px/20px "Source Sans Pro";
    color: #979797
}

form .btn {
    width: 100%;
    font-size: 14px !important;
    font-weight: normal;
    padding: 12px 30px
}

.info__header .container {
    padding: 0
}

.info__header p, .info__header h2, .info__header h3 {
    display: block
}

.info__header .short {
    font: normal 1.15vw/1.8vw "Source Sans Pro";
    margin: 0 0 0.8vw 0
}

.info__header .title {
    font: bold 3.3vw/3.9vw "Source Sans Pro";
    margin: 0 0 1.2vw 0
}

.info__header .info {
    font: normal 1.3vw/1.8vw "Source Sans Pro";
    max-width: 680px;
    margin: 0 0 2vw 0
}

.info__header .wrapper__cta {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 0;
    width: 100%
}

.info__header .wrapper__cta .item {
    background: white;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    text-align: center;
    padding: 5vw 1vw;
    overflow: hidden
}

.info__header .wrapper__cta .item:nth-child(1) {
    -ms-grid-column: 1
}

.info__header .wrapper__cta .item:nth-child(2) {
    -ms-grid-column: 2
}

.info__header .wrapper__cta .item:nth-child(3) {
    -ms-grid-column: 3
}

.info__header .wrapper__cta .item:nth-child(4) {
    -ms-grid-column: 4
}

.info__header .wrapper__cta .item div {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.info__header .wrapper__cta .item .front {
    cursor: pointer
}

.info__header .wrapper__cta .item .info {
    font: 300 1.4vw/1.9vw "Source Sans Pro";
    margin: 2vw auto 0
}

.info__header .wrapper__cta .item .back {
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%
}

.info__header .wrapper__cta .item .back .btn {
    text-transform: uppercase;
    padding: 1.2vw 1.5vw;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 25px;
    font-size: 1vw
}

.info__header .wrapper__cta .item .back p {
    color: white
}

.info__header .wrapper__cta .item .wrapper__text {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    left: 50%;
    top: calc(50% - 45px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.info__header .wrapper__cta .item hr {
    width: 150px;
    height: 1px;
    background: white;
    border: 0;
    padding: 0;
    margin: 15px auto
}

.info__header .wrapper__cta .item .big {
    font: bold 2vw/3vw "Source Sans Pro"
}

.info__header .wrapper__cta .item .dates {
    font: bold 1vw/1.5vw "Source Sans Pro"
}

.info__header .wrapper__cta .item .medium {
    font: bold 1.2vw/1.5vw "Source Sans Pro"
}

.info__header .wrapper__cta .item .btn-transparent {
    color: white;
    background: transparent;
    border: 1px solid white
}

.info__header .wrapper__cta .item:hover .back {
    bottom: 0
}

.info__header .wrapper__quotes {
    display: inline-block;
    width: 100%;
    margin: 0 0 0 0
}

.info__header .wrapper__quotes img, .info__header .wrapper__quotes amp-img {
    display: inline-block;
    margin: -15vw 0 -0.285em 0;
    vertical-align: top;
    width: 100%;
    z-index: -1;
    max-width: 65%
}

.info__header .wrapper__quotes .quote {
    display: inline-block;
    margin: 0 0 0 -0.285em;
    padding: 7vw 3vw;
    max-width: 35%;
    letter-spacing: 2px;
    font: bold 2.5vw/3.5vw "Source Sans Pro";
    color: white
}

.advantage {
    background-color: white
}

.advantage .title {
    font: bold 36px/36px "Source Sans Pro";
    display: inline-block;
    color: black;
    margin: 30px 65px
}

.advantage .wrapper__advantage {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr
}

.advantage .wrapper__advantage .item {
    border: 1px solid #F2F2F2;
    background: white;
    padding: 2vw 3.7vw 3.4vw 3.7vw;
    position: relative
}

.advantage .wrapper__advantage .item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1
}

.advantage .wrapper__advantage .item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1
}

.advantage .wrapper__advantage .item:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1
}

.advantage .wrapper__advantage .item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 2
}

.advantage .wrapper__advantage .item:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-row: 2
}

.advantage .wrapper__advantage .item:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 2
}

.advantage .wrapper__advantage .item:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 3
}

.advantage .wrapper__advantage .item:nth-child(8) {
    -ms-grid-column: 2;
    -ms-grid-row: 3
}

.advantage .wrapper__advantage .item:nth-child(9) {
    -ms-grid-column: 3;
    -ms-grid-row: 3
}

.advantage .wrapper__advantage .item svg {
    position: absolute;
    top: 2.6vw;
    left: 4vw;
    width: 48px
}

.advantage .wrapper__advantage .item .big {
    display: block;
    width: 100%;
    text-align: center;
    font: bold 13.4vw/13vw "Source Sans Pro";
    letter-spacing: -10px;
    color: black;
    opacity: 0.08;
    white-space: nowrap
}

.advantage .wrapper__advantage .item .big i {
    font-size: 2.6vw;
    line-height: 0;
    margin: 0 0 0 -2.6vw
}

.advantage .wrapper__advantage .item .text {
    display: block;
    max-width: 260px;
    margin: -40px 0 20px 0;
    font: bold 16px/16px "Source Sans Pro";
    text-transform: uppercase;
    color: black
}

.advantage .wrapper__advantage .item .info {
    display: block;
    max-width: 260px;
    font: normal 18px/26px "Source Sans Pro";
    color: black
}

.advantage .wrapper__advantage .item .ico {
    position: absolute;
    right: 30px;
    top: 60px;
    display: none
}

.dropdown {
    background: white
}

.dropdown .item {
    position: relative;
    overflow: hidden
}

.dropdown .item .main__title {
	display: block;
	position: relative;
	border-bottom: 1px solid #d7d7d7;
	margin: 0 0 1px 0;
	padding: 2vw 100px 2vw 11.5vw;
	font: normal 36px/36px "Source Sans Pro";
	cursor: pointer;
	word-break: break-word;
}

.dropdown .item .main__title .ico {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px;
    border-left: 1px solid #d7d7d7
}

.dropdown .item .main__title .ico svg {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.dropdown .item section[expanded] .main__title .ico svg {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.dropdown .item.active .content {
    padding: 100px 80px;
    overflow: hidden;
    max-height: 3000px;
    height: auto;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.dropdown .item.active .main__title .ico svg {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.dropdown .item .content {
    position: relative;
    z-index: 2;
    background: #fafafa;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 8vw 1fr;
    grid-column-gap: 8vw;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-top: 0;
    max-height: 0;
    height: 0;
    opacity: 0;
    padding: 0;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.dropdown .item ul {
    margin: 0 0 35px 0
}

.dropdown .item ul:nth-child(2) {
    -ms-grid-column: 3
}

.dropdown .item ul li {
    font: normal 18px/26px "Source Sans Pro";
    margin: 0 0 15px 0;
    display: block
}

.dropdown .item ul li strong {
    font-weight: bold
}

.dropdown .item p {
    font: normal 18px/26px "Source Sans Pro";
    margin: 0 0 35px 0;
    display: inline-block
}
.dropdown .item p a {
	color: #1C2E36;
	text-decoration: underline;
}
.dropdown .item p:nth-child(1) {
    -ms-grid-column: 1
}

.dropdown .item p:nth-child(2) {
    -ms-grid-column: 3
}

.dropdown .item p:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2
}

.dropdown .item p:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 2
}

.dropdown .item p strong { /*display:block;*/
    margin: 0 0 35px 0;
    font-weight: bold
}

.dropdown .item .amp-content {
    padding: 20px
}

.related-studies {
    background: white
}

.related-studies .main__title {
    font: bold 36px/36px "Source Sans Pro";
    display: inline-block;
    color: black;
    margin: 30px 65px
}

.related-studies .wrapper__related {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr
}

.related-studies .wrapper__related .item {
	padding: 120px 30px;
	position: relative;
	cursor: pointer;
}

.related-studies .wrapper__related .item:nth-child(1) {
    -ms-grid-column: 1
}

.related-studies .wrapper__related .item:nth-child(2) {
    -ms-grid-column: 2
}

.related-studies .wrapper__related .item:nth-child(3) {
    -ms-grid-column: 3
}

.related-studies .wrapper__related .item .ico {
    position: absolute;
    right: 30px;
    top: 30px
}

.related-studies .wrapper__related .item .desc {
    font: normal 16px/16px "Source Sans Pro";
    color: white;
    position: absolute
}

.related-studies .wrapper__related .item .desc.top {
    top: 30px
}

.related-studies .wrapper__related .item .desc.bottom {
    bottom: 30px
}

.related-studies .wrapper__related .item .desc.left {
    left: 30px
}

.related-studies .wrapper__related .item .desc.right {
    right: 30px
}

.related-studies .wrapper__related .item .desc {
    font: normal 16px/16px "Source Sans Pro";
    color: white
}

.related-studies .wrapper__related .item .title {
    display: block;
    font: bold 36px/36px "Source Sans Pro";
    color: white;
    max-width: 450px
}

.related-studies .wrapper__related .item.master {
    background-color: #53565A
}

.related-studies .wrapper__related .item.master .ico.points span, .related-studies .wrapper__related .item.master .ico.points:after, .related-studies .wrapper__related .item.master .ico.points:before {
    background: white
}

.related-studies .wrapper__related .item.grado {
    background-color: #FFB81C
}

.related-studies .wrapper__related .item.grado .ico.points span, .related-studies .wrapper__related .item.grado .ico.points:after, .related-studies .wrapper__related .item.grado .ico.points:before {
    background: #53565A
}

.related-studies .wrapper__related .item.doctorado {
    background-color: #53565A
}

.related-studies .wrapper__related .item.doctorado .ico.points span, .related-studies .wrapper__related .item.doctorado .ico.points:after, .related-studies .wrapper__related .item.doctorado .ico.points:before {
    background: white
}

.campus-life .wrapper__overlay {
    position: relative;
    overflow: hidden
}

.campus-life .wrapper__overlay > img {
    width: auto;
    max-width: 100%;
    min-width: 1380px;
    position: relative;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    left: 50%
}

.campus-life .overlay {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 170px 1fr 80px;
    -ms-grid-columns: 1fr 7vw 1fr;
    grid-column-gap: 7vw;
    grid-row-gap: 20px;
    padding: 2vw 8vw 7vw 4vw;
    max-width: 1200px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 7.5vw;
    background: rgba(242, 242, 242, 0.9)
}

.campus-life .overlay img {
    max-height: 204px;
    max-width: 400px;
    grid-column: 1;
    grid-row: 1
}

.campus-life .overlay .wrapper__title {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2
}

.campus-life .overlay:after {
    content: "";
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 31px;
    border-top-width: 31px;
    border-left: 25px solid rgba(242, 242, 242, 0.9)
}

.campus-life .overlay .title {
    font: bold 64px/74px "Source Sans Pro";
    color: black;
    display: block;
    margin: 0 0 5px 0
}

.campus-life .overlay .address {
    display: block;
    font: normal 18px/26px "Source Sans Pro";
    color: black;
    margin: 0 0 60px 0
}

.campus-life .overlay .btn-accent {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
    padding: 30px 100px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #115E67;
    border: 1px solid #115E67
}

.campus-life .overlay .info__text {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
    font: normal 18px/26px "Source Sans Pro";
    color: black
}

.campus-life .wrapper__campus {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr
}

.campus-life .wrapper__campus .item {
    background: white;
    padding: 3vw 4vw;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #F2F2F2;
    cursor: pointer;
}

.campus-life .wrapper__campus .item:nth-child(1) {
    -ms-grid-column: 1
}

.campus-life .wrapper__campus .item:nth-child(2) {
    -ms-grid-column: 2
}

.campus-life .wrapper__campus .item:nth-child(3) {
    -ms-grid-column: 3
}

.campus-life .wrapper__campus .item a, .campus-life .wrapper__campus .item p {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.campus-life .wrapper__campus .item .ico {
    position: absolute;
    right: 2vw;
    top: 3vw
}

.campus-life .wrapper__campus .item .title {
    font: bold 16px/16px "Source Sans Pro";
    display: block;
    margin: 35px 0 60px 0;
    color: black
}

.campus-life .wrapper__campus .item .text {
    font: normal 18px/26px "Source Sans Pro";
    color: black
}

.campus-life .wrapper__campus .item:hover {
    background: #53565A
}

.campus-life .wrapper__campus .item:hover .text, .campus-life .wrapper__campus .item:hover .title {
    color: white
}

.campus-life .wrapper__campus .item:hover .ico.points span, .campus-life .wrapper__campus .item:hover .ico.points:after, .campus-life .wrapper__campus .item:hover .ico.points:before {
    background: white
}

.practices .wrapper__practices {
    background: white;
    display: inline-block;
    width: 100%;
    margin: 55px 0 0 0;
    padding: 0 0 20px 75px
}

.practices .wrapper__practices .info {
    display: inline-block;
    margin: 0 -0.285em 0 0;
    max-width: 420px
}

.practices .wrapper__practices .title {
    font: bold 36px/42px "Source Sans Pro";
    color: black;
    display: block;
    margin: 60px 0 125px 0
}

.practices .wrapper__practices ul {
    display: block;
    margin: 0 0 0 35px
}

.practices .wrapper__practices ul li {
    display: block;
    padding: 0 0 0 35px;
    margin: 0 0 40px 0;
    position: relative;
    font: bold 24px/34px "Source Sans Pro";
    color: black
}

.practices .wrapper__practices ul li:after {
    content: ">";
    font: bold 22px/36px "Source Sans Pro";
    position: absolute;
    left: 0;
    top: 0
}

.practices .wrapper__practices .btn-accent {
    padding: 30px 100px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.practices .wrapper__practices .wrapper__testymony {
    display: inline-block;
    vertical-align: top;
    margin: 0 -0.285em 0 0;
    width: calc(100% - 420px)
}

.practices .wrapper__practices .testimony {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-gap: 3px
}

.practices .wrapper__practices .testimony.double {
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 3px 1fr;
    grid-gap: 3px
}

.practices .wrapper__practices .testimony .item {
    display: block;
    overflow: hidden
}

.practices .wrapper__practices .testimony .item:nth-child(1) {
    -ms-grid-column: 1
}

.practices .wrapper__practices .testimony .item:nth-child(2) {
    -ms-grid-column: 3
}

.practices .wrapper__practices .testimony .item > img {
    max-width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.practices .wrapper__practices .testimony .item > amp-img {
    max-width: 100%;
    position: relative
}

.practices .wrapper__practices .testimony .item:first-child {
    margin: -55px 0 0 0
}

.practices .wrapper__practices .testimony .item a {
    display: block;
    margin: 20px 0 10px 20px;
    color: black;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.practices .wrapper__practices .testimony .item p {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    max-width: 310px;
    margin: 0 0 0 20px;
    font: normal 22px/34px "Source Sans Pro"
}

.practices .wrapper__practices .testimony .item p strong {
    font-weight: bold;
    display: block
}

.practices .wrapper__practices .testimony .item .slider__company {
    padding: 20px
}

.practices .wrapper__practices .testimony .item .slider__company img {
    width: auto;
    max-height: 60px;
    margin: 40px 0 0 20px
}

.practices .wrapper__practices .testimony .item .slider__company p {
    max-width: 100%;
    font: normal 18px/26px "Source Sans Pro";
    font-style: italic
}

.practices .wrapper__practices .testimony .item .slider__company p.title {
    font: bold 16px/16px "Source Sans Pro";
    margin: 20px 20px
}

.testimony .wrapper__testimony {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 65% 30%;
    -ms-grid-columns: 65% 70px 30%;
    grid-gap: 70px;
    max-width: 1440px;
    margin: 0 auto 60px;
    padding: 20px 50px 0 0;
    width: 100%;
    background: white
}

.testimony .wrapper__testimony .images__testimony {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    -ms-grid-column: 1;
    grid-gap: 2px;
    vertical-align: top;
    width: calc(100% + 120px);
    margin: 0 0 -60px -120px
}

.testimony .wrapper__testimony .images__testimony img {
    display: block;
    margin: 0;
    width: 100%
}

.testimony .wrapper__testimony .images__testimony img:nth-child(1) {
    -ms-grid-column: 1
}

.testimony .wrapper__testimony .images__testimony img:nth-child(2) {
    -ms-grid-column: 2
}

.testimony .wrapper__testimony .images__testimony img:nth-child(3) {
    -ms-grid-column: 3
}

.testimony .wrapper__testimony .images__testimony img:last-child {
    margin: 0
}

.testimony .wrapper__testimony .info__testimony {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    -ms-grid-column: 3;
    margin: 0 0 -0.285em 0
}

.testimony .wrapper__testimony .info__testimony .title {
    font: bold 36px/36px "Source Sans Pro";
    display: block;
    margin: 0 0 35px 0
}

.testimony .wrapper__testimony .info__testimony .text {
    font: normal 18px/26px "Source Sans Pro";
    display: block;
    margin: 0 0 45px 0;
    max-width: 320px
}

.testimony .wrapper__testimony .info__testimony hr {
    height: 1px;
    max-width: 360px;
    border: 0;
    padding: 0;
    margin: 0 0 50px 0;
    background: rgba(0, 0, 0, 0.1)
}

.testimony .wrapper__testimony .slider__testimony {
    display: block;
    overflow: hidden
}

.testimony .wrapper__testimony .slider__testimony .item {
    display: block;
    padding: 0 0 0 85px;
    position: relative;
    max-width: 365px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.testimony .wrapper__testimony .slider__testimony .item .thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
    height: 60px
}

.testimony .wrapper__testimony .slider__testimony .item .thumbnail img {
    display: block
}

.testimony .wrapper__testimony .slider__testimony .item .title {
    font: bold 16px/16px "Source Sans Pro";
    margin: 0
}

.testimony .wrapper__testimony .slider__testimony .item .desc {
    font: normal 12px/22px "Source Sans Pro";
    letter-spacing: 2px;
    margin: 0 0 15px 0
}

.testimony .wrapper__testimony .slider__testimony .item .text {
    font: normal 18px/26px "Source Sans Pro";
    font-style: italic
}

.reserch {
    position: relative
}

.reserch .info__slider {
    display: block;
    padding: 70px 60px;
    background: rgba(242, 242, 242, 0.9);
    max-width: 740px;
    position: absolute;
    left: 8vw;
    top: 5vw;
    z-index: 9
}

.reserch .info__slider .main__title {
    display: block;
    font: bold 64px/74px "Source Sans Pro"
}

.reserch .info__slider .desc {
    display: block;
    font: normal 18px/26px "Source Sans Pro";
    margin: 25px 0
}

.reserch .info__slider ul {
    display: block;
    margin: 0
}

.reserch .info__slider ul li {
    display: block;
    padding: 0 0 0 35px;
    margin: 0 0 5px 0;
    position: relative;
    font: normal 18px/26px "Source Sans Pro";
    color: black
}

.reserch .info__slider ul li a {
    font: normal 18px/26px "Source Sans Pro";
    color: black
}

.reserch .info__slider ul li:after {
    content: ">";
    font: bold 22px/26px "Source Sans Pro";
    position: absolute;
    left: 0;
    top: 0
}

.reserch .info__slider .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.reserch .info__slider .owl-nav button {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 -0.285em 0 0;
    background: white;
    border: 0
}

.reserch .info__slider .owl-nav button.owl-prev svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.reserch .info__slider .owl-nav button.owl-prev:hover svg {
    -webkit-transform: rotate(90deg) scale(1.2);
    transform: rotate(90deg) scale(1.2)
}

.reserch .info__slider .owl-nav button.owl-next svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.reserch .info__slider .owl-nav button.owl-next:hover svg {
    -webkit-transform: rotate(-90deg) scale(1.2);
    transform: rotate(-90deg) scale(1.2)
}

.reserch .info__slider .owl-nav button svg {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.reserch .reserch__slider {
    width: 100%;
    position: relative
}

.reserch .reserch__slider .item {
    position: relative;
    overflow: hidden;
    max-height: 800px
}

.reserch .reserch__slider .item img {
    min-width: 1540px
}

.reserch .reserch__slider .item .info__item {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 800px;
    max-width: 40vw;
    padding: 0;
    background-color: #F2F2F2
}

.reserch .reserch__slider .item .info__item .wrapper__info__item {
    padding: 7vw 4vw 7vw 4vw;
    position: relative;
    overflow-y: scroll;
    max-height: 800px;
    max-width: 35vw
}

.reserch .reserch__slider .item .info__item:after {
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    content: ' ';
    z-index: 2;
    border-right: 45px solid #F2F2F2;
    border-bottom: 30px solid transparent;
    border-top: 30px solid transparent
}

.reserch .reserch__slider .item .info__item .title {
    display: block;
    font: bold 64px/74px "Source Sans Pro";
    margin: 0 0 15px 0
}

.reserch .reserch__slider .item .info__item .info {
    display: block;
    font: bold 16px/26px "Source Sans Pro";
    margin: 0 0 50px 0
}

.reserch .reserch__slider .item .info__item .text {
    display: block;
    font: normal 18px/26px "Source Sans Pro";
    margin: 0 0 50px 0
}

.reserch .reserch__slider .item .info__item ul {
    display: block;
    margin: 0 0 50px 0
}

.reserch .reserch__slider .item .info__item ul.small li {
    vertical-align: top;
    display: inline-block;
    max-width: 40%;
    margin: 0 0 0 20px
}

.reserch .reserch__slider .item .info__item li {
    display: block;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
    position: relative;
    color: white;
    font: normal 18px/26px "Source Sans Pro"
}

.reserch .reserch__slider .item .info__item li:after {
    content: ">";
    font: bold 22px/26px "Source Sans Pro";
    position: absolute;
    left: 0;
    top: 0
}

.reserch .reserch__slider .item .info__item .btn-white {
    padding: 30px 50px;
    font-size: 16px;
    display: block;
    color: black;
    background-color: white;
    border-color: white
}

.presentation .wrapper__bg__present {
    display: block;
    max-width: 1440px;
    background: white;
    padding: 2.5vw 2vw 3vw 8vw;
    margin: 0 auto
}

.presentation .wrapper__bg__present .info {
    display: inline-block;
    width: calc(100% - 640px)
}

.presentation .wrapper__bg__present .title {
    display: inline-block;
    margin: 0 0 55px 0;
    font: bold 36px/45px "Source Sans Pro"
}

.presentation .wrapper__bg__present .desc {
    display: inline-block;
    margin: 0 0 25px 0;
    font: normal 18px/26px "Source Sans Pro"
}
.presentation .wrapper__bg__present .desc a {
	color: #1C2E36;
	text-decoration: underline;
}
.presentation .wrapper__bg__present .desc strong {
    font-weight: bold
}

.presentation .wrapper__bg__present i {
    font-style: italic
}

.presentation .wrapper__bg__present blockquote {
    float: left;
    display: inline-block;
    margin: 1.6vw 5.2vw 3.4vw -5.2vw;
    max-width: 230px;
    font: bold 28px/38px "Source Sans Pro"
}

.presentation .wrapper__bg__present blockquote + .desc {
    display: inline
}

.presentation .wrapper__bg__present .btn {
    display: inline-block;
    margin: 50px 0px 0 70px
}

.presentation .wrapper__bg__present .slider__presentation, .presentation .wrapper__bg__present amp-carousel {
    display: inline-block;
    float: right;
    margin: 0 -160px 0 0;
    max-width: 770px;
    width: 100%
}

.presentation .wrapper__bg__present .slider__presentation .item-video .owl-video-play-icon, .presentation .wrapper__bg__present amp-carousel .item-video .owl-video-play-icon {
    background: url("../images/common/owl.video.play.png") no-repeat center
}

.presentation .wrapper__bg__present .slider__presentation .item, .presentation .wrapper__bg__present .slider__presentation .item-video, .presentation .wrapper__bg__present .slider__presentation amp-img, .presentation .wrapper__bg__present amp-carousel .item, .presentation .wrapper__bg__present amp-carousel .item-video, .presentation .wrapper__bg__present amp-carousel amp-img {
    height: 660px
}

.presentation .wrapper__bg__present .slider__presentation .owl-nav, .presentation .wrapper__bg__present amp-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.presentation .wrapper__bg__present .slider__presentation .owl-nav button, .presentation .wrapper__bg__present amp-carousel .owl-nav button {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin: 0 -0.285em 0 0;
    background: white;
    border: 0;
    border-radius: 0
}

.presentation .wrapper__bg__present .slider__presentation .owl-nav button span, .presentation .wrapper__bg__present amp-carousel .owl-nav button span {
    text-indent: -9999px;
    display: block;
    background: url("../images/common/arrow_down.svg") no-repeat center
}

.presentation .wrapper__bg__present .slider__presentation .owl-nav button.owl-prev span, .presentation .wrapper__bg__present amp-carousel .owl-nav button.owl-prev span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.presentation .wrapper__bg__present .slider__presentation .owl-nav button.owl-prev:hover span, .presentation .wrapper__bg__present amp-carousel .owl-nav button.owl-prev:hover span {
    -webkit-transform: rotate(90deg) scale(1.2);
    transform: rotate(90deg) scale(1.2)
}

.presentation .wrapper__bg__present .slider__presentation .owl-nav button.owl-next span, .presentation .wrapper__bg__present amp-carousel .owl-nav button.owl-next span {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.presentation .wrapper__bg__present .slider__presentation .owl-nav button.owl-next:hover span, .presentation .wrapper__bg__present amp-carousel .owl-nav button.owl-next:hover span {
    -webkit-transform: rotate(-90deg) scale(1.2);
    transform: rotate(-90deg) scale(1.2)
}

.presentation .wrapper__bg__present .slider__presentation .owl-nav button span, .presentation .wrapper__bg__present amp-carousel .owl-nav button span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.study-plan {
    background: white;
    overflow: hidden
}

.study-plan .main__title {
    font: bold 1.9vw/1.9vw "Source Sans Pro";
    display: block;
    padding: 35px 65px
}

.study-plan .slide__nav {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2
}

.study-plan .owl-nav {
    display: inline-block;
    margin: 0;
    padding: 45px 60px;
    background: white;
    border: 0
}

.study-plan .owl-nav.owl-prev {
    -ms-grid-column: 1
}

.study-plan .owl-nav.owl-prev svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.study-plan .owl-nav.owl-prev:hover svg {
    -webkit-transform: rotate(90deg) scale(1.2);
    transform: rotate(90deg) scale(1.2)
}

.study-plan .owl-nav.owl-next {
    -ms-grid-column: 12
}

.study-plan .owl-nav.owl-next svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.study-plan .owl-nav.owl-next:hover svg {
    -webkit-transform: rotate(-90deg) scale(1.2);
    transform: rotate(-90deg) scale(1.2)
}

.study-plan .owl-nav svg {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.study-plan .title__area {
    grid-column: 2 / span 10;
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    font: normal 1.5vw/1.9vw "Source Sans Pro";
    text-align: center;
    padding: 40px;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2
}

.study-plan .slider__study {
    display: inline-block;
    width: 100%
}

.study-plan .wrapper__teachers {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    background: #F2F2F2;
    grid-gap: 1px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.study-plan .teacher {
    text-align: center;
    padding: 3vw;
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    overflow: hidden
}

.study-plan .teacher:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1
}

.study-plan .teacher:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1
}

.study-plan .teacher:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1
}

.study-plan .teacher:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1
}

.study-plan .teacher:nth-child(5) {
    -ms-grid-column: 5;
    -ms-grid-row: 1
}

.study-plan .teacher:nth-child(6) {
    -ms-grid-column: 6;
    -ms-grid-row: 1
}

.study-plan .teacher:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 2
}

.study-plan .teacher:nth-child(8) {
    -ms-grid-column: 2;
    -ms-grid-row: 2
}

.study-plan .teacher:nth-child(9) {
    -ms-grid-column: 3;
    -ms-grid-row: 2
}

.study-plan .teacher:nth-child(10) {
    -ms-grid-column: 4;
    -ms-grid-row: 2
}

.study-plan .teacher:nth-child(11) {
    -ms-grid-column: 5;
    -ms-grid-row: 2
}

.study-plan .teacher:nth-child(12) {
    -ms-grid-column: 6;
    -ms-grid-row: 2
}

.study-plan .teacher:nth-child(13) {
    -ms-grid-column: 1;
    -ms-grid-row: 3
}

.study-plan .teacher:nth-child(14) {
    -ms-grid-column: 2;
    -ms-grid-row: 3
}

.study-plan .teacher:nth-child(15) {
    -ms-grid-column: 3;
    -ms-grid-row: 3
}

.study-plan .teacher:nth-child(16) {
    -ms-grid-column: 4;
    -ms-grid-row: 3
}

.study-plan .teacher:nth-child(17) {
    -ms-grid-column: 5;
    -ms-grid-row: 3
}

.study-plan .teacher:nth-child(18) {
    -ms-grid-column: 6;
    -ms-grid-row: 3
}

.study-plan .teacher:nth-child(19) {
    -ms-grid-column: 1;
    -ms-grid-row: 4
}

.study-plan .teacher:nth-child(20) {
    -ms-grid-column: 2;
    -ms-grid-row: 4
}

.study-plan .teacher:nth-child(21) {
    -ms-grid-column: 3;
    -ms-grid-row: 4
}

.study-plan .teacher:nth-child(22) {
    -ms-grid-column: 4;
    -ms-grid-row: 4
}

.study-plan .teacher:nth-child(23) {
    -ms-grid-column: 5;
    -ms-grid-row: 4
}

.study-plan .teacher:nth-child(24) {
    -ms-grid-column: 6;
    -ms-grid-row: 4
}

.study-plan .teacher:nth-child(25) {
    -ms-grid-column: 1;
    -ms-grid-row: 5
}

.study-plan .teacher:nth-child(26) {
    -ms-grid-column: 2;
    -ms-grid-row: 5
}

.study-plan .teacher:nth-child(27) {
    -ms-grid-column: 3;
    -ms-grid-row: 5
}

.study-plan .teacher:nth-child(28) {
    -ms-grid-column: 4;
    -ms-grid-row: 5
}

.study-plan .teacher:nth-child(29) {
    -ms-grid-column: 5;
    -ms-grid-row: 5
}

.study-plan .teacher:nth-child(30) {
    -ms-grid-column: 6;
    -ms-grid-row: 5
}

.study-plan .teacher.hasico {
    cursor: pointer
}

.study-plan .teacher.hasico:hover {
    padding: 25px 60px 95px 60px;
    background: grey
}

.study-plan .teacher.hasico:hover .ico {
    display: block;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.study-plan .teacher .ico {
    position: absolute;
    left: 50%;
    bottom: 15px;
    -webkit-transform: translate(-50%, 200px);
    transform: translate(-50%, 200px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.study-plan .teacher .image {
    display: inline-block;
    width: 6vw;
    height: 6vw;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background: #F2F2F2;
    margin: 0 0 20px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.study-plan .teacher .image img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 300px;
    min-width: 136px
}

.study-plan .teacher .image amp-img img {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    max-width: 300px;
    min-width: 121px
}

.study-plan .teacher .image p {
    font: bold 96px/120px "Source Sans Pro";
    color: rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase
}

.study-plan .teacher p {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.study-plan .teacher .name {
    font: bold 0.9vw/0.9vw "Source Sans Pro";
    display: block;
    margin: 0 0 10px 0
}

.study-plan .teacher .text {
    font: 300 0.9vw/0.9vw "Source Sans Pro";
    display: block
}

.study-plan .wrapper__agendas .temary {
    position: relative;
    overflow: hidden
}

.study-plan .wrapper__agendas .temary .main__title {
    display: block;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
    margin: 0;
    padding: 2vw 7vw 2vw 2vw;
    font: normal 1.9vw/1.9vw "Source Sans Pro";
    cursor: pointer;
    z-index: 3;
    -webkit-box-shadow: 1px 2px 14px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 14px 6px rgba(0, 0, 0, 0.1)
}

.study-plan .wrapper__agendas .temary .main__title .ico {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px;
    width: 120px;
    border-left: 1px solid #d7d7d7
}

.study-plan .wrapper__agendas .temary .main__title .ico svg {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.study-plan .wrapper__agendas .temary section[expanded] .main__title .ico svg {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.study-plan .wrapper__agendas .temary.active .content {
    padding: 3vw 4vw;
    overflow: hidden;
    max-height: initial;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    height: auto
}

.study-plan .wrapper__agendas .temary.active .main__title .ico svg {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.study-plan .wrapper__agendas .temary .content {
    position: relative;
    z-index: 2;
    background: white;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 8vw 1fr;
    grid-column-gap: 8vw;
    grid-row-gap: 30px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-top: 0;
    max-height: 0;
    height: 0;
    opacity: 0;
    padding: 0;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.study-plan .wrapper__agendas .temary .amp-content {
    padding: 65px 20px
}

.study-plan .wrapper__agendas .temary p {
    font: normal 18px/26px "Source Sans Pro";
    margin: 0 0 35px 0;
    display: inline-block
}

.study-plan .wrapper__agendas .temary p strong {
    display: block;
    margin: 0 0 35px 0;
    font-weight: bold
}

.study-plan .wrapper__agendas .temary table {
    margin: 0 0 40px 0
}

.study-plan .wrapper__agendas .temary table:nth-child(1) {
    -ms-grid-column: 1
}

.study-plan .wrapper__agendas .temary table:nth-child(2) {
    grid-column: 2 / 1;
    -ms-grid-column: 1;
    -ms-grid-row: 2
}

.study-plan .wrapper__agendas .temary table:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 2
}

.study-plan .wrapper__agendas .temary table:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 3
}

.study-plan .wrapper__agendas .temary table:nth-child(5) {
    -ms-grid-column: 3;
    -ms-grid-row: 3
}
.study-plan .wrapper__agendas .temary table:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-row: 4
}

.study-plan .wrapper__agendas .temary table:nth-child(7) {
    -ms-grid-column: 3;
    -ms-grid-row: 4
}
.study-plan .wrapper__agendas .temary table:nth-child(8) {
    -ms-grid-column: 1;
    -ms-grid-row: 5
}

.study-plan .wrapper__agendas .temary table:nth-child(9) {
    -ms-grid-column: 3;
    -ms-grid-row: 5
}

.study-plan .wrapper__agendas .temary table:nth-child(10) {
    -ms-grid-column: 1;
    -ms-grid-row: 6
}

.study-plan .wrapper__agendas .temary table:nth-child(11) {
    -ms-grid-column: 3;
    -ms-grid-row: 6
}

.study-plan .wrapper__agendas .temary table:nth-child(12) {
    -ms-grid-column: 1;
    -ms-grid-row: 7
}

.study-plan .wrapper__agendas .temary table:nth-child(13) {
    -ms-grid-column: 3;
    -ms-grid-row: 7
}

.study-plan .wrapper__agendas .temary table:nth-child(14) {
    -ms-grid-column: 1;
    -ms-grid-row: 8
}

.study-plan .wrapper__agendas .temary table:nth-child(15) {
    -ms-grid-column: 3;
    -ms-grid-row: 8
}

.study-plan .wrapper__agendas .temary table thead th {
    padding: 0 0 15px 0;
    text-align: left;
    font: bold 16px/16px "Source Sans Pro"
}

.study-plan .wrapper__agendas .temary table td {
    padding: 0 0 5px 0;
    vertical-align: middle;
    font: normal 14px/22px "Source Sans Pro"
}

.study-plan .wrapper__agendas .temary table td:first-child {
    min-width: 100px
}

.study-plan .wrapper__agendas .temary table td:nth-child(2) {
    font: normal 14px/22px "Source Sans Pro";
    font-style: italic
}

.study-plan .wrapper__agendas .temary table td:nth-child(2) strong {
    font-style: normal
}

.study-plan .wrapper__agendas .temary table td strong {
    font-weight: bold
}

.study-plan .wrapper__agendas .temary table td:nth-child(4) {
    min-width: 60px
}

.professional-outings .slider__pro .item {
    position: relative
}

.professional-outings .slider__pro .item img, .professional-outings .slider__pro .item amp-img {
    display: inline-block;
    vertical-align: middle;
    max-width: 25vw;
    margin: 0 0 -3.5vw 11vw;
    width: auto
}

.professional-outings .slider__pro .item .title {
    display: inline-block;
    vertical-align: middle;
    font: bold 3.3vw/4vw "Source Sans Pro";
    max-width: 35vw
}

.professional-outings .slider__pro .item .teacher {
    position: absolute;
    left: 3vw;
    bottom: 20px;
    font: normal 22px/34px "Source Sans Pro"
}

.professional-outings .slider__pro .item .teacher strong {
    font-weight: bold;
    display: block
}

.professional-outings .wrapper__outings {
    display: inline-block
}

.professional-outings .wrapper__outings .owl-nav {
    position: absolute;
    right: 0;
    top: -130px;
    overflow: hidden
}

.professional-outings .wrapper__outings .owl-nav button {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin: 0 -0.285em 0 0;
    background: white;
    border: 0;
    border-radius: 0
}

.professional-outings .wrapper__outings .owl-nav button span {
    text-indent: -9999px;
    display: block;
    background: url("../images/common/arrow_down.svg") no-repeat center
}

.professional-outings .wrapper__outings .owl-nav button.owl-prev span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.professional-outings .wrapper__outings .owl-nav button.owl-prev:hover span {
    -webkit-transform: rotate(90deg) scale(1.2);
    transform: rotate(90deg) scale(1.2)
}

.professional-outings .wrapper__outings .owl-nav button.owl-next span {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.professional-outings .wrapper__outings .owl-nav button.owl-next:hover span {
    -webkit-transform: rotate(-90deg) scale(1.2);
    transform: rotate(-90deg) scale(1.2)
}

.professional-outings .wrapper__outings .owl-nav button span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.professional-outings .wrapper__outings .owl-dots {
    margin: 20px 0 !important
}

.professional-outings .wrapper__outings .owl-dots .owl-dot span {
    width: 20px;
    height: 20px
}

.professional-outings .wrapper__outings .item {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    padding: 4.5vw;
    display: block;
    min-height: 18vw
}

.professional-outings .wrapper__outings .item:after {
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    bottom: -100%;
    z-index: 1
}

.professional-outings .wrapper__outings .item p {
    width: calc(100% - 9vw);
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
    font: bold 1.7vw/1.9vw "Source Sans Pro";
    text-align: center;
    word-wrap: break-word
}

.professional-outings .wrapper__outings .item:hover {
    background: url("../images/modulo_salidas_pro/img_bg_module.jpg") no-repeat center 0;
    background-size: cover
}

.professional-outings .wrapper__outings .item:hover:after {
    top: 0;
    bottom: 0
}

.infoadmision {
    background: white
}

.infoadmision .main__title {
    font: bold 1.9vw/1.9vw "Source Sans Pro";
    padding: 1.9vw 3.8vw
}

.infoadmision .wrapper__infoadmin {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-columns: 1fr 1px 1fr 1px 1fr;
    -ms-grid-rows: 1fr 1px 1fr;
    grid-gap: 1px;
    background: white;
    position: relative;
    overflow: hidden
}

.infoadmision .wrapper__infoadmin.active .item {
    opacity: 0.4
}

.infoadmision .wrapper__infoadmin.active .item.active {
    opacity: 1
}

.infoadmision .wrapper__infoadmin input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0
}

.infoadmision .wrapper__infoadmin input[type=radio]:checked + .content {
    left: 100%
}

.infoadmision .wrapper__infoadmin input[type=radio]:checked + .content:after {
    opacity: 1;
    left: 0
}

.infoadmision .wrapper__infoadmin input[type=radio]:checked + .content.right {
    left: inherit;
    right: 100%
}

.infoadmision .wrapper__infoadmin input[type=radio]:checked + .content.right:after {
    left: inherit;
    right: 0
}

.infoadmision .wrapper__infoadmin .content {
    padding: 40px 0;
    background: #F2F2F2;
    position: absolute;
    left: 100vw;
    z-index: 9;
    width: calc(100% + 2px);
    height: calc(200% + 1px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.infoadmision .wrapper__infoadmin .content.top {
    top: 0
}

.infoadmision .wrapper__infoadmin .content.top:after {
    top: 25%
}

.infoadmision .wrapper__infoadmin .content.bottom {
    top: calc(-100% - 1px)
}

.infoadmision .wrapper__infoadmin .content.bottom.small {
    top: 0;
    height: 100%
}

.infoadmision .wrapper__infoadmin .content.bottom.small:after {
    top: 50%
}

.infoadmision .wrapper__infoadmin .content.bottom:after {
    top: 75%
}

.infoadmision .wrapper__infoadmin .content.left:after {
    left: -50px;
    width: 0;
    height: 0;
    content: ' ';
    z-index: 2;
    border-left: 45px solid #F2F2F2;
    border-bottom: 30px solid transparent;
    border-top: 30px solid transparent
}

.infoadmision .wrapper__infoadmin .content:after {
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.infoadmision .wrapper__infoadmin .content.big {
    width: calc(200% + 2px);
    height: calc(200% + 1px)
}

.infoadmision .wrapper__infoadmin .content.right {
    left: inherit;
    right: 100vw
}

.infoadmision .wrapper__infoadmin .content.right:after {
    left: inherit;
    right: -50px;
    width: 0;
    height: 0;
    content: ' ';
    z-index: 2;
    border-right: 45px solid #F2F2F2;
    border-bottom: 30px solid transparent;
    border-top: 30px solid transparent
}

.infoadmision .wrapper__infoadmin .content .close {
    font: 300 22px/26px "Source Sans Pro";
    color: black;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.infoadmision .wrapper__infoadmin .content .close:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.infoadmision .wrapper__infoadmin .content .wrapper__content {
    display: inline-block;
    width: 100%;
    max-height: 100%;
    position: relative;
    overflow: auto;
    background: #F2F2F2
}

.infoadmision .wrapper__infoadmin .content .wrapper__content p, .infoadmision .wrapper__infoadmin .content .wrapper__content ul, .infoadmision .wrapper__infoadmin .content .wrapper__content a {
    display: inline-block;
    vertical-align: top;
    max-width: 22vw;
    margin: 0 0 2vw 4vw
}

.infoadmision .wrapper__infoadmin .content .wrapper__content a {
    max-width: 30vw
color: #1C2E36;
	text-decoration: underline;
}

.infoadmision .wrapper__infoadmin .content .wrapper__content p a {
    margin: 0;
    max-width: inherit
}

.infoadmision .wrapper__infoadmin .content .wrapper__content ul p {
    margin: 0;
    max-width: 100%
}

.infoadmision .wrapper__infoadmin .content p {
    font: normal 18px/26px "Source Sans Pro"
}

.infoadmision .wrapper__infoadmin .content p strong {
    font-weight: bold
}

.infoadmision .wrapper__infoadmin .content strong {
    font-weight: bold
}

.infoadmision .wrapper__infoadmin .content li {
    display: inline-block;
    font: normal 18px/26px "Source Sans Pro";
    margin: 0 0 2vw 0
}

.infoadmision .wrapper__infoadmin .item {
    background: #F2F2F2;
    padding: 1.8vw;
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.infoadmision .wrapper__infoadmin .item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1
}

.infoadmision .wrapper__infoadmin .item:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1
}

.infoadmision .wrapper__infoadmin .item:nth-child(3) {
    -ms-grid-column: 5;
    -ms-grid-row: 1
}

.infoadmision .wrapper__infoadmin .item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 3
}

.infoadmision .wrapper__infoadmin .item:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-row: 2
}

.infoadmision .wrapper__infoadmin .item:nth-child(6) {
    -ms-grid-column: 5;
    -ms-grid-row: 6
}

.infoadmision .wrapper__infoadmin .item:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 5
}

.infoadmision .wrapper__infoadmin .item:nth-child(8) {
    -ms-grid-column: 2;
    -ms-grid-row: 3
}

.infoadmision .wrapper__infoadmin .item:nth-child(9) {
    -ms-grid-column: 3;
    -ms-grid-row: 5
}

.infoadmision .wrapper__infoadmin .item .ico {
    position: absolute;
    right: 1.8vw;
    top: 1.8vw
}

.infoadmision .wrapper__infoadmin .item p {
    display: inline-block;
    position: relative;
    z-index: 2
}

.infoadmision .wrapper__infoadmin .item p.title {
    max-width: 280px;
    vertical-align: bottom;
    color: white;
    font: bold 1.9vw/1.9vw "Source Sans Pro"
}

.infoadmision .wrapper__infoadmin .item p.bg {
    z-index: 1;
    font: bold 10.4vw/11vw "Source Sans Pro";
    color: rgba(0, 0, 0, 0.05);
    margin: 0 -13vw 0 0;
    width: 13vw
}

.preuni-curses .wrapper__overlay .overlay {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 130px;
    grid-row-gap: 0;
    padding: 4vw 8vw 4vw 3vw
}

.preuni-curses .wrapper__overlay .overlay .title {
    margin: 0 0 50px 0
}

.preuni-curses .wrapper__overlay .overlay .desc {
    font: bold 24px/34px "Source Sans Pro";
    display: block;
    margin: 0 0 30px 0
}

.preuni-curses .wrapper__overlay .overlay ul {
    display: block;
    margin: 0 0 50px 0
}

.preuni-curses .wrapper__overlay .overlay ul li {
    display: inline-block;
    font: bold 16px/16px "Source Sans Pro";
    margin: 0 20px 0 0;
    position: relative
}

.preuni-curses .wrapper__overlay .overlay ul li:last-child:after {
    display: none
}

.preuni-curses .wrapper__overlay .overlay ul li:after {
    content: "|";
    display: inline-block;
    margin: 0 0 0 20px;
    color: rgba(0, 0, 0, 0.3)
}

.preuni-curses .wrapper__overlay .overlay .text {
    margin: 0 0 30px 0
}

.intercambio .item {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 130px 2fr;
    grid-column-gap: 130px;
    background: white;
    overflow: hidden;
    position: relative
}

.intercambio .item .texts {
    display: inline-block;
    padding: 80px 0 80px 70px;
    vertical-align: top;
    background: white;
    position: relative;
    z-index: 2
}

.intercambio .item .texts .title {
    font: bold 36px/42px "Source Sans Pro";
    display: block;
    margin: 0 0 110px 0
}

.intercambio .item .texts .desc {
    font: normal 18px/23px "Source Sans Pro";
    display: block;
    margin: 0 0 50px 0
}
.intercambio .item .texts .desc a {
	color: #1C2E36;
	text-decoration: underline;
}

.intercambio .item .texts .desc strong {
    font-weight: bold
}

.intercambio .item .texts .btn {
    padding: 30px 100px;
    font-size: 16px;
    text-transform: uppercase
}

.intercambio .item img {
    display: block;
    max-height: 100%;
    -ms-grid-column: 3
}

.buscador .wrapper_bg {
    background: url("../images/modulo_buscador/img_bg.jpg") no-repeat center;
    background-size: cover;
    padding: 20px 50px
}

.buscador .logo {
    margin: 0 0 40px 0;
    display: inline-block;
    vertical-align: middle
}

.buscador .logo img {
    display: block;
    max-width: 140px
}

.buscador .title {
    display: inline-block;
    font: bold 2.6vw/2.7vw "Source Sans Pro";
    color: white;
    letter-spacing: 2px;
    max-width: 40vw
}

.buscador .wrapper__select {
    float: right;
    min-width: 205px;
    border-radius: 5px;
    background: #fff url("../images/common/small_arrow_down.svg") no-repeat center right 5px
}

.buscador .wrapper__select .custom-select {
    padding: 7px 15px;
    width: 90%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.buscador .wrapper__select .custom-select:focus {
    outline: none
}

.buscador .wrapper__form {
    display: block;
    margin: 50px 0 80px 0
}

.buscador .wrapper__form label {
    font: bold 20px/22px "Source Sans Pro";
    color: white;
    display: inline-block
}

.buscador .wrapper__form .form-control {
    font: normal 18px/33px "Source Sans Pro";
    background: transparent;
    border-bottom: 1px solid white;
    color: white;
    margin: -44px 0 0 0;
    padding: 10px 10px 10px 170px
}

.buscador .wrapper__form .form-control::-webkit-input-placeholder {
    font: normal 18px/33px "Source Sans Pro";
    color: white
}

.buscador .wrapper__form .form-control:-ms-input-placeholder {
    font: normal 18px/33px "Source Sans Pro";
    color: white
}

.buscador .wrapper__form .form-control::-ms-input-placeholder {
    font: normal 18px/33px "Source Sans Pro";
    color: white
}

.buscador .wrapper__form .form-control::placeholder {
    font: normal 18px/33px "Source Sans Pro";
    color: white
}

.buscador .selector {
    width: 100%;
    position: relative;
    padding: 59px 0 0 0;
    display: block
}

.buscador .selector .item {
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid white;
    padding: 0;
    background: #9B9B9B;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer
}

.buscador .selector .item p {
    color: white;
    font: 300 28px/36px "Source Sans Pro"
}

.buscador .selector .item.active {
    padding: 12px 0 12px 70px;
    height: auto;
    background: white;
    position: absolute;
    left: 0;
    top: 0
}

.buscador .selector .item.active p {
    color: black
}

.buscador .selector .item.active .ico {
    display: inline-block
}

.buscador .selector .item.active.visible .ico svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.buscador .selector .item.visible {
    padding: 12px 0 12px 70px;
    height: auto
}

.buscador .selector .item .ico {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 45px;
    width: 120px;
    height: 60px;
    background: #53565A
}

.buscador .selector .item svg g {
    stroke: white
}

.buscador .link {
    display: block;
    margin: 30px 0 35px 50px;
    font: normal 22px/34px "Source Sans Pro";
    color: black
}

.buscador .link.back {
    padding-left: 30px;
    background: url("../images/common/arrow_back.svg") no-repeat 0 center
}

.buscador .infoadmision .wrapper__infoadmin {
    display: none
}

.buscador .infoadmision .wrapper__infoadmin.active {
    display: grid;
    display: -ms-grid
}

.buscador .infoadmision .wrapper__infoadmin.active .item {
    opacity: 1
}

.buscador .infoadmision .wrapper__infoadmin.active .item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1
}

.buscador .infoadmision .wrapper__infoadmin.active .item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1
}

.buscador .infoadmision .wrapper__infoadmin.active .item:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1
}

.buscador .infoadmision .wrapper__infoadmin.active .item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 2
}

.buscador .infoadmision .wrapper__infoadmin.active .item:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-row: 2
}

.buscador .infoadmision .wrapper__infoadmin.active .item:nth-child(6) {
    -ms-grid-column: 5;
    -ms-grid-row: 3
}

.buscador .infoadmision .wrapper__infoadmin.estudio .item {
    background: #53565A
}

.buscador .infoadmision .wrapper__infoadmin.estudio .item.grado {
    background: #FFB81C
}

.buscador .infoadmision .wrapper__infoadmin.estudio .item.postgrado {
    background: #53565A;
    background: #53565A
}

.buscador .infoadmision .wrapper__infoadmin.estudio .item.doctorado {
    background: #273878
}

.buscador .infoadmision .wrapper__infoadmin.facultades .item {
    background: #F7F7F7
}

.buscador .infoadmision .wrapper__infoadmin.facultades .item .desc {
    color: black
}

.buscador .infoadmision .wrapper__infoadmin.facultades .item p.bg {
    color: rgba(0, 0, 0, 0.05)
}

.buscador .infoadmision .wrapper__infoadmin.sedes {
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1px 1fr;
}

.buscador .infoadmision .wrapper__infoadmin.sedes .item {
    background: #F7F7F7
}

.buscador .infoadmision .wrapper__infoadmin.sedes .item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1
}

.buscador .infoadmision .wrapper__infoadmin.sedes .item:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1
}

.buscador .infoadmision .wrapper__infoadmin.sedes .item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3
}

.buscador .infoadmision .wrapper__infoadmin.sedes .item:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 3
}

.buscador .infoadmision .wrapper__infoadmin.sedes .item .desc {
    color: black
}

.buscador .infoadmision .wrapper__infoadmin.sedes .item p.bg {
    color: rgba(0, 0, 0, 0.05)
}

.buscador .infoadmision .item {
    min-height: 220px
}

.buscador .infoadmision .item p.bg {
    font: bold 15.5vw/14vw "Source Sans Pro";
    margin: 0 -15vw 0 2vw;
    color: rgba(255, 255, 255, 0.05)
}

.buscador .infoadmision .item .desc {
    font: bold 18px/20px "Source Sans Pro";
    color: white;
    display: block;
    position: absolute
}

.buscador .infoadmision .item .desc small {
    display: block;
    font-weight: 300;
    font-size: 15px
}

.buscador .infoadmision .item .desc.top {
    top: 50px;
    max-width: 35%
}

.buscador .infoadmision .item .desc.bottom {
    bottom: 30px
}

.buscador .infoadmision .item .desc.left {
    left: 50px
}

.buscador .infoadmision .item .desc.right {
    right: 50px
}

.prof_alumno .wrapper__prof .item {
    position: relative
}

.prof_alumno .wrapper__prof .item img, .prof_alumno .wrapper__prof .item amp-img {
    display: inline-block;
    vertical-align: middle;
    max-width: 25vw;
    margin: 0 0 -10vw 14vw;
    width: auto
}

.prof_alumno .wrapper__prof .item .title {
    display: inline-block;
    vertical-align: middle;
    font: bold 3.3vw/4vw "Source Sans Pro";
    max-width: 43vw;
    margin: 0 0 0 1vw
}

.prof_alumno .wrapper__prof .item .btn-standar {
    margin: 2vw 0 0 0;
    border-color: #53565A;
    background: #53565A;
    font-size: 16px;
    line-height: 16px;
    padding: 30px 60px;
    display: block;
    max-width: 250px
}

.prof_alumno .wrapper__prof .item .teacher {
    position: absolute;
    left: 4vw;
    bottom: 20px;
    font: normal 22px/34px "Source Sans Pro"
}

.prof_alumno .wrapper__prof .item .teacher strong {
    font-weight: bold;
    display: block
}

.prof_alumno .wrapper__alumno {
    display: inline-block;
    position: relative;
    z-index: 2
}

.prof_alumno .wrapper__alumno blockquote {
    vertical-align: bottom;
    display: inline-block;
    margin: 0 -3px 0 0;
    padding: 3.5vw 2vw;
    max-width: 19vw;
    background: #53565A;
    color: white;
    font: bold 1.9vw/1.9vw "Source Sans Pro"
}

.prof_alumno .wrapper__alumno .image {
    display: inline-block;
    margin: 0 0 -2px 0
}

.prof_alumno .wrapper__alumno .image img {
    max-width: 30vw
}

.prof_alumno .wrapper__alumno .image .alumno {
    display: block;
    margin: 30px 0 35px 50px;
    font: normal 22px/34px "Source Sans Pro"
}

.prof_alumno .wrapper__alumno .image .alumno strong {
    font-weight: bold;
    display: block
}

.prof_alumno .wrapper__alumno .text {
    display: inline-block;
    max-width: 32vw;
    vertical-align: top;
    padding: 6vw 0 0 3vw
}

.prof_alumno .wrapper__alumno .text .btn-standar {
    border-color: #53565A;
    background: #53565A;
    font-size: 16px;
    line-height: 16px;
    padding: 30px 60px;
    margin: 2vw 0 3vw 0
}

.prof_alumno .wrapper__alumno .title {
    display: block;
    vertical-align: middle;
    font: bold 36px/36px "Source Sans Pro";
    margin: 0 0 50px 0
}

.prof_alumno .wrapper__alumno .desc {
    display: block;
    font: normal 18px/26px "Source Sans Pro"
}

.news .slider__news {
    display: block
}

.news .slider__news .owl-nav {
    position: absolute;
    right: 50%;
    bottom: 0;
    overflow: hidden
}

.news .slider__news .owl-nav button {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0;
    background: white;
    border: 0;
    border-radius: 0
}

.news .slider__news .owl-nav button span {
    text-indent: -9999px;
    display: block;
    background: url("../images/common/arrow_down.svg") no-repeat center;
    background-size: 13px 13px
}

.news .slider__news .owl-nav button.owl-prev span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.news .slider__news .owl-nav button.owl-prev:hover span {
    -webkit-transform: rotate(90deg) scale(1.2);
    transform: rotate(90deg) scale(1.2)
}

.news .slider__news .owl-nav button.owl-next span {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.news .slider__news .owl-nav button.owl-next:hover span {
    -webkit-transform: rotate(-90deg) scale(1.2);
    transform: rotate(-90deg) scale(1.2)
}

.news .slider__news .owl-nav button span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.news .wrapper__item {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    display: -ms-grid;
    -ms-grid-columns: 2fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr
}

.news .wrapper__item .texts {
    grid-row: 1 / span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    background: #F7F7F7;
    position: relative;
    padding: 150px 0 100px 170px
}

.news .wrapper__item .texts p {
    display: block;
    max-width: 80%
}

.news .wrapper__item .texts .section {
    font: bold 16px/16px "Source Sans Pro"
}

.news .wrapper__item .texts .title {
    margin: 30px 0 40px 0;
    font: bold 36px/36px "Source Sans Pro"
}

.news .wrapper__item .texts .text {
    font: normal 18px/26px "Source Sans Pro"
}

.news .wrapper__item .texts:after {
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    content: ' ';
    z-index: 2;
    border-left: 22.5px solid #F7F7F7;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent
}

.news .wrapper__item .image {
    position: relative;
    max-width: 100%;
    overflow: hidden
}

.news .wrapper__item .image.small {
    min-height: 265px;
    -ms-grid-column: 3
}

.news .wrapper__item .image.first {
    grid-row: 1 / span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2
}

.news .wrapper__item .image img {
    display: block;
    min-width: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%
}

.news .wrapper__item .info {
    background: #53565A;
    position: relative;
    padding: 45px 55px;
    grid-column: 3;
    grid-row: 2;
    -ms-grid-row: 2;
    -ms-grid-column: 3
}

.news .wrapper__item .info p {
    display: block;
    color: white
}

.news .wrapper__item .info .title {
    font: bold 16px/16px "Source Sans Pro"
}

.news .wrapper__item .info .text {
    position: absolute;
    left: 45px;
    bottom: 45px;
    right: 45px;
    font: normal 18px/26px "Source Sans Pro"
}

.news .wrapper__item .info:after {
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    content: ' ';
    z-index: 2;
    border-bottom: 22.5px solid #53565A;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent
}
.header__home .wrapper__header {
    position: relative;
    min-height: 720px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden; }
.header__home .wrapper__header .grid__header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2; }
.header__home .wrapper__header .grid__header:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*opacidad de la foto home
    background: rgba(0, 0, 0, 0.2);*/ }

.header__home .wrapper__header .highlight {
    display: block;
    position: relative;
    z-index: 2;
    -ms-grid-column: 3;
}

.header__home .wrapper__header .highlight .item {
    display: block;
    max-height: 240px;
    overflow-y: auto;
    padding: 42px 70px;
    margin: 0 0 2px;
    background: #F2F2F2
}

.header__home .wrapper__header .highlight .item p {
    display: block;
    max-width: 350px
}

.header__home .wrapper__header .highlight .item p.title {
    display: block;
    margin: 0 0 20px;
    text-transform: uppercase;
    font: bold 16px/16px "Source Sans Pro"
}

.header__home .wrapper__header .highlight .item p.desc {
    display: block;
    font: normal 18px/26px "Source Sans Pro"
}

.header__home .wrapper__header .date {
    background: #F2F2F2;
    padding: 70px;
    text-align: right;
    -ms-grid-column: 3;
}

.header__home .wrapper__header .date:after {
    position: absolute;
    border: none;
    right: inherit;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    content: ' ';
    z-index: 2;
    border-right: 60px solid #F2F2F2;
    border-bottom: 40px solid transparent;
    border-top: 40px solid transparent
}

.header__home .wrapper__header .date .title {
    display: inline-block;
    text-align: left;
    float: left;
    /*max-width: 165px;*/
    font: bold 16px/16px "Source Sans Pro"
}

.header__home .wrapper__header .date ul {
    max-width: 100%;
    display: inline-block;
    font: bold 90px/90px "Source Sans Pro";
    position: relative
}

.header__home .wrapper__header .date ul li {
    text-align: right;
    margin: 0 0 5px
}

.header__home .wrapper__header .date ul .off {
    display: block;
    color: #E8E8E8;
    margin: 0 80px 0 0
}

.header__home .wrapper__header .date ul .big {
    padding: 0
}

.header__home .wrapper__header .date ul .big .on {
    color: #ffb81c;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    margin: 0;
    position: absolute;
    right: -50px;
    top: 240px
}

.header__home .wrapper__header .date .desc {
    display: block;
    float: left;
    clear: both;
    max-width: 230px;
    margin: 0 0 10px;
    font: normal 18px/26px "Source Sans Pro";
    text-align: left
}

.header__home .wrapper__header .logo {
    max-width: 300px;
    position: relative;
    z-index: 2;
    position: absolute;
    left: 10.5vw;
    top: 50px
}

.header__home .wrapper__header .logo img {
    width: 100%;
    min-height: inherit
}

.header__home .wrapper__header .text {
    position: relative;
    z-index: 2;
    position: absolute;
    left: 10.5vw;
    bottom: 4.2vw;
    max-width: 540px;
}

.header__home .wrapper__header .text .title {
    display: block;
    margin: 0 0 60px;
    font: bold 50px/64px "Source Sans Pro";
    color: white
}

.header__home .wrapper__header .text .btn {
    padding: 30px 100px;
    background: white;
    border: 1px solid white;
    color: black;
    font-size: 16px
}

.header__home .wrapper__header img {
    z-index: 1;
    min-height: 100%;
    display: block
}

.header__home .cards {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr
}

.header__home .cards .item {
    background: #F2F2F2;
   /*pastillas de la home*/
    padding: 1.2vw 1.8vw;
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.header__home .cards .item.postgrado {
    background: #53565A
}

.header__home .cards .item.postgrado p.bg {
    color: rgba(0, 0, 0, 0.05)
}

.header__home .cards .item.doctorado {
    background: #273878
}

.header__home .cards .item.doctorado p.bg {
    color: rgba(0, 0, 0, 0.05)
}

.header__home .cards .item.grado {
    background: #FFB81C
}

.header__home .cards .item:nth-child(1) {
    -ms-grid-column: 1
}

.header__home .cards .item:nth-child(2) {
    -ms-grid-column: 2
}

.header__home .cards .item:nth-child(3) {
    -ms-grid-column: 3
}

.header__home .cards .item .ico {
    position: absolute;
    right: 1.8vw;
    top: 1.8vw
}

.header__home .cards .item .ico.points span, .header__home .cards .item .ico.points:after, .header__home .cards .item .ico.points:before {
    background: white !important
}

.header__home .cards .item p {
    display: inline-block;
    position: relative;
    z-index: 2;
    color: white;
    font-size: 16px
}
.txthome {font-size: 30px !important;}

.header__home .cards .item p small {
    display: block;
    margin: 15px 0 0
}

.header__home .cards .item p.title {
    max-width: 280px;
    vertical-align: bottom;
    color: white;
    font: bold 1.9vw/1.9vw "Source Sans Pro"
}

.header__home .cards .item p.bg {
    z-index: 1;
    font: bold 350px/200px "Source Sans Pro";
    color: rgba(255, 255, 255, 0.05);
    margin: 0;
    width: 100%;
    text-align: center
}

.reserch .reserch__slider .item .info__item {
    background: #53565A
}

.reserch .reserch__slider .item .info__item:after {
    border-right-color: #53565A
}

.reserch .reserch__slider .item .info__item .title, .reserch .reserch__slider .item .info__item .text {
    color: white
}

.reserch .reserch__slider .item .info__item .title strong, .reserch .reserch__slider .item .info__item .text strong {
    font-weight: bold
}

.home__news {
    position: relative
}

/*.home__news .main__title {
    width: 50%;
    display: block;
    padding: 1.5vw 5vw;
    background: #F2F2F2;
    position: absolute;
    z-index: 997;
    right: 0;
    top: 0;
    font: bold 3.3vw/3.8vw "Source Sans Pro"
}*/

.home__news .slider__news.last .owl-nav {
    right: 50%;
    bottom: 15%
}

.home__news .slider__news .owl-nav {
    position: absolute;
    right: 0%;
    bottom: 0;
    overflow: hidden
}

.home__news .slider__news .owl-nav button {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0;
    background: white;
    border: 0;
    border-radius: 0
}

.home__news .slider__news .owl-nav button span {
    text-indent: -9999px;
    display: block;
    background: url("../images/common/arrow_down.svg") no-repeat center;
    background-size: 13px 13px
}

.home__news .slider__news .owl-nav button.owl-prev span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.home__news .slider__news .owl-nav button.owl-prev:hover span {
    -webkit-transform: rotate(90deg) scale(1.2);
    transform: rotate(90deg) scale(1.2)
}

.home__news .slider__news .owl-nav button.owl-next span {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.home__news .slider__news .owl-nav button.owl-next:hover span {
    -webkit-transform: rotate(-90deg) scale(1.2);
    transform: rotate(-90deg) scale(1.2)
}

.home__news .slider__news .owl-nav button span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.home__news .slider__news .owl-nav.disabled + .owl-dots {
    margin: 10px 0
}

/*.home__news .slider__news .item {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr
}*/

.home__news .slider__news .item.right .wrapper__texts {
    padding: 4vw 9vw 6vw 7vw;
    height: 85%;
    -ms-grid-column: 1
}

.home__news .slider__news .item.right .wrapper__texts:after {
    display: none
}

.home__news .slider__news .item.right .wrapper__texts:before {
    position: absolute;
    right: -30px;
    top: 20%;
    width: 0;
    height: 0;
    content: ' ';
    z-index: 2;
    border-left: 60px solid white;
    border-bottom: 40px solid transparent;
    border-top: 40px solid transparent
}

.home__news .slider__news .item.right .wrapper__image {
    -ms-grid-column: 2
}

/*.home__news .slider__news .item .wrapper__image {
	overflow: hidden;
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	align-self: end;
	-ms-grid-column: 1;
}*/

.home__news .slider__news .item img, .home__news .slider__news .item amp-img {
    width: auto
}

.home__news .slider__news .item .wrapper__texts {
    background: white;
    padding: 11vw 9vw 6vw 7vw;
    vertical-align: top;
    position: relative;
    -ms-grid-column: 2
}

/*.home__news .slider__news .item .wrapper__texts:after {
    position: absolute;
    left: -30px;
    top: 30%;
    width: 0;
    height: 0;
    content: ' ';
    z-index: 2;
    border-right: 60px solid white;
    border-bottom: 40px solid transparent;
    border-top: 40px solid transparent
}*/

.home__news .slider__news .item .wrapper__texts .title {
    display: block;
    margin: 0 0 60px 0;
    font: bold 1.9vw/1.9vw "Source Sans Pro"
}

.home__news .slider__news .item .wrapper__texts p {
    display: block;
    max-width: 480px;
    font: normal 18px/26px "Source Sans Pro";
    margin: 0 0 40px 0
}

.home__news .slider__news .item .wrapper__texts p.date span {
    float: right
}

.calendar .main__title {
    display: block;
    text-align: center;
    font: bold 3.3vw/3.8vw "Source Sans Pro";
    margin: 30px 0 80px
}

.calendar .owl-nav {
    position: absolute;
    right: 0%;
    top: -100px;
    overflow: hidden
}

.calendar .owl-nav button {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 !important;
    border-radius: 0;
    background: white !important;
    border: 0;
    border-radius: 0
}

.calendar .owl-nav button span {
    text-indent: -9999px;
    display: block;
    background: url("../images/common/arrow_down.svg") no-repeat center;
    background-size: 13px 13px
}

.calendar .owl-nav button.owl-prev span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.calendar .owl-nav button.owl-prev:hover span {
    -webkit-transform: rotate(90deg) scale(1.2);
    transform: rotate(90deg) scale(1.2)
}

.calendar .owl-nav button.owl-next span {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.calendar .owl-nav button.owl-next:hover span {
    -webkit-transform: rotate(-90deg) scale(1.2);
    transform: rotate(-90deg) scale(1.2)
}

.calendar .owl-nav button span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.calendar .slider__calendar .item {
    display: inline-block;
    max-width: 450px;
    vertical-align: top;
    position: relative
}

.calendar .slider__calendar .item.merge:before {
    left: 50%;
    width: calc(50% + 30px);
    -webkit-transform: none;
    transform: none;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.calendar .slider__calendar .item.merge.right:before {
    left: inherit;
    right: 50%;
    width: calc(50% + 30px);
    -webkit-transform: none;
    transform: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px
}

.calendar .slider__calendar .item.merge.medium:before {
    left: 0;
    width: calc(100% + 30px);
    -webkit-transform: none;
    transform: none;
    border-radius: 0
}

.calendar .slider__calendar .item.first:after {
    width: 50%
}

.calendar .slider__calendar .item:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 134px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #FFB81C
}

.calendar .slider__calendar .item:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 145px;
    width: calc(100% + 40px);
    height: 1px;
    background: #FFB81C
}

.calendar .slider__calendar .item .date {
    display: block;
    margin: 0 0 100px 50px;
    font: bold 3.3vw/3.8vw "Source Sans Pro"
}

.calendar .slider__calendar .item .date span {
    font-weight: normal;
    display: block;
    font-size: 22px;
    line-height: 34px
}

.calendar .slider__calendar .item .card {
    display: inline-block;
    max-width: 400px;
    width: 90%;
    background: white;
    padding: 3vw;
    margin: 20px
}

.calendar .slider__calendar .item .card p {
    font: normal 18px/26px "Source Sans Pro"
}
.calendar .slider__calendar .item .card a {
    color: black;
    font-weight: bold;
}
.calendar .main__btn {
    max-width: 850px;
    display: block;
    margin: 20px auto;
    padding: 30px 100px;
    background: white;
    border-color: white;
    color: black;
    text-transform: uppercase
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #F2F2F2;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    color: #1C2E36;
    font-weight: normal;
    padding: 0 0 0 120px
}

.container-fluid {
    display: block;
    position: relative;
    width: 100%
}

.container {
    display: block;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto 0;
    position: relative
}

.container-big {
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 0
}

a, button {
    text-decoration: none;
    cursor: pointer;

}

a:focus, button:focus {
    outline: 0
}

.btn {
    display: inline-block;
    padding: 30px 20px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #00176E;
    border: 1px solid #00176E;
    border-radius: 0;
    color: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hide-desktop {
    display: none
}

.main__menu {
    width: 120px;
    min-height: 1080px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: white;
    padding: 60px 45px
}

.main__menu .btn__main__menu {
    display: block;
    margin: 0;
    font: normal 10px/14px "Source Sans Pro";
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9B9B9B
}

.main__menu .btn__main__menu span {
    display: block;
    margin: 0 0 4px 0;
    width: 10px;
    height: 3px;
    border-radius: 5px;
    background-color: #9B9B9B;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.main__menu .btn__main__menu span:first-child {
    width: 20px
}

.main__menu .btn__main__menu span.last {
    width: 16px
}

.main__menu .ico {
    display: block;
    margin: 40px 0 0 0;
    text-align: center;
    position: relative
}

.main__menu .ico.search {
    position: fixed;
    bottom: 20px;
    left: 45px
}

.main__menu .ico.hide-desktop {
    display: none
}

.main__menu .ico .content, .main__menu .ico .wrapper__form {
    position: absolute;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 9;
    padding: 30px 10px 30px 10px;
    width: 150px;
    left: -500px;
    top: -25px;
    border: 1px solid #979797;
    background: white
}

.main__menu .ico .content.form, .main__menu .ico .wrapper__form.form {
    top: inherit;
    bottom: -25px;
    min-width: 380px;
    padding: 30px 20px 30px 120px
}

.main__menu .ico .content.download, .main__menu .ico .wrapper__form.download {
    z-index: 10
}

.main__menu .ico .content.download svg, .main__menu .ico .wrapper__form.download svg {
    z-index: 11
}

.main__menu .ico .content input[type="checkbox"], .main__menu .ico .wrapper__form input[type="checkbox"] {
    width: auto
}

.main__menu .ico .content p, .main__menu .ico .wrapper__form p {
    font: normal 14px/16px "Source Sans Pro";
    color: #979797;
    text-transform: uppercase
}

.main__menu .ico.active .wrapper__form {
    width: 100vw;
    left: -45px;
    padding: 20px 120px 20px 150px
}

.main__menu .ico input {
    display: inline-block;
    width: 100%;
    border: 0;
    font: normal 22px/34px "Source Sans Pro";
    color: #979797
}

.main__menu .ico input:focus {
    outline: 0
}

.main__menu .ico svg {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 10
}

.main__menu .ico:hover .content, .main__menu .ico.active .content {
    width: 400px;
    left: -45px;
    padding: 30px 120px 30px 150px
}

.main__menu .ico:hover .content.form, .main__menu .ico.active .content.form {
    width: auto;
    min-width: 380px;
    z-index: 10;
    left: -45px;
    top: inherit;
    bottom: -25px;
    padding: 30px 20px 30px 120px
}

.main__menu .ico:hover .content.form p, .main__menu .ico.active .content.form p {
    color: #979797 !important
}

.main__menu .ico:hover svg, .main__menu .ico.active svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.main__menu .close {
    position: absolute;
    right: 40px;
    top: 15px;
    padding: 15px
}

.main__menu .close span {
    display: block;
    margin: 0 0 4px 0;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #9B9B9B;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.main__menu .close span:first-child {
    opacity: 1;
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg)
}

.main__menu .close span:last-child {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

.main__menu .link {
    display: block;
    margin: 20px 0 0 0;
    font: normal 22px/34px "Source Sans Pro";
    text-decoration: underline;
    text-transform: uppercase;
    text-align: center;
    color: #9B9B9B
}

.main__menu .link.hide-desktop {
    display: none
}

.main__menu .logo__text {
    display: block;
    margin: 390px 0 7vh -7px;
    width: 380px;
    -webkit-transform-origin: 20px;
    transform-origin: 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font: bold 14px/18px "Source Sans Pro";
    color: black;
    letter-spacing: 5px
}

.main__menu .logo__text span {
    color: #CACACA
}

.wrapper__expand {
    position: fixed;
    top: 0;
    right: 100vw;
    width: 0px;
    height: 100vh;
    background: #F2F2F2;
    z-index: 998;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow: hidden
}

.wrapper__expand.active {
    width: 100vw;
    right: 0;
    overflow: visible
}

.wrapper__expand.active .main__menu .ico .content {
    opacity: 1
}

.wrapper__expand .main__menu {
    position: absolute;
    right: 0;
    top: 0;
    left: inherit;
    min-height: inherit;
    height: 100vh;
    z-index: 1001;
    display: grid;
    display: -ms-grid
}

.wrapper__expand .main__menu .bottom {
    -ms-flex-item-align: end;
    align-self: end;
    margin: 0 0 4vh 0
}

.wrapper__expand .main__menu > .ico {
    margin: 0
}

.wrapper__expand .main__menu .ico .content {
    opacity: 0;
    left: inherit;
    right: -100vw
}

.wrapper__expand .main__menu .ico .content.form {
    top: inherit;
    bottom: -25px;
    left: inherit;
    width: auto;
    padding: 30px 120px 30px 20px
}

.wrapper__expand .main__menu .ico:hover svg, .wrapper__expand .main__menu .ico.active svg {
    z-index: 11
}

.wrapper__expand .main__menu .ico:hover .content, .wrapper__expand .main__menu .ico.active .content {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    right: -45px
}

.wrapper__expand .main__menu .ico:hover .content.form, .wrapper__expand .main__menu .ico.active .content.form {
    width: auto;
    min-width: 380px;
    z-index: 10;
    right: -45px;
    left: inherit;
    bottom: -25px;
    padding: 30px 120px 30px 20px
}

.wrapper__expand .main__menu .ico:hover .content.form p, .wrapper__expand .main__menu .ico.active .content.form p {
    color: #979797 !important
}

.wrapper__expand .menu {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 2fr;
    width: 100%;
    height: 100%;
    padding: 0 120px 0 120px;
    overflow: auto;
    position: relative;
    z-index: 1000
}

.wrapper__expand .menu div {
    /*display: grid;*/
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, 1fr);
    display: -ms-grid;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    height: 100%;
    border-right: 1px solid #D8D8D8;
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.wrapper__expand .menu div.second-level {
    z-index: 8;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    grid-row: 1;
    grid-column: 2;
    grid-template-rows: repeat(8, 1fr);
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-row: 1;
    -ms-grid-column: 2
}

.wrapper__expand .menu div.second-level.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.wrapper__expand .menu div.second-level .item {
    background: #E8E8E8;
    border-bottom: 1px solid white
}

.wrapper__expand .menu div.second-level .item:hover, .wrapper__expand .menu div.second-level .item.active {
    background: #EFEFEF
}

.wrapper__expand .menu div.second-level .item:hover p, .wrapper__expand .menu div.second-level .item.active p {
    color: #1C2E36
}

.wrapper__expand .menu div.second-level .item p {
    color: #1C2E36
}

.wrapper__expand .menu div.thrid-level {
    z-index: 7;
    grid-column: 3;
    grid-row: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -webkit-transform: translateX(-260%);
    transform: translateX(-260%);
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-rows: repeat(9, 1fr);
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column
}

.wrapper__expand .menu div.thrid-level.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.wrapper__expand .menu div.thrid-level .item {
    background: #EFEFEF;
    border-bottom: 1px solid white
}

.wrapper__expand .menu div.thrid-level .item p {
    color: #1C2E36
}

.wrapper__expand .menu .item {
    display: block;
    padding: 2.6vw;
    background: black;
    position: relative;
    border-bottom: 1px solid #979797;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%
}

.wrapper__expand .menu .item:nth-child(1) {
    -ms-grid-row: 1
}

.wrapper__expand .menu .item:nth-child(2) {
    -ms-grid-row: 2
}

.wrapper__expand .menu .item:nth-child(3) {
    -ms-grid-row: 3
}

.wrapper__expand .menu .item:nth-child(4) {
    -ms-grid-row: 4
}

.wrapper__expand .menu .item:nth-child(5) {
    -ms-grid-row: 5
}

.wrapper__expand .menu .item:nth-child(6) {
    -ms-grid-row: 6
}

.wrapper__expand .menu .item:nth-child(7) {
    -ms-grid-row: 7
}

.wrapper__expand .menu .item:nth-child(8) {
    -ms-grid-row: 8
}

.wrapper__expand .menu .item:nth-child(9) {
    -ms-grid-row: 9
}
.wrapper__expand .menu .item:nth-child(10) {
    -ms-grid-row: 10
}
.wrapper__expand .menu .item:nth-child(11) {
    -ms-grid-row: 11
}

.wrapper__expand .menu .item:hover, .wrapper__expand .menu .item.active {
    background: #E8E8E8
}

.wrapper__expand .menu .item:hover p, .wrapper__expand .menu .item.active p {
    color: #1C2E36
}

.wrapper__expand .menu .item.secondary {
    background: #53565A
}

.wrapper__expand .menu .item.secondary:hover {
    background: #E8E8E8
}

.wrapper__expand .menu .item.secondary:hover p {
    color: #1C2E36
}

.wrapper__expand .menu .item p {
    display: block;
    font: bold 16px/16px "Source Sans Pro";
    color: white;
    max-width: 70%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.wrapper__expand .menu .item .ico {
    position: absolute;
    right: 30px;
    top: 30px
}

.menu-open {
    overflow: hidden
}

.menu-open > .main__menu .btn__main__menu span {
    opacity: 0
}

.menu-open > .main__menu .btn__main__menu span:first-child {
    opacity: 1;
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg)
}

.menu-open > .main__menu .btn__main__menu span.last {
    opacity: 1;
    width: 20px;
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg)
}

.menu-open > .main__menu .ico.discover, .menu-open > .main__menu .ico.clipboard, .menu-open > .main__menu .ico.download {
    pointer-events: none;
    opacity: 0
}

.header {
    padding: 50px 0
}

.header .wrapper__header {
	display: grid;
	display: -ms-grid;
	grid-gap: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-grid-row-align: middle;
	-ms-grid-columns: 0 300px 4fr 1fr;
	grid-template-columns: 0 300px 4fr 1fr;
	-ms-grid-rows: 1fr 40px 1fr;
	-ms-grid-columns: 40px 300px 40px 4fr 40px 1fr;
}

.header .logo {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    grid-column-start: 2;
    -ms-grid-column: 2;
    max-width: 300px
}

.header .logo img {
    display: block;
    max-width: 300px
}

.header .breadcrumb {
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	align-self: end;
	display: inline-block;
	vertical-align: middle;
	grid-column: 2 / span 2;
	grid-row: 2;
	-ms-grid-column: 2;
	-ms-grid-column-span: 3;
	-ms-grid-row: 3;
}

.header .breadcrumb li {
    display: inline-block;
    color: #9B9B9B;
    font: bold 16px/16px "Source Sans Pro"
}

.header .breadcrumb li:after {
    content: ">";
    display: inline-block;
    margin: 0 10px
}

.header .breadcrumb li:last-child:after {
    content: ""
}

.header .breadcrumb li:last-child .link {
    pointer-events: none
}

.header .breadcrumb .link {
    color: #9B9B9B;
    font: bold 16px/16px "Source Sans Pro"
}

.header .btn {
    float: right;
    max-height: 85px;
    margin: 0 20px 0 0;
    -ms-grid-column: 6;
    grid-column: 4
}

.ico.play {
    display: block;
    position: relative;
    padding: 0 0 0 80px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.ico.play:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    border: 2px solid black;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.ico.play:after {
    content: "";
    position: absolute;
    left: 30px;
    top: 25px;
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 11px;
    border-top-width: 11px;
    border-left: 22px solid black;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.ico.points {
    padding: 10px
}

.ico.points span {
    display: block;
    width: 4px;
    height: 4px;
    background: black;
    margin: 5px 0
}

.ico.points:after, .ico.points:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: black;
    margin: 5px 0
}

.footer {
    background: #0d0d0d;
    padding: 90px 0 40px 0;
    width: 100%
}

.footer .wrappper__footer {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 2fr 2fr;
    -ms-grid-columns: 1fr 100px 2fr 100px 2fr;
    grid-gap: 100px
}

.footer .container {
    max-width: 1440px
}

.footer .container p, .footer .container a {
    color: white;
    font: normal 18px/26px "Source Sans Pro"
}

.footer .logos {
    display: inline-block;
    -ms-grid-column: 3
}

.footer .logos .logo {
    display: inline-block;
    margin: 0 70px 50px 0;
    vertical-align: middle
}

.footer .logos .logo img {
    max-width: 100%
}

.footer .logos .logo.third {
    display: block
}

.footer .rrss {
    float: right;
    margin: 0;
    -ms-grid-column: 5
}

.footer .rrss .text {
    display: block;
    margin: 0 0 5px 0
}

.footer .rrss .ico {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: top;
    margin: 0 15px 15px 0;
    padding: 15px;
    background: #222222;
    position: relative;
    overflow: hidden
}

.footer .rrss .ico:hover svg {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.footer .rrss .ico:last-child {
    margin: 0
}

.footer .rrss .ico svg {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.footer .sedes {
    margin: 0;
    -ms-grid-column: 1
}

.footer .sedes .item svg, .footer .sedes .item img, .footer .sedes .item amp-img {
    max-width: 200px;
    width: 100%;
    margin: 0 0 15px 0
}

.footer .sedes .item svg g, .footer .sedes .item img g, .footer .sedes .item amp-img g {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.footer .sedes .item .title {
    display: block;
    margin: 0 0 20px 0;
    font: bold 16px/16px "Source Sans Pro"
}

.footer .sedes .item .info {
    font: normal 18px/26px "Source Sans Pro";
    max-width: 166px
}

.footer_sm {
    background: #171717;
    padding: 50px 0;
    overflow: hidden
}

.footer_sm p, .footer_sm a {
    display: inline-block;
    color: white;
    font: normal 18px/26px "Source Sans Pro"
}

.footer_sm ul {
    float: right
}

.footer_sm ul li {
    display: inline-block;
    margin: 0 30px
}

.postgrado .header .breadcrumb li:last-child .link, .master .header .breadcrumb li:last-child .link {
    color: #53565A
}

.postgrado .header .btn, .master .header .btn {
    background: #53565A;
    border: 1px solid #53565A
}

.postgrado .info__header .title, .master .info__header .title {
    color: #53565A
}

.postgrado .info__header .item .back, .master .info__header .item .back {
    background-color: #53565A
}

.postgrado .info__header .wrapper__quotes .quote, .master .info__header .wrapper__quotes .quote {
    background: #53565A
}

.postgrado .btn-accent, .master .btn-accent {
    background: #53565A;
    border: 1px solid #53565A
}

.postgrado #change_c, .master #change_c {
    fill: #53565A
}

.postgrado #change_c circle, .postgrado #change_c rect, .master #change_c circle, .master #change_c rect {
    fill: #53565A
}

.postgrado .footer a:hover, .postgrado .footer_sm a:hover, .master .footer a:hover, .master .footer_sm a:hover {
    color: #53565A
}

.postgrado .footer .sedes .item:hover g, .postgrado .footer_sm .sedes .item:hover g, .master .footer .sedes .item:hover g, .master .footer_sm .sedes .item:hover g {
    stroke: #53565A
}

.postgrado .footer .rrss .ico:hover g, .postgrado .footer_sm .rrss .ico:hover g, .master .footer .rrss .ico:hover g, .master .footer_sm .rrss .ico:hover g {
    fill: #53565A
}

.postgrado .advantage .wrapper__advantage, .master .advantage .wrapper__advantage {
    background: #53565A
}

.postgrado .campus-life .wrapper__campus .item:hover, .master .campus-life .wrapper__campus .item:hover {
    background: #53565A
}

.postgrado .practices ul li:after, .master .practices ul li:after {
    color: #53565A
}

.postgrado .practices .wrapper__practices .btn-accent, .master .practices .wrapper__practices .btn-accent {
    background: #53565A;
    border-color: #53565A
}

.postgrado .ico:hover, .master .ico:hover {
    color: #53565A
}

.postgrado .ico:hover p, .master .ico:hover p {
    color: #53565A
}

.postgrado .ico:hover.play:after, .master .ico:hover.play:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border-left-color: #53565A
}

.postgrado .ico:hover.play:before, .master .ico:hover.play:before {
    border-color: #53565A
}

.postgrado .ico.points span, .postgrado .ico.points:after, .postgrado .ico.points:before, .master .ico.points span, .master .ico.points:after, .master .ico.points:before {
    background: #53565A
}

.postgrado .reserch .info__slider ul li:after, .master .reserch .info__slider ul li:after {
    color: #53565A
}

.postgrado .reserch .reserch__slider .item .info__item, .master .reserch .reserch__slider .item .info__item {
    background: #53565A
}

.postgrado .reserch .reserch__slider .item .info__item:after, .master .reserch .reserch__slider .item .info__item:after {
    border-right-color: #53565A
}

.postgrado .reserch .reserch__slider .item .info__item:before, .master .reserch .reserch__slider .item .info__item:before {
    border-bottom-color: #53565A
}

.postgrado .reserch .reserch__slider .item .info__item p, .master .reserch .reserch__slider .item .info__item p {
    color: white
}

.postgrado .presentation blockquote, .master .presentation blockquote {
    color: #53565A
}

.postgrado .study-plan .teacher .image, .master .study-plan .teacher .image {
    background: #53565A
}

.postgrado .study-plan .teacher .image p, .master .study-plan .teacher .image p {
    color: rgba(255, 255, 255, 0.14)
}

.postgrado .study-plan .teacher:hover, .master .study-plan .teacher:hover {
    background: #53565A
}

.postgrado .study-plan .teacher:hover .image, .master .study-plan .teacher:hover .image {
    background: #F2F2F2
}

.postgrado .study-plan .teacher:hover .image p, .master .study-plan .teacher:hover .image p {
    color: rgba(0, 0, 0, 0.05)
}

.postgrado .study-plan .teacher:hover p, .master .study-plan .teacher:hover p {
    color: white
}

.postgrado .study-plan .teacher.hasico, .master .study-plan .teacher.hasico {
    cursor: pointer
}

.postgrado .study-plan .teacher.hasico:hover, .master .study-plan .teacher.hasico:hover {
    background: #53565A
}

.postgrado .study-plan .teacher.hasico:hover .image, .master .study-plan .teacher.hasico:hover .image {
    background: #F2F2F2
}

.postgrado .study-plan .teacher.hasico:hover .image p, .master .study-plan .teacher.hasico:hover .image p {
    color: rgba(0, 0, 0, 0.05)
}

.postgrado .study-plan .teacher.hasico:hover p, .master .study-plan .teacher.hasico:hover p {
    color: white
}

.postgrado .study-plan .wrapper__agendas .temary .main__title .ico, .master .study-plan .wrapper__agendas .temary .main__title .ico {
    background: #53565A
}

.postgrado .study-plan .wrapper__agendas .temary .main__title .ico svg g, .master .study-plan .wrapper__agendas .temary .main__title .ico svg g {
    stroke: white
}

.postgrado .study-plan .wrapper__agendas .temary .main__title, .master .study-plan .wrapper__agendas .temary .main__title {
    color: white;
    background: #53565A
}

.postgrado .professional-outings .owl-nav button:hover, .master .professional-outings .owl-nav button:hover {
    background: #53565A
}

.postgrado .professional-outings .owl-dots .owl-dot.active span, .postgrado .professional-outings .owl-dots .owl-dot:hover span, .master .professional-outings .owl-dots .owl-dot.active span, .master .professional-outings .owl-dots .owl-dot:hover span {
    background: #53565A
}

.postgrado .professional-outings .wrapper__outings .item p, .master .professional-outings .wrapper__outings .item p {
    color: #53565A
}

.postgrado .professional-outings .wrapper__outings .item:hover p, .master .professional-outings .wrapper__outings .item:hover p {
    color: white
}

.postgrado .professional-outings .wrapper__outings .item:hover:after, .master .professional-outings .wrapper__outings .item:hover:after {
    background: #53565A
}

.postgrado .infoadmision .wrapper__infoadmin .content.left:after, .master .infoadmision .wrapper__infoadmin .content.left:after {
    border-left-color: #53565A
}

.postgrado .infoadmision .wrapper__infoadmin .content.right:after, .master .infoadmision .wrapper__infoadmin .content.right:after {
    border-right-color: #53565A
}

.postgrado .infoadmision .wrapper__infoadmin .item, .master .infoadmision .wrapper__infoadmin .item {
    background: #53565A
}

.postgrado .infoadmision .wrapper__infoadmin .item p.bg, .master .infoadmision .wrapper__infoadmin .item p.bg {
    color: rgba(255, 255, 255, 0.14)
}

.postgrado .infoadmision .wrapper__infoadmin .item .ico.points span, .postgrado .infoadmision .wrapper__infoadmin .item .ico.points:after, .postgrado .infoadmision .wrapper__infoadmin .item .ico.points:before, .master .infoadmision .wrapper__infoadmin .item .ico.points span, .master .infoadmision .wrapper__infoadmin .item .ico.points:after, .master .infoadmision .wrapper__infoadmin .item .ico.points:before {
    background: white
}

.grado .header .breadcrumb li:last-child .link {
    color: #FFB81C
}

.grado .header .btn {
    background: #FFB81C;
    border: 1px solid #FFB81C
}

.grado .info__header .title {
    color: #FFB81C
}

.grado .info__header .item .back {
    background-color: #FFB81C
}

.grado .info__header .wrapper__quotes .quote {
    background: #FFB81C
}

.grado .btn-accent {
    background: #FFB81C;
    border: 1px solid #FFB81C
}

.grado #change_c {
    fill: #FFB81C
}

.grado #change_c circle, .grado #change_c rect {
    fill: #FFB81C
}

.grado .footer a:hover, .grado .footer_sm a:hover {
    color: #FFB81C
}

.grado .footer .sedes .item:hover g, .grado .footer_sm .sedes .item:hover g {
    stroke: #FFB81C
}

.grado .footer .rrss .ico:hover g, .grado .footer_sm .rrss .ico:hover g {
    fill: #FFB81C
}

.grado .advantage .wrapper__advantage {
    background: #FFB81C
}

.grado .campus-life .wrapper__campus .item:hover {
    background: #FFB81C
}

.grado .practices ul li:after {
    color: #FFB81C
}

.grado .practices .wrapper__practices .btn-accent {
    background: #FFB81C;
    border-color: #FFB81C
}

.grado .ico:hover {
    color: #FFB81C
}

.grado .ico:hover p {
    color: #FFB81C
}

.grado .ico:hover.play:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border-left-color: #FFB81C
}

.grado .ico:hover.play:before {
    border-color: #FFB81C
}

.grado .ico.points span, .grado .ico.points:after, .grado .ico.points:before {
    background: #FFB81C
}

.grado .reserch .info__slider ul li:after {
    color: #FFB81C
}

.grado .reserch .reserch__slider .item .info__item {
    background: #FFB81C
}

.grado .reserch .reserch__slider .item .info__item:after {
    border-right-color: #FFB81C
}

.grado .reserch .reserch__slider .item .info__item:before {
    border-bottom-color: #FFB81C
}

.grado .reserch .reserch__slider .item .info__item p {
    color: white
}

.grado .presentation blockquote {
    color: #FFB81C
}

.grado .study-plan .teacher .image {
    background: #FFB81C
}

.grado .study-plan .teacher .image p {
    color: rgba(255, 255, 255, 0.14)
}

.grado .study-plan .teacher:hover {
    background: #FFB81C
}

.grado .study-plan .teacher:hover .image {
    background: #F2F2F2
}

.grado .study-plan .teacher:hover .image p {
    color: rgba(0, 0, 0, 0.05)
}

.grado .study-plan .teacher:hover p {
    color: white
}

.grado .study-plan .teacher.hasico {
    cursor: pointer
}

.grado .study-plan .teacher.hasico:hover {
    background: #FFB81C
}

.grado .study-plan .teacher.hasico:hover .image {
    background: #F2F2F2
}

.grado .study-plan .teacher.hasico:hover .image p {
    color: rgba(0, 0, 0, 0.05)
}

.grado .study-plan .teacher.hasico:hover p {
    color: white
}

.grado .study-plan .wrapper__agendas .temary .main__title {
    background: #FFB81C;
    color: white
}

.grado .study-plan .wrapper__agendas .temary .main__title .ico {
    background: #FFB81C;
    color: white
}

.grado .study-plan .wrapper__agendas .temary .main__title .ico svg g {
    stroke: white
}

.grado .professional-outings .owl-nav button:hover {
    background: #FFB81C
}

.grado .professional-outings .owl-dots .owl-dot.active span, .grado .professional-outings .owl-dots .owl-dot:hover span {
    background: #FFB81C
}

.grado .professional-outings .wrapper__outings .item p {
    color: #FFB81C
}

.grado .professional-outings .wrapper__outings .item:hover p {
    color: white
}

.grado .professional-outings .wrapper__outings .item:hover:after {
    background: #FFB81C
}

.grado .infoadmision .wrapper__infoadmin .content.left:after {
    border-left-color: #FFB81C
}

.grado .infoadmision .wrapper__infoadmin .content.right:after {
    border-right-color: #FFB81C
}

.grado .infoadmision .wrapper__infoadmin .item {
    background: #FFB81C
}

.grado .infoadmision .wrapper__infoadmin .item p.bg {
    color: rgba(255, 255, 255, 0.14)
}

.grado .infoadmision .wrapper__infoadmin .item .ico.points span, .grado .infoadmision .wrapper__infoadmin .item .ico.points:after, .grado .infoadmision .wrapper__infoadmin .item .ico.points:before {
    background: white
}

.doctorado .header .breadcrumb li:last-child .link {
    color: #273878
}

.doctorado .header .btn {
    background: #273878;
    border: 1px solid #273878
}

.doctorado .info__header .title {
    color: #273878
}

.doctorado .info__header .item .back {
    background-color: #273878
}

.doctorado .info__header .wrapper__quotes .quote {
    background: #273878
}

.doctorado .btn-accent {
    background: #273878;
    border: 1px solid #273878
}

.doctorado #change_c {
    fill: #273878
}

.doctorado #change_c circle, .doctorado #change_c rect {
    fill: #273878
}

.doctorado .footer a:hover, .doctorado .footer_sm a:hover {
    color: #273878
}

.doctorado .footer .sedes .item:hover g, .doctorado .footer_sm .sedes .item:hover g {
    stroke: #273878
}

.doctorado .footer .rrss .ico:hover g, .doctorado .footer_sm .rrss .ico:hover g {
    fill: #273878
}

.doctorado .advantage .wrapper__advantage {
    background: #273878
}

.doctorado .campus-life .wrapper__campus .item:hover {
    background: #273878
}

.doctorado .practices ul li:after {
    color: #273878
}

.doctorado .practices .wrapper__practices .btn-accent {
    background: #273878;
    border-color: #273878
}

.doctorado .ico:hover {
    color: #273878
}

.doctorado .ico:hover p {
    color: #273878
}

.doctorado .ico:hover.play:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border-left-color: #273878
}

.doctorado .ico:hover.play:before {
    border-color: #273878
}

.doctorado .ico.points span, .doctorado .ico.points:after, .doctorado .ico.points:before {
    background: #273878
}

.doctorado .reserch .info__slider ul li:after {
    color: #273878
}

.doctorado .reserch .reserch__slider .item .info__item {
    background: #273878
}

.doctorado .reserch .reserch__slider .item .info__item:after {
    border-right-color: #273878
}

.doctorado .reserch .reserch__slider .item .info__item:before {
    border-bottom-color: #273878
}

.doctorado .reserch .reserch__slider .item .info__item p {
    color: white
}

.doctorado .presentation blockquote {
    color: #273878
}

.doctorado .study-plan .teacher .image {
    background: #273878
}

.doctorado .study-plan .teacher .image p {
    color: rgba(255, 255, 255, 0.05)
}

.doctorado .study-plan .teacher:hover {
    background: #273878
}

.doctorado .study-plan .teacher:hover .image {
    background: #F2F2F2
}

.doctorado .study-plan .teacher:hover .image p {
    color: rgba(0, 0, 0, 0.05)
}

.doctorado .study-plan .teacher:hover p {
    color: white
}

.doctorado .study-plan .teacher.hasico {
    cursor: pointer
}

.doctorado .study-plan .teacher.hasico:hover {
    background: #273878
}

.doctorado .study-plan .teacher.hasico:hover .image {
    background: #F2F2F2
}

.doctorado .study-plan .teacher.hasico:hover .image p {
    color: rgba(0, 0, 0, 0.05)
}

.doctorado .study-plan .teacher.hasico:hover p {
    color: white
}

.doctorado .study-plan .wrapper__agendas .temary .main__title {
    background: #273878;
    color: white
}

.doctorado .study-plan .wrapper__agendas .temary .main__title .ico {
    background: #273878
}

.doctorado .study-plan .wrapper__agendas .temary .main__title .ico svg g {
    stroke: white
}

.doctorado .professional-outings .owl-nav button:hover {
    background: #273878
}

.doctorado .professional-outings .owl-dots .owl-dot.active span, .doctorado .professional-outings .owl-dots .owl-dot:hover span {
    background: #273878
}

.doctorado .professional-outings .wrapper__outings .item p {
    color: #273878
}

.doctorado .professional-outings .wrapper__outings .item:hover p {
    color: white
}

.doctorado .professional-outings .wrapper__outings .item:hover:after {
    background: #273878
}

.doctorado .infoadmision .wrapper__infoadmin .content.left:after {
    border-left-color: #273878
}

.doctorado .infoadmision .wrapper__infoadmin .content.right:after {
    border-right-color: #273878
}

.doctorado .infoadmision .wrapper__infoadmin .item {
    background: #273878
}

.doctorado .infoadmision .wrapper__infoadmin .item p.bg {
    color: rgba(255, 255, 255, 0.14)
}

.doctorado .infoadmision .wrapper__infoadmin .item .ico.points span, .doctorado .infoadmision .wrapper__infoadmin .item .ico.points:after, .doctorado .infoadmision .wrapper__infoadmin .item .ico.points:before {
    background: white
}

@media only screen and (max-width: 1300px) {
    .info__header .container {
        width: 1080px
    }
}

@media only screen and (max-width: 1300px) {
    .info__header .container {
        width: 100%
    }

    .info__header .wrapper__quotes img, .info__header .wrapper__quotes amp-img {
        margin: -5vw 0 -0.285em 0
    }
}

@media only screen and (max-width: 768px) {
    .info__header .container {
        padding: 0 0 0 95px
    }

    .info__header .wrapper__cta {
        margin: 0 0 0 -95px;
        width: calc(100% + 95px)
    }

    .info__header .short {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 20px 0
    }

    .info__header .title {
        font-size: 36px;
        line-height: 46px;
        margin: 0 0 30px 0
    }

    .info__header .info {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 40px 0;
        max-width: 540px
    }

    .info__header .wrapper__cta .item {
        padding: 25px 20px 70px 20px
    }

    .info__header .wrapper__cta .item:hover .back {
        bottom: -100%
    }

    .info__header .wrapper__cta .item .btn-accent {
        position: absolute;
        left: 20px;
        bottom: 25px;
        right: 20px
    }

    .info__header .wrapper__cta .item svg {
        max-height: 30px
    }

    .info__header .wrapper__cta .item .info {
        margin: 15px auto;
        font-size: 17px;
        line-height: 24px
    }

    .info__header .wrapper__cta .item .wrapper__text {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .info__header .wrapper__cta .item .back .btn {
        display: none
    }

    .info__header .wrapper__cta .item .dates {
        font-size: 14px;
        line-height: 24px
    }

    .info__header .wrapper__cta .item .dates span {
        font-size: 11px;
        line-height: 17px
    }

    .info__header .wrapper__cta .item .big {
        font-size: 20px;
        line-height: 24px
    }

    .info__header .wrapper__cta .item .medium {
        font-size: 14px;
        line-height: 17px
    }

    .info__header .wrapper__quotes {
        display: grid;
        display: -ms-grid;
        -ms-grid-columns: 65% 35%;
        grid-template-columns: 65% 35%
    }

    .info__header .wrapper__quotes img, .info__header .wrapper__quotes amp-img {
        max-width: 100%;
        margin: 0 -0.285em 0 0
    }

    .info__header .wrapper__quotes .quote {
        padding: 48px 40px;
        max-width: 100%;
        margin: 0;
        font-size: 24px;
        line-height: 34px
    }
}

@media only screen and (max-width: 760px) {
    .info__header .container {
        padding: 0
    }

    .info__header .title {
        margin: 0 0 15px 0
    }

    .info__header .wrapper__cta {
        margin: 0;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2px
    }

    .info__header .wrapper__quotes {
        grid-template-columns: 1fr
    }

    .info__header .wrapper__quotes .quote {
        text-align: center
    }
}

@media only screen and (max-width: 350px) {
    .info__header .wrapper__cta {
        grid-template-columns: 1fr
    }
}

@media only screen and (max-width: 1024px) {
    .advantage .title {
        font-size: 28px
    }

    .advantage .wrapper__advantage {
        grid-template-columns: 1fr 1fr
    }

    .advantage .wrapper__advantage .item {
        padding: 60px 50px 90px 50px
    }

    .advantage .wrapper__advantage .item svg {
        width: 28px
    }

    .advantage .wrapper__advantage .item .ico {
        top: 30px;
        right: 20px
    }
}

@media only screen and (max-width: 768px) {
    .advantage.container-big {
        padding: 0
    }

    .advantage .wrapper__advantage {
        grid-template-columns: 1fr 1fr
    }

    .advantage .wrapper__advantage .item {
        padding: 30px
    }

    .advantage .wrapper__advantage .item .big {
        font-size: 94px;
        line-height: 100px
    }

    .advantage .wrapper__advantage .item .big i {
        font-size: 26px;
        margin: 0 0 0 -0.6vw
    }
}

@media only screen and (max-width: 350px) {
    .advantage .wrapper__advantage {
        grid-template-columns: 1fr
    }
}
@media only screen and (max-width: 1300px) {
	.dropdown .item .main__title .ico {
		padding: 20px 30px;
	}
}
@media only screen and (max-width: 768px) {
    .dropdown .item .main__title {
        font-size: 28px;
        line-height: 34px;
        padding: 4vw 0 4vw 11.5vw
    }

    .dropdown .item.active .content {
        padding: 90px 70px
    }

    .dropdown .item .content {
        grid-template-columns: 1fr
    }

    .dropdown .item .content p {
        margin: 0 0 25px 0;
        font-size: 16px;
        line-height: 24px
    }

    .dropdown .item .content p strong {
        margin: 0 0 15px 0
    }
}

@media only screen and (max-width: 480px) {
    .dropdown.container-big {
        padding: 0
    }

    .dropdown.container-big .item.active .content {
        padding: 20px
    }

    .dropdown.container-big .item .main__title {
        padding: 4vw 130px 4vw 11.5vw;
        font-size: 18px;
        line-height: 24px
    }

    .dropdown.container-big .item .main__title .ico {
        padding: 20px 30px
    }
}

@media only screen and (max-width: 1024px) {
    .related-studies .main__title {
        font-size: 28px;
        line-height: 34px;
        margin: 20px 60px
    }

    .related-studies .wrapper__related .item {
        padding: 100px 20px;
        position: relative
    }

    .related-studies .wrapper__related .item .ico {
        position: absolute;
        right: 10px;
        top: 20px
    }

    .related-studies .wrapper__related .item .desc.top {
        top: 30px
    }

    .related-studies .wrapper__related .item .desc.bottom {
        bottom: 30px
    }

    .related-studies .wrapper__related .item .desc.left {
        left: 20px
    }

    .related-studies .wrapper__related .item .desc.right {
        right: 20px
    }

    .related-studies .wrapper__related .item .desc {
        font-size: 12px;
        line-height: 15px;
        max-width: 130px
    }

    .related-studies .wrapper__related .item .title {
        font-size: 28px;
        line-height: 34px
    }
}

@media only screen and (max-width: 740px) {
    .related-studies.container-big {
        padding: 0
    }

    .related-studies .main__title {
        font-size: 28px;
        line-height: 34px;
        text-align: center
    }

    .related-studies .wrapper__related {
        grid-template-columns: 1fr
    }
}

@media only screen and (max-width: 1600px) {
    .campus-life .overlay {
        top: 0;
        bottom: inherit
    }
}

@media only screen and (max-width: 768px) {
    .campus-life .wrapper__overlay > img, .campus-life .wrapper__overlay > amp-img {
        min-width: auto;
        min-height: 800px;
        width: auto
    }

    .campus-life .overlay {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        padding: 9vw 19vw 9vw 5.3vw;
        grid-column-gap: 0;
        grid-row-gap: 10px;
        max-width: 580px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .campus-life .overlay img {
        grid-column: 1;
        grid-row: 1
    }

    .campus-life .overlay .wrapper__title {
        grid-column: 1;
        grid-row: 2
    }

    .campus-life .overlay .info__text {
        grid-column: 1;
        grid-row: 3
    }

    .campus-life .overlay:after {
        display: none
    }

    .campus-life .overlay .title {
        font-size: 36px;
        line-height: 46px
    }

    .campus-life .overlay .address {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 3vw 0
    }

    .campus-life .overlay .text {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 8vw 0
    }

    .campus-life .overlay .btn-accent {
        font-size: 12px;
        grid-column: 1;
        grid-row: 4
    }

    .campus-life .wrapper__campus {
        grid-template-columns: 1fr
    }

    .campus-life .wrapper__campus .item {
        padding: 8vw 29vw 9vw 21vw
    }

    .campus-life .wrapper__campus .item .ico {
        top: 6vw;
        right: 13vw
    }

    .campus-life .wrapper__campus .item .title {
        font-size: 12px;
        line-height: 15px;
        margin: 4vw 0 8vw 0
    }

    .campus-life .wrapper__campus .item .text {
        font-size: 16px;
        line-height: 24px
    }
}

@media only screen and (max-width: 480px) {
	.campus-life.container-big {
		padding: 0;
	}
	.campus-life .wrapper__overlay>img {
		position: absolute;
		left: 0;
		top: 0;
		min-height: 1000px;
	}
	.campus-life .overlay {
		padding: 20px 30px 70px 30px;
		margin: 0 20px;
		position: inherit;
		left: inherit;
		top: inherit;
		-webkit-transform: none;
		transform: none;
		width: calc(100% - 40px);
		display: block;
	}
	.campus-life .overlay .btn {
		padding: 25px 20px;
		display: block;
	}
	.campus-life .wrapper__campus .item {
		padding: 50px 60px;
	}
	.campus-life .wrapper__campus .item .ico {
		display: none;
	}
}

@media only screen and (max-width: 1200px) {
    .practices .wrapper__practices .info {
        max-width: 100%
    }

    .practices .wrapper__practices .wrapper__testymony {
        width: 100%;
        margin: 20px 0 0 0
    }

    .practices .wrapper__practices .testimony .item:first-child {
        margin: 0
    }
}

@media only screen and (max-width: 768px) {
    .practices.container-big {
        padding: 0
    }

    .practices .wrapper__practices {
        margin: 0;
        padding: 30px 0
    }

    .practices .wrapper__practices .title {
        margin: 0 30px 40px 30px;
        font-size: 28px;
        line-height: 34px
    }

    .practices .wrapper__practices .info {
        width: 100%;
        max-width: inherit;
        margin: 0
    }

    .practices .wrapper__practices ul {
        margin: 0 0 40px 90px
    }

    .practices .wrapper__practices ul li {
        display: inline-block;
        margin: 0 50px 0 0;
        width: 40%;
        font-size: 18px;
        line-height: 30px
    }

    .practices .wrapper__practices ul li:last-child {
        margin: 0
    }

    .practices .wrapper__practices .wrapper__testymony {
        width: 100%;
        margin: 0 0 40px 0;
        grid-gap: 15px;
        overflow: hidden
    }

    .practices .wrapper__practices .wrapper__testymony .item:first-child {
        margin: 0
    }

    .practices .wrapper__practices .btn {
        float: right;
        margin: 0 20px 0 0
    }
}

@media only screen and (max-width: 480px) {
    .practices .wrapper__practices ul {
        margin: 0 0 30px 50px
    }

    .practices .wrapper__practices ul li {
        width: 100%;
        margin: 0 0 25px 0
    }

    .practices .wrapper__practices .testimony.double {
        grid-template-columns: 1fr
    }

    .practices .wrapper__practices .testimony .item .ico.play {
        padding: 0 0 0 50px
    }

    .practices .wrapper__practices .testimony .item .ico.play:after {
        left: 20px;
        top: 16px;
        border-bottom-width: 6px;
        border-top-width: 6px;
        border-left: 11px solid black
    }

    .practices .wrapper__practices .testimony .item .ico.play:before {
        width: 40px;
        height: 40px
    }

    .practices .wrapper__practices .testimony .item img, .practices .wrapper__practices .testimony .item amp-img {
        min-height: 180px;
        width: 100%
    }
}

@media only screen and (max-width: 1200px) {
    .testimony .wrapper__testimony {
        display: inline-block;
        max-width: 100%;
        margin: 0;
        padding: 0
    }

    .testimony .wrapper__testimony .images__testimony {
        width: 100%;
        margin: 0
    }

    .testimony .wrapper__testimony .images__testimony img, .testimony .wrapper__testimony .images__testimony amp-img {
        max-width: 100%
    }

    .testimony .wrapper__testimony .info__testimony {
        padding: 75px 90px
    }

    .testimony .wrapper__testimony .info__testimony .title {
        font-size: 28px
    }

    .testimony .wrapper__testimony .info__testimony .text {
        font-size: 16px;
        line-height: 24px;
        max-width: 360px
    }

    .testimony .wrapper__testimony .info__testimony hr {
        margin: 0 auto 65px
    }

    .testimony .wrapper__testimony .info__testimony .slider__testimony {
        margin: 0 auto;
        max-width: 365px
    }

    .testimony .wrapper__testimony .info__testimony .slider__testimony .item {
        max-width: 100%;
        padding: 100px 0 0 0;
        text-align: center
    }

    .testimony .wrapper__testimony .info__testimony .slider__testimony .item .title {
        font-size: 16px;
        line-height: 16px
    }

    .testimony .wrapper__testimony .info__testimony .slider__testimony .item .text {
        font-size: 16px;
        line-height: 24px
    }

    .testimony .wrapper__testimony .info__testimony .slider__testimony .item .thumbnail {
        width: 80px;
        height: 80px;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media only screen and (max-width: 480px) {
    .testimony .wrapper__testimony .info__testimony {
        padding: 50px 30px
    }
}

@media only screen and (max-width: 1640px) {
    .reserch .info__slider {
        left: 3vw
    }

    .reserch .reserch__slider .item .wrapper__info__item {
        padding: 5vw 3vw;
        max-width: 34vw
    }
}

@media only screen and (max-width: 1400px) {
    .reserch .info__slider {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .reserch .reserch__slider .item {
        max-height: inherit
    }

    .reserch .reserch__slider .item img {
        min-height: 740px;
        width: auto;
        min-width: initial
    }

    .reserch .reserch__slider .item .info__item {
        position: relative;
        right: initial;
        top: initial;
        bottom: initial;
        max-width: 100%
    }

    .reserch .reserch__slider .item .info__item .wrapper__info__item {
        position: relative;
        padding: 5vw;
        right: initial;
        top: initial;
        bottom: initial;
        max-width: 100%
    }

    .reserch .reserch__slider .item .info__item:after {
        display: none
    }

    .reserch .reserch__slider .item .info__item:before {
        position: absolute;
        left: 50%;
        top: -40px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        content: ' ';
        z-index: 2;
        border-bottom: 45px solid #F2F2F2;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent
    }
}

@media only screen and (max-width: 1024px) {
    .reserch.container-big {
        padding: 0
    }

    .reserch .info__slider {
        min-width: 500px;
        top: 100px;
        padding: 60px 100px 100px
    }

    .reserch .info__slider .main__title {
        font-size: 36px;
        line-height: 46px
    }

    .reserch .info__slider .desc {
        font-size: 16px;
        line-height: 24px
    }

    .reserch .info__slider ul li {
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 0 25px
    }

    .reserch .info__slider ul li:after {
        font-size: 22px
    }

    .reserch .info__slider ul li a {
        font-size: 16px;
        line-height: 24px
    }

    .reserch .reserch__slider .item .info__item {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 60px
    }

    .reserch .reserch__slider .item .info__item .title {
        font-size: 36px;
        line-height: 46px
    }

    .reserch .reserch__slider .item .info__item .info {
        font-size: 12px;
        line-height: 15px
    }

    .reserch .reserch__slider .item .info__item .text {
        font-size: 16px;
        line-height: 24px
    }

    .reserch .reserch__slider .item img {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-height: 740px
    }
}

@media only screen and (max-width: 740px) {
    .reserch .info__slider {
        min-width: 100%
    }

    .reserch .reserch__slider .item .info__item {
        grid-gap: 0;
        grid-template-columns: 1fr;
        max-height: inherit
    }

    .reserch .reserch__slider .item .info__item .wrapper__info__item {
        padding: 20px;
        max-height: inherit
    }
}

@media only screen and (max-width: 1800px) {
    .presentation .wrapper__bg__present {
        padding: 50px 0 50px 20px
    }

    .presentation .wrapper__bg__present blockquote {
        margin: 1.6vw 5.2vw 3.4vw 0
    }

    .presentation .wrapper__bg__present .info {
        display: inline-block;
        width: calc(100% - 38vw)
    }

    .presentation .wrapper__bg__present .info .btn {
        float: right
    }

    .presentation .wrapper__bg__present .slider__presentation, .presentation .wrapper__bg__present amp-carousel {
        max-width: 30vw;
        margin: 0
    }

    .presentation .wrapper__bg__present .slider__presentation .item img, .presentation .wrapper__bg__present .slider__presentation amp-img img, .presentation .wrapper__bg__present amp-carousel .item img, .presentation .wrapper__bg__present amp-carousel amp-img img {
        max-height: 660px;
        width: auto
    }
}

@media only screen and (max-width: 1200px) {
    .presentation .wrapper__bg__present .info .title {
        font-size: 28px;
        line-height: 34px
    }

    .presentation .wrapper__bg__present .info .desc {
        font-size: 16px;
        line-height: 24px
    }

    .presentation .wrapper__bg__present .info blockquote {
        font-size: 28px;
        line-height: 38px
    }

    .presentation .wrapper__bg__present .info .btn {
        font-size: 12px;
        display: block;
        max-width: 350px;
        margin: 50px auto;
        padding: 30px 50px
    }
}

@media only screen and (max-width: 1024px) {
    .presentation.container-big {
        padding: 0
    }
}

@media only screen and (max-width: 768px) {
    .presentation .wrapper__bg__present {
        padding: 50px 20px
    }

    .presentation .wrapper__bg__present .info {
        display: inline-block;
        width: 100%
    }

    .presentation .wrapper__bg__present .slider__presentation, .presentation .wrapper__bg__present amp-carousel {
        max-width: 100%;
        margin: 0
    }

    .presentation .wrapper__bg__present .slider__presentation .item, .presentation .wrapper__bg__present .slider__presentation amp-img, .presentation .wrapper__bg__present amp-carousel .item, .presentation .wrapper__bg__present amp-carousel amp-img {
        height: 660px
    }

    .presentation .wrapper__bg__present .slider__presentation .item img, .presentation .wrapper__bg__present .slider__presentation amp-img img, .presentation .wrapper__bg__present amp-carousel .item img, .presentation .wrapper__bg__present amp-carousel amp-img img {
        max-height: inherit;
        width: auto
    }
}

@media only screen and (max-width: 480px) {
	.presentation .wrapper__bg__present {
		padding: 50px 20px;
	}
	.presentation .wrapper__bg__present .slider__presentation,
	.presentation .wrapper__bg__present amp-carousel {
		float: none;
		display: block;
		margin: 50px 0;
		max-width: 100%;
		width: 100%;
	}
	.presentation .wrapper__bg__present .slider__presentation .item,
	.presentation .wrapper__bg__present .slider__presentation amp-img,
	.presentation .wrapper__bg__present amp-carousel .item,
	.presentation .wrapper__bg__present amp-carousel amp-img {
		height: 360px;
	}
	.presentation .wrapper__bg__present .slider__presentation .item img,
	.presentation .wrapper__bg__present .slider__presentation amp-img img,
	.presentation .wrapper__bg__present amp-carousel .item img,
	.presentation .wrapper__bg__present amp-carousel amp-img img {
		width: auto;
		max-height: 360px;
	}
	.presentation .wrapper__bg__present .slider__presentation .owl-nav button,
	.presentation .wrapper__bg__present amp-carousel .owl-nav button {
		width: 60px;
		height: 60px;
	}
	.presentation .wrapper__bg__present .info .btn {
		margin: 50px auto 0;
	}
	.presentation .wrapper__bg__present .info blockquote {
		width: 100%;
		max-width: 100%;
		margin: 0px 0 20px;
	}
}

@media only screen and (max-width: 1200px) {
    .study-plan .main__title {
        font-size: 28px;
        line-height: 36px
    }

    .study-plan .title__area {
        font-size: 18px;
        line-height: 23px
    }

    .study-plan .wrapper__teachers {
        grid-template-columns: repeat(3, 1fr)
    }

    .study-plan .wrapper__teachers .teacher.hasico:hover {
        padding: 25px 60px 75px 60px
    }

    .study-plan .wrapper__teachers .teacher .image {
        width: 105px;
        height: 105px
    }

    .study-plan .wrapper__teachers .teacher img, .study-plan .wrapper__teachers .teacher amp-img {
        min-width: 106px
    }

    .study-plan .wrapper__teachers .teacher .name, .study-plan .wrapper__teachers .teacher .text {
        font-size: 12px;
        line-height: 16px
    }

    .study-plan .wrapper__agendas .temary .main__title {
        font-size: 18px;
        line-height: 30px;
        padding: 45px 150px
    }

    .study-plan .wrapper__agendas .temary .main__title .ico {
        height: 120px;
        padding: 50px 35px
    }

    .study-plan .wrapper__agendas .temary table:nth-child(2) {
        grid-column: auto
    }

    .study-plan .wrapper__agendas .temary .content {
        grid-template-columns: 1fr
    }
}

@media only screen and (max-width: 480px) {
    .study-plan.container-big {
        padding: 0
    }

    .study-plan .main__title {
        padding: 40px 20px;
        text-align: center
    }

    .study-plan .owl-nav {
        padding: 20px
    }

    .study-plan .wrapper__teachers {
        grid-template-columns: 1fr 1fr
    }

    .study-plan .wrapper__agendas .temary table tbody td {
        vertical-align: top
    }

    .study-plan .wrapper__agendas .temary .main__title {
        padding: 45px 120px 45px 40px
    }

    .study-plan .wrapper__agendas .temary.active .content {
        padding: 65px 20px
    }
}

@media only screen and (max-width: 768px) {
    .professional-outings.container-big {
        padding: 13vw 0 0 0
    }

    .professional-outings .slider__pro .item {
        overflow: hidden
    }

    .professional-outings .slider__pro .item img {
        max-width: 65vw;
        margin: 0 -40px -80px -10vw;
        float: left
    }

    .professional-outings .slider__pro .item amp-img {
        float: left;
        min-width: 310px;
        max-width: 65vw;
        margin: 0 -40px -80px -10vw
    }

    .professional-outings .slider__pro .item .title {
        max-width: 39vw;
        vertical-align: top;
        margin: 0 0 30px 0;
        font-size: 5vw;
        line-height: 5.5vw
    }

    .professional-outings .slider__pro .item .teacher {
        max-width: 39vw;
        vertical-align: top;
        display: inline-block;
        position: unset;
        left: initial;
        bottom: initial;
        font-size: 20px;
        line-height: 30px
    }

    .professional-outings .wrapper__outings {
        width: 100% !important
    }

    .professional-outings .wrapper__outings .item {
        padding: 100px 10px
    }

    .professional-outings .wrapper__outings .item p {
        width: 100%;
        font-size: 28px;
        line-height: 34px
    }
}

@media only screen and (max-width: 760px) {
    .professional-outings .slider__pro .item img {
        margin: 0 -10px -80px -12vw
    }

    .professional-outings .slider__pro .item .teacher {
        font-size: 14px;
        line-height: 20px
    }

    .professional-outings .wrapper__outings .item {
        padding: 40px 20px;
        min-height: 340px
    }

    .professional-outings .wrapper__outings .item p {
        word-wrap: break-word;
        white-space: normal;
        font-size: 24px;
        line-height: 30px;
        width: 90%
    }
}
@media only screen and (max-width: 1024px) {
	.infoadmision .wrapper__infoadmin .content .wrapper__content a {
		padding: 14px;
	}
}
@media only screen and (max-width: 768px) {
    .infoadmision.container-big {
        padding: 0
    }

    .infoadmision .main__title {
        font-size: 3.7vw;
        line-height: 4.2vw
    }

    .infoadmision .wrapper__infoadmin {
        grid-template-columns: 1fr 1fr
    }

    .infoadmision .wrapper__infoadmin .item:nth-child(2) input[type=radio]:checked + .content.left {
        left: inherit;
        right: 100%
    }

    .infoadmision .wrapper__infoadmin .item:nth-child(2) input[type=radio]:checked + .content.left:after {
        display: none
    }

    .infoadmision .wrapper__infoadmin .item:nth-child(3) input[type=radio]:checked + .content.right {
        left: 100%;
        right: initial;
        top: -100%
    }

    .infoadmision .wrapper__infoadmin .item:nth-child(3) input[type=radio]:checked + .content.right:after {
        display: none
    }

    .infoadmision .wrapper__infoadmin .item:nth-child(4) input[type=radio]:checked + .content.left {
        left: inherit;
        right: 100%;
        top: -100%
    }

    .infoadmision .wrapper__infoadmin .item:nth-child(4) input[type=radio]:checked + .content.left:after {
        display: none
    }

    .infoadmision .wrapper__infoadmin .item:nth-child(5) input[type=radio]:checked + .content.left {
        left: 100%;
        right: initial;
        top: -200%
    }

    .infoadmision .wrapper__infoadmin .item:nth-child(5) input[type=radio]:checked + .content.left:after {
        display: none
    }

    .infoadmision .wrapper__infoadmin .item:nth-child(6) input[type=radio]:checked + .content.right {
        left: inherit;
        right: 100%;
        top: -200%
    }

    .infoadmision .wrapper__infoadmin .item:nth-child(6) input[type=radio]:checked + .content.right:after {
        display: none
    }

    .infoadmision .wrapper__infoadmin .content {
        height: calc(300% + 2px)
    }

    .infoadmision .wrapper__infoadmin .content.big {
        width: calc(100% + 1px);
        height: calc(300% + 2px)
    }

    .infoadmision .wrapper__infoadmin .content .wrapper__content p, .infoadmision .wrapper__infoadmin .content .wrapper__content a {
        max-width: 100%;
        margin: 0 4vw 2vw 8vw
    }

    .infoadmision .wrapper__infoadmin .item p.bg {
        font-size: 26vw;
        line-height: 22vw
    }

    .infoadmision .wrapper__infoadmin .item p.title {
        font-size: 3.7vw;
        line-height: 4.2vw
    }
}

@media only screen and (max-width: 480px) {
    .infoadmision .wrapper__infoadmin {
        grid-template-columns: 1fr
    }

    .infoadmision .wrapper__infoadmin input[type=radio] {
        max-height: 120px
    }

    .infoadmision .wrapper__infoadmin input[type=radio]:checked + .content {
        position: relative;
        position: relative;
        left: initial !important;
        right: initial !important;
        top: initial !important;
        margin: 4vw -1.8vw -1.8vw -1.8vw;
        width: calc(100% + 3.6vw) !important;
        height: auto
    }

    .infoadmision .wrapper__infoadmin input[type=radio]:checked + .content:after {
        display: none
    }

    .infoadmision .wrapper__infoadmin .item {
        overflow: hidden
    }

    .infoadmision .wrapper__infoadmin .item.active {
        z-index: 99
    }

    .infoadmision .wrapper__infoadmin .item.active .content {
        position: relative;
        position: relative;
        left: initial !important;
        right: initial !important;
        top: initial !important;
        margin: 4vw -1.8vw -1.8vw -1.8vw;
        width: calc(100% + 3.6vw) !important;
        height: auto
    }

    .infoadmision .wrapper__infoadmin .item.active .content:after {
        display: none
    }

    .infoadmision .wrapper__infoadmin .content .wrapper__content a {
        max-width: 100%
    }

    .infoadmision .wrapper__infoadmin .content .wrapper__content ul {
        max-width: 95%
    }
}

@media only screen and (max-width: 1200px) {
    .preuni-curses .wrapper__overlay .overlay {
        padding: 40px;
        grid-column-gap: 40px;
        left: 2vw
    }

    .preuni-curses .wrapper__overlay .overlay .title {
        font-size: 36px;
        line-height: 46px
    }

    .preuni-curses .wrapper__overlay .overlay .desc {
        font-size: 18px;
        line-height: 30px
    }
}

@media only screen and (max-width: 768px) {
    .preuni-curses .wrapper__overlay > img {
        max-width: inherit
    }

    .preuni-curses .wrapper__overlay .overlay {
        left: 50%;
        grid-template-columns: 1fr
    }

    .preuni-curses .wrapper__overlay .overlay .title {
        margin: 0 0 20px 0
    }

    .preuni-curses .wrapper__overlay .overlay .info__text {
        margin: 40px 0 0 0;
        display: grid;
        grid-template-columns: 160px 1fr;
        grid-column-gap: 8vw
    }

    .preuni-curses .wrapper__overlay .overlay .info__text .text {
        grid-row: 1 / span 2
    }

    .preuni-curses .wrapper__overlay .overlay .info__text ul {
        grid-column: 1;
        grid-row: 2
    }

    .preuni-curses .wrapper__overlay .overlay .info__text ul li:after {
        display: none
    }

    .preuni-curses .wrapper__overlay .overlay .info__text .btn {
        grid-column: 1 / span 2
    }
}

@media only screen and (max-width: 480px) {
	.preuni-curses .wrapper__overlay img {
		position: absolute;
		left: 0;
		top: 0;
		min-height: 1000px;
	}
	.preuni-curses .wrapper__overlay .overlay {
		position: inherit;
		left: inherit;
		top: inherit;
		padding: 25px;
	}
	.preuni-curses .wrapper__overlay .overlay .title {
		font-size: 32px;
		line-height: 40px;
	}
	.preuni-curses .wrapper__overlay .overlay .info__text {
		display: inline-block;
	}
}

@media only screen and (max-width: 768px) {
    .intercambio.container-big {
        padding: 0
    }

    .intercambio .item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .intercambio .item .texts {
        padding: 60px 155px
    }

    .intercambio .item .texts .title {
        margin: 0 0 50px 0
    }

    .intercambio .item img {
        max-height: inherit;
        max-width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .intercambio .item {
        grid-template-columns: 1fr
    }

    .intercambio .item .texts {
        padding: 30px 60px
    }
}

@media only screen and (max-width: 768px) {
    .buscador .title {
        font-size: 36px;
        line-height: 46px;
        max-width: 50vw
    }

    .buscador .selector {
        padding: 50px 0 0 0
    }

    .buscador .selector .item p {
        font-size: 18px;
        line-height: 23px
    }

    .buscador .selector .item .ico {
        height: 50px
    }
}

@media only screen and (max-width: 480px) {
    .buscador.container-big {
        padding: 0
    }

    .buscador .wrapper_bg {
        padding: 20px
    }

    .buscador .wrapper_bg .container {
        padding: 0
    }

    .buscador .wrapper__select {
        position: absolute;
        left: 0;
        bottom: -60px
    }

    .buscador .title {
        max-width: 100%
    }

    .buscador .infoadmision .wrapper__infoadmin.sedes {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

@media only screen and (max-width: 1400px) {
    .prof_alumno .wrapper__prof .item img, .prof_alumno .wrapper__prof .item amp-img {
        max-width: 38vw;
        margin: 0 0 -181px 0
    }

    .prof_alumno .wrapper__prof .item .title {
        max-width: 40vw
    }

    .prof_alumno .wrapper__prof .item .teacher {
        left: 39vw;
        bottom: 40px
    }

    .prof_alumno .wrapper__alumno blockquote {
        max-width: 380px;
        padding: 50px 80px;
        font-size: 36px;
        line-height: 40px;
        vertical-align: top
    }

    .prof_alumno .wrapper__alumno .image {
        max-width: 50%;
        width: 100%
    }

    .prof_alumno .wrapper__alumno .image img {
        max-width: 100%;
        width: 100%
    }

    .prof_alumno .wrapper__alumno .text {
        padding: 3vw 5vw;
        max-width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    .prof_alumno .item {
        padding: 0 0 6vw 0
    }
}

@media only screen and (max-width: 768px) {
    .prof_alumno .wrapper__prof {
        padding: 40px 0 0 0
    }

    .prof_alumno .wrapper__prof .item {
        padding: 0 0 70px 0
    }

    .prof_alumno .wrapper__prof .item .btn-standar {
        max-width: 100%;
        margin: 2vw 0 5vw 0
    }

    .prof_alumno .wrapper__prof .item img, .prof_alumno .wrapper__prof .item amp-img {
        max-width: 50vw;
        margin: 0 0 -215px 0
    }

    .prof_alumno .wrapper__prof .item .title {
        max-width: 35vw;
        font-size: 36px;
        line-height: 46px;
        margin: 0 0 0 30px
    }

    .prof_alumno .wrapper__prof .item .teacher {
        left: 53vw;
        bottom: 10px
    }

    .prof_alumno .wrapper__alumno .text {
        padding: 3vw 12vw
    }

    .prof_alumno .wrapper__alumno .text .btn-standar {
        margin: 5vw 0 3vw 0
    }

    .prof_alumno .wrapper__alumno blockquote {
        padding: 60px 50px
    }
}

@media only screen and (max-width: 480px) {
    .prof_alumno.container-big {
        padding: 0
    }

    .prof_alumno.container-big .wrapper__prof .item {
        position: relative;
        padding: 0 0 50vw 0
    }

    .prof_alumno.container-big .wrapper__prof .item img {
        position: absolute;
        left: -16vw;
        bottom: -113px;
        margin: 0;
        max-width: 60%
    }

    .prof_alumno.container-big .wrapper__prof .item .title {
        max-width: 56%;
        margin: 0 0 0 38%
    }

    .prof_alumno.container-big .wrapper__alumno blockquote {
        max-width: 100%
    }

    .prof_alumno.container-big .wrapper__alumno .title {
        margin: -50px 0 50px 0;
        max-width: 50%;
        font-size: 28px;
        line-height: 34px
    }

    .prof_alumno.container-big .wrapper__alumno .image {
        max-width: 100%
    }

    .prof_alumno.container-big .wrapper__alumno .image .alumno {
        text-align: right;
        margin: 30px 20px 0 0
    }

    .prof_alumno.container-big .wrapper__alumno .text {
        padding: 20px
    }
}

@media only screen and (max-width: 1920px) {
    .news .wrapper__item .texts {
        padding: 8vw 0 5vw 9vw
    }

    .news .wrapper__item .texts .title {
        font-size: 1.9vw;
        line-height: 1.9vw;
        margin: 1.5vw 0 2vw 0
    }

    .news .wrapper__item .texts .section {
        font-size: 0.8vw
    }

    .news .wrapper__item .texts .text {
        font-size: 1vw;
        line-height: 1.8vw
    }

    .news .wrapper__item .info {
        padding: 2.5vw 3vw
    }

    .news .wrapper__item .info .title {
        font-size: 0.8vw
    }

    .news .wrapper__item .info .text {
        font-size: 1vw;
        line-height: 1vw
    }
}

@media only screen and (max-width: 1400px) {
    .news .wrapper__item .images .info .text {
        position: unset;
        left: inherit;
        bottom: inherit;
        right: inherit
    }
}

@media only screen and (max-width: 1024px) {
    .news .wrapper__item .texts {
        grid-row: 1;
        -ms-grid-row: 1;
        padding: 25px
    }

    .news .wrapper__item .texts:after {
        display: none
    }

    .news .wrapper__item .texts .title {
        font-size: 28px;
        line-height: 34px;
        margin: 20px 0 10px 0
    }

    .news .wrapper__item .texts .section {
        font-size: 12px
    }

    .news .wrapper__item .texts .text {
        font-size: 16px;
        line-height: 24px
    }

    .news .wrapper__item .info {
        grid-column: 2 / span 2;
        grid-row: 2;
        padding: 2.5vw 3vw
    }

    .news .wrapper__item .info .title {
        font-size: 12px
    }

    .news .wrapper__item .info .text {
        left: 35px;
        font-size: 16px;
        line-height: 24px
    }

    .news .wrapper__item .image.first {
        grid-column: 2 / span 2;
        grid-row: 1
    }
}

@media only screen and (max-width: 480px) {
    .news.container-big {
        padding: 0
    }

    .news .wrapper__item {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr)
    }

    .news .wrapper__item .image.first {
        grid-column: auto;
        grid-row: auto
    }

    .news .wrapper__item .image.small {
        grid-row: 4
    }

    .news .wrapper__item .info {
        grid-column: auto;
        grid-row: 3;
        padding: 45px 55px
    }

    .news .wrapper__item .info .text {
        left: 45px;
        right: 45px
    }
}

@media only screen and (max-width: 1400px) {
    .header__home .wrapper__header.highlight {
        padding: 0 0 250px 0
    }

    .header__home .wrapper__header.highlight .text {
        bottom: calc(4.2vw + 250px)
    }

    .header__home .wrapper__header .date {
        padding: 40px;
        text-align: left
    }

    .header__home .wrapper__header .date .title {
        float: none
    }

    .header__home .wrapper__header .date .desc {
        float: none;
        clear: inherit
    }

    .header__home .wrapper__header .date ul {
        float: right
    }

    .header__home .wrapper__header .date ul .off {
        display: inline-block;
        margin: 0
    }

    .header__home .wrapper__header .date ul .big .on {
        -webkit-transform: none;
        transform: none;
        position: relative;
        right: 0;
        top: 0;
        text-align: center
    }

    .header__home .wrapper__header .date li {
        display: inline-block
    }

    .header__home .wrapper__header .highlight {
        position: absolute;
        bottom: 0;
        top: inherit;
        width: 100%;
        height: auto
    }

    .header__home .wrapper__header .highlight .item {
        display: inline-block;
        width: calc(33% - 3px);
        padding: 3vw 5vw
    }
}

@media only screen and (max-width: 768px) {
    .header__home .wrapper__header {
        min-height: 480px;
        display: block;
        overflow: hidden
    }

    .header__home .wrapper__header.highlight {
        padding: 0
    }

    .header__home .wrapper__header.highlight .text {
        bottom: inherit;
        top: 160px
    }

    .header__home .wrapper__header .highlight {
        position: relative
    }

    .header__home .wrapper__header .highlight .item {
        display: inline-block;
        width: 100%;
        padding: 3vw 5vw
    }

    .header__home .wrapper__header .highlight .item p.desc {
        max-width: 100%
    }

    .header__home .wrapper__header .logo img {
        height: inherit
    }

    .header__home .wrapper__header img {
        min-height: inherit;
        display: block;
        width: auto;
        height: 420px
    }

    .header__home .wrapper__header .text {
        max-width: 320px
    }

    .header__home .wrapper__header .text .title {
        font-size: 36px;
        line-height: 46px;
        margin: 0 0 30px 0
    }

    .header__home .cards {
        grid-template-columns: 1fr
    }

    .header__home .cards .item {
        padding: 55px 45px
    }

    .header__home .cards .item p {
        font-size: 20px
    }

    .header__home .cards .item p.bg {
        font-size: 200px;
        line-height: 100px
    }
}

@media only screen and (max-width: 480px) {
    .header__home .cards {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr
    }
}

@media only screen and (max-width: 1400px) {
    .reserch .reserch__slider .item .info__item:before {
        border-bottom-color: #53565A
    }
}

@media only screen and (max-width: 1200px) {
    .home__news .main__title {
        right: inherit;
        left: 0;
        font-size: 36px;
        line-height: 46px;
        padding: 45px
    }

    .home__news .slider__news.last .owl-nav {
        bottom: 0
    }

    .home__news .slider__news .item .wrapper__texts {
        padding: 145px 45px
    }

    .home__news .slider__news .item .wrapper__texts .title {
        font-size: 28px;
        line-height: 34px
    }

    .home__news .slider__news .item .wrapper__texts.right {
        padding: 145px 45px;
        height: 100%
    }
}

@media only screen and (max-width: 620px) {
    .home__news.container-big {
        padding: 0
    }

    .home__news .main__title {
        position: inherit;
        width: 100%
    }

    .home__news .slider__news.last .item .wrapper__texts {
        grid-row: 2;
        -ms-grid-row: 2
    }

    .home__news .slider__news.last .item .wrapper__image {
        grid-row: 1;
        -ms-grid-row: 1
    }

    .home__news .slider__news .item {
        grid-template-columns: 1fr
    }

    .home__news .slider__news .item.right .wrapper__texts {
        padding: 55px 75px
    }

    .home__news .slider__news .item.right .wrapper__texts:before {
        display: none
    }

    .home__news .slider__news .item.right .wrapper__texts:after {
        content: "";
        display: inline-block;
        position: absolute;
        border: none;
        right: inherit;
        left: 40%;
        top: -30px;
        width: 0;
        height: 0;
        content: ' ';
        z-index: 2;
        border-bottom: 60px solid white;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent
    }

    .home__news .slider__news .item .wrapper__texts {
        padding: 55px 75px;
        position: relative
    }

    .home__news .slider__news .item .wrapper__texts:before {
        position: absolute;
        border: none;
        right: inherit;
        left: 40%;
        top: -30px;
        width: 0;
        height: 0;
        content: ' ';
        z-index: 2;
        border-bottom: 60px solid white;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent
    }

    .home__news .slider__news .item .wrapper__image img {
        width: 100%;
        -webkit-transform: none;
        transform: none
    }
}

@media only screen and (max-width: 768px) {
    .calendar .owl-nav {
        top: -80px
    }

    .calendar .main__title {
        font-size: 36px;
        line-height: 46px
    }

    .calendar .slider__calendar .item .date {
        display: block;
        font-size: 28px;
        line-height: 34px
    }

    .calendar .slider__calendar .item .date span {
        font-size: 28px;
        line-height: 34px
    }

    .calendar .slider__calendar .item .card p {
        font-size: 16px;
        line-height: 24px
    }

    .calendar .main__btn {
        max-width: 400px
    }
}

body:after {
    content: 'desktop';
    display: none
}
@media only screen and (max-width: 1570px) {
	.footer {
		padding: 90px 20px 40px 20px;
	}
}
@media only screen and (max-width: 1500px) {
    .footer .sedes {
        grid-template-columns: repeat(4, 1fr)
    }

    .container {
        width: 1080px
    }
}

@media only screen and (max-width: 1400px) {
    .container {
        width: 100%;
        max-width: 1080px
    }

    .container-big {
        max-width: 1160px
    }

    .header .wrapper__header {
        grid-template-columns: 300px 4fr 1fr;
        -ms-grid-columns: 0px 300px 40px 4fr 40px 2fr
    }

    .header .breadcrumb {
        grid-column: 1 / span 2
    }

    .header .logo {
        grid-column-start: 1
    }

    .header .btn {
        margin: 0
    }

    .footer .container, .footer_sm .container {
        width: 100%;
        padding: 0 30px
    }
}

@media only screen and (max-width: 1200px) {
    body:after {
        content: 'small_desktop'
    }

    .container {
        width: 100%;
        max-width: 960px
    }

    .container-big {
        max-width: 960px
    }
}

@media only screen and (max-width: 1024px) {
    body:after {
        content: 'tablet'
    }

    .container {
        width: 100%;
        padding: 0 20px
    }

    .container-fluid {
        width: 100%
    }

    .main__menu {
        padding: 20px 45px;
        min-height: inherit
    }

    .footer .wrappper__footer {
        grid-template-columns: 1fr 1fr;
        grid-gap: 0
    }

    .footer .logos {
        -ms-grid-column: 2
    }

    .footer .rrss {
        -ms-grid-column: 3;
        grid-row: 2;
        grid-column: 1 / span 2
    }

    .footer .sedes {
        -ms-grid-column: 1
    }
}

@media only screen and (max-height: 940px) {
    .main__menu {
        padding: 20px 45px
    }

    .main__menu .ico {
        margin: 30px 0 0 0
    }

    .main__menu .logo__text {
        margin: 260px 0 70px 0;
        width: 258px
    }
}

@media only screen and (max-height: 770px) {
    .main__menu .ico.search {
        position: relative;
        bottom: inherit;
        left: inherit
    }
}

@media only screen and (max-height: 769px) {
    .main__menu .ico {
        margin: 20px 0 0 0
    }

    .main__menu .logo__text {
        margin: 230px 0 50px 0;
        width: 248px
    }

    .wrapper__expand .menu .item {
        padding: 1.6vw 2.6vw
    }
}

@media only screen and (max-width: 768px) {
    body {
        padding: 60px 0 0 0
    }

    body:after {
        content: 'tablet'
    }

    .container {
        width: 100%;
        padding: 0 20px
    }

    .btn {
        display: inline-block;
        padding: 10px 20px;
        font-size: 14px;
        line-height: 16px
    }

    .hide-desktop {
        display: inline-block
    }

    .main__menu {
        width: 100%;
        height: 60px;
        padding: 15px 20px
    }

    .main__menu .hide-mobile {
        display: none
    }

    .main__menu .tablet {
        float: right
    }

    .main__menu .tablet a {
        vertical-align: middle;
        margin: 0 1.5vw
    }

    .main__menu .btn__main__menu {
        display: inline-block;
        margin: 7px 0 -7px 0
    }

    .main__menu .btn__main__menu p {
        display: none
    }

    .main__menu .ico {
        display: none;
        margin: 0 20px 0 0
    }

    .main__menu .ico.search {
        display: inline-block;
        position: relative;
        bottom: inherit;
        left: inherit;
        margin: 0 0 0 15px;
        vertical-align: middle
    }

    .main__menu .ico.active .wrapper__form {
        left: calc(-100vw + 43px);
        top: 45px
    }

    .main__menu .ico .wrapper__form {
        left: 200px;
        top: -25px
    }

    .main__menu .ico.hide-desktop {
        display: inline-block
    }

    .main__menu .link {
        margin: 0
    }

    .main__menu .link.hide-desktop {
        display: inline-block
    }

    .main__menu .logo__text {
        display: inline-block;
        margin: 0 0 0 15vw;
        vertical-align: middle;
        max-width: 370px;
        letter-spacing: 4px;
        width: auto;
        -webkit-transform: none;
        transform: none
    }

    .wrapper__expand {
        height: 0;
        width: 100vw;
        right: 0
    }

    .wrapper__expand.active {
        height: 100vh
    }

    .wrapper__expand.active .main__menu {
        z-index: 1001
    }

    .wrapper__expand .main__menu {
        width: 100%;
        height: 120px;
        position: absolute;
        right: 0;
        top: calc(100vh - 120px);
        left: inherit;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        padding: 0;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .wrapper__expand .main__menu .ico {
        cursor: pointer;
        display: inline-block;
        margin: 0;
        text-align: left;
        padding: 12px 15px
    }

    .wrapper__expand .main__menu .ico.arrow {
        grid-row: 2;
        padding: 5px;
        margin: 0 5px 16px 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        max-width: 40px
    }

    .wrapper__expand .main__menu .ico .content {
        opacity: 1;
        left: 0;
        right: inherit;
        top: 0;
        width: 100%;
        padding: 20px 10px;
        height: 100%;
        text-align: center
    }

    .wrapper__expand .main__menu .ico .content.form {
        top: 0;
        bottom: inherit;
        left: 0;
        width: 100%;
        padding: 20px 30px
    }

    .wrapper__expand .main__menu .ico .content.form form {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        position: absolute;
        left: 0;
        bottom: -500px
    }

    .wrapper__expand .main__menu .ico:hover .content.form, .wrapper__expand .main__menu .ico.active .content.form {
        min-width: inherit;
        top: 0;
        bottom: inherit;
        left: 0;
        width: 100%;
        padding: 20px 30px
    }

    .wrapper__expand .main__menu .ico:hover .content.form form, .wrapper__expand .main__menu .ico.active .content.form form {
        padding: 10px;
        bottom: 59px;
        background: white
    }

    .wrapper__expand .main__menu .bottom {
        height: 100%;
        grid-row: 1;
        margin: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr
    }

    .wrapper__expand .menu {
        grid-template-columns: repeat(4, 1fr);
        padding: 60px 0 120px 0
    }

    .wrapper__expand .menu .item {
        min-width: 380px
    }
.wrapper__expand .menu .item p {
          max-width: 85%; }
      .wrapper__expand .menu div {
        -ms-grid-rows: (80px)[7];
            grid-template-rows: repeat(7, 80px);
        background: #F2F2F2; }
        .wrapper__expand .menu div.thrid-level {
          -ms-grid-columns: 1fr 1fr;
              grid-template-columns: 1fr 1fr;
          -ms-grid-rows: (100px)[7];
              grid-template-rows: repeat(7, 100px); }
          .wrapper__expand .menu div.thrid-level .item {
            min-width: 70vw; }
        .wrapper__expand .menu div.second-level {
          -ms-grid-rows: (120px)[7];
              grid-template-rows: repeat(7, 120px); }
    .wrapper__expand .menu div.thrid-level {
        grid-template-columns: 1fr 1fr
    }

    .wrapper__expand .menu div.thrid-level .item {
        min-width: 70vw
    }

    .header {
        padding: 0 0 30px 0
    }

    .header .wrapper__header {
        grid-template-columns: 95px 1fr 1fr 1fr 20px;
        -ms-grid-columns: 0px 95px 0px 1fr 0px 1fr 0 1fr 0 1fr 0 20px;
        grid-template-rows: 40px 1fr 40px;
        grid-gap: 0;
        grid-row-gap: 20px
    }

    .header .breadcrumb {
        grid-column: 2 / span 3;
        grid-row-start: 3
    }

    .header .breadcrumb li {
        font-size: 12px;
        line-height: 15px
    }

    .header .breadcrumb li:after {
        margin: 0 5px
    }

    .header .breadcrumb .link {
        font-size: 12px;
        line-height: 15px
    }

    .header .logo {
        grid-column-start: 2;
        grid-row-start: 2
    }

    .header .btn {
        margin: 0;
        grid-column-start: 4;
        grid-row-start: 2
    }

    .footer_sm .first {
        display: inline-block;
        text-align: center;
        margin: 0
    }

    .footer_sm ul {
        display: inline-block
    }

    .footer_sm ul li {
        margin: 0 8px
    }

    .hide-mobile {
        display: none
    }
}

@media only screen and (max-width: 625px) {
    .footer.container-big {
        padding: 50px 20px
    }

    .footer .wrappper__footer {
        grid-template-columns: 1fr;
        grid-gap: 0;
        grid-row-gap: 60px
    }

    .footer .logos {
        -ms-grid-row: 1;
        grid-row: 1
    }

    .footer .rrss {
        -ms-grid-row: 3;
        grid-row: 3
    }

    .footer .sedes {
        grid-row: 2;
        -ms-grid-row: 2
    }

    .footer_sm .container {
        padding: 0 10px
    }

    .footer_sm .first, .footer_sm ul {
        display: block;
        text-align: center;
        font-size: 16px;
        margin: 10px 0
    }

    .footer_sm .first li a, .footer_sm ul li a {
        font-size: 16px
    }

    .container-big {
        max-width: 100%;
        width: 100%;
        padding: 0 20px
    }

    .header {
        padding: 20px 20px 0 20px
    }

    .header .wrapper__header {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 80px;
        grid-gap: 0
    }

    .header .breadcrumb {
        grid-column: 1 / span 3;
        grid-row: 2;
        -ms-flex-item-align: end;
        align-self: end
    }

    .header .breadcrumb .link {
        font-size: 12px;
        line-height: 15px
    }

    .header .logo {
        grid-column: 1 / span 3;
        grid-row-start: 1;
        max-width: 225px;
        margin: 0 auto
    }

    .header .logo img {
        width: 100%
    }

    .header .btn {
        margin: 0;
        grid-column-start: 3;
        grid-row-start: 3
    }

    .main__menu .ico.hide-desktop, .main__menu .link.hide-desktop {
        display: none
    }

    .main__menu .ico.search, .main__menu .link.search {
        margin: 0
    }

    .main__menu .ico input {
        display: block
    }

    .main__menu .ico.active .wrapper__form {
        padding: 20px
    }

    .main__menu .logo__text {
        font-size: 3vw;
        margin: 0 0 0 4vw;
        display: inline-block
    }

    .wrapper__expand .menu > div {
        width: 100%
    }

    .wrapper__expand .menu .item {
        min-width: 90vw;
        padding: 30px 60px
    }

    .wrapper__expand .menu .item.active .ico {
        width: 16px;
        height: 16px;
        background: url("../images/common/arrow_back.svg") no-repeat center;
        background-size: contain
    }

    .wrapper__expand .menu .item.active .ico span {
        display: none
    }

    .wrapper__expand .menu .item.active .ico:after, .wrapper__expand .menu .item.active .ico:before {
        display: none
    }

    .wrapper__expand .menu .item .ico {
        right: 10px;
        top: 10px
    }

    .wrapper__expand .main__menu .ico {
        padding: 12px 5px 12px 8px
    }

    .wrapper__expand .main__menu .ico .content {
        padding: 15px 10px 15px 30px;
        text-align: left
    }

    .wrapper__expand .main__menu .ico .content p {
        font-size: 11px;
        line-height: 12px
    }

    .wrapper__expand .main__menu .ico .content.form {
        padding: 14px 5px 10px 30px
    }

    .wrapper__expand .main__menu .ico .content.form form {
        left: -132px
    }

    .wrapper__expand .main__menu .ico:hover .content.form, .wrapper__expand .main__menu .ico.active .content.form {
        padding: 14px 5px 10px 30px
    }

    .main__menu .bottom .ico svg {
        max-width: 18px
    }
}

@media only screen and (max-width: 460px) {
    .main__menu .logo__text {
        font-size: 2.5vw
    }
}

@media only screen and (max-width: 380px) {
    .main__menu .logo__text {
        font-size: 12px;
        line-height: 16px;
        max-width: 100%;
        display: block;
        margin: -25px 40px -35px
    }

    .main__menu .ico.search {
        margin: 0
    }

    .header {
        padding: 20px 10px 40px 10px
    }

    .header .btn {
        font-size: 10px
    }
}