html {
    background-color: transparent;
    overflow: hidden !important;
}

body {
    max-height: 100%;
    font-size: 1.6em;
    line-height: 1.6;
    font-weight: 400;
    overflow: hidden;
    font-family: 'Roboto', sans-serif !important;
}

.espacio-broker {
    overflow: scroll;
    /* height: calc(100dvh - 180px); */
    /* -ms-overflow-style: none;  IE y Edge */
    /* scrollbar-width: none;  Firefox */
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: auto;
}

/* .espacio-broker::-webkit-scrollbar {
    display: none;  Safari y Chrome
} */

.novedades {
    width: 100%;
    height: auto;
    position: relative;
}

.novedades>img {
    width: 100%;
    height: auto;
    display: block;
}

.novedades_container {
    background-color: var(--color-primary);
    width: 25.58%;
    height: 75.32%;
    position: absolute;
    bottom: 14.65%;
    right: 30.37%;
    padding: 40px;
}

.novedades_title {
    text-align: left;
    letter-spacing: 0px;
    color: #F2F4FF;
    opacity: 1;
    font-family: PlayfairDisplay;
    font-size: 34px;
}

.novedades_subtitle {
    text-align: left;
    font-family: TelefonicaWebRegular;
    font-size: 34px;
    letter-spacing: 0px;
    color: #F2F4FF;
}

.novedades_text {
    text-align: left;
    font-family: TelefonicaWebLight;
    letter-spacing: 0px;
    color: #F2F4FF;
    opacity: 1;
    font-size: 15px;
}
.nav {
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
}

.nav-item {
    padding: 0;
    /* list-style: none; */
    display: flex;
    gap: 30px;
    flex-direction: column;
    margin: 0 20px;
}

.input-span, .input-select {
    flex: 1; /* Hacen que ocupen el mismo espacio */
    text-align: center;
    /* width: 50px;  Establece el mismo ancho */
    height: 35px; /* Establece la misma altura */
}

.menuBroker {
    letter-spacing: 0px;
    color: #031A34;
    opacity: 1;
    font-family: 'TelefonicaWebBold';
    font-size: 16px!important;
}

.menuBroker > md-icon {
    height: 15px!important;
    width: 15px!important;
    min-width: 15px!important;
    min-height: 15px!important;
    margin-right: 5px;
}

/* .menuBroker:active {
    color: var(--color-primary)!important;
    font-weight: bold
} */

.highlighted {
    color: var(--color-primary)!important;
    font-weight: bold
}

.title-broker {
    color: var(--color-primary);
    margin-top: 30px;
    font-family: TelefonicaWebBold;
    font-size: 25px;
    letter-spacing: 0px;
}

.subtitle-broker {
    color: #9D84A3;
    text-transform: uppercase;
    margin: 40px 0px 0px 10px;
    font-family: TelefonicaWebBold;
    font-size: 17px;
}

.documents-container {
    /*  padding: 20px;*/
    margin: 20px auto 0px auto;
    min-height: 266px;
    max-width: 1200px!important;
    display: flex;
    flex-wrap: wrap;
    /* width: 80%; */
    justify-content: center;
    align-items: baseline;
}

.doc-grid {
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); */
    /* gap: 10px; */
    margin: 40px;
    max-width: 180px;
}

/* .doc-img {
    object-fit: cover;
} */

.documento {
    position: relative;
    display: inline-block;
    /* margin: 10px; */
    align-items: center; 
    /* text-align: center; */
    /* max-width: 180px; */
    overflow: hidden;
}

.documento .doc-img {
    border: 2px solid rgb(0, 119, 255);
    width: 100%;
    height: 253px;
    display: block;
    background-color: #f2f4ff;
    transition: background-color 0.3s ease;
    /* transition: filter 0.3s ease; */
    /* margin-bottom: 10px; */
    object-fit: contain;
}

.documento .doc-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
    transition: opacity 0.3s;
    display: none
}

.doc-btn button {
    background-color:  #ffffff!important;
    color: var(--color-primary)!important;
    border: #3f4454 1px solid !important;
    text-transform: uppercase!important;
    font-size: 10px;
    border-radius: 25px!important;
    height: 35px;
    width: 130px;
    /* box-shadow: none!important; */
    padding: 5px 25px 5px 25px !important;
    text-shadow: none!important;
    line-height: 20px !important;
    /* margin: 0 10px 0 0!important; */
    display: inline-block;
}

.documento:hover .doc-btn, .video:hover .video-img{
    opacity: 1;
}

.documento:hover .doc-btn {
    display: block;
}

/* .documento:hover .doc-img {
    background-color: var(--color-primary);
} */

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; 
    transition: background-color 0.3s ease;
}

.documento:hover .hover-overlay {
    background-color: var(--color-primary);
}

.doc-title {
    margin: 10px 0px;
    /* text-transform: uppercase; */
    /* text-align: center; */
    color: #000000;
    font-weight: bold;
    word-break: break-word;
    font-size: 16px;
}

.video {
    max-width: 400px!important;
    display: inline-block;
    position: relative;
}

.video-img {
    border: 1px solid var(--color-primary);
    box-shadow: 0px 2px 12px #00000029;  
    width: 100%;
    height: auto;
    display: block;
    background-color: transparent;
    transition: background-color 0.3s ease;
    margin-bottom: 10px;
    /* opacity: .6; */
    opacity: 1;
}

.img-play {
    display: inline-block;
    width: 30%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .6;
    transition: transform 0.3s ease;
}

.video:hover .img-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.5);
}

.notice-img {
    width: 100%;
    height: 220px;
    margin-bottom: 10px;
    object-fit: cover;
}

.footer-block {
    /* Cambia el fondo de TODO el body, no utilizar */
    background-color: #003245;
}

a {
    cursor: pointer;
}

.mdContentWithoutBorder {
    box-shadow: none !important;
}

.md-calendar-day-header th {
    text-transform: uppercase;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.enVigor {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
    pointer-events: none;
}

.enVigor:hover {
    color: #fff;
}

.cancelada {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
    pointer-events: none;
}

.cancelada:hover {
    color: #fff;
}

#cambioCapitales md-dialog {
    color: black;
    text-align: center;
    width: 35%;
    height: 31%;
    padding: 0% 2%;
}

#cambioCapitales md-dialog input {
    margin-left: 19%;
}

#buttons {
    margin-bottom: 8%;
}

#CondSelec {
    margin-bottom: 20px;
}

/*Colores de filas segun estado*/
.filaCancelada {
    color: #721C24;
    background-color: #F8D7DA !important;
    border-color: #d9534f;
}

.filaNoTomador {
    background-color: #FFF3CD !important;
    color: #856404;
}

#riesgoHogar p {
    font-weight: bold;
}

.datosHogar {
    margin-bottom: 1%;
}

/*Colores de filas segun estado de recibos*/
/* .ui-grid-row:hover .ui-grid-cell {
  background-color: inherit !important;
} */


.filaVerde {
    background-color: #a0ff94 !important;
    border-bottom: 1px solid;
}

.filaAmarilla {
    background-color: #FFD579 !important;
    border-bottom: 1px solid;
}

.filaAnil {
    background-color: #afbcf1 !important;
    border-bottom: 1px solid;
}


/* .ui-grid-row:hover .ui-grid-cell {
  background-color: #FFE6A3 !important;
} */

