@import url('https://fonts.googleapis.com/css?family=Open+Sans:300, 400,700');

@font-face {
  font-family: 'utec-heavy';
  src: url('../fonts/UTECtxt-Heavy.ttf') format('truetype');
}

@font-face {
  font-family: 'utec-roman';
  src: url('../fonts/UTECtxt-Roman.ttf') format('truetype');
}
@font-face {
  font-family: 'utec-black';
  src: url('../fonts/UTECtxt-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'utec-light';
  src: url('../fonts/UTECtxt-Light.ttf') format('truetype');
}


body{
    overflow-x:hidden;
    font-family: 'Open Sans', sans-serif;
    background-color: rgb(82, 86, 89);
    font-weight: lighter;
    margin: 0 0 10px;
    line-height: 25px;
    font-size: 16px;
}
p {
    display: block;
    /*margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;*/
}
h5 {
    display: block;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
h6 {
    display: block;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-7 {
  font-weight: 700;
}
.fs-20{
    font-size: 20px!important;
}
.ff-ur {
  font-family: utec-roman;
}
.ff-uh {
  font-family: utec-heavy;
}
.ff-ub {
  font-family: utec-black;
}
.ff-ul {
  font-family: utec-light;
}
.color-azul{
    color: #00a8df;
}
.bg-azul{
    background-color: #00a8df;
}
.w-150{
    width: 105px;
}
.w-120{
    width: 120px;
}
.bg-negro{
    background-color: black;
}
.color-celeste{
    color: #95d9e8;
}
.bg-celeste .cuerpo a, .bg-white .cuerpo a{
    /*color:white!important;*/
    color:black;
    text-decoration: underline!important;
    font-weight: bold;
    font-family: 'utec-heavy';
}
.bg-celeste .cuerpo a:hover{
    color:white!important;
}
.bg-negro .cuerpo a{
    color:white!important;
    text-decoration: underline!important;
    font-weight: bold;
    font-family: 'utec-heavy';
}
.bg-negro .cuerpo a:hover, .bg-white .cuerpo a:hover{
    color:#00c7ff!important;
}
.bg-azul .show-soundcloud:hover{
    filter: grayscale(1);
}
.bg-mes-1{
    background: 
        url("../../assets/img/seccion_2/sides-bg/recurso_mes-1.svg") left bottom no-repeat ,
        url(../../assets/img/bg_oscuro.png);
}
.bg-mes-2{
        background: 
        url("../../assets/img/seccion_2/sides-bg/recurso_mes-2.svg") left bottom no-repeat ,
        url(../../assets/img/bg_claro.png);
}
.bg-mes-3{
        background: 
        url("../../assets/img/seccion_2/sides-bg/recurso_mes-3.svg") left bottom no-repeat ,
        url(../../assets/img/bg_oscuro.png);
}
.bg-mes-4{
        background: 
        url("../../assets/img/seccion_2/sides-bg/recurso_mes-4.svg") left bottom no-repeat ,
        url(../../assets/img/bg_claro.png);
}
.bg-mes-5{
        background: 
        url("../../assets/img/seccion_2/sides-bg/recurso_mes-5.svg") left bottom no-repeat ,
        url(../../assets/img/bg_oscuro.png);
}
.bg-mes-6{
        background: 
        url("../../assets/img/seccion_2/sides-bg/recurso_mes-6.svg") left bottom no-repeat ,
        url(../../assets/img/bg_claro.png);
}
.bg-mes-7{
        background: 
        url("../../assets/img/seccion_2/sides-bg/recurso_mes-7.svg") left bottom no-repeat ,
        url(../../assets/img/bg_oscuro.png);
}
.bg-mes-8{
        background: 
        url("../../assets/img/seccion_2/sides-bg/recurso_mes-8.svg") left bottom no-repeat ,
        url(../../assets/img/bg_claro.png);
}
.bg-mes-9{
        background: 
        url("../../assets/img/seccion_2/sides-bg/recurso_mes-9.svg") left bottom no-repeat ,
        url(../../assets/img/bg_oscuro.png);
}
.bg-mes-10{
        background: 
        url("../../assets/img/seccion_2/sides-bg/recurso_mes-10.svg") left bottom no-repeat ,
        url(../../assets/img/bg_claro.png);
}
.bg-mes-11{
        background: 
        url("../../assets/img/seccion_2/sides-bg/recurso_mes-11.svg") left bottom no-repeat ,
        url(../../assets/img/bg_oscuro.png);
}
.bg-mes-12{
        background: 
        url("../../assets/img/seccion_2/sides-bg/recurso_mes-12.svg") left bottom no-repeat ,
        url(../../assets/img/bg_claro.png);
}
.bg-2020{
    background-image: url("../../assets/img/placas/Placa_1_2020.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.bg-celeste{
    background-color: #95d9e8;
}
/*.bg-odd{
    background-image: url(../../assets/img/bg_oscuro.png);
}
.bg-even{
    background-image: url(../../assets/img/bg_claro.png);
}
*/
.mt-6, .my-6 {
    margin-top: 4rem!important;
}


.parent-auto-align > .row:nth-child(1) .auto-align{ 
    padding-bottom: 3rem!important;
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.parent-auto-align > .row:nth-child(2) .auto-align{ 
    padding-top: 3rem!important;
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.parent-auto-align > .row:nth-child(1) .auto-align:after {
    content: '';
    border: 2px solid white;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 48%;
    border-radius: 48%;
    bottom: -15px;
    margin: 0 auto;
    transition: .1s ease;
}

@media all and (max-width: 768px) {
    .parent-auto-align > .row:nth-child(1) .auto-align:after{
        display:none;
    }
}
.cursor-pointer{
  cursor: pointer;
}
.col-hito-1, .col-hito-2, .col-hito-3, .col-hito-4 {
  cursor: pointer;
  transition: .2s ease;
}
.circle-after-hover:after {
    background-color: white;
    transform: scale(1.3);
}
.circle-after-hover {
    transform: scale(1.05);
}

/*.titular:first-letter 
{
  text-decoration:underline;
}*/
.titular{
    width: 100%;
    margin-top: 0!important;
    margin-bottom: 10!important;
    font-size:50px;
    line-height: 50px;
    font-family: utec-black;
    /*text-transform: uppercase;*/
}
.titular:after{
    content: "";
    border-bottom: 4px solid black;
    width: 30px;
    display: block;
}
.titular-portada{
    width: 100%;
    margin-top: 0!important;
    /*margin-bottom: 1.5rem!important;*/
    font-size:70px;
    line-height: 70px;
    font-family: utec-black;
}
.titular-portada:after{
    content: "";
    border-bottom: 8px solid black;
    width: 40px;
    display: block;
}
.homemenu .titular-portada:after{
    margin-top: 20px;
    border-bottom: 6px solid black;
    width: 28px;
}
.subtitular-portada_old{
    width: 100%;
    margin-top: 0!important;
    margin-bottom: 0!important;
    font-size:50px;
    line-height: 50px;
    font-family: utec-black;   
}
.subtitular-portada{
    width: 100%;
    margin-top: 0!important;
    /*margin-bottom: 1.5rem!important;*/
    font-size: 20px;
    line-height: 24px;
    font-family: utec-heavy;   
}
.cuerpo{
    width: 100%;
    font-size:15px;
    font-family: utec-light;
    font-weight: 400;
    line-height: 20px;
    margin-bottom:12px;
}

.cuerpo b{
    font-family: 'utec-heavy';
}
.cuerpo-cita{
    border-left: 3px solid lightgrey;
}
.boton, .subtitulo{
    width: 100%;
    font-size:14px;
    line-height: 16px;
    font-family: utec-heavy;
    margin-bottom: 10px;
}
.modal .subtitulo{
    width: 100%;
    font-size:20px;
    font-family: utec-black;
}
.subtitulo-portada{
    width: 100%;
    font-size:16px;
    line-height: 16px;
    font-family: utec-black;

}
.frase-destacada{
    width: 100%;
    font-size:16.8px;
    font-family: utec-black;
}
.frase-destacada-portada{
    width: 100%;
    font-size:16.8px;
    font-family: utec-heavy;
}
.firmas{
    width: 100%;
    font-size:13px;
    font-family: utec-roman;
    line-height: 16px;
}
 .testimonio-widget {
display: flex;
flex-wrap: wrap;
}

.testimonio--child {
flex-basis: auto;
padding-right: 10px;
padding-left: 10px;

}
.svg-recurso{
width: 60px;
/*filter: invert(1);*/
}
.svg-recurso-placa{
height: 20px;
/*filter: invert(1);*/
}

.lineover:before {
content: "";
border-bottom: 2px solid white;
width: 20px;
display: block;
/*margin: 4px 0;*/
margin:1rem 0;
}
.lineover-black:before {
content: "";
border-bottom: 2px solid black;
width: 20px;
display: block;
/*margin: 4px 0;*/
margin:1rem 0;
}
.container-box {
  position: relative;
}

.container-box .card-deck{
  filter: brightness(50%);
}
.overlay-box {
    position: absolute;
    top: 28%;
    left: 0;
    width: 100%;
    color:white;
}
@media all and (max-width: 768px) {
    .overlay-box{
        top: 10%;
    }
}

#linea-tiempo img.rounded-circle{
    max-width: 200px;
}

.menu-1-hover{
    display: none;
  }
  .menu-svg:hover .menu-1{
    display: none;
  }
  .menu-svg:hover .menu-1-hover{
    display: block;
  }
  .menu-2-hover{
    display: none;
  }
  .menu-svg:hover .menu-2{
    display: none;
  }
  .menu-svg:hover .menu-2-hover{
    display: block;
  }
  .menu-3-hover{
    display: none;
  }
  .menu-svg:hover .menu-3{
    display: none;
  }
  .menu-svg:hover .menu-3-hover{
    display: block;
  }
  .menu-4-hover{
    display: none;
  }
  .menu-svg:hover .menu-4{
    display: none;
  }
  .menu-svg:hover .menu-4-hover{
    display: block;
  }
  a.menu-svg{
    color:black!important;
  }
  a.menu-svg:hover{
    color:#00c7ff!important;
  }

section {
    /*padding: 4% 7%;
    margin: 2% 10%;*/
    padding: 4%;
    margin: 2% ;
    background-color: white;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}
::selection {
    background: rgba(105, 17, 147, 0.26);
}
.border-b-2{
    border-bottom: 2px solid white !important;
}

@media all and (max-width: 768px) {
    .border-b-2{
        border-bottom:0 !important;
    }
}
.clear {
    clear:both;
}
#sfWebDebug {display: none;}
.only-print {
    display: none;
}
.only-html {
    display: block;
}
.opacity-hover:hover{
    opacity: 0.7;
}
#copy-message{
    text-align:center !important;
    color:green;
    font-size:12px;
}
.slider-mes-mes .h-50{
    height: 43%!important;
}

@media all and (max-width: 768px) {
    .slider-mes-mes .h-50{
        height: auto!important;
    }
    .slider-mes-mes .hidden-desktop.h-100{
        height: 80%!important;
    }
}
.slider-mes-mes .slick-slide{
    height: auto!important ;
}
#slider-mes-mes-nav .btn-link{
  color: black;  
  font-size:14px;
  font-family: utec-heavy;
  transition: .1s ease;
}
#slider-mes-mes-nav .btn-link:hover, #slider-mes-mes-nav .btn-link.active{
  text-decoration: none;
  transform: scale(1.3);
  color: #00c7ff;  
}

@media all and (max-width: 768px) {
    #slider-mes-mes-nav .btn-link{
        padding:0.25rem;
    }
    #slider-mes-mes-nav .btn-link:hover, #slider-mes-mes-nav .btn-link.active{
      transform: scale(1.1);
    }
}
/* Estilos de textos */
/*a {color:#00c7ff;}*/
a{color: #00c7ff; }
a:hover{color: black;text-decoration: none;}
.modal a{color:black; font-family: 'utec-black';text-decoration: underline;}
.modal a:hover{color:  #00c7ff;text-decoration: underline;}
h2 {
    font-size: 4em;
    font-weight: 300;
    color: #00c7ff;
    margin-bottom: 60px;
    line-height: 1.3;
}
/*h2 span {
  font-weight: 700;
  opacity: 0.3;
  font-size: 1.5em;
}*/
h2 span {
    margin-right: 10px;
}
h6 , .h2_parrafo{
    font-size: 2em;
    margin-top: 60px;
    color: #00c7ff;
    line-height: 1.2em;
    margin-bottom: 12px;
}
li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 15px;
}

/*#seccion_1 ul li::before {*/
 ul:not(.slick-dots) li::before {
    content: "• " !important;
    color: #00c7ff;
    margin-right: 5px;
    font-weight: 900;
}

ul {
    padding-left: 20px;
    font-size: 16px;
}
ol li {
    list-style-type: decimal;
    text-indent: initial;
    padding-left: 5px;
}
#indice ul {
    font-size: 16px;
}

