@import 'blocks/blocks-titularfull.css';
@import 'blocks/blocks-video-bg.css?v=2';
@import 'blocks/blocks-video-pop.css?v=2';
@import 'blocks/blocks-texto-cols.css';
@import 'blocks/blocks-team.css';
@import 'blocks/blocks-carrusel.css';
@import 'blocks/blocks-galeria.css';
@import 'blocks/blocks-testimonals.css';
@import 'blocks/blocks-nav-slider.css';
@import 'blocks/blocks-proyectos.css';
@import 'blocks/blocks-menu.css';
@import 'blocks/blocks-blog.css';
@import 'blocks/blocks-legal.css';
@import 'blocks/blocks-accordion.css';
@import 'blocks/blocks-hero.css';
@import 'blocks/blocks-texto-imagen.css';
@import 'blocks/blocks-mapa-contacto.css';
@import 'blocks/blocks-noticias.css';
@import 'blocks/footer.css';
@import 'blocks/formulario.css?v=2';
@import 'blocks/modals.css';
@import 'blocks/burger-menu.css';



/*
@font-face{
    font-family:Emtype-rg;
    src:url(fonts/Emtype-Foundry-PeriodicoDisplay-Rg.63017a.woff)
}
@font-face{
    font-family:Emtype-sb;
    src:url(fonts/Emtype-Foundry-PeriodicoDisplay-SmBd.92b10a.woff)
}
@font-face{
    font-family:Emtype-lg;
    src:url(fonts/Emtype-Foundry-PeriodicoDisplay-UtLg.c84f89.woff)
}

@font-face {
    font-family: Visuelt-rg;
    src: url(fonts/visuelt-regular-pro.0043fd.woff)
}

@font-face {
    font-family: Visuelt-lg;
    src: url(fonts/visuelt-light-pro.c5e98e.woff)
}

@font-face {
    font-family: Visuelt-bd;
    src: url(fonts/visuelt-bold-pro.7d0b09.woff)
}*/

@font-face {
     font-family: 'Periodico';
     src: url("fonts/PeriodicoDisplay-UtLg.woff2") format("woff2"), url("fonts/PeriodicoDisplay-UtLg.woff") format("woff");
     font-weight: 400;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Periodico';
     src: url("fonts/PeriodicoDisplay-Rg.woff2") format("woff2"), url("fonts/PeriodicoDisplay-Rg.woff") format("woff");
     font-weight: 600;
     font-style: bold;
     font-display: swap;
}
@font-face{
    font-family: 'Emtype-sb';
    src:url("fonts/Emtype-Foundry-PeriodicoDisplay-SmBd.92b10a.woff");
}
 @font-face {
     font-family: 'Visuelt';
     src: url("fonts/VisueltPro-Regular.woff2") format("woff2"), url("fonts/VisueltPro-Regular.woff") format("woff");
     font-weight: 400;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Visuelt';
     src: url("fonts/VisueltPro-Bold.woff2") format("woff2"), url("fonts/VisueltPro-Bold.woff") format("woff");
     font-weight: 700;
     font-style: normal;
     font-display: swap;
}


body{
    color: #3e3e3e;
}
.bg-viu{
    background: #E65014;
}
.bg-viu-morado{
     background: #481982;
}
.text-viu{
    color: #E65014;
}
.text-viu-morado{
    color: #481982;
}


p{
    font-family: 'Visuelt', sans-serif;
    font-weight: 400;
}
.periodico-l{
    font-family: 'Periodico', serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .2px;
    /*font-size-adjust: 0.5;*/
    text-rendering: optimizeLegibility;
}
.periodico,
.periodico-b{
    font-family: 'Periodico', serif;
    font-weight: 600;
    font-style: bold;
    letter-spacing: .2px;
    /*font-size-adjust: 0.5;*/
    text-rendering: optimizeLegibility;
}

body{
    font-family: 'Visuelt', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
.visuelt-l{
    font-family: 'Visuelt', sans-serif;
    font-weight: 400;
     font-style: normal;
    text-rendering: optimizeLegibility;
}
.visuelt,
.visuelt-b{
    font-family: 'Visuelt', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-rendering: optimizeLegibility;
}


/*
.container {
    padding: 0 0px;
    max-width: 100%;
}
.row-max-w {
    width: 100%;
    max-width: 100%;
}
*/
.col-facultad-info {
    padding: 0 30px 0 0;
}
.col-facultad-sticky{
    background: #F6F4F1;
    padding: 30px 0 0 30px;
}
#BoxFacultad{
    position: relative;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 54%, rgba(246,244,241,1) 54%);
}
#BoxHome{
    position: relative;
    background:white;
}
#BoxFacultad .row{
    background: white;
}

#BoxHome .container:first-of-type {
    max-width: 1380px;
    margin: auto;
}
.sticky-top {
    top: 160px;
    /*height: 500PX;*/
    background: white;
    padding: 20px;
    border-radius: 10px;
}

.wblock-video-bg {
    height: 520px;
}
.video-wrap {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
}

nav.sticky-pro {
    background: white;
    position: fixed;
}
nav.sticky-pro.minimize{
    background: white;
    background: white;
    -webkit-box-shadow: 0px 10px 14px 0px rgb(0 0 0 / 2%);
    -moz-box-shadow: 0px 10px 14px 0px rgb(0 0 0 / 2%);
    box-shadow: 0px 10px 14px 0px rgb(0 0 0 / 2%);
}
.logo-nav-viu-2{
    position: absolute;
    top: 0;
    left: 0;
}

nav.sticky-pro {
    height: 96px;
    padding: 20px;
    /*border: 1px solid;*/
    display: inline-flex;
}
.site-content{
    padding-top: 96px;
}


.navbar .sticky-logo-item {
    top: 0px;
    position: relative;
}
.sticky-box-logo {
    height: auto;
    width: 30%;
    justify-content: flex-start;
}

nav.sticky-pro .logo-nav-viu-1{
    opacity: 0;
}
nav.sticky-pro .logo-nav-viu-2{
    opacity: 1;
}
nav.sticky-pro.minimize .logo-nav-viu-1{
    opacity: 1;
}
nav.sticky-pro.minimize .logo-nav-viu-2{
    opacity: 0;
}
.viu-menu-normal{
    margin: 0;
    background: #ffffff;
    width: auto;
    display: inline-block;
    color: #e74f00 !important;
    padding: 7px 20px;
    border-radius: 20px;
    padding: 9px 20px 8px 20px;
    border: none;
    border: 1px solid #0000001c;
    cursor: pointer;
    margin-right: 10px;
}
.viu-menu-normal:hover{
    color: #000 !important;
}

