*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-light-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-light-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-regular-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-regular-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat/montserrat-medium-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-medium-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-medium-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-medium-webfont.svg#montserratmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat/montserrat-semibold-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-semibold-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-semibold-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-semibold-webfont.svg#montserratsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-bold-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-bold-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratextrabold';
    src: url('../fonts/montserrat/montserrat-extrabold-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-extrabold-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-extrabold-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-extrabold-webfont.svg#montserratextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratblack';
    src: url('../fonts/montserrat/montserrat-black-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-black-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-black-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-black-webfont.svg#montserratblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*VARIABLES*/

:root {
    --graylight: #EFEFEF;
    --blue: #0e719b;
    --forbitron: 'Orbitron', sans-serif;
    --big: 46px;
    --lh: 1.4rem;
    --flight: 'montserratlight', sans-serif;
    --fregular: 'montserratregular', sans-serif;
    --fmedium: 'montserratmedium', sans-serif;
    --fsemibold: 'montserratsemibold', sans-serif;
    --fbold: 'montserratbold', sans-serif;
    --fextrabold: 'montserratextrabold', sans-serif;
    --fblack: 'montserratblack', sans-serif;
}

.light {
    font-family: 'montserratlight', sans-serif !important;
    font-style: normal;
}

.regular {
    font-family: 'montserratregular' !important;
    font-style: normal;
}

.medium {
    font-family: 'montserratmedium' !important;
    font-style: normal;
}

.semibold {
    font-family: 'montserratsemibold' !important;
    font-style: normal;
}

.bold {
    font-family: 'montserratbold' !important;
    font-style: normal;
}

.extrabold {
    font-family: 'montserratextrabold' !important;
    font-style: normal;
}

.black {
    font-family: 'montserratblack' !important;
    font-style: normal;
}

.italic {
    font-style: italic !important;
}

/*FONTS*/

.vh-100 {

    min-height: 100vh !important;
}

body {
    position: relative;
    font-family: 'montserratregular';
    font-size: 14px;
    color: #3E3E3E;
}


/*======= LOGIN =======*/
.closeTemporal {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #02fff2;
    color: rgb(19, 1, 1);
    text-align: center;
    z-index: 11;
    line-height: 40px;
    font-family: 'montserratbold';
}

.login-fixed {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fafafa;
    z-index: 9999;
    overflow: hidden;
}

.wrapper {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    height: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}

.wrapper .left,
.wrapper .right {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    padding: 60px 30px;
    text-align: center;
    transition: all ease-out .4s;
    position: relative;
}

.wrapper .left {
    background: #494f57;
    color: white;
}

.wrapper .left h3 {
    width: 100%;
    font-family: 'montserratbold';
    font-size: 1em;
    vertical-align: middle;
    text-align: left;
}

.wrapper .left p {
    width: 100%;
    font-family: 'montserratlight';
    font-size: .8em;
    line-height: 2;
    vertical-align: middle;
    text-align: left;
}


.wrapper .right {
    background: #fff;
}

.wrapper .right .logo-login {
    margin-bottom: 15px;
    margin-top: -0px;
}

.logo-login span {
    font-family: 'montserratlight';
}


.wrapper .right .logo-login img {
    width: 60px;
}

.wrapper .right .tabs {
    width: 90%;
    padding-left: 0;
}

.wrapper .right .tabs ul {
    text-align: center;
    padding-left: 0;
}

.wrapper .right .tabs ul li {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    font-size: 14px;
    color: #aeb9c7;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}

.wrapper .right .tabs ul li.active {
    border-bottom: 2px solid #0e719b;
    color: #0e719b;
}

.wrapper .right .register,
.wrapper .right .login,
.wrapper .right .forgot-pass {
    width: 80%;
}

.wrapper .right .register {
    width: 90%;
}

.form-Registro {
    height: 73vh;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
}

.wrapper .right .input_field {
    margin-bottom: 5px;
    position: relative;
}

.wrapper .right .input_field input,
.wrapper .right .input_field select {
    width: 100%;
    height: 30px;
    padding: 10px 15px;
    border: 0;
    font-size: 14px;
    letter-spacing: 1px;
    background: #ecebeb;
    border: 1px solid #ecebeb;
    position: relative;
    color: #252011;
    border-radius: 4px;
}

.wrapper .right .input_field select {
    font-size: 12px;
    padding: 0 10px;
    font-family: 'montserratlight', sans-serif;
    letter-spacing: 0;
}

.wrapper .right .input_field input:focus,
.wrapper .right .input_field select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #cac8c8b0;
    background: #dbdddfbb;
}

.wrapper .right .input_field ::placeholder {
    color: rgb(211, 211, 211);
    font-size: .9em;
}

.wrapper .right .input_field ::-webkit-input-placeholder {
    color: rgb(211, 211, 211);
    font-size: .9em;
}

.wrapper .right .input_field :-moz-placeholder {
    color: rgb(211, 211, 211);
    font-size: .9em;
}

.wrapper .right .input_field :-ms-input-placeholder {
    color: rgb(211, 211, 211);
    font-size: .9em;
}

/* --ICONO DENTRO DE INPUT-- */
.wrapper .right .input_field_icon input {
    padding: 10px 10px 8px 30px;
}

.wrapper .right .input_field_icon>i {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 12px;
    color: #bdbfc2;
}

/* --MOSTRAR PASSWORD-- */
.input-group-addon {
    position: absolute;
    right: 14px;
    top: 8px;
    color: #bdbfc2;
    font-size: 12px;
}

.open_eye {
    color: #0e719b;
}

.rememberMe {
    margin-left: 22px;
    font-size: 12px;
    line-height: 1.9;
    margin-top: -2px;
    padding-top: 0;
}

.text-pass {
    width: 100%;
    color: #40345b;
}

.text-pass a {
    color: #0e719b;
}

.wrapper .right .btn-acceder {
    margin: 50px auto 10px auto;
    background: #0e719b;
    padding: 5px 30px 3px 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    display: block;
    font-size: 14px;
    border-radius: 100px;
    line-height: 1.5;
}

.label-login {
    text-align: left;
    width: 100%;
    font-family: 'montserratbold';
    font-size: 10px;
    color: #123C66;
    margin-bottom: 0%;
}

/* /LOGIN */

/* Ventanas-Modales */

.modal-header {
    background-color: #123C66;
    color: white;
}

.close {
    color: white;
}

.msgIco {
    color: #1069DD;
}

.modal-footer button {
    background-color: #1069DD;
    border-radius: 25px;
}

.modal.modal-fullscreen .modal-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    max-width: none;
}

.modal.modal-fullscreen .modal-content {
    height: auto;
    height: 100vh;
    border-radius: 0;
    border: none;
}

.modal.modal-fullscreen .modal-body {
    overflow-y: auto;
}

/* Ventanas-Modales-fin */

/* pol�ticas de privacidad - inicio */
.polprivacidad {
    font-size: 12px;
    line-height: 2;
    margin-left: 15px;
}

.polprivacidad label,
.polprivacidad input[type="checkbox"],
.polprivacidad a {
    line-height: 2;
    vertical-align: middle;
}

.polprivacidad a {
    text-decoration: underline !important;
}

/* pol�ticas de privacidad - fin */

/* DETALLE GUIA-MON- inicio */
.detguia-fixed {
    width: 100%;
    height: 100%;
    min-height: 350px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-y: auto;
    z-index: 9999;
}

.detguia-wrapper {
    height: 100vh;
    width: 100%;
    overflow-y: auto;
}

.detguia-caja {
    width: 100%;
    height: 25%;
    background-color: #1069DD;
    color: #fff;
    border-top: 1px solid #fff;
    font-size: 3.5rem;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.lnk-detguia,
.lnk-detguia:hover,
.lnk-detguia:visited {
    color: inherit;
    text-decoration: none;
}


.header-guia {
    position: sticky;
    background: white;
    width: 100%;
    height: auto;
    top: -0px;
    left: -16px;
    z-index: 11;
    padding: 1rem 0;
}

.cerrar-detguia {
    background-color: rgba(31, 23, 102, 0.651);
    border-radius: 100px;
    font-size: 1em;
    color: #a3a3a3;
    font-family: 'montserratlight';
    line-height: 1.7;
    text-decoration: none;
    position: fixed;
    top: 12px;
    right: 30px;
    width: 25px;
    height: 25px;
    text-align: center;
    z-index: 20;
}

.cerrar-detguia:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.header-ficha {
    display: grid;
    grid-template-columns: 175px calc(100% - 175px);
    align-items: flex-end;
}

.ficha-guia .titulo {
    /*width: calc(100% - 200px);*/
    font-size: 1.5em;
    font-family: 'montserratbold';
    color: #123C66;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0%;
    line-height: 1.2;
}


.p-icono {
    /* display: inline-flex; */
    /* width: 100%; */
    /* height: auto; */
    margin-top: 30px;
    padding-bottom: 30px;
}

#detguia .p-icono:not(:last-child) {
    border-bottom: 1.5px #a3a3a3 solid;
}

.p-icono h5 {
    font-size: 1em;
    font-family: 'montserratbold';
    color: #123C66;
    line-height: 1.6;
}

.p-icono p {
    font-size: .8em;
}


.ficha-guia .p-icono>p {
    margin-top: 0px;
    /*margin-left: 35px;
    font-size: 14px;*/
    color: #686868;
}

.barra_acciones {
    position: sticky;
    top: 0%;
    margin-top: 0px;
    height: 100vh;
    background-color: #1069DD;
}

.menu_ico {
    position: relative;
    display: block;
    font-size: 2em;
    line-height: 33.333vh;
    background-color: #1069DD;
    color: white;
    width: 100%;
    height: 33.333vh;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px solid white;
    min-height: 100px;
}

.menu_ico:hover {
    background-color: #185491;
    color: white;
}

.lnkguia,
.lnkguia:hover,
.lnkguia:visited {
    color: #fff;
    text-decoration: none !important;
}

a.lnkguia:hover {
    background-color: #185491;
    color: white;
}


/*
.barra_acciones:last-child div.menu_ico:hover {
{
    background-color: #1069DD;
    color: white;
}
*/

.qr {
    background-color: #1069DD;
    width: 100%;
    height: 33.333vh;
    margin: auto;
    position: relative;
}

.img_qr {
    width: 100%;
    max-width: 100px;
    height: 100px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Detalle de guia-mon - fin */

.navbar {
    background-color: rgba(255, 255, 255, 0.95);
    height: auto;
    /*antes: 50px;*/
    padding: .2rem 1rem;
}

.nav-link {
    padding: .2rem 1rem;
    margin-top: 4px;
    color: #252011;
}

.navbar-toggler {
    padding: 0;
    line-height: 1.7;
    border: 0;
}

.navbar-toggler:focus {
    color: #1069DD;
    border: 0;
    outline: none;
}

.navbar-toggler-icon {
    color: #123C66;
}

.navbar-toggler:focus .navbar-toggler-icon {
    color: #1069DD;

}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1069DD;
    border-radius: 25px;
}



/* .collapse.show {
    padding-bottom: 7px;
} */

.login_ico {
    width: 20px;
    height: 20px;
}

.fondo {
    background-color: #333;
}


.inicio {
    background-color: rgb(255, 255, 255);
    height: calc(100vh - 80px);
    min-height: 400px;
    margin-top: 20px;
}

.inicio_text {
    background-color: #53487200;
    color: #3E3E3E;
}

.inicio_text p {
    font-family: 'montserratlight';
}

.inicio_img {
    background-color: #eb5d5d00;
    text-align: right;
}

.inicio_img img {
    width: 100%;
    max-width: 700px;
}

.inicio_titulo {
    font-family: 'montserratbold';
    font-size: 3em;
    letter-spacing: .1em;
}

.inicio_subtitulo {
    font-family: 'montserratlight';
    font-size: 2em;
    letter-spacing: .2em;
}

.miniatura-ficha {
    width: 150px;
    height: auto;
    background-color: #123C66;
    display: inline-block;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.384);
}