.filaRoja {
    background-color: #F84E52 !important;
    border-bottom: 1px solid;
}

/* .anulados:hover{
    background-color: #FA7E82 !important;
} */

.filaNaranja {
    background-color: #EE732D !important;
    border-bottom: 1px solid;
}

/* .devueltos:hover{
    background-color: #FF9356 !important;
} */

/* .ui-grid-pager-panel {
 background-color: black;
} */

.estadoInterno {
    font-size: x-small !important;
    margin-bottom: 0px !important;
    color: #4f4fb1 !important;
    border-left-width: 0px;
    padding-left: 0px;
}

hr {
    display: block;
    position: relative;
    padding: 0;
    margin: 8px auto;
    height: 0;
    width: 100%;
    max-height: 0;
    font-size: 1px;
    line-height: 0;
    clear: both;
    border: none;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #ffffff;
}

.total {
    width: 100%;
}

.medio {
    width: 50%;
}

.tercio {
    width: 33.3%;
}

.cuarto {
    width: 25%;
}

.select-page {
    width: 50px;
    text-align: center;
}

.pagination li a input {
    padding: 0;
    margin: -5px 0;
}

/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.margenCabecera {
    padding-bottom: 10px;
}

#nombreUsuarioHeader {
    color: #003140;
    /* float:right; */
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
#menu {
    min-height: 20px !important;
}

#menu a {
    padding: 5px 15px !important;
}

.navbar {
    margin-bottom: 0px !important;
}

.navbar-fixed-top {
    border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display: none;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 0px;
        bottom: 0;
        left: 0;
        display: block;
        padding: 20px;
        background-color: #f5f5f5;
        text-align: center;
        height: 84.3%;
        margin-top: 3.7%;
    }
}

/*Sidenav cerrada con boton*/
.sideNavCerrada {
    min-width: 50px !important;
    width: 50vw !important;
    max-width: 50px !important;
    background: var(--color-primary);
}

.abrirFiltro {
    width: 40px;
    min-width: 50px;
    right: 25px;
    position: absolute;
    color: #E3F1F5;
}

.abrirFiltro md-icon {
    color: #E3F1F5;
}

/*Fin sidenav cerrada*/

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}

h1 {
    font-size: 4.0rem;
}

h1 {
    font-size: 3.6rem;
    line-height: 1.2;
    letter-spacing: -0.1rem;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    /* color: #003140; */
    z-index: 80;
    background-color: white;
    padding: 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

a {
    color: #00b7f0;
}

a {
    background-color: transparent;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

.placeholders h4 {
    margin-bottom: 0;
}

.placeholder {
    margin-bottom: 20px;
}

.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

md-toolbar img {
    display: block;
    width: auto;
    height: 95%;
}

/*  --------------------------------------------------
  :: Table Filter
  -------------------------------------------------- */
.panel {
    border: 1px solid #ddd;
    background-color: #fcfcfc;
}

.panel .btn-group {
    margin: 15px 0 30px;
}

.panel .btn-group .btn {
    transition: background-color .3s ease;
}

.ckbox {
    position: relative;
}

.ckbox input[type="checkbox"] {
    opacity: 0;
}

.ckbox label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ckbox label:before {
    content: '';
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    border-radius: 2px;
    border: 1px solid #bbb;
    background-color: #fff;
}

.ckbox input[type="checkbox"]:checked + label:before {
    border-color: #2BBCDE;
    background-color: #2BBCDE;
}

.ckbox input[type="checkbox"]:checked + label:after {
    top: 3px;
    left: 3.5px;
    content: '\e013';
    color: #fff;
    font-size: 11px;
    font-family: 'Glyphicons Halflings';
    position: absolute;
}

.table-filter .eye {
    color: #ccc;
    text-align: center;
    display: block;
}

.table-filter .eye:hover {
    color: #428bca;
}

.table-filter .star.star-checked:hover {
    color: #F0AD4E;
}

.table-filter .media-photo {
    width: 35px;
}

.table-filter .media-body {
    display: block;
    /* Had to use this style to force the div to expand (wasn't necessary with my bootstrap version 3.3.6) */
}

.table-filter .media-meta {
    font-size: 11px;
    color: #999;
}

.table-filter .media .title {
    color: #2BBCDE;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
}

.table-filter .media .title span {
    font-size: .8em;
    margin-right: 20px;
}

.table-filter .media .title span.pagado {
    color: #5cb85c;
}

.table-filter .media .title span.pendiente {
    color: #f0ad4e;
}

.table-filter .media .title span.cancelado {
    color: #d9534f;
}

.table-filter .media .summary {
    font-size: 14px;
}

.btn-estado-interno {
    background: #386d9a;
    color: white;
    margin-top: 7%;
    font-size: xx-small;
}


.tituloBusqueda {
    color: #269abc !important;
}

.omb_login .omb_authTitle {
    text-align: center;
    line-height: 300%;
}

.omb_login .omb_socialButtons a {
    color: white; /* In yourUse @body-bg*/
    opacity: 0.9;
}

.omb_login .omb_socialButtons a:hover {
    color: white;
    opacity: 1;
}

.omb_login .omb_socialButtons .omb_btn-facebook {
    background: #3b5998;
}

.omb_login .omb_socialButtons .omb_btn-twitter {
    background: #00aced;
}

.omb_login .omb_socialButtons .omb_btn-google {
    background: #c32f10;
}


.omb_login .omb_loginOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.omb_login .omb_loginOr .omb_hrOr {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.omb_login .omb_loginOr .omb_spanOr {
    display: block;
    position: absolute;
    left: 50%;
    top: -0.6em;
    margin-left: -1.5em;
    background-color: white;
    width: 3em;
    text-align: center;
}

#formNuevoSiniestro, #formMovEcon {
    padding: 20px;
}

#formNSiniestro::-webkit-scrollbar {
    width: 8px;
    background-color: #31577e;
    border-radius: 50px;
}

.omb_login .omb_loginForm .input-group.i {
    width: 2em;
}

.omb_login .omb_loginForm .help-block {
    color: red;
}

.input-group {
    display: inline;
    border-radius: 15px;
}

.datePickerStyle {
    display: block !important;
}

@media (min-width: 768px) {
    .omb_login .omb_forgotPwd {
        text-align: right;
        margin-top: 10px;
    }
}


.fullWidth {
    width: 100%;
}

.fullHeight {
    height: 100%;
}

.card-login {
    background-color: var(--color-primary) !important;
    color: white !important;
}


.centered {
    padding: 20px;
    width: 100%;
}

/*BUSCANDO LOADER 2*/
.cs-loader {
    position: absolute;
    height: 60%;
    width: 100%;
}

.cs-loader-inner {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: calc(100% - 200px);
    color: var(--color-primary);
    padding: 0 100px;
    text-align: center;
}

.cs-loader-inner label {
    font-size: 20px;
    opacity: 0;
    display: inline-block;
}

@keyframes lol {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }
    33% {
        opacity: 1;
        transform: translateX(0px);
    }
    66% {
        opacity: 1;
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}

@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }
    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}

.cs-loader-inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out;
}

/*----------------------*/

