@font-face {
    font-family: 'Georgia';
    src: url('Georgia.woff2') format('woff2'),
        url('Georgia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media (max-width: 2240px) {
.middle-header-row .col-sm-5{
    position: absolute;
    right: 10%;
    width: 12.6%;
    top: 3%;
}
.middle-header-row .col-sm-4{
    position: absolute;
    right: 10%;
    width: 25%;
  top: 1%
}
}
@media (max-width: 1920px) {
.middle-header-row .col-sm-5{
    position: absolute;
    right: 10%;
    width: 12.6%;
    top: 3%;
}
.middle-header-row .col-sm-4{
    position: absolute;
    right: 10%;
    width: 25%;
  top: 1%
}
}
@media (max-width: 1366px) {
 .middle-header-row .col-sm-5{
    position: absolute;
    right: 10%;
    width: 12.6%;
    top: 3%;
}
.middle-header-row .col-sm-4{
    position: absolute;
    right: 10%;
    width: 25%;
  top: 1%
}
}
@media (max-width: 1024px) {
.middle-header-row .col-sm-4 {
        position: absolute;
        right: 10%;
        width: 48% !important;
}
.middle-header-row .col-sm-5 {
        position: absolute;
        right: 10%;
        width: 24%;
        top: 2.3%;
}
}
@media (max-width: 820px) {
  .middle-header-row .col-sm-5 {
        position: absolute;
        right: 10%;
        width: 31% !important;
        top: 1.8% !important;
}
.middle-header-row .col-sm-4 {
        position: absolute;
        right: 10%;
        width: 31% !important;
}
}
@media (max-width: 768px) {

  .middle-header-row .col-sm-5 {
        position: absolute;
        right: 10%;
        width: 31% !important;
        top: 1.8% !important;
}
}
@media (max-width: 400px){
  .flex-iconos-valores {
   display: block;
    justify-content: space-around;
    align-items: center;
    border-top: solid 3px;
    border-bottom: solid 3px;
    border-image: linear-gradient(to right, #ea5720, #f4981c) 1;
}
}