.titulos {
    font-family: 'montserratbold';
    font-size: 2em;
    letter-spacing: .1em;
    display: inline-block;
}

.subtitulos {
    font-family: 'montserratlight';
    font-size: 1em;
    letter-spacing: .08em;
    display: block;
}

.subtitulos span {
    font-family: 'montserratbold';
}

.bold_blue {
    font-family: 'montserratmedium';
    color: #123C66;
}

.guias_gris {
    background-color: #EDEDED;
    height: auto;
    padding: 60px 0;
}

.guias_blanco {
    background-color: #ffffff;
    height: auto;
    padding: 60px 0;
}

.icono_proximamente {
    width: 100%;
    text-align: center;
    margin: 60px 0px 10px 0px;
}

.proximamente {
    font-family: 'montserratlight';
    font-size: 1.5em;
    color: #919191;
    letter-spacing: 10px;
    text-align: center;
    margin-bottom: 60px;
}

.proximamente span {
    font-family: 'montserratbold';
}

.filtros {
    font-size: .9em;
    background-color: rgba(65, 163, 40, 0);
    height: 80px;
    margin-top: 30px;
}

.filtro_edades {
    text-align: right;
}

.filtro_edades label {
    color: #929292;
    display: inline-block;
    cursor: pointer;
}

.filtro_edades label:hover {
    border-bottom: 2px solid #929292;
}


