#URGeneration .row {
    margin-left: 0;
    margin-right: 0;
}

#URGeneration .modal.show {
    background: rgb(33 66 88 / 91%);
}

#URGeneration h4.modal-title {
    color: #c40840;
    font-size: 2.5em;
    font-weight: 900;
}

.agenda .card-body .foto img {
    max-width: 157px;
}

#URGeneration .modal-header {
    display: table;
    margin-bottom: 0;
    border: none;
}

.agenda #accordion a.card-link i {
    transform: rotate(180deg);
}
.agenda #accordion a.card-link.collapsed i {
    transform: rotate(359deg);
}

#URGeneration a.close {
    position: absolute;
    right: 20px;
    top: 20px;
}

#URGeneration .BannerPrincipal {
    background: url(../img/fondo.jpg) no-repeat;
    background-size: cover;
    min-height: 460px;
}

.prestige .caja p strong {
    font-size: 1.2em;
}

.AgendaFooter a.boton.visita.footer {
    border-color: #fff !important;
    background: transparent;
    color: #da00aa !important;
    clip-path: inherit !important;
    border: solid 5px !important;
}

.AgendaFooter a.boton.visita.footer:hover {
    background: #fff !important;
    color: #10acd6 !important;
}

#URGeneration .modal-footer {
    border: none;
}

#URGeneration a.btn.btn-danger {
    margin: 0 auto;
    border-radius: 0;
    letter-spacing: 2px;
    font-weight: 900;
    background: #f3b00b;
    border: none;
    margin-bottom: 20px;
}

#URGeneration a.btn.btn-danger:hover {
    background: #c40840;
    transition: 0.2s;
}

#URGeneration .modal-body {
    text-align: left !important;
    padding: 0 7%;
}

.logoPrestige {
    display: flex;
    width: 100%;
    background: #fff;
    max-width: 320px;
    max-height: 320px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 5px 16px rgb(0 0 0 / 9%);
}

#URGeneration .description {
    background: linear-gradient(to left, #0eb5e2, #069bc3);
    padding: 4%;
    color: #fff;
    position: relative;
    z-index: 9;
    clip-path: polygon(0 0%, 100% 0, 100% 85%, 0% 100%);
}

#URGeneration .BannerPrincipal .logo {
    max-width: 200px;
    width: 100%;
    padding: 4% 0 0;
    margin-bottom: -50px;
}

#URGeneration .personaje {
    position: absolute;
    max-width: 300px;
    right: 0;
    bottom: 0;
}

#URGeneration .BannerPrincipal {
    position: relative;
}

#URGeneration .BannerPrincipal .texto {
    max-width: 520px;
    float: right;
    padding: 8% 3% 8% 3%;
}
#URGeneration .BannerPrincipal .personaje {
    position: absolute;
    max-width: 480px;
    right: -151px;
    top: -300px;
}

#URGeneration .BannerPrincipal .flor {
    max-width: 309px;
    margin-left: 6%;
}

#URGeneration a.boton.visita {
    padding: 10px 20px;
    border: solid 10px #da02ac;
    font-size: 1.2em;
    font-weight: 900;
    color: #da00aa;
    transform: 0.2s;
    cursor: pointer;
    width: 80%;
    clip-path: polygon(0 7%, 99% 0, 99% 92%, 0% 97%);
    float: right;
    background: #fff;
    text-align: center;
}

#URGeneration a.boton.visita:hover {
    background: #da014e;
    color: #fff;
    text-decoration: none;
    transform: 0.2s;
}

#URGeneration .description p.parrafo {
    font-size: 1.1em;
    padding: 0% 4%;
    font-weight: bold;
}

#URGeneration a.boton.visita i {
    font-size: 0.6em;
}

#demo {
    margin-top: -19px;
    clip-path: polygon(0 2%, 99% 0, 100% 94%, 0% 97%);
    padding: 3%;
    background: #c40840;
}

#URGeneration .formulario {
    clip-path: polygon(0 3%, 99% 0, 100% 94%, 0% 97%);
    padding: 10px;
    background: white;
    padding: 10% 5%;
}

#URGeneration label.nvisita {
    color: #6e7780;
}

#URGeneration a.btn.btn-primary {
    border: none;
    margin-top: 20px;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    background: #c40840;
    font-weight: 900;
}

a.boton.visita:active {
    background: #c40840;
    color: #fff !important;
}

a.boton.visita:focus {
    background: #c40840;
    color: #fff !important;
}

/*Conoce*/

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 5px;
    max-height: 360px;
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a a */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 63.5%;
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
    background: #000000;
}

figure.effect-milo img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 0.5;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
    transform: translate3d(-30px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.2s;
}

