* {
    font-family: 'Open Sans', sans-serif;
}

a:visited,
a:link,
a:focus,
a:hover,
a:active {
    list-style: none;
    text-decoration: none;
    color: #667687;
}


/* color de la palntilla */

.backColor,
.backColor a {
    background: #d4433b;
    color: white;
}

.greenkColor {
    width: 120px;
    background: #048616;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
.redColor {
    width: 55px;
    background: #d4433b;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

.btn_tabla {
    width: 50px;
    background: #d4433b;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 5px 5px;
    margin: 5px 5px;
}


/* label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 14px;
    color: rgb(86, 80, 80);
} */

.login {
    width: 33% !important;
}

.card-header {
    background-color: #04aeae !important;
}

.boton {
    background-color: #04aeae !important;
}

.error {
    font-style: italic;
    color: #9b1414;
    font-size: 12px;
    margin-top: 0;
}


/* .menu {
    color: #14191e;
} */


/* .wrapper {
    margin-top: 80px;
    margin-bottom: 20px;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
} */

.precioFinal {
    margin-top: -5px;
}

.precioReal {
    text-decoration: line-through;
    color: #999;
    font-size: 15px;
    margin-top: -5;
}

.tituloSegu {
    line-height: 20px;
}


/*=============================================
CATEGORIAS pintar las opciones cuando pases el mause
=============================================*/

.listaCategorias li:hover
/*.listaSubcategorias li:hover*/

{
    color: #d4433b;
    /* text-decoration: none; */
}


/*=============================================
ERROR 404
=============================================*/

.error404 h1 {
    font-size: 10em;
    color: #333;
    text-shadow: 8px 8px 1px #dadada;
}


/*=============================================
BANNER
=============================================*/

.banner {
    position: relative;
    overflow: hidden;
}

.banner .textoBanner {
    position: absolute;
    font-family: 'Ubuntu Condensed', sans-serif;
}

.banner .textoIzq {
    left: 0px;
    text-align: left;
    /*	top:63px;*/
}

.banner .textoIzq h1 {
    background: rgba(0, 0, 0, .9);
    text-shadow: 0px 0px 10px black;
    border-radius: 0px 5px 5px 0px;
    /* font-size: 40px;
    padding: 25px;
    padding-left: 100px;*/
}

.banner .textoDer {
    right: 50px;
    text-align: right;
    /* top: 20px;*/
}


/*=============================================
ESCRITORIO estra grande (revisamos en 1920px en adelante)
=============================================*/

@media (min-width:1600px) {
    .container {
        max-width: 80% !important;
    }
    header {
        height: 70px;
    }
    #modalCategorias .modal-content {
        margin-top: 54px;
    }
    .logotipo {
        margin-top: -7px;
    }
    .banner {
        height: 200px;
    }
    .textoBanner h1 {
        font-size: 35px;
        line-height: 25px;
    }
    .textoBanner h2 {
        font-size: 30px;
        line-height: 25px;
    }
    .textoBanner h3 {
        font-size: 24px;
        line-height: 25px;
    }
    .banner .textoIzq {
        top: 63px;
    }
    .banner .textoIzq h1 {
        font-size: 40px;
        padding: 25px;
        padding-left: 100px;
    }
    .banner .textoDer {
        top: 20px;
    }
    /*=============================================
	5 COLUMNAS
	=============================================*/
    .col-5th {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}


/*=============================================
ESCRITORIO (XL revisamos en 1366px en adelante)
=============================================*/

@media (max-width:1599px) and (min-width:1200px) {
    .container {
        max-width: 100% !important;
    }
    header {
        height: 70px;
    }
    #modalCategorias .modal-content {
        margin-top: 54px;
    }
    .banner {
        height: 200px;
    }
    .textoBanner h1 {
        font-size: 35px;
        line-height: 25px;
    }
    .textoBanner h2 {
        font-size: 30px;
        line-height: 25px;
    }
    .textoBanner h3 {
        font-size: 24px;
        line-height: 25px;
    }
    .banner .textoIzq {
        top: 63px;
    }
    .banner .textoIzq h1 {
        font-size: 40px;
        padding: 25px;
        padding-left: 100px;
    }
    .banner .textoDer {
        top: 20px;
    }
    /*=============================================
	5 COLUMNAS
	=============================================*/
    .col-5th {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}


/*=============================================
TABLET HORIZONTAL (LG revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px) {
    header {
        height: 70px;
    }
    .logotipo img {
        margin-top: 1px;
    }
    #modalCategorias .modal-content {
        margin-top: 54px;
    }
    .banner {
        height: 170px;
    }
    .textoBanner h1 {
        font-size: 25px;
        line-height: 15px;
    }
    .textoBanner h2 {
        font-size: 20px;
        line-height: 15px;
    }
    .textoBanner h3 {
        font-size: 20px;
        line-height: 15px;
    }
    .banner .textoIzq {
        top: 50px;
    }
    .banner .textoIzq h1 {
        font-size: 30px;
        padding: 25px;
        padding-left: 60px;
    }
    .banner .textoDer {
        top: 20px;
    }
    /*=============================================
	5 COLUMNAS
	=============================================*/
    .col-5th {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}


/*=============================================
TABLET VERTICAL (MD revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px) {
    header {
        height: 70px;
    }
    #modalCategorias .modal-content {
        margin-top: 54px;
    }
    .banner {
        height: 130px;
    }
    .textoBanner h1 {
        font-size: 25px;
        line-height: 20px;
    }
    .textoBanner h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .textoBanner h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .banner .textoIzq {
        top: 30px;
    }
    .banner .textoIzq h1 {
        font-size: 20px;
        padding: 25px;
        padding-left: 60px;
    }
    .banner .textoDer {
        top: 23px;
    }
    .countdown {
        display: none;
    }
}


/*=============================================
MÓVIL HORIZONTAL (SM revisamos en 576px)
=============================================*/

@media (max-width:767px) and (min-width:576px) {
    header {
        height: 70px;
    }
    .logotipo img {
        margin-top: 2px;
    }
    #modalCategorias .modal-content {
        margin-top: 54px;
    }
    .banner {
        height: 100px;
    }
    .textoBanner h1 {
        display: none;
    }
    .textoBanner h2 {
        display: none;
    }
    .textoBanner h3 {
        display: none;
    }
    .banner .textoIzq {
        top: 15px;
    }
    .banner .textoIzq h1 {
        font-size: 20px;
        padding: 20px;
        text-align: center;
        display: block;
    }
    .precioFinal {
        font-size: 21px;
    }
}


/*=============================================
MOVIL VERTICAL (revisamos en 320px)
=============================================*/

@media (max-width:575px) {
    #modalCategorias .modal-content {
        margin-top: 124px;
    }
    .banner {
        height: 90px;
    }
    .textoBanner h1 {
        display: none;
    }
    .textoBanner h2 {
        display: none;
    }
    .textoBanner h3 {
        display: none;
    }
    .banner .textoIzq {
        top: -7px;
        left: 50%;
        width: 800px;
        margin-left: -400px;
        text-align: center;
    }
    .banner .textoIzq h1 {
        font-size: 20px;
        padding: 20px;
        text-align: center;
        display: block;
        background: rgba(0, 0, 0, .1);
    }
    .cotizar {
        margin-top: -25px;
    }
}


