body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
}

/*Scrollbar*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.language-switcher {
    background-color: #3636360d;
    color: #fff;
}

.language a {
    color: #fff;
    text-decoration: none;
}

#toolbar .logo-monochrome {
    visibility: hidden;
}

header {
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

header .logo h1 {
    margin: 0;
}

header .menu {
    width: 100%;
}

#menu-nav {
    background-color: #e6e7e8;
}
#menu-nav.navbar .dropdown-menu,
#menu-nav.navbar .submenu {
    background-color: #e6e7e8;
}
.nav-item {
    padding: 0 1rem 0 1rem;
}
.nav-link {
    color:#303745;
    text-transform: uppercase;
}
.nav-link:focus, .nav-link:hover {
    color: #ef4813;
}
.navbar .dropdown-item {
    color: #303745;
    position: relative;
}

.navbar .dropdown-item.has-submenu::after {
    content: '\f0da';
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #303745;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus,
.navbar .dropdown-item:active {
        background-color: #f5f5f5;
    color: #ef4813;
}


.navbar .dropdown-item.has-submenu:hover::after,
.navbar .dropdown-item.has-submenu:focus::after,
.navbar .dropdown-item.has-submenu:active::after {
    color: #ef4813;
}
.dropdown-menu[data-bs-popper],
.submenu {
    border-radius: 0px;
    top: 100%;
    left: 0;
    margin-top: 0.5rem;
    border-top: 1px solid #ef4813;
}
.dropdown-menu li {
    border-bottom: 1px solid #ffffff17;
}

.btn-cta {
    background-color: #ef4813;
    border: 1px solid #363636; 
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #fff!important;
    font-size: 1.2rem;
}

.btn-cta:hover {
   border-color:#fff!important;
}

.modal-header .btn-close {
    padding: 0 !important;
    margin: 0 !important;
}

.modal-galeria {
    display: flex;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}

.card-body {
    padding: 2rem 0 0 0;
}

.modelo-descrip h2 {
    padding: 1rem;
    border-top: 2px solid #5e5e5e;
    border-bottom: 2px solid #5e5e5e;
    border-radius: 0;
    color: #5e5e5e;
    background-color: #fff;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.cta-nova {
    background-color: white;
    color: #ef4d1a;
    border: 2px solid #ef4813;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4rem;
}

section {
    padding: 3rem;
}

.last {
    border-bottom: none !important;
}

h1,
h2,
.modal-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h1 {
    font-size: 1.7rem;
    color: #303745;
}
h2 {
    color: #303745;
}
p {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
}
.lista-subserv, .lista-ofertas {
    list-style: none;
        padding: 0px;

}
.lista-subserv li, .lista-ofertas li {
    margin-bottom: 1rem;
}
.link-serv, .link-oferta {
    color:#303745!important;
    text-decoration: none;
}
.link-subserv {
    display: block;
    width: 100%;
    font-size: 0.9rem;
    font-weight: 600;
    background-color: #3037451f;
    color: #ef4813 !important;
    padding: 0.5rem 1rem;
    text-decoration: none!important;
}
.dato-oferta {
    display: block;
    width: 100%;
    font-size: 0.9rem;
    background-color: #3037451f;
    padding: 0.5rem 1rem;
}

.page-empresa h3 {
    font-size: 1.2rem;
    color: #5e5e5e;
    margin-top: 0.8rem;
}

.carousel-indicators .active {
    background-color: #ef4813 !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

.carousel-indicators [data-bs-target] {
    opacity: initial;
    width: 15px;
    height: 15px;
    background-color: #f99c01;
}

.carousel-indicators .active {
    background-color: #ef4813 !important;
}

.carousel-item h2 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

.carousel-caption {
    top: 25%;
}

.mobile-15x {
    margin-left: 15px;
    margin-right: 15px;
}

.infografia {
    overflow-y: auto;
}

ul.lista-servicios {
    padding: 0;
    list-style-type: none;
}

ul.lista-servicios li {
    background-color: #f99c01;
    padding: 0.3rem 0 0.3rem 0.8rem;
    color: black;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    border-top: 1px solid #ef4813;
    border-bottom: 1px solid #ef4813;
}

/*Slider QC*/

@-webkit-keyframes scroll {

    0% {

        transform: translateX(0);

    }

    100% {

        transform: translateX(calc(-250px * 7));

    }

}

@keyframes scroll {

    0% {

        transform: translateX(0);

    }

    100% {

        transform: translateX(calc(-250px * 7));

    }

}

.slider {
    margin: auto;
    overflow: hidden;
    position: relative;
}

.slider::before,
.slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    margin: 0 2rem;
    border-bottom: 1px solid #ef4813;
}

#empresa p,
#control-calidad p {
    color: #5e5e5e;
}

.page-empresa p {
    padding-right: 2rem;
}

#empresa .link,
.btn-leer-mas,
.leer-mas,
.download {
    font-weight: 700;
    text-decoration: none;
    color: #ef4813;
}