figure.effect-milo:hover img {
    opacity: 0.2;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

figure.effect-milo h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.8em;
    text-transform: initial;
    font-size: 1.2em;
    border-left: solid 9px #f3b00b;
    font-weight: bold;
    text-align: left;
    transition: 0.2s;
}

figure.effect-milo p {
    position: absolute;
    padding: 0 10px 0 0;
    width: 90%;
    /* border-right: 1px solid #fff; */
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    background: #214258;
    text-align: left;
    padding: 5px 9px;
    color: #f3b00c;
    bottom: 10px;
    margin-left: -10px;
    text-transform: capitalize;
}

figure.effect-milo:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(-10px, 50%, 60px 0);
}

.conoce {
    padding: 2% 6% 4%;
}

.conoce .grid.dos figure {
    width: 21%;
    max-width: 260px;
    min-width: 252px;
}

.conoce .titulo {
    font-size: 2.5em;
    font-weight: 900;
    color: #ff0298;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 10%;
}

.conoce .Subtitulo {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 20px;
    color: #214258;
}

figure.effect-milo:hover {
    background: #f3b00c;
    transition: 0.2s;
}

figure.effect-milo:hover h2 {
    padding: 35% 30px !important;
    border: none;
    transition: 0.2s;
}

figure.effect-milo:hover p a {
    color: #fff;
}

.grid.dos figure.effect-milo p {
    width: 45%;
}

/*conoce*/

/*experiencias*/