.blob-1, .blob-2, .blob-3, .blob-4 {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.blob-1 {
    left: 20%;
    animation: osc-l 4s ease infinite;
    background: white;
}

.blob-2 {
    left: 80%;
    animation: osc-r 4s ease infinite;
    background: #003245;
}

.blob-3 {
    width: 30px;
    height: 30px;
    left: 20%;
    animation: osc-lB 4s ease infinite;
    background: #003245;
}

.blob-4 {
    width: 30px;
    height: 30px;
    left: 80%;
    animation: osc-rB 4s ease infinite;
    background: var(--color-primary);
}

@keyframes osc-l {
    0% {
        left: 20%;
        width: 20px;
        height: 20px
    }
    25% {
        left: 40%;
        width: 30px;
        height: 30px
    }
    50% {
        left: 80%;
        width: 20px;
        height: 20px
    }
    75% {
        left: 40%;
        width: 30px;
        height: 30px
    }
    100% {
        left: 20%;
        width: 20px;
        height: 20px
    }
}

@keyframes osc-r {
    0% {
        left: 80%;
        width: 20px;
        height: 20px
    }
    25% {
        left: 60%;
        width: 30px;
        height: 30px
    }
    50% {
        left: 20%;
        width: 20px;
        height: 20px
    }
    75% {
        left: 60%;
        width: 30px;
        height: 30px
    }
    100% {
        left: 80%;
        width: 20px;
        height: 20px
    }
}

@keyframes osc-lB {
    0% {
        left: 20%;
        width: 30px;
        height: 30px
    }
    25% {
        left: 40%;
        width: 50px;
        height: 50px
    }
    50% {
        left: 80%;
        width: 30px;
        height: 30px
    }
    75% {
        left: 40%;
        width: 50px;
        height: 50px
    }
    100% {
        left: 20%;
        width: 20px;
        height: 20px
    }
}

@keyframes osc-rB {
    0% {
        left: 80%;
        width: 30px;
        height: 30px
    }
    25% {
        left: 60%;
        width: 50px;
        height: 50px
    }
    50% {
        left: 20%;
        width: 30px;
        height: 30px
    }
    75% {
        left: 60%;
        width: 50px;
        height: 50px
    }
    100% {
        left: 80%;
        width: 30px;
        height: 30px
    }
}

/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}

.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}

.loginBtn:focus {
    outline: none;
}

.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}


/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}

.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
}

.loginBtn--google:before {
    border-right: #BB3F30 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
    background: #E74B37;
}


footer {
    color: #8080a1;
    font-family: "TelefonicaWebRegular", Helvetica, Arial, sans-serif;
    background: #eae6e6;
}

footer .navbar {
    border: none;
}

footer a {
    color: #8080a1;
    text-decoration: none;
}

footer .gr-logos, footer .gr-pie a {
    background: #003245;
    text-align: -webkit-center;
    color: white;
    /*padding-top: 10px;*/
    min-height: 5px;
}

footer .gr-pie .pie a {
    text-decoration: none;
    font-size: 1.3rem;
}

footer .gr-pie .pie li {
    text-align: center;
}

.gr-logos .logo-pie {
    /*width: 20rem;
    height: 1.3em;*/
    height: 10px;
    background: url(../img/una_marca_de_sm.png);
}

#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

@media ( min-width: 768px) {

    .hm-values h2 {
        text-align: center;
        margin-bottom: 2.5rem;
    }

    footer .container .row {
        padding: 2rem 0
    }

    .sticky-footer .main {
        min-height: 67rem;
    }

    .outer-wrap {
        min-height: 100%;
        position: relative;
    }

    .sticky-footer .footer {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .list-inline {
        padding-left: 0;
        margin-left: -5px;
        list-style: none;
    }

    .outer-wrap {
        min-height: 100%;
    }

    .inner-wrap {
        min-height: 100%;
    }

    html {
        min-height: 100%;
    }

    body {
        min-height: 100%;
    }
}

@media ( max-width: 767px) {
    .visual img {
        height: 50%;
    }

    h3 {
        font-size: 2rem;
        font-weight: bold;
    }

    footer .container .row {
        padding: 1.5rem 0
    }

    .text-centered {
        font-size: small;
    }
}

.columna-busqueda {
    /*padding-left: 50px;*/
    padding-right: 20px;
    border-right: 1px solid grey;
    /* margin-right: 20px; */
    height: 100%;
    position: fixed;
}


.margin_top_50 {
    margin-top: 50px;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: inherit;
    color: #31577e;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.modal {
    display: block;
}

.modal-body:before,
.modal-body:after {
    display: table;
    content: " ";
}

.modal-header:before,
.modal-header:after {
    display: table;
    content: " ";
}


.glyphicon-off {
    font-size: 18px;
}

.expandirTabla {
    position: relative;
    width: 100%;
    height: auto;
    border-collapse: collapse;
    text-align: center;
}

#borrarCliente {
    float: right;
}

#editarCliente {
    margin-right: 10px;
    float: right;
}

#buscar {
    margin-top: 20px;
}

#btnAtras {
    font-size: x-large;
    color: #269abc;
    margin-right: 10px;
}

.mensajesBusqueda {
    margin-top: 20%;
    margin-left: 39%;
}

.btnMostrar {
    font-size: small;
    color: #269abc;
}

.btnMostrar:hover {
    cursor: pointer;
}

.btnOcultar {
    font-size: small;
    color: #269abc;
}

.btnOcultar:hover {
    cursor: pointer;
}

.margin-top-8 {
    margin-top: 8px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-8 {
    margin-bottom: 8px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.margin-top-60 {
    margin-top: 60px;
}

.noPadding {
    padding: 0px;
}

.fullWidth {
    width: 100%;
}

.roundedBorders {
    border-radius: 5px !important;
}

.sangria {
    padding-left: 5%;
}

#waitingGif {
    height: 100px;
    width: 100px;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -6px !important;
    margin-left: 0px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
}

.dropdown-submenu > a:after {
    display: block !important;
    content: " " !important;
    float: right !important;
    width: 0 !important;
    height: 0 !important;
    border-color: transparent !important;
    border-style: solid !important;
    border-width: 5px 0 5px 5px !important;
    border-left-color: #ccc !important;
    margin-top: 5px !important;
    margin-right: -10px !important;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff !important;
}

.select_multiple[readonly] {
    background-color: #fff !important;
    cursor: default;
}

/* .fijarDiv {
    position: fixed;
    top: 10px;
    left: 10px;
    bottom: 10px;
    width: 180px;
    overflow-y: scroll;
} */

.footerMargin {
    margin-top: 5%;
}

.noMargen {
    margin-top: 0px;
}

.formPoliza, .formCliente, #form, #formRecibo, #formRemesa, #formSiniestro, #formPrespuesto, #formUltRecibos {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 12px !important;
    background-color: white;
}

#resultadosBusqueda {
    font-size: 12px;
    /* padding-bottom: 20px; */
}

/* .mostrarDetalles{ */
/* 	text-align: right; */
/* 	height: 10px;  */
/* 	padding: 0px;  */
/* 	color: #269abc */
/* } */

.clienteVip {
    background-color: yellow;
    width: 90%;
}

/* Estilos para las agrupaciones de las tablas de movimientos de recibos por póliza */
.dispNone > div {
    display: none;
}

.ui-grid-tree-header-row > div > div > div {
    display: inherit;
}

/* Botón mostrar-ocultar */
.mostrarDetalles {
    max-height: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    background: #fafafa !important;
}

.mostrarDetalles:hover {
    background: #d9d9d9 !important;
}

.mostrarDetalles .material-icons {
    height: 35px;
    width: 35px;
    font-size: 35px;
}

