.object-contain{object-fit:contain;object-position:center;width:100%;height:100%}
.error-block{padding:30px 0}
.error-block .error-block__wrapper{margin:0 auto;max-width:1200px;padding:0 40px}
.error-block .error-block__wrapper .header__logo{padding:0;margin-bottom:50px}
.error-block .error-block__wrapper .errorblock--container{margin:0 auto;max-width:600px}
.error-block .error-block__wrapper .errorblock--container .block-errors .errorblock__item{display:grid;grid-template-columns:1fr}
@media(min-width:720px){.error-block .error-block__wrapper .errorblock--container .block-errors .errorblock__item{column-gap:20px;grid-template-columns:auto 1fr}
}
.error-block .error-block__wrapper .errorblock--container .block-errors .errorblock__item:not(:last-child) .errorblock-textos::after{content:'';display:block;width:70%;height:1px;background-color:#fff;margin:40px auto 30px auto}
@media(min-width:720px){.error-block .error-block__wrapper .errorblock--container .block-errors .errorblock__item:not(:last-child) .errorblock-textos::after{margin:40px 0 30px 0}
}
.error-block .error-block__wrapper .errorblock--container .block-errors .errorblock__item .errorblock-icon{display:none}
@media(min-width:720px){.error-block .error-block__wrapper .errorblock--container .block-errors .errorblock__item .errorblock-icon{min-width:44px;max-width:44px;display:block}
}
.error-block .error-block__wrapper .errorblock--container .block-errors .errorblock__item .errorblock-icon .errorblock__icon{width:100%;height:100%;font-size:44px;opacity:.3}
.error-block .error-block__wrapper .errorblock--container .block-errors .errorblock__item .errorblock-icon .errorblock__image{width:100%;height:auto}
@media(min-width:720px){.error-block .error-block__wrapper .errorblock--container .block-errors .errorblock__item .errorblock-textos{padding-top:28px}
}
.error-block .error-block__wrapper .errorblock--container .block-errors .errorblock__item .errorblock-textos .errorblock-titulo{font-size:24px;margin-bottom:10px}
.error-block .error-block__wrapper .errorblock--container .block-errors .errorblock__item .errorblock-textos .errorblock-description{font-size:14px}
.error-block .error-block__wrapper .errorblock--container .block-errors .errorblock__item .errorblock-textos .errorblock-description p{line-height:1.25;margin-bottom:0;color:#fff}
.error-block .error-block__wrapper .errorblock--container .block-errors .errorblock__item .errorblock-textos .errorblock-description ul{margin:16px 0}
.error-block .error-block__wrapper .errorblock--container .block-errors .errorblock__item .errorblock-textos .errorblock-description ul li{padding-left:16px;margin-bottom:8px}
.error-block .error-block__wrapper .errorblock--container .block-errors .errorblock__item .errorblock-textos .errorblock-link{display:inline-block;color:#f2b87f;text-decoration:underline;margin-top:20px;font-weight:700;font-size:1.2pc}