.experiencias {
    padding: 3% 6%;
    position: relative;
    background-image: linear-gradient(145deg, #0157c6b0 0%, #00063873 88%), url(../img/testimonio/Proyectotu_seccion.jpg);
    background-attachment: fixed, scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.experiencias .EstacionBienvenida {
    background-image: url(../img/ProyectoTu/EstacionBienvenida.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.experiencias::after {
    content: "";
    background-image: url(../img/ProyectoTu/proyectotufondo.png);
    width: 343px;
    height: 340px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 10%;
    bottom: 5%;
    z-index: 0;
}

.experiencias .titulo img {
    max-width: 620px;
}

.experiencias .EstacionBienvenida {
    padding: 40px 30px 10px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
}
.experiencias .EstacionBienvenida h3 {
    font-weight: 800;
    color: #ffffff;
    font-size: 2.5vw;
}

.experiencias .EstacionBienvenida h3 span {
    color: #f7f700;
}

.experiencias .EstacionBienvenida h6 {
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
}

.experiencias .EstacionBienvenida p {
    color: #fff;
}

.experiencias .itemCaja {
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    padding: 5%;
    min-height: 200px;
    cursor: pointer;
}


.experiencias .itemCaja.amarillo {
    border: solid 3px #f4c447;
}

.experiencias .titulo {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-size: 2.2em;
    font-weight: 900;
}

.experiencias .itemCaja.verde {
    border: solid 3px #008081;
}

.experiencias .itemCaja.rojo {
    border: solid 3px #c40840;
}

.experiencias .itemCaja.azul {
    border: solid 3px #006fb4;
}

.experiencias .nombreExperiencia {
    font-size: 1.3em;
    line-height: 25px;
    font-weight: 600;
}

.experiencias a.verMas {
    background: #f4c345;
    padding: 5px 20px;
    margin-top: 30px;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
}

.itemCaja.verde .verMas {
    background: #229697;
}

.itemCaja.rojo .verMas {
    background: #c40840;
}

.itemCaja.azul .verMas {
    background: #006fb4;
}

.experiencias .cajaCentro {
    display: table;
    width: 70%;
    margin: 0 auto;
}

.experiencias .grid figure.effect-julia h2 {
    font-size: 3.5vw;
}

.experiencias .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 100%;
    max-width: 100%;
    min-height: 320px;
    max-height: 340px;
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
}

.experiencias .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0;
}

.experiencias .grid figure figcaption {
    padding: 0.5em 1em;
    color: rgb(0, 0, 0);
    text-transform: initial;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.experiencias .grid figure figcaption::before,
.experiencias .grid figure figcaption::after {
    pointer-events: none;
}

.experiencias .grid figure figcaption,
.experiencias .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.experiencias .grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.experiencias .grid figure h3 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.experiencias .grid figure h3 span {
    font-weight: 800;
}

.experiencias .grid figure h3,
.experiencias .grid figure p {
    margin: 0;
}

.experiencias .grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

.experiencias .grid figure.effect-julia {
    background: #ffffff;
}

.experiencias .grid figure.effect-julia img {
    max-width: none;
    height: 400px;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.experiencias .grid figure.effect-julia figcaption {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: flex-end;
}

.experiencias .grid figure.effect-julia h3 {
    position: relative;
    padding: 0.5em 0;
    font-size: 2.3vw;
    color: #0dabd5;
}

.experiencias .grid figure.effect-julia .estInicial {
    padding-bottom: 20px;
}

.experiencias .grid figure.effect-julia .estInicial p {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0.1em 0.6em;
    color: #000000;
    text-transform: none;
    font-weight: 500;
    font-size: 0.9vw;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.experiencias .grid figure.effect-julia .estInicial h3 {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.experiencias .grid figure.effect-julia .estInicial p:first-child {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.15s;
}

.experiencias .grid figure.effect-julia .estInicial p:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.1s;
}

.experiencias .grid figure.effect-julia .estInicial p:nth-of-type(3) {
    -webkit-transition-delay: 0s;
    transition-delay: 0.05s;
}

.experiencias .grid figure.effect-julia:hover .estInicial h3 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.experiencias .grid figure.effect-julia:hover .estInicial p:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0s;
}

.experiencias .grid figure.effect-julia:hover .estInicial p:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.05s;
}

.experiencias .grid figure.effect-julia:hover .estInicial p:nth-of-type(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.1s;
}

.experiencias .grid figure.effect-julia:hover .estInicial h3 {
    opacity: 0;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
}

.experiencias .grid figure.effect-julia:hover figcaption {
    color: rgb(255, 255, 255);
}

.experiencias .grid figure.effect-julia:hover .estInicial p {
    opacity: 0;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
}
.experiencias .grid figure.effect-julia:hover {
    background: #000000;
    border-radius: 20px;
}
.experiencias .grid figure.effect-julia:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.experiencias .grid figure.effect-julia .estaFinal {
    position: absolute;
    bottom: 30px;
}

.experiencias .grid figure.effect-julia .estaFinal h5 {
    font-weight: 600;
}

.experiencias .grid figure.effect-julia .estaFinal p {
    text-transform: initial;
}

.experiencias .grid figure.effect-julia .estaFinal h5 i {
    color: #f7f700;
}

.experiencias .grid figure.effect-julia .estaFinal {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 170px, 0);
    transform: translate3d(0, 170px, 0);
}

.experiencias .grid figure.effect-julia:hover .estaFinal {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.icono {
    border: solid 2px transparent;
    border-radius: 100%;
    max-width: 100px;
    /* padding: 2px; */
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
    transition: 0.2s;
}

.itemCaja.amarillo:hover {
    background: #f4c345;
    color: #fff;
    transition: 0.2s;
}

.itemCaja.amarillo:hover a.verMas {
    background: #fff;
    color: #f4c345;
}

.itemCaja.amarillo:hover .icono {
    border: solid 2px #fff;
    transition: 0.2s;
}

.itemCaja.verde:hover {
    background: #229697;
    color: #fff;
    transition: 0.2s;
}

.itemCaja.verde:hover a.verMas {
    background: #fff;
    color: #229697;
}

.itemCaja.verde:hover .icono {
    border: solid 2px #229697;
    transition: 0.2s;
}
.conoce .video {
    padding: 10px 10px;
    border: 10px inset #ff0298;
    border-style: inset;
    border-color: #ff0298;
}

.itemCaja.verde:hover .icono {
    border: solid 2px #fff;
    transition: 0.2s;
}

.itemCaja.rojo:hover {
    background: #c40840;
    color: #fff;
    transition: 0.2s;
}

.itemCaja.rojo:hover a.verMas {
    background: #fff;
    color: #c40840;
}

.itemCaja.rojo:hover .icono {
    border: solid 2px #c40840;
    transition: 0.2s;
}

.itemCaja.rojo:hover .icono {
    border: solid 2px #fff;
    transition: 0.2s;
}

.itemCaja.azul:hover {
    background: #006fb4;
    color: #fff;
    transition: 0.2s;
}

.itemCaja.azul:hover a.verMas {
    background: #fff;
    color: #006fb4;
}

.itemCaja.azul:hover .icono {
    border: solid 2px #006fb4;
    transition: 0.2s;
}

.itemCaja.azul:hover .icono {
    border: solid 2px #fff;
    transition: 0.2s;
}

/*experiencias*/

/*portafolio*/

.portafolio .cajaAsesoria {
    overflow: hidden;
}

.portafolio .cajaAsesoria {
    background: #010125;
}

.portafolio .cajaAsesoria.pos {
    background: #151142 !important;
}

.portafolio .C-areaPenal {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    min-height: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 3px #00000054;
    cursor: pointer;
}

.portafolio section.PrePos h3 {
    color: #fff;
    font-size: 4em;
    font-weight: 800;
    padding-top: 50%;
    text-transform: uppercase;
}
.redes .icono a:hover {
    filter: opacity(0.5);
}
.portafolio .mas-info {
    display: table;
    position: absolute;
    bottom: 0px;
    left: 35%;
    color: #fff;
    border: solid 2px;
    padding: 4px 10px;
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
    font-size: 1.2em;
    opacity: 0;
    transition: 0.5s;
    width: 30%;
    text-align: center;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 38%);
    cursor: pointer;
}

.portafolio .cajaAsesoria.pos {
    background: #0eb5e2 !important;
}

.portafolio section.PrePos h3 {
    color: #fff;
    font-size: 4em;
    font-weight: 800;
    padding-top: 48%;
    text-transform: initial;
}
#aspirantes2019 .cajaAsesoria:hover .areaPenal {
    transform: scale(1.3);
    background: #ddd;
    transition: 0.3s;
    cursor: pointer;
    opacity: 0.2;
}

.portafolio {
    padding: 3% 6% 5%;
}

.portafolio .titulo {
    font-size: 2.5em;
    font-weight: 900;
    color: #ff0298;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}

.portafolio .Subtitulo {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 20px;
    color: #214258;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 40px;
}

.portafolio .btn {
    padding: 2px 20px;
    color: #da0921;
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
    font-size: 2.2rem;
    border: solid 2px;
    border-radius: 0;
    letter-spacing: 1px;
    margin-top: 2%;
}
.portafolio .btn:hover {
    background: #d90821;
    color: #fff;
    border-color: #d90721;
    transition: 0.3s;
}

.portafolio .mas-info:hover {
    background: #fff;
    transition: 0.3s;
    color: #000;
    border-color: #fff;
}

.portafolio .mas-info.dos:hover {
    color: #151143;
}

.portafolio .cajaAsesoria:hover .areaPenal {
    webkit-transform: scale(1.3);
    transform: scale(1.3);
    background: #ddd;
    transition: 0.3s;
    cursor: pointer;
    opacity: 0.2;
}

.portafolio .areaPenal img {
    width: 100%;
    filter: brightness(0.5);
}

.portafolio .cajaAsesoria:hover .mas-info {
    bottom: 35px;
    opacity: 1;
    transition: 0.5s;
}

/*portafolio*/

/*agenda*/

.agenda {
    background: #dadae5;
    padding: 4% 7%;
}

.agenda .titulo {
    font-size: 2.5em;
    font-weight: 900;
    color: #ff0698;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 40px;
}

.agenda .Subtitulo {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 20px;
    color: #214258;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 40px;
}

.agenda .card-header {
    background: #123fa0;
    color: #fff;
    display: flex;
    padding: 1% 2% 0%;
}
.agenda .fecha {
    background: #fff;
    text-align: center;
    color: #1140a0;
    float: left;
    max-width: 100px;
    width: 100%;
    margin-right: 20px;
    padding: 1% 1% 2%;
    clip-path: polygon(0 8%, 99% 0, 99% 82%, 0 78%);
    font-size: 1.1em;
    margin-bottom: 0;
}
.agenda .fecha small {
    font-size: 0.6em;
}

.agenda a.card-link {
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    width: 100%;
}

.agenda .hora {
    border: solid 2px;
    display: table;
    padding: 2px 12px;
    font-size: 0.8em !important;
    margin-bottom: -20px;
}

.agenda .fecha hr {
    margin: -4px;
    border: solid 2px;
    margin-bottom: 5px;
}
.agenda .card-header p {
    font-size: 1.5em;
    margin-bottom: 0;
    font-weight: 900;
    margin-bottom: -7px;
}

.agenda a.card-link i {
    float: right;
    position: relative;
    top: -50px;
    font-size: 1.4em;
}

.agenda .card {
    margin-bottom: 30px;
}

.agenda .card {
    margin-bottom: 30px;
}

.agenda .foto {
    float: left;
    margin-left: 0px;
}

.agenda .card-body {
    padding: 3% 6% 1%;
    display: table;
}

.agenda .card-body {
    padding: 3% 6% 1%;
    display: table;
    width: 100%;
}

.agenda .card-body p {
    font-size: 1.1em;
    margin-top: 20px;
    margin-left: 30px;
    display: table;
    padding-left: 15px;
}

.agenda .card.dos .card-header {
    background: #069bc3;
}
.agenda .card.dos .fecha {
    color: #069bc3;
}

.agenda .card.tres .card-header {
    background: #008081;
}

.agenda .card.tres .fecha {
    color: #008081;
}

.agenda .card.cuatro .card-header {
    background: #006fb4;
}

.agenda .card.cuatro .fecha {
    color: #006fb4;
}

/*agenda*/

/*testimonio*/

.testimoniosdos {
    background: #fff;
    display: table;
    padding: 3% 6%;
}

.testimoniosdos .titulo {
    font-size: 2.5em;
    font-weight: 900;
    color: #ff0698;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 40px;
}
.testimoniosdos #testimonio p span {
    font-weight: 800;
    font-size: 1.8em;
    color: #ff0698;
    line-height: 21px;
}

.equipo .itemEquipo .imagen img {
    max-width: 180px;
    filter: saturate(0.7);
}

.testimoniosdos h4 {
    text-align: right;
    font-size: 2.2em;
    font-weight: 900;
    color: #1140a0;
    margin-top: 30px;
}

.testimoniosdos h5 {
    text-align: right;
    font-weight: 900;
    font-size: 1.5em;
    color: #000000;
}

.testimoniosdos .row.testimonioCaja p {
    margin-top: 30px;
}

.testimoniosdos ul.carousel-indicators {
    bottom: -25px;
}

.testimoniosdos ul.carousel-indicators li {
    height: 4px;
    background-color: #ff0698;
}

.testimoniosdos .controles a {
    background: #1c8081;
    display: table;
    position: initial;
    /* bottom: 0; */
    width: 50px;
    float: left;
    height: 50px;
    opacity: 0.9;
    padding: 15px 0;
}

.testimoniosdos a.carousel-control-next {
    background: #c40840;
}

.testimoniosdos .controles {
    /* float: right; */
    left: 23%;
    position: absolute;
    bottom: 50px;
}

/*testimonios*/

/*equipo*/

.equipo .titulo {
    font-size: 2.5em;
    font-weight: 900;
    color: #ff0698;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
}

.equipo .Subtitulo {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 20px;
    color: #214258;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 40px;
}

.equipo {
    background: #dadae5;
    padding: 3% 6% 8%;
    clip-path: polygon(0 0%, 100% 0, 100% 94%, 0% 100%);
}

.equipo .itemEquipo {
    background: #fff;
    padding: 5%;
}

.equipo .itemEquipo {
    background: #fff;
    padding: 5%;
    text-align: center;
    min-height: 450px;
    margin-bottom: 20px;
}

.equipo .imagen {
    border: solid;
    display: table;
    border: solid 4px #ff0698;
    margin: 0 auto;
    border-radius: 50%;
    padding: 5px;
}

.equipo .imagen img {
    border-radius: 50%;
}
.redes .icono a i {
    color: #fff;
}
.equipo .cargo {
    font-weight: 900;
    font-size: 1.1em;
    color: #09acd6;
    margin-top: 20px;
}

.equipo .desc {
    line-height: 18px;
}

/*equipo*/

/*footer*/

.redes .icono a img.img-responsive {
    max-width: 33px;
}

.fotter {
    background: linear-gradient(rgb(32 148 219 / 61%), rgb(4 7 60 / 87%)), url(../img/Edificio_El_Tiempo_Bogota.jpg) no-repeat;
    padding: 6% 6% 3%;
    clip-path: polygon(0% 8%, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -40px;
    background-size: cover;
    background-position-y: 0px;
    background-position-x: 0px;
}
.redes .icono {
    float: left;
    color: #fff;
    font-size: 1.5em;
    cursor: pointer;
    margin-right: 11px;
}

.AgendaFooter img {
    width: 100%;
    margin-bottom: 20px;
}

.horario {
    color: #fff;
}

.horario h4 {
    font-weight: 900;
}

.horario li {
    font-size: 0.9em;
    font-weight: 300;
    list-style: none;
    line-height: 29px;
    margin-left: -40px;
    padding: 8px 0px;
    border-bottom: solid 1px #ffffff4d;
}
.horario a {
    color: #fff;
}
.horario a:hover {
    color: #feef00;
    text-decoration: none;
}

.horario li:before {
    color: #ffee00;
    margin-right: 8px;
    font-size: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}


.redes {
    position: absolute;
    top: 45%;
    right: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.horario {
    color: #fff;
    margin-top: 1%;
    /* padding: 0 0% 0 20%; */
    margin-left: 65px;
}

/*footer*/

/*prestige*/

.prestige .caja p {
    min-height: 80px;
}

.logoPrestige img {
    width: 90%;
    margin-bottom: 20px;
}

.prestige {
    background: #0157c6;
    padding: 6% 6%;
    clip-path: polygon(0% 5%, 100% 0%, 100% 96%, 0% 100%);
    margin-top: -40px;
}

.prestige .caja {
    display: flex;
    border-bottom: solid 1px rgb(255 255 255 / 42%);
    padding: 4% 0 0;
}

.prestige .caja b {
    background: #00b1b4;
    color: #fff;
    padding: 3px 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.prestige h2 {
    font-size: 2.5em;
    font-weight: 900;
    color: #ffff00;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 10%;
}
.prestige h3 {
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 30px;
}

.prestige .item_experience h4 {
    font-weight: 800;
    color: #ffee00;
}

.prestige .item_experience h6 {
    color: #fff;
}
.prestige .item_experience h6 span {
    font-weight: 800;
}

.prestige .item_experience img {
    width: 30%;
    max-width: 280px;
    filter: drop-shadow(2px 4px 6px #034f52);
}

.caja.dos b {
    background: #f3b00b;
}

.caja.tres b {
    background: #c40840;
}

.caja.cuatro b {
    background: #3361de;
}

.caja.cinco b {
    background: #214258;
}

.logoPrestige img {
    /* float: right; */
}

/*prestige*/

/*animaciones*/

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.prestige .item_experience {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #133ea0;
    margin-bottom: 18px;
    border-radius: 10px;
    padding: 10px;
    min-height: 170px;
}

.prestige .item_experience img {
    width: 35%;
    max-width: 180px;
    filter: drop-shadow(2px 4px 6px #034f52);
}
/*animaciones*/

@media (min-width: 1440px) {
    .logoPrestige img {
        width: 100%;
        margin-bottom: 20px;
        margin: 0 auto;
        display: table;
        padding: 4%;
    }

    .conoce .grid.dos figure {
        min-width: 255px;
    }

    .grid figure {
        width: 32%;
    }

    figure.effect-milo:hover h2 {
        padding: 50% 30px !important;
    }
}

@media (min-width: 1500px) {
    .conoce .grid.dos figure {
        min-width: 265px;
    }
}

@media (min-width: 1700px) {
    .conoce .grid.dos figure {
        min-width: 313px;
    }
}

@media (max-width: 1300px) {
    .logoPrestige {
        padding: 2% 0 0 7%;
    }
}

@media (max-width: 1200px) {

    .experiencias .grid figure figcaption {
        padding: 0.5em 0.5em;
    }
    .experiencias .grid figure.effect-julia .estInicial p {
        font-size: 1.2vw;
    }
    .experiencias::after {
        right: 2%;
    }

}


@media (max-width: 1024px) {
    .logoPrestige {
        max-width: 300px;
        max-height: 280px;
        padding: 11% 7% 0 5%;
        margin-top: 10%;
    }
    #URGeneration .BannerPrincipal .logo {
        max-width: 180px;
    }

    #URGeneration .BannerPrincipal .texto {
        max-width: 350px;
    }

    #URGeneration .BannerPrincipal .flor {
        max-width: 240px;
    }

    #URGeneration .BannerPrincipal .personaje {
        position: absolute;
        max-width: 390px;
    }

    #URGeneration .BannerPrincipal {
        position: relative;
    }

    #URGeneration .BannerPrincipal {
        min-height: 450px;
        background-position-x: center;
    }

    #URGeneration a.boton.visita {
        font-size: 1.2em;
    }
    .logoPrestige img {
        width: 100%;
        margin-bottom: 40px;
    }

    .conoce .grid.dos figure {
        width: 21%;
        max-width: 230px;
        min-width: 177px;
    }

    .agenda .card-header p {
        font-size: 1.2em;
        margin-bottom: 0px;
    }
    .horario li {
        font-size: 0.85em;
    }

    .equipo .itemEquipo {
        min-height: 350px;
    }
    .experiencias .EstacionBienvenida h3 {
        font-size: 4.0vw;
    }
}

