/*Form controls*/
.form-control {
  font-size: 1.1rem;
  font-weight: 300;
  height: 45px;
  background: #fff !important;
  font-family: "Montserrat", sans-serif;
  color:#414547;
}

.form-control:focus {
    color:#414547;
    background: #fff !important;
    border: 1px solid #efefef;
}
.form-control:disabled, .form-control[readonly] {
    background: #efefef !important;
    /*border: 1px solid #efefef;*/
}
.form-control::placeholder{
    color:#b2b4bf;
}

.form-check-label{
   font-family: 'Belfast_Grotesk';
   font-weight: 300;
}


/*Estilos en general de los textos*/
.text-tarjet{
    color: #364d59;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.7;
    text-align: left;
}
.link-tarjet{
    color: #000000;
    text-decoration: underline;
    font-size: 1rem;
}
.link-tarjet:hover{
    color: #000000;
}
.title-tarjet{
    color: #000000;
    font-weight: 600;
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
    line-height: 1.2;
}

/* Estilos del login */
.main-content{
    position: relative;
}

.top1{
    margin-top: 1rem !important;
}

.pb-7, .py-7 {
    padding-bottom: 8rem !important;
    padding-top: 1rem !important;
}

.header {
    position: relative;
}

/**/
.bg-default{
    background: url(../img/banners/banner_5.avif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.row2{
    
        display: flex;
        margin-right: -15px;
        margin-left: -15px;
        flex-wrap: wrap;
    
}

.separator
{
    position: absolute;
    top: auto;
    right: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 150px;

    transform: translateZ(0);
    pointer-events: none;
}
.separator svg
{
    position: absolute;

    pointer-events: none;
}

.separator-top
{
    top: 0;
    bottom: auto;
}
.separator-top svg
{
    top: 0;
}

.separator-bottom
{
    top: auto;
    bottom: 0;
}
.separator-bottom svg
{
    bottom: 0;
}

.separator-inverse
{
    transform: rotate(180deg);
}

.separator-skew
{
    height: 60px;
}

/* Estilos para el visualizador de imagenes */

.images-cards figure {
    position: relative;
}

.images-cards img {
    height: 100%;
    width: 100%;
}

.images-cards figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 44px;
    cursor: pointer;
    opacity: 0;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}

.images-cards figure figcaption:hover {
    opacity: 1;
}

/* ->Imágenes */

/* Selector de imágenes */

i.fas.fa-camera {

    font-size: 44px !important;color:black !important;

}
i.fas.fa-times {

    font-size: 44px !important;color:black !important;

}


#Images .add-new-photo {
    display: flex;
    border: 4px dashed #fff;
    height: 100%;
    min-height: 350px;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    background: #7575752b;
}

#Images .add-new-photo.first:hover {
    background: #7575752b;
}

#add-photo-container input {
    display: none;
}
/* Aqui terminan los estilos del previsualizador */


/* Cards del dashbord */

.rounded{
    border-radius: 3px !important;
}
.pd-25 {
    padding: 25px;
}
.pd-8 {
    padding: 8px 25px;
}

.mg-l-20 {
    margin-left: 20px;
}
.mg-l-10 {
    margin-left: 10px;
}

.pd-10{
  padding-top: 10px;
}

.pb-10{
  padding-bottom: 10px;
}

.tx-60 {
    font-size: 60px;
}

.tx-40 {
    font-size: 40px;
}
.tx-30 {
    font-size: 30px;
}

.txt-16{
    font-size: 16px;
}

.tx-18{
    font-size: 18px;
}

.tx-20{
    font-size: 20px;
}

.lh-0 {
    line-height: 0;
}
.tx-white {
    color: #fff;
}
.op-7 {
    opacity: 0.7;
}
.tx-10 {
    font-size: 13px;
}
.tx-uppercase {
    text-transform: uppercase;
}
.tx-spacing-1 {
    letter-spacing: 0.5px;
}
.tx-white-8 {
    color: rgba(255, 255, 255, 0.8);
}
.tx-mont {
   /* font-family: 'Belfast_Grotesk';*/
}
.tx-medium {
    font-weight: 500;
}
.mg-b-10 {
    margin-bottom: 10px;
}


.tx-24 {
    font-size: 24px;
}
.lh-1 {
    line-height: 1.1;
}
.tx-white {
    color: #fff;
}
.tx-lato {
    /*font-family: 'Belfast_Grotesk';*/
}
.tx-bold {
    font-weight: 700;
}
.mg-b-2 {
    margin-bottom: 2px;
}
.mg-b-4 {
    margin-bottom: 4px;
}
.tx-11 {
    font-size: 11px;
}

.tx-14{
    font-size: 14px;
}

.links{
    cursor: pointer;
    text-decoration: underline;
}

