.search-header{
    color: #EB2319;
    font-size: 30px;
    font-weight: 600;
}

.btn-primary {

    width: auto;
    height: auto;
  }

a { color: inherit; } 

.selected-dimension{
    color: #000000;
    font-weight: bold;
    text-decoration-color: #EB2319;
    text-decoration-thickness: 0.15em;
    text-decoration-line: underline;
}

.material-symbols-outlined{
    font-size: large;
}



.cruceta-title{
    font-size: 16px;
    font-weight: bold;
}

.form-control{
    border-radius: 0px;
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
}

.cruceta-precision{
    font-size: 13px;
    color: #707070;
}

.button-search{
    border: #EB2319;
    color: white;
    background-color: #EB2319;
    width: 100%;
    height: 40px;
}

.pdf-dimensiones{
    font-weight: bold;
    padding: 2%;
    font-size: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #EB2319;
    border: 2px solid #EB2319;
   
    border-radius: 50px 50px 50px 50px;
}

.btn-danger{
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #EB2319;
    border: 2px solid #EB2319;
    border-radius: 50px 50px 50px 50px;
}


@media (max-width: 544px) {
    .btn-danger{
        font-size: 14px;
    }
  }

.btn-danger:hover{
    color: #EB2319;
    
    background-color: #efefef;
}

.separator{
    margin: 0 5px;
}


.material-symbols-outlined:hover{
    color: #EB2319;

}


.bi-arrow-right:hover{
   color: #EB2319;
}

.bi-arrow-left:hover{
    color: #EB2319;
 }