@media (max-width: 991px) {
    .grid figure {
        width: 100%;
    }
    .equipo .itemEquipo .desc {
        font-size: 0.9em;
    }
    .equipo .itemEquipo {
        min-height: 420px;
    }
    .experiencias .grid figure.effect-julia .estInicial p {
        font-size: 1.5vw;
    }
    .experiencias .EstacionBienvenida {
        background-position-x: right;
        background-position-y: top;
        background-size: contain;
    }
    .experiencias .EstacionBienvenida {
        padding: 10px 0px 0px;
    }
    .experiencias::after {
        width: 300px;
        height: 340px;
        bottom: 0%;
        background-size: contain;
    }
    .experiencias .grid figure {
        min-height: 300px;
        max-height: 300px;
    }
    .prestige .item_experience img {
        width: 35%;
    }
}

@media (max-width: 768px) {
    .logoPrestige {
        max-width: 290px;
        max-height: 200px;
        padding: 11% 7% 0 5%;
        margin-top: 20%;
    }

    #URGeneration .BannerPrincipal .logo {
        max-width: 130px;
    }

    #URGeneration .BannerPrincipal .texto {
        max-width: 260px;
    }

    #URGeneration .BannerPrincipal .personaje {
        position: absolute;
        max-width: 240px;
    }

    #URGeneration .BannerPrincipal .flor {
        margin-left: -30px;
        max-width: 193px;
    }

    #URGeneration .BannerPrincipal .personaje {
        position: absolute;
        max-width: 280px;
        top: -183px;
        right: -100px;
    }

    .prestige {
        font-size: 11px;
        padding: 10% 6%;
    }

    .conoce .grid.dos figure {
        width: 16%;
        max-width: 200px;
        min-width: 129px;
    }

    .prestige .caja b {
        padding: 6px 10px;
        font-size: 1.2em;
    }

    .equipo .itemEquipo {
        min-height: 310px;
        font-size: 12px;
    }
    #URGeneration a.boton.visita {
        font-size: 0.75em;
    }

    .horario li {
        font-size: 0.85em;
        line-height: 20px;
    }

    .portafolio .cajaAsesoria {
        margin-bottom: 40px;
    }

    #URGeneration .BannerPrincipal {
        min-height: 320px;
    }

    #URGeneration .description p.parrafo {
        font-size: 0.8em;
    }
    .prestige .caja p {
        min-height: auto;
    }

    .prestige {
        font-size: 1em;
    }

    .logoPrestige {
        margin-top: 20px;
    }
    .prestige .caja b {
        padding: 1px 10px;
    }

    .prestige {
        clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%);
    }
}