/* Animación mostrar-ocultar */
.mostrarOcultar.ng-enter,
.mostrarOcultar.ng-leave {
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
}

.mostrarOcultar.ng-enter,
.mostrarOcultar.ng-leave.ng-leave-active {
    opacity: 0;
}

.mostrarOcultar.ng-leave,
.mostrarOcultar.ng-enter.ng-enter-active {
    opacity: 1;
}

.btnModalSN {
    max-width: 10em;
    margin: .5em !important;
}

/* Botones fijos */
.btnFijo {
    position: fixed !important;
    left: 50%;
    bottom: 0;
}

.btnFijo1-3 {
    margin-left: -14em !important;
}

.btnFijo2-3 {
    margin-left: -4.9em !important;
}

.btnFijo3-3 {
    margin-left: 4.5em !important;
}

.btnFijo1-2 {
    margin-left: -11.5em !important;
}

.contenedorElemento {
    margin: .5em;
    float: left;
    height: 20px;
    font-weight: bold;
}

.elementoLeyenda {
    width: 20px;
    height: 20px;
    /* 	border: 1px solid; */
    border-radius: 10%;
    margin-right: .5em;
    float: left;
}

.leyendaInferior span {
    font-size: 11px;
    vertical-align: middle;
    border-radius: 50%;
    text-transform: uppercase;
}

.leyendaBlanco {
    border: 1px solid #a0a0a0;
}

.leyendaAmarillo {
    background-color: #FFD579 !important;
}

.leyendaNaranja {
    background-color: #EE732D !important;
}

.leyendaRojo {
    background-color: #F84E52 !important;
}

.leyendaAzul {
    background-color: #4b79da !important;
}

.leyendaAnil {
    background-color: #afbcf1 !important;
}

.leyendaFuenteAzul {
    border: 1px solid #a0a0a0;
    color: #4b79da !important;
}

.fuenteAzul {
    color: #4b79da !important;
}

/* Botón selección de columna/fila de ui-grid */
.ui-grid-selection-row-header-buttons {
    height: 18px !important;
}

/* Botón selección no permitida en columna/fila de ui-grid */
.ui-grid-icon-cancel:before {
    opacity: 1 !important;
    color: #F84E52;
    font-size: 1.25em;
}

.btnSuperior {
    margin: 1px 8px 0 !important;
}

.btnSuperiorDetalle {
    float: right;
    margin: -6px 8px 0 !important;
}


/* Estilos para checkbox dentro de detalles */
/* .md-label, */
.chkTexto {
    font-weight: 500;
    color: #737373;
}

.margin-1-1_5 {
    margin: 1em 1.5em !important;
}

.padding-0 {
    padding: 0;
}

.tablaPresu {
    color: #000000;
}

.tablaPresu:hover {
    color: #B0B0B0;
}

/* Presupuestos - pestaña validación de tarifa */
.contenedorMensajeValidacionTarifa {
    max-width: 80%;
    margin: 0 auto;
    padding: 10px
}

.mensajeValidacionTarifa {
    height: 50px !important;
    margin: 5px 0;
    /*margin: 20px auto 0;*/
}

.mensajeValidacionTarifa p {
    margin-bottom: 0;
    padding: 6px 0;
}

.contenedorImgMensajeValidacion {
    margin-right: 10px;
}

.contenedorImgMensajeValidacion img {
    width: 30px;
}

/* Modal ACEPTAR */
.modalContenedorMsg {
    padding: 10px !important;
}

.modalContenedorMsg p {
    margin: 0;
}

.modalContenedorBtn {
    margin: 0 0 10px;
}

/* Dialog de angularJS material */
md-dialog .md-dialog-content {
    /*padding: 50px 24px 0 !important;*/
}

/* Centrar botón del dialog */
md-dialog md-dialog-actions .md-button {
    margin: 8px auto !important;
}

.imgTarifa {
    max-width: 150px !important;
}

#eliminarIcono {
    position: absolute;
    left: -5px;
    color: red;
    margin-top: 300%;
}

/* Separador para fallo de visualización de los label utilizando los desplegables */
.separadorDesplegables {
    height: 9px;
    clear: both;
}