.sf-menu {
    margin: 0 10px 0 0;
}
.sf-arrows .sf-with-ul {
    touch-action: pan-y;
    margin: 0;
    background: #ffffff;
    width: auto;
    display: inline-block;
    color: #e74f00;
    padding: 7px 20px;
    border-radius: 20px;
    padding: 9px 20px 8px 20px;
    border: none;
    border: 1px solid #0000001c;
    cursor: pointer;
}
.sf-arrows .sfHover .sf-with-ul,
.sf-arrows .sf-with-ul:hover{
    color: #000;
}
.sf-arrows .sfHover .sf-with-ul svg path,
.sf-arrows .sf-with-ul:hover svg path{
    fill: #000;
}
.sf-menu li,
.sf-menu li:hover, .sf-menu li.sfHover{
    background: transparent;
}

.sf-menu li ul {
   box-shadow: none;
    border-radius: 10px;
    overflow: hidden;
    background: white;
    margin-top: 3px;
    border: 1px solid #0000001c;
}
.sf-menu li ul li{
    background: white;
}
.sf-menu li ul li a {
    border: none;
    padding: 8px 18px;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    color: #e74f00;
}
.sf-menu li ul li a:hover {

    color: black;
}
.sf-arrows .sf-with-ul:after {
    display: none;
    /*content: "";
    width: 14px;
    height: 100%;
    position: absolute;
    right: 14px;
    top: 2px;
    pointer-events: none;
    border: none;
    background-image: url(../svg/arrow-viu.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px;*/
}
.sf-with-ul svg{
    width: 11px;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    pointer-events: none;
}


.sf-menu-orange {
    margin: 0 0 0 10px;
}
.sf-menu-orange.sf-arrows .sf-with-ul {
    background: #e74f00;
    color: #ffffff;
    width: 88px;
    padding: 9px 10px 8px 10px;
}
.sf-menu-orange.sf-arrows .sf-with-ul .country-es{
    background-image: url(../svg/es.svg);
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 24px;
    background-position: center left;
    background-size: 17px;
}
.sf-menu-orange.sf-arrows .sf-with-ul .country-int{
    background-image: url(../svg/int2.svg);
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 24px;
    background-position: center left;
    background-size: 17px;
}

.sf-menu-orange.sf-arrows .sf-with-ul .country-es{
    background-image: url(../svg/es.svg);
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 24px;
    background-position: center left;
    background-size: 17px;
}
.sf-menu-orange.sf-arrows .sf-with-ul path,
.sf-menu-orange.sf-arrows .sf-with-ul:hover path,
.sf-menu-orange.sf-arrows .sfHover .sf-with-ul path{
    fill: #fff;
}
.sf-menu.sf-menu-orange li ul {
    box-shadow: none;
    border-radius: 30px;
    overflow: hidden;
    background: white;
    margin-top: 3px;
    border: 1px solid #0000001c;
    min-width: 88px;
}
.sf-menu.sf-menu-orange li ul li a {
    padding: 10px 10px 6px;
    color: black;
}
.sf-menu.sf-menu-orange li ul .country-int{
    background-image: url(../svg/int.svg);
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 24px;
    background-position: top left;
    background-size: 17px;
}
.sf-menu.sf-menu-orange li ul .country-es{
    background-image: url(../svg/es.svg);
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 24px;
    background-position: top left;
    background-size: 17px;
}

.sf-menu.sf-menu-orange .sf-with-ul svg {
    width: 11px;
    margin: 0;
    padding: 0;
    margin-left: 6px;
    pointer-events: none;
}


.sticky-box-menu{
    width: 70%;
    display: flex;
    align-items: center;
    align-self: normal;
    justify-content: flex-end;
}
.block-menu-principal {
    display: inline-block;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
#menu-principal {
   display: flex;
    justify-content: flex-end;
}





.wblock-video-bg {
    height: 100vh;
    background: #585858;
}
#video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -999;
    pointer-events: none;
    object-fit: cover;
}
#VIDEOPOS {
    height: 100vh;
    width: 100vw;
}
#VIDEOPOS video {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: -999;
    pointer-events: none;
    object-fit: cover;
}
.navbar .logo-top img {
    width: 100%;
    height: auto;
    max-width: 161px;
}
.wblock-video-bg .btn {
    background: transparent;
}
.bot-video{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: absolute;
}
.bot-video-wrap{
}
.viu-btn-purple svg {
    width: 32px;
    margin: 0;
    padding: 0;
}
.viu-btn-purple{
    background: #3b1a81;
    width: auto;
    display: inline-block;
    color: white;
    padding: 7px 30px;
    border-radius: 20px;
    cursor: pointer;
     transition: all .2s ease;
}

.viu-btn-purple:hover{
    background: #5b27ca;
    color: white;
}
.viu-btn-orange{
    background: #e84e0f;
    width: auto;
    display: inline-block;
    color: white;
    padding: 7px 30px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .2s ease;
}

.viu-btn-orange:hover{
    background: #ff6120;
    color: white;
}


.viu-btn-purple .flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

#toAnchor{
    position: absolute;
    z-index: 2;
    bottom: 0;
    display: inline-block;
    margin: 0px auto 60px;
    color: white;
    width: 100%;
    left: 0;
}
#toAnchor span{
    text-transform: uppercase;
}
#toAnchor svg{
    display: block;
    width: 20px;
}







#Home-static{
    background-color: #f6f4f1;
}
#Home-static .block-txtcols-col{
    padding: 80px 0 40px;
}

#Home-static p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 140%;
}
#Home-static h2{
    font-family: Periodico, serif;
    font-size: 42px;
    line-height: 100%;
    margin-top: 30px;
    font-weight: 600;
    position: relative;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 30px !important;
}
#Home-static h2:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background-color: #e74f00;
    left: 0;
    bottom: -20px;
    left: 50%;
    margin-left: -35px;
}

#Home-static h4{
    position: relative;
    max-width: 430px;
    line-height: 100%;
    padding-bottom: 14px;
    margin-bottom: 40px;
}
#Home-static h4:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 60px;
    height: 3px;
    background: #e74f00;
}
.bottom-bar,
.bottom-bar-center{
    position: relative;
    margin-bottom: 30px !important;
}
.bottom-bar:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -20px;
    width: 60px;
    height: 3px;
    background: #e74f00;
}
.bottom-bar-center:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -20px;
    width: 60px;
    height: 3px;
    background: #e74f00;
    margin-left: -30px;

}

.box-text-legal {
    border: 1px solid #d2d2d2;
    padding: 20px;
    color: gray;
}
.bar-right{
    border-right: 1px solid #d2d2d2;
}

#Home-static .block-txtcols-col:nth-child(1) {
    padding-top: 50px;
}
#Home-static .block-txtcols-col:nth-child(2) p{
    text-align: center;
}

#Home-static img{
    width: 90%;
    /*max-width: 410px;*/
    max-width: 740px;
    margin: 10px 0 30px;
}

section.anim {
  background: #1989A6;
  padding: 12em;
  overflow: hidden;
  position: relative;
}
section.anim h1 {
    position: absolute;
    font-size: 10em;
    text-transform: uppercase;
    margin: 0;
    z-index: 1;
    left: 15%;
  }

section.anim p {
    position: absolute;
    font-size: 2em;
    width: 40%;
    z-index: 1;
    top: 500px;
  }