@media (max-width: 767px) {
    .experiencias .EstacionBienvenida {
        background-image: inherit;
    }
    .experiencias .EstacionBienvenida h3 {
        font-size: 5.5vw;
    }
    .grid figure figcaption {
        padding: 0.8em 1em;
    }
    .experiencias .grid figure.effect-julia .estInicial p {
        font-size: 2.5vw;
    }
    .experiencias .grid figure.effect-julia h3 {
        font-size: 3.5vw;
    }

    .experiencias {
        padding-bottom: 340px;
    }
    .experiencias .grid figure.effect-julia h2 {
        font-size: 4.5vw;
    }
}

@media (max-width: 600px) {
    .grid {
        padding: 1em 0 0em;
        display: table;
    }

    .prestige {
        list-style: none;
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-flow: column;
        justify-content: center;
        margin-top: -60px;
    }

    .col-12.col-md-4.fila {
        order: 2;
    }

    .col-12.col-md-4.fila.Dos {
        order: 1;
    }

    .prestige .caja p {
        min-height: auto;
        font-size: 1.5em;
    }

    .prestige .caja p strong {
        font-size: 1.3em;
    }

    figure.effect-milo p {
        width: 53%;
    }
    #URGeneration .BannerPrincipal .texto {
        max-width: 220px;
    }

    #URGeneration .BannerPrincipal .logo {
        max-width: 100px;
    }

    #URGeneration .BannerPrincipal .personaje {
        position: absolute;
        max-width: 215px;
        top: -116px;
        right: -83px;
    }

    #URGeneration .BannerPrincipal .flor {
        margin-left: -30px;
        max-width: 169px;
    }

    #URGeneration .BannerPrincipal {
        min-height: 258px;
    }

    #URGeneration .description {
        margin-top: -2px;
        padding: 5% 0 10%;
    }

    .logoPrestige {
        width: 100%;
        margin: 0 auto;
        background: transparent;
        box-shadow: none;
        max-width: 450px;
        margin-bottom: 30px;
    }

    .conoce .grid.dos figure {
        width: 19%;
        max-width: 220px;
        min-width: 155px;
    }

    .conoce .titulo {
        margin-top: 3%;
    }

    .experiencias .cajaCentro {
        width: 100%;
    }

  

    .perfil {
        display: table;
        margin: 0 auto;
    }

    .testimoniosdos h4 {
        text-align: center;
    }

    .testimoniosdos h5 {
        text-align: center;
    }

    .testimoniosdos .row.testimonioCaja p {
        margin-top: 10px;
        text-align: center;
    }

    .equipo .itemEquipo {
        min-height: 260px;
        font-size: 12px;
        margin-bottom: 30px;
    }

    .redes {
        position: initial;
        bottom: -20px;
        margin-top: 58px;
        justify-content: flex-start;
        right: 0;
    }
    .logoPrestige img {
        margin-bottom: 10px;
    }

    .agenda .fecha {
        padding: 2% 5% 4%;
    }

    .agenda .card-header p {
        font-size: 1.1em;
        margin-bottom: 0px;
        line-height: 22px;
        min-height: 40px;
    }

    .agenda .card-header {
        padding: 3% 2% 0%;
    }

    .agenda a.card-link i {
        top: -34px;
        font-size: 1em;
        right: 5px;
    }

    .equipo {
        clip-path: polygon(0 0%, 100% 0, 100% 94%, 0% 100%);
        padding: 10% 4% 18%;
    }

    .fotter {
        margin-top: -92px;
        padding: 10% 6% 3%;
    }
    .portafolio .cajaAsesoria:hover .mas-info {
        bottom: 66px;
    }
    .experiencias .grid figure.effect-julia {
        overflow: hidden;
    }
    .experiencias .grid figure.effect-julia img {
        max-width: 420px;
        height: auto;
        position: absolute;
    }
    .experiencias .titulo img {
        max-width: 280px;
    }
    .experiencias .grid figure.effect-julia .estInicial p {
        font-size: 3.0vw;
    }
    .experiencias .EstacionBienvenida h3 {
        font-size: 6.8vw;
    }
    .experiencias .titulo {
        padding-top: 30px;
    }
    .experiencias .EstacionBienvenida {
        text-align: center;
    }
    .experiencias .grid figure.effect-julia h2 {
        font-size: 5.5vw;
    }
    .agenda .hora {
        margin-top: 20px;
    }

    .portafolio .cajaAsesoria:hover .areaPenal {
        transform: scale(1.4);
        transform-origin: top;
    }
    .portafolio .cajaAsesoria {
        transform: scale(1.2);
        margin-bottom: 52px;
    }
    .portafolio .cajaAsesoria:hover .mas-info {
        top: 30%;
    }
    .conoce .video iframe {
        max-height: 300px;
    }
}