.filtro_edades input[type="radio"] {
    display: none;
}

.filtro_edades input[type="radio"]:checked+label {
    color: #123C66;
    border-bottom: 2px solid #123C66;
}

.filtro_edades span {
    font-size: 2em;
    margin: 0 15px;
    color: #707070;
}



.filtro_1 {
    background-color: rgba(163, 40, 40, 0);
    height: 50px;
}

.filtro_2 {
    background-color: rgba(185, 77, 77, 0);
    height: 50px;
}

.buscar,
.etapa {
    width: 100%;
    position: relative;
    display: inline-block;
}

.buscar input {
    background-color: #123C66;
    color: white;
    font-size: 1em;
    width: 100%;
    height: 36px;
    padding: .5em 20px .5em 30px;
    border-radius: 50px;
    border: 0;
    position: relative;
    transition: all ease-in-out .4s;
}

.buscar::before {
    color: white;
    width: 19px;
    height: 19px;
    font-size: 1em;
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 10px;
    top: 6px;
    z-index: 2;
}

.etapa select {
    background-color: #123C66;
    color: white;
    font-size: 1em;
    font-family: 'montserratregular', sans-serif;
    font-weight: 100;
    width: 100%;
    height: 36px;
    padding: 0.5em 3.5em 0.5em 1em;
    border-radius: 50px;
    border: 0;
    position: relative;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, white, white);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}