section.anim .box1, section.anim .box2 {
    position: absolute;
    z-index: 0;
    overflow: hidden;
  }

section.anim .box1 {
    top: 0;
    left: 20%;
    width: $box1-size;
    height: $box1-size;
    border: 30px solid #20A2C3;
    transform: rotateZ(65deg);
  }

section.anim .box2 {
    top: 20%;
    left: 10%;
    width: $box2-size;
    height: $box2-size;
    border: 30px solid rgba(255,255,255,0.5);
}

/*---------------------*/
/*---------------------*/
.box-areas{
    padding: 10px;
    cursor: pointer;

}
.box-areas-icon{
    width: 110px;
    margin-right: 10px;
}
.box-area-wrap{
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 20px 2px #00000010;
    padding: 4px 10px;
    background-image: url(../oea/flecha.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: bottom 10px right 10px;
    transition: all .2s ease;
    cursor: pointer;
    border: 1px solid transparent;
}
.box-area-wrap:hover{
    box-shadow: 0px 0px 20px 2px #00000020;
    border: 1px solid #efefef;
}
.box-area-wrap img{
    transition: all .3s ease;
}
.box-area-wrap:hover img{
    transform: scale(1.1);
}


.box-area-wrap p{
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 22px;
    line-height: 100%;
    padding-right: 40px;
}



.bg-marca-agua .row:before{
    background-image: url(../oea/marca-agua.png);
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: top left;
    content: '';
    width: 500px;
    height: 500px;
    position: absolute;
    bottom: -220px;
    right: 0;
}

/*---------------------*/
/*---------------------*/
.bg-gray{
    background-color: #f6f4f1;
}

.link-con-flecha{
    border: 1px solid #bababa9e;
    padding: 12px 50px 8px 20px;
    display: inline-block;
    margin: 10;
    color: #e75114;
    text-align: left;
    font-size: 17px;
    background-image: url(../oea/arrow.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right 15px center;
    width: 32%;
    transition: all .2s ease;
}
.link-con-flecha:hover{
    background-position: right 10px center;
    color: #e75114;
}



.box-check-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.box-check{
    background: white;
    margin: 10;
    padding: 32px 20px 30px 80px;
    background-image: url(../oea/check.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left 23px center;
    display: inline-block;
    width: 42%;
    text-align: left;
    line-height: 120%;
    font-weight: 500;
    font-size: 18px;
    color: #4d4d4d;
    width: 46%;
    display: inline-flex;
    align-items: center;
}
.box-check-legal{
    border: 1px solid #bababa9e;
    margin: 10;
    padding: 32px 30px 30px 30px;
    background-position: left 23px center;
    display: inline-block;
    width: 42%;
    text-align: left;s
    line-height: 120%;
    font-weight: 500;
    font-size: 14px;
    color: #4d4d4d;
    width: 46%
}


/*-----home----------*/

#HomeJumbo{
    margin-bottom: 0 !important;
}

#HomeJumbo .hero-wrap {
    min-height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    BACKGROUND: #746d67;
}
.jumbo-texto{
    text-align: left;
}
.jumbo-texto p{
    text-align: left;
    margin: 0;
    font-size: 28px;
    display: block;
    padding-bottom: 6px;
    padding-top: 10px;
    color: white;
    font-weight: 500;
    line-height: 120%;
}
.jumbo-texto p .hht1{
    font-size: 38px;
    font-weight: 800;
}

.jumbo-texto h1{
    text-align: left;
    font-family: Periodico, serif;
    font-weight: bold;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px solid #ffffff69;
    margin: auto;
    padding: 0 0 20px;
    font-size: 110px;
    font-family: 'Emtype-sb' !important;
    color: #e74f00;
    width: max-content;
}
.jumbo-texto h1 span{
    color: white;
}

.jumbo-texto img{
    width: 90%;
    max-width: 340px;
    display: block;
}


#BoxHome-Wrap .mask {
    -webkit-mask-image: url(../viupics/mask.png);
    mask-image: url(../viupics/mask.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    position: relative;
    width: 100%;
    max-width: 400px;
    display: inline-flex;
}

#BoxHome-Wrap .mask-image{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}
#BoxHome-Wrap .mask-image p {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    left: 40px;
    margin: 0;
    color: white;
    line-height: 120%;
}
#BoxHome-Wrap #mask-image-1{
    position: relative;

}
#BoxHome-Wrap .mask-image img{
    width: 100%;
}


#viu-home-big{
    /*background: #f6f4f1;*/
    height: 2500px;
}
#viu-home-wrap{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    top: 160px;
    padding-top: 70px;
    padding-bottom: 190px;
    padding-bottom: 80px;
    /*border-bottom: 1px solid #e84e0f;*/
    /*margin-bottom: 50px;*/
}

.z-texto-frase{
    position: relative;
    PADDING-TOP: 0%;
}
.frasedown{
    color: transparent;
    transition: all .5s ease;
    transform: translateY(100px);
    /*opacity: 0.02;*/
    opacity: 0;
    transition-delay: 0s;

    display: block;
    margin: 20px 0;
    font-size: 20px;
}
.frasecentro{
    color: black;
    transition:  all .5s ease;
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .2s;

}
.mask .frasedown,
.mask .frasecentro{
    transform: translateY(0px);
}


.fraseup{
    color: transparent;
    transition:  all .5s ease;
    transform: translateY(-100px);
    opacity: 0.02;
    transition-delay: 0s;
}

.viu-home-entrada{
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    max-width: 100%;
    margin-bottom: 40px;
}
.viu-home-list li{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    background-image: url(../viupics/li-item.png);
    background-repeat: no-repeat;
    background-size: 35px;
    padding: 10px 0 10px 18px;
    max-width: 500px;
    /*padding: 0;*/
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 30px;
    display: block;
}
.viu-home-list {
    /*background: #e74f00;*/
    padding: 20px;
    border-radius: 10px;
}
.viu-home-list li ul {
    padding: 0;
}
.viu-home-list li.frasecentro{
    /*color: white;*/
    color: black;
}
.viu-home-claim{
    color: #E84E0F;
    font-family: Periodico, serif;
    font-size: 50px;
    line-height: 100%;
    font-weight: 200;
}
.viu-home-claim b{
    font-weight: 600;
}



/*-------------*/
/*-------------*/
/*-------------*/
#ViuHomeBox2 h2 {
    font-weight: 500;
    font-size: 38px;
    margin-bottom: 40px;
    line-height
}
#ViuHomeBox2 h2 b{
    color: #e65014;
}
#ViuHomeBox2 p{
    font-size: 18px;
}
#ViuHomeBox2 img{
    border-radius: 20px;

}
#ViuPremios .container{
    border-top: 1px solid #e84e0f;
    padding-top: 60px;
    margin-top: 60px !important;
    margin-bottom: 50px !important;
}
#ViuPremios .col {
    display: flex;
    max-width: 80%;
    margin: auto;
    align-items: center;
}
#ViuPremios .col p:first-of-type{
    width: 440px;
    FLEX: 1;
    MAX-WIDTH: 290PX;
}
#ViuPremios .col p:first-of-type img{
    width: 70%;
    max-width: 200px;
    height: auto;
    DISPLAY: block;
    margin: auto;
}
#ViuPremios .col p:first-of-type img.logo-europa{
    MAX-WIDTH: 140PX;
}
#ViuPremios .col p{
    font-size: 16px;
    line-height: 140%;
    flex: 1;
}