@media (max-width: 425px) {
    #URGeneration .BannerPrincipal .logo {
        max-width: 84px;
    }

    #URGeneration .BannerPrincipal .flor {
        margin-left: -30px;
        max-width: 119px;
        padding: 16% 8% 0;
    }
    .prestige .item_experience .text {
        text-align: center;
    }

    .prestige .item_experience {
        flex-direction: column;
    }

    #URGeneration .BannerPrincipal .personaje {
        position: absolute;
        max-width: 153px;
        top: -78px;
        right: -61px;
    }

    #URGeneration .BannerPrincipal .texto {
        max-width: 160px;
        padding: 0;
        margin-top: 20px;
        margin-right: -10px;
    }

    #URGeneration .BannerPrincipal {
        min-height: 188px;
    }

    .conoce .grid.dos figure {
        width: 19%;
        max-width: 200px;
        min-width: 107px;
    }

    figure.effect-milo h2 {
        font-size: 0.75em;
    }

    #URGeneration .description {
        padding: 5% 0 15%;
    }

    .prestige {
        background: #133ea0;
        padding: 12% 6% 26%;
    }

    .agenda .fecha {
        padding: 3% 8% 6%;
    }

    .agenda .card-header {
        padding: 3% 5% 0%;
    }

    .agenda .card-header p {
        font-size: 0.7em;
        margin-bottom: 0px;
        line-height: 16px;
        min-height: 39px;
    }

    .fotter {
        clip-path: polygon(0% 3%, 100% 0%, 100% 100%, 0% 100%);
        padding: 10% 6% 3%;
    }

    .portafolio section.PrePos h3 {
        font-size: 3em;
        padding-top: 44%;
    }

    .portafolio .cajaAsesoria:hover .mas-info {
        bottom: 55px;
        font-size: 0.8em;
    }
    .experiencias .grid figure.effect-julia .estInicial p {
        font-size: 4.0vw;
    }
    .experiencias .grid figure.effect-julia h3 {
        font-size: 5.0vw;
    }
    .experiencias .grid figure.effect-julia .estaFinal {
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
    }

    .agenda .card-body {
        display: flex;
        flex-direction: column;
    }
    .agenda .card-body p {
        margin-left: 0px;
    }
    .experiencias .grid figure.effect-julia h2 {
        font-size: 7.5vw;
    }
    .conoce .video iframe {
        max-height: 200px;
    }
    .conoce .video {
        padding: 0px 0px;
        border: 0px inset #ff0298;
        border-style: inset;
        border-color: #ff0298;
    }
}

