/*botones de menu rapido*/
.tiles .tile {
    border: 0;
    position: relative;
    float: left;
    width: 24%;
    margin-right: 1%;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
        padding: 18px;
    background-color: #f2f8fc;
    border-right: 1px solid #ccc;
}
.tiles .tile:hover {
  background-color: #ffcf00;
}
/*.tiles .tile .information .title:hover {*/
/*    color: #fff;*/
/*}*/

.tiles .tile:nth-child(2), .tiles .tile:nth-child(4) {
    width: 24%;
    margin-right: 1%;
}
section#main-body {
    padding: 30px;
}
.client-home-panels .panel>.list-group {
    max-height: 200px;
}
.block-bizplin {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
}

/*Panel de control*/
div.dataTables_wrapper div.dataTables_info {
    padding: 21px 30px !important;
    font-weight: 300;
    padding: 16px 24px;
    border-radius: 17px 17px 0px 0px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
/*.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length {*/
/*    background: linear-gradient(to right, #2e93ee 0%, #5d61cf 100%);*/
/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);*/
/*        color: #fff;*/
/*}*/
/*.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length {*/
    /*background: linear-gradient(90deg, rgb(46, 147, 238) 0%, rgb(46, 147, 238) 6.25%, rgb(47, 146, 237) 12.5%, rgb(48, 145, 237) 18.75%, rgb(49, 144, 236) 25%, rgb(51, 142, 235) 31.25%, rgb(53, 140, 233) 37.5%, rgb(55, 137, 232) 43.75%, rgb(58, 134, 230) 50%, rgb(61, 131, 228) 56.25%, rgb(65, 127, 225) 62.5%, rgb(69, 123, 223) 68.75%, rgb(73, 118, 220) 75%, rgb(78, 113, 217) 81.25%, rgb(83, 108, 213) 87.5%, rgb(88, 102, 210) 93.75%, rgb(94, 96, 206) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);*/
/*    color: #000;*/
/*}*/
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length {
    background:  #0070d1;
        color: #fff;
    font-size: 15px;

}
.dataTables_wrapper .dataTables_length {
        background-color: #9b9b9b;
    font-size: 14px;
    color: #fff3f3;
    padding: 10px 25px !important;
    border-radius: 0px 0px 17px 17px;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    padding: 15px 30px 0;
}
.dataTables_wrapper .dataTables_length label {
    padding: 8px 10px 0 30px;
}
.dataTables_wrapper .dataTables_filter label .form-control {
    background: url(../../../assets/img/search.png) #fff no-repeat 8px 5px;
    padding: 7px 10px 7px 45px !important;
    border: 1px solid #fff;
    height: auto;
    width: 200px;
    font-size: 13px;
    border-radius: 17px;
}
.wdes-clientarea-panel-block {
    background: #ffffff;
    border: 1px solid #f3f3f3;
    margin: 0 0 13px 0;
    padding: 8px 0px 24px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
}
.client-home-panels .panel > .list-group .list-group-item .label {
       text-transform: uppercase;
    align-items: center;
    background-color: rgb(235, 250, 243);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    font-family: Galano, Roboto, sans-serif, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 28px;
    line-height: 1.35em;
    padding: 4px 8px;
    width: fit-content;
    justify-content: center;
}
.paid {
    font-size: 16px;
    color: #2ca26e;
    font-weight: bold;
}

.paid {
    color: #2ca26e;
}

.client-home-panels .panel > .panel-body {
    font-family: "Karla", sans-serif;
    font-size: 15px;
    color: #5a5a5a;
    padding-top: 15px;
}


/*notones de panel*/
.client-home-panels .panel>.panel-heading .panel-title .btn {
    color: #000 !important;
    border: 0 !important;
    border: 1px solid rgb(0, 112, 209) !important;
    color: rgb(0, 112, 209) !important;
}