.min-w-160 {
    min-width: 220px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.btnIcono {
    height: 26px;
    cursor: pointer;
    margin: 0 5px;
}

.btnIconoNube {
    vertical-align: text-bottom;
    margin-right: 4px;
}

.btnAddArchivo {
    max-width: 100px;
    margin-bottom: 6px !important;
}

.gr-logo {
    background-image: url("../img/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 170px;
    height: 54px; */
    margin: 15px 0 0;
    width: 141px; /* logo más pequeño debido al resizeheight() */
    height: 43px; /* logo más pequeño debido al resizeheight() */
}

/* Logo header (imagen) */
.logo_contenedor {
    margin: 15px 0 5px;
}

.logo_contenedor > a {
    display: flex;
}

.logo_img {
    max-height: 43px;
}

/* Logo login (imagen) */
.logo_contenedor_login {
    margin: 0 auto;
}

.logo_contenedor_login > a {
    display: inline-flex;
}

.logo_img_login {
    /* max-height: 43px; */
}

md-toolbar {
    background-color: var(--color-primary) !important;
    min-height: 44px !important;
}

.color_titulo_h4 {
    color: #269abc;
}

.icono_usuario_login {
    color: white;
}

/* IFRAMES */
.contenedor_iframe {

}

.iframe_tarificador {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
}

/* HOGAR */
.formClass md-switch.switch-mov {
    padding: 0 10px;
}

.formClass md-switch.md-checked.switch-mov .md-thumb {
    background-color: var(--color-primary);
}


.formClass md-switch.md-checked.switch-mov .md-bar {
    background-color: var(--color-primary);
}

.contenedor_tarifas_hogar {
    padding-top: 30px;
    margin-bottom: 30px;
}

.contenedor_tarifas_hogar h4, .contenedor_tarifas_hogar h5 {
    text-align: center;
}

.contenedor_tarifas_hogar .btnAceptar {
    width: fit-content;
    margin: 0 auto;
}

.modalidad_hogar {
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 0;
    border-radius: 20px;
}

.modalidad_hogar:hover {
    cursor: pointer;
    background-color: #f2f4ff;
    font-family: 'TelefonicaWebBold';
    border-left: 2px solid var(--color-primary);
    border-right: 2px solid var(--color-primary);
    border-radius: 20px;
}

.modalidad_hogar:focus {
    outline: 0;
    color: var(--color-primary);
    letter-spacing: 1px;
}

.modalidad_hogar_sel {
    background: #f2f4ff;
    border-left: 2px solid var(--color-primary);
    border-right: 2px solid var(--color-primary);
    font-family: 'TelefonicaWebBold' !important;
}

.disabled_modalidad_bbva {
    pointer-events: none;
    opacity: 0.5;
}

.modalidad_hogar h4 {
    padding-left: 10px;
    padding-right: 10px;
}

.modalidad_hogar h5 {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
}

.contenedor_garantias_hogar {
    transition: all linear 0.5s;
    opacity: 1;
}

.contenedor_garantias_hogar.ng-hide {
    opacity: 0;
}

.contenedor_garantias_hogar.ng-hide-add,
.contenedor_garantias_hogar.ng-hide-remove {
    transition: all linear 0.5s;
}

.col_garantias {
    padding-right: 20px
}

.div_cb_garantia {
    margin: 0 10px 10px 0;
}

.div_cb_garantia md-checkbox {
    margin-bottom: 0;
}

.div_cb_garantia p {
    padding-left: 10px;
}

.div_cb_garantia md-checkbox.md-checked .md-icon {
    background-color: #f0b71d !important;
}

.amount-refund {
    font-size: 12px;
    margin: 0 10px;
    background-color: #019df4;
    color: white;
    padding: 5px 8px;
    border-radius: 5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.modality-section-header {
    margin-left: 30px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modality-budget-id {
    font-size: 18px;
}


#delete {
    color: red;
    margin-left: 27%;
    font-size: small;
    padding-top: 93%;
}

#delete2 {
    color: red;
    margin-left: 5%;
    font-size: small;
    margin-top: 120%;
}

.formModal {
    padding: 20px;
}


.mov-ico {
    vertical-align: text-bottom;
    font-size: 20px;
    /* align-self: center; */
    /* margin-right: 4px; */
}

.rose_bg_ti {
    background-color: #e9426d !important;
}

.green_ti {
    color: #5bc500 !important;
}


.buttonNombreHeader {
    text-transform: none !important;
}

/********** NUEVOS TARIFICADORES **********/

.navOpt {
    padding: 4px 8px !important;
    text-align: center;
}

.navOpt_sel {
    color: #00a9e0;
    font-weight: bold;
    border-bottom: 1px solid #00a9e0;
    letter-spacing: 0.02em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.h4Tar {
    font-size: 2.3em;
    color: #31577e;
}

.h4Tar_bb {
    padding-bottom: 4px;
    border-bottom: 1px solid #e6e6e6;
}

.h4_Tar {
    font-size: 1.2em;
    color: #31577e;
}

.h4_Tar_bb {
    padding-bottom: 4px;
    border-bottom: 1px solid #e6e6e6;
}

.h5Tar {
    font-size: 1.8em;
    color: var(--color-primary);
}

.divBlue {
    border-style: dashed;
    border-color: var(--color-primary);
    border-width: 1px;
    padding: 1.5%;
}

.container_TarMovil {
    max-width: 1340px;
    margin: 0 auto;
    padding: 15px;
    /*   transition: all linear 0.8s; */
    opacity: 1;
}

/* .container_TarMovil > #formSubmitTarCiberparticulares, */
.container_TarMovil > #formSubmitTarMovil,
.container_TarMovil > #formSubmitTarHijos,
.container_TarMovil > #formSubmitTarEmpresa {
    /*border: 1px solid #31577e;  !* padding: 15px; *!*/
}

.container_TarMovil_input {
    /*border: 1px solid #31577e;*/
    /*border-radius: 5px;*/
    padding: 10px 15px;
    border: 1px solid rgb(221 217 217 / 86%);
    border-radius: 4px;
}

.container_TarMovil_input input {
    font-weight: bold;
}

.container_TarMovil_input label {
    text-align: center;
}

/*.container_TarMovil_input .md-block {*/
/*  margin-top: 24px !important;*/
/*}*/

.container_TarMovil_input .md-block .md-errors-spacer {
    /* display: none; */
}

.ico_TarMovil {
    width: 50px;
    font-size: 50px;
    color: #31577e;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.container_TarMovil_price {

}

.container_TarMovil_price div:first-child div {
    /*   border-right: 1px solid #00a9e0; */
    padding: 0 12px;
    width: 100%
}

.container_TarMovil_price div:first-child div span {
    text-align: right;
    display: block;
    color: #031a34;
}

.container_TarMovil_price div:nth-child(2) div {
    padding: 0 12px;
    width: 100%
}

.container_TarMovil_price .spPrice {
    font-size: 5.3em;
}

.container_TarMovil_price .spPrice:after {
    content: '\20AC';
    font-size: 20px;
}

.container_TarMovil_price .txtRegular {
    font-size: 12px;
    display: block;
    height: fit-content;
}

.container_TarMovil_msg {
    display: block;
    padding: 10px;
    margin: 16px;
    background: #F5E98A;
    color: #fff;
    border-color: #F5E98A;
    text-align: center;
}

.container_TarMovil_msg span:first-child {
    font-size: 18px;
    vertical-align: text-bottom;
}

.container_TarMovil_msg span:nth-child(2) {
    font-size: 15px;
}

.container_TarMovil_info {
    margin: 16px;
}

.container_TarMovil_info span {
    color: #31577e;
    font-size: 16px;
    vertical-align: text-bottom;
}

.container_TarMovil_info a {
    color: #31577e;
    font-size: 15px;
}

#msg_nodevice,
.msg_warning {
    color: #f59c00;
    font-size: 14px;
    text-align: center;
}

#msg_nodevice md-icon,
.msg_warning md-icon {
    color: #f59c00;
}

#msg_nodevice .md-button {
    min-height: 30px;
    line-height: 24px;
}

.container_modal_lstDevices {
    padding: 25px;
}

.modal_device {
    color: #00a9e0;
    padding: 5px;
}

.modal_device:hover {
    background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    color: #333;
}

.container_TarMovil_btn .btnEvento[disabled],
.container_TarMovil_btn .btnEvento[disabled] md-icon {
    background-color: #dadada !important;
    color: #fff !important;
    border-color: #dadada !important;
}

.btn_TarMovil {
    display: block;
    border-radius: 5px;
    color: #fff !important;
    padding: 0px 9px !important;
}

.btn_TarMovil:hover {
    border: 3px solid !important;
    background-color: transparent !important;
    padding: 0px 9px !important;
    text-shadow: 2px 2px 4px #8e8e8e;
}

.btn_TarMovil > md-icon {
    color: #fff !important;
    position: relative;
    /* bottom: 2px; */
}

.btnCircle {
    border-radius: 50% !important;
    min-height: 48px !important;
    min-width: 48px !important;
}

.btnCircle > md-icon {
    bottom: 0;
}

.txtPencil {
    font-size: 16px;
    color: #5bc500;
}

.txtPencil > md-icon {
    color: #5bc500;
    vertical-align: bottom;
}


.container_TarMovil_input ._md-datepicker-floating-label .md-input {
    font-size: 12px;
}

.input_BlBox {
    background-color: #ffffff;
    color: #fff;
}

.input_BlBox md-checkbox:not(.md-checked) .md-icon {
    border-color: #212121;
}

.input_BlBox_header {
    display: block;
    text-align: center;
}

.input_BlBox_header i {
    vertical-align: middle;
}

.tarMovil_DataTp {
    display: block;
}

.tarMovil_DataVl {
    font-size: 16px;
    color: #00a9e0;
}

.container_TarMovil_bl {
    border: 1px solid #00a9e0;
    margin-bottom: 20px !important
}

.tarMovil_txt_bl {
    color: #00a9e0;
}

.lst_BB_bl {
    border-bottom: 1px solid #857894;
    padding: 9px 0px;
}

.info_pk {
    background-color: #b2009c2b;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 0px;
    margin: 5px 0;
}

.info_pk span {
    line-height: 20px;
    margin-right: 2px;
}

.m-r_15 {
    margin-right: 15px;
}

@media only screen and (max-width: 768px) {
    .container_TarMovil_div {
        max-width: 100% !important;
    }
}

.h4_child_bl {
    font-size: 20px;
    background: #002d44;
    padding: 8px;
    color: white;
}

.h4_child_bl span {
    color: #00a9e0;
}

.lg_child {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}

.container_TarMovil_budget {
    text-align: center;
}

.container_TarMovil_budget span {
    color: #31577e;
}

.container_modal_pdf {
    padding: 25px;
    width: 800px;
}

.header_modal_pdf {
    font-size: 18px;
    color: #31577e;
}

.container_modal_pdf .md-block {
    margin-bottom: 0;
}

.container_info_tt {
    text-align: center;
}

.container_info_tt md-icon {
    color: #31577e;
}

md-tooltip.info_tt {
    height: auto;
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

.txt_cmt {
    text-align: center;
    margin-top: 10px;
}

.callbackForm {

}

.callbackForm_header {
    border-bottom: 1px solid #0000001f;
    padding: 5px 0;
    font-size: 15px;
}

.callbackForm_inputCont {
    width: 100%;
}

.callbackForm_inputCont .md-errors-spacer {
    display: none;
}


.container_adminMobile, .container_token {
    max-width: 1440px;
    margin: 0 auto;
    padding: 15px;
    transition: all linear 0.8s;
    opacity: 1;
}

.container_adminMobile > form, .container_token > form {

}

.container_adminMobile > form {
    padding: 6px 15px;
    margin-top: 3%;
    width: 75%;
    margin-left: 21%;
}

.container_token > form {
    padding: 20px 10px 10px;
}

.mb_24 {
    margin-bottom: 24px !important;
}

.datepicker_mw div.md-datepicker-input-container {
    max-width: 328px;
}

.md-dialog-content-body p.ng-binding {
    white-space: pre;
    text-align: center;
}


.feeCalc_container {
    /*   height: calc(100vh); */
}

.tarif_sm_card {
    height: 453px;
}

span.title_tarific {
    color: #031a34;
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 20px 0px 6px !important;
    padding: 0px 10%;
}

span.subtitle_tarific {
    font-size: 11px;
    color: #4e4e4e;
    letter-spacing: 0.03em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0px 30px 0px 30px;
    font-family: TelefonicaWebLight;
}

.products_container {
    /* height: calc(100vh - 169px); */
    /*   max-width: 1500px; */
    /*  padding: 20px;*/
    margin: 20px auto 0px auto;
    min-height: 266px;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    justify-content: center;
}

.products_container_modal {
    /* height: calc(100vh - 169px); */
    max-width: 1400px;
    padding: 20px;
    margin: auto;
    min-height: 200px;
}

.feeCalc_btn, .feeCalc_btn_ciber {
    text-align: center;
    display: inline-block;
    transition: 0.3s;
    border: 1px solid #f2f4ff;
    padding: 8% 2% 6% 2%;
    border-radius: 5px;
    width: 90%;
    margin: 0px 0px 23px 0px;
    background-color: white !important;
    box-shadow: 0 0 5px 0 rgba(43, 43, 43, .1), 0 11px 6px -7px rgba(43, 43, 43, .1);
}

.feeCalc_btn_ciber {
    min-height: 250px;
}

.feeCalc_btn_ciber img {
    /* width: auto;
    height: 150px; */
    width: 100%;
    max-width: 150px;
    background-size: cover;
    transition: transform 2s;
    border: 2px solid #fff;
    margin-bottom: 30px;
}

/* .feeCalc_btn img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(43, 43, 43, .2);
    border: 2px solid #fff;
} */

.broker_btn {
    min-width: 820px!important; 
    /* max-height: 200px; */
    margin: 10px;
    background-color: var(--color-primary)!important;
}

.broker_btn > div > span {
    color: white;
    font-size: 15px;
    text-align: left; 
    padding: 0px 30px 0px 30px !important;
    font-family: TelefonicaWebLight;
}

.broker_btn>div>button {
    background: #F5E98A;
    width: 180px;
    height: 40px;
    border: none;
    margin: 20px 0px 0px 30px;
    color: var(--color-primary);
    font-family: TelefonicaWebBold!important;
}

.broker_btn_small {
    width: 546px !important;
    height: 96px !important;
    margin: 0px 10px 10px 111px;
    background-color: var(--color-primary) !important;
    font-size: 13px;
}

.broker_btn_small > div > span {
    color: white;
    font-size: 10px;
    text-align: left; 
    padding: 6px 30px 0px 30px !important;
    font-family: TelefonicaWebLight;
}

.broker_btn_small>div>button {
    background: #F5E98A;
    width: 86px;
    height: 26px;
    border: none;
    margin: 8px 0px 0px 30px;
    color: var(--color-primary);
    font-family: TelefonicaWebBold!important;
    font-size: 10px;
}

.feeCalc_box {
    margin: 2%;
}

.feeCalc_btn_cliente {
    padding: 10px !important;
    width: 27% !important;
    margin: 10px !important;
    min-width: 280px;
}

.porcentaje-columna {
    width: 25%;
}

@media (max-width: 599px) {
    .porcentaje-columna {
        width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 959px) {
    .porcentaje-columna {
        width: 50%;
    }
}

.feeCalc_btn:hover {
    cursor: pointer;
    /*box-shadow: 5px 0px 30px 0 #f1f1f1;*/
    box-shadow: 0px 0px 25px -8px rgba(27, 197, 189, 0.58);
    filter: opacity(0.85);
}

.feeCalc_btn md-icon {
    font-size: 48px;
    height: 48px;
    width: 48px;
    display: block;
    color: #00a9e0;
}

.feeCalc_btn img {
    /* width: auto;
    height: 150px; */
    width: 100%;
    max-width: 150px;
    background-size: cover;
    transition: transform 2s;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(43, 43, 43, .2);
    border: 2px solid #fff;
}

.feeCalc_btn img:hover {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(43, 43, 43, .2);
    border: 2px solid #fff;
}

.feeCalc_btn span {
    margin: 6px 0;
    display: block;
}

.feeCalc_btn:hover span {
    /*   border-bottom: 2px solid #00a9e0; */
}

.volver-sm .material-icons {
    color: var(--color-primary);
    transition: 0.5s;
    font-size: 34px;
}

.volver-sm:hover .material-icons {
    color: #003f9e;
}

.menu_sm_container {
    /* 	margin-top: 50px;  */
    margin-left: 7%;
    margin-right: 7%;
    /* height: calc(100vh - 149px); */
}

.products_header {
    color: var(--color-primary);
    font-size: 2em;
    text-align: center;
    margin-top: 45px;
}

.products_container_flex {
    display: flex;
}

#titleDevueltos {
    margin-left: 37%;
    color: var(--color-primary);
}

.contenedorNuevaAseg {
    padding: 25px;
}

.msgError {
    color: #ff4747;
    font-weight: bold;
    font-size: 0.7em;
}

.msgInfo {
    color: #68dd6b;
    font-weight: bold;
    font-size: 0.7em;
}

.rb_product md-radio-button {
    display: inline-block;
    margin: 5px 15px 15px 0;
}

/*.formClass md-input-container.ic-margin {*/
/*  margin-bottom: 25px !important;*/
/*}*/

.feeCalc_btn_sm {
    padding: 15px;
    max-width: 220px;
    width: 203px;
    margin-left: 70px;
}

.feeCalc_btn_sm > img {
    height: 110px;
}

.feeCalc_btn_sm .title_tarific {
    font-size: 12px;
}

.feeCalc_btn_sm .subtitle_tarific {
    font-size: 9px;
}

/*SUBMENU SEGUROMOVIL*/

.feeCalc_btn_sm_submenu {
    padding: 2% 2% 2% 2%;
    margin: 2%;
    /*padding: 15px;
    width: 22em;
    margin-left: 6em;*/

}

.feeCalc_btn_sm_submenu > img {
    /* height: 110px; */
    max-width: 110px;
    border-radius: 50% 50% 50% 50%;
}

.feeCalc_btn_sm_submenu .title_tarific {
    font-size: 1.05em;
}

.feeCalc_btn_sm_submenu .subtitle_tarific {
    font-size: 0.8em;
}


/********** LOCALIZACIÓN **********/
.txt_alg_cent {
    text-align: center;
}

.flag_btn {
    background: transparent;
    border: none;
    margin: 4px 4px;
}

.flag_icon img {
    width: 40px;
    height: 40px;
}

.mediador-hogar {
    margin: 0px 0px 10px 13px;
}

/********** POLÍTICAS **********/
.modalPolitica h4 {
    font-size: 22px;
    color: #00a9e0;
    font-family: inherit;
    font-weight: normal;
}

.modalPolitica p {
    font-size: 19px;
    font-family: inherit;
    font-weight: normal;
}

/* ======================= ESTILOS PARA IE =========================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .btnSuperior {
        position: absolute;
        left: 440%;
        margin: 1px 8px 0px !important;
    }

    .filtroLateral {
        margin-top: -19px !important;
    }

    .textoVertical {
        display: inline-block;
        white-space: nowrap;
        /* IE9+ */
        -ms-transform: none;
        -ms-transform-origin: none;
        /* IE8+ */
        -ms-writing-mode: tb-rl;
        /* IE7 and below */
        writing-mode: tb-rl;
    }

    .textoVertical:before {
        content: "";
        float: center;
        margin-top: 100%;
    }

    #buscandoGif {
        max-width: 80%;
    }

    .validarTarifas {
        min-height: 100px;
    }

    .msgValidacion {
        margin-top: 45px;
    }
}