#ViuIcons{
    background: #e74f00;
    color: white;
    padding: 140px 0;
}
#ViuIcons .block-txtcols-col{
    text-align: center;
}


#BoxFacultad #ViuIcons .row,
#BoxHome #ViuIcons .row{
    background: #e84e0f;
    padding: 0px;
    color: white;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 0;
}

#BoxFacultad #ViuIcons .row img, #BoxHome #ViuIcons .row img {
    width: 160px;
    /*margin-top: 20px;*/
}
#BoxFacultad #ViuIcons .row p,
#BoxHome #ViuIcons .row p{
    font-size: 18px;
}
#BoxFacultad #ViuIcons .row p strong, #BoxHome #ViuIcons .row p strong {
    display: block;
    margin-bottom: 15px;
}



#ViuOfertaFormativa{

}
#ViuOfertaFormativa .text-left p{
    margin-top: 20px;
}
#HOME-DUO-COL{
    PADDING: 60PX 0;
}

.ViuAcordeonHome .container{
    display: flex;
}
.ViuAcordeonHome .row-acordeon-titular,
.ViuAcordeonHome .row-acordeon-list{
    min-width: 50%;
}
.ViuAcordeonHome .row-acordeon-titular{
    order: 2;
    padding-left: 3rem;
}
.ViuAcordeonHome .row-acordeon-list{
    order: 1;
     padding-right: 3rem;
}

#ViuAcordeon .row-acordeon-list .tabs {
    border: 1px solid #e84e0f;
    border-radius: 24px;
    overflow: hidden;
    margin: 50px 0;
}
#ViuAcordeon .container {
    padding: 0;
}
.wblock-accordion .tab {
    border-bottom: 1px solid #e84e0f;
}
.wblock-accordion .tab:last-of-type {
    border-bottom: none;
}
.wblock-accordion .tab-label{
    font-family: 'Visuelt', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #282828;
    font-size: 18px;
    padding: 12px 20px;
}
.wblock-accordion .tab-label:hover {

   background: #e84e0f;
    color: white;
}

.wblock-accordion input:checked + .tab-label {
     background: #e84e0f;
    color: white;
}
.wblock-accordion .tab-label {
    padding: 12px 30px;
}
.wblock-accordion .tab-label .button {
    position: relative;
    width: 20px;
    height: 20px;
    transform: translateY(5px);
}

.wblock-accordion .tab-label .button:before {
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    margin-left: -2px;

    transform: rotate(0deg);
    content: "";
    position: absolute;
    background-color: #3B1A81;
    transition: all 0.3s ease;
}

.wblock-accordion .tab-label .button:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;

    transform: rotate(180deg);
    content: "";
    position: absolute;
    background-color: #3B1A81;
    transition: all 0.3s ease;
}
.wblock-accordion input:checked + .tab-label .button:before{
    background: transparent;
    /*transform: rotate(90deg);*/
}
.wblock-accordion input:checked + .tab-label .button:after{
    background-color: white;
}
#ViuAcordeon .wblock-accordion input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 10px 22px;
}
#ViuAcordeon .tab-content p{
    margin-bottom: 12px;
    font-size: 15px;
    color: #e84e0f;
    margin-top: 12px;
    display: block;
    margin-left: 12px;
}
#ViuAcordeon .tab-content p:first-of-type{
    margin-top: 0px;
}
#ViuAcordeon .tab-content p:last-of-type{
    margin-bottom: 0px;
}
#ViuAcordeon .tab-content a:hover{
    color: black;
}

/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
.modal-backdrop {
    background-color: #ededed;
}
.modal-body {
    padding: 0 20px 20px 20px !important;
}
.modal-header{
    background: #fff;
    padding: 30px 50px;
}
.modal-header h5 {
    font-family: Periodico, serif;
    font-weight: 700;
    margin: 10px 0;
    font-size: 34px;
    min-height: 44px;
}

.modal .close {
    background: white;
    color: black;
    border-radius: 50px;
    margin: 10px;
    font-size: 30px;
    width: 44px;
    height: 44px;
}

.modal .btn-close {
    background: #481982;
    opacity: 1;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}
.modal .btn-close:after {
    position: absolute;
    top: 8px;
    left: 8px;
    content: "";
    COLOR: WHITE;
    OPACITY: 1PX;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    width: 40px;
    height: 40px;
    transform: scale(1.23);

}

@media screen and (max-width: 990px) {
    .modal-dialog {
        padding: 2%;
    }
    .modal-header {
        padding: 20px 20px 10px 20px;
    }
    .modal-body {
        padding: 20px !important;
    }
    .modal-open .modal {
       padding: 0;
    }
    .modal-header h5 {
        font-size: 33px;
        padding-right: 50px;
        line-height: 90%;
    }
}
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 90%;
}

.lity-container button.lity-close:not(:hover):not(:active):not(.has-background),
.lity-container button.lity-close:hover{
    position: absolute;
    background: transparent !important;
    height: 60px;
    top: 15px;
    width: 60px;
    color: #e74f00;
}
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
/*-//////////////////////////////////-*/
#ViuFacultadTitulo{
    padding: 1px;
}
#ViuFacultadTitulo h1{
    font-family: 'Periodico';
    font-weight: 600;
    font-size: 50px;
    color: #e74f00;
    line-height: 100%;
    margin: 40px 0;
    padding-top: 20px;
}
#ViuFacultadTitulo h1 strong{
    display: block;
    /*max-width: 500px;*/
    font-weight: 600;
}
#ViuFacultadTitulo p {
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 140%;
}

#ViuFacultadTitulo h2{
    font-family: 'Periodico';
    font-weight: 400;
    font-size: 40px;
    color: #e74f00;
    line-height: 100%;
    margin: 40px 0;
}
#ViuFacultadTitulo h2 strong{
    font-family: 'Periodico';
        font-weight: 600;
}



/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
.viu-quote .col{
    width: auto;
    display: inline-block;
    padding: 0 0 0 40px;
    max-width: fit-content;
    background-image: url(../viupics/quote1.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 30px;
}
.viu-quote p{
    font-family: 'Periodico';
    font-weight: 700;
    font-size: 30px;
    color: #2a2a2a;
    line-height: 100%;
    margin: 0 0 40px 0;
    padding: 0 30px 0 0;
    background-image: url(../viupics/quote2.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 30px;
    box-sizing: inherit;
    max-width: 500px;
    /*hyphens: auto;*/
}

.block-texto-imagen .viu-quote{
    /* background: lime; */
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 2px solid #f6f4f1;
    padding: 10px;
}
.block-texto-imagen .viu-quote p{
    margin: 0;
    padding: 0 30px 0 0;
}
.block-texto-imagen .viu-quote .col{
    padding: 0 0 0 40px !Important;
}

/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/


#ViuFacultadRazones{
    background: #e84e0f;
    padding: 50px 50px 80px;
    border-radius: 20px;
}
#BoxFacultad #ViuFacultadRazones .row {
    background: transparent;
}