.btn.btn-default:hover, .btn.btn-default:focus {
    outline: none;
}
.wdes-clientarea-panel-block .btn-default:hover {
    background: rgb(243, 249, 255);
    transition: all 0.3s;
    color: rgb(0, 112, 209) !important;
     border: 1px solid rgb(0, 112, 209);
}
.btn.btn-default {
    /* background: #e7e9f0; */
    /* border: 1px solid #e7e9f0 !important; */
    /* color: #7e7e7e !important; */
    border-radius: 100px;
    cursor: pointer;
    display: inline-flex;
    font-family: Galano, Roboto, sans-serif, "Helvetica Neue", sans-serif;
    font-weight: 500;
    gap: 12px;
    justify-content: center;
    line-height: 1.5;
    transition: 0.2s ease-in-out;
    padding: 6.5px 24px;
    font-size: 14px;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 112, 209);
    color: rgb(0, 112, 209);
}
section#footer .back-to-top i {
    background: var(--main-gradient-color);
    background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
    color: #fff;
    border-radius: 6px;
    opacity: 1;
    display: none;
}
.status {
    border-radius: 100px;
    cursor: pointer;
    display: inline-flex;
    font-family: Galano, Roboto, sans-serif, "Helvetica Neue", sans-serif;
    font-weight: 500;
    gap: 12px;
    justify-content: center;
    line-height: 1.35em;
    transition: 0.2s ease-in-out;
    padding: 6px 24px;
    font-size: 14px;
    min-width: fit-content;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 112, 209);
}
.dataTables_wrapper .table-list > tbody > tr > td {
    background-color: #ffffff;
}
.dataTables_wrapper .table > tbody > tr > td, .dataTables_wrapper .table > tbody > tr > th, .dataTables_wrapper .table > tfoot > tr > td, .dataTables_wrapper .table > tfoot > tr > th, .dataTables_wrapper .table > thead > tr > td, .dataTables_wrapper .table > thead > tr > th {
    border-top: 1px solid rgb(205, 216, 223);
}
section#header {
    background-color: #ffffff;
    border-radius: 0;
    border-left: 0px solid #eaeaea;
    padding: 0;
}
.whm-sidebar .panel-sidebar > .panel-heading .panel-title .wdes-sidebar-icon {
    background: #eae4e9;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);*/
    border-radius: 10px;
    color: #246797;
    text-align: center;
    padding: 8px;
    border: 1px solid rgb(165 165 165);
}
.dataTables_wrapper table.table-list thead th.sorting_asc, .dataTables_wrapper table.table-list thead th.sorting_desc {
    background-color: #d5e6ff;
}
body {
    background: #fff;
    color: #323232;
    font-family: "Karla", sans-serif;
}
table.table-list tbody td {
    padding: 10px;
    vertical-align: middle;
    font-size: 14px;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 15px;
}
.pagination {
    font-size: 11px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #2e2e2e;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
section#header .choose-language {
    color: #3d4048;
    font-size: 16px;
    margin-left: 0px;
}



.shortcuts li a {
    min-width: 38px;
    display: inline-block;
    background: #b2efff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
    border-radius: 100px;
    color: #246797;
    text-align: center;
    padding: 8px;
    border: 1px solid rgb(0, 112, 209);
}
.shortcuts li a:hover  {
    color: #000;
    background: #ffffff;
    border: 1px solid #FFCF00;
    
}


.shortcuts li {
    background: #f8f8f8;
    display: inline-block;
    margin: 0 2px;
    transition: all 0.3s;
    border-radius: 100px;
}


#tabOverview .panel-default > .panel-heading {
    background: var(--main-gradient-color);
    background: linear-gradient(to right, #bde5ff 0%, #bde5ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
    color: #4480c5;
    border-radius: 17px 17px 0px 0px;
}



.alert-danger {
    color: #363636;
    background-color: #ffe8e6;
    border-color: transparent;
}

#tabOverview .panel.panel-default {
    background: #ffffff;
    color: #333;
    border-radius: 17px 17px 17px 17px;
}

.cpanel-usage-stats canvas {
    background: #3c97ff;
    padding: 10px;
    border-radius: 15px;
}

#tabOverview #cPanelPackagePanel p a {
    color: #fff !important;
    font-family: Montserrat, sans-serif;
    border-radius: 100px;
    cursor: pointer;
    display: inline-flex;
    font-weight: 500;
    gap: 12px;
    justify-content: center;
    line-height: 1.35em;
    transition: 0.2s ease-in-out;
    padding: 9px 24px;
    font-size: 16px;
    min-width: fit-content;
    align-items: center;
    background-color: #0070d1;
    border: 1px solid transparent;
    color: rgb(255, 255, 255);
}
#tabOverview #cPanelPackagePanel p a:hover {
    background-color: #005fb3;
    border: 1px solid #005fb3;
    transform: translateY(-2px);
}