.desplegable-filtro {
    margin: 0px 10px 0px 0px !important;
    text-align: right;
}

.toolbar-filtro {
    justify-content: space-between;
}

.scroll-design::-webkit-scrollbar {
    width: 7px;
}

.scroll-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 0%);
    border-radius: 0px;
}

.scroll-design::-webkit-scrollbar-track:hover {
    cursor: pointer;
}

.scroll-design::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--color-primary);
}

.bg-color-white {
    background-color: white;
}

.bottonEdit {
    color: var(--color-primary);
    width: 6%;
    height: 15%;
    margin-top: 1.3%;
}

.divCopiado {
    background-color: #F1F1F1;
}

.inputSpace {
    padding: 0px 10px !important;
    margin: 5px !important;
}

.ui-grid-height-auto {
    height: 100% !important;
}

.ui-grid-height-auto .ui-grid-render-container-body .ui-grid-viewport {
    height: 100% !important;
}

.select-spacer {
    height: 24px;
}

.toastDialog .md-toast-content {
    background-color: var(--color-primary);
}

.toastDialog .aceptar, .toastDialog .cancelar {
    color: white;
}

.file-row {
    max-width: 600px;
    align-items: center;
    margin: 4px 0;
    border-bottom: 1px dotted #ccc;
}

.deleted-file-row {
    text-decoration: line-through;
    color: #F84E52;
}