@media (max-width: 375px) {
    #URGeneration .BannerPrincipal .personaje {
        position: absolute;
        max-width: 125px;
        top: -73px;
        right: -56px;
    }
    .experiencias .grid figure.effect-julia h2 {
        font-size: 7.0vw;
    }

    #URGeneration .BannerPrincipal .flor {
        margin-left: -30px;
        max-width: 94px;
    }

    #URGeneration .BannerPrincipal {
        min-height: 158px;
    }
    #URGeneration .BannerPrincipal .texto {
        max-width: 140px;
    }

    .conoce .grid.dos figure {
        width: 19%;
        max-width: 200px;
        min-width: 93px;
    }

    .agenda .foto {
        float: left;
        margin-left: 0px;
        width: 30%;
    }
    .agenda .card-header p {
        font-size: 1em;
        margin-bottom: 0px;
    }

    .agenda .hora {
        font-size: 0.6em !important;
    }

    .agenda a.card-link i {
        float: right;
        position: relative;
        top: -35px;
        font-size: 1em;
        display: none;
    }

    .agenda .card-header p {
        font-size: 0.8em;
        margin-bottom: 0px;
        line-height: 20px;
    }

    .agenda .fecha {
        padding: 3% 6% 6%;
        font-size: 0.8em;
    }

    .agenda .card-header {
        padding: 3% 2% 11%;
    }
}