.link-galeria {
    color: #ef4813 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    text-decoration: none !important;
}

.link-galeria:hover {
    color: #ef4813 !important;
}

#empresa .btn-leer-mas {
    background-color: #ef4813;
}

#empresa .btn-leer-mas:hover {
    background-color: #ef4813;
    color: #ef4813;
}

#empresa .link::after,
.leer-mas::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ef4813;
    transition: width .3s;
}

.nav-pills .nav-item {
    width: 100%;
}

select .select2 {
    width: 100%;
    margin-bottom: 2rem;
}

.select2-container {
    width: 100% !important;
}

footer {
    min-height: 50vh;
    background-color: #f5f5f5;
    padding: 4rem 1.5rem 1.5rem 2rem;
}

.footer-alt {
    min-height: initial;
    padding: 0 1.5rem 1.5rem 2 rem;
}

footer img.logo {
    padding: 1rem 0;
    max-width: 200px;
}

footer h5 {
    font-weight: 700;
}

footer a {
    font-size: 2rem;
    color:#ef4813;
}
footer a:hover {
    color:#5e5e5e;
}

footer ul {
    list-style: none;
}

footer ul.links {
    padding: 0;
}

footer .redes ul li {
    margin-right: 1.2rem !important;
}

footer img.rrss {
    max-height: 20px;
}

footer .copyr {
    margin-top: 2rem;
    color:#5e5e5e;
    font-weight: 700;
}

.form-control:focus {
    background-color: white;
    color: black;
}



.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black;
    line-height: 28px;
    background-color: white;
    padding: 0.3rem 0 0.3rem 0.8rem;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    border-top: 1px solid #ef4813;
    border-bottom: 1px solid #ef4813;
    border-left: 1px solid #ef4813;
    border-right: 1px solid #ef4813;
    border-radius: 0;
}

/*Custom Countries*/

.select2-container--default .select2-selection--single {
    background-color: #ef4813;
    border: none;
    border-radius: 0
}

.flag-text {
    margin-left: 10px;
}

/**/

.msg-control {
    margin-top: 2rem;
}

address {
    color: #ef4813;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
}

/*Marker*/

.marker {
    background-image: url('../img/hypercam_map.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

/*Formulario por pasos*/

.modal-footer {
    justify-content: space-around;
}

#heading {
    text-transform: uppercase;
    color: #ef4813;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

input,

textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

input:focus,

textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ef4813;
    outline-width: 0
}

.action-button {
    width: 100px;
    background: #ef4813;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}
.oferta-button,
.btn-success {
    display: block;
    width: 100%;
    background: #ef4813;
    font-size: 0.95rem;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    text-decoration: none;
}


.login-button {
    width: 100% !important;
    margin: 0 auto !important;
}

.action-button:hover,

.action-button:focus {
    background-color: #ECEFF1;
    border: 1px solid #ef4813;
    color: #ef4813;
}

#msform .action-button-previous {
    width: 100px;
    background: #b7b7b7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,

#msform .action-button-previous:focus {
    border: 1px solid #ef4813;
    background-color: #ECEFF1;
    color: #ef4813;
}

.card {
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(239, 72, 19, 0.2)!important;
    background-color: #ffffff96;
}
.card-title {
        min-height: 80px;
}
.card-title-serv {
    min-height: 115px!important;
}

.fs-title {
    font-size: 25px;
    color: #ef4813;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.nova-text {
    color: #ef4813;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

label.itemlabel {
    color: #ef4813;
    font-weight: 700;
    margin-bottom: 1rem;
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #ef4813;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #cv:before {
    font-family: FontAwesome;
    content: "\f016"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,

#progressbar li.active:after {
    background: #ef4813
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #ef4813
}

.fit-image {
    width: 100%;
    object-fit: cover
}

/*Fin formulario por pasos*/

/* Añadir margen inferior a los encabezados */
.content h1 {
    margin-bottom: 1rem;
}

/* Añadir margen inferior a los grupos de formulario */
.form-group {
    margin-bottom: 1.5rem;
}

/* Añadir margen inferior a los elementos de lista */
#itemList li {
    margin-bottom: 1rem;
}

/* Añadir padding al contenedor principal */
.content {
    padding: 1rem;
}

/* Ajustar padding a la sección contenedora */
.container-fluid {
    padding: 1rem;
}

.nav-link.active[href="#datos-cuenta"] {
    background-color: #ef4813 !important;
    color: white !important;
    /* Esto cambia el color del texto a blanco para mayor contraste */
}

.nav-link.active[href="#datos-cv"] {
    background-color: #ef4813 !important;
    color: white !important;
    /* Esto cambia el color del texto a blanco para mayor contraste */
}
.nav-link.active[href="#cv"] {
    background-color: #ef4813 !important;
    color: white !important;
    /* Esto cambia el color del texto a blanco para mayor contraste */
}

.nav-link.active[href="#datos-personales"] {
    background-color: #ef4813 !important;
    color: white !important;
    /* Esto cambia el color del texto a blanco para mayor contraste */
}

a.nav-link[href="#datos-cv"] {
    color: #ef4813;
    /* Cambia el color del texto a blanco para mayor contraste */
}

a.nav-link[href="#datos-personales"] {
    color: #ef4813;
    /* Cambia el color del texto a blanco para mayor contraste */
}

a.nav-link[href="#datos-cuenta"] {
    color: #ef4813;
    /* Cambia el color del texto a blanco para mayor contraste */
}

#lk-cambiar-pass {
    background-color: #ef4813;
    /* Cambia el color de fondo del botón */
    color: white;
    /* Cambia el color del texto del botón a blanco */
    border: none;
    /* Opcional: elimina el borde si no se necesita */
}