.icon-blue {
    color: var(--color-primary);
}

.trash-blue {
    color: #e66c64;
}

.drop-box {
    background: #fff;
    border: 2px dashed var(--color-primary);
    /* width: 360px; */
    text-align: center;
    padding: 20px;
    margin: 10px;
    display:grid;
}

.fdEfectoVen{
	margin-top: 3px !important;
	margin-left: 20px !important;
}

.fdEfectoDif{
	margin-left: 345px !important;
}

.txt-center {
    text-align: center;
}

.container-guarantees {
    margin-top: 8px;
}

.col-guarantees,
.col-rates {
    margin: 8px;
}

.col-guarantees p,
.col-rates p {
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    font-size: 14px;
}

.col-guarantees .spacer,
.col-rates .spacer {
    flex: 1 1 auto;
    border-top: 1px solid #ccc;
    border-image: linear-gradient(5deg, transparent, #ccc, transparent) 1;
}

.col-rates h5 {
    text-align: center;
    max-width: 90%;
    margin: auto;
}

.col-rates .rates-btn-container {
    text-align: center;
    margin-top: 16px
}

.periodicity-btn-container {
    margin-top: 20px
}

.row-guaranty,
.row-rate {
    align-items: center;
    margin: 4px 0;
}

.app-version-container {
    text-align: center;
    color: #3b3b3b63;
    font-size: 11px;
    margin-top: 25px;
}

.logo-sd-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.logo-sd-container span {
    margin-left: 8px;
}

.login-container {
    align-items: center;
    background: white;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
}

.login-main-box {
    display: flex;
    align-items: stretch;
}

.login-main-box-container {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 80px 5px rgb(203 203 203 / 68%);
    border: 1px solid #C5C5C5;
    padding: 4% 5%;
    min-height: 400px;
}

.login-box {
    width: 400px;
    background-color: #fff;
}

.login-box md-card md-card-content p {
    color: #002f44;
    font-size: 16px;
    margin: 20px 0px;
    text-transform: uppercase;
    text-align: center;
}

.login-box md-card md-card-content form div label {
    color: #474A59;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 12px;
}

.login-logo-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-around; */
    justify-content: center;
}

.login-logo-box div img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 165px;
}

.flags-container {
    margin: 40px 0 0;
}