#ViuFacultadRazones h3{
    padding: 0;
    margin: 0;
    font-family: 'Periodico';
    font-weight: 600;
    font-size: 36px;
    color: #2a2a2a;
    line-height: 100%;
    margin: 0 0 40px 0;
    position: relative;
    color: white;
}

#ViuFacultadRazones h3:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -18px;
    width: 80px;
    height: 3px;
    /*background: #e74f00;*/
    background: white;
}

#ViuFacultadRazones p{
    color: white
}


#ViuFacultadRazones .block-text-image-slider ul li:before,
#ViuFacultadRazones .block-txtcols-col ul li:before{
    background-image: url(../viupics/li-item-w.png);
    background-color: transparent;
    width: 26px;
    height: 26px;
    background-size: contain;
    top: 6px;
}

#ViuFacultadRazones ul{
    margin-top: 10px;
}
#ViuFacultadRazones .block-text-image-slider ul li,
#ViuFacultadRazones .block-txtcols-col ul li {
    position: relative;
    padding-left: 38px;
    font-weight: 500;
    margin-bottom: 17px;
    font-size: 20px;
    color: white;
}
#ViuFacultadRazones{
    margin-bottom: 0px;
    padding-bottom: 180px;
}




#ViuFacultadRazonesFoto{
    width: 90%;
    margin: -40px 5%;
    position: relative;
    margin-top: -140px !important;
}
#BoxFacultad #ViuFacultadRazonesFoto .row {
    background: transparent;
}
#ViuFacultadRazonesFoto img {
    width: 100%;
    border-radius: 00px;
    margin: 10px 0;
}



/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/


#ViuOfertaFormativa,
#XtraBox{
    background: #FBFAF8;
    border-radius: 20px;
    padding: 40px 20px 20px;
}
#BoxFacultad #ViuOfertaFormativa .row {
    padding: 0px 20px;
}

#ViuOfertaFormativa,
#BoxFacultad #ViuOfertaFormativa .row,
#XtraBox .row {
    background:  #FBFAF8
}

#ViuOfertaFormativa h2,
#XtraBox h2{
    position: relative;
    padding-bottom: 20px;
}

#ViuOfertaFormativa h2:after,
#XtraBox h2:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 80px;
    height: 3px;
    background: #e74f00;
}
#XtraBox .row{
    padding: 0px 20px;
}
#XtraBox .block-txtcols-col{
    padding: 30px 0 20px;
}

#more {display: none;}

.carousel-nav-slider {
    margin: 0px auto;
    max-width: 1380px;
}
.carousel-nav-slider,
.carousel-partners{
    position: relative;
    padding: 0 0 60px;
    background-color: transparent;
}

.carousel-nav-slider-cell{
    max-width: 20%;
    padding: 10px;

}



.carousel-nav-slider-cell .carousel-nav-flexbox{
    max-width: 100%;
    /*box-shadow: 6px 6px 20px #0000001f;*/
    box-shadow: none;
    background: white;
    border-radius: 1px;
    border: 1px solid #dfdfdf;
    display: block;
}
.carousel-nav-slider .carousel-nav-slider-cell img {
    max-width: 100%;
    box-shadow: none;
    width: 100%;
}
.carousel-nav-slider-pic {
    flex: 180px;
    padding: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.carousel-nav-slider .carousel-nav-slider-cell img {
    max-width: 100%;
    width: 130px;
    box-shadow: none;
}
.carousel-nav-slider-txt p{
    text-align: center;
}
.carousel-nav-slider-txt {
    flex: 80%;
    padding: 0 5% 30px 5%;
}

.carousel-nav-flexbox .carrusel-tit{
    font-weight: 800;
    font-weight: 16px;
    line-height: 110%;
}

.flickity-nav-wrapper{
    border: 1px solid black;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
}
.carousel-nav-slider .flickity-prev-next-button.previous,
.carousel-partners .flickity-prev-next-button.previous{
    position: relative;
    bottom: 0;
    top: 0px;
    left: auto;
    right: 0;
    /*border: 1px solid;*/
    border-radius: 0;
    width: 50px;
    height: 50px;
    transform: translateY(0px);
    overflow: hidden;
    transition: all .2s ease;
}
.carousel-nav-slider .flickity-prev-next-button.next,
.carousel-partners .flickity-prev-next-button.next{
    position: relative;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    /*border: 1px solid;*/
    border-radius: 0;
    width: 50px;
    height: 50px;
    transform: translateY(0px);
    /*overflow: hidden;*/
    transition: all .2s ease;
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;

    width: 50px;
    height: 50px;
}
.carousel-nav-slider .flickity-prev-next-button.previous .flickity-button-icon,
.carousel-partners .flickity-prev-next-button.previous .flickity-button-icon{
    left: 14px;
    top: 14px;
}
.carousel-nav-slider .flickity-prev-next-button.next .flickity-button-icon,
.carousel-partners .flickity-prev-next-button.next .flickity-button-icon{
    left: -16px;
    top: -16px;
}
.flickity-button:disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
}
.carousel-nav-slider .flickity-prev-next-button.next:after,
.carousel-partners .flickity-prev-next-button.next:after{
    content: "";
    position: absolute;
    left: -1px;
    height: 80%;
    background: #c8c8c8;
    top: 10%;
    width: 1px;
}
.carousel-nav-slider .flickity-prev-next-button.next:hover,
.carousel-nav-slider .flickity-prev-next-button.previous:hover,
.carousel-partners .flickity-prev-next-button.next:hover,
.carousel-partners .flickity-prev-next-button.previous:hover{
    background: #3b1a81;
}
.carousel-nav-slider .flickity-prev-next-button.next:hover svg,
.carousel-nav-slider .flickity-prev-next-button.next:hover svg path,
.carousel-nav-slider .flickity-prev-next-button.previous:hover svg,
.carousel-nav-slider .flickity-prev-next-button.previous:hover svg path,
.carousel-partners .flickity-prev-next-button.next:hover svg,
.carousel-partners .flickity-prev-next-button.next:hover svg path,
.carousel-partners .flickity-prev-next-button.previous:hover svg,
.carousel-partners .flickity-prev-next-button.previous:hover svg path{
    fill: white;
}

.carousel-partners-cell {
        width: 33.2%;
}
.carousel-partners-cell .partner-logo{
    width: 90%;
    margin: auto;
}
.carousel-partners-cell .partner-logo img{
    width: 100%;
}