#indice li::before {
    content: none !important;
}
#indice li {
    text-indent: -1.7em;
    line-height: 1.5;
    margin-bottom: 8px !important;
}
#indice ul {
    padding-left: 31px;
}
#indice a , #indice a:visited {
    text-decoration: none;
    color: #00c7ff;
}
#indice a:hover {
    text-decoration: underline;
}

#listado-proponemos li span {
    text-indent: 0;
    padding-left: 0 !important;
}

/* Descargar */
/*#barra-inferior {
    background: #636363;
    height: 100%;
    position: fixed;
    right: 0;
    width: 46px;
    top: 0;
    bottom: 0;
    border-top: 1px solid #b1b1b1;
    padding: 12px;
    z-index: 999;
}*/

#barra-inferior {
    position: fixed;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 999;
    box-shadow: var(--shadow-elevation-2dp_-_box-shadow);
    background-color: rgb(50, 54, 57);
    color: rgb(241, 241, 241);
    display: flex;
    height: 52px;
    padding: 10px 0;
}

#barra-inferior p {
    margin-left: 10px;
    margin-top: 0;
}

#buttons-barra {
    position: absolute;
    right: 10px;
    top: 0;
    padding: 6px 20px;
}


a#barra-inferior {
    opacity: .8;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}

label {
    cursor: pointer;
}