.btn-success {
    border-color: #4cae4c;
    color: #312e2e;
    background-color: #fedc45;
    border-color: #232523;
    font-weight: bold;
}
.btn-success:hover{
     /*color:#343434;*/
     /*background-color:rgb(238, 235, 235) !important;*/
     /*border-color:#398439;*/
       border-color: #4cae4c;
    color: #312e2e;
    background-color: #fedc45;
    border-color: #232523;
    font-weight: bold;
     
 }
 
 .wdes-block {
    padding: 30px;
    margin: 30px 0;
    background: #f6f7fb;
    border-radius: 15px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: transparent;
}

.whm-sidebar {
    background: #ffffff;
    order: 2;
    flex: 0 0 auto;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: 270px;
    padding: 20px 15px;
    box-shadow: rgb(219, 219, 219) 0px 2px 4px 0px;
}

.whm-sidebar .list-group .list-group-item {
    background: #ffffff;
    border-radius
Defines the radii of the outer border edge.

Widely available across major browsers (Baseline since January 2018)
Learn more

Don't show
: 25px !important;
    border: 0;
    color: #2e93ee;
    margin: 10px 0 0;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    gap: 6px;
    font-family: Galano, Roboto, sans-serif, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35em;
    margin-left: 10px;
    text-align: left;
}


/*Barra lateral Bizplin*/
.panel-title .fa-shopping-cart {
    display: none;
}
.panel-title:has(.fa-shopping-cart) {
    display: none;
}
/*Barra navegacion de prodductos*/
#Secondary_Sidebar-My_Services_Actions-Place_a_New_Order {
    display: none;
}
#Secondary_Sidebar-Categories-Hosting_WordPress {
  display: none;
}

#Secondary_Sidebar-Categories-Hosting_VPS {
  display: none;
}
#Secondary_Sidebar-Categories-Dedicated_Server {
  display: none;
}
#Secondary_Sidebar-Categories-SiteLock_Security {
  display: none;
}
#Secondary_Sidebar-Categories-SSL_GeoTrust {
  display: none;
}
#Secondary_Sidebar-Categories-SSL_Sectigo {
  display: none;
}
#Secondary_Sidebar-Categories-SSL_DigiCert {
  display: none;
}
#Secondary_Sidebar-Categories-Logo_development {
  display: none;
}
#Secondary_Sidebar-Categories-Hosting_custom_web_developments {
  display: none;
}
#Secondary_Sidebar-Categories-Hosting_custom_web_developments {
  display: none;
}
#Secondary_Sidebar-Categories-BORRAR_-_Hosting_e-Commerce {
  display: none;
}
#Secondary_Sidebar-Categories-Addons {
  display: none;
}

#Secondary_Sidebar-Billing-Quotes {
  display: none;
}
#Secondary_Sidebar-Support-Downloads {
  display: none;
}
#Secondary_Sidebar-My_Services_Actions-View_Available_Addons {
  display: none;
}
#Secondary_Sidebar-Categories-Servidor_Dedicado {
  display: none;
}
#Secondary_Sidebar-Categories-Seguridad_SiteLock {
  display: none;
}
/*# {*/
/*  display: none;*/
/*}*/
/*# {*/
/*  display: none;*/
/*}*/
/*# {*/
/*  display: none;*/
/*}*/
/*# {*/
/*  display: none;*/
/*}*/
/*# {*/
/*  display: none;*/
/*}*/
/*# {*/
/*  display: none;*/
/*}*/
/*# {*/
/*  display: none;*/
/*}*/
/*# {*/
/*  display: none;*/
/*}*/
/*# {*/
/*  display: none;*/
/*}*/
/*# {*/
/*  display: none;*/
/*}*/
/*# {*/
/*  display: none;*/
/*}*/
/*# {*/
/*  display: none;*/
/*}*/
/*# {*/
/*  display: none;*/
/*}*/
/*# {*/
/*  display: none;*/
/*}*/
/*# {*/
/*  display: none;*/
/*}*/
/*# {*/
/*  display: none;*/
/*}*/
/*# {*/
/*  display: none;*/
/*}*/
/*# {*/
/*  display: none;*/
/*}*/
/*# {*/
/*  display: none;*/
/*}*/
/*# {*/
/*  display: none;*/
/*}*/
/*# {*/
.domain-promo-box {
    display: none !important;
}



/*Noticias del panel de control*/
#announcementsPanel {
    display: none !important;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
}

#main-menu .wdes-custom-nav > .panel > a {
  color: #363636;
  background: #fff;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  font-weight: 600;
  font-family: "Montserrat", sans-serif, "Font Awesome 6 Pro";
    font-size: 16px;
    padding: 15px;
    width: 100%;
    display: inline-block;
    transition: all 0.3s;
    text-decoration: none;
}