.flickity-slider .carousel-nav-slider-cell {
    min-height: 380px;
}
.carousel-nav-slider-cell .carousel-nav-flexbox {
    min-height: 380px;
}


.flickity-nav-wrapper{
    display: none;
}

@media screen and (max-width: 990px) {
    .flickity-nav-wrapper{
         display: block
    }

}


/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/


#ViuOfertaFormativa{

}

#ViuOfertaFormativa .carousel-nav-slider {
    background: transparent;

}
#ViuOfertaFormativa h2,
#XtraBox h2{
    font-family: 'Periodico';
    font-size: 32px;
    color: #2a2a2a;
    line-height: 100%;
    font-weight: 400;
}
#ViuOfertaFormativa h2 strong,
#XtraBox h2 strong{
    font-weight: 700;
}
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
#ViuFacultadOferta,
#ViuFacultadOfertaListado,
#ViuFacultadOferta .row,
#ViuFacultadOfertaListado .row {
    background: #FBFAF8;
}
#ViuFacultadOferta{
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}
#ViuFacultadOfertaListado.ViuAreaFinal{
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}
#ViuFacultadOfertaListado small {
    color: gray;
    font-size: 13px;
    display: inline-block;
    margin-left: 15px;
    line-height: 110%;
}
#ViuFacultadOferta h3{
    padding: 0;
    margin: 0;
    font-family: 'Periodico';
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    margin: 0 0 0 12px;
    position: relative;
    padding: 40px 10px;
}

#ViuFacultadOferta h3:after{
    position: absolute;
    content: "";
    left: 12px;
    bottom: 22px;
    width: 70px;
    height: 3px;
    background: #e74f00;
}

#ViuFacultadOferta h4{
    font-size: 24px;
    margin-bottom: 20px;
}
#ViuFacultadOferta p{
    font-size: 16px;
    line-height: 160%;
}
#ViuFacultadOferta .block-txtcols-col{
    margin-bottom: 30px;
}

#ViuFacultadOfertaListado .block-txtcols-col{
     margin-bottom: 20px;
}

#ViuFacultadOfertaListado h5 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
    padding-left: 6px;
    padding-top: 6px;
    color: #e84e0f;
}

.ViuFacultadAreaCircle h5:before {
    /*content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
    width: 44px;
    height: 44px;
    background-color: transparent;
    left: 4px;
    top: 3px;
    border-radius: 4px;
    margin-top: -4px;
    background-image: url(../viupics/shape-circulo.png);
    background-size: cover;
    background-repeat: no-repeat;*/
}

.ViuFacultadAreaHexa h5:before {
    background-image: url(../viupics/shape-hexagono.png);
}

#ViuFacultadOfertaListado .block-txtcols-col ul{
    /*border: 1px solid #e84e0f;
    border-radius: 24px;
    overflow: hidden;
    margin:  0;*/
}

#ViuFacultadOfertaListado .row{
    padding: 0 20px;
}
#ViuFacultadOfertaListado .block-txtcols-col ul li{
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 8px 20px;
    font-size: 14px;
    /* border-bottom: 1px solid #e84e0f; */
    border: 1px solid #efefef;
    background: white;
    border-radius: 6px;
    margin-bottom: 6px;

    line-height: 100%;
    color: #262626;
}
#ViuFacultadOfertaListado .block-txtcols-col ul li a{
     color: #262626;
    text-decoration: none;
}
#ViuFacultadOfertaListado .block-txtcols-col ul li a:hover{
     color: #e84e0f;
    text-decoration: none;
}
#ViuFacultadOfertaListado .block-txtcols-col ul li:last-of-type {
    /*border-bottom: none;*/
}
#ViuFacultadOfertaListado .block-txtcols-col ul li:before{
    display: none;
}

/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/

#ViuClavesBigImage{
    width: 90%;
    margin: 0px 5%;
    position: relative;
}
#BoxFacultad #ViuClavesBigImage .row {
    background: transparent;
}
#ViuClavesBigImage img {
    width: 100%;
    border-radius: 40px;
    margin: 10px 0;
}

/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/

#ViuClaves h2 {
    font-family: 'Periodico';
    font-weight: 400;
    font-size: 32px;
    color: #2a2a2a;
    line-height: 100%;
    position: relative;
    padding-bottom: 20px;
}

#ViuClaves h2  strong{
    font-weight: 700;
}

#ViuClaves h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 80px;
    height: 3px;
    background: #e74f00;
}

.wrap-claves{
    display: block;
    text-align: center;
}
.wrap-claves .claves-cell{
    display: inline-block;
    text-align: center;
    width: 30%;
    vertical-align: top;
    box-shadow: 6px 6px 20px #0000001f;
    margin: 1.5%;
    min-height: 230px;
    padding: 20px 10px 10px;
}
.persona-info {
    color: #3b1a81;
    display: block;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600 !important;
}
.wrap-claves .claves-cell .persona-foto {
    width: 110px;
    height: 110px;
    background-size: contain;
    border-radius: 0;
    background-position: center;
}
.persona-info p{
    color: #3d3d3d;
    font-size: 17px;
    padding: 0 !important;
    margin: 0;
}

/*---------comentado para listado------------*/
.claves-list .wrap-claves .claves-cell {
    display: block;
    text-align: center;
    width: 100%;
    vertical-align: top;
    box-shadow: none;
    margin: 0;
    min-height: auto;
    padding: 10px 0px;
}
.claves-list .wrap-claves {
    display: block;
    text-align: center;
    margin: 20px 0 40px;
}
.claves-list .wrap-claves .claves-cell .persona-foto {
    width: 110px;
    height: 110px;
    display: none;
}
.claves-list .wrap-claves .claves-cell .persona-info {
    display: block;
    font-weight: 600 !important;
    text-align: left;
    height: auto;
    background-image: url(../viupics/check.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 2px 40px;
    background-position: left center;
    margin-left: 5%;
}
.claves-list .wrap-claves .claves-cell .persona-info p {
    color: #242424;
    font-size: 20px;
    padding: 0 !important;
    margin: 0;
    line-height: 100%;
    font-weight: 400 !important;
}

/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*-----------------GRACIAS----------------*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
.page-template-page-gracias-template{
     background: BLACK;
}
.page-template-page-gracias-template{
    background-image: url(../viupics/foto-cabecera-universidad-viu.jpg);
    background-position: center;
    background-size: cover;
}
.page-template-page-gracias-template #content{
         margin-bottom: 0;
}
.page-template-page-gracias-template #FooterPie{
    position: relative;
}
.gracias-page {
    min-height: AUTO;

}
.page-gracias-pro-wrap {
    padding-top: 170px;
    padding-bottom: 170px;
}


.gracias-page .container {
    margin-top: 20px;
    margin-bottom: 70px;
    max-width: 800px;
    width: 90%;
}
.gracias-page .row {
    /* background-color: #1f201f; */
    background: transparent;
    background: white;
    padding: 70px 0;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}