label#download-button {
    top: 20px;
    right: 16px;
    width: 40px;
    height: 40px;
    /*background: #0fc70f;*/
    font-size: 18px;
}

label#print-button {
    top: 78px;
    right: 15px;
    width: 40px;
    height: 40px;
    /*background: red;*/
    font-size: 18px;
}
#a-indice {
    /*  margin: auto;
    position: fixed;
    bottom: 30px;
    right: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    box-sizing: border-box;
    z-index: 99;*/
    font-size: 24px;
    text-decoration: none;
    margin-top: 2px;
    margin-left: 20px;
    z-index: 99999;
}
a#a-indice-up {
    bottom: 60px;
    font-size: 24px;
    z-index: 99;
    margin: auto;
    position: fixed;
    text-align: center;
    box-sizing: border-box;
    line-height: 21px;
    background: #f7f7f7;
    border-radius: 100%;
    width: 43px;
    height: 43px;
    font-weight: 400;
    box-shadow: 1px 1px 1px 0px #797979;
    text-decoration: none;
    right: 35px;
}
#a-indice p {
    margin: 0;
}
label#go-indice {
    line-height: 21px;
    bottom: 15px;
    background: #f7f7f7;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    right: 25px;
    position: absolute;
    color: rgb(247, 247, 247);
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    box-shadow: 1px 1px 1px 0px #797979;
    /*bottom: 45px;
    right: 140%;
    background: #f7f7f7;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  right: 0px;
  position: absolute;
  color: rgb(241, 241, 241);
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;*/
}
i.fa.fa-list {
    display: inline;
    font-size: 21px;
    /* margin-bottom: 16px; */
    color: rgb(235, 241, 235);
}
i.fa.fa-arrow-up {
    /*display: none;*/
    display: block;
    color: #323639;
    font-size: 22px;
    margin-top: 10px;
    margin-left: 2px;
}