.invalid-token-container {
    height: 98vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-forgot-pass {
    font-size: 0.9em;
    margin-left: 5px;
    color: #002f44;
}

.txt-login-comp {
    text-align: center;
    font-size: 9px;
    font-family: 'TelefonicaWebRegular';
    color: #454d63;
}

.contain-content {
    contain: content;
}

@media (max-width: 740px) {
    .login-main-box {
        flex-direction: column;
    }

    .login-logo-box {
        padding-top: 40px;
    }

    .login-main-box-container {
        padding: 0;
    }
}

.login-box md-card md-card-content p.msgErrorLogin {
    margin: 12px 0;
}

.limiteTag {
    color: var(--color-primary);
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    background-color: #f5e98a5c;
    font-family: 'TelefonicaWebBold';
    border-radius: 0;
    border: 1px solid #eac344;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px 0 4px 0;
}

.c4_box {
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 7px;
    font-family: 'TelefonicaWebBold';
    color: #031a34;
    margin: 0;
}

.c4LimiteTag {
    color: var(--color-primary);
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    background-color: #f5e98a5c;
    font-family: 'TelefonicaWebBold';
    border-radius: 0;
    border: 1px solid #eac344;
    margin: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 0 4px 0;
}

.c4LimiteTagExt {
    color: white;
    background-color: #8A1A93FF;
}

@media (-webkit-device-pixel-ratio: 1.25) {
    :root {
        zoom: 0.8;
    }
}

@media (-webkit-device-pixel-ratio: 1.5) {
    :root {
        zoom: 0.65;
    }
}

.container-btn-top {
    align-self: baseline;
}

@media only screen and (max-width: 959px) {
    .container-btn-top {
        margin-bottom: 24px;
    }
}

.drop-box {
    background: #f8f8f8;
    border: 4px dashed #ddd;
    /* width: 360px; */
    text-align: center;
    padding: 20px;
    margin: 10px;
}

.drop-box span {
    cursor: default;
}

.drop-box span md-icon {
    font-size: 36px;
    height: 36px;
    width: 36px;
    cursor: default;
}

.dragover {
    border: 4px dashed var(--color-primary);
}

.files-container {
    margin: 10px;
}

.dialog-files-container {
    margin: 20px;
}

.files-container .file-row,
.dialog-files-container .file-row {
    display: flex;
    max-width: none;
}

.flex-end-container {
    display: flex;
    justify-content: end;
}

.md-button.btn-defense-ins,
.md-button.btn-defense-ins[disabled] {
    background-color: #fff !important;
    border: #d3d4d3 1px solid !important;
    color: var(--color-primary) !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-size: 1em;
    padding: 0px 30px 0px 30px !important;
    text-transform: none !important;
    font-weight: normal;
}

.md-button.btn-defense-ins[disabled]:hover {
    background-color: #6e7894 !important;
    border-color: #6e7894 !important;
    color: #fff !important;
    cursor: default;
    font-weight: normal;
}

.btn-defense-ins-confirm {
    background-color: var(--color-primary) !important;
    border: var(--color-primary) 1px solid !important;
    color: #fff !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-size: 1em;
    padding: 0 36px !important;
    text-transform: none !important;
}

.header-defense-ins {
    font-size: 30px;
    color: var(--color-primary);
}

.header-defense-ins .mov-ico {
    color: var(--color-primary) !important;
    font-size: 32px;
    vertical-align: baseline;
}

.spacer {
    flex: 1 1 auto;
}

.price-table-defense-ins {
    border: 1px solid #d3d4d3;
    padding: 28px;
    margin-left: 16px;
    max-width: 514px;
    /* height: 428px; */
    min-height: 471px;
}

.price-table-defense-ins md-divider {
    margin: 16px 0;
}

.lightGrey {
    color: #b6bbc9;
}

.tfBlue {
    color: var(--color-primary) !important;
}

.tfBlue md-icon {
    color: var(--color-primary) !important;
}

@media (max-width: 959px) {
    .price-table-defense-ins,
    .data-table-defense-ins {
        max-width: 100% !important;
    }

    .price-table-defense-ins {
        margin-left: 0;
    }
}

.header-data-defense-ins {
    font-size: 20px;
    padding: 8px 8px 0;
    color: var(--color-primary);
    font-weight: bold;
}

.form-defense-ins {
    margin: 24px 0;
}

.limit-box-container {
    background: #f2f4ff;
    padding: 20px;
}

.limit-box-container md-select {
    min-width: 228px;
}

.price-table-defense-ins img {
    max-width: 330px;
}

.price-container-defense-ins {
    font-size: 54px;
    align-items: baseline;
}

.price-container-defense-ins sub {
    font-size: 50%;
}

.budget-container-defense-ins {
    /* align-self: start; */
    font-size: 1.2em;
    margin-top: 24px;
}

.price-table-btn-container {
    margin-top: 18px;
}

.he-24 {
    height: 24px;
}

.menuTableContainer {
    padding: 0px !important;
}

.menuTableContainer md-menu button {
    min-width: 0px !important;
    min-height: 0;
    border: none !important;
    background: transparent !important;
}

.menuTableContainer md-menu button i {
    margin-right: 5px;
}

.optionMenuContent .menuItemBlue {
    font-size: 0.8em;
    color: #031A34 !important;
}

.optionMenuContent .menuItemBlue:hover {
    color: #0067ff5e !important;
}

.optionMenuContent .menuItemYellow {
    font-size: 0.8em;
    color: #031A34 !important;
}

.optionMenuContent .menuItemYellow:hover {
    color: #eac344 !important;
}

.optionMenuContent .menuItemRed {
    font-size: 0.8em;
    color: #912c31 !important;
}

.optionMenuContent .menuItemRed:hover {
    color: #e66c64 !important;
}

md-menu-content md-menu-item .md-button[disabled] {
    cursor: not-allowed;
    background-color: #f2f4ff;
}

/* md-select-menu md-content md-option:not([disabled]):focus, */
md-menu-content.table-menu md-menu-item button.md-button:not([disabled]):focus,
md-menu-content.table-menu md-menu-item button.md-button:not([disabled]):hover {
    background-color: var(--color-primary)2b;
}

.row-edit {
    background-color: #d6ffeb !important;
}

.row-contract {
    background-color: #f5ffd6 !important;
}

.row-expired {
    background-color: #ffd6d6 !important;
}

md-toast.md-center {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

.id-budget-container {
    margin: 24px 0;
}

.id-budget-container div {
    font-size: 18px;
    background-color: #bddbe5;
    color: #1d3e49;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
}

.amount-refund-b {
    white-space: nowrap;
    margin-left: 25px;
    font-weight: 600;
    font-size: 11px;
}

.inline-btn-container {
    align-self: end;
}

.inline-btn-container button {
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

md-input-container.doc-type-container {
    width: 130px;
}

.sale-txt-container,
.sale-recap-container {
    background-color: #fff;
    padding: 18px;
    border-radius: 8px;
}

.sale-txt-container div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px;
}

.sale-txt-container div div img {
    width: 120px;
}

.sale-txt-container div div:not(:first-child) img {
    width: 150px;
}

.sale-txt-container h4:not(:first-child) {
    color: #315697;
    margin: 20px 0;
}

md-tabs.mf-tabs md-tabs-content-wrapper md-tab-content div md-content {
    /* background-color: #fff; */
    background-color: #fafafa;
    padding-top: 0;
}

md-tabs.mf-tabs md-tabs-wrapper md-tabs-canvas md-pagination-wrapper md-tab-item.md-active {
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    box-shadow: #0000003d 0px 3px 8px;
    color: #315697;
}

md-tabs.mf-tabs md-ink-bar {
    color: #fff;
    background: #fff;
}

md-dialog.recap-home-dialog {
    min-width: 50%;
}

md-dialog.recap-home-dialog md-toolbar {
    min-height: unset !important;
}

md-dialog.recap-home-dialog md-toolbar div.md-toolbar-tools {
    height: 44px;
}

md-dialog.recap-home-dialog md-toolbar div.md-toolbar-tools button.md-icon-button {
    right: 20px;
    position: absolute;
}

md-dialog.recap-home-dialog md-dialog-content {
    border-radius: 8px;
}

.quarter-row-container > div {
  display: flex;
  margin: 0 24px;
}

.quarter-row-container div:first-child {
  flex-direction: column;
}

.quarter-row-container div:last-child {
  align-items: center;
}

.msg-warn-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #f9efd2;
  color: #70580f;
  border-radius: 12px;
  padding: 8px 24px;
  /* -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s; */
  transform: translateX(0px);
  transition: transform 500ms cubic-bezier(0.2, 0.6, 1, 1) 0s;
}
.msg-warn-container.ng-hide {
  /* opacity: 0;
  transform: scale(0); */
  transform: translateX(100%);
  transition: transform 250ms cubic-bezier(0.75, 0, 1, 1) 0s;
}
.msg-warn-container p {
  margin: 0;
}
.msg-warn-container p md-icon {
  color: #70580f;
  /* color: #eac344; */
}

.icon-container {
    display: flex;
    align-items: center;
    gap: 1rem;
}