/*Revisar Bizplin Angel*/
/*#main-menu .wdes-custom-nav > .panel > a:hover #main-menu .wdes-custom-nav > .panel > a:active,*/
/*#main-menu .wdes-custom-nav > .panel.active > a {*/
    
/*  color: #2e93ee;*/
/*  background: var(--main-gradient-color);*/
/*  background: #fff;*/
/*  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);*/
/*  font-weight: 600;*/
/*}*/

#main-menu .wdes-custom-nav > .panel > a:hover,
#main-menu .wdes-custom-nav > .panel > a:active,
#main-menu .wdes-custom-nav > .panel.active > a {
  color: #2e93ee;
  background: #fff;
  font-weight: 600;
}
#main-menu .wdes-custom-nav li.active > a {
  color: #2e93ee;
  font-weight: 600;
}

#main-menu .wdes-custom-nav > .panel > a:hover,
#main-menu .wdes-custom-nav > .panel.active > a {
  color: #2e93ee;
  background: #f3f9ff;
  font-weight: 600;
}

#main-menu .wdes-custom-nav > .panel a[aria-expanded=true] {
    color: #2e93ee;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
}

.wdes-collapse-bg ul {
  background: #fff;
  margin: 0;
  padding: 0 15px;
  list-style: none;
}

.wdes-collapse-bg ul li a {
  text-decoration: none;
  padding: 7px 0px 7px 18px;
  display: block;
  transition: all 0.3s;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.list-group-item {
    border-color: #f7f8fc;
    border: 1px solid #cdd8df;
    background: #f5f9fc;
}

/*url clientarea.php?action=domains*/
a.list-group-item, button.list-group-item {
    color: #35383f;
    font-weight: 600;
}

.panel-sidebar .list-group-item i:not(.fa-circle):not(.fa-dot-circle):not(.no-transform) {
    float: right;
    line-height: 24px;
    font-size: 16px;
    color: #1c4568;
}



.panel-sidebar .panel-title {
    font-size: 14px;
    font-weight: 400;
    color: #364349 transparent;
    background: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
    width: 100%;
    transition: all 0.3s;
    text-decoration: none;
}

.fa-solid, .fas {
    font-weight: 900;
    color: #364349;
}

.panel-sidebar a.list-group-item.active, .panel-sidebar a.list-group-item.active:focus, .panel-sidebar a.list-group-item.active:hover {
    background-color: #337ab7 !important;
    border-color: transparent !important;
}


a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.panel-sidebar a.list-group-item:hover i.far, .panel-sidebar a.list-group-item:hover i.fas {
  color: #fff !important;
}

.panel-sidebar>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border-bottom: 0;
        border-top: 0px solid #424f68;
}

.bizplin-logo {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    padding: 17px;
    transition: width 120ms ease-in-out;
    width: 202px;
}

.wdes-sidebar .wdes-user-area-nav .panel > a {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 2px;
}

.wdes-sidebar .wdes-user-area-nav .panel {
    background: #0070d1;
    border: 0;
    box-shadow: none;
    float: none;
    margin: 20px 10px 0;
}
    

.client-home-panels .panel small {
  color: #5a5a5a;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
}

.btn-group.btn-group-sm {
    width: 90px !important;
}

.wdes-submit {
    background: #0070d1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
    color: #fff;
    text-decoration: none;
    padding: 9px 24px;
    border-radius: 100px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    margin: 0;
    text-align: center;
    border: 0;
    outline: 0;
    transition: all 0.3s;
    font-weight: 600;
    line-height: 1.35em;
}

.wdes-submit:hover {
    background: #1b84df;
}

a.wdes-2nd-btn, .wdes-2nd-btn {
    background-color: #676b6e;
    color: #fff;
    text-decoration: none;
    padding: 9px 24px;
    border-radius: 100px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    margin: 0;
    text-align: center;
    border: 0;
    outline: 0;
    transition: all 0.3s;
    text-decoration: none;
    font-weight: 600;
}

a.wdes-2nd-btn, .wdes-2nd-btn:hover {
    background: #838689;
}
a {
    color: #959ea3;
    font-family: "Karla", sans-serif;
}

.tld-filters a {
    display: inline-block;
    margin-bottom: 4px;
    padding: 5px 6px;
    font-size: 90%;
    font-weight: 400;
    border-radius: 15px;
}
.panel {
    font-size: 15px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 17px 17px 0px 0px;
}