#paginacion {
    margin: auto;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: -1;
}

i.fa.fa-arrow-circle-left:hover , i.fa.fa-arrow-circle-right:hover {
    color: #f1f1f1;
}

i.fa.fa-arrow-circle-left {
    margin-right: 10px;
    color: rgba(241, 241, 241, 0.79);
}
i.fa.fa-arrow-circle-right {
    margin-left: 10px;
    color: rgba(241, 241, 241, 0.79);
}

/*social share button*/
label#share-icon {
    display: none;
}

.menu-item,
.menu-open-button {
    /*background: #f7f7f7;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    right: 0px;
    position: absolute;*/
    color: rgb(241, 241, 241);
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    text-decoration: none;
    width: 40px;
    /*box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;*/
}
.menu-open-button a , .menu-item a{
    color: rgb(241,241,241);
}
.menu-open {
    display: none;
}

.menuShare {
    margin: auto;
    position: fixed;
    top: 137px;
    right: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    box-sizing: border-box;
    font-size: 24px;
    z-index: 99;
}

.menuShare a.menu-item .fa{
    color: #fff;
    line-height: 39px;
}

.share-icon{
    color: rgb(241, 241, 241);
    line-height: 42px !important;
}
i.fa.fa-share-alt.share-icon {
    color: rgb(50, 54, 57);
    margin-top: -5px;
    /*margin-left: -3px;*/
}
.menu-item:hover {
    opacity: 1;
}


.menu-open-button {
    z-index: 2;
    cursor: pointer;
    /* -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
     transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
     -webkit-transition-duration: 400ms;
     transition-duration: 400ms;
     -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
     transform: scale(1.1, 1.1) translate3d(0, 0, 0);
     box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);*/
}

