/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: 'Montserrat';
  src: url('../css/fonts/Montserrat/static/Montserrat-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}




.btn-get-started_bis {
    /*font-family: "Raleway", sans-serif;*/
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 30px 20px;
    border: 2px solid #fff;
    color: #fff;

}

.btn-get-started_bis:hover {
   /* background: #f1c232;*/
    border: 2px solid #f1c232;
}

.principal{
   padding-top: 90px !important; 
}


#main {
   /* padding-top: 90px;*/
    background-color: white !important;
    z-index: 996;
}



body {
    background-color: white !important;
    font-family:  "Roboto" !important;

}

.hero-p {
  font-family: "Montserrat","Roboto" !important;
}

.app-sidebar {
    margin-top: 50px !important;
}


:root {
    --bs-theme: #f1c232 !important;
    --bs-primary: #f1c232 !important;
    --bs-blue: #f1c232 !important;
    

}


   /* Estilos personalizados para el cuadro de búsqueda */
   .bootstrap-table .search input {
    padding-left: 15px; /* Deja espacio para el icono */
    font-size: 14px; /* Tamaño de texto */
    height: 35px; /* Altura del campo de búsqueda */
    border-radius: 10px; /* Bordes redondeados */
    width: 100%; /* Ancho del campo de búsqueda */
    font-family: 'Arial', sans-serif;
    margin-top: -60px !important;
}


#orderOpenLinkButton {
    background-color: #f1c232 !important;
    border: none;
}

#orderOpenLinkButton:hover {
    background: #eab000 !important;

}

#quoteOpenLinkButton {
    background-color: #f1c232 !important;
    border: none;
}

#quoteOpenLinkButton:hover {
    background: #eab000 !important;

}

#invoiceOpenLinkButton {
    background-color: #f1c232 !important;
    border: none;
}

#invoiceOpenLinkButton:hover {
    background: #eab000 !important;

}

.list-group-item:hover {
    background: #f1c232 !important;
    color: #fff;
}

a {
    color: #767d78;
    text-decoration: none;
}

a:hover {
    color: #f1c232;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: left;
}


th {
    background-color: #fff !important;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 13px;
    font-weight: normal;
}

li a {
    font-weight: normal !important;
}


.bg-grey {
    color: #6e6e73 !important;

}


.active>.page-link,
.page-link.active {
    background-color: #555c60;
    border-color: #6e6e73;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f1c232;
}


.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}


input:focus,
textarea:focus,
select:focus {
    outline: none;
    border: none;
}

input[type=text]:focus,
input[type=email]:focus,
.w-textarea:focus,
.w-select:focus,
.search-input:focus {
    box-shadow: 0 0 0 3px #f1c232;
}


.bootstrap-table .fixed-table-container .table thead tr th .sortable.asc:after {
    content: "\f0de";
    color: #f1c232;
}

.bootstrap-table .fixed-table-container .table thead tr th .sortable.desc:after {
    content: "\f0dd";
    color: #f1c232;
}



/*--------------------------------------------------------------
# Appointment
--------------------------------------------------------------*/

.card-appointment:hover {
    transform: scale(1.02);
    border-color: #f1c232;
}

.iframe-container {
    position: relative;
    height: 100%;
    min-height: 100vh;

    iframe {
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        position: absolute;

        body,
        html {
            height: 100%;
            overflow: hidden;
            background: transparent;
        }
    }
}



/*--------------------------------------------------------------
# Orders
--------------------------------------------------------------*/

#table-orders tr:hover {
    cursor: pointer;
}



/*--------------------------------------------------------------
# Claims
--------------------------------------------------------------*/

#claim-inbox {
    position: relative;
    height: 600px;
}

ul.claim-timeline {
    list-style-type: none;
    position: relative;
}

ul.claim-timeline:before {
    content: ' ';
    background: #f1c232;
    display: inline-block;
    position: absolute;
    left: 14px;
    width: 2px;
    height: 100%;
    z-index: 400;
}



ul.claim-timeline>li {
    margin: 5px 0;
    padding-left: 20px;
}

ul.claim-timeline>li.timeline-activo:before {
    content: ' ';
    background: #f1c232;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #f1c232;
    left: 5px;
    width: 20px;
    height: 20px;
    z-index: 400;

}


ul.claim-timeline>li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #f1c232;
    left: 5px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.card-claim:hover {
    border-color: #f1c232;
    border-width: 2px;
    cursor: pointer;
}

.card-claim-active {
    border-color: #f1c232;
    border-width: 2px;
}

.card-claim-active-a {
    font-weight: bold !important;
    color: black;
}

.claim-submit {
    width: 100% !important;
}

@media (min-width: 768px) {
    .claim-submit {
        width: 25% !important;
    }
}


/*
.table-borderless>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color:#fffae9; 
}*/

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #f1c232;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #eab000;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}



/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f1c232;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    /*transition: all 0.5s;*/
    z-index: 997;
    /*box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);*/
    /*font-weight:lighter !important;*/
}



#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#header .logo a {
    color: #f1c232;
}

#header .logo img {
    max-height: 60px;
}

/**
* Custom Button 
*/
.get-started-btn {
    margin-left: 22px;
    background: #f1c232;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}

.get-started-btn:hover {
    background: #eab000;
    color: #fff;
}

@media (max-width: 768px) {
    .get-started-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;

    }
}

/**
* Get Startet Button 
*/
.btn-custom {
    background: #f1c232;
    color: #fff;
    border-radius: 8px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    border: none;
    font-size: 15px;
    width: 50%;
}

.btn-custom:hover {
    background: #eab000;
    color: #fff;
}

.btn-custom-lg {
    background: #f1c232;
    color: #fff;
    border-radius: 8px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    border: none;
    font-size: 15px;
    width: 100%;
}


.btn-custom-lg:hover {
    background: #eab000;
    color: #fff;
}

@media (max-width: 768px) {
    .btn-custom {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    font-weight: 500;
    color: #37423b;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #f1c232;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 30px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #f1c232;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #37423b;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(32, 38, 34, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 6px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #37423b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #f1c232;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #f1c232;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background: url("../img/Lioher-bg.jpg") top center;
    background-size: cover;
    position: relative;
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .container {
    padding-top: 72px;
}

@media (max-width: 992px) {
    #hero .container {
        padding-top: 62px;
    }
}

#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    /* font-family: "Poppins", sans-serif;*/
}

#hero h2 {
    color: #eee;
    margin: 10px 0 0 0;
    font-size: 24px;
}

#hero .btn-get-started {
    /*font-family: "Raleway", sans-serif;*/
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 30px;
    border: 2px solid #fff;
    color: #fff;
}

#hero .btn-get-started:hover {
    background: #f1c232;
    border: 2px solid #f1c232;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero {
        height: 100vh;
            background: url("../img/bg.png") ;
              background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    }

    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
    }
}



.fixed-table-body {
    height: auto !important;
}


/****************CONECTION CORNER****************/

.corner-submit {
    width: 100% !important;
}

@media (min-width: 768px) {
    .corner-submit {
        width: 25% !important;
    }
}