.client-home-panels .panel > .list-group .list-group-item {
    padding: 16px 10px;
    color: #7e7e7e;
    font-size: 14px;
    line-height: 19px;
}

#frmDomainTransfer .panel-default > .panel-heading {
    color: #fff;
    background-color: #0070d1;
    border-color: #0070d1;
    border-radius: 17px 17px 0px 0px;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
}



/*.btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:focus {*/
/*    color: #fff;*/
/*    border-color: transparent;*/
/*    outline: none;*/
/*    align-items: center;*/
/*    background: #c5c5c5;*/
/*    border-radius: 50px;*/
/*    color: rgb(77, 63, 0);*/
/*    display: flex;*/
/*    font-family: Galano, Roboto, sans-serif, "Helvetica Neue", sans-serif;*/
/*    font-size: 12px;*/
/*    font-weight: 500;*/
/*    height: auto;*/
/*    line-height: 1.35em;*/
/*    padding: 4px 15px;*/
/*    width: fit-content;*/
/*    justify-content*/
/*Aligns flex items along the main axis of the current line of the flex container.*/

/*Widely available across major browsers (Baseline since March 2018)*/
/*Learn more*/

/*Don't show*/
/*: center;*/
/*}*/

.btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #fff;
  border-color: transparent;
  outline: none;
  align-items: center;
  background: #c5c5c5;
  border-radius: 50px;
  color: rgb(77, 63, 0);
  display: flex;
  font-family: Galano, Roboto, sans-serif, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
  height: auto;
  line-height: 1.35em;width: fit-content;
  padding: 4px 15px;
  justify-content Aligns flex items along the main axis of the current line of the flex container. Widely available across major browsers (Baseline since March 2018) Learn more Don't show: center;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    /*width: 100%;*/
    width: fit-content;
}


section#header .logo img {
    margin: 7px 0px;
    max-height: 70px;
    padding: 4px 0;
}

/*.domain-checker-bg {*/
/*    margin: 0;*/
/*    padding: 80px 0;*/
/*    background-repeat: no-repeat;*/
/*    background-position: 110% -5px;*/
/*    background-image: url(../img/bizplin/fondo_dominio.webp);*/
/*}*/
    
    
/*Desplegable de barra de clietnes*/


/*ICONOS*/
.fa-home-custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9601 2.88876C13.6088 2.61551 13.4331 2.47888 13.2391 2.42636C13.068 2.38002 12.8876 2.38002 12.7165 2.42636C12.5225 2.47888 12.3468 2.61551 11.9955 2.88876L5.21317 8.16388C4.7598 8.51651 4.53312 8.69282 4.36981 8.91362C4.22515 9.1092 4.11738 9.32954 4.05181 9.56381C3.97778 9.82828 3.97778 10.1155 3.97778 10.6899V17.9248C3.97778 19.0449 3.97778 19.6049 4.19577 20.0328C4.38751 20.4091 4.69347 20.7151 5.0698 20.9068C5.49762 21.1248 6.05768 21.1248 7.17778 21.1248H9.17778C9.45781 21.1248 9.59782 21.1248 9.70478 21.0703C9.79886 21.0224 9.87535 20.9459 9.92328 20.8518C9.97778 20.7448 9.97778 20.6048 9.97778 20.3248V13.7248C9.97778 13.1647 9.97778 12.8847 10.0868 12.6708C10.1827 12.4826 10.3356 12.3297 10.5238 12.2338C10.7377 12.1248 11.0177 12.1248 11.5778 12.1248H14.3778C14.9379 12.1248 15.2179 12.1248 15.4318 12.2338C15.62 12.3297 15.7729 12.4826 15.8688 12.6708C15.9778 12.8847 15.9778 13.1647 15.9778 13.7248V20.3248C15.9778 20.6048 15.9778 20.7448 16.0323 20.8518C16.0802 20.9459 16.1567 21.0224 16.2508 21.0703C16.3578 21.1248 16.4978 21.1248 16.7778 21.1248H18.7778C19.8979 21.1248 20.458 21.1248 20.8858 20.9068C21.2621 20.7151 21.5681 20.4091 21.7598 20.0328C21.9778 19.6049 21.9778 19.0449 21.9778 17.9248V10.6899C21.9778 10.1155 21.9778 9.82828 21.9038 9.56381C21.8382 9.32954 21.7304 9.1092 21.5858 8.91362C21.4225 8.69282 21.1958 8.51651 20.7424 8.16389L13.9601 2.88876Z' stroke='%234A4A4A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}


 