.tabla_guia_conduccion {
    font-size: .8em;
    background-color: #eb5d5d00;
    height: auto;
    overflow: auto;
}

.tabla_guia_pericial {
    font-size: .8em;
    height: auto;
    overflow: auto;
}

.tabla_fija .table thead th {
    background-color: rgb(214, 214, 214);
    position: sticky;
    top: 0;
}

.volumen_completo_img{
    background-color: #40345b;
    width: 170px;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
}

.volumen_completo_texto {
    display: inline-block;
    padding-bottom: 20px;
    vertical-align: bottom;
}

.volumen_completo_texto p{
    line-height: 30px;
}

.volumen_completo_texto a{
color: #1069DD;}

.volumen_completo_img:hover {
    box-shadow: 10px -6px 8px rgba(34, 34, 34, 0.109);
}

.boton i {
    color: #123C66;
    margin: 0 5px;
}

.acerca {
    margin-top: 30px;
}


.tabs_acerca_guias {
    justify-content: center;
}

.tabs_acerca_guias.nav-tabs {
    border-bottom: 0px solid #175ea5;
}

.tabs_acerca_guias .nav-item {
    font-family: 'montserratlight';
    font-size: .8em;
    color: white;
    line-height: 1.7;
    height: 190px;
    width: 190px;
    background-color: #1169DD;
    text-align: center;
    margin: 40px 40px 50px 40px;
    padding-top: 30px;
    border-radius: 15px;
}

.tabs_acerca_guias .nav-item.active {
    background-color: #123C66;
    color: white;
    position: relative;
}

.tabs_acerca_guias .nav-item.active:before {
    position: absolute;
    content: '';
    bottom: -35px;
    left: 50%;
    transform: translate(-50%, 0%);
    margin: 0 auto;
    border-top: 20px solid #123C66;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.tabs_acerca_guias .nav-item span {
    font-family: 'montserratbold';
    color: white;
    display: block;
    margin-bottom: 15px;
}

.tabs_contenido_pericial {
    justify-content: center;
}

.tabs_contenido_pericial.nav-tabs {
    border-bottom: 0px solid #175ea5;
    border: 0px;
}

/*.tabs_contenido_pericial .nav-item {
    background-color: #EDEDED;
    color: black;
    text-align: center;
    margin: 0 10px 0 10px;
}*/

/*.tabs_contenido_pericial .nav-item.active {
    background-color: #EDEDED;
    color: black;
    border-bottom: 4px solid #123C66;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}*/

    .tabs_contenido_pericial .nav-item {
        color: black;
        text-align: center;
        margin: 0 10px 0 10px;
    }

    .tabs_contenido_pericial .nav-item.active {
        color: black;
        border-color:white;
        border-bottom: 4px solid #123C66;

    }
    .tabs_contenido_pericial .nav-link:focus, .tabs_contenido_pericial .nav-link:hover {
        border-color: white;
        border-bottom: 4px solid #123C66;
    }

    .tabs_fondo_blanco {
        min-height: 340px;
        background-color: #ffffff;
        margin: 20px;
        padding: 40px;
    }

.tabs_fondo_blanco h3 {
    font-family: 'montserratlight';
    font-size: 1em;
    display: block;
    color: #0051DD;
}

.tabs_fondo_blanco h3 span {
    font-family: 'montserratbold';
}

.ficha_elaboracion {
    background-color: rgb(238, 238, 238);
    min-height: 225px;
    max-height: 310px;
    height: 100%;
    font-family: 'montserratbold';
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.384);
    border-radius: 0px 15px 15px 15px;
    margin-bottom: 1.5em;
    padding: 1em;
    text-align: center;
    font-size: .8em;
}

