html, body { 
    height: 100%; 
    margin: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}
p{
    font-size: 16px;
}

/*se agrego debido a que este bootstrap no tiene esta clase y al agregar el beta truena muchas cosas
*/
.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}
/*
input{ text-transform: uppercase; }
input[type=email], input[type=button], input[type=password]{ text-transform: none !important;}
*/
/* marketplace */
.marketplace{position: absolute;}
.marketplaceConfig{position: absolute;}
.login{position: absolute;}
/* table sio */
.table-sio{display: table}
.row-sio{display: table-row}
.cell-sio{display: table-cell}
/* border color */
.border-black{border: solid 1px #000 !important;}
.border-gray{border: solid 2px #EAE9E9 !important;}
.w-10{ width: 10% !important }
.w-20{ width: 20% !important }
.w-30{ width: 30% !important }
.w-40{ width: 40% !important }
.w-50{ width: 50% !important }
.w-60{ width: 60% !important }
.w-70{ width: 70% !important }
.w-80{ width: 80% !important }
.w-90{ width: 90% !important }
.w-100{ width: 100% !important }
/* padding px */
.p-0x{padding: 0px !important;}
.p-5x{padding: 5px !important;}
.p-10x{padding: 10px !important;}
.p-15x{padding: 15px !important;}
.p-20x{padding: 20px !important;}
.p-30x{padding: 30px !important;}
.p-40x{padding: 40px !important;}
.pt-0x{padding-top: 0px !important;}
.pt-5x{padding-top: 5px !important;}
.pt-10x{padding-top: 10px !important;}
.pt-15x{padding-top: 15px !important;}
.pt-20x{padding-top: 20px !important;}
.pt-30x{padding-top: 30px !important;}
.pt-40x{padding-top: 40px !important;}
.pb-0x{padding-bottom: 0px !important;}
.pb-5x{padding-bottom: 5px !important;}
.pb-10x{padding-bottom: 10px !important;}
.pb-15x{padding-bottom: 15px !important;}
.pb-20x{padding-bottom: 20px !important;}
.pb-30x{padding-bottom: 30px !important;}
.pb-40x{padding-bottom: 40px !important;}
.px-0x{padding-left: 0px !important;padding-right: 0px !important;}
.px-5x{padding-left: 5px !important;padding-right: 5px !important;}
.px-10x{padding-left: 10px !important;padding-right: 10px !important;}
.px-15x{padding-left: 15px !important;padding-right: 15px !important;}
.px-20x{padding-left: 20px !important;padding-right: 20px !important;}
.px-30x{padding-left: 30px !important;padding-right: 30px !important;}
.px-40x{padding-left: 40px !important;padding-right: 40px !important;}
.py-0x{padding-top: 0px !important;padding-bottom: 0px !important;}
.py-5x{padding-top: 5px !important;padding-bottom: 5px !important;}
.py-10x{padding-top: 10px !important;padding-bottom: 10px !important;}
.py-15x{padding-top: 15px !important;padding-bottom: 15px !important;}
.py-20x{padding-top: 20px !important;padding-bottom: 20px !important;}
.py-30x{padding-top: 30px !important;padding-bottom: 30px !important;}
.py-40x{padding-top: 40px !important;padding-bottom: 40px !important;}
/* margen px */
.m-0x{margin: 0px !important;}
.m-5x{margin: 5px !important;}
.m-10x{margin: 10px !important;}
.m-15x{margin: 15px !important;}
.m-20x{margin: 20px !important;}
.m-30x{margin: 30px !important;}
.mt-0x{margin-top: 0px !important;}
.mt-5x{margin-top: 5px !important;}
.mt-10x{margin-top: 10px !important;}
.mt-15x{margin-top: 15px !important;}
.mt-20x{margin-top: 20px !important;}
.mt-30x{margin-top: 30px !important;}
.mt-40x{margin-top: 40px !important;}
.mb-0x{margin-bottom: 0px !important;}
.mb-5x{margin-bottom: 5px !important;}
.mb-10x{margin-bottom: 10px !important;}
.mb-15x{margin-bottom: 15px !important;}
.mb-20x{margin-bottom: 20px !important;}
.mb-30x{margin-bottom: 30px !important;}
.mb-40x{margin-bottom: 40px !important;}
.mx-0x{margin-left: 0px !important;margin-right: 0px !important;}
.mx-5x{margin-left: 5px !important;margin-right: 5px !important;}
.mx-10x{margin-left: 10px !important;margin-right: 10px !important;}
.mx-15x{margin-left: 15px !important;margin-right: 15px !important;}
.mx-20x{margin-left: 20px !important;margin-right: 20px !important;}
.mx-30x{margin-left: 30px !important;margin-right: 30px !important;}
.my-0x{margin-top: 0px !important;margin-bottom: 0px !important;}
.my-5x{margin-top: 5px !important;margin-bottom: 5px !important;}
.my-10x{margin-top: 10px !important;margin-bottom: 10px !important;}
.my-15x{margin-top: 15px !important;margin-bottom: 15px !important;}
.my-20x{margin-top: 20px !important;margin-bottom: 20px !important;}
.my-30x{margin-top: 30px !important;margin-bottom: 30px !important;}
/* no padding y margin */
.not-pmx{margin-left: -1.25rem !important;margin-right: -1.25rem !important;}
.pm-0x{padding-left: 0px !important; padding-right: 0px !important; margin-left: 0px !important; margin-right: 0px !important;}
/* media custom */
.logo-mk{text-align: center;}
.logo-mk img{
    max-width: 300px;
}
.card-img-top{
    width: 100%;
}
/*tabla dentro de contenido-top*/
.contenido-top table{
    width: 100%;
    margin: auto;
    border-collapse: collapse;
}
.contenido-top table tr td{
    width: 100%;
    padding: 10px;
    vertical-align: top;
    display: table-row;
}
.contenido-top table tr th{
    width: 100%;
    padding: 10px;
    vertical-align: top;
    display: table-row;
}
.card-template .table-sio .cell-sio{
    display: grid;
}
.card-template .table-sio .image{
    background-color: #F7F7F9;
    text-align: center;
    vertical-align: middle;
}
.card-img-left{
    height: 300px;
    border-top-left-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}
.container-header{ 
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    min-height: 120px;
 }
 .header-inicio{
    min-height: 250px;
 }
 .container-sio{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
 }
 .p-cont{ padding-left: 0px; padding-right: 0px; }
 .card-img-left{
    height: 300px;
    border-top-left-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
    margin: auto;
}
.card-text-right{
    display: table;
    width: 100%;
    height: auto;
    padding: 10px 0 10px 0px;
}
.card-text-right-row{
    display: table-row;
}
.card-text-right-cell{
    display: table-cell;
    vertical-align: middle;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}
.title-user{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
    padding-left:20px;
    padding-right:20px;
    text-align: left;
}
.title-email{
    font-size: 14px;
    color: #004964;
    padding-left:20px;
    padding-right:20px;
    text-align: left;
}
.modal-login{
    height: 600px;
    max-height: 600px !important;
    margin: auto !important;
    padding: 0px !important;
}
.mat-dialog-container{
    max-width: 100% !important;
}
.cell-image-left{ width: 100%; }
/* header section */
.header-section-bg{
    min-height: 420px;
    position: absolute;
    width: 100%;
}
@media (min-width: 576px) { /*sm*/
    .container-sio{ max-width: 540px; }
    .container-header{ max-width: 540px; }
    .p-cont{ padding-left: 0px; padding-right: 0px; }
}
@media (min-width: 768px) { /*md*/
    .logo-mk{text-align: left;}
    .container-sio{ max-width: 720px; }
    .container-header{ max-width: 720px; }
    .card-template .table-sio .cell-sio{ display: table-cell; }
    .p-cont{ padding-left: 20px; padding-right: 20px; }
    .card-text-right{
        display: table;
        width: 100%;
        height: 300px;
        padding: 0px;
    }
    .title-user{
        text-align: right;
    }
    .title-email{
        text-align: right;
    }
    .modal-login{
        width: 500px;
        height: 600px !important;
        max-height: 600px !important;
    }
    .mat-dialog-container{
        max-width: 80vw !important;
    }
    .cell-image-left{ width: 25%; }
}
@media (min-width: 992px) { /*lg*/
    .contenido-top table tr td{
        width: 50%;
        display: table-cell;
    }
    .contenido-top table tr th{
        width: 50%;
        display: table-cell;
    }
    .container-sio{ max-width: 960px; }
    .container-header{ max-width: 960px; }
    .p-cont{ padding-left: 20px; padding-right: 20px; }
}
@media (min-width: 1200px) { /*xl*/
    .container-sio{ max-width: 1140px; }
    .container-header{ max-width: 1200px; }
    .p-cont{ padding-left: 20px; padding-right: 20px; }
    .header-section-bg{
        background-size: 100% auto !important;
        background-repeat: no-repeat !important;
        background-position: 50% 0 !important;
    }
}
@media (min-width: 1280px) { /*xl*/
    .container-header{ max-width: 1280px; }
    .p-cont{ padding-left: 20px; padding-right: 20px; }
}
/* text color */
.text-orange{color: #ec8530 !important;}
.text-gray{color: #B5B1B1 !important;}
.text-black{color: #000 !important;}
.text-balihai{color: #8497B0 !important;}
.text-red{color: #E62A10 !important;}
.text-white{color: #FFFFFF !important;}
/* header section */
.header-section-bg{
    min-height: 420px;
    position: absolute;
    width: 100%;
}
/* footer section */
.footer-section-space{height: 100px;}
.footer-section-bg{
    background-color: #03a9f5;
    color: #fff;
    min-height: 100px;
    height: 100%;
}
/* lista bullet edit */
.card-text ul li:before {
    content: "";
    position:relative;
    left: -15px;
    background-color:#ec8530 !important;
    display:inline-block;
    width:7px;
    height:7px;
    border-radius:50%
}
/* backgrounds*/
.bg-gray{
    background-color: #cfcac2;
}

.bg-blue-80{
    background-color: #4b85ea11;
}
/* backgrounds*/
.btn-bg-orange{
    color: #fff !important;
    background-color: #ec8530;
    background-image: none;
    border-color: #ec8530;
}
.btn-bg-orange:hover{
    color: #fff !important;
    background-color: #ec8530 !important;
    border-color: #ec8530 !important;
}
.btn-bg-orange:active{
    color: #ec8530 !important;
    background-color: #fff !important;
    border-color: #ec8530 !important;
}
.btn-bg-orange:focus{ box-shadow: 0 0 0 3px rgba(236, 133, 48, .5)}


.bg-text-red{
    color: #E62A10 !important;
    background-color: #fff;
    background-image: none;
    border-color: #E62A10;
}
.bg-text-red:hover{
    color: #E62A10 !important;
    background-color: #ffff !important;
    border-color: #E62A10 !important;
}
.bg-text-red:active{
    color: #E62A10 !important;
    background-color: #fff !important;
    border-color: #E62A10 !important;
}
.bg-text-red:focus{ box-shadow: 0 0 0 3px rgba(230, 42, 16, .5)}
.btn-facebook{
    color: #3F69B4 !important;
    background-color: #fff;
    background-image: none;
    border-color: #3F69B4;
    text-align: left !important;
    padding: 5px !important;
}
.btn-facebook:hover{
    color: #3F69B4 !important;
    background-color: #ffff !important;
    border-color: #3F69B4 !important;
}
.btn-facebook:active{
    color: #3F69B4 !important;
    background-color: #fff !important;
    border-color: #3F69B4 !important;
}
.btn-facebook:focus{ box-shadow: 0 0 0 3px rgba(63, 105, 180, .5)}
.bg-whiteblue{
    color: #203864;
    background-color: #fff;
    background-image: none;
    border-color: none;
}
.bg-whiteblue:hover{
    color: #fff;
    background-color: #203864 !important;
    border-color: #203864 !important;
}
.bg-whiteblue:active{
    color: #fff;
    background-color: #203864 !important;
    border-color: #203864 !important;
}
.bg-whiteblue:focus{
    box-shadow: 0 0 0 3px rgba(32, 56, 100, .5)
}
.bg-havelockblue{
    background-color: #4E94D4 !important;
}
/* card */
.card-propuesta{
    max-width: 400px;
    margin: auto;
}
.card-body-left{height: 100%;}
.card-header-text{
    color: #fff !important;
    font-size: 1.75rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    display: block;
    padding-top: 20px !important;
}
/* button outline */
.btn-outline-info {
    background-color: white;
}
/*box shadow*/
.box-shadow-card{
    -webkit-transition: -webkit-box-shadow .45s;
    transition: -webkit-box-shadow .45s;
    transition: box-shadow .45s;
    transition: box-shadow .45s,-webkit-box-shadow .45s;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 6px 4px rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 6px 4px rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.box-shadow-card-hover:hover{
    -webkit-transition: -webkit-box-shadow .45s;
    transition: -webkit-box-shadow .45s;
    transition: box-shadow .45s;
    transition: box-shadow .45s,-webkit-box-shadow .45s;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 6px 4px rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 6px 4px rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.form-group{
    margin-bottom: 0px !important;
}
.picker-select-title{
    position: absolute;
    top: 7px;
    font-size: 9pt;
}
.btn{
    cursor: pointer;
}
.btn mat-icon{
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
    margin-right: 5px;
    pointer-events: none;
    vertical-align: middle;
}
.btn label{
    pointer-events: none;
    margin-bottom: 0px !important;
    vertical-align: middle;
}
.mat-icon-orange{
    background-color: #fff;
    color: #ec8530;
}
.mat-icon-red{
    background-color: #E62A10;
    color: #fff;
}
.header-prod{
    padding: 10px;
    margin: auto;
    color: #203864;
    background-color: #fff;
    border-radius: 4px;
    width: calc(100% - 20px);
    margin-top: 10px;
}
.linea-section{
    min-width: 10px;
    max-width: 60px;
    min-height: 5px;
    background-color: #D8D2C9;
    margin-top: 10px;
}
.titulo-section{
    text-transform: uppercase;
    color: #004964 !important;
    margin-top: 10px;
    padding-left:20px;
    padding-right:20px;
}
.linea-section{
    background-color: #D8D2C9;
}
.subtitulo-section{
    color: #8497B0 !important;
}
.tema-section{
    padding-left: 20px;
    padding-right: 20px;
    color: #000 !important;
    text-transform: uppercase;
}
.tituloPopUp{
    width: 100%;
    font-size: 20pt;
    color: #212121;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}
.titulo{
    width: 100%;
    font-size: 30pt;
    color: #212121;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}
.subtitulo{
    color: #484847;
    text-transform: uppercase;
    width: 100%;
    font-size: 18pt;
    text-align: center;
    line-height: 1.4;
}
.table-border-sio {
    display: table;
    border: 1px solid #ebedf0;
    border-collapse: collapse;
}
.table-border-sio .row-sio{
    height: 40px;
    border: 1px solid #ebedf0;
    border-collapse: collapse;
}

/*para quitar el recuadro azul en los botones por bootstrap*/
button:focus {
    outline: none;
}
.step-container{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    border: 0.5px solid rgba(0,0,0,.125);
}
.step-header{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.step{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: grid;
    align-items: center;
    text-align: center;
    border-bottom: 5px solid #58A2EA;
    cursor: pointer;
    padding: 15px 0 15px 0;
}
.step.active{
    font-weight: bold;
    border-bottom: 5px solid #1976D2;
    cursor:default;
}
.step.disabled{
    color: #777777;
    border-bottom: 5px solid #7777;
    cursor:default;
}
.text-cob-gray{
    font-size: 16px;
    color: #737070 !important;
}
.mat-form-field-placeholder {
    color: rgba(0,0,0,.64) !important;
}
.mat-focused .mat-form-field-placeholder {
    color: #3f51b5 !important;
}
.mat-form-field-invalid .mat-form-field-placeholder {
    color: #f44336 !important;
}

/*Tamaño para ventanas: 
Nosotros
F.A.Q.
Contacto
*/
button:focus{
    outline: none !important;
}
.modal-basic-web{
    width: 600px;
    height: 650px;
    max-height: 96vh !important;
    overflow: hidden !important;
}
/* .mat-dialog-container{
    padding:0px !important;
} */

.modal-basic-web-body{
    width:100%;
    height: calc(100% - 200px);
    overflow: auto !important;
}

.basic-web-button-close .mat-icon-button{
    width: 35px !important;
    height: 35px !important;
    top: 10px;
}

.basic-web-button-close .mat-icon-button .mat-button-wrapper{
    padding: 5px 0 !important;
}

.basic-web-button-close .mat-icon.material-icons{
    color: #fff !important;
    font-size: 24px !important;
}

.basic-web-button-close .mat-icon.material-icons:hover{
    font-weight: bold !important;
    font-size: 26px !important;
}

.card-btn-close .mat-icon-button{
    top: -10px;
    left:12px;  
    background-color: #fff;  
}

.card-btn-close .mat-icon-button .mat-button-wrapper{
    padding: 5px 0 !important;
    margin-right: 1px;
}

.card-btn-close .mat-icon.material-icons{
    font-size: 26px !important;
    font-weight: bold !important;
}

.card-btn-edit .mat-icon-button{
    background-color: #fff;  
}

.basic-web-row{
    height: 200px;
}

.basic-web-titulo{
    color: #fff;
    height: calc(100% - 55px);
    font-size: 26px !important;
}

.cdk-global-scrollblock{
    overflow-y:hidden !important;
}
.back-login{
    background-color: transparent;
}
.lb-cte{
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    line-height: 1.3;
}
.lb-prima{
    width: 150px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    line-height: 1.3;
}
.lb-prima-m{
    float: right;
}
.radio-group{
    margin: 20px;
    display: inline-flex;
    flex-direction: column;
}
.ico-edit{
    cursor: pointer;
    vertical-align: middle;
    margin-left: 10px;
    text-align: center;
}
.lbl-etiqueta{
    width: 100%;
    display: block;
    color: rgba(0,0,0,.64) !important;
    line-height: 1.125;
    font: inherit;
    font-size: 8pt;
    font-family: Roboto,"Helvetica Neue",sans-serif;
    margin-top: 10px;
}
.lbl-value{
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.basic-web-ayuda-llamanos-row{
    height: 50px;
    border:1px solid red;
    background-color: #FCE9E7;
}

.font-size-18{
    font-size: 18px;
}
.market-login-cont{
    margin: auto;
    width: 500px;
    height: 610px;
    background-color: #fff;
    border: solid 2px #EAE9E9;
}
.question .mat-checkbox-layout{
    white-space: pre-line;
}
.label-etiqueta{
	color: #757575;
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}
.label-value{
	color: #000;
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}
.menu-item-header{
    height: auto !important;
    line-height: auto !important;
}
.menu-item-header-content{
    height: 25px !important;
    line-height: 30px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.user-avatar{
    -webkit-background-size: 28px 28px;
    background-size: 28px 28px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: inline-block;
    height: 28px;
    width: 28px;
    z-index: 0;
    vertical-align: middle;
}
.div-btn.bg-orange label{
    pointer-events: none;
    margin-bottom: 0px !important;
    vertical-align: middle;
    display: inline-block;
}
.div-btn{
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: .25rem;   
}
.div-btn mat-icon{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    pointer-events: none;
    vertical-align: middle;
    font-size: 30px !important;
}
.contenido-top table tbody tr th{
    background-color:#4C5355;
    padding: 10px;
    color: #fff;
}
.contenido-top table tr:nth-of-type(odd) {
    background-color:#F9F9F9;
}
.contenido-top table tr{
    background-color:#FFFFFF;
}
.contenido-top table th,.contenido-top table td {
  border: 1px solid #fff !important;
  min-height: 25px;
}
.table-striped thead tr{
    background-color: #4472C4;
    color: #fff;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color:#CFD5EA;
}
.table-striped tbody tr{
    background-color:#E9EBF5;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #fff !important;
}
.fixed{
    position:fixed;
}

.data-table-sio{
    display: flex;
    flex-direction: column;
    min-width: 300px;
}
.modal-cotizacion{
    width: 100%;
    max-width: 600px;
    margin: auto !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.datos-cotizacion{
    width: 100%;
    min-height: 50px;
    max-height: 300px;
    overflow: auto;
    padding: 10px 0 10px 0;
}
.cdk-overlay-pane{
    max-width: 95vw !important;
}
.ico-delete{
    cursor: pointer;
}
.card-shadow-bottom{
    width: 100%;
    height: 45%;
    top: 55%;
    position: absolute;
    background-color: rgba(0,0,0,0.47);
}
.card-shadow-bottom .card-shadow-title{
    width: 100%;
    height: 25%;
    margin: 0px;
    padding: 0px 15px 0px 15px;
    color: #fff;
    align-items: center;
    display: grid;
}
.card-shadow-bottom .card-shadow-subtitle{
    width: 100%;
    height:25%;
    margin: 0px;
    padding: 0px 15px 0px 15px;
    color: #fff;
    align-items: center;
    display: grid;
}
.card-shadow-bottom .card-shadow-button{
    width: 100%;
    height: 50%;
    margin: 0px;
    padding: 10% 15px 0px 15px;
    text-align: right;
}
/* Begin Loader */
.loading-indicator {   
    position: fixed;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px; /* Negative half of height. */
    margin-left: -50px; /* Negative half of width. */    
}

.loader {
    border: 14px solid #f3f3f3;
    border-radius: 50%;
    border-top: 14px solid #3498db;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* End Loader */

.font-weight-bold {
    font-weight: 700 !important;
}

/*positions*/
.position-relative{
    position: relative!important;
}

.position-absolute{
    position: absolute!important;
}
/*positions*/

.t2-position{
    position: absolute;
    top: 11px;
    right: 5px;
}
/*Formulario*/
.image-border{
    border: 2px dashed #b0b0b0;
    padding: 2px;
    text-align: center;
    height: 200px;
    max-height: 200px;
}

.image-border img{
    height: calc(200px - 8px);
    max-height: calc(200px - 8px);
}

.delete-icon{
    background-color: #e0dddd;
    border-radius: 50%;
    line-height: 0px;
    margin: 6px 6px 0px 0px;
    float: right;
    padding: 2px; 
}
.delete-icon:hover{
    background-color: #7d7d7d;
}
.delete-icon .mat-icon{
    height: 20px;
    width: 20px;
    color:#7d7d7d;
}
.delete-icon:hover .mat-icon{
    color:#fff;
}
.mat-checkbox-layout {
    white-space: normal !important;
}
.font-75-rem{
    font-size: 0.75rem;
}