.gracias-page .row .col{
    padding: 0 5%
}
.gracias-page p {
    max-width: 620px;
    margin: 10px auto 10px;
    color: white;
    color: black;
    line-height: 120%;
}
.gracias-page p.gracias-pre {
    color: #1f1f1f;
    font-weight: 600 !important;
    letter-spacing: .5px;
    text-transform: uppercase;
    position: relative;
    max-width: 90%;
    line-height: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
}
.gracias-page h2 {
    max-width: 610px;
    color: white;
    color: black;
    line-height: 100%;
    margin: 20px auto;
    font-size: 64px;
    transition: all .2s ease;
    color: #E84E0F;
    font-family: Periodico, serif;
    font-size: 60px;
    line-height: 100%;
    font-weight: 200;
    margin-top: 0;
    font-weight: 600;
    max-width: 500px;
    margin-bottom: 20px;
}
.gracias-page .btn.btn-black{
    padding: 6px 30px;
    font-size: 17px;
    background-color: #74bc1f;
    font-weight: 600;
    line-height: 30px;
    margin-right: 0;
    display: inline-block;
    color: #ffffff !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    min-width: 150px;
    border-radius: 50px;
    cursor: pointer;
    letter-spacing: 0;
    text-decoration: none;
    margin-top: 20px;
}
.gracias-page .btn.btn-black:hover{
    opacity: .7;
}
.page-template-page-gracias-template .nav-button-2{
    display: none !important;
}

@media screen and (max-width: 990px) {
    .gracias-page h2 {
        font-size: 50px;
    }


}
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
.carousel-nav-slider .carousel-nav-slider-cell{
    position: absolute;
    opacity: 0;
}
.flickity-slider .carousel-nav-slider-cell{
    opacity: 1;
}
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
    transition-timing-function:cubic-bezier(.69,.11,.31,.95);
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .5s;
}
#BigImage{
    width: 90%;
    margin: 0 5%;
}

#ViuFacultadBigImage img {
    width: 100%;
    /*border-radius: 40px;
    margin: 10px 0;*/
}

.block-big-imagen-wrapper{
    position: relative;
}
.big-image-deco-pic{
    display: flex;
    max-height: 400px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 110px;
    border-radius: 20px;
    z-index: 0;
}

.big-image-deco{
    /*position: absolute;
    width: 80px;
    height: 80px;
    background: lime;
    z-index: 1;*/
    display: none;
}
.big-image-deco-1{
    top: 0;
    left: 0;
}
.big-image-deco-2{
    top: 0;
    right: 0;
}
.big-image-deco-3{
    bottom: 0;
    right: 0;
}
.big-imagen-1 .big-image-deco-pic,
.big-imagen-3 .big-image-deco-pic{
    /*transform: rotate(-1.5deg)*/
}
.big-imagen-2 .big-image-deco-pic{
    /*transform: rotate(1.5deg)*/
}


.box-orange{
    background: #e74f00;
    height: auto;
    position: relative;
    white-space: normal;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
}
.box-orange p{
    color: white;
    font-size: 30px;
    position: relative;

    line-height: 110%;
}
.box-orange p:after{
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background-color: white;
    left: 0;
    bottom: -20px;
}
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/

#ViuFacultadPartners {
    margin-bottom: 100px;
}
#ViuFacultadPartners .carousel-partners {
    position: relative;
    padding: 20px 0 80px;
}
#ViuFacultadPartners h2 {
    font-family: 'Periodico';
    font-weight: 700;
    font-size: 36px;
    color: #2a2a2a;
    line-height: 100%;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
#ViuFacultadPartners h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 80px;
    height: 3px;
    background: #e74f00;
}

/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/


.hamburger-box {
    width: 22px;
    height: 22px;
}
#BURGERmenu .hamburger{
    width: 30px;
    height: 30px;
    padding: 0;
}
#BURGERmenu, .sticky-pro #BURGERmenu {
    background: white;
    width: auto !important;
    padding: 6px;
    border-radius: 100px;
    /* border: 1px solid #0000001f; */
    top: 5px;
    left: auto;
    right: 5px;
}
#BURGERmenu .hamburger-inner,
#BURGERmenu .hamburger-inner::before,
#BURGERmenu .hamburger-inner::after {
    background-color: #5a5a5a;

}
.hamburger-inner::before {
    top: -6px;
}
.hamburger-inner::after {
    bottom: -6px;
}
#movilmenu0 {
    background-color:#f6f6f6;
}
#CLOSE-BURGER span {
    color: #474747;
}
#CLOSE-BURGER {
    left: auto;
    right: 0;
    position: absolute;
}
#movilmenu0 li a {
    COLOR: #000000;
    border-top: 1px solid #cfcfcf;
    font-size: 24px;
    padding: 15px 5%;
}
#movilmenu0 li.menu-item:last-of-type a {
    border-bottom: 1px solid #cfcfcf;
}
.sticky-box-menu-duo{
    display: none;
}
.full-menu-wrap {
    align-items: flex-start;
    margin-top: 40px;
}

#movilmenu0 .sub-menu li a {
    font-size: 18px;
    padding-left: 0;
    color: #000000;
}
#movilmenu0 ul.sub-menu {
    border-left: 0;
    WIDTH: 90%;
    MARGIN-LEFT: 5%;
    margin-top: 0px;
    margin-bottom: 0;
}
#movilmenu0 ul.sub-menu li.menu-item:last-of-type a {
    border-bottom: 1px solid #d2d2d200;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
#StepContainer .step-image{
    width: 76px;
}
#StepContainer .step-wrap {
    padding: 20px;
    border-radius: 6px;
}
#StepContainer .row-steps .col {
    display: flex;
}