i.fa.fa-whatsapp {
    font-weight: bold;
}
a.menu-item.whatsapp_share_btn {
    margin: auto;
    position: fixed;
    bottom: 10px;
    text-align: center;
    box-sizing: border-box;
    font-size: 24px;
    z-index: 99;
    line-height: 21px;
    background: #1fd627;
    border-radius: 100%;
    width: 43px;
    height: 43px;
    right: 35px;
    color: rgb(247, 247, 247);
    font-weight: 400;
    box-shadow: 1px 1px 1px 0px #797979;
}
.menu-item.whatsapp_share_btn i {
    display: block;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 16px;
    color: rgb(247, 247, 247);
}
.whatsapp_share_btn p {
    text-align: center;
    font-size: 14px;
    display: block;
    width: 80px;
    margin-left: -17px !important;
}

img {
    max-width: 100%;
}

/* Portada */
#portada , #linea-tiempo{
    padding: 0;
    /*background-color: #00c7ff;*/
    margin-top: 5%;
}
#placa-1{
    margin-top: 5%;
}
#top-portada {
    /*background-color: #00c7ff;*/
    color: white;
    padding: 4% 7%;
}
#portada img {
    /*margin: 0 auto;
    display: block;
    padding: 5% 0;
    max-width: 400px;
    width: 50%;*/
}

#portada .card-deck {
    margin-left: 0;
    margin-right: 0;
}
#portada .card {
    border-radius: 0;
}
/*#portada-urjc img {
    max-width: 350px;
    width: 50%;
}
h1 {
    font-size: 5em;
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
}
h1 span {
    font-weight: 100;
}
*/

/* Responsive
==================================== */

@media all and (max-width: 500px) {
    .Rtable--collapse {
        display: block;
    }
    .Rtable--collapse > .Rtable-cell {
        width: 100% !important;
    }
    .Rtable--collapse > .Rtable-cell--foot {
        margin-bottom: 1em;
    }
}
.no-flexbox .Rtable {
    display: block;
}
.no-flexbox .Rtable > .Rtable-cell {
    width: 100%;
}
.no-flexbox .Rtable > .Rtable-cell--foot {
    margin-bottom: 1em;
}



footer {display: none;}

/**** MODAL ****/
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: transparent;
    color: white;
    text-align: center;
}
.modal-title {
    margin: 0;
    font-weight: 100;
    font-size: 2em;
    text-align: center;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-header .close .fa{
    font-size: 38px;
}
.modal-header .close {
    margin-top: -11px;
    color: black;
    font-size: 1.8em;
    text-shadow: none;
    opacity: 1;
}
.modal-header .close:hover {
    opacity: 0.7;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-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;
}
.form-group {
    padding: 10px;
}
.modal-body p {
    padding: 0 10px;
}

.modal-footer {
    border-top: 0;
    padding-top: 0;
}
input#shorturl {
    text-align: center;
    font-size: 18px;
    padding: 20px;
    margin: 20px 10px;
    width: 97%;
}
.text-danger {
    font-size: 14px !important;
    line-height: 2.5em !important;
    font-weight: 600 !important;
    color: #fb6800 !important;
}
.has-error input {
    background-color: #ffeede !important;
    border: 1px solid #fb7f00 !important;
}


@media (max-width: 1550px) {
    h2 {
        font-size: 40px;
        margin-bottom: 0;
    }
    h6, .h2_parrafo, #plan-estudios h6 {
        font-size: 1.5em;
        margin-top: 30px;
        font-weight: bold;
    }
    .titulaciones-urjc {
        margin-top: 30px;
    }
    .profesor {
        height: 250px;
    }
}

@media (max-width: 1200px) {
    .ranking-item {
        flex: 0 33%;
    }
}


@media (max-width: 997px) {
   /* h1 {
        font-size: 3.5em;
    }
    h2 {
        font-size: 30px;
    }
    */
}

@media (max-width: 768px) {
   /* h1 {
        font-size: 2em;
    }*/
    section {
        margin: 2% 4%;
    }
/*
    #barra-inferior {
        background: none;
        height: 100%;
        position: fixed;
        right: 0;
        width: 0;
        top: 0;
        bottom: 0;
        border-top: 1px solid #b1b1b1;
        padding: 12px;
        z-index: 999;
    }
*/
    #barra-inferior img {
        margin-left: 14px !important;
    }
    #paginacion {
        display: none;
    }
    label#share-icon {
        display: block;
        margin: auto;
        position: fixed;
        bottom: 131px;
        right: 15px;
        text-align: center;
        box-sizing: border-box;
        font-size: 24px;
        z-index: 99;
        line-height: 21px;
        background: #f7f7f7;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        font-weight: 400;
        box-shadow: 1px 1px 1px 0px #797979;
    }
    label#print-button {
        display: none;
    }
    .menuShare {
        top: 15px;
    }
    label#go-indice{
        right: 15px;
    }
    #a-indice {
        bottom: 75px;
        font-size: 24px;
        z-index: 99;
        margin: auto;
        position: fixed;
        right: 12px;
        text-align: center;
        box-sizing: border-box;
        line-height: 21px;
        background: #f7f7f7;
        border-radius: 100%;
        width: 43px;
        height: 43px;
        font-weight: 400;
        box-shadow: 1px 1px 1px 0px #797979;
    }
    .menu-item.whatsapp_share_btn i {
        font-size: 23px;
        margin-top: 10px;
    }