/* multiformulario */

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}


/*Background color*/

#grad1 {
    height: 100%;
    background-color: #9C27B0;
    /* background-image: linear-gradient(120deg, #FF4081, #81D4FA); */
    /* background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%); */
    background-image: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
    
}


/*form styles*/

.msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

 .msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    
    position: relative;
}

.msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    
    position: relative;
}


/* //Hide all except first fieldset */

.msform fieldset:not(:first-of-type) {
    display: none;
}

.msform fieldset .form-card {
    text-align: left;
    color: #5a5454;
}

.msform input,
.msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}

.msform input:focus,
.msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0;
}


/*Blue Buttons*/

.msform .action-button {
    width: 120px;
    background: #d4433b;
    /* font-weight: bold; */
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

.msform .action-button:hover,
.msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}


/*Previous Buttons*/

.msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

.msform .action-button-previous:hover,
.msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}





/*Dropdown List Exp Date*/

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}


/*The background card*/

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}


/*FieldSet headings*/

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}


/*progressbar*/

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}


/*Icons in the ProgressBar*/

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f1b9";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f4c0";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}


/*ProgressBar before any progress*/

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}


/*ProgressBar connectors*/

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}


/*Color number of the step and the connector before it*/

#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue;
}


/*Imaged Radio Buttons*/

.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}


/*Fit image in bootstrap div*/

.fit-image {
    width: 100%;
    object-fit: cover;
}

.modal-position {
    margin-top: 100px;
} 
.footer_modal{
    padding: 0;
    border: 0;
}
.custom-table {
    border-collapse: collapse; /* Combinar los bordes de las celdas */
    width: 100%; /* Ancho de la tabla */
}

.custom-table th,
.custom-table td {
    border: 1px solid #ccc; /* Color del borde */
    padding: 5px; /* Espacio interno de las celdas */
    vertical-align: middle;
    padding-bottom: 0px;
}
.subtitulos{
font-size: 12px;
color: #d4433b ;
}
.estatus-carga {
    color: #171718;
    padding: 0.25em;
    text-align: center;
    background-color: #c09498;
    border-radius: 0.25rem;
    font-size: 0.75rem
}
.estatus-soldadura {
    color: #171718;
    padding: 0.25em;
    text-align: center;
    background-color: #f31746;
    border-radius: 0.25rem;
    font-size: 0.75rem
}
.estatus-ensayos {
    color: #171718;
    padding: 0.25em;
    text-align: center;
    background-color: #e6d114;
    border-radius: 0.25rem;
    font-size: 0.75rem
}
.estatus-ph {
    color: #171718;
    padding: 0.25em;
    text-align: center;
    background-color: #12bfd6;
    border-radius: 0.25rem;
    font-size: 0.75rem
}
.estatus-terminado {
    color: #171718;
    padding: 0.25em;
    text-align: center;
    background-color: #0dbe48;
    border-radius: 0.25rem;
    font-size: 0.75rem
}

.zona-container {
    margin-bottom: 1rem;
}

.zona-title {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.linea-container {
    margin-left: 2.5rem;
}

.linea-label {
    font-weight: bold;
}

.linea-input {
    margin-bottom: 0.5rem;
}
.select-materiales{
width: 75%;
height:  calc(2.00rem + 2px);
}






.my-sweetalert-container {
    font-size: 14px; /* Ajusta el tamaño de letra en el contenedor */
  }
  
  .my-sweetalert-title {
    font-size: 16px; /* Ajusta el tamaño de letra en el título */
  }
  
  .my-sweetalert-content {
    font-size: 12px; /* Ajusta el tamaño de letra en el contenido */
  }
  
  .my-sweetalert-button {
    font-size: 14px; /* Ajusta el tamaño de letra en los botones */
  }
  .my-sweetalert-icon {
    font-size: 40px; /* Ajusta el tamaño del icono */
    margin-right: 3px; /* Espacio entre el icono y el texto */
    border: none !important; /* Quitar el borde */
  }
  .error-select {
    border: 1px solid red;
  }
  
  .disabled-link {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
  }
  
  
  