.ficha_elaboracion span {
    font-family: 'montserratlight';
    font-size: .78em;
}

.ficha_elaboracion h5 {
    color: #1069DD;
}

.iframe-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.28%;
    height: 0;
}

.iframe-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.playlist {
    
    max-height: 410px;
    overflow-y: auto;
    overflow-x: hidden;
}

.video_tamano {
    width: 100%;
    height: 59vh;
}

.miniatura {
    width: 100%;
    padding: .5rem;
    position: relative;
    cursor: pointer;
    border-bottom: .5px solid white;
    background-color: #123C66;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.384);
    display: grid;
    grid-template-columns: 110px calc(100% - 110px);
    align-items: flex-end;
    font-size: small;
    color: #ffffff;
}

.imagen_miniatura {
    width: 100px;
    display: inline-block;
}

.imagen_miniatura img {
    width: 100%;
}

/*===== CONTENIDO ACERCA DE LAS GUÍAS DE CONDUCCIÓN DE AUDIENCIA =====*/
.slideCards {
    background-color: var(--color-graylight);
    padding: 2em 0;
    margin: 2em 0;
}

.title-slide {
    font-family: var(--fbold);
    text-transform: uppercase;
    color: #bdbdbd;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.btn-slide {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    background-color: white;
    color: #0e719b;
    transition: all ease-in-out .4s;
    padding-top: 4px;
}

.btn-slide:hover {
    background-color: #0e719b;
    color: white;
    transform: scale(1.2);
}

.openCV {
    border-radius: 10px 50px;
    border: 1px solid rgb(234, 233, 233);
}

.perfil-image {
    position: relative;
    padding: 0;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    overflow: hidden;
    margin: 30px auto 10px auto;
    transition: all ease-in-out .3s;
}

.perfil-image img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.card-body {
    padding: 0;
}

.card-title {
    font-family: var(--flight);
    font-size: 1.1em;
    line-height: 1;
    text-align: center;
    color: white;
    background-color: #0e719b;
    padding: 10px 0 6px 0;
    margin-top: 0;
    min-height: 50px;
    align-items: center;
}