/*
    #barra-inferior p {
        margin-left: 10px;
        margin-top: 0;
        display: none;
    }
*/
    a.menu-item.whatsapp_share_btn {
        bottom: 21px;
        width: 43px;
        height: 43px;
        right: 11px;
    }
/*
    i.fa.fa-list {
        display: none;
    }
*/
    /*i.fa.fa-arrow-up {
        display: block;
        color: #323639;
        font-size: 22px;
        margin-top: 10px;
        margin-left: 2px;
    }*/
    a#a-indice-up {
        bottom: 25px;
        right: 12px;
    }
    .menu-open-button a, .menu-item a, .menu-item i {
        color: rgb(50, 54, 57);
        margin-top: 12px;
        margin-left: 1px;
        font-size: 20px;
    }
    label.menu-item, label#download-button {
        right: 14px;
        bottom: 127px;
        position: absolute;
        top: auto;
        width: 42px;
        height: 42px;
    }
    .menu-item:nth-child(3) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
    }

    .menu-item:nth-child(4) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
    }

    .menu-item:nth-child(5) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
    }

    .menu-item:nth-child(6) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
    }

    .menu-open-button {
        z-index: 2;
        -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-transition-duration: 400ms;
        transition-duration: 400ms;
        -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
        transform: scale(1.1, 1.1) translate3d(0, 0, 0);
        cursor: pointer;
        box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    }

    .menu-open-button:hover {
        -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
        transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    }

    .menu-open:checked + .menu-open-button {
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
        /*-webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
        transform: scale(0.8, 0.8) translate3d(0, 0, 0);*/
    }

    .menu-open:checked ~ .menu-item {
        -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
        transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
    }

    .menu-open:checked ~ .menu-item:nth-child(3) {
        transition-duration: 180ms;
        -webkit-transition-duration: 180ms;
        -webkit-transform: translate3d(0.08361px, -145.99997px, 0);
        transform: translate3d(0.08361px, -145.99997px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(4) {
        transition-duration: 280ms;
        -webkit-transition-duration: 280ms;
        -webkit-transform: translate3d(0.08361px, -96.99997px, 0);
        transform: translate3d(0.08361px, -96.99997px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(5) {
        transition-duration: 380ms;
        -webkit-transition-duration: 380ms;
        -webkit-transform: translate3d(0.08361px, -48.99997px, 0);
        transform: translate3d(0.08361px, -48.99997px, 0);
    }
    i.fa.fa-download.share-icon {
        margin-top: -4px;
        margin-left: 2px;
    }
    #buttons-barra {
        position: fixed;
        right: 0;
        bottom: 0;
        padding: 6px 20px;
        height: 52px;
    }
    #buttons-barra p {
        font-size: 14px;
    }
    .menu-open:checked ~ .menu-item:nth-child(5) , label#go-indice{
        display: block;
    }
    .menu-item, .menu-open-button {
        width: 50px;
        min-width: 40px;
        height: 50px;
        font-size: 25px;
        background: #f7f7f7;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        font-weight: 400;
        box-shadow: 1px 1px 1px 0px #797979;
    }
    #a-indice p {
        display: none;
    }
    .share-icon {
        line-height: 53px !important;
    }
    i.fa.fa-link {
        line-height: 53px !important;
    }
    .menuShare a.menu-item .fa {
        line-height: 48px;
    }
}



@media (max-width: 425px) {
  /*  h2 {
        font-size: 1.5em;
    }*/
    

    /** CABECERA **/
    #portada {
        padding: 0 4%;
        margin: 0;
    }
    #portada img {
        display: none;
    }
    #top-portada {
        padding: 4%;
    }
    h1 {
        font-size: 1.4em;
        margin: 10px 0;
    }
}
#paginacion i{cursor:pointer;}