#StepContainer .step-wrap {
    flex-grow: 1;
}
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
@media screen and (max-width: 990px) {


    #Home-static .block-txtcols-col:nth-child(1) {
        padding-top: 10px;
    }
    #BoxHome h2, #BoxHome h4{
        /*text-align: left;*/
    }


    .container {
        padding: 0;
    }
    .navbar .logo-top img {
        max-width: 130px;
    }
    nav.sticky-pro {
        padding: 10px;
        height: 72px;
    }
    .site-content{
        padding-top: 72px;
    }
    #ViuCifras {
        display: block !important;
    }
       #ViuCifras .ViuCifra {
        flex: 0 0 100%;
        max-width: 49%;
        display: inline-block;
        min-height: 110px;
        vertical-align: top;
    }
    #BoxFacultad-Wrap .row{
        display: flex;
        flex-wrap: wrap;
    }
    .col-facultad-info {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
        padding: 0 5%;
    }
    .col-facultad-sticky{
         width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
        padding: 5%;
    }
    #ViuFacultadTitulo h1 {
        font-size: 34px;
        margin: 30px 0;
    }

    #viu-home-wrap {
        position: relative;
        top: 0px;
        padding: 20px 0;
    }

    #viu-home-wrap ul {
        padding: 0;
    }
    .viu-home-entrada {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .viu-home-claim {
        font-size: 40px;
    }
    #BoxHome .row{
        display: block;
    }
    .ViuAcordeonHome .container {
        display: block;
    }
    .ViuAcordeonHome .row-acordeon-titular {
        order: 2;
        padding-left: 0;
    }
    .ViuAcordeonHome .row-acordeon-list {
        order: 1;
        padding-right: 0;
    }
    #ViuCifrasBox .container,
    #ViuHomeBox2 .container{
        padding: 20px 5%;
    }
    #BoxHome .row {
        display: block;
        padding: 0 5%;
    }
    #BoxHome #HomeJumbo .row {
        display: block;
        padding: 0 0;
    }

    #ViuHomeBox2 h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    ViuPremios .container {
        padding-top: 30px;
        margin-top: 30px !important;
    }

    #viu-home-big {
        height: auto;
    }
    .frasecentro,
    .frasedown{
        color: black;
        transition: all .5s ease;
        transform: translateY(0px);
        opacity: 1;
        transition-delay: .2s;
    }
    .viu-home-list .frasecentro,
    .viu-home-list .frasedown{
        color: white;
        color: black;
    }
    .viu-home-claim.frasecentro,
    .viu-home-claim.frasedown{
        color: #E84E0F;
    }

    viu-home-claim {
        font-size: 30px;
    }


    #ViuPremios .col {
        display: block;
    }

    #ViuPremios .row{
        display: block;
    }
    #ViuPremios .col {
        max-width: 100%;
        display: block;
    }
    #ViuPremios .col p:first-of-type {
        width: 100%;
        max-width: 100%;
    }

    #ViuPremios .col p:first-of-type img {
        width: auto;
        max-width: 170px;
        margin: auto;
        display: block;
    }
    #ViuPremios .col p:first-of-type img.logo-europa {
        MAX-WIDTH: 110PX;
    }
    #ViuPremios .col p {
        text-align: center;
    }

    BoxFacultad #ViuIcons .row img, #BoxHome #ViuIcons .row img {
        width: 120px;
        margin-top: 20px;
    }
    #ViuIcons {
        background: #e74f00;
        color: white;
        padding: 40px 5%;
    }
    #BoxFacultad #ViuIcons .row p strong,
    #BoxHome #ViuIcons .row p strong{
        display: block;
        margin-bottom: 5px;
    }
    #BoxFacultad #ViuIcons .row img {
        width: 100px;
    }

    .upper-footer .flex-wrap {
        display: grid !important;
        grid-template-columns: 25% 25% 25% 25%;
        padding: 0 20px;
    }
    .upper-footer .block-logo {
        width: 100%;
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }
    footer .d-flex {
        display: block!important;
    }

    .sticky-box-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
    }
    .sticky-box-menu-duo {
        display: flex !important;
    }
    .sticky-box-menu .viu-btn-purple,
    .sticky-box-menu .viu-btn-orange{
        border-radius: 0;
        width: 100%;
        padding: 16px 12px;
        font-size: 12px;
        text-align: center;
        font-size: 15px;
        line-height: 100%;
    }

    .carousel-nav-flexbox {
        display: block;
    }
    .carousel-nav-slider .carousel-nav-slider-cell img {
        width: 130px;
    }
    .carousel-nav-slider-pic {
        padding: 20px 0 0;
    }
    .carousel-nav-slider-txt {
        padding: 0 5% 10px 5%;
    }
    .carousel-nav-slider-txt p {
        text-align: center;
    }
    .wrap-claves .claves-cell .persona-foto {
        width: 110px;
        height: 110px;
    }




    #ViuFacultadRazones {
        padding: 20px ;
        border-radius: 15px;
        margin-bottom: 20px;
    }
    #ViuFacultadRazonesFoto img{
        margin: 0;
    }
    .big-image-deco-pic {
        border-radius: 20px;
    }
    #ViuFacultadRazonesFoto {
        width: 100%;
        margin: 0;
        position: relative;
        margin: 0 !important;
    }
    #ViuOfertaFormativa {
        padding: 20px 20px 20px;
    }
    #BoxFacultad #ViuOfertaFormativa .row {
        padding: 0;
    }
    .carousel-nav-slider-cell {
        max-width: 100%;
        padding: 0;
    }
   .flickity-slider .carousel-nav-slider-cell{
        min-height: 340px;
    }
    .carousel-nav-slider-cell .carousel-nav-flexbox {
        box-shadow: none;
        border: 1px solid #8080803d;
        min-height: 320px;
    }
    #ViuClavesBigImage {
        width: 100%;
        margin: 0;
        position: relative;
    }
    #ViuFacultadOferta h3 {
        margin: 0;
    }
    #ViuFacultadPartners {
        margin-bottom: 50px;
    }
    .block-texto-imagen .viu-quote .col {
        background-size: 20px;
    }
    .block-texto-imagen .viu-quote p{
        margin: 0;
        padding: 0 40px 0 0;
        text-align: center;
        font-size: 28px;
        background-size: 20px;
    }
}

@media screen and (max-width: 990px) {

    .hero-wrap .jumbo-texto {
        padding: 0 5%;
    }

    #ViuFacultadOfertaListado .block-txtcols-col {
        margin-bottom: 0px;
    }
    #BoxFacultad-Wrap .row {
        display: block;
    }
     .carousel-partners-cell{
        width: 100%;
        text-align: center;
    }
    .wrap-claves .claves-cell .persona-foto {
        width: 100px;
        height: 100px;
    }
    .wrap-claves .claves-cell {
        width: 100%;
        display: flex;
            min-height: auto;
    }
    .wrap-claves .persona-info {
        width: 90%;
    }
    .box-orange {
        height: auto;
    }
    #BoxHome .row.row-fechas{
        padding: 0;
    }
    .box-areas {
        padding: 10px 0;
    }
    .bar-right {
        border-right: none;
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 6px;
        margin-bottom: 6px;
    }
    .box-areas-icon {
        width: 90px;
    }
    .box-area-wrap p {
        font-size: 20px;
    }

    .bg-marca-agua .row:before {
        background-size: 310px;
        background-position: top right;
        bottom: -380px;
        right: 0;
    }
    .link-con-flecha{
        display: block;
        width: auto;
    }


    .box-check,
    .box-check-legal{
        width: 100%;
    }
    .box-check{
        padding: 20px 20px 20px 70px;
    }
    .ViuFormulario {
        padding: 26px 18px;
        border-radius: 14px;
    }

    .ViuFormulario .viu-form-duo-row {
        display: block;
        margin-bottom: 0px;
    }
    .ViuFormulario .viu-form-duo-col {
        max-width: 100%;
        WIDTH: 100%;
        margin-bottom: 14px;
    }
    .ViuFormulario .viu-form-duo-col {
        max-width: 100%;
        WIDTH: 100%;
    }
    .viu-form-row{
        position: relative;
    }
    .form-attached label {
        padding-right: 50px;
    }
    .btn-tooltip{
        position: absolute;
        right: 0;
    }
}
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
@media screen and (max-width: 990px) {
    .jumbo-texto h1 {
        font-size: 70px;
    }

}