.card-text {
    padding: .5em 1em;
    font-size: 1em;
}

.card-text h6 {
    font-family: var(--fmedium);
    display: block;
    margin-bottom: 10px;
    color: #d1d1d1;
    font-weight: 100;
    text-align: left;
}

.card-text p {
    line-height: var(--lh);
    --max-lines: 6;
    position: relative;
    /* max-height: calc(var(--lh) * var(--max-lines) - (5px)); */
    max-height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

/* .card-text p::before {
  position: absolute;
  content: "...";
  bottom: 0;
  right: 0;
  width: 15px;
  text-align: right;
  background-color: white;
}
.card-text p::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1rem;
  background: white;
} */

.card-text p span {
    display: block;
    margin: 5px 0 10px 0;
    font-style: italic;
    font-family: var(--fregular);
    color: #0e719b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    min-height: 45px;
}

.viewMore {
    display: block;
    width: 90%;
    margin: 0 auto 10px auto;
    text-align: right;
    color: #0e719b;
    font-size: 1.2em;
    
}
/* =====HOVERS CARD====== */
.viewMore i,
.card{
    transition: all ease-in-out .4s;
}
.card:hover{
    /*box-shadow: 0px 3px 6px rgb(243, 243, 243);*/
    cursor: pointer;
}
.card:hover .viewMore i{
    transform:rotate(90deg) scale(1.1);
}
.card:hover .perfil-image{
    transform: scale(1.1);
    box-shadow: 0px -3px 6px rgba(34, 34, 34, 0.109);
}


.cv, .dv-lst-Vol {
    position: fixed;
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 111;
    top: 0px;
    left: 0;
    display: none;
}

.closeCV, .close-vol-gvpp {
    position: absolute;
    right: 16px;
    top: 10px;
    color: #032533;
    font-size: 20px;
    cursor: pointer;
    transition: all ease-in-out .4s;
    z-index: 999;
}

    .closeCV:hover, .close-vol-gvpp:hover {
        transform: scale(1.2) rotate(180deg);
    }

.img_cv {
    background-color: #0e719b;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0%;
    padding: 0%;
    position: relative;
}

.img_cv img {
    position: absolute;
    padding: 0;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img_cv+div {
    height: 100%;
}

.subtitulos_cv {
    font-family: 'montserratbold';
    font-size: 1.5em;
    color: #0e719b;
    margin-top: 50px;
}

.subtitulos_cv span {
    font-family: 'montserratlight';
    font-size: .8em;
    color: #0e719b;
    display: block;
    margin-bottom: 25px;
    margin-top: 10px;
}

.cv_contenido {
    height: 65%;
    overflow: auto;
}

.cv .container-fluid>.row {
    height: 100%;
    position: absolute;
}

/*===== CONTACTO =====*/
.contacto_text {
    background-color: #0e719b00;
    font-family: 'montserratlight';
    font-size: 1em;
    letter-spacing: .08em;
    margin: 30px 0;
}

.contacto_text span {
    font-family: 'montserratbold';
    display: block;
    margin: 10px 0;
}

.contacto_img {
    background-color: #123c6600;
}

.contacto_img img {
    width: 100%;
    height: 100%;
}







@media screen and (max-width: 1024px) {
    body {
        font-size: 13px;
    }

    .etapa select {

        background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.8em;
        background-size: 5px 5px, 5px 5px, 1px 1.5em;
    }

    .wrapper .right .input_field_icon>i {
        left: 8px;
        top: 8px;
        font-size: 14px;
    }

    .wrapper .right .input_field_icon input {
        padding: 10px 10px 8px 26px;
        font-size: 12px;
    }

    .cerrar-detguia {
        line-height: 2.1;
    }

    .img_cv img {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 960px) {
    .wrapper .right .logo-login {
        margin-bottom: 0px;
        margin-top: -0px;
    }

    .wrapper .right .tabs ul {
        margin-bottom: 5px;
    }

    .wrapper .right .input_field input,
    .wrapper .right .input_field select {
        font-size: 12px;
    }
}

@media screen and (max-width: 767.98px) {

    body,
    .dropdown-menu {
        font-size: 12px;
    }

    /* ..::::DETALLE DE LA GUIA::..  */
    .header-guia {
        margin-top: -18px;
    }

    /* .ficha-guia {
        padding: 60px 15px 30px;
    } */

    .ficha-guia .titulo {
        /*width: calc(100% - 130px);*/
        font-size: 14px;
    }

    .margen_menu {
        margin-top: 20px;
    }

    .img_qr {
        width: 70%;
        max-width: 70px;
        height: 70px;
        margin: 0;
    }

    /* ..::::detalle de la guia fin ::..  */


    .navbar-nav {
        padding-bottom: 10px;
        box-shadow: 0 0px 2px #d7d7d7;
    }

    .navbar-snd-brand {
        box-shadow: none;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .show>.nav-link,
    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: #fff;
        background-color: #1069DD;
        border-radius: 25px;
        width: auto;
        width: max-content;
        padding: 0 15px;
        margin-left: auto;
    }

    .collapse.show {
        text-align: right;

    }

    /*  .collapse.show {
        color: white;
        background: #282d2f;
        text-align: right;
        padding: 1em;
      }

      .collapse.show .nav-item>a,
      .collapse.show a i {
        color: white;
      } */
    .navbar-nav .dropdown-menu,
    .nav-item {
        text-align: right;
        margin: 4px 0;
        padding: 2px;
    }

    /*======= LOGIN =======*/
    .wrapper {
        align-items: flex-start;
        justify-content: center;
        overflow-y: auto;
    }

    .wrapper .left,
    .wrapper .right {
        width: 100%;
        height: auto;
    }

    .wrapper .left {
        background: #494f57;
        color: white;
    }

    .wrapper .left h3 {
        width: 100%;
        font-size: 1em;
        vertical-align: middle;
        text-align: left;
    }

    .wrapper .left p {
        margin-bottom: 0;
    }


    .wrapper .right {
        background: #fff;
    }

    .wrapper .right .logo-login {
        margin-bottom: 0px;
        position: sticky;
        top: 30px;

    }

    .wrapper .right .tabs {
        width: 100%;
        margin-bottom: 10px;
        position: sticky;
        top: 60px;

    }

    .wrapper .right .register {
        width: 100%;
    }

    .form-Registro {
        height: auto;
        background: white;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .wrapper .right .input_field {
        margin-bottom: 16px;
    }



    .wrapper .right .input_field ::placeholder {
        font-size: .89em;
    }

    .wrapper .right .input_field ::-webkit-input-placeholder {
        font-size: .89em;
    }

    .wrapper .right .input_field :-moz-placeholder {
        font-size: .89em;
    }

    .wrapper .right .input_field :-ms-input-placeholder {
        font-size: .89em;
    }

    /* --ICONO DENTRO DE INPUT-- */
    .wrapper .right .input_field_icon input {
        padding: 12px 10px 8px 28px;
    }

    .wrapper .right .input_field_icon>i {
        position: absolute;
        left: 8px;
        top: 9px;
        font-size: 14px;
    }

    /* --MOSTRAR PASSWORD-- */
    .input-group-addon {
        right: 14px;
        top: 9px;
        font-size: 12px;
    }



    /* /LOGIN */




    .is-open {
        width: 300px;
    }

    .is-open .busqueda input {
        width: 83%;
        height: 2.9em;
        padding: 0 15px;
    }


    .is-open .busqueda>span {
        transform: none;
        right: 11%;
        top: 2px;
        left: auto;
    }


    .is-open .busqueda p {
        display: none;
    }

    .is-open .flecha i {
        transform: rotate(180deg);
    }




    .desc {
        font-size: 1em;
        display: inline-block;
    }

    /* Detalle de gu�a - fin */

    .card-title {
        font-size: .9em;
        line-height: 1.7;
    }

    .card-text {

        line-height: 1.3;
        font-size: .9em;
    }

    .img_cv img {
        width: 120px;
        height: 120px;
    }

    .cv_contenido {
      height: 55%;
      overflow: auto;
    }

    .open-vol-gvpp {
        min-height: 350px;
    }
}

@media screen and (max-width: 575px) {

    /*   .inicio {
        height: 70px;
    } */

    .inicio_titulo {
        font-size: 2.4em;
    }

    .buscar,
    .etapa {
        width: 18em;
    }

    .barra_acciones {
        position: relative;
        top: 0%;
        margin-top: 0px;
        height: auto;
    }

    .menu_ico,
    .qr {
        display: inline-block;
        font-size: 2.5em;
        line-height: 3.333;
        background-color: #1069DD;
        color: white;
        width: 33.333vw;
        height: auto;
        text-decoration: none;
        text-align: center;
        margin: auto;
        border-bottom: none;
        border-right: 1px solid white;
        min-height: 112px;
        vertical-align: middle;
        cursor: pointer;
    }

    .qr {
        border-right: none;
        cursor: default;
        width: calc(33.333vw - 25px);
    }

    .img_qr {
        width: 90%;
        max-width: 90px;
        height: 90px;
        margin: 0;
    }

    .tabs_acerca_guias .nav-item {
        height: 120px;
        width: 120px;
        margin: 40px 10px;
    }

    .openCV{
        background-color: transparent;
        height: 350px;
    }

    .perfil-image {
        width: 90px;
        height: 90px;
        position: relative;
    }

    .perfil-image::before {
        content: '';
        background-color: rgba(17, 105, 221, 0.831);
        position: absolute;
        width: 100%;
        height: 25px;
        bottom: 0;
        left: 0%;
        z-index: 2;

    }

    .card-title {
        font-size: 0.75em;
        font-family: 'montserratmedium';
        color: #0e719b;
        background-color: transparent;
        line-height: 1.7;
        border-radius: 4px 10px 4px 10px;
        vertical-align: middle;
        display: inline-block;
        width: 110%;
        height: 40px;
        margin-left: -5px;
    }

    .card-text {
        display: none;
    }

    .viewMore {
        width: 100%;
        text-align: center;
        color: #ffffff;
        position: absolute;
        top: 100px;
        z-index: 3;

    }

    .closeCV{
        color: #ffffff;
        font-size: 22px;
    }
    .close-vol-gvpp {
        font-size: 22px;
    }

    .img_cv {
        height: 100px;
        border-right: 1rem solid #ededed;
    }

    .img_cv img {
        position: absolute;
        padding: 0;
        width: 80px;
        height: 80px;
    }

    .cv .container-fluid > .row {
        height: 40%;
    }

    .subtitulos_cv {
        font-size: 1em;
        margin-top: 15px;
    }

    .cv_contenido {
        font-size: .8em;
        height: 100%;
        margin-top: -10px;
    }

    .cv_contenido h6 {
        font-size: 1em;
    }

    .slideCards {
        margin-bottom: 0%;
    }

    .cv {
        height: 140%;
        top: 0px;
    }
    .dv-lst-Vol {
        height: 140%;
        top: 0;
    }

    .tabs_acerca_guias .nav-item img {
        width: 30px;
    }

    .tabs_acerca_guias .nav-item span {
        margin-bottom: 5px;
    }

    .vh-100 {
        min-height: 60vh !important;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .tabs_contenido_pericial .nav-item {
        margin: 0 4px;
        font-size: 10px;
    }

    .perfil-image {
        width: 75px;
        height: 75px;
    }

    .viewMore {
        top: 83px;
    }

    .btn-slide:first-of-type {
        margin-left: -22px;
    }
    .cv {
        height: 164%;
        top: -110px;
    }
    .dv-lst-Vol {
        height: 164%;
        top: 0px;
    }
}

@media screen and (max-width: 290px) {
    .wrapper .right .tabs {

        top: 80px;

    }
}


.guia_completa {
    margin: 20px 0px;
    font-style: italic;
    width: 150px;
    height: auto;
}

    .guia_completa a {
        color: #1069DD;
        display: block;
        margin: 15px 0;
    }

    .guia_completa:hover {
        box-shadow: 10px -6px 8px rgba(34, 34, 34, 0.109);
    }