#btn-editar-datos-cuenta {
    background-color: #ef4813;
    /* Cambia el color de fondo del botón */
    color: white;
    /* Cambia el color del texto del botón a blanco */
    border: none;
    /* Opcional: elimina el borde si no se necesita */
}

.col button.btn-primary.btn-success, .btn-success {
    background-color: #ef4813;
    /* Cambia el color de fondo del botón */
    color: white;
    /* Cambia el color del texto del botón a blanco */
    border: none;
    /* Opcional: elimina el borde si no se necesita */
}

#link-avatar {
    display: flex !important;
    align-items: center !important;
    /* Alinear verticalmente */
}

#link-avatar .nav-link {
    font-size: 14px !important;
    /* Tamaño de fuente normal */
    line-height: 50px !important;
    /* Ajustar la línea de altura a la mitad de la altura del avatar */
    margin-left: 10px !important;
    /* Espacio entre el avatar y el texto */
}

.avatar-perfil {
    display: flex;
    align-items: center;
}

.avatar-perfil img {
    margin-right: 15px;
    /* Espacio entre la imagen y el texto */
}

.avatar-perfil .titulo {
    margin: 0;
    /* Eliminar márgenes por defecto del h1 */
}

/* S */

@media only screen and (min-width: 576px) {
    .btn-hypercam {
        width: 50%;
    }
}

/* M */

@media only screen and (min-width: 769px) {
    .access-toolbox {
        text-align: right;
        display: flex;
        justify-content: end;
        align-items: center;
    }
    .msg-control {
        margin-top: initial;
        height: 250px;
    }

    .carousel-caption {
        top: 25%;
    }

    .mobile-15x {
        margin-left: 0;
        margin-right: 0;
    }

    .btn-hypercam {
        width: 40%;
    }
}

/* L */

@media only screen and (min-width: 992px) {
    header .menu {
        width: initial;
        margin-top: 2rem;
    }

    header .logo {
        margin-top: -1rem;
        align-self: start;
    }

    .nav-pills .nav-item {
        width: 33.33%;
        margin-top: 0;
    }
}

/* XL*/

@media only screen and (min-width: 1200px) {
    .infografia img {
        margin-top: 3.5rem;
    }

    .carousel-caption {
        top: 25%;
    }

    .carousel-item h2 {
        font-size: 2rem;
    }

    .btn-hypercam {
        width: 30%;
    }
}
        /* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li{ position: relative;  }
    .nav-item .submenu{ 
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{ 
        right:100%; left:auto;
    }
    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{ display: block; }
}   
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}   
/* ============ small devices .end// ============ */

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 1.2rem 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    margin-top: 1.5rem;
}

#sidebar {
    min-width: 280px;
    max-width: 280px;
    background: #fff;/*#363636*/
    color: #303745;/*#fff;*/
    transition: all 0.3s;
    border-right: 1px solid #3037451f;
    padding: 2rem 0 1rem 1rem;
}

#sidebar.active {
    margin-left: -280px;
}

#sidebar .sidebar-header {
    background-color: #fff;/*#363636;*/
    color: #ef4813;
}
#sidebar .sidebar-header h3{
    margin-left:0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul ul a {
    padding-left: 30px !important;
}

#sidebar ul li {
    font-weight: 600;
}

#sidebar ul li a {
    display: block;
    padding: 10px;
    color: #303745;
    text-decoration: none;
    font-size: 0.9rem;
}

#sidebar ul li a.active,
#sidebar ul li a:hover {
     background-color: #f5f5f5;
    color: #ef4813;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    background-color: #e6e7e8;
    color: #ef4813!important;
}

a[data-toggle="collapse"] {
    position: relative;
}

#content {
    width: 100%;
    padding: 2rem;
    min-height: 100vh;
    transition: all 0.3s;
}
#content p {
    max-width: 90%;
}
.dropdown-toggle {
    position: relative!important;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
}

.dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: auto; /* Esto empuja la flecha hacia el final */
    vertical-align: 0.255em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-left: 0.5em; /* Ajusta el espacio entre el texto y la flecha */
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    .access-toolbox {
        margin-top: 1rem;
    }
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
.preloader {
    width: 80%;
    float: left;
    text-align: right;
    margin-top: 0.5rem;
}