.tx-white-6 {
    color: rgba(255, 255, 255, 0.6);
}
.card_datos-usuario{
     background-color:#1D2939;
}

.card_datos-facturacion{
    background-color:#00b297;
}

.card_datos-arrendamiento{
    background-color: #6f42c1;
}

.card_datos-ActEmpresariales{
    background-color: #dc3545;
}

.card_datos-honorarios{
    background-color: #0866c6;
}

.card_datos-extras{
    background-color: #f49917;
}


/* Carrito de Compras */

.tutorial-item .img-wrap{
    margin-right: 0px;
}


@media (min-width: 1200px)
{
    .separator-skew
    {
        height: 70px;
    }
}


.bg-card {
    background-color: white!important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.mt--8, .my--8 {
    margin-top: -8rem !important;
}

.container2 {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}


.text-xs {
    font-size: .9rem !important;
}

/* Estilos del login */



.table .thead-light th.tabla {
    font-size: 15px;
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
}


option:disabled {
    background: #efefef;
}


td.tabla1{
    font-size: 15px;
    color: #757575;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
}

.form-control{
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
}

.imagen-dash{
    width:100%; 
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

footer.sticky-footer{
    background:#2E3D43;
    color: #FFFFFF !important;
}

footer.sticky-footer .copyright a {
    color: #FFFFFF;
}

.centrar{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

footer li{
    list-style:none; margin-left:20px;display:inline-block;
}

.contenedor{
    text-align: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

button.btn.btn-success.btn-sm.archivo{
    width: 175px;
    font-size: 17px;
    margin-left: 10px;}

.input-group-prepend span{
    background-color: #E9463C !important;
    border-color:  #E9463C !important;
    color: #FFFFFF;
}
span#basic-addon1 {
    color: black;
}

.total{
    color: #000;
    font-family: "Montserrat",sans-serif;
    font-weight: 300;
}

button.default{
    background: #2336DC;
    color: white;
    text-align: center;
   
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;}

button.default:hover{
    color: white !important;
    
}

.page-link {
    color: #6e707e !important;
    font-weight: bold !important;
    cursor:pointer;
}
.page-link.active {
    
    background-color:#C4C4C4 !important;
   
}

label{color: #000;
    font-size: 17px;
    font-weight: 600;
}

span{
    color: #000;
}


.page-item.active .page-link {
    
        z-index: 1;
        color: #fff !important;
        background-color: #2e3d43 !important;
        border-color: #2e3d43 !important;
        font-weight: bold !important;
}

.titulo-A{
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    font-family: "Montserrat",sans-serif;
    
}
.list-titulo-A{
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    font-family: "Montserrat",sans-serif;
    margin-left: 10px;
}
.subtitulo-A{
    /*color: #000000;*/
    font-size: 16px;
    font-weight: 300;



    color: #364d59;
    /*font-weight: 300;*/
   /* font-size: 1rem;*/
    /*line-height: 1.7;
    text-align: left;*/
    
    /*font-family: "Nunito";*/
}
/*Botones*/
.boton-sync{
    color:#ffffff !important;
    background-color: #239ADC !important;
    border-color: #239ADC !important;
    border-left:0px !important;
    box-shadow: none !important;
    border-top-right-radius:0.25rem !important;
    border-bottom-right-radius:0.25rem !important;
}
.boton-azul{
    margin-right: 5px;
    background-color: #239ADC !important;
    border: #239ADC !important;
}

.boton-gris{
    margin-right: 5px;
    background-color: #777e7e !important;
    border: #777e7e !important;
}

.boton-download{
    font-size: 1rem;
    padding: 7px 10px;
    background-color: #009688 !important;
    border: #009688 !important;
    color: #FFFFFF;
}

.boton-download:hover{
    background-color: #00695c !important;
    border: #00695c !important;
    color: #FFFFFF;
}

.boton-edit{
    font-size: 1rem;
    padding: 7px 10px;
    background-color: #239ADC !important;
    border: #239ADC !important;
    color: #FFFFFF;
}

.boton-edit:hover{
    background-color: #01579b !important;
    border: #01579b !important;
    color: #FFFFFF;
}

.boton-inactive{
    font-size: 1rem;
    padding: 7px 10px;
    background-color: #777e7e !important;
    border: #777e7e !important;
    color: #FFFFFF;
}

.boton-inactive:hover{
    background-color: #424242 !important;
    border: #424242 !important;
    color: #FFFFFF;
}

.boton-save{
    font-size: 1rem;
    padding: 7px 10px;
    background-color: #4caf50 !important;
    border: #4caf50 !important;
    color: #FFFFFF;
}

.boton-save:hover{
    background-color: #1b5e20 !important;
    border: #1b5e20 !important;
    color: #FFFFFF;
}

.boton-delete{
    font-size: 1rem;
    padding: 7px 10px;
    background-color: #E9463C !important;
    border: #E9463C !important;
    color: #FFFFFF;
}

.boton-delete:hover{
    background-color: #b71c1c !important;
    border: #b71c1c !important;
    color: #FFFFFF;
}

.btn-group .boton-edit{
    margin-right: 3px;
    margin-left: 3px;
}
.btn-group .boton-inactive{
    margin-right: 3px;
    margin-left: 3px;
}
.btn-group .boton-save{
    margin-right: 3px;
    margin-left: 3px;
}
.btn-group .boton-delete{
    margin-right: 3px;
    margin-left: 3px;
}
.btn-group .boton-download{
    margin-right: 3px;
    margin-left: 3px;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000 !important;
    background-color: #fff;
    border-color: #dddfeb #dddfeb #fff;
    /*font-family: "Nunito";*/
    font-weight: 600;
}



.select2-container--default .select2-selection--single{
    height: calc(1.5em + 0.75rem + 2px) !important;
    width: 100%;
    line-height: 1.5;
    color:#414547;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    background: #fff !important;
    border-color: #e5e6ee !important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.5rem !important;
    font-family: "Montserrat", sans-serif;
    color:#414547;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top: 4px !important;
}


.nav-item a {
    color: #364d59;
    text-decoration: none;
    background-color: transparent;
}

.cen{text-align: center;}
.text-center{text-align: center;}

.pda20{padding-top: 20px;}
.pda30{padding-top: 30px;}
.pdb20{padding-bottom: 20px;}
.pdb30{padding-bottom: 30px;}


.botones-opciones{
    height: 30px;
    width: 30px;}


  
@media screen and (min-width: 767px) {

.cen{text-align: initial;} 
.contenedor{
    text-align: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
} 





}
@media screen and (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}






@media screen and (min-width: 992px) {
   
    .contenedor{
        text-align: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
.cen{text-align: initial;}

}


/* @media screen and (max-width: 1024px) {
    .disp{
        display: flex;
    }
 
} */

@media screen and (min-width: 1200px) {
   
    .separator-skew {
        height: 70px;
    }
    .separator-bottom {
        top: auto;
        bottom: 0;
    }
    .boton-azul{
        margin-right: 8px;
        background-color: #239ADC !important;
        border: #239ADC !important;
    }

    .boton-gris{
        margin-right: 8px;
        background-color: #777e7e !important;
        border: #777e7e !important;
    }
    
    .contenedor{
        text-align: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
        position: absolute;
        top: 5%;
        bottom: 0;
        right: 0;
        left: 0;
    }
    


.cen{text-align: initial;}
  }

@media only screen and (max-width: 320px){

    header { width:320px; }
    .my-4{
        margin-bottom: 1rem;
    }

    .jm-4{
        margin-bottom: 1rem;
    }
}

.fas{
    line-height: inherit;
}

/* clases para el spinner de load */

.hidden{
    overflow: hidden;
}

.centrar-load{
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index:20;
  display: flex;
  justify-content: center;
  padding-top: 10%;
  
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #e9463c;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/* terminan las clases del spinner */
.fa-1_8x{
 font-size: 1.8em; 
}

.datepicker {
  background-color: #fff;
  border-radius: 0 !important;
  padding: 0 !important;
}

.datepicker thead tr:nth-child(2) {
  background-color: #239ADC !important;
}

.datepicker tbody tr td{
  padding: 10px !important;
}

.datepicker tfoot tr:nth-child(2) th {
  padding: 10px !important;
  border-top: 1px solid #CFD8DC !important;
}

.range-start, .range-end {
  border-radius: 50% !important;
  background-image: linear-gradient(#239ADC, #239ADC) !important;
}

.range {
  background-color: #E3F2FD !important;
}

.prev, .next, .datepicker-switch {
  border-radius: 0 !important;
  padding: 10px 10px 10px 10px !important;
  font-size: 18px;
  opacity: 1;
  color: #fff;
  background-color: inherit !important;
}

.datepicker table tr td.day{
  color:#505050;
}

.datepicker table tr td.new{
  color:#d5d5d5 !important;
}

.datepicker table tr td.old{
  color:#d5d5d5 !important;
}

.datepicker table tr td.today{
  background:#d9e8f9;
}
.datepicker table tr td.today:hover{
  background:#c5ddf9 !important;
}

.datepicker table tr td.active{
  background-image: linear-gradient(#239ADC, #239ADC) !important;
  color: #fff !important;
}
.datepicker table tr td.active:hover{
  background-image: linear-gradient(#239ADC, #239ADC) !important;
  color: #fff !important;
}
.datepicker table tr td span.active.active{
    background-image: linear-gradient(#239ADC, #239ADC) !important;
  color: #fff !important;
}
.datepicker .next.disabled{
    visibility: visible;
}