/***************************************************************************************************************************************************************
****************************************************************************************************************************************************************
****************************************************************************************************************************************************************
***************************************************************************************************************************************************************/




        section#que-puedo-hacer ul li:before {
            content: none !important;
        }

        section#que-puedo-hacer li {
            display: flex;
            flex-direction: row;
            align-items: center;
            width: 90%;
            border: 3px solid #691193;
            margin: 20px auto;
            text-indent: 0;
            padding: 0 20px;
        }

        section#que-puedo-hacer li a {
            width: 30%;
            margin-right: 0;
            margin-left: 20px;
        }

        section#que-puedo-hacer li p {
            width: 70%;
        }

        @media (max-width:991px) {
            section#que-puedo-hacer li {
                flex-direction: column;
            }

            section#que-puedo-hacer li p {
                width: 100%;
                text-align: center;
            }

            section#que-puedo-hacer li a {
                width: 90%;
                margin: 0 auto 20px;
            }
        }

        .modal-dialog {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }

        .modal-content {
            height: auto;
            min-height: 100%;
            border-radius: 0;
        }

        /* .modal-dialog {
            overflow-y: initial !important
        } */

        .modal-body {
            height: 80vh;
            overflow-y: auto;
        }
        .owl-carousel.h-100 .owl-item, .owl-carousel.h-100 .owl-stage, .owl-carousel.h-100 .owl-stage-outer {
            height: 100%;
        }

    .bg-holder {
        position: absolute;
        width: 100%;
        min-height: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        overflow: hidden;
        will-change: transform,opacity,filter;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-repeat: no-repeat;
    }
    @media (min-width: 992px){
        .min-vh-lg-100 {
            min-height: 100vh;
        }
    }
    .owl-theme .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.owl-theme .owl-dots .owl-dot {
    padding: 1rem 0;
}
.owl-theme .owl-dots .owl-dot span {
    border-radius: 0.1875rem;
    width: 3rem;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.35);
    -webkit-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span {
    background-color: #045bc1;
}
.owl-theme .owl-dots .owl-dot:focus span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #404040;
}
.owl-theme .owl-nav {
    margin-top: 0;
    cursor: pointer;
}
.owl-theme .owl-nav [class*="owl-"] {
    opacity: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    font-size: modular-scale(2);
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    text-align: center;
    color: #666;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.8) !important;
    -webkit-box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    z-index: 99;
}
.owl-theme .owl-nav [class*="owl-"]:focus,
.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #fff;
    color: #666;
    opacity: 1 !important;
}
.owl-theme .owl-nav .owl-prev {
    left: 1.8rem;
}
.owl-theme .owl-nav .owl-next {
    right: 1.8rem;
}
.owl-theme:focus .owl-nav [class*="owl-"],
.owl-theme:hover .owl-nav [class*="owl-"] {
    opacity: 0.5;
}
.owl-theme.nav-square .owl-nav {
    margin-top: 0;
}
.owl-theme.nav-square .owl-nav [class*="owl-"] {
    border-radius: 0;
}
.owl-theme.owl-nav-outer .owl-nav .owl-prev {
    left: -4rem;
}
.owl-theme.owl-nav-outer .owl-nav .owl-next {
    right: -4rem;
}
.owl-theme.owl-dots-inner .owl-dots {
    bottom: 0;
}
.owl-theme.owl-dot-round .owl-dots .owl-dot span {
    height: 0.625rem;
    width: 0.625rem;
    border-radius: 50%;
}
.owl-theme.owl-theme-info .owl-dots .owl-dot.active span {
    background-color: #00d6ff;
}
.owl-theme.owl-theme-success .owl-dots .owl-dot.active span {
    background-color: #7ed321;
}
.owl-theme.owl-theme-warning .owl-dots .owl-dot.active span {
    background-color: #f37f29;
}
.owl-theme.owl-theme-danger .owl-dots .owl-dot.active span {
    background-color: #d0021b;
}
.owl-theme.owl-eq-items .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.owl-theme.owl-eq-items .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}
.owl-loaded.owl-dots-inner .owl-dots {
    bottom: 1rem !important;
}
.owl-loaded .owl-dots .owl-dot span {
    position: relative;
    overflow: hidden;
    height: 0.25rem;
    width: 1.5625rem;
    display: block;
    margin: 0.5rem;
}
@media (min-width: 992px) {
    .owl-loaded .owl-dots .owl-dot span {
        width: 2.1875rem;
    }
}
@media (min-width: 1200px) {
    .owl-loaded .owl-dots .owl-dot span {
        width: 2.8125rem;
    }
}
.owl-loaded .owl-dots .owl-dot span:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 0.1875rem;
}
.owl-loaded .owl-dots .owl-dot.active span {
    background-color: rgba(255, 255, 255, 0.35) !important;
}
.owl-loaded .owl-dots .owl-dot.active span:after {
    -webkit-animation: owlNavAnimate 5s;
    animation: owlNavAnimate 5s;
}
@-webkit-keyframes owlNavAnimate {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    85% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes owlNavAnimate {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    85% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
.owl-theme.owl-theme-vertical .owl-dots {
    height: 1.125rem;
    margin-top: 0 !important;
    -webkit-transform: translate3d(50%, -50%, 0) rotate(90deg);
    transform: translate3d(50%, -50%, 0) rotate(90deg);
    top: 50%;
    right: 0.5625rem;
    margin-right: -1.8rem;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    text-align: center;
}
.owl-theme.owl-theme-vertical.owl-dots-inner .owl-dots {
    margin-right: 1.8rem;
}
.owl-theme-nav-right .owl-nav .owl-prev {
    display: none !important;
}
.owl-carousel.h-100 .owl-item,
.owl-carousel.h-100 .owl-stage,
.owl-carousel.h-100 .owl-stage-outer {
    height: 100%;
}
.ui.styled.accordion {
    border-radius: 0.1875rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e1e1e1;
}
.multimedia__item__img{
    margin-bottom: 1rem!important;
}
.multimedia__item__play_icon{
    transition: .2s ease;
}
.multimedia__item__play_icon::before {
    
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 3px 10px 3px 15px;
    color: white;
    transition: .2s ease;
    /*content: url(../../assets/img/play_icon.svg);*/
    content: url(../../assets/img/play_blanco.svg);
    opacity: 0.7;
    /*
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .5s ease;
    */
}
.multimedia__item__play_icon:hover::before{
    content: url(../../assets/img/play_cian.svg);
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
}
.multimedia__item__play_icon:hover{
    filter:brightness(85%);
}
/*
.modal-slider .slick-prev:before, .modal-slider .slick-next:before {
  color: black;
}
.wrap-modal-slider{
    width: 625px
}
@media(max-width: 768px){
    .wrap-modal-slider{
        width: 100%
    }
}
*/

.slick-slide {
    outline: none
}

.slider-nav .slick-track {
  display: flex;
}
.slider-nav .slick-track .slick-slide:focus {
    outline: none !important;
}
.slider-nav .slick-track .slick-slide.slick-current {
    font-weight: bold;
}
.slider-nav .slick-track .slick-slide {
    cursor: pointer;
  display: flex;
  height: auto;
  text-align: center;
}

/*.bg-celeste {
    background-color: #00c7ff;
}*/
.modal-fullscreen-xl .modal-header{
    background-color: white!important;
}
.modal-fullscreen-xl .modal-title{
    display: none!important;
}
.modal-fullscreen-xl {
 padding: 0 !important;
}
.modal-fullscreen-xl .modal-dialog {
 width: 75%;
 max-width: none;
 height: 100%;
 margin: 0 auto;
}
.modal-fullscreen-xl .slider-container{
    width:625px;
}
.modal-fullscreen-xl .modal-content {
 height: 100%;
 border: 0;
 border-radius: 0;
}
.modal-fullscreen-xl .modal-body {
 overflow-y: auto;

 padding-left: 3rem!important;
 padding-right: 3rem!important;
}

@media all and (max-width: 768px) {

    .modal-fullscreen-xl .modal-dialog {
        width: 85%;
    }
    .modal-fullscreen-xl .modal-body .titular{
        word-break: break-word;
    }
    .modal-fullscreen-xl .modal-body {
        overflow-y: auto;
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
    .modal-fullscreen-xl .slider-container{
        width:100%;
    }
}
.svg-recurso{
    max-height: 60px;
    transition: .2s ease;
}
.svg-recurso:hover{
    transform: scale(1.2);
}
.ul-bg-gris{
    background-color:  #f0f0f0;
    padding:0.5rem 0.8rem ;
}
.ul-bg-gris ul{
    padding-left:0;
}
.ul-bg-gris ul, .ul-bg-gris ul li:last-child {
    margin-bottom: 0!important;
}
.ul-bg-gris ul li::before {
    content: " + " !important;
    color: black !important;
    margin-right: 5px;
    font-weight: 900;
}
.quote-before:before{
    content:'';
    background: url("../../assets/img/recurso_icono_CITA.svg");
    height: 40px;
    width: 54px;
    position: absolute;
    margin: 